Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2010 09:20:02 -0300 (BRT)
From:      Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/151426: [maintainger-update] database/postgis: Update to 1.5.2
Message-ID:  <20101013122002.BED1E3F41D@caraiba.cnpm.embrapa.br>
Resent-Message-ID: <201010131240.o9DCe8ST003992@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151426
>Category:       ports
>Synopsis:       [maintainger-update] database/postgis: Update to 1.5.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 13 12:40:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anderson Soares Ferreira
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
Embrapa Monitoramento por Satelite
>Environment:
System: FreeBSD caraiba.cnpm.embrapa.br 8.0-STABLE FreeBSD 8.0-STABLE #1: Wed Apr 28 16:03:13 BRT 2010 anderson@caraiba.cnpm.embrapa.br:/usr/obj/usr/src/sys/CARAIBA amd64

>Description:

Postgis upgrade from 1.5.1 to 1.5.2 

This is a minor release addressing a few issues that have been filed since the 1.5.1 release.

* Fix handling of empty geometries
* Improvements to geography methods and indexing
* Fixes to the geography data type that previously errored: ST_DWithin, Analyzing a table
* Fixes to the shp2pgsql utility program 

>How-To-Repeat:

>Fix:

	

--- postgis.patch begins here ---
diff -Nur postgis/Makefile postgis/Makefile
--- postgis/Makefile	2010-04-26 08:05:24.000000000 -0300
+++ postgis/Makefile	2010-10-13 08:35:40.000000000 -0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	postgis
-PORTVERSION=	1.5.1
+PORTVERSION=	1.5.2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://postgis.refractions.net/download/ \
   		http://www.postgis.org/download/
diff -Nur postgis/distinfo postgis/distinfo
--- postgis/distinfo	2010-04-26 08:05:24.000000000 -0300
+++ postgis/distinfo	2010-10-13 08:36:25.000000000 -0300
@@ -1,3 +1,3 @@
-MD5 (postgis-1.5.1.tar.gz) = 8353b38c38282b2192f01693f71b8d28
-SHA256 (postgis-1.5.1.tar.gz) = 599a6beaf33460c18ea0e7ca14825359936e4ec51f6ad608b4e45e1331ded55b
-SIZE (postgis-1.5.1.tar.gz) = 3721030
+MD5 (postgis-1.5.2.tar.gz) = 772ec1d0f04d6800cd7e2420a97a7483
+SHA256 (postgis-1.5.2.tar.gz) = 0ae2778816b6a86026f38ba1e2a9418247a81c364ad468d6a5be0c77b1065f08
+SIZE (postgis-1.5.2.tar.gz) = 3749293
diff -Nur postgis/files/patch-configure postgis/files/patch-configure
--- postgis/files/patch-configure	2010-09-28 05:54:35.000000000 -0300
+++ postgis/files/patch-configure	1969-12-31 21:00:00.000000000 -0300
@@ -1,11 +0,0 @@
---- configure.orig	2010-03-11 22:48:31.000000000 +0800
-+++ configure	2010-09-21 02:41:42.000000000 +0800
-@@ -16423,7 +16423,7 @@
- fi
- 
- PGXSOVERRIDE=0
--if test ! "$PGSQL_MINOR_VERSION" -ge 5; then
-+if test "$PGSQL_MAJOR_VERSION" -le 8 && test ! "$PGSQL_MINOR_VERSION" -ge 5; then
- 	PGXSOVERRIDE=1
- fi
- 
--- postgis.patch ends here ---


---
Aviso de confidencialidade:

Esta mensagem da Empresa Brasileira de Pesquisa Agropecuária (Embrapa), 
empresa pública federal regida pelo disposto na Lei Federal nº 5.851, 
de 7 de dezembro de 1972, é enviada exclusivamente a seu destinatário 
e pode conter informações confidenciais, protegidas por sigilo profissional. 
Sua utilização desautorizada é ilegal e sujeita o infrator às penas da lei. 
Se você a recebeu indevidamente, queira, por gentileza, reenviá-la ao emitente, 
esclarecendo o equívoco.

Confidentiality note:

This message from Empresa Brasileira de Pesquisa Agropecuária (Embrapa), 
a government company established under Brazilian law (5.851/72), 
is directed exclusively to its addressee and may contain confidential data, 
protected under professional secrecy rules. Its unauthorized use is illegal 
and may subject the transgressor to the law's penalties. 
If you are not the addressee, please send it back, elucidating the failure. 
>Release-Note:
>Audit-Trail:
>Unformatted:



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