aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-List-MoreUtils
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.428Sunpoet Po-Chuan Hsieh2017-12-122-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/List-MoreUtils/Changes Notes: svn path=/head/; revision=456148
* Update to 0.426Sunpoet Po-Chuan Hsieh2017-10-132-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/List-MoreUtils/Changes Notes: svn path=/head/; revision=451948
* Update to 0.425Sunpoet Po-Chuan Hsieh2017-09-072-5/+6
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/List-MoreUtils/Changes Notes: svn path=/head/; revision=449405
* Update to 0.423Sunpoet Po-Chuan Hsieh2017-08-232-5/+6
| | | | | | | Changes: http://search.cpan.org/dist/List-MoreUtils/Changes Notes: svn path=/head/; revision=448614
* Update to 0.419Sunpoet Po-Chuan Hsieh2017-04-062-4/+4
| | | | | | | | | - Use PORTVERSION Changes: http://search.cpan.org/dist/List-MoreUtils/Changes Notes: svn path=/head/; revision=437891
* Update to 0.418Sunpoet Po-Chuan Hsieh2017-03-303-23/+11
| | | | | | | | | | | - Update LICENSE - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/List-MoreUtils/Changes Notes: svn path=/head/; revision=437329
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+1
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* Only depend on XSLoader if perl < 5.24.1.Adam Weinberger2016-09-261-11/+11
| | | | | | | While here, simplify the XS strippage. Notes: svn path=/head/; revision=422781
* - Update to 0.416Lars Thegler2016-09-262-5/+7
| | | | | | | | Changes: https://api.metacpan.org/source/REHSACK/List-MoreUtils-0.416/Changes - Disperse maintainership Notes: svn path=/head/; revision=422767
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Update to 0.413Lars Thegler2015-06-132-5/+9
| | | | | | | | | - Allow stripping Changes: https://metacpan.org/changes/distribution/List-MoreUtils Notes: svn path=/head/; revision=389469
* - Update to 0.412Lars Thegler2015-06-073-4/+14
| | | | | | | | | | | | | - Add LICENSE - Fix DEPENDS Changes: https://metacpan.org/changes/distribution/List-MoreUtils PR: 200596 Submitted by: bofh Notes: svn path=/head/; revision=388728
* - update to 0.405Lars Thegler2015-02-172-3/+3
| | | | Notes: svn path=/head/; revision=379156
* - Update to 0.404Lars Thegler2015-02-092-4/+3
| | | | Notes: svn path=/head/; revision=378743
* - Add missing dependencyLars Thegler2015-01-041-0/+3
| | | | | | | Noted by: antoine, "Matthew D. Fuller" <fullermd@over-yonder.net> Notes: svn path=/head/; revision=376219
* update to 0.402Lars Thegler2015-01-033-5/+8
| | | | | | | | PR: 196441 Submitted by: adamw Notes: svn path=/head/; revision=376129
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+0
| | | | Notes: svn path=/head/; revision=371587
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - add stage supportAndrej Zverev2014-01-292-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341765
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Convert to new perl frameworkAndrej Zverev2013-08-071-1/+2
| | | | | | | | | | | per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer) Notes: svn path=/head/; revision=324352
* Update to 0.33 without approval from lth (who is on vacation atm) sinceAnton Berezin2011-08-082-4/+4
| | | | | | | | | apparently that's what new p5-Moose requires. Changes: http://search.cpan.org/dist/List-MoreUtils/Changes Notes: svn path=/head/; revision=279277
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* Update to 0.25_02 - to unbreak on Perl 5.10.1Lars Thegler2009-09-102-4/+4
| | | | | | | | PR: ports/138667 Submitted by: skv Notes: svn path=/head/; revision=241181
* Update to 0.24Lars Thegler2009-07-272-4/+4
| | | | Notes: svn path=/head/; revision=238441
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Update to 0.22Lars Thegler2006-07-072-5/+5
| | | | Notes: svn path=/head/; revision=167130
* Update to 0.20Lars Thegler2006-06-182-4/+4
| | | | | | | | PR: ports/99108 Submitted by: aaron Notes: svn path=/head/; revision=165701
* Update to 0.19Lars Thegler2006-04-242-4/+4
| | | | Notes: svn path=/head/; revision=160289
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Update to 0.17Lars Thegler2005-12-082-3/+4
| | | | | | | - Add SHA256 checksum Notes: svn path=/head/; revision=150683
* Update to 0.16Lars Thegler2005-11-142-3/+3
| | | | Notes: svn path=/head/; revision=148210
* Update to 0.14. Now works with old perls again.Lars Thegler2005-11-102-8/+4
| | | | Notes: svn path=/head/; revision=147837
* Update to 0.13. Now requires perl from ports.Lars Thegler2005-11-102-4/+8
| | | | Notes: svn path=/head/; revision=147823
* Update to 0.12Lars Thegler2005-10-022-3/+3
| | | | | | | | PR: ports/86738 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=144009
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Update to 0.10Lars Thegler2005-04-042-3/+3
| | | | Notes: svn path=/head/; revision=132470
* Add p5-List-MoreUtils 0.09, provide the stuff missing in List::Util.Lars Thegler2005-04-034-0/+35
Notes: svn path=/head/; revision=132339