mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
dns/py-dnspython: update to 1.15.0
- define LICENSE (ISCL) - remove DOCS option, because the only "documentation", that is supplied in source tarball is Changelog
This commit is contained in:
parent
5842103c81
commit
5d872729e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424779
2 changed files with 8 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnspython
|
||||
PORTVERSION= 1.14.0
|
||||
PORTVERSION= 1.15.0
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= http://www.dnspython.org/kits/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -10,25 +10,22 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= rm@FreeBSD.org
|
||||
COMMENT= DNS toolkit for Python
|
||||
|
||||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES?= python:2.7+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES PYCRYPTO
|
||||
OPTIONS_DEFINE= EXAMPLES PYCRYPTO
|
||||
PYCRYPTO_DESC= Enable pycrypto (part of dnssec needs it)
|
||||
PYCRYPTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto
|
||||
|
||||
PORTDOCS= ChangeLog README.md
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
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:
|
||||
# docs
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
# examples
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1469803908
|
||||
SHA256 (dnspython-1.14.0.tar.gz) = 1406421e208931a66fef38ef0106711e1da277c9f40ed935ec1ab7374c1687fc
|
||||
SIZE (dnspython-1.14.0.tar.gz) = 144591
|
||||
TIMESTAMP = 1477588213
|
||||
SHA256 (dnspython-1.15.0.tar.gz) = 11598ae5735746e63921f8eebdfdee4a2e7d0ba842ebd57ba02682d4aed8244b
|
||||
SIZE (dnspython-1.15.0.tar.gz) = 144073
|
||||
|
|
Loading…
Add table
Reference in a new issue