diff options
author | gahr <gahr@FreeBSD.org> | 2013-03-19 00:36:41 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-03-19 00:36:41 +0800 |
commit | ba37ee92618dc3d762dad9a40c730b4d9bedac06 (patch) | |
tree | 826878fd3a3223537eb97f3230dc99439d729d01 /textproc | |
parent | 2a5df9d0c4bff68292076be9026ab23826d1cedd (diff) | |
download | freebsd-ports-gnome-ba37ee92618dc3d762dad9a40c730b4d9bedac06.tar.gz freebsd-ports-gnome-ba37ee92618dc3d762dad9a40c730b4d9bedac06.tar.zst freebsd-ports-gnome-ba37ee92618dc3d762dad9a40c730b4d9bedac06.zip |
- Update to 1.1.4
Changes:
* Export scew_strescape (http://savannah.nongnu.org/bugs/?38361)
- Trim Makefile headers
- USES=pathfix
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scew/Makefile | 13 | ||||
-rw-r--r-- | textproc/scew/distinfo | 4 |
2 files changed, 6 insertions, 11 deletions
diff --git a/textproc/scew/Makefile b/textproc/scew/Makefile index be8b9dc1eba2..90a1459d3234 100644 --- a/textproc/scew/Makefile +++ b/textproc/scew/Makefile @@ -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 diff --git a/textproc/scew/distinfo b/textproc/scew/distinfo index 8bb2cef13ec3..a5633a141c55 100644 --- a/textproc/scew/distinfo +++ b/textproc/scew/distinfo @@ -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 |