Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 15:03:29 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335295 - head/graphics/libgaiagraphics
Message-ID:  <201311301503.rAUF3TO0086168@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sat Nov 30 15:03:28 2013
New Revision: 335295
URL: http://svnweb.freebsd.org/changeset/ports/335295

Log:
  graphics/libgaiagraphics: update to 0.5
  
  - Update to 0.5
  - Allow staging
  - Convert lib depends to new format
  - Use space in WWW
  
  PR:		ports/184101
  Submitted by:	maintainer

Modified:
  head/graphics/libgaiagraphics/Makefile
  head/graphics/libgaiagraphics/distinfo
  head/graphics/libgaiagraphics/pkg-descr

Modified: head/graphics/libgaiagraphics/Makefile
==============================================================================
--- head/graphics/libgaiagraphics/Makefile	Sat Nov 30 14:55:34 2013	(r335294)
+++ head/graphics/libgaiagraphics/Makefile	Sat Nov 30 15:03:28 2013	(r335295)
@@ -2,30 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	libgaiagraphics
-PORTVERSION=	0.4b
+PORTVERSION=	0.5
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 
 MAINTAINER=	coder@tuxfamily.org
 COMMENT=	Library supporting common-utility raster handling methods
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		tiff:${PORTSDIR}/graphics/tiff \
-		geotiff:${PORTSDIR}/graphics/libgeotiff \
-		jpeg:${PORTSDIR}/graphics/jpeg \
-		cairo:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
+		libtiff.so:${PORTSDIR}/graphics/tiff \
+		libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libcairo.so:${PORTSDIR}/graphics/cairo
 
-GNU_CONFIGURE=	yes
-USES=		iconv gmake pkgconfig
-
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
-CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+USES=		gmake iconv pathfix pkgconfig
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
-		${WRKSRC}/Makefile.in
+CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 
 .include <bsd.port.mk>

Modified: head/graphics/libgaiagraphics/distinfo
==============================================================================
--- head/graphics/libgaiagraphics/distinfo	Sat Nov 30 14:55:34 2013	(r335294)
+++ head/graphics/libgaiagraphics/distinfo	Sat Nov 30 15:03:28 2013	(r335295)
@@ -1,2 +1,2 @@
-SHA256 (libgaiagraphics-0.4b.tar.gz) = e4ef90cc8224ecc92ad4294d4ee856b77205b19462729648c66d62b72c3b4ede
-SIZE (libgaiagraphics-0.4b.tar.gz) = 451786
+SHA256 (libgaiagraphics-0.5.tar.gz) = ccab293319eef1e77d18c41ba75bc0b6328d0fc3c045bb1d1c4f9d403676ca1c
+SIZE (libgaiagraphics-0.5.tar.gz) = 485775

Modified: head/graphics/libgaiagraphics/pkg-descr
==============================================================================
--- head/graphics/libgaiagraphics/pkg-descr	Sat Nov 30 14:55:34 2013	(r335294)
+++ head/graphics/libgaiagraphics/pkg-descr	Sat Nov 30 15:03:28 2013	(r335295)
@@ -1,4 +1,4 @@
 libgaiagraphics is an open source library supporting common-utility
 raster handling methods.
 
-WWW:	https://www.gaia-gis.it/fossil/libgaiagraphics/index
+WWW: https://www.gaia-gis.it/fossil/libgaiagraphics/index



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