Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2019 11:05:00 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493362 - head/devel/py-construct28
Message-ID:  <201902191105.x1JB50pq083800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902191105.x1JB50pq083800>