diff options
author | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
commit | 9d80e592a4a9801ec4d00fca7a3e9c19d1c6b3cc (patch) | |
tree | ffee6335b2bba2ba7848a7088adea5af2e248190 /security | |
parent | 3aac352c277c3004ddcf390205306a480522cad6 (diff) | |
download | pkgsrc-9d80e592a4a9801ec4d00fca7a3e9c19d1c6b3cc.tar.gz |
tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
Diffstat (limited to 'security')
-rw-r--r-- | security/dirb/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg2/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/dirb/Makefile b/security/dirb/Makefile index c6c0449539c..1e5b9d41989 100644 --- a/security/dirb/Makefile +++ b/security/dirb/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2006/04/06 06:22:38 reed Exp $ +# $NetBSD: Makefile,v 1.6 2006/11/19 11:50:25 wiz Exp $ # PKGNAME= dirb-1.9 DISTNAME= dirb19 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dirb/} diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 86ab4ad9be9..6c0597fb880 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/17 12:13:11 shannonjr Exp $ +# $NetBSD: Makefile,v 1.2 2006/11/19 11:50:25 wiz Exp $ # DISTNAME= gnupg-2.0.0 PKGNAME= ${DISTNAME:S/gnupg/gnupg2/} +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ EXTRACT_SUFX= .tar.bz2 |