Bug 129374

Summary: [mainteiner-update] databases/postgis: Upgrade to 1.3.4
Product: Ports & Packages Reporter: Anderson S. Ferreira <anderson>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Anderson S. Ferreira 2008-12-02 18:40:01 UTC
Postgis upgrade to 1.3.4

This release includes many bug fixes, and some useful feature enhancements:

 * ST_AsGeoJSON() function
 * PostgreSQL 8.4 support
 * Performance improvements with GEOS 3.1
 * Memory leak fixes
 * Documentation improvements
 * More reliable handling of curve types

Fix: 

---
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.--mnCzWR5oZACE6EYLfXkAswlBfb4mkB644YGMiQYaWZfFV9nG
Content-Type: text/plain; name="postgis.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="postgis.patch"

diff -Nur postgis.old/Makefile postgis/Makefile
--- postgis.old/Makefile	2008-12-02 16:03:14.000000000 -0200
+++ postgis/Makefile	2008-12-02 16:08:10.000000000 -0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	postgis
-DISTVERSION=	1.3.3
-PORTREVISION=	1
+DISTVERSION=	1.3.4
 CATEGORIES=	databases geography
 MASTER_SITES=	http://postgis.refractions.net/download/
 
diff -Nur postgis.old/distinfo postgis/distinfo
--- postgis.old/distinfo	2008-12-02 16:03:14.000000000 -0200
+++ postgis/distinfo	2008-12-02 16:13:39.000000000 -0200
@@ -1,3 +1,3 @@
-MD5 (postgis-1.3.3.tar.gz) = 0a1df813ca9450e874663f16a35ec34a
-SHA256 (postgis-1.3.3.tar.gz) = 2a3ffb4ffbde3b4e87b99ef5351efa837d60b84ecb34d40c0dcab8e776d15440
-SIZE (postgis-1.3.3.tar.gz) = 2089526 
+MD5 (postgis-1.3.4.tar.gz) = 4fdf6bc134a0604c5853696589a00782
+SHA256 (postgis-1.3.4.tar.gz) = 455c156db3ff3d03794661f41b7bf82d9b09853042a21c1213feec134bb75cb4
+SIZE (postgis-1.3.4.tar.gz) = 2188846
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2008-12-02 19:23:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2008-12-02 19:37:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!