diff options
author | sem <sem@FreeBSD.org> | 2015-02-20 01:55:34 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2015-02-20 01:55:34 +0800 |
commit | 4ae1ac3c6fc82989770b2e5fb723b249d450bdba (patch) | |
tree | 35815a2d03807d40085e60f0a91c869c4f6a471c | |
parent | 05207de3cd789b378594b2149b0d036bfd98f66c (diff) | |
download | freebsd-ports-graphics-4ae1ac3c6fc82989770b2e5fb723b249d450bdba.tar.gz freebsd-ports-graphics-4ae1ac3c6fc82989770b2e5fb723b249d450bdba.tar.zst freebsd-ports-graphics-4ae1ac3c6fc82989770b2e5fb723b249d450bdba.zip |
- Update to 1.5.2
-rw-r--r-- | dns/unbound/Makefile | 6 | ||||
-rw-r--r-- | dns/unbound/distinfo | 4 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index e060d1c456a..3fa8adab5db 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTVERSION= 1.5.2 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -104,6 +103,9 @@ post-build: @for s in ${STRIP_FILES}; do ${STRIP_CMD} ${WRKSRC}/$$s; done post-install: +.if ${PORT_OPTIONS:MPYTHON} + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_unbound.so +.endif .if ${PORT_OPTIONS:MMUNIN} @${MKDIR} ${STAGEDIR}${PREFIX}/share/munin/plugins @${MKDIR} ${STAGEDIR}${PREFIX}/etc/munin/plugins diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index 6a38b312224..b61978f0a2d 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,2 +1,2 @@ -SHA256 (unbound-1.5.1.tar.gz) = 0ff82709fb2bd7ecbde8dbdcf60fa417d2b43379570a3d460193a76a169900ec -SIZE (unbound-1.5.1.tar.gz) = 4805176 +SHA256 (unbound-1.5.2.tar.gz) = 33ab6c6a5ce3247b0a57e34d209fe8936e1218ff89a9b7ca3ff00c2060dd35c7 +SIZE (unbound-1.5.2.tar.gz) = 4822523 diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index a4c99908ce0..c8f35ed026e 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.so.2.3.3 +lib/libunbound.so.2.3.5 lib/libunbound.so.2 lib/libunbound.so lib/libunbound.a |