Bug 151426 - [maintainer-update] database/postgis: Update to 1.5.2
Summary: [maintainer-update] database/postgis: Update to 1.5.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-13 13:40 UTC by Anderson S. Ferreira
Modified: 2010-10-14 04:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anderson S. Ferreira 2010-10-13 13:40:08 UTC
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

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

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
-
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-10-13 17:34:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-10-14 04:20:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-10-14 04:20:12 UTC
sunpoet     2010-10-14 03:19:59 UTC

  FreeBSD ports repository

  Modified files:
    databases/postgis    Makefile distinfo 
  Removed files:
    databases/postgis/files patch-configure 
  Log:
  - Update to 1.5.2
  
  Changes:        http://postgis.refractions.net/news/20100927/
  PR:             ports/151426
  Submitted by:   Anderson Soares Ferreira <anderson@cnpm.embrapa.br> (maintainer)
  Approved by:    pgollucci (mentor, implicit)
  
  Revision  Changes    Path
  1.60      +1 -1      ports/databases/postgis/Makefile
  1.32      +3 -3      ports/databases/postgis/distinfo
  1.6       +0 -11     ports/databases/postgis/files/patch-configure (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"