summaryrefslogtreecommitdiff
path: root/dns/nsd
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-12 22:19:25 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-12 22:19:25 +0000
commit894968f308a7bb91d4e33cf9fc283ff22c26dbda (patch)
tree5f9ccb59617360727fc6d404f275e361f3180860 /dns/nsd
parentUpgrade to DAT version 4247 (diff)
net/nsd Version update to verison 1.0.2 with fix
PR: ports/47113 Submitted by: Olafur Osvaldsson <oli@isnic.is> Reviewed by: Alexis Yushin <alexis@NLnetLabs.nl>
Notes
Notes: svn path=/head/; revision=75393
Diffstat (limited to 'dns/nsd')
-rw-r--r--dns/nsd/Makefile2
-rw-r--r--dns/nsd/distinfo2
-rw-r--r--dns/nsd/files/patch-Makefile11
3 files changed, 13 insertions, 2 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile
index 78271be24091..130fe73011c6 100644
--- a/dns/nsd/Makefile
+++ b/dns/nsd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nsd
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo
index de5e765a0c14..bbc21a3fbe62 100644
--- a/dns/nsd/distinfo
+++ b/dns/nsd/distinfo
@@ -1 +1 @@
-MD5 (nsd-1.0.1.tar.gz) = 3569d4102ef6720d787e2b39539e0b3e
+MD5 (nsd-1.0.2.tar.gz) = 8c50f242ed4d71986fe8959f5db3be5d
diff --git a/dns/nsd/files/patch-Makefile b/dns/nsd/files/patch-Makefile
new file mode 100644
index 000000000000..28b6f2d4b74c
--- /dev/null
+++ b/dns/nsd/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig Wed Feb 12 14:17:18 2003
++++ Makefile Wed Feb 12 14:17:35 2003
+@@ -67,7 +67,7 @@
+ #
+
+ # The directory where the nsd nsdc and zonec binaries will be installed
+-PREFIX = /usr/local
++#PREFIX = /usr/local
+ NSDBINDIR = ${PREFIX}/sbin
+ NSDMANDIR = ${PREFIX}/man/man8
+