aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 5.95Sunpoet Po-Chuan Hsieh2015-01-123-4/+4
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=376866
* Update to 5.94.Anton Berezin2015-01-102-4/+3
| | | | Notes: svn path=/head/; revision=376698
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 5.93Frederic Culot2014-10-312-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=371819
* - Update to 5.92Philippe Audeoud2014-06-122-3/+3
| | | | Notes: svn path=/head/; revision=357575
* 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
* - Update to 5.91Philippe Audeoud2014-05-222-3/+3
| | | | Notes: svn path=/head/; revision=354863
* - Update to 5.90Frederic Culot2014-05-152-3/+6
| | | | | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=354135
* - Update to 5.89Frederic Culot2014-04-262-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=352255
* - Update to 5.88Sunpoet Po-Chuan Hsieh2014-03-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=348638
* - Update to 5.87Philippe Audeoud2014-02-212-3/+3
| | | | Notes: svn path=/head/; revision=345329
* - Update to 5.86Frederic Culot2014-02-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=342949
* Support STAGEDIR.Vanilla I. Shu2013-11-062-3/+1
| | | | 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 5.85Cheng-Lung Sung2013-06-282-3/+3
| | | | Notes: svn path=/head/; revision=321928
* - Cleanup PLISTSunpoet Po-Chuan Hsieh2013-03-112-4/+0
| | | | Notes: svn path=/head/; revision=313901
* Update to 5.84.Anton Berezin2013-03-112-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=313887
* Update to 5.83.Anton Berezin2013-03-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=313444
* - update to 5.82Yen-Ming Lee2013-01-262-3/+3
| | | | Notes: svn path=/head/; revision=311000
* Update to 5.81.Anton Berezin2013-01-182-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=310595
* Update to 5.80.Anton Berezin2012-12-172-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=309082
* Ops, change logic as it shoud beAndrej Zverev2012-12-171-2/+1
| | | | Notes: svn path=/head/; revision=309077
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-9/+2
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309075
* Update to 5.74.Anton Berezin2012-11-262-3/+3
| | | | | | | | | Changes: http://cpansearch.perl.org/src/MSHELOR/Digest-SHA-5.74/Changes Feature safe: yes Notes: svn path=/head/; revision=307781
* - Update to 5.72Frederic Culot2012-09-262-8/+7
| | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=304909
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-132-1/+13
| | | | | | | | | | | | 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-082-13/+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 5.71Sunpoet Po-Chuan Hsieh2012-02-292-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=292441
* - Update to 5.70Sunpoet Po-Chuan Hsieh2011-12-142-5/+8
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=287377
* - Update to 5.63Cheng-Lung Sung2011-11-082-3/+3
| | | | Notes: svn path=/head/; revision=285288
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Update to 5.62Frederic Culot2011-05-172-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=274213
* - Update to 5.61Steve Wills2011-03-102-3/+4
| | | | | | | | | - Use new CPAN SUBDIR Changelog: http://cpansearch.perl.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=270592
* - Update to 5.50Wen Heping2010-12-152-4/+3
| | | | | | | ChangeLog: http://search.cpan.org/src/MSHELOR/Digest-SHA-5.50/Changes Notes: svn path=/head/; revision=266325
* - Update to 5.48Wen Heping2010-01-052-4/+4
| | | | Notes: svn path=/head/; revision=247193
* Introduce Perl 5.10.0Sergey Skvortsov2009-03-282-4/+17
| | | | Notes: svn path=/head/; revision=231213
* Update to 5.47Mathieu Arnold2008-05-052-4/+4
| | | | Notes: svn path=/head/; revision=212644
* Update to 5.46Mathieu Arnold2008-04-112-6/+5
| | | | Notes: svn path=/head/; revision=211084
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 5.45Martin Wilke2007-06-292-4/+4
| | | | Notes: svn path=/head/; revision=194492
* - Update to 5.44Cheng-Lung Sung2006-10-312-4/+4
| | | | | | | | PR: ports/104414 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=175736
* - update to 5.43Cheng-Lung Sung2006-08-052-4/+4
| | | | | | | | PR: ports/101405 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=169750
* - update to 5.42Cheng-Lung Sung2006-07-242-4/+4
| | | | Notes: svn path=/head/; revision=168620
* - update to 5.41Yen-Ming Lee2006-06-062-4/+4
| | | | Notes: svn path=/head/; revision=164546
* - update to 5.39Yen-Ming Lee2006-05-282-4/+4
| | | | Notes: svn path=/head/; revision=163741
* - update to 5.38Cheng-Lung Sung2006-05-262-4/+4
| | | | | | | | PR: ports/97946 Submitted by: hideo <hideo_AT_lastamericanempire dot com> Notes: svn path=/head/; revision=163453
* <HCoyote> Mavvie: can you commit ports/97696 and change theEdwin Groothuis2006-05-241-1/+1
| | | | | | | | maintainer to whatever the generic perl maintainer is? I still haven't fixed my issues with sending email to freebsd.org. Notes: svn path=/head/; revision=163218
* [PATCH] security/p5-Digest-SHA: update to 5.37Edwin Groothuis2006-05-242-10/+5
| | | | | | | | | | | - Update to 5.37 PR: ports/97696 Submitted by: Yen-Ming Lee <leeym@freebsd.org> Reviewed by: hcoyote@ghostar.org (via irc) Notes: svn path=/head/; revision=163217
* - Update to 5.34Yen-Ming Lee2006-05-042-4/+4
| | | | | | | | | PR: 96402 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=161314