Bug 145516 - [maintainer-update] databases/postgis Upgrade to 1.5.1
Summary: [maintainer-update] databases/postgis Upgrade to 1.5.1
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: Alexander Logvinov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-08 15:10 UTC by Anderson S. Ferreira
Modified: 2010-04-08 18:20 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-04-08 15:10:01 UTC
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

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.--FkNdVkFBAWEaVxphhveC3I7dv9QD5Q0mYUc2awbHElpZ1rgp
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	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
Comment 1 Alexander Logvinov freebsd_committer freebsd_triage 2010-04-08 16:11:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avl

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-08 18:13:13 UTC
avl         2010-04-08 17:12:59 UTC

  FreeBSD ports repository

  Modified files:
    databases/postgis    Makefile distinfo 
  Log:
  - Update to 1.5.1
  
  PR:             ports/145516
  Submitted by:   Anderson Soares Ferreira <anderson at cnpm.embrapa.br> (maintainer)
  
  Revision  Changes    Path
  1.59      +4 -4      ports/databases/postgis/Makefile
  1.31      +3 -3      ports/databases/postgis/distinfo
_______________________________________________
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"
Comment 3 Alexander Logvinov freebsd_committer freebsd_triage 2010-04-08 18:14:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!