update to GnuPG::Interface 0.31
update my e-mail address
This commit is contained in:
parent
8c7da3bb6d
commit
08dff8f3c1
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2001/04/13 20:19:10 peter Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2001/09/07 22:35:17 peter Exp $
|
||||
|
||||
COMMENT= "perl5 interface to GnuPG"
|
||||
|
||||
VERSION= 0.11
|
||||
VERSION= 0.31
|
||||
DISTNAME= GnuPG-Interface-${VERSION}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
NEED_VERSION= 1.395
|
||||
NEED_VERSION= 1.448
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= GnuPG
|
||||
|
||||
@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/Class/MethodMaker.pm::devel/
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/Class/MethodMaker.pm::devel/p5-Class-MethodMaker \
|
||||
${LOCALBASE}/bin/gpg:gnupg-*:security/gnupg
|
||||
|
||||
MAINTAINER= Peter Galbavy <peter.galbavy@knowledge.com>
|
||||
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (GnuPG-Interface-0.11.tar.gz) = b392f3a644e15d489ea5da8dac2168c1
|
||||
RMD160 (GnuPG-Interface-0.11.tar.gz) = ce14633930cae6cf78351e4057514b1139757945
|
||||
SHA1 (GnuPG-Interface-0.11.tar.gz) = 553665f5677b3dfa2b67b3c94d213b452c666b91
|
||||
MD5 (GnuPG-Interface-0.31.tar.gz) = 657baf421c8b2cbe0560a66a9fe7ef02
|
||||
RMD160 (GnuPG-Interface-0.31.tar.gz) = 3934176da6662f173aee9c11f320f5160697a38f
|
||||
SHA1 (GnuPG-Interface-0.31.tar.gz) = 7179699219bcbd3e3436155a21aa1b78ea452e8e
|
||||
|
@ -1,9 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/04/05 15:34:50 peter Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/09/07 22:35:17 peter Exp $
|
||||
libdata/perl5/site_perl/GnuPG/Fingerprint.pm
|
||||
libdata/perl5/site_perl/GnuPG/Handles.pm
|
||||
libdata/perl5/site_perl/GnuPG/Interface.pm
|
||||
libdata/perl5/site_perl/GnuPG/Key.pm
|
||||
libdata/perl5/site_perl/GnuPG/Options.pm
|
||||
libdata/perl5/site_perl/GnuPG/PrimaryKey.pm
|
||||
libdata/perl5/site_perl/GnuPG/PublicKey.pm
|
||||
libdata/perl5/site_perl/GnuPG/SecretKey.pm
|
||||
libdata/perl5/site_perl/GnuPG/Signature.pm
|
||||
@ -35,6 +36,7 @@ man/man3/GnuPG::Handles.3p
|
||||
man/man3/GnuPG::Interface.3p
|
||||
man/man3/GnuPG::Key.3p
|
||||
man/man3/GnuPG::Options.3p
|
||||
man/man3/GnuPG::PrimaryKey.3p
|
||||
man/man3/GnuPG::PublicKey.3p
|
||||
man/man3/GnuPG::SecretKey.3p
|
||||
man/man3/GnuPG::Signature.3p
|
||||
|
Loading…
Reference in New Issue
Block a user