svn commit: r358892 - head/graphics/librasterlite

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 23 02:39:43 UTC 2014


Author: amdmi3
Date: Mon Jun 23 02:39:42 2014
New Revision: 358892
URL: http://svnweb.freebsd.org/changeset/ports/358892
QAT: https://qat.redports.org/buildarchive/r358892/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/librasterlite/Makefile
  head/graphics/librasterlite/pkg-plist

Modified: head/graphics/librasterlite/Makefile
==============================================================================
--- head/graphics/librasterlite/Makefile	Mon Jun 23 02:39:30 2014	(r358891)
+++ head/graphics/librasterlite/Makefile	Mon Jun 23 02:39:42 2014	(r358892)
@@ -3,7 +3,7 @@
 
 PORTNAME=	librasterlite
 PORTVERSION=	1.1g
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/librasterlite-sources/
 
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libspatialite.so:${PORTSDIR
 		libfreexl.so:${PORTSDIR}/textproc/freexl
 
 GNU_CONFIGURE=	yes
-USES=		gmake iconv pkgconfig
+USES=		gmake iconv pkgconfig libtool
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/librasterlite/pkg-plist
==============================================================================
--- head/graphics/librasterlite/pkg-plist	Mon Jun 23 02:39:30 2014	(r358891)
+++ head/graphics/librasterlite/pkg-plist	Mon Jun 23 02:39:42 2014	(r358892)
@@ -5,7 +5,7 @@ bin/rasterlite_tool
 bin/rasterlite_topmost
 include/rasterlite.h
 lib/librasterlite.a
-lib/librasterlite.la
 lib/librasterlite.so
 lib/librasterlite.so.2
+lib/librasterlite.so.2.0.0
 libdata/pkgconfig/rasterlite.pc


More information about the svn-ports-head mailing list