aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2008-07-16 19:43:15 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2008-07-16 19:43:15 +0000
commit3962deef6072dc0ecbaeaef9c9bb40b52873840a (patch)
tree46a9a0ff7289e7733c91e03d919b33b27a2a5bb8 /dns
parentced951d6a02624abd8fa4b24ab1cedefcfee7228 (diff)
downloadports-3962deef6072dc0ecbaeaef9c9bb40b52873840a.tar.gz
ports-3962deef6072dc0ecbaeaef9c9bb40b52873840a.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/unbound/Makefile6
-rw-r--r--dns/unbound/distinfo6
-rw-r--r--dns/unbound/files/patch-Makefile.in6
-rw-r--r--dns/unbound/files/patch-configure11
4 files changed, 9 insertions, 20 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 9e85793986d5..9db8573851cf 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= unbound
-PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTVERSION= 1.0.1
CATEGORIES= dns
MASTER_SITES= http://unbound.net/downloads/
@@ -46,7 +45,8 @@ CONFIGURE_ARGS+= --with-libevent=no
.endif
post-patch:
- @${REINPLACE_CMD} -e 's#/usr/local/etc/unbound/unbound.pid#/var/run/unbound/unbound.pid#' ${WRKSRC}/doc/example.conf ${WRKSRC}/doc/unbound.conf.5
+ @${MKDIR} ${WRKSRC}/balancer
+ @${RM} ${WRKSRC}/util/configlexer.c
pre-install:
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo
index 8075ed640091..e92d732ead9e 100644
--- a/dns/unbound/distinfo
+++ b/dns/unbound/distinfo
@@ -1,3 +1,3 @@
-MD5 (unbound-1.0.0.tar.gz) = 05b7532c26e6005f7575d04fc44fb893
-SHA256 (unbound-1.0.0.tar.gz) = 48e27905cb2cbde604252fbdd19dcd915a3b970c55f2ba2a033dac02048de1fe
-SIZE (unbound-1.0.0.tar.gz) = 3554571
+MD5 (unbound-1.0.1.tar.gz) = e60c8221768cc79eca8783f01e8cf969
+SHA256 (unbound-1.0.1.tar.gz) = 95d3124b5e2a357848b84413a2f78e5896d41636278ed490dcf13bf89683f395
+SIZE (unbound-1.0.1.tar.gz) = 3592490
diff --git a/dns/unbound/files/patch-Makefile.in b/dns/unbound/files/patch-Makefile.in
index 762c8446584a..39ecd7ab786f 100644
--- a/dns/unbound/files/patch-Makefile.in
+++ b/dns/unbound/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2008-05-14 11:34:02.000000000 +0400
-+++ Makefile.in 2008-05-21 20:53:39.000000000 +0400
-@@ -274,7 +274,7 @@
+--- Makefile.in.orig 2008-07-16 23:06:25.000000000 +0400
++++ Makefile.in 2008-07-16 23:07:14.000000000 +0400
+@@ -275,7 +275,7 @@
$(INSTALL) -c -m 644 $(srcdir)/doc/unbound.conf.5 $(DESTDIR)$(mandir)/man5
$(INSTALL) -c -m 644 $(srcdir)/doc/unbound-host.1 $(DESTDIR)$(mandir)/man1
$(INSTALL) -c -m 644 $(srcdir)/doc/libunbound.3 $(DESTDIR)$(mandir)/man3
diff --git a/dns/unbound/files/patch-configure b/dns/unbound/files/patch-configure
deleted file mode 100644
index 6200b21ac2cd..000000000000
--- a/dns/unbound/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2008-06-17 01:16:01.000000000 +0400
-+++ configure 2008-06-17 01:16:29.000000000 +0400
-@@ -22125,7 +22125,7 @@
- withval="no"
- fi
-
--if test x_$withval == x_yes -o x_$withval != x_no; then
-+if test x_$withval = x_yes -o x_$withval != x_no; then
- { echo "$as_me:$LINENO: checking for libevent" >&5
- echo $ECHO_N "checking for libevent... $ECHO_C" >&6; }
- if test x_$withval = x_ -o x_$withval = x_yes; then