aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-OpenID-Common
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Remove useless @dirBaptiste Daroussin2014-11-081-7/+0
| | | | Notes: svn path=/head/; revision=372334
* - Update to 1.19Philippe Audeoud2014-11-073-10/+10
| | | | Notes: svn path=/head/; revision=372271
* - Remove regression-test:Sunpoet Po-Chuan Hsieh2013-11-151-5/+0
| | | | Notes: svn path=/head/; revision=333827
* Support STAGEDIR.Vanilla I. Shu2013-11-062-17/+10
| | | | Notes: svn path=/head/; revision=332949
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Update to 1.18.Anton Berezin2013-09-072-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Net-OpenID-Common/Changes (changes file not helpful) Notes: svn path=/head/; revision=326585
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 1.17Philippe Audeoud2013-05-222-8/+4
| | | | Notes: svn path=/head/; revision=318749
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-0/+5
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-5/+0
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Change WWW to CPANSunpoet Po-Chuan Hsieh2012-02-121-1/+1
| | | | | | | Approved by: clsung (maintainer, via IRC) Notes: svn path=/head/; revision=291008
* - Update to 1.14Cheng-Lung Sung2011-11-102-3/+3
| | | | Notes: svn path=/head/; revision=285403
* Net::OpenID::Common - Libraries shared between Net::OpenID::ConsumerCheng-Lung Sung2011-11-074-0/+68
and Net::OpenID::Server WWW: https://metacpan.org/release/Net-OpenID-Common Notes: svn path=/head/; revision=285224