svn commit: r348053 - in head/dns/unbound: . files
Sergey Matveychuk
sem at FreeBSD.org
Thu Mar 13 11:07:57 UTC 2014
Author: sem
Date: Thu Mar 13 11:07:56 2014
New Revision: 348053
URL: http://svnweb.freebsd.org/changeset/ports/348053
QAT: https://qat.redports.org/buildarchive/r348053/
Log:
- Update to 1.4.22
Deleted:
head/dns/unbound/files/patch-configure
Modified:
head/dns/unbound/Makefile
head/dns/unbound/distinfo
head/dns/unbound/files/patch-Makefile.in
Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile Thu Mar 13 10:54:50 2014 (r348052)
+++ head/dns/unbound/Makefile Thu Mar 13 11:07:56 2014 (r348053)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= unbound
-PORTVERSION= 1.4.21
-PORTREVISION= 2
+PORTVERSION= 1.4.22
+PORTREVISION= 0
CATEGORIES= dns
MASTER_SITES= http://unbound.net/downloads/
Modified: head/dns/unbound/distinfo
==============================================================================
--- head/dns/unbound/distinfo Thu Mar 13 10:54:50 2014 (r348052)
+++ head/dns/unbound/distinfo Thu Mar 13 11:07:56 2014 (r348053)
@@ -1,2 +1,2 @@
-SHA256 (unbound-1.4.21.tar.gz) = 502f817a72721f78243923eb1d6187029639f7a8bdcc33a6ce0819bbb2a80970
-SIZE (unbound-1.4.21.tar.gz) = 3624553
+SHA256 (unbound-1.4.22.tar.gz) = 1caf5081b2190ecdb23fc4d998b7999e28640c941f53baff7aee03c092a7d29f
+SIZE (unbound-1.4.22.tar.gz) = 4735801
Modified: head/dns/unbound/files/patch-Makefile.in
==============================================================================
--- head/dns/unbound/files/patch-Makefile.in Thu Mar 13 10:54:50 2014 (r348052)
+++ head/dns/unbound/files/patch-Makefile.in Thu Mar 13 11:07:56 2014 (r348053)
@@ -1,11 +1,11 @@
---- Makefile.in.orig 2013-03-22 16:41:13.000000000 +0400
-+++ Makefile.in 2013-09-23 06:08:58.535408755 +0400
-@@ -488,7 +488,7 @@
- echo ".so man3/libunbound.3" > $(DESTDIR)$(mandir)/man3/$$mpage.3 ; \
- done
+--- Makefile.in.orig 2014-01-31 14:19:01.000000000 +0400
++++ Makefile.in 2014-03-13 14:27:03.613703943 +0400
+@@ -497,7 +497,7 @@
+ $(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 755 unbound-control-setup $(DESTDIR)$(sbindir)/unbound-control-setup
- 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 unbound.h $(DESTDIR)$(includedir)/unbound.h
- $(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir)
- $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
+
+ pythonmod-uninstall:
+ rm -f -- $(DESTDIR)$(PYTHON_SITE_PKG)/unboundmodule.py
More information about the svn-ports-all
mailing list