Date: Sun, 9 Oct 2016 09:34:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423584 - in head/devel: libdasm py-pydasm Message-ID: <201610090934.u999YvDG048722@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610090934.u999YvDG048722>