diff options
author | wiz <wiz> | 2006-03-06 00:18:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-03-06 00:18:10 +0000 |
commit | 0a3c815742f95893500eb344e2f0d667f85e275e (patch) | |
tree | b885fee271c914c9d75852dea6c10abb31e5c983 /security/gpass | |
parent | ca647e468204037886c77cf1aba87e8309a6deae (diff) | |
download | pkgsrc-0a3c815742f95893500eb344e2f0d667f85e275e.tar.gz |
Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
Diffstat (limited to 'security/gpass')
-rw-r--r-- | security/gpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index f2f949dafd5..d6989414e7e 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:34 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/03/06 00:18:22 wiz Exp $ # DISTNAME= gpass-0.4.4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpass/} |