aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Module-Signature
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Unbreak INDEXMathieu Arnold2003-08-281-1/+1
| | | | | | | Pointy Hat To: demon Notes: svn path=/head/; revision=87911
* New port: p5-Module-Signature.Dmitry Sivachenko2003-08-284-0/+46
Module::Signature adds cryptographic authentications to CPAN distributions, via the special SIGNATURE file. If you are a module user, all you have to do is to remember running "cpansign -v" (or just "cpansign") before issuing "perl Makefile.PL" or "perl Build.PL"; that will ensure the distribution has not been tampered with. For module authors, you'd want to add the SIGNATURE file to your MANIFEST, then type "cpansign -s" before making a distribution. Submitted by: autrijus@autrijus.org Notes: svn path=/head/; revision=87840