update to GnuPG 0.09 which adds Sign and ClearSign ties
update my e-mail address
This commit is contained in:
parent
7be76e023b
commit
8c7da3bb6d
@ -1,18 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2001/05/10 19:20:51 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2001/09/07 22:31:22 peter Exp $
|
||||
|
||||
COMMENT= "perl5 interface to GnuPG"
|
||||
|
||||
VERSION= 0.07
|
||||
VERSION= 0.09
|
||||
DISTNAME= GnuPG-${VERSION}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
NEED_VERSION= 1.407
|
||||
NEED_VERSION= 1.448
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= GnuPG
|
||||
|
||||
RUN_DEPENDS= ${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-0.07.tar.gz) = 1cf9fd113373caac4acc684390cb1032
|
||||
RMD160 (GnuPG-0.07.tar.gz) = 571bc96810338e8f9cf922959c717353ef1c1d7a
|
||||
SHA1 (GnuPG-0.07.tar.gz) = 1991aae6e23d54ef43e5e29fb22b6bdd33b2ddd4
|
||||
MD5 (GnuPG-0.09.tar.gz) = 1c5e21d4ed9fcfe0f5b81c1043fa2cc8
|
||||
RMD160 (GnuPG-0.09.tar.gz) = 26968e6021d244c49e1e34debf1e893b642b1917
|
||||
SHA1 (GnuPG-0.09.tar.gz) = 635e2803d9e157fa4094272092f873e4b1d1a036
|
||||
|
@ -1,9 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/05/10 19:20:51 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/09/07 22:31:22 peter Exp $
|
||||
bin/gpgmailtunl
|
||||
libdata/perl5/site_perl/GnuPG.pm
|
||||
libdata/perl5/site_perl/GnuPG/Tie.pm
|
||||
libdata/perl5/site_perl/GnuPG/Tie/ClearSign.pm
|
||||
libdata/perl5/site_perl/GnuPG/Tie/Decrypt.pm
|
||||
libdata/perl5/site_perl/GnuPG/Tie/Encrypt.pm
|
||||
libdata/perl5/site_perl/GnuPG/Tie/Sign.pm
|
||||
man/man1/gpgmailtunl.1
|
||||
man/man3/GnuPG.3p
|
||||
man/man3/GnuPG::Tie.3p
|
||||
|
Loading…
Reference in New Issue
Block a user