Update from 1.3.1 to 1.3.2 This release includes bug fixes and some minor feature enhancements: * Improvements in the TIGER geocoder * Fix to ST_EndPoint() crasher bug * Modified ST_AsGML() improving v2 and adding v3 support * Fix to ensure ST_Envelope() returns valid geometries * Fix to WKB parser to do simple validity checks 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".--5JFe0fPKOenzpkMUd3bdiT5pnBXSaOFLLZlR3EdQt3ffMZF1 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/Makefile 2007-10-17 08:12:27.000000000 -0200 +++ postgis/Makefile 2008-01-03 15:09:57.000000000 -0200 @@ -6,8 +6,7 @@ # PORTNAME= postgis -DISTVERSION= 1.3.1 -PORTREVISION= 1 +DISTVERSION= 1.3.2 CATEGORIES= databases geography MASTER_SITES= http://postgis.refractions.net/download/ diff -Nur postgis.old/distinfo postgis/distinfo --- postgis/distinfo 2007-08-23 07:05:20.000000000 -0300 +++ postgis/distinfo 2008-01-03 15:13:52.000000000 -0200 @@ -1,3 +1,3 @@ -MD5 (postgis-1.3.1.tar.gz) = dd90f80072fc3e32d3a3eb580542bda1 -SHA256 (postgis-1.3.1.tar.gz) = 5ce999ae638c1c9f75a7cf85d416eac71cc2d6f668132c2b6a3ae6a12075555c -SIZE (postgis-1.3.1.tar.gz) = 2148125 +MD5 (postgis-1.3.2.tar.gz) = b0d52c2c23c316fc9884632a80b380a5 +SHA256 (postgis-1.3.2.tar.gz) = 4caed346c72e1b8824afd4b7dd64e78f2b101087a6dd2b917fb5acb44bb997f0 +SIZE (postgis-1.3.2.tar.gz) = 2161660
Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it.
rafan 2008-01-05 14:36:44 UTC FreeBSD ports repository Modified files: databases/postgis Makefile distinfo Log: - Update to 1.3.2 PR: ports/119313 Submitted by: Anderson S. Ferreira <anderson at cnpm.embrapa.br> (maintainer) Revision Changes Path 1.44 +1 -2 ports/databases/postgis/Makefile 1.23 +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"
State Changed From-To: open->closed Committed. Thanks!