mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update textproc/tinyxml2 to 20131105, and devel/cppcheck to 1.62
This commit is contained in:
parent
e341c990ba
commit
18b0fd8d39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334262
4 changed files with 10 additions and 10 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= cppcheck
|
PORTNAME= cppcheck
|
||||||
PORTVERSION= 1.61
|
PORTVERSION= 1.62
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
||||||
|
|
||||||
|
@ -27,7 +26,7 @@ OPTIONS_DEFAULT= MATCHCOMPILER RULES
|
||||||
MATCHCOMPILER_DESC= Build-time optimizations via Python
|
MATCHCOMPILER_DESC= Build-time optimizations via Python
|
||||||
RULES_DESC= User-defined rule support (requires PCRE)
|
RULES_DESC= User-defined rule support (requires PCRE)
|
||||||
|
|
||||||
PLIST_FILES= bin/cppcheck
|
PLIST_FILES= bin/cppcheck bin/cppcheck-htmlreport
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
@ -77,6 +76,7 @@ post-patch:
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${INSTALL_PROGRAM} ${WRKSRC}/cppcheck ${PREFIX}/bin
|
@${INSTALL_PROGRAM} ${WRKSRC}/cppcheck ${PREFIX}/bin
|
||||||
|
@${INSTALL_SCRIPT} ${WRKSRC}/htmlreport/cppcheck-htmlreport ${PREFIX}/bin
|
||||||
|
|
||||||
check regression-test test: build
|
check regression-test test: build
|
||||||
@(cd ${BUILD_WRKSRC}; \
|
@(cd ${BUILD_WRKSRC}; \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (cppcheck-1.61.tar.bz2) = 7cb21cb0fb3aed22040065db2bbfc42bf855db46ad8f023b73d465f7214b70d5
|
SHA256 (cppcheck-1.62.tar.bz2) = 0c257368870985cdb870d0e95f3e909df881472eafcc7699a25681b9e0143d0c
|
||||||
SIZE (cppcheck-1.61.tar.bz2) = 1140799
|
SIZE (cppcheck-1.62.tar.bz2) = 1171442
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= tinyxml2
|
PORTNAME= tinyxml2
|
||||||
PORTVERSION= 20130805
|
PORTVERSION= 20131105
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= LOCAL/bf GH
|
MASTER_SITES= LOCAL/bf GH
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@ USE_LDCONFIG= yes
|
||||||
USES= cmake
|
USES= cmake
|
||||||
|
|
||||||
GH_ACCOUNT= leethomason
|
GH_ACCOUNT= leethomason
|
||||||
GH_COMMIT= 0323851
|
GH_COMMIT= 370761b
|
||||||
GH_TAGNAME= ${GH_COMMIT}
|
GH_TAGNAME= ${GH_COMMIT}
|
||||||
|
|
||||||
PLIST_FILES= include/tinyxml2.h \
|
PLIST_FILES= include/tinyxml2.h \
|
||||||
lib/libtinyxml2.a \
|
lib/libtinyxml2.a \
|
||||||
lib/libtinyxml2.so \
|
lib/libtinyxml2.so \
|
||||||
lib/libtinyxml2.so.1 \
|
lib/libtinyxml2.so.1 \
|
||||||
lib/libtinyxml2.so.1.0.11 \
|
lib/libtinyxml2.so.1.0.12 \
|
||||||
libdata/pkgconfig/tinyxml2.pc
|
libdata/pkgconfig/tinyxml2.pc
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (tinyxml2-20130805.tar.gz) = ef25db3e54eb0ee0e0c9d3b7428096f41f51c9afb6b76f3a80e469c188899bef
|
SHA256 (tinyxml2-20131105.tar.gz) = 7e4dd4e7332e3b5740014ab1a9fce3193089a6e997a52a9b68f4a9008e3e3b0b
|
||||||
SIZE (tinyxml2-20130805.tar.gz) = 112414
|
SIZE (tinyxml2-20131105.tar.gz) = 450658
|
||||||
|
|
Loading…
Add table
Reference in a new issue