Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 02:39:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358892 - head/graphics/librasterlite
Message-ID:  <201406230239.s5N2dgxf030275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406230239.s5N2dgxf030275>