diff options
author | tron <tron> | 2004-04-15 20:13:20 +0000 |
---|---|---|
committer | tron <tron> | 2004-04-15 20:13:20 +0000 |
commit | be1e02716739cdbe34de0a394f3981b35180bb70 (patch) | |
tree | 2c636e382ea01ad66e9ddb41cb4fae758a6a6847 /net/bind9 | |
parent | 4a4ea42231bd69b6ffd5e45b53f08a4e891e2f0a (diff) | |
download | pkgsrc-be1e02716739cdbe34de0a394f3981b35180bb70.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}/ |