mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Update textproc/tinyxml2 to 7.0.1
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master
This commit is contained in:
parent
ba40de9546
commit
8d6c4957e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485262
@ -4,7 +4,7 @@ PORTNAME= aquaria
|
||||
DISTVERSIONPREFIX= OSE-v
|
||||
DISTVERSION= 1.002-22
|
||||
DISTVERSIONSUFFIX= -g84366ad
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libmediainfo
|
||||
PORTVERSION= 18.08.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= https://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= encfs
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.9.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
PKGNAMEPREFIX= fusefs-
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tinyxml2
|
||||
PORTVERSION= 6.2.0
|
||||
PORTVERSION= 7.0.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
@ -14,7 +14,7 @@ LICENSE= ZLIB
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
CMAKE_OFF= BUILD_TESTS
|
||||
CMAKE_ON= BUILD_SHARED_LIBS BUILD_STATIC_LIBS
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
USES= cmake compiler:c++11-lang dos2unix pathfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
@ -27,6 +27,9 @@ USE_GITHUB= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/CMAKE_DEBUG_POSTFIX/d' ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
post-install:
|
||||
${AR} cq ${STAGEDIR}${PREFIX}/lib/libtinyxml2.a ${WRKSRC}/CMakeFiles/tinyxml2.dir/tinyxml2.cpp.o
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
|
||||
cd ${WRKSRC}/ && ${COPYTREE_SHARE} resources ${STAGEDIR}${EXAMPLESDIR}/
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1523186882
|
||||
SHA256 (leethomason-tinyxml2-6.2.0_GH0.tar.gz) = cdf0c2179ae7a7931dba52463741cf59024198bbf9673bf08415bcb46344110f
|
||||
SIZE (leethomason-tinyxml2-6.2.0_GH0.tar.gz) = 585870
|
||||
TIMESTAMP = 1542571957
|
||||
SHA256 (leethomason-tinyxml2-7.0.1_GH0.tar.gz) = a381729e32b6c2916a23544c04f342682d38b3f6e6c0cad3c25e900c3a7ef1a6
|
||||
SIZE (leethomason-tinyxml2-7.0.1_GH0.tar.gz) = 590384
|
||||
|
@ -4,6 +4,6 @@ lib/cmake/tinyxml2/tinyxml2Targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/tinyxml2/tinyxml2Targets.cmake
|
||||
lib/libtinyxml2.a
|
||||
lib/libtinyxml2.so
|
||||
lib/libtinyxml2.so.6
|
||||
lib/libtinyxml2.so.7
|
||||
lib/libtinyxml2.so.%%PORTVERSION%%
|
||||
libdata/pkgconfig/tinyxml2.pc
|
||||
|
Loading…
Reference in New Issue
Block a user