svn commit: r494825 - head/dns/py-dnspython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 6 18:08:23 UTC 2019


Author: sunpoet
Date: Wed Mar  6 18:08:19 2019
New Revision: 494825
URL: https://svnweb.freebsd.org/changeset/ports/494825

Log:
  Update to 1.16.0
  
  - Change RUN_DEPENDS from py-pycrypto to py-pycryptodome
  - Convert to options target helper
  
  Changes:	http://www.dnspython.org/kits/1.16.0/README.md
  PR:		236274
  Submitted by:	sunpoet (myself)
  Approved by:	rm (maintainer)

Modified:
  head/dns/py-dnspython/Makefile
  head/dns/py-dnspython/distinfo

Modified: head/dns/py-dnspython/Makefile
==============================================================================
--- head/dns/py-dnspython/Makefile	Wed Mar  6 18:08:14 2019	(r494824)
+++ head/dns/py-dnspython/Makefile	Wed Mar  6 18:08:19 2019	(r494825)
@@ -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 at FreeBSD.org
@@ -13,19 +13,19 @@ COMMENT=	DNS toolkit for Python
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		python zip
+USE_PYTHON=	autoplist concurrent cython distutils
+
 NO_ARCH=	yes
-USES=		python
-USE_PYTHON=	autoplist 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}
+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}

Modified: head/dns/py-dnspython/distinfo
==============================================================================
--- head/dns/py-dnspython/distinfo	Wed Mar  6 18:08:14 2019	(r494824)
+++ head/dns/py-dnspython/distinfo	Wed Mar  6 18:08:19 2019	(r494825)
@@ -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


More information about the svn-ports-all mailing list