Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 13:38:24 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348066 - head/textproc/scew
Message-ID:  <201403131338.s2DDcOjf004191@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Mar 13 13:38:24 2014
New Revision: 348066
URL: http://svnweb.freebsd.org/changeset/ports/348066
QAT: https://qat.redports.org/buildarchive/r348066/

Log:
  - 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)

Modified:
  head/textproc/scew/Makefile
  head/textproc/scew/distinfo

Modified: head/textproc/scew/Makefile
==============================================================================
--- head/textproc/scew/Makefile	Thu Mar 13 13:38:22 2014	(r348065)
+++ head/textproc/scew/Makefile	Thu Mar 13 13:38:24 2014	(r348066)
@@ -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}/tex
 
 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>
 

Modified: head/textproc/scew/distinfo
==============================================================================
--- head/textproc/scew/distinfo	Thu Mar 13 13:38:22 2014	(r348065)
+++ head/textproc/scew/distinfo	Thu Mar 13 13:38:24 2014	(r348066)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403131338.s2DDcOjf004191>