Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2013 16:36:41 +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: r314584 - head/textproc/scew
Message-ID:  <201303181636.r2IGafPa013289@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Mar 18 16:36:41 2013
New Revision: 314584
URL: http://svnweb.freebsd.org/changeset/ports/314584

Log:
  - Update to 1.1.4
    Changes:
    * Export scew_strescape (http://savannah.nongnu.org/bugs/?38361)
  - Trim Makefile headers
  - USES=pathfix

Modified:
  head/textproc/scew/Makefile   (contents, props changed)
  head/textproc/scew/distinfo   (contents, props changed)

Modified: head/textproc/scew/Makefile
==============================================================================
--- head/textproc/scew/Makefile	Mon Mar 18 16:35:19 2013	(r314583)
+++ head/textproc/scew/Makefile	Mon Mar 18 16:36:41 2013	(r314584)
@@ -1,25 +1,20 @@
-# New ports collection makefile for:	scew
-# Date created:        10 January 2008
-# Whom:                Pietro Cerutti <gahr@gahr.ch>
-#
+# Created by: Pietro Cerutti <gahr@gahr.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	scew
-PORTVERSION=	1.1.3
+PORTVERSION=	1.1.4
 CATEGORIES=	textproc
 MASTER_SITES=	SAVANNAH/${PORTNAME}/
 
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	Simple C Expat Wrapper
 
-LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS=	expat:${PORTSDIR}/textproc/expat2
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=		pathfix
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/textproc/scew/distinfo
==============================================================================
--- head/textproc/scew/distinfo	Mon Mar 18 16:35:19 2013	(r314583)
+++ head/textproc/scew/distinfo	Mon Mar 18 16:36:41 2013	(r314584)
@@ -1,2 +1,2 @@
-SHA256 (scew-1.1.3.tar.gz) = 9dbef67fb638f5433723b762d08fbb5af32cf867d377080c41ff9e08ca79b4c7
-SIZE (scew-1.1.3.tar.gz) = 408592
+SHA256 (scew-1.1.4.tar.gz) = e16e4245063a17cae7e4a4f2b453d0d70011ca84956430ab7b76c77b363302b9
+SIZE (scew-1.1.4.tar.gz) = 469407



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