- 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)
This commit is contained in:
parent
90813b4808
commit
a3b74ede5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348066
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user