diff options
author | sem <sem@FreeBSD.org> | 2014-12-06 02:52:53 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2014-12-06 02:52:53 +0800 |
commit | f84c7f64e6f17c071fc936bed2cee8ad10ce8125 (patch) | |
tree | 41242a178b0ce44c7311127f730c2010371382af /dns/unbound/files | |
parent | 4a9f1e9010d2f95502517c9db431d3b0140eb4bb (diff) | |
download | freebsd-ports-gnome-f84c7f64e6f17c071fc936bed2cee8ad10ce8125.tar.gz freebsd-ports-gnome-f84c7f64e6f17c071fc936bed2cee8ad10ce8125.tar.zst freebsd-ports-gnome-f84c7f64e6f17c071fc936bed2cee8ad10ce8125.zip |
- Update to 1.5.0
- Removed FreeBSD 10 check for libevent, because of upstream fixes (as stated in changelog)
- Converted files/patch-Makefile.in to sed patch, which is position independent
PR: 195674
Submitted by: lightside@gmx.com
Diffstat (limited to 'dns/unbound/files')
-rw-r--r-- | dns/unbound/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | dns/unbound/files/pkg-message.in | 2 |
2 files changed, 0 insertions, 13 deletions
diff --git a/dns/unbound/files/patch-Makefile.in b/dns/unbound/files/patch-Makefile.in deleted file mode 100644 index 583bbaa36180..000000000000 --- a/dns/unbound/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - - pythonmod-uninstall: - rm -f -- $(DESTDIR)$(PYTHON_SITE_PKG)/unboundmodule.py diff --git a/dns/unbound/files/pkg-message.in b/dns/unbound/files/pkg-message.in index 23944c81025f..eba979e3b205 100644 --- a/dns/unbound/files/pkg-message.in +++ b/dns/unbound/files/pkg-message.in @@ -8,5 +8,3 @@ env.unbound_conf %%PREFIX%%/etc/unbound/unbound.conf env.unbound_control %%PREFIX%%/sbin/unbound-control env.spoof_warn 1000 env.spoof_crit 100000 - -%%BROKEN%% |