From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:03:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CEA7D4CE; Sat, 30 Nov 2013 15:03:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B01BA189E; Sat, 30 Nov 2013 15:03:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUF3TQX086173; Sat, 30 Nov 2013 15:03:29 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUF3TO0086168; Sat, 30 Nov 2013 15:03:29 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311301503.rAUF3TO0086168@svn.freebsd.org> From: William Grzybowski Date: Sat, 30 Nov 2013 15:03:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335295 - head/graphics/libgaiagraphics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 15:03:30 -0000 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 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