mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 2.5.3
This commit is contained in:
parent
aa95b5928e
commit
94d37e2fed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200169
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tinyxml
|
||||
PORTVERSION= 2.3.2
|
||||
PORTVERSION= 2.5.3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -18,14 +18,14 @@ COMMENT= Small C++ XML parser
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MAKE_ENV= PREFIX=${PREFIX}
|
||||
|
||||
INSTALLS_SHLIB= YES
|
||||
SHLIB_MAJOR= 1
|
||||
USE_LDCONFIG= YES
|
||||
SHLIB_MAJOR= 2
|
||||
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
||||
|
||||
.if defined(NOPROFILE)
|
||||
PLIST_SUB+= PROFILE="@comment "
|
||||
.if defined(NOPROFILE) || defined(NO_PROFILE)
|
||||
PLIST_SUB+= PROFILE="@comment "
|
||||
.else
|
||||
PLIST_SUB+= PROFILE=""
|
||||
PLIST_SUB+= PROFILE=""
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (tinyxml_2_3_2.tar.gz) = 54434fbd9059527690fa2dffc0519198
|
||||
SHA256 (tinyxml_2_3_2.tar.gz) = 673724eacd4604c22d509ba6c16d2f779cd902f19d6d308550c1e3b50776b21c
|
||||
SIZE (tinyxml_2_3_2.tar.gz) = 121070
|
||||
MD5 (tinyxml_2_5_3.tar.gz) = 84b605a31628e7f1a6694d47bf5999cc
|
||||
SHA256 (tinyxml_2_5_3.tar.gz) = c0b88bc5413e41ed566dab9f7a192e0e9e6060cc13ebdeab4766168559620d2b
|
||||
SIZE (tinyxml_2_5_3.tar.gz) = 196129
|
||||
|
Loading…
Reference in New Issue
Block a user