diff options
author | schmonz <schmonz> | 2005-03-21 04:03:35 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-03-21 04:03:35 +0000 |
commit | 94801cbee42855e312d3ad445121a7bbc811052a (patch) | |
tree | 345ca78b8d45820ac9839872e86bc328a35abb51 /net/djbdns/Makefile | |
parent | 64f2d0d7759996c7ca21de9da324d811dad10afd (diff) | |
download | pkgsrc-94801cbee42855e312d3ad445121a7bbc811052a.tar.gz |
Incorporate patch from Bernhard Roth to correct the default values
generated by tinydns-data on sparc64 (and presumably other 64-bit
platforms). Discussed on the dns list in this thread:
http://marc.theaimsgroup.com/?l=djbdns&m=110845281123105&w=2
Bump PKGREVISION for this user-visible change.
Addresses PR pkg/28420.
Diffstat (limited to 'net/djbdns/Makefile')
-rw-r--r-- | net/djbdns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 7db19e58214..b93cbe22642 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.38 2005/03/13 03:25:44 schmonz Exp $ +# $NetBSD: Makefile,v 1.39 2005/03/21 04:03:35 schmonz Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp # DISTNAME= djbdns-1.05 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= net MASTER_SITES= http://cr.yp.to/djbdns/ ftp://cr.yp.to/djbdns/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES} |