Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  8 Apr 2010 11:05:45 -0300 (BRT)
From:      Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/145516: [maintainer-update] databases/postgis Upgrade to 1.5.1
Message-ID:  <20100408140545.9EB0B3F45D@caraiba.cnpm.embrapa.br>
Resent-Message-ID: <201004081410.o38EA1eN044082@freefall.freebsd.org>

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

>Number:         145516
>Category:       ports
>Synopsis:       [maintainer-update] databases/postgis Upgrade to 1.5.1
>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:   Thu Apr 08 14:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anderson Soares Ferreira
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
Embrapa Satellite Monitoring
>Environment:
System: FreeBSD caraiba.cnpm.embrapa.br 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Jan 7 15:17:42 BRST 2010 anderson@caraiba.cnpm.embrapa.br:/usr/src/sys/amd64/compile/CARAIBA amd64

>Description:

The 1.5.1 release of PostGIS is a minor release addressing a few issues that have been filed since the last release.

    * Fix to allow dumping table with invalid geometries
    * Fixes to ST_SetPoint, ST_AddPoint, ST_RemovePoint, ST_AsGML, and ST_Line_Substring
    * Fixes for geography features crossing the date line


>How-To-Repeat:
	
>Fix:

--- postgis.patch begins here ---
diff -Nur postgis.old/Makefile postgis/Makefile
--- postgis.old/Makefile	2010-03-26 00:00:34.000000000 -0300
+++ postgis/Makefile	2010-04-08 10:53:18.000000000 -0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	postgis
-PORTVERSION=	1.5.0
+PORTVERSION=	1.5.1
 CATEGORIES=	databases geography
 MASTER_SITES=	http://postgis.refractions.net/download/ \
   		http://www.postgis.org/download/
@@ -66,8 +66,8 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/utils/postgis_restore.pl ${DATADIR}/utils/
 	${INSTALL_SCRIPT} ${WRKSRC}/utils/test_joinestimation.pl ${DATADIR}/utils/
 	@${MKDIR} ${PREFIX}/lib/postgresql
-	@${LN} -s ${PREFIX}/lib/postgresql/postgis-1.4.so ${PREFIX}/lib/postgresql/postgis.so
-	@${LN} -s ${PREFIX}/lib/postgresql/postgis-1.4.so ${PREFIX}/lib/postgresql/liblwgeom.so.1
-	@${LN} -s ${PREFIX}/lib/postgresql/postgis-1.4.so ${PREFIX}/lib/postgresql/liblwgeom.so
+	@${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/postgis.so
+	@${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/liblwgeom.so.1
+	@${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/liblwgeom.so
 
 .include <bsd.port.post.mk>
diff -Nur postgis.old/distinfo postgis/distinfo
--- postgis.old/distinfo	2010-03-26 00:00:34.000000000 -0300
+++ postgis/distinfo	2010-04-08 10:36:19.000000000 -0300
@@ -1,3 +1,3 @@
-MD5 (postgis-1.5.0.tar.gz) = 8c0d291296033deee4d7f545e5d8218f
-SHA256 (postgis-1.5.0.tar.gz) = f79e8f740d48367e5481183c33e09b860c2c4466b196ea99c5601db287e2d324
-SIZE (postgis-1.5.0.tar.gz) = 3752211
+MD5 (postgis-1.5.1.tar.gz) = 8353b38c38282b2192f01693f71b8d28
+SHA256 (postgis-1.5.1.tar.gz) = 599a6beaf33460c18ea0e7ca14825359936e4ec51f6ad608b4e45e1331ded55b
+SIZE (postgis-1.5.1.tar.gz) = 3721030
--- 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?20100408140545.9EB0B3F45D>