diff options
author | tron <tron@pkgsrc.org> | 2004-04-15 20:13:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-04-15 20:13:20 +0000 |
commit | 0eac97f5cb99868e77711cde2496fb3eb3f60db5 (patch) | |
tree | 2c636e382ea01ad66e9ddb41cb4fae758a6a6847 /net/bind9 | |
parent | 75dd58a973e200bff527c730b7b43475be6568f3 (diff) | |
download | pkgsrc-0eac97f5cb99868e77711cde2496fb3eb3f60db5.tar.gz |
Bump package revision after recent package list changes because older
version of the package miss an important shared library.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 6bc60126bf5..45ebb567a33 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2004/04/14 20:26:51 snj Exp $ -# +# $NetBSD: Makefile,v 1.59 2004/04/15 20:13:20 tron Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= bind-${BIND_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ |