aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD5
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.54.Anton Berezin2015-01-132-4/+3
| | | | Notes: svn path=/head/; revision=376924
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+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
* 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
* Support STAGEDIR.Vanilla I. Shu2013-11-062-4/+2
| | | | 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
* - 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 2.53Cheng-Lung Sung2013-07-082-8/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/GAAS/Digest-MD5-2.53/Changes Notes: svn path=/head/; revision=322480
* - Update to 2.52Sunpoet Po-Chuan Hsieh2012-06-082-10/+4
| | | | | | | | | - Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/Digest-MD5/Changes Notes: svn path=/head/; revision=298784
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-061-1/+1
| | | | Notes: svn path=/head/; revision=298616
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | 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-7/+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
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - Update to 2.51Sunpoet Po-Chuan Hsieh2010-10-082-4/+4
| | | | | | | | | | Changes: http://search.cpan.org/dist/Digest-MD5/Changes PR: ports/151253 Submitted by: Frederic Culot <frederic@culot.org> Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262600
* - Update to 2.50Wen Heping2010-09-262-4/+4
| | | | Notes: svn path=/head/; revision=261867
* - Update to 2.40Sahil Tandon2010-07-052-4/+4
| | | | | | | | Approved by: wxs@/itetcu@ (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=257386
* - Update to 2.39Philippe Audeoud2009-06-112-4/+4
| | | | Notes: svn path=/head/; revision=235568
* - Update to 2.38.Philippe Audeoud2008-11-142-7/+4
| | | | Notes: svn path=/head/; revision=222854
* - Update to 2.37Philippe Audeoud2008-11-142-5/+7
| | | | Notes: svn path=/head/; revision=222834
* - simplify dependencyYen-Ming Lee2008-09-031-6/+4
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=219788
* - Reassign to perl@Thomas Abthorpe2008-05-261-1/+1
| | | | Notes: svn path=/head/; revision=213698
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+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
* - change maintainer address on ports I maintainThomas Abthorpe2007-08-231-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=198164
* - Reformat pkg-descr.Alejandro Pulver2006-10-312-7/+5
| | | | | | | | | | - Take maintainership. PR: ports/104233 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=175589
* Reset petef due to no response to email. We hope to see him back sometime.Mark Linimon2006-04-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159515
* 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=154116
* - Update to 2.36Yen-Ming Lee2005-12-292-5/+12
| | | | | | | | | PR: based on ports/90009 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=152363
* 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
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on) Notes: svn path=/head/; revision=137264
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update to version 2.33.Dmitry Sivachenko2003-12-102-2/+5
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=95542
* Update to 2.30.Pete Fritchman2003-10-262-2/+2
| | | | | | | | PR: 58049 Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Notes: svn path=/head/; revision=92213
* Update to 2.27.Pete Fritchman2003-08-163-12/+3
| | | | | | | | PR: 55313 Submitted by: mat Notes: svn path=/head/; revision=87068
* Update to version 2.26.Dmitry Sivachenko2003-07-302-3/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=85892
* Install files in proper place when using perl 5.8.Dmitry Sivachenko2003-07-151-0/+10
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=84920
* PR:Foxfair Hu2003-07-013-9/+9
| | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Upgrade to 2.24. maintainer timeout: > 10 days Notes: svn path=/head/; revision=83934
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* USE_PERL is superfluous because PERL_CONFIGURE implies it.Maxim Sobolev2003-02-201-1/+0
| | | | Notes: svn path=/head/; revision=75957
* Update to 2.22.Pete Fritchman2003-01-052-2/+2
| | | | Notes: svn path=/head/; revision=72605
* Add missed USE_PERL5.Maxim Sobolev2002-10-241-0/+1
| | | | Notes: svn path=/head/; revision=68736
* Update to 2.20.Pete Fritchman2002-05-172-2/+2
| | | | Notes: svn path=/head/; revision=59288
* Update to 2.17.Pete Fritchman2002-04-282-2/+2
| | | | Notes: svn path=/head/; revision=58277
* Update to 2.16Pete Fritchman2001-10-032-2/+2
| | | | Notes: svn path=/head/; revision=48371
* Change my email address to petef@FreeBSD.org for the ports I maintain.Pete Fritchman2001-08-221-1/+1
| | | | | | | Reviewed by: ade Notes: svn path=/head/; revision=46662
* - update to version 2.14Vanilla I. Shu2001-07-235-23/+15
| | | | | | | | | | | - clean up pkg-{comment,descr} - sort pkg-plist PR: ports/29144 Submitted by: Pete Fritchman Notes: svn path=/head/; revision=45411
* - Fix pkg-plistKevin Lo2001-06-112-3/+3
| | | | | | | | | | - Takeover maintainership PR: 28021 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=43851
* Remove myself from MAINTAINERAndrey A. Chernov2001-06-101-1/+1
| | | | Notes: svn path=/head/; revision=43775
* Upgrade to 2.13.Vanilla I. Shu2001-03-213-26/+3
| | | | Notes: svn path=/head/; revision=40139
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-5/+1
| | | | Notes: svn path=/head/; revision=38917
* Upgrade to 2.12, and change MASTER_SITE_SUBDIR.Vanilla I. Shu2000-10-132-3/+3
| | | | Notes: svn path=/head/; revision=33752
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-4/+5
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658