[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-655-g929490453

git at osgeo.org git at osgeo.org
Tue Feb 21 01:26:53 PST 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  92949045323229d69e5a7bb010c609b1dcbea2f9 (commit)
      from  3fbb9c75ae56c89e43fc4334c6c18e6102113869 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 92949045323229d69e5a7bb010c609b1dcbea2f9
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Feb 21 10:26:44 2023 +0100

    Fix path to create_upgrade.pl in topology/Makefile.in
    
    See https://dronie.osgeo.org/postgis/postgis/4047/1/3

diff --git a/topology/Makefile.in b/topology/Makefile.in
index dc5b70b29..4d0d2f811 100644
--- a/topology/Makefile.in
+++ b/topology/Makefile.in
@@ -114,7 +114,7 @@ endif
 	$(PERL) -lpe "s'MODULE_PATHNAME'\$(MODULEPATH)'g" > $@
 	rm -f $@.tmp
 
-topology_upgrade.sql.in:  topology.sql ../../utils/create_upgrade.pl
+topology_upgrade.sql.in:  topology.sql ../utils/create_upgrade.pl
 	$(PERL) @top_srcdir@/utils/create_upgrade.pl $< > $@
 	#$(PERL) -0777 -ne 's/^(CREATE|ALTER) (CAST|OPERATOR|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER).*?;//msg;print;' $< > $@
 

-----------------------------------------------------------------------

Summary of changes:
 topology/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list