Date: Wed, 16 Apr 2008 14:02:06 -0300 (BRT) From: "Anderson S. Ferreira" <anderson@cnpm.embrapa.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/122825: [maintainer-update] database/postgis: Upgrade to 1.3.3 Message-ID: <20080416170206.8754F16A45E@caraiba.cnpm.embrapa.br> Resent-Message-ID: <200804161730.m3GHU1C5094447@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122825 >Category: ports >Synopsis: [maintainer-update] database/postgis: Upgrade to 1.3.3 >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: Wed Apr 16 17:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Anderson S. Ferreira >Release: FreeBSD 6.3-STABLE amd64 >Organization: Embrapa Monitoramento por Satélite >Environment: System: FreeBSD caraiba.cnpm.embrapa.br 6.3-STABLE FreeBSD 6.3-STABLE #11: Sun Mar 16 14:05:20 BRT 2008 root@caraiba.cnpm.embrapa.br:/usr/src/sys/amd64/compile/CARAIBA amd64 >Description: This release includes bug fixes and some minor feature enhancements. * Improvements in the shp2pgsql/pgsql2shp utilities * New function ST_SimplifyPreserveTopology( geometry, float8) to simplify polygons without creating invalid geometry * KML support updates * SVG support updates >How-To-Repeat: >Fix: --- postgis.patch begins here --- diff -Nur postgis/Makefile postgis/Makefile --- postgis/Makefile 2008-01-05 12:36:44.000000000 -0200 +++ postgis/Makefile 2008-04-16 11:34:56.000000000 -0300 @@ -6,7 +6,7 @@ # PORTNAME= postgis -DISTVERSION= 1.3.2 +DISTVERSION= 1.3.3 CATEGORIES= databases geography MASTER_SITES= http://postgis.refractions.net/download/ diff -Nur postgis/distinfo postgis/distinfo --- postgis/distinfo 2008-01-05 12:36:44.000000000 -0200 +++ postgis/distinfo 2008-04-16 11:57:07.000000000 -0300 @@ -1,3 +1,3 @@ -MD5 (postgis-1.3.2.tar.gz) = b0d52c2c23c316fc9884632a80b380a5 -SHA256 (postgis-1.3.2.tar.gz) = 4caed346c72e1b8824afd4b7dd64e78f2b101087a6dd2b917fb5acb44bb997f0 -SIZE (postgis-1.3.2.tar.gz) = 2161660 +MD5 (postgis-1.3.3.tar.gz) = 0a1df813ca9450e874663f16a35ec34a +SHA256 (postgis-1.3.3.tar.gz) = 2a3ffb4ffbde3b4e87b99ef5351efa837d60b84ecb34d40c0dcab8e776d15440 +SIZE (postgis-1.3.3.tar.gz) = 2089526 diff -Nur postgis/files/patch-lwgeom postgis/files/patch-lwgeom --- postgis/files/patch-lwgeom 2007-01-03 19:29:15.000000000 -0200 +++ postgis/files/patch-lwgeom 2008-04-16 11:42:34.000000000 -0300 @@ -1,11 +1,11 @@ ---- lwgeom/Makefile Tue Dec 5 17:07:00 2006 -+++ lwgeom/Makefile Wed Jan 3 14:45:49 2007 -@@ -129,7 +129,7 @@ +--- lwgeom/Makefile 2008-03-28 18:28:21.000000000 -0300 ++++ lwgeom/Makefile 2008-04-16 11:41:22.000000000 -0300 +@@ -122,7 +122,7 @@ $(PERL) ../utils/postgis_proc_upgrade.pl ../lwpostgis.sql > ../lwpostgis_upgrade.sql ../lwpostgis.sql: lwpostgis.sql.in long_xact.sql.in sqlmm.sql.in sqldefines.h -- cpp -P -traditional-cpp -DUSE_VERSION=$(USE_VERSION) $< | sed -e 's:@MODULE_FILENAME@:$(MODULE_FILENAME):g;s:@POSTGIS_VERSION@:$(POSTGIS_VERSION):g;s:@POSTGIS_SCRIPTS_VERSION@:$(SCRIPTS_VERSION):g;s/@POSTGIS_BUILD_DATE@/$(POSTGIS_BUILD_DATE)/g' | grep -v '^#' > $@ -+ cpp -P -traditional-cpp -DUSE_VERSION=$(USE_VERSION) $< | sed -e 's:@MODULE_FILENAME@:$$libdir/liblwgeom.so.1:g;s:@POSTGIS_VERSION@:$(POSTGIS_VERSION):g;s:@POSTGIS_SCRIPTS_VERSION@:$(SCRIPTS_VERSION):g;s/@POSTGIS_BUILD_DATE@/$(POSTGIS_BUILD_DATE)/g' | grep -v '^#' > $@ +- cpp -P -traditional-cpp $(SQL_FLAGS) $< | sed -e 's:@MODULE_FILENAME@:$(MODULE_FILENAME):g;s:@POSTGIS_VERSION@:$(POSTGIS_VERSION):g;s:@POSTGIS_SCRIPTS_VERSION@:$(SCRIPTS_VERSION):g;s/@POSTGIS_BUILD_DATE@/$(POSTGIS_BUILD_DATE)/g' | grep -v '^#' > $@ ++ cpp -P -traditional-cpp $(SQL_FLAGS) $< | sed -e 's:@MODULE_FILENAME@:$$libdir/liblwgeom.so.1:g;s:@POSTGIS_VERSION@:$(POSTGIS_VERSION):g;s:@POSTGIS_SCRIPTS_VERSION@:$(SCRIPTS_VERSION):g;s/@POSTGIS_BUILD_DATE@/$(POSTGIS_BUILD_DATE)/g' | grep -v '^#' > $@ ../regress/lwpostgis.sql: lwpostgis.sql.in long_xact.sql.in sqlmm.sql.in sqldefines.h - cpp -P -traditional-cpp -DUSE_VERSION=$(USE_VERSION) $< | sed -e 's#@MODULE_FILENAME@#$(REGRESS_MODULE_FILENAME)#g;s#@POSTGIS_VERSION@#$(POSTGIS_VERSION)#g;s#@POSTGIS_SCRIPTS_VERSION@#$(SCRIPTS_VERSION)#g;s/@POSTGIS_BUILD_DATE@/$(POSTGIS_BUILD_DATE)/g' | grep -v '^#' > $@ + cpp -P -traditional-cpp $(SQL_FLAGS) $< | sed -e 's#@MODULE_FILENAME@#$(MODULE_FILENAME)#g;s#@POSTGIS_VERSION@#$(POSTGIS_VERSION)#g;s#@POSTGIS_SCRIPTS_VERSION@#$(SCRIPTS_VERSION)#g;s/@POSTGIS_BUILD_DATE@/$(POSTGIS_BUILD_DATE)/g' | grep -v '^#' > $@ --- 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?20080416170206.8754F16A45E>