mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- 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
This commit is contained in:
parent
17238cbf3a
commit
13ab9a72d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365620
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= autotrust
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.nlnetlabs.nl/downloads/autotrust/
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= opendkim
|
||||
PORTVERSION= 2.9.2
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= mail security
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME} \
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= gnutls
|
||||
PORTVERSION= 3.2.16
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= GNUPG/gnutls/v3.2
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= strongswan
|
||||
PORTVERSION= 5.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://download.strongswan.org/ \
|
||||
http://download2.strongswan.org/
|
||||
|
Loading…
Reference in New Issue
Block a user