Date: Fri, 22 Aug 2014 09:06:35 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365620 - in head: dns/autotrust dns/getdns dns/unbound mail/opendkim security/gnutls security/strongswan Message-ID: <201408220906.s7M96ZjA019425@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Aug 22 09:06:34 2014 New Revision: 365620 URL: http://svnweb.freebsd.org/changeset/ports/365620 QAT: https://qat.redports.org/buildarchive/r365620/ Log: - Switch dns/unbound to USES=libtool, drop .la files - Bump dependent ports as .so version has changed - While here, add LICENSE_FILE to dns/getdns Approved by: portmgr blanket Modified: head/dns/autotrust/Makefile head/dns/getdns/Makefile head/dns/unbound/Makefile head/dns/unbound/pkg-plist head/mail/opendkim/Makefile head/security/gnutls/Makefile head/security/strongswan/Makefile Modified: head/dns/autotrust/Makefile ============================================================================== --- head/dns/autotrust/Makefile Fri Aug 22 09:01:52 2014 (r365619) +++ head/dns/autotrust/Makefile Fri Aug 22 09:06:34 2014 (r365620) @@ -3,7 +3,7 @@ PORTNAME= autotrust PORTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/autotrust/ Modified: head/dns/getdns/Makefile ============================================================================== --- head/dns/getdns/Makefile Fri Aug 22 09:01:52 2014 (r365619) +++ head/dns/getdns/Makefile Fri Aug 22 09:06:34 2014 (r365620) @@ -3,6 +3,7 @@ PORTNAME= getdns PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://getdnsapi.net/dist/ \ http://mirrors.rit.edu/zi/ @@ -11,6 +12,7 @@ MAINTAINER= zi@FreeBSD.org COMMENT= Modern asynchronous DNS API LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libidn.so:${PORTSDIR}/dns/libidn \ Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Fri Aug 22 09:01:52 2014 (r365619) +++ head/dns/unbound/Makefile Fri Aug 22 09:06:34 2014 (r365620) @@ -3,7 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.4.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -13,7 +13,7 @@ COMMENT= Validating, recursive, and cach LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES+= gmake +USES+= gmake libtool USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} --with-libexpat=${LOCALBASE} @@ -43,7 +43,7 @@ MUNIN_DESC= Install Munin plugin LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 \ libldns.so:${PORTSDIR}/dns/ldns -STRIP_FILES= .libs/libunbound.so.4 unbound-checkconf unbound \ +STRIP_FILES= .libs/libunbound.so unbound-checkconf unbound \ unbound-control .libs/unbound-host .libs/unbound-anchor .if ${PORT_OPTIONS:MPYTHON} Modified: head/dns/unbound/pkg-plist ============================================================================== --- head/dns/unbound/pkg-plist Fri Aug 22 09:01:52 2014 (r365619) +++ head/dns/unbound/pkg-plist Fri Aug 22 09:06:34 2014 (r365620) @@ -1,8 +1,8 @@ etc/unbound/unbound.conf.sample include/unbound.h -lib/libunbound.so.4 +lib/libunbound.so.2.2.1 +lib/libunbound.so.2 lib/libunbound.so -lib/libunbound.la lib/libunbound.a man/man1/unbound-host.1.gz man/man3/libunbound.3.gz @@ -49,7 +49,6 @@ sbin/unbound-control sbin/unbound-control-setup sbin/unbound-host %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.a -%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.4 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py Modified: head/mail/opendkim/Makefile ============================================================================== --- head/mail/opendkim/Makefile Fri Aug 22 09:01:52 2014 (r365619) +++ head/mail/opendkim/Makefile Fri Aug 22 09:06:34 2014 (r365620) @@ -3,7 +3,7 @@ PORTNAME= opendkim PORTVERSION= 2.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ Modified: head/security/gnutls/Makefile ============================================================================== --- head/security/gnutls/Makefile Fri Aug 22 09:01:52 2014 (r365619) +++ head/security/gnutls/Makefile Fri Aug 22 09:06:34 2014 (r365620) @@ -2,7 +2,7 @@ PORTNAME= gnutls PORTVERSION= 3.2.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v3.2 Modified: head/security/strongswan/Makefile ============================================================================== --- head/security/strongswan/Makefile Fri Aug 22 09:01:52 2014 (r365619) +++ head/security/strongswan/Makefile Fri Aug 22 09:06:34 2014 (r365620) @@ -3,6 +3,7 @@ PORTNAME= strongswan PORTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408220906.s7M96ZjA019425>