diff options
author | reed <reed@pkgsrc.org> | 2004-05-27 16:07:03 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-05-27 16:07:03 +0000 |
commit | f4ff12905d1c10c0ac9538d20d17484b02d583a3 (patch) | |
tree | 12f48beb0e58110503517946621927c8dfd6c4bb | |
parent | 0c503cfb86474ce6867f7649e5bee20568dc0431 (diff) | |
download | pkgsrc-f4ff12905d1c10c0ac9538d20d17484b02d583a3.tar.gz |
Bump PKGREVISION.
Because my old package libsoup-1.99.28 was built
using now-nonexistent libgcrypt.so.11.
And now libsoup-1.99.28nb1 uses libgcrypt.so.12.
-rw-r--r-- | net/libsoup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libsoup/Makefile b/net/libsoup/Makefile index 258c17b01ce..00982c7bc73 100644 --- a/net/libsoup/Makefile +++ b/net/libsoup/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/04/02 18:09:56 recht Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/27 16:07:03 reed Exp $ # DISTNAME= libsoup-1.99.28 +PKGREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/1.99/} EXTRACT_SUFX= .tar.bz2 |