1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Update to 1.0.1

This commit is contained in:
Sergey Matveychuk 2008-07-16 19:43:15 +00:00
parent ced951d6a0
commit 3962deef60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216926
4 changed files with 9 additions and 20 deletions

View File

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

View File

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

View File

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

View File

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