svn commit: r543966 - head/net-mgmt/py-snmp_passpersist
Steve Wills
swills at FreeBSD.org
Sun Aug 2 14:35:20 UTC 2020
Author: swills
Date: Sun Aug 2 14:35:19 2020
New Revision: 543966
URL: https://svnweb.freebsd.org/changeset/ports/543966
Log:
Fix python 2 issue with 2.0.0
Missed by me in previous commit
PR: 247951
Submitted by: James French <james at french.id.au>
Approved by: maintainer timeout (surajravi at gmail.com, >2 weeks)
Modified:
head/net-mgmt/py-snmp_passpersist/Makefile (contents, props changed)
head/net-mgmt/py-snmp_passpersist/distinfo (contents, props changed)
Modified: head/net-mgmt/py-snmp_passpersist/Makefile
==============================================================================
--- head/net-mgmt/py-snmp_passpersist/Makefile Sun Aug 2 14:24:02 2020 (r543965)
+++ head/net-mgmt/py-snmp_passpersist/Makefile Sun Aug 2 14:35:19 2020 (r543966)
@@ -17,7 +17,14 @@ USES= python
USE_GITHUB= yes
GH_ACCOUNT= nagius
+GH_TAGNAME= fb0af0d
USE_PYTHON= autoplist distutils
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3000
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/net-mgmt/py-snmp_passpersist/distinfo
==============================================================================
--- head/net-mgmt/py-snmp_passpersist/distinfo Sun Aug 2 14:24:02 2020 (r543965)
+++ head/net-mgmt/py-snmp_passpersist/distinfo Sun Aug 2 14:35:19 2020 (r543966)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594620530
-SHA256 (nagius-snmp_passpersist-v2.0.0_GH0.tar.gz) = 79d4fe09b4bf24aebbed363f6f4b6713c9527b18964fbe30d6e9d8abd449fb8b
-SIZE (nagius-snmp_passpersist-v2.0.0_GH0.tar.gz) = 19379
+TIMESTAMP = 1596378636
+SHA256 (nagius-snmp_passpersist-v2.0.0-fb0af0d_GH0.tar.gz) = 5385e3afa43640e5ef48c20f0f4ddd8aaf1a3bb856cfde0977439fb27e5df4ca
+SIZE (nagius-snmp_passpersist-v2.0.0-fb0af0d_GH0.tar.gz) = 19392
More information about the svn-ports-all
mailing list