diff options
author | chris <chris@pkgsrc.org> | 2002-10-01 19:53:54 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2002-10-01 19:53:54 +0000 |
commit | 2ccfd08f739de5d7d7fc6c3407150f91ed24894f (patch) | |
tree | 6a6f80a53e05e3571d46c93afb22bcdab179506b /security | |
parent | 5b932bb85a6533841939e3b39a8d928fb1b0a7ba (diff) | |
download | pkgsrc-2ccfd08f739de5d7d7fc6c3407150f91ed24894f.tar.gz |
Belated bump to nb2, following fixes to dlsym return checks to work properly against -current.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index f653a7e1d75..9255abe9235 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2002/08/25 21:50:36 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2002/10/01 19:53:54 chris Exp $ # DISTNAME= gnupg-1.0.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/ # don't remove this -- we may add idea.c to it below |