From owner-svn-ports-all@FreeBSD.ORG Thu Jan 16 18:44:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62557FAE; Thu, 16 Jan 2014 18:44:58 +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 44BF41B31; Thu, 16 Jan 2014 18:44:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GIiwAi043964; Thu, 16 Jan 2014 18:44:58 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GIivkO043962; Thu, 16 Jan 2014 18:44:57 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201401161844.s0GIivkO043962@svn.freebsd.org> From: Pawel Pekala Date: Thu, 16 Jan 2014 18:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339962 - head/graphics/librasterlite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jan 2014 18:44:58 -0000 Author: pawel Date: Thu Jan 16 18:44:57 2014 New Revision: 339962 URL: http://svnweb.freebsd.org/changeset/ports/339962 QAT: https://qat.redports.org/buildarchive/r339962/ Log: - Update to version 1.1g [1] - Allow staging [1] - Switch to new LIB_DEPENDS format - USE_GMAKE -> USES=gmake - Use one tab before REINPLACE_CMD PR: ports/185612 [1] Submitted by: maintainer Modified: head/graphics/librasterlite/Makefile head/graphics/librasterlite/distinfo (contents, props changed) Modified: head/graphics/librasterlite/Makefile ============================================================================== --- head/graphics/librasterlite/Makefile Thu Jan 16 18:41:08 2014 (r339961) +++ head/graphics/librasterlite/Makefile Thu Jan 16 18:44:57 2014 (r339962) @@ -2,36 +2,33 @@ # $FreeBSD$ PORTNAME= librasterlite -PORTVERSION= 1.1e -PORTREVISION= 2 +PORTVERSION= 1.1g CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite-sources/ MAINTAINER= coder@tuxfamily.org COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite -LIB_DEPENDS= spatialite:${PORTSDIR}/databases/spatialite \ - sqlite3:${PORTSDIR}/databases/sqlite3 \ - geotiff:${PORTSDIR}/graphics/libgeotiff \ - jbig:${PORTSDIR}/graphics/jbigkit \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - geos:${PORTSDIR}/graphics/geos \ - proj:${PORTSDIR}/graphics/proj \ - tiff:${PORTSDIR}/graphics/tiff \ - freexl:${PORTSDIR}/textproc/freexl +LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ + libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \ + libjbig.so:${PORTSDIR}/graphics/jbigkit \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libgeos.so:${PORTSDIR}/graphics/geos \ + libproj.so:${PORTSDIR}/graphics/proj \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libfreexl.so:${PORTSDIR}/textproc/freexl GNU_CONFIGURE= yes -USES= pkgconfig iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ + @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in .include Modified: head/graphics/librasterlite/distinfo ============================================================================== --- head/graphics/librasterlite/distinfo Thu Jan 16 18:41:08 2014 (r339961) +++ head/graphics/librasterlite/distinfo Thu Jan 16 18:44:57 2014 (r339962) @@ -1,2 +1,2 @@ -SHA256 (librasterlite-1.1e.tar.gz) = f9425f1c442f5a3433c977ff17f24840244f824c43b6fe30ea828ac283452e9b -SIZE (librasterlite-1.1e.tar.gz) = 626354 +SHA256 (librasterlite-1.1g.tar.gz) = 0a8dceb75f8dec2b7bd678266e0ffd5210d7c33e3d01b247e9e92fa730eebcb3 +SIZE (librasterlite-1.1g.tar.gz) = 629592