mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Update to 2.2.0
- Simplify Makefile - Bump PORTREVISION for textproc/tinyxml2 shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master PR: 196884 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 1 month)
This commit is contained in:
parent
4178d658aa
commit
9977149e7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379385
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= cppcheck
|
||||
PORTVERSION= 1.63
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libmediainfo
|
||||
PORTVERSION= 0.7.72
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
|
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tinyxml2
|
||||
PORTVERSION= 20140124
|
||||
PORTVERSION= 2.2.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= LOCAL/bf GH
|
||||
|
||||
MAINTAINER= bf@FreeBSD.org
|
||||
COMMENT= Small C++ XML Parser
|
||||
@ -16,20 +16,18 @@ USE_LDCONFIG= yes
|
||||
USES= cmake dos2unix
|
||||
|
||||
GH_ACCOUNT= leethomason
|
||||
GH_COMMIT= 5bb2d80
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 5321a0e
|
||||
|
||||
PLIST_FILES= include/tinyxml2.h \
|
||||
lib/libtinyxml2.a \
|
||||
lib/libtinyxml2.so \
|
||||
lib/libtinyxml2.so.1 \
|
||||
lib/libtinyxml2.so.1.0.14 \
|
||||
lib/libtinyxml2.so.2 \
|
||||
lib/libtinyxml2.so.2.2.0 \
|
||||
libdata/pkgconfig/tinyxml2.pc
|
||||
PORTEXAMPLES= xmltest.cpp resources
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's@(DESTINATION )(.*)(/pkgconfig)@\1${PREFIX}/libdata\3@' \
|
||||
@ -39,13 +37,8 @@ check regression-test test: build
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test ; \
|
||||
./test
|
||||
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
PORTEXAMPLES= xmltest.cpp resources
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
@cd ${WRKSRC}; ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tinyxml2-20140124.tar.gz) = 571bcf2d08954fd8d28b849fe73c20ee2c4670d738786bc568ebfbcab6c29ebb
|
||||
SIZE (tinyxml2-20140124.tar.gz) = 451789
|
||||
SHA256 (tinyxml2-2.2.0.tar.gz) = ef38f6fa292c922ede197fa1e115b0b1a7eda79ee3fba795e3ea4f0b4646aa06
|
||||
SIZE (tinyxml2-2.2.0.tar.gz) = 455286
|
||||
|
Loading…
Reference in New Issue
Block a user