aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-POE-Component-Resolver
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-04-111-3/+4
| | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=438232
* Re-assign jase@'s p5-* ports to perl@Rene Ladan2016-09-181-1/+1
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=422377
* Reset jase@'s ports after taking in his commit bit for safekeeping.Rene Ladan2016-09-181-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=422375
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* 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
* Cleanup plistBaptiste Daroussin2014-10-271-6/+0
| | | | Notes: svn path=/head/; revision=371557
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-03-061-9/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=347305
* - Stage supportMartin Wilke2014-02-012-4/+2
| | | | Notes: svn path=/head/; revision=342156
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-6/+3
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327451
* - Update to 0.921Jase Thew2012-08-162-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/POE-Component-Resolver/CHANGES Approved by: flo (mentor) Notes: svn path=/head/; revision=302632
* - Update to 0.920Jase Thew2012-06-052-13/+7
| | | | | | | | | | - Update maintainer address Changes: http://search.cpan.org/dist/POE-Component-Resolver/CHANGES Approved by: flo, culot (mentors) Notes: svn path=/head/; revision=298462
* - Update to 0.918Frederic Culot2012-05-152-5/+8
| | | | | | | | | Changes: http://search.cpan.org/dist/POE-Component-Resolver/CHANGES PR: ports/167929 Submitted by: Jase Thew <freebsd@beardz.net> (maintainer) Notes: svn path=/head/; revision=296685
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+10
| | | | | | | | | | | | 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-10/+1
| | | | | | | | | | | | | | | | | | 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
* - Update to 0.916Frederic Culot2012-03-062-3/+3
| | | | | | | | | Changes: http://search.cpan.org/dist/POE-Component-Resolver/CHANGES PR: ports/165718 Submitted by: Jase Thew <freebsd@beardz.net> (maintainer) Notes: svn path=/head/; revision=292817
* - Update to 0.913Steve Wills2011-08-072-5/+6
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=279079
* - Update to 0.912Wen Heping2011-05-053-6/+12
| | | | | | | | | | - Add LICENSE PR: ports/156804 Submitted by: Jase Thew <freebsd@beardz.net> (maintainer) Notes: svn path=/head/; revision=273646
* Add p5-POE-Component-Resolver 0.911, a non-blocking getaddrinfo()Sergey Skvortsov2011-02-264-0/+49
resolver. Notes: svn path=/head/; revision=269819