aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Module-Signature
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.81Wen Heping2016-10-092-4/+4
| | | | | | | Changes: http://search.cpan.org/src/AUDREYT/Module-Signature-0.81/Changes Notes: svn path=/head/; revision=423558
* Update to 0.80.Mathieu Arnold2016-06-212-3/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=417259
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Add LICENSESunpoet Po-Chuan Hsieh2015-11-152-1/+4
| | | | | | | | - Add NO_ARCH - Sort PLIST Notes: svn path=/head/; revision=401651
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* - Update to 0.79Sunpoet Po-Chuan Hsieh2015-05-212-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Module-Signature/Changes Notes: svn path=/head/; revision=386969
* - Convert to new options helperSunpoet Po-Chuan Hsieh2015-04-102-3/+3
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=383710
* Update to 0.77.Adam Weinberger2015-04-092-3/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/Module-Signature Notes: svn path=/head/; revision=383660
* Update to 0.75. Change IPC::Run to TEST_DEPENDS.Adam Weinberger2015-04-072-11/+12
| | | | | | | Changes: https://metacpan.org/changes/distribution/Module-Signature Notes: svn path=/head/; revision=383518
* - Convert to new options helperSunpoet Po-Chuan Hsieh2015-03-122-13/+6
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=381144
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+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
* Support STAGEDIR.Vanilla I. Shu2013-11-062-6/+4
| | | | 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 0.73.Anton Berezin2013-06-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Module-Signature/Changes Notes: svn path=/head/; revision=320066
* Update to 0.70.Anton Berezin2012-12-182-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Module-Signature/Changes Notes: svn path=/head/; revision=309156
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-5/+0
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309075
* - Remove hardcoded dependency on security/gpg. Instead, add OPTIONS to allowJase Thew2012-11-231-2/+18
| | | | | | | | | | | | choice of GnuPG version. PR: ports/172323 Approved by: jadawin (perl@) Feature safe: yes Notes: svn path=/head/; revision=307682
* - Update to 0.69Emanuel Haupt2012-11-032-8/+4
| | | | | | | | | - Trim header Feature safe: yes Notes: svn path=/head/; revision=306927
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+8
| | | | | | | | | | | | 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-8/+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
* - Add BUILD_DEPENDSSunpoet Po-Chuan Hsieh2012-02-151-5/+5
| | | | Notes: svn path=/head/; revision=291426
* - Make non-interactive and remove IS_INTERACTIVESteve Wills2012-02-081-1/+1
| | | | Notes: svn path=/head/; revision=290743
* The port asks the user a question. Tools like portmaster need toLars Balker Rasmussen2012-01-091-0/+2
| | | | | | | | | | know this so that they can inform the user. PR: 162072 Submitted by: Doug Barton <dougb@freebsd.org> Notes: svn path=/head/; revision=288821
* - Update to 0.68Sunpoet Po-Chuan Hsieh2011-06-122-7/+9
| | | | | | | | | - Make portlint happier: remove trailing space Changes: http://search.cpan.org/dist/Module-Signature/Changes Notes: svn path=/head/; revision=275464
* Add the wanted version on package depends or it won't work as expectedBaptiste Daroussin2011-04-241-2/+7
| | | | | | | | | re introduce the perl version check accidentally removed Submitted by: Géraud Continsouzas (GeJ on irc) Notes: svn path=/head/; revision=273116
* - update 0.67Baptiste Daroussin2011-04-192-11/+5
| | | | | | | | - remove freebsd 5 lines - changes: http://cpansearch.perl.org/src/FLORA/Module-Signature-0.67/Changes Notes: svn path=/head/; revision=272914
* - Update to 0.66Wen Heping2010-12-242-5/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/FLORA/Module-Signature-0.66/Changes Notes: svn path=/head/; revision=266829
* With portmgr hat, reassign some ports from clsung to perl, since clsungMark Linimon2010-12-071-1/+1
| | | | | | | is apparently having some trouble with email. Notes: svn path=/head/; revision=265814
* Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703Martin Matuska2010-09-211-4/+10
| | | | | | | Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 Notes: svn path=/head/; revision=261560
* - Update to 0.64Philip M. Gollucci2010-08-232-4/+4
| | | | | | | | | | Changes: http://search.cpan.org/dist/Module-Signature/Changes PR: ports/147620 Submitted by: pgollucci (myself) Approved by: maintainer timeout (clsung; > 2.5 months) Notes: svn path=/head/; revision=259798
* - Update to 0.61Cheng-Lung Sung2009-11-192-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Module-Signature/Changes Notes: svn path=/head/; revision=244454
* - Update to 0.60Cheng-Lung Sung2009-11-172-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/Module-Signature/Changes Notes: svn path=/head/; revision=244360
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - 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
* - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,Jun Kuriyama2006-12-221-2/+2
| | | | | | | | | | | depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not correct. To work around this, change dependency line from bin/gpg to bin/gpgv which exists in security/gnupg1 port only. Spotted by: ume Notes: svn path=/head/; revision=180452
* - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopiedJun Kuriyama2006-12-211-1/+2
| | | | | | | | | to security/gnupg1. Thanks to: dougb, lofi Notes: svn path=/head/; revision=180326
* - update to 0.55Cheng-Lung Sung2006-07-312-5/+4
| | | | Notes: svn path=/head/; revision=169163
* - p5-Crypt-OpenPGP is vulnerable and very outdated.Cheng-Lung Sung2006-06-011-1/+1
| | | | | | | | | - bump PORTREVISION to reflect security issues. Noted by: infofarmer Notes: svn path=/head/; revision=164140
* - update to 0.54Cheng-Lung Sung2006-05-122-4/+4
| | | | Notes: svn path=/head/; revision=162143
* - update to 0.53Cheng-Lung Sung2006-04-192-4/+4
| | | | Notes: svn path=/head/; revision=159911
* 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 0.52Cheng-Lung Sung2006-01-192-4/+4
| | | | Notes: svn path=/head/; revision=153854
* - update to 0.51Cheng-Lung Sung2006-01-022-4/+4
| | | | Notes: svn path=/head/; revision=152551
* - update to 0.50Cheng-Lung Sung2005-11-212-5/+6
| | | | | | | | | | - add SHA256 checksum PR: 89346 Submitted by: aaron Notes: svn path=/head/; revision=148915
* - update to 0.44Cheng-Lung Sung2005-04-062-4/+4
| | | | | | | | | | | - take maintainership PR: 79586 Submitted by: clsung Approved by: Autrijus Tang (maintainer) Notes: svn path=/head/; revision=132611
* Update to 0.41Mathieu Arnold2004-08-273-5/+6
| | | | | | | | | PR: 70258 Submitted by: skv Approved by: maintainer timeout Notes: svn path=/head/; revision=117411
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update to version 0.38.Dmitry Sivachenko2004-01-012-2/+2
| | | | | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer) Notes: svn path=/head/; revision=97034