aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-04-06 18:49:10 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-04-06 18:52:07 +0000
commit766195a14073adffe24db585bca7a18ed8c66248 (patch)
tree36ed4df54082d11882c0b2fc7e89cefa6c1b4a85
parentfdf1dc6decf4dc07fa3ee7428da067d83b2fa409 (diff)
downloadports-766195a14073adffe24db585bca7a18ed8c66248.tar.gz
ports-766195a14073adffe24db585bca7a18ed8c66248.zip
devel/py-asn1: Fix version numbers going backwards
Although this is a new port but there was an entry in the MOVED file from 2015 when devel/py-asn1 was moved to devel/py-pyasn1 to match the upstreaming rename. This entry from MOVED was not removed while adding the new port. Reported by: eugen Approved by: portmgr (just-fix-it)
-rw-r--r--MOVED1
-rw-r--r--devel/py-asn1/Makefile1
2 files changed, 1 insertions, 1 deletions
diff --git a/MOVED b/MOVED
index e9237d74642d..d58e79fd6d76 100644
--- a/MOVED
+++ b/MOVED
@@ -7775,7 +7775,6 @@ devel/py-experimental.cssselect||2015-11-15|The only consumer of this port switc
databases/mariadb-client||2015-11-18|Vulnerable, no updates expected, use mariadb55 or mariadb100 instead
databases/mariadb-server||2015-11-18|Vulnerable, no updates expected, use mariadb55 or mariadb100 instead
databases/mariadb-scripts||2015-11-18|Vulnerable, no updates expected, use mariadb55 or mariadb100 instead
-devel/py-asn1|devel/py-pyasn1|2015-11-18|Renamed to match upstream naming
devel/py-pytz3|devel/py3-pytz|2015-11-19|Port Renamed
devel/ocaml-typeconv|devel/ocaml-type_conv|2015-11-20|Renamed to match upstream naming
www/py3-aiohttp|www/py-aiohttp|2015-11-21|Duplicate port
diff --git a/devel/py-asn1/Makefile b/devel/py-asn1/Makefile
index 3228a63927df..079e82a10a67 100644
--- a/devel/py-asn1/Makefile
+++ b/devel/py-asn1/Makefile
@@ -1,5 +1,6 @@
PORTNAME= asn1
PORTVERSION= 2.7.0
+PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}