Postgis upgrade from 1.3.5. to 1.3.6 This release includes several bug fixes and enhancements * New Features pgsql2shp now creates .prj files where applicable * Enhancements and Bug Fixes Improve PostgreSQL 8.4 compile support Numerous fixes for CURVE handling in many functions Distance calculation on collections Crashers for rare EWKB cases Fix to address an SRID of -1 in probe_geometry_columns shp2pgsql logical error when importing DBF-only pgsql2shp dbase file creation (EOF marker issue) Improved error handling with AddGeometryColumn 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.--CTbA9knSKCDQh4IkpPLJN4GGhwVLhu8HWYG1PwSLTY4cMyFP 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-18 16:02:48.000000000 -0200 +++ postgis/Makefile 2009-05-18 08:16:03.000000000 -0300 @@ -6,7 +6,7 @@ # PORTNAME= postgis -DISTVERSION= 1.3.5 +DISTVERSION= 1.3.6 CATEGORIES= databases geography MASTER_SITES= http://postgis.refractions.net/download/ diff -Nur postgis.old/distinfo postgis/distinfo --- postgis.old/distinfo 2008-12-18 16:02:48.000000000 -0200 +++ postgis/distinfo 2009-05-18 08:17:45.000000000 -0300 @@ -1,3 +1,4 @@ -SIZE (postgis-1.3.5.tar.gz) = 2197971 -MD5 (postgis-1.3.5.tar.gz) = a36a68d169122ebfd07874af72a8c39b -SHA256 (postgis-1.3.5.tar.gz) = d873325adba709b43e627905479af6fb9081b650af252256e6613560972f4d80 +SIZE (postgis-1.3.6.tar.gz) = 2227317 +MD5 (postgis-1.3.6.tar.gz) = da590f0e485335e9cdaeb66c3d68aa24 +SHA256 (postgis-1.3.6.tar.gz) = d3b04d4a3439596a1f6368b0627f21762347cef1e0694d5471ef17c6a3b7d144 + diff -Nur postgis.old/files/patch-configure postgis/files/patch-configure --- postgis.old/files/patch-configure 2007-08-23 07:05:20.000000000 -0300 +++ postgis/files/patch-configure 2009-05-18 08:44:53.000000000 -0300 @@ -1,9 +1,9 @@ ---- configure 2007-08-01 08:08:47.000000000 -0300 -+++ configure 2007-08-01 08:09:07.000000000 -0300 -@@ -5099,6 +5099,7 @@ - /usr/share/sgml/docbook/xsl-stylesheets - /usr/share/xml/docbook/stylesheet/nwalsh - /usr/share/sgml/docbook/stylesheet/xsl/nwalsh +--- configure 2009-05-04 15:03:04.000000000 -0300 ++++ configure 2009-05-18 08:36:54.000000000 -0300 +@@ -4806,6 +4806,7 @@ + /opt/local/share/xsl/docbook-xsl + /usr/local/share/xsl/docbook-xsl + /usr/share/xsl/docbook-xsl + /usr/local/share/xsl/docbook " for p in ${SEARCHPATH}; do
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
State Changed From-To: open->closed Committed. Thanks!
amdmi3 2009-05-18 16:11:10 UTC FreeBSD ports repository Modified files: databases/postgis Makefile distinfo databases/postgis/files patch-configure Log: - Update to 1.3.6 PR: 134646 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Revision Changes Path 1.50 +1 -1 ports/databases/postgis/Makefile 1.27 +4 -3 ports/databases/postgis/distinfo 1.3 +6 -6 ports/databases/postgis/files/patch-configure _______________________________________________ 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"