svn commit: r467135 - head/dns/py-dns-lexicon

Yuri Victorovich yuri at FreeBSD.org
Thu Apr 12 09:30:05 UTC 2018


Author: yuri
Date: Thu Apr 12 09:30:05 2018
New Revision: 467135
URL: https://svnweb.freebsd.org/changeset/ports/467135

Log:
  dns/py-dns-lexicon: Update 2.1.24 -> 2.2.1
  
  Also sorted RUN_DEPENDS and reordered USE_PYTHON.
  
  PR:		227457
  Submitted by:	Goran Mekić <meka at tilda.center> (maintainer)

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

Modified: head/dns/py-dns-lexicon/Makefile
==============================================================================
--- head/dns/py-dns-lexicon/Makefile	Thu Apr 12 09:22:08 2018	(r467134)
+++ head/dns/py-dns-lexicon/Makefile	Thu Apr 12 09:30:05 2018	(r467135)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dns-lexicon
-DISTVERSION=	2.1.24
+DISTVERSION=	2.2.1
 CATEGORIES=	dns python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,11 +14,11 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tldextract>0:dns/py-tldextract@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tldextract>0:dns/py-tldextract@${FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist concurrent
+USE_PYTHON=	distutils concurrent autoplist
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/dns/py-dns-lexicon/distinfo
==============================================================================
--- head/dns/py-dns-lexicon/distinfo	Thu Apr 12 09:22:08 2018	(r467134)
+++ head/dns/py-dns-lexicon/distinfo	Thu Apr 12 09:30:05 2018	(r467135)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521654373
-SHA256 (dns-lexicon-2.1.24.tar.gz) = 19d7ecb2973371baa85892af9ba7ecbb6e7dbf12cc58e02219df26978b858e4f
-SIZE (dns-lexicon-2.1.24.tar.gz) = 43707
+TIMESTAMP = 1523525073
+SHA256 (dns-lexicon-2.2.1.tar.gz) = 13e2d7b990643f617d1325d96dd1acc4672569fabec463bb39b4eb165098d59f
+SIZE (dns-lexicon-2.2.1.tar.gz) = 45941


More information about the svn-ports-head mailing list