diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-17 09:10:58 +0000 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-17 09:10:58 +0000 |
commit | 3b43823f3225c657eee5304c25fdcdc1ae84ad7d (patch) | |
tree | d05a322c8a1011b5d7e5285c1b4a2d5f69b6a133 | |
parent | ca9f31bf6a8fd324119cd3f8ddd96652c44259c6 (diff) | |
download | FreeBSD-ports-3b43823f3225c657eee5304c25fdcdc1ae84ad7d.zip FreeBSD-ports-3b43823f3225c657eee5304c25fdcdc1ae84ad7d.tar.gz |
- Update to 1.1.5
ChangesLog: http://www.nongnu.org/scew/NEWS.txt
- Convert to new LIB_DEPENDS format
- Convert to USES=gmake
- STAGE-clean
- Add regression-test target
-rw-r--r-- | textproc/scew/Makefile | 15 | ||||
-rw-r--r-- | textproc/scew/distinfo | 4 |
2 files changed, 11 insertions, 8 deletions
diff --git a/textproc/scew/Makefile b/textproc/scew/Makefile index ab6528c..8f6e32b 100644 --- a/textproc/scew/Makefile +++ b/textproc/scew/Makefile @@ -2,30 +2,33 @@ # $FreeBSD$ PORTNAME= scew -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 CATEGORIES= textproc MASTER_SITES= SAVANNAH/${PORTNAME}/ MAINTAINER= gahr@FreeBSD.org COMMENT= Simple C Expat Wrapper -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +LICENSE= LGPL21 + +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= gmake pathfix CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib SCEW_EXAMPLES= print stream write -NO_STAGE= yes post-install: .for ex in ${SCEW_EXAMPLES} - ${INSTALL_SCRIPT} ${WRKSRC}/examples/${PORTNAME}_${ex}/${PORTNAME}_${ex} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/examples/${PORTNAME}_${ex}/${PORTNAME}_${ex} ${STAGEDIR}${PREFIX}/bin .endfor +regression-test: build + cd ${WRKSRC}/tests && ${GMAKE} check + .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" diff --git a/textproc/scew/distinfo b/textproc/scew/distinfo index a5633a1..bbcd34a 100644 --- a/textproc/scew/distinfo +++ b/textproc/scew/distinfo @@ -1,2 +1,2 @@ -SHA256 (scew-1.1.4.tar.gz) = e16e4245063a17cae7e4a4f2b453d0d70011ca84956430ab7b76c77b363302b9 -SIZE (scew-1.1.4.tar.gz) = 469407 +SHA256 (scew-1.1.5.tar.gz) = 837eb18888b23d473efc49a022dec77cbe40828194644ea5b90b7a03035cf6eb +SIZE (scew-1.1.5.tar.gz) = 469937 |