diff options
author | gahr <gahr@FreeBSD.org> | 2014-03-13 21:38:24 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-03-13 21:38:24 +0800 |
commit | 38359195b0963ac7bbb9efa141b018584d736b77 (patch) | |
tree | 42bc0847547046264b6fbdbab06e02d0309324eb | |
parent | 6adb7fed3e0fb72e5cf5c1e42bd6d6b1209f6724 (diff) | |
download | freebsd-ports-gnome-38359195b0963ac7bbb9efa141b018584d736b77.tar.gz freebsd-ports-gnome-38359195b0963ac7bbb9efa141b018584d736b77.tar.zst freebsd-ports-gnome-38359195b0963ac7bbb9efa141b018584d736b77.zip |
- Update to 1.1.7
- Enable testing when MAINTAINER_MODE is set
Changes:
* More initial whitespace fixes and off-by-one errors when parsing streams
causes invalid XMLs and therefore Expat parsing errors.
(reported by Anup Rao)
-rw-r--r-- | textproc/scew/Makefile | 7 | ||||
-rw-r--r-- | textproc/scew/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/textproc/scew/Makefile b/textproc/scew/Makefile index be44cfed4a78..20937ecd9ad5 100644 --- a/textproc/scew/Makefile +++ b/textproc/scew/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scew -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.7 CATEGORIES= textproc MASTER_SITES= SAVANNAH/${PORTNAME}/ @@ -15,7 +15,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -26,8 +26,11 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/${PORTNAME}_${ex}/${PORTNAME}_${ex} ${STAGEDIR}${PREFIX}/bin .endfor +.ifdef MAINTAINER_MODE +LIB_DEPENDS+= libcheck.so:${PORTSDIR}/devel/libcheck regression-test: build cd ${WRKSRC}/tests && ${GMAKE} check +.endif .include <bsd.port.pre.mk> diff --git a/textproc/scew/distinfo b/textproc/scew/distinfo index 36be99a0bb34..d26b2fee1f96 100644 --- a/textproc/scew/distinfo +++ b/textproc/scew/distinfo @@ -1,2 +1,2 @@ -SHA256 (scew-1.1.6.tar.gz) = 1fd151a0addaf27764b7327cc467effb00bd7f914976e6d5dc244981c91faa9b -SIZE (scew-1.1.6.tar.gz) = 474182 +SHA256 (scew-1.1.7.tar.gz) = 2b7b4d69723e1a6d550bbc294e68673d1c7c0d9825ce8a51415c46a565109a50 +SIZE (scew-1.1.7.tar.gz) = 475151 |