svn commit: r460741 - head/devel/py-deprecation
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Feb 2 19:54:55 UTC 2018
Author: sunpoet
Date: Fri Feb 2 19:54:54 2018
New Revision: 460741
URL: https://svnweb.freebsd.org/changeset/ports/460741
Log:
Update to 1.1
Changes: https://github.com/briancurtin/deprecation/commits/master
Modified:
head/devel/py-deprecation/Makefile
head/devel/py-deprecation/distinfo
Modified: head/devel/py-deprecation/Makefile
==============================================================================
--- head/devel/py-deprecation/Makefile Fri Feb 2 19:54:48 2018 (r460740)
+++ head/devel/py-deprecation/Makefile Fri Feb 2 19:54:54 2018 (r460741)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= deprecation
-PORTVERSION= 1.0.1
+PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,8 @@ COMMENT= Library to handle automated deprecations
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${FLAVOR}
NO_ARCH= yes
USE_PYTHON= autoplist distutils
Modified: head/devel/py-deprecation/distinfo
==============================================================================
--- head/devel/py-deprecation/distinfo Fri Feb 2 19:54:48 2018 (r460740)
+++ head/devel/py-deprecation/distinfo Fri Feb 2 19:54:54 2018 (r460741)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514205418
-SHA256 (deprecation-1.0.1.tar.gz) = b9bff5cc91f601ef2a8a0200bc6cde3f18a48c2ed3d1ecbfc16076b14b3ad935
-SIZE (deprecation-1.0.1.tar.gz) = 9596
+TIMESTAMP = 1517589991
+SHA256 (deprecation-1.1.tar.gz) = 8034ff1de464adc6558ec943cdac108fe661d3b58696f7b5821c678e4fe6106a
+SIZE (deprecation-1.1.tar.gz) = 10953
More information about the svn-ports-all
mailing list