diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2008-05-21 17:12:48 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2008-05-21 17:12:48 +0000 |
commit | 5c18111eac55daa79c77d8e92b2b883922d30ecb (patch) | |
tree | 7730269f5d83798474bcc1cb13261a29b76107bb /dns | |
parent | 88bce996127f7ea23a6c5f1b5a5849278971b537 (diff) | |
download | ports-5c18111eac55daa79c77d8e92b2b883922d30ecb.tar.gz ports-5c18111eac55daa79c77d8e92b2b883922d30ecb.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/Makefile | 3 | ||||
-rw-r--r-- | dns/unbound/distinfo | 6 | ||||
-rw-r--r-- | dns/unbound/files/patch-Makefile.in | 22 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 2 |
4 files changed, 16 insertions, 17 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index dc3c8bc732e0..c9eb41a6c128 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -6,8 +6,7 @@ # PORTNAME= unbound -PORTVERSION= 0.11 -PORTREVISION= 2 +PORTVERSION= 1.0.0 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index 99b0afa1c822..8075ed640091 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,3 +1,3 @@ -MD5 (unbound-0.11.tar.gz) = 2d698050a9ffd492b0abd37b5000680f -SHA256 (unbound-0.11.tar.gz) = f6c44ccae56398273c1f03485f2e2b8e4b612663d501d89c82c8cf9f23422d9f -SIZE (unbound-0.11.tar.gz) = 3543955 +MD5 (unbound-1.0.0.tar.gz) = 05b7532c26e6005f7575d04fc44fb893 +SHA256 (unbound-1.0.0.tar.gz) = 48e27905cb2cbde604252fbdd19dcd915a3b970c55f2ba2a033dac02048de1fe +SIZE (unbound-1.0.0.tar.gz) = 3554571 diff --git a/dns/unbound/files/patch-Makefile.in b/dns/unbound/files/patch-Makefile.in index dc185e6060a5..762c8446584a 100644 --- a/dns/unbound/files/patch-Makefile.in +++ b/dns/unbound/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2008-04-23 10:47:48.000000000 +0400 -+++ Makefile.in 2008-04-25 18:42:04.000000000 +0400 -@@ -273,7 +273,7 @@ - $(INSTALL) -c -m 644 $(srcdir)/doc/unbound.conf.5 $(mandir)/man5 - $(INSTALL) -c -m 644 $(srcdir)/doc/unbound-host.1 $(mandir)/man1 - $(INSTALL) -c -m 644 $(srcdir)/doc/libunbound.3 $(mandir)/man3 -- if test ! -e $(configfile); then $(INSTALL) -d `dirname $(configfile)`; $(INSTALL) -c -m 644 $(srcdir)/doc/example.conf $(configfile); fi -+ $(INSTALL) -d `dirname $(configfile)`; $(INSTALL) -c -m 644 $(srcdir)/doc/example.conf $(configfile).sample - $(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound.h $(includedir)/unbound.h - $(LIBTOOL) --mode=install cp libunbound.la $(libdir) - $(LIBTOOL) --mode=finish $(libdir) +--- 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 @@ + $(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 +- 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 + $(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) diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index aa9bcb3c7010..d4def7156d8d 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -1,6 +1,6 @@ etc/unbound/unbound.conf.sample include/unbound.h -lib/libunbound-0.11.so +lib/libunbound.so.0 lib/libunbound.so lib/libunbound.la lib/libunbound.a |