diff options
author | chris <chris> | 2002-11-24 13:51:33 +0000 |
---|---|---|
committer | chris <chris> | 2002-11-24 13:51:33 +0000 |
commit | 72417a05d39b4f573ea1ec7239a17f3ecde3083c (patch) | |
tree | 9b759643cb380182257ce60adb796c87ea405f35 /security/gpgme/Makefile | |
parent | 76a749f6e33cb763037d057fff337dbd1f4c15c9 (diff) | |
download | pkgsrc-72417a05d39b4f573ea1ec7239a17f3ecde3083c.tar.gz |
Update gpgme to 0.3.13.
Only change (other than version) is:
* config.sub, config.guess: Updated from ftp.gnu.org/gnu/config
to version 2002-11-08.
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index b38f5cf9205..6e665bdf79f 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/10/27 03:09:14 chris Exp $ +# $NetBSD: Makefile,v 1.7 2002/11/24 13:51:33 chris Exp $ -DISTNAME= gpgme-0.3.12 +DISTNAME= gpgme-0.3.13 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ MAINTAINER= oishi@ims.ac.jp HOMEPAGE= http://www.gnupg.org/gpgme.html |