Date: Mon, 5 Aug 2013 21:04:53 +0000 (UTC) From: Brendan Fabeny <bf@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324289 - head/textproc/tinyxml2 Message-ID: <201308052104.r75L4rd5030450@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bf Date: Mon Aug 5 21:04:53 2013 New Revision: 324289 URL: http://svnweb.freebsd.org/changeset/ports/324289 Log: Update to 20130731 Modified: head/textproc/tinyxml2/Makefile (contents, props changed) head/textproc/tinyxml2/distinfo (contents, props changed) Modified: head/textproc/tinyxml2/Makefile ============================================================================== --- head/textproc/tinyxml2/Makefile Mon Aug 5 20:58:10 2013 (r324288) +++ head/textproc/tinyxml2/Makefile Mon Aug 5 21:04:53 2013 (r324289) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinyxml2 -PORTVERSION= 20130520 +PORTVERSION= 20130731 CATEGORIES= textproc MASTER_SITES= LOCAL/bf GH @@ -11,12 +11,13 @@ COMMENT= Small C++ XML Parser LICENSE= ZLIB +USE_DOS2UNIX= yes USE_GITHUB= yes USE_LDCONFIG= yes USES= cmake GH_ACCOUNT= leethomason -GH_COMMIT= 392bcd2 +GH_COMMIT= db30425 GH_TAGNAME= ${GH_COMMIT} PLIST_FILES= include/tinyxml2.h \ @@ -34,7 +35,7 @@ post-patch: ${WRKSRC}/CMakeLists.txt check regression-test test: build - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} test ; \ + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test ; \ ./test .if ${PORT_OPTIONS:MEXAMPLES} Modified: head/textproc/tinyxml2/distinfo ============================================================================== --- head/textproc/tinyxml2/distinfo Mon Aug 5 20:58:10 2013 (r324288) +++ head/textproc/tinyxml2/distinfo Mon Aug 5 21:04:53 2013 (r324289) @@ -1,2 +1,2 @@ -SHA256 (tinyxml2-20130520.tar.gz) = e064bad8ff1cdf8172f39712b7b0305491bff95874af76b22957b668d441c6cd -SIZE (tinyxml2-20130520.tar.gz) = 111206 +SHA256 (tinyxml2-20130731.tar.gz) = 4dee7199564e5dc64b9c67a2b2ae3ea5b8a48eb22e490f19813485769eb66f1e +SIZE (tinyxml2-20130731.tar.gz) = 112384
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308052104.r75L4rd5030450>