svn commit: r423584 - in head/devel: libdasm py-pydasm

Antoine Brodin antoine at FreeBSD.org
Sun Oct 9 09:34:58 UTC 2016


Author: antoine
Date: Sun Oct  9 09:34:57 2016
New Revision: 423584
URL: https://svnweb.freebsd.org/changeset/ports/423584

Log:
  Deprecate libdasm and pydasm

Modified:
  head/devel/libdasm/Makefile
  head/devel/py-pydasm/Makefile

Modified: head/devel/libdasm/Makefile
==============================================================================
--- head/devel/libdasm/Makefile	Sun Oct  9 09:28:54 2016	(r423583)
+++ head/devel/libdasm/Makefile	Sun Oct  9 09:34:57 2016	(r423584)
@@ -13,6 +13,8 @@ COMMENT=	Simple x86 disassembly library
 LICENSE=	BSD2CLAUSE
 
 BROKEN=		Unfetchable (google code has gone away)
+DEPRECATED=	No more upstream and known bugs, use devel/capstone3 instead
+EXPIRATION_DATE=	2016-11-10
 
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${STAGEDIR}${PREFIX}"
 USE_LDCONFIG=	yes

Modified: head/devel/py-pydasm/Makefile
==============================================================================
--- head/devel/py-pydasm/Makefile	Sun Oct  9 09:28:54 2016	(r423583)
+++ head/devel/py-pydasm/Makefile	Sun Oct  9 09:34:57 2016	(r423584)
@@ -15,6 +15,8 @@ COMMENT=	Python interface to libdasm
 LICENSE=	BSD2CLAUSE
 
 BROKEN=		Unfetchable (google code has gone away)
+DEPRECATED=	No more upstream and known bugs, use devel/py-capstone instead
+EXPIRATION_DATE=	2016-11-10
 
 USES=		python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-all mailing list