diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-22 17:06:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-22 17:06:34 +0800 |
commit | 94f2258693d28c3003509df6b6c8e81ad461d716 (patch) | |
tree | 95090855a81b6af8241e02f49856f4711b8925e9 | |
parent | 22d3a73020654d3f76c11f37effe2b9050e8da97 (diff) | |
download | freebsd-ports-gnome-94f2258693d28c3003509df6b6c8e81ad461d716.tar.gz freebsd-ports-gnome-94f2258693d28c3003509df6b6c8e81ad461d716.tar.zst freebsd-ports-gnome-94f2258693d28c3003509df6b6c8e81ad461d716.zip |
- 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
-rw-r--r-- | dns/autotrust/Makefile | 2 | ||||
-rw-r--r-- | dns/getdns/Makefile | 2 | ||||
-rw-r--r-- | dns/unbound/Makefile | 6 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 5 | ||||
-rw-r--r-- | mail/opendkim/Makefile | 2 | ||||
-rw-r--r-- | security/gnutls/Makefile | 2 | ||||
-rw-r--r-- | security/strongswan/Makefile | 1 |
7 files changed, 11 insertions, 9 deletions
diff --git a/dns/autotrust/Makefile b/dns/autotrust/Makefile index 28b4cbd6645f..8b1d5da536e5 100644 --- a/dns/autotrust/Makefile +++ b/dns/autotrust/Makefile @@ -3,7 +3,7 @@ PORTNAME= autotrust PORTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/autotrust/ diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile index d55975416280..63b496333fe2 100644 --- a/dns/getdns/Makefile +++ b/dns/getdns/Makefile @@ -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 \ diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 7878bc94188a..0e0a7e807cbd 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -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 caching DNS resolver 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} diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 103acd32de37..182fccee9493 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -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 diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 71ca379492f1..75639b86eb68 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -3,7 +3,7 @@ PORTNAME= opendkim PORTVERSION= 2.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 7872a9475855..ab88440f74e3 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnutls PORTVERSION= 3.2.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v3.2 diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index f7f400fc0dc1..98d111a86181 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -3,6 +3,7 @@ PORTNAME= strongswan PORTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ |