svn commit: r493362 - head/devel/py-construct28
Muhammad Moinur Rahman
bofh at FreeBSD.org
Tue Feb 19 11:05:00 UTC 2019
Author: bofh
Date: Tue Feb 19 11:04:59 2019
New Revision: 493362
URL: https://svnweb.freebsd.org/changeset/ports/493362
Log:
devel/py-construct28: Mark DEPRECATED
- More recent version is in ports tree deeevel/py-construct. This is no
longer a dependency for www/mitmproxy
Modified:
head/devel/py-construct28/Makefile
Modified: head/devel/py-construct28/Makefile
==============================================================================
--- head/devel/py-construct28/Makefile Tue Feb 19 10:56:33 2019 (r493361)
+++ head/devel/py-construct28/Makefile Tue Feb 19 11:04:59 2019 (r493362)
@@ -14,10 +14,14 @@ COMMENT= Python module for parsing and building of dat
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Latest upstream version is in ports tree devel/py-construct
+EXPIRATION_DATE=2019-03-20
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
-NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list