forked from Lainports/opnsense-ports
dns/py-dnspython: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
aaa0f3270d
commit
70c6e08efa
2 changed files with 13 additions and 13 deletions
|
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnspython
|
||||
PORTVERSION= 1.15.0
|
||||
PORTVERSION= 1.16.0
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= http://www.dnspython.org/kits/${PORTVERSION}/
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
|
|
@ -13,19 +13,19 @@ COMMENT= DNS toolkit for Python
|
|||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python zip
|
||||
USE_PYTHON= autoplist concurrent cython distutils
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES PYCRYPTO
|
||||
PYCRYPTO_DESC= Enable pycrypto (part of dnssec needs it)
|
||||
PYCRYPTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR}
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES PYCRYPTODOME
|
||||
PYCRYPTODOME_DESC= Enable pycryptodome (part of dnssec needs it)
|
||||
PYCRYPTODOME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR}
|
||||
|
||||
PORTEXAMPLES= ddns.py e164.py mx.py name.py reverse.py reverse_name.py \
|
||||
xfr.py zonediff.py
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
post-install:
|
||||
post-install-EXAMPLES-on:
|
||||
# examples
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1477588213
|
||||
SHA256 (dnspython-1.15.0.tar.gz) = 11598ae5735746e63921f8eebdfdee4a2e7d0ba842ebd57ba02682d4aed8244b
|
||||
SIZE (dnspython-1.15.0.tar.gz) = 144073
|
||||
TIMESTAMP = 1547728483
|
||||
SHA256 (dnspython-1.16.0.zip) = 36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01
|
||||
SIZE (dnspython-1.16.0.zip) = 266364
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue