From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 24 10:30:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CBA01065670 for ; Tue, 24 Apr 2012 10:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2A22A8FC18 for ; Tue, 24 Apr 2012 10:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3OAUDu8086646 for ; Tue, 24 Apr 2012 10:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3OAUDNn086645; Tue, 24 Apr 2012 10:30:13 GMT (envelope-from gnats) Resent-Date: Tue, 24 Apr 2012 10:30:13 GMT Resent-Message-Id: <201204241030.q3OAUDNn086645@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Muhammad Moinur Rahman <5u623l20@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF933106566C; Tue, 24 Apr 2012 10:22:35 +0000 (UTC) (envelope-from bofh@bofh.telnet.net.bd) Received: from mx-out-02.telnet-bd.com (mx-out-02.telnet-bd.com [116.212.105.116]) by mx1.freebsd.org (Postfix) with ESMTP id 7ABFC8FC17; Tue, 24 Apr 2012 10:22:32 +0000 (UTC) Received: from bofh.telnet.net.bd (bofh.telnet.net.bd [120.50.31.42]) by fortune-02.telnet.net.bd (Postfix) with ESMTPS id 54DCB2D41CE; Tue, 24 Apr 2012 16:22:40 +0600 (BDT) Received: (from root@localhost) by bofh.telnet.net.bd (8.14.5/8.14.5/Submit) id q3OAMU2K006616; Tue, 24 Apr 2012 16:22:30 +0600 (BDT) (envelope-from bofh) Message-Id: <201204241022.q3OAMU2K006616@bofh.telnet.net.bd> Date: Tue, 24 Apr 2012 16:22:30 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: wen@FreeBSD.org Subject: ports/167263: [PATCH] devel/spatialindex: update to 1.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2012 10:30:13 -0000 >Number: 167263 >Category: ports >Synopsis: [PATCH] devel/spatialindex: update to 1.7.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Apr 24 10:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 2 02:21:51 BDT >Description: - Update to 1.7.1 For Committer's reference: http://tb.s.ubze.ro//logs/7.4-FreeBSD-i386/spatialindex-1.7.1.log http://tb.s.ubze.ro//logs/7.4-FreeBSD-amd64/spatialindex-1.7.1.log http://tb.s.ubze.ro//logs/8.2-FreeBSD-i386/spatialindex-1.7.1.log http://tb.s.ubze.ro//logs/8.2-FreeBSD-amd64/spatialindex-1.7.1.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/spatialindex-1.7.1.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/spatialindex-1.7.1.log Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- spatialindex-1.7.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/spatialindex/Makefile ./Makefile --- /usr/ports/devel/spatialindex/Makefile 2011-10-26 14:54:37.000000000 +0600 +++ ./Makefile 2012-04-24 15:00:38.372134127 +0600 @@ -4,7 +4,7 @@ # $FreeBSD: ports/devel/spatialindex/Makefile,v 1.8 2011/10/26 08:54:37 wen Exp $ PORTNAME= spatialindex -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= devel MASTER_SITES= http://download.osgeo.org/libspatialindex/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -12,6 +12,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= A General Framework for Developing Spatial Indices +USE_BZIP2= yes USE_AUTOTOOLS= libtool:env GNU_CONFIGURE= yes USE_GMAKE= yes diff -ruN --exclude=CVS /usr/ports/devel/spatialindex/distinfo ./distinfo --- /usr/ports/devel/spatialindex/distinfo 2011-10-26 14:54:37.000000000 +0600 +++ ./distinfo 2012-04-24 15:01:02.368897403 +0600 @@ -1,2 +1,2 @@ -SHA256 (spatialindex-src-1.7.0.tar.gz) = 94a2f1971bb5f7dfe04b9fda6c53a009abdfbc828442bad591dc7f469ac3383f -SIZE (spatialindex-src-1.7.0.tar.gz) = 510309 +SHA256 (spatialindex-src-1.7.1.tar.bz2) = 183b4aa19bb5f5a1b882da1804f8d77c10e7ec8c83099d82dcd76d4039dc2c25 +SIZE (spatialindex-src-1.7.1.tar.bz2) = 359629 diff -ruN --exclude=CVS /usr/ports/devel/spatialindex/pkg-plist ./pkg-plist --- /usr/ports/devel/spatialindex/pkg-plist 2011-10-26 14:54:37.000000000 +0600 +++ ./pkg-plist 2012-04-24 15:12:18.888888910 +0600 @@ -31,11 +31,11 @@ lib/libspatialindex.a lib/libspatialindex.la lib/libspatialindex.so -lib/libspatialindex.so.1 +lib/libspatialindex.so.2 lib/libspatialindex_c.a lib/libspatialindex_c.la lib/libspatialindex_c.so -lib/libspatialindex_c.so.1 +lib/libspatialindex_c.so.2 libdata/pkgconfig/libspatialindex.pc @dirrm include/spatialindex/capi @dirrm include/spatialindex/tools --- spatialindex-1.7.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: