diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-06 14:24:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-06 14:24:04 +0000 |
commit | 790bd0208fece261e1b066b45af6c23dadf9012c (patch) | |
tree | ab757d3ed91df8e64d1e04e2303fbe0ec46ede2c /security | |
parent | b888032dbb6d64db8fb1f31b95961f919cff90de (diff) | |
download | pkgsrc-790bd0208fece261e1b066b45af6c23dadf9012c.tar.gz |
Update to 0.50:
0.50 - 2014-03-14
- Version 0.49 implicitly required Moose; switch to a technique that
does not
- Modernize CHANGES
0.49 - 2014-03-13
- Restore context-sensitive (array/arrayref) behavior of multiple array
methods from 0.46.
- Fix MANIFEST/.gitignore inconsistency
0.48 - 2014-03-10
- Switch from --always-trust to --trust-model=always
0.47 - 2014-03-10
- No changes from 0.47_02
0.47_02 - 2014-02-14
- Remove a stray 'use Data::Dumper::Concise' added in 0.47_01
0.47_01 - 2014-01-27
- Switch from Any::Moose to Moo
- Accept "gpg (GnuPG/MacGPG2)" as a valid gpg version
- Typo fixes in documentation
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-GnuPG-Interface/Makefile | 9 | ||||
-rw-r--r-- | security/p5-GnuPG-Interface/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index 588281d2d5f..225172562da 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2014/05/29 23:37:24 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/09/06 14:24:04 wiz Exp $ -DISTNAME= GnuPG-Interface-0.46 +DISTNAME= GnuPG-Interface-0.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GnuPG/} @@ -13,7 +12,9 @@ COMMENT= Perl interface to GnuPG LICENSE= ${PERL5_LICENSE} DEPENDS+= gnupg>=1.2.3:../../security/gnupg -DEPENDS+= p5-Any-Moose>=0.04:../../devel/p5-Any-Moose +DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo +DEPENDS+= p5-MooX-late-[0-9]*:../../devel/p5-MooX-late +DEPENDS+= p5-MooX-HandlesVia-[0-9]*:../../devel/p5-MooX-HandlesVia PERL5_PACKLIST= auto/GnuPG/Interface/.packlist diff --git a/security/p5-GnuPG-Interface/distinfo b/security/p5-GnuPG-Interface/distinfo index f5fc944fc41..d4352926c87 100644 --- a/security/p5-GnuPG-Interface/distinfo +++ b/security/p5-GnuPG-Interface/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2013/06/01 07:34:58 wiz Exp $ +$NetBSD: distinfo,v 1.9 2014/09/06 14:24:04 wiz Exp $ -SHA1 (GnuPG-Interface-0.46.tar.gz) = 0d084507f2c09eca158c3948e35567d69fff768c -RMD160 (GnuPG-Interface-0.46.tar.gz) = 7cdc1a04fa8be4ad11d0aa8519bdf98ff7949156 -Size (GnuPG-Interface-0.46.tar.gz) = 67892 bytes +SHA1 (GnuPG-Interface-0.50.tar.gz) = 471c61d262552548df5980cbfc5ccbe6a4607aca +RMD160 (GnuPG-Interface-0.50.tar.gz) = 0a8d749953dd023ec1bb7297c5eb6b03d8b47076 +Size (GnuPG-Interface-0.50.tar.gz) = 63239 bytes |