Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2016 17:27:56 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424779 - head/dns/py-dnspython
Message-ID:  <201610271727.u9RHRux3086694@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu Oct 27 17:27:56 2016
New Revision: 424779
URL: https://svnweb.freebsd.org/changeset/ports/424779

Log:
  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

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

Modified: head/dns/py-dnspython/Makefile
==============================================================================
--- head/dns/py-dnspython/Makefile	Thu Oct 27 17:21:23 2016	(r424778)
+++ head/dns/py-dnspython/Makefile	Thu Oct 27 17:27:56 2016	(r424779)
@@ -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}

Modified: head/dns/py-dnspython/distinfo
==============================================================================
--- head/dns/py-dnspython/distinfo	Thu Oct 27 17:21:23 2016	(r424778)
+++ head/dns/py-dnspython/distinfo	Thu Oct 27 17:27:56 2016	(r424779)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610271727.u9RHRux3086694>