Date: Sun, 15 Nov 2015 13:25:58 +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: r401704 - head/devel/capstone Message-ID: <201511151325.tAFDPw6I056562@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 15 13:25:58 2015 New Revision: 401704 URL: https://svnweb.freebsd.org/changeset/ports/401704 Log: Update to 3.0.4 PR: 203997 Approved by: maintainer timeout (3 weeks) Modified: head/devel/capstone/Makefile head/devel/capstone/distinfo head/devel/capstone/pkg-plist Modified: head/devel/capstone/Makefile ============================================================================== --- head/devel/capstone/Makefile Sun Nov 15 13:25:38 2015 (r401703) +++ head/devel/capstone/Makefile Sun Nov 15 13:25:58 2015 (r401704) @@ -1,13 +1,14 @@ # $FreeBSD$ PORTNAME= capstone -PORTVERSION= 2.1.2 +PORTVERSION= 3.0.4 CATEGORIES= devel MAINTAINER= oliver.pntr@gmail.com COMMENT= Multi-platform, multi-architecture disassembly framework LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT USES= gmake USE_LDCONFIG= yes @@ -17,8 +18,7 @@ GH_ACCOUNT= aquynh MAKE_ENV+= INSTALL_LIB="${INSTALL_LIB}" \ INSTALL_DATA="${INSTALL_DATA}" -post-build: - # The pkgconfig file is generated and points to stagedir - ${REINPLACE_CMD} -e '/libdir/s|\(libdir=\)\(.*\)\(devel/capstone/work/stage\)|\1|g' ${WRKSRC}/capstone.pc +TEST_ENV= ${MAKE_ENV} LD_LIBRARY_PATH=${STAGEDIR}${PREFIX}/lib +TEST_TARGET= check .include <bsd.port.mk> Modified: head/devel/capstone/distinfo ============================================================================== --- head/devel/capstone/distinfo Sun Nov 15 13:25:38 2015 (r401703) +++ head/devel/capstone/distinfo Sun Nov 15 13:25:58 2015 (r401704) @@ -1,2 +1,2 @@ -SHA256 (aquynh-capstone-2.1.2_GH0.tar.gz) = 5312ba5fc09fe193f7fc2fd6cbbc34b6ea7a7b002c0fd7acb2b38ee6c492fb9c -SIZE (aquynh-capstone-2.1.2_GH0.tar.gz) = 1366145 +SHA256 (aquynh-capstone-3.0.4_GH0.tar.gz) = 5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2 +SIZE (aquynh-capstone-3.0.4_GH0.tar.gz) = 2800818 Modified: head/devel/capstone/pkg-plist ============================================================================== --- head/devel/capstone/pkg-plist Sun Nov 15 13:25:38 2015 (r401703) +++ head/devel/capstone/pkg-plist Sun Nov 15 13:25:58 2015 (r401704) @@ -2,9 +2,13 @@ include/capstone/arm.h include/capstone/arm64.h include/capstone/capstone.h include/capstone/mips.h +include/capstone/platform.h include/capstone/ppc.h +include/capstone/sparc.h +include/capstone/systemz.h include/capstone/x86.h +include/capstone/xcore.h lib/libcapstone.a lib/libcapstone.so -lib/libcapstone.so.2 +lib/libcapstone.so.3 libdata/pkgconfig/capstone.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511151325.tAFDPw6I056562>