diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2015-02-19 17:55:34 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2015-02-19 17:55:34 +0000 |
commit | f5f04df80fec16c09c1538e7789ff98a642d22d2 (patch) | |
tree | 35815a2d03807d40085e60f0a91c869c4f6a471c /dns | |
parent | 60512d1ad9ccb930ad41b57f7852f37ad20c7720 (diff) |
- Update to 1.5.2
Notes
Notes:
svn path=/head/; revision=379354
Diffstat (limited to 'dns')
-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 e060d1c456aa..3fa8adab5db7 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 6a38b3122248..b61978f0a2da 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 a4c99908ce0e..c8f35ed026ec 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 |