mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Update to 1.3.0
This commit is contained in:
parent
65e8eaca30
commit
010dc19b35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236022
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= unbound
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://unbound.net/downloads/
|
||||
|
||||
@ -33,9 +32,22 @@ PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \
|
||||
PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
SUB_FILES= pkg-install pkg-deinstall
|
||||
PLIST_SUB+= PYTHON=${PYTHON}
|
||||
|
||||
OPTIONS= LIBEVENT "is useful when using many (10000) outgoing ports" off \
|
||||
THREADS "build with threads support" on
|
||||
THREADS "build with threads support" on \
|
||||
PYTHON "build python bindings" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_PYTHON)
|
||||
USE_PYTHON= yes
|
||||
CONFIGURE_ARGS+= --with-pyunbound=yes --with-pythonmodule=yes
|
||||
BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13
|
||||
PYTHON=
|
||||
.else
|
||||
PYTHON= "@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (unbound-1.2.1.tar.gz) = 5437f2a1e698d8aa73ba19a60662a654
|
||||
SHA256 (unbound-1.2.1.tar.gz) = 1f95ca2904dfb813bf52f15156a8c769b365deb92fa7b995344062dea966dc29
|
||||
SIZE (unbound-1.2.1.tar.gz) = 3795258
|
||||
MD5 (unbound-1.3.0.tar.gz) = 783325c26ae1a47be0e496c94f3e1cca
|
||||
SHA256 (unbound-1.3.0.tar.gz) = ebaed25422a32a7f13386982485d9d01b65cf3aefbebdcf4add6a4d7c71a4610
|
||||
SIZE (unbound-1.3.0.tar.gz) = 4059848
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
etc/unbound/unbound.conf.sample
|
||||
include/unbound.h
|
||||
lib/libunbound.so.0
|
||||
lib/libunbound.so.1
|
||||
lib/libunbound.so
|
||||
lib/libunbound.la
|
||||
lib/libunbound.a
|
||||
@ -9,5 +9,11 @@ sbin/unbound-checkconf
|
||||
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.1
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py
|
||||
@dirrmtry etc/unbound
|
||||
@dirrmtry /var/run/unbound
|
||||
|
Loading…
Reference in New Issue
Block a user