mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 3.0.4
PR: 203997 Approved by: maintainer timeout (3 weeks)
This commit is contained in:
parent
660fbacf68
commit
cf0becfc3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401704
3 changed files with 11 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue