[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-592-g525680e6b

git at osgeo.org git at osgeo.org
Tue Sep 19 02:53:15 PDT 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  525680e6b49783bb4919f43c3aec27b4c06eb352 (commit)
      from  0bb89e5e84a8938aa17465cdc9c09c29a954c22f (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 525680e6b49783bb4919f43c3aec27b4c06eb352
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Sep 19 11:46:54 2023 +0200

    Sort strings in the postgis-manual.pot file

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 4b718f645..146016c82 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -327,6 +327,7 @@ $(XML_UNIFIED_POT): $(XML_SOURCE_POTS)
 	@$(MSGCAT) --use-first --no-location -o $@.tmp $(XML_SOURCE_POTS)
 	@if test -f $@; then \
     if test -n "$$($(MSGCOMM) --unique $@.tmp $@ | tail -1)"; then \
+      $(MSGATTRIB) --sort-output -o $@.tmp $@.tmp || exit 1; \
       echo "$@ updated"; \
     else \
       echo "$@ unchanged"; \

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

Summary of changes:
 doc/Makefile.in | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list