From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 23:41:32 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 59182E9E; Wed, 2 Jul 2014 23:41:32 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 467B42FD2; Wed, 2 Jul 2014 23:41:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62NfWfJ071455; Wed, 2 Jul 2014 23:41:32 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62NfV04071453; Wed, 2 Jul 2014 23:41:31 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407022341.s62NfV04071453@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 2 Jul 2014 23:41:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360317 - head/devel/spatialindex 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.18 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: Wed, 02 Jul 2014 23:41:32 -0000 Author: amdmi3 Date: Wed Jul 2 23:41:31 2014 New Revision: 360317 URL: http://svnweb.freebsd.org/changeset/ports/360317 QAT: https://qat.redports.org/buildarchive/r360317/ Log: - Switch to USES=libtool, drop .la files - Convert USE_BZIP2 to USES Approved by: portmgr blanket Modified: head/devel/spatialindex/Makefile head/devel/spatialindex/pkg-plist Modified: head/devel/spatialindex/Makefile ============================================================================== --- head/devel/spatialindex/Makefile Wed Jul 2 23:38:44 2014 (r360316) +++ head/devel/spatialindex/Makefile Wed Jul 2 23:41:31 2014 (r360317) @@ -3,6 +3,7 @@ PORTNAME= spatialindex PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.osgeo.org/libspatialindex/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -10,9 +11,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= General Framework for Developing Spatial Indices -USES= gmake pathfix -USE_AUTOTOOLS= libtool:env -USE_BZIP2= yes +USES= gmake libtool pathfix tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/spatialindex/pkg-plist ============================================================================== --- head/devel/spatialindex/pkg-plist Wed Jul 2 23:38:44 2014 (r360316) +++ head/devel/spatialindex/pkg-plist Wed Jul 2 23:41:31 2014 (r360317) @@ -29,13 +29,13 @@ include/spatialindex/tools/SmartPointer. include/spatialindex/tools/Tools.h include/spatialindex/tools/rand48.h lib/libspatialindex.a -lib/libspatialindex.la lib/libspatialindex.so lib/libspatialindex.so.3 +lib/libspatialindex.so.3.0.0 lib/libspatialindex_c.a -lib/libspatialindex_c.la lib/libspatialindex_c.so lib/libspatialindex_c.so.3 +lib/libspatialindex_c.so.3.0.0 libdata/pkgconfig/libspatialindex.pc @dirrm include/spatialindex/capi @dirrm include/spatialindex/tools