svn commit: r358893 - in head: databases/pyspatialite databases/spatialite databases/spatialite_gui graphics/librasterlite graphics/libreatlas graphics/qgis

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 23 02:44:14 UTC 2014


Author: amdmi3
Date: Mon Jun 23 02:44:12 2014
New Revision: 358893
URL: http://svnweb.freebsd.org/changeset/ports/358893
QAT: https://qat.redports.org/buildarchive/r358893/

Log:
  - Convert databases/spatialite to USES=libtool, drop .la files
  - Bump dependent ports as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/databases/pyspatialite/Makefile
  head/databases/spatialite/Makefile
  head/databases/spatialite/pkg-plist
  head/databases/spatialite_gui/Makefile
  head/graphics/librasterlite/Makefile
  head/graphics/libreatlas/Makefile
  head/graphics/qgis/Makefile

Modified: head/databases/pyspatialite/Makefile
==============================================================================
--- head/databases/pyspatialite/Makefile	Mon Jun 23 02:39:42 2014	(r358892)
+++ head/databases/pyspatialite/Makefile	Mon Jun 23 02:44:12 2014	(r358893)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pyspatialite
 PORTVERSION=	3.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP:pyspatialite \
 		http://www.gaia-gis.it/gaia-sins/libspatialite-sources/:amalgam

Modified: head/databases/spatialite/Makefile
==============================================================================
--- head/databases/spatialite/Makefile	Mon Jun 23 02:39:42 2014	(r358892)
+++ head/databases/spatialite/Makefile	Mon Jun 23 02:44:12 2014	(r358893)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spatialite
 PORTVERSION=	4.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgeos_c.so:${PORTSDIR}/gr
 
 WRKSRC=		${WRKDIR}/lib${PORTNAME}-${PORTVERSION}
 GNU_CONFIGURE=	yes
-USES=		gmake iconv pathfix pkgconfig
+USES=		gmake iconv pathfix pkgconfig libtool
 USE_SQLITE=	yes
 USE_GNOME=	libxml2
 

Modified: head/databases/spatialite/pkg-plist
==============================================================================
--- head/databases/spatialite/pkg-plist	Mon Jun 23 02:39:42 2014	(r358892)
+++ head/databases/spatialite/pkg-plist	Mon Jun 23 02:44:12 2014	(r358893)
@@ -17,8 +17,8 @@ include/spatialite/gg_mbr.h
 include/spatialite/gg_structs.h
 include/spatialite/spatialite.h
 lib/libspatialite.a
-lib/libspatialite.la
 lib/libspatialite.so
-lib/libspatialite.so.6
+lib/libspatialite.so.5
+lib/libspatialite.so.5.1.0
 libdata/pkgconfig/spatialite.pc
 @dirrm include/spatialite

Modified: head/databases/spatialite_gui/Makefile
==============================================================================
--- head/databases/spatialite_gui/Makefile	Mon Jun 23 02:39:42 2014	(r358892)
+++ head/databases/spatialite_gui/Makefile	Mon Jun 23 02:44:12 2014	(r358893)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spatialite_gui
 PORTVERSION=	1.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 

Modified: head/graphics/librasterlite/Makefile
==============================================================================
--- head/graphics/librasterlite/Makefile	Mon Jun 23 02:39:42 2014	(r358892)
+++ head/graphics/librasterlite/Makefile	Mon Jun 23 02:44:12 2014	(r358893)
@@ -3,7 +3,7 @@
 
 PORTNAME=	librasterlite
 PORTVERSION=	1.1g
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/librasterlite-sources/
 

Modified: head/graphics/libreatlas/Makefile
==============================================================================
--- head/graphics/libreatlas/Makefile	Mon Jun 23 02:39:42 2014	(r358892)
+++ head/graphics/libreatlas/Makefile	Mon Jun 23 02:44:12 2014	(r358893)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libreatlas
 PORTVERSION=	1.0.0a
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 

Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile	Mon Jun 23 02:39:42 2014	(r358892)
+++ head/graphics/qgis/Makefile	Mon Jun 23 02:44:12 2014	(r358893)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qgis
 PORTVERSION=	2.2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics geography
 
 MAINTAINER=	rhurlin at gwdg.de


More information about the svn-ports-head mailing list