Commit graph

16 commits

Author SHA1 Message Date
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
530a33f611 Cleanup plist 2014-10-27 12:13:22 +00:00
Jimmy Olgeni
76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Sunpoet Po-Chuan Hsieh
2c7b8bf0bd - Remove outdated PERL_LEVEL check
With hat:	perl
2014-03-06 18:51:17 +00:00
Martin Wilke
eef915e4fb - Stage support 2014-02-01 14:42:45 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +00:00
Baptiste Daroussin
b15e495041 Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:28:07 +00:00
Jase Thew
34538d142b - Update to 0.921
Changes:	http://search.cpan.org/dist/POE-Component-Resolver/CHANGES
Approved by:	flo (mentor)
2012-08-16 09:57:24 +00:00
Jase Thew
c68c56bc22 - Update to 0.920
- Update maintainer address

Changes:	http://search.cpan.org/dist/POE-Component-Resolver/CHANGES
Approved by:	flo, culot (mentors)
2012-06-05 12:18:08 +00:00
Frederic Culot
4625baac2a - Update to 0.918
Changes:	http://search.cpan.org/dist/POE-Component-Resolver/CHANGES
PR:		ports/167929
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
2012-05-15 18:22:58 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
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)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, 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
2012-03-08 18:45:38 +00:00
Frederic Culot
efdaeb59bf - Update to 0.916
Changes:	http://search.cpan.org/dist/POE-Component-Resolver/CHANGES
PR:		ports/165718
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
2012-03-06 09:42:34 +00:00
Steve Wills
65b5b82404 - Update to 0.913
- Make use of CPAN:USER macro
- Correct LICENSE (ART10 instead of ART20)
- Pet portlint(1) by reordering LICENSE section

PR:		ports/159314
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
2011-08-07 04:39:14 +00:00
Wen Heping
306ba47c93 - Update to 0.912
- Add LICENSE

PR:		ports/156804
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
2011-05-05 01:37:50 +00:00
Sergey Skvortsov
e961e5e2d2 Add p5-POE-Component-Resolver 0.911, a non-blocking getaddrinfo()
resolver.
2011-02-26 16:32:49 +00:00