aboutsummaryrefslogtreecommitdiff
path: root/dns/unbound
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2008-08-07 10:45:27 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2008-08-07 10:45:27 +0000
commit73226bad45099b62725c4af0ae3bd29064e9b0b0 (patch)
tree6849735052551e05fa6329ad62f578be0a179e91 /dns/unbound
parentc9d0599bd73b57b494770b5f642b30dc90b03a21 (diff)
downloadports-73226bad45099b62725c4af0ae3bd29064e9b0b0.tar.gz
ports-73226bad45099b62725c4af0ae3bd29064e9b0b0.zip
Notes
Diffstat (limited to 'dns/unbound')
-rw-r--r--dns/unbound/Makefile2
-rw-r--r--dns/unbound/distinfo6
-rw-r--r--dns/unbound/files/patch-Makefile.in12
3 files changed, 10 insertions, 10 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 9db8573851cf..a9a3adc60599 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= unbound
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= dns
MASTER_SITES= http://unbound.net/downloads/
diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo
index e92d732ead9e..83d9dd5f4949 100644
--- a/dns/unbound/distinfo
+++ b/dns/unbound/distinfo
@@ -1,3 +1,3 @@
-MD5 (unbound-1.0.1.tar.gz) = e60c8221768cc79eca8783f01e8cf969
-SHA256 (unbound-1.0.1.tar.gz) = 95d3124b5e2a357848b84413a2f78e5896d41636278ed490dcf13bf89683f395
-SIZE (unbound-1.0.1.tar.gz) = 3592490
+MD5 (unbound-1.0.2.tar.gz) = 01b08a9c0d24be981de64b6e4e25ecbe
+SHA256 (unbound-1.0.2.tar.gz) = e6bbc4bb850c211e97ee7b5bc1827f59eb5222d295b715bda4551775766240ac
+SIZE (unbound-1.0.2.tar.gz) = 3597275
diff --git a/dns/unbound/files/patch-Makefile.in b/dns/unbound/files/patch-Makefile.in
index 39ecd7ab786f..122fc6573ff3 100644
--- a/dns/unbound/files/patch-Makefile.in
+++ b/dns/unbound/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig 2008-07-16 23:06:25.000000000 +0400
-+++ Makefile.in 2008-07-16 23:07:14.000000000 +0400
+--- Makefile.in.orig 2008-07-17 12:45:12.000000000 +0400
++++ Makefile.in 2008-08-07 14:35:26.000000000 +0400
@@ -275,7 +275,7 @@
- $(INSTALL) -c -m 644 $(srcdir)/doc/unbound.conf.5 $(DESTDIR)$(mandir)/man5
+ $(INSTALL) -c -m 644 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
-- if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 $(srcdir)/doc/example.conf $(DESTDIR)$(configfile); fi
-+ $(INSTALL) -c -m 644 $(srcdir)/doc/example.conf $(DESTDIR)$(configfile).sample
+ $(INSTALL) -c -m 644 doc/libunbound.3 $(DESTDIR)$(mandir)/man3
+- if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi
++ $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile).sample
$(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound.h $(DESTDIR)$(includedir)/unbound.h
$(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir)
$(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)