1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Update to 1.0

This commit is contained in:
Sergey Matveychuk 2008-05-21 17:12:48 +00:00
parent 88bce99612
commit 5c18111eac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213467
4 changed files with 16 additions and 17 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= unbound
PORTVERSION= 0.11
PORTREVISION= 2
PORTVERSION= 1.0.0
CATEGORIES= dns
MASTER_SITES= http://unbound.net/downloads/

View File

@ -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

View File

@ -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)

View File

@ -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