From owner-svn-ports-all@FreeBSD.ORG Tue Nov 5 12:40:30 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id 8A4C19C9; Tue, 5 Nov 2013 12:40:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) 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 6A21D243D; Tue, 5 Nov 2013 12:40:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA5CeUZ1064062; Tue, 5 Nov 2013 12:40:30 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA5CeTGf064058; Tue, 5 Nov 2013 12:40:29 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201311051240.rA5CeTGf064058@svn.freebsd.org> From: Wen Heping Date: Tue, 5 Nov 2013 12:40:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332842 - head/databases/spatialite 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.14 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: Tue, 05 Nov 2013 12:40:30 -0000 Author: wen Date: Tue Nov 5 12:40:29 2013 New Revision: 332842 URL: http://svnweb.freebsd.org/changeset/ports/332842 Log: - Update to 4.1.1 - Pass maintainership to submitter PR: 183533 Submitted by: lbartoletti Approved by: Wen Heping(previous maintainer, myself) Modified: head/databases/spatialite/Makefile head/databases/spatialite/distinfo head/databases/spatialite/pkg-plist Modified: head/databases/spatialite/Makefile ============================================================================== --- head/databases/spatialite/Makefile Tue Nov 5 12:37:28 2013 (r332841) +++ head/databases/spatialite/Makefile Tue Nov 5 12:40:29 2013 (r332842) @@ -2,28 +2,27 @@ # $FreeBSD$ PORTNAME= spatialite -PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTVERSION= 4.1.1 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ DISTNAME= lib${PORTNAME}-${PORTVERSION} -MAINTAINER= wenheping@gmail.com +MAINTAINER= coder@tuxfamily.org COMMENT= Spatial Extensions for SQLite -LIB_DEPENDS= geos_c.9:${PORTSDIR}/graphics/geos \ - proj.7:${PORTSDIR}/graphics/proj \ - freexl.1:${PORTSDIR}/textproc/freexl +LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/graphics/geos \ + libproj.so:${PORTSDIR}/graphics/proj \ + libfreexl.so:${PORTSDIR}/textproc/freexl -EXTRACT_SUFX = .tar.gz WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes USE_SQLITE= yes USES= gmake iconv +USE_GCC= yes -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -CONFIGURE_ARGS+=CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS+=CFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes NO_STAGE= yes Modified: head/databases/spatialite/distinfo ============================================================================== --- head/databases/spatialite/distinfo Tue Nov 5 12:37:28 2013 (r332841) +++ head/databases/spatialite/distinfo Tue Nov 5 12:40:29 2013 (r332842) @@ -1,2 +1,2 @@ -SHA256 (libspatialite-3.0.1.tar.gz) = 4983d6584069fd5ff0cfcccccee1015088dab2db177c0dc7050ce8306b68f8e6 -SIZE (libspatialite-3.0.1.tar.gz) = 1849723 +SHA256 (libspatialite-4.1.1.tar.gz) = 0481a20af952f4a38c9dbb10f37fd38c45f16c50397f8da0079e02435b9b910f +SIZE (libspatialite-4.1.1.tar.gz) = 3846758 Modified: head/databases/spatialite/pkg-plist ============================================================================== --- head/databases/spatialite/pkg-plist Tue Nov 5 12:37:28 2013 (r332841) +++ head/databases/spatialite/pkg-plist Tue Nov 5 12:40:29 2013 (r332842) @@ -1,4 +1,10 @@ include/spatialite.h +include/spatialite/geopackage.h +include/spatialite/debug.h +include/spatialite/gg_dxf.h +include/spatialite/gg_wfs.h +include/spatialite/sqlite.h +include/spatialite/gg_xml.h include/spatialite/gaiaaux.h include/spatialite/gaiaexif.h include/spatialite/gaiageo.h @@ -13,7 +19,7 @@ include/spatialite/spatialite.h lib/libspatialite.a lib/libspatialite.la lib/libspatialite.so -lib/libspatialite.so.4 +lib/libspatialite.so.6 libdata/pkgconfig/spatialite.pc @dirrmtry libdata/pkgconfig @dirrm include/spatialite