Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] postgis: update to 2.5.3, ignore alpha releases
@ 2019-09-03  4:29 voidlinux-github
  2019-09-06  6:50 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-09-03  4:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

There is a new pull request by yopito against master on the void-packages repository

https://github.com/yopito/void-packages postgis-2.5.3
https://github.com/void-linux/void-packages/pull/14176

postgis: update to 2.5.3, ignore alpha releases


A patch file from https://github.com/void-linux/void-packages/pull/14176.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-postgis-2.5.3-14176.patch --]
[-- Type: text/x-diff, Size: 2431 bytes --]

From 1236c0002f78819024d26894a93c8d92b39ea2f1 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Tue, 3 Sep 2019 05:29:29 +0200
Subject: [PATCH] postgis: update to 2.5.3, ignore alpha releases

---
 .../patches/postgis-2.5.3-PROTOCC_VERSION.patch     | 13 +++++++++++++
 srcpkgs/postgis/template                            |  6 +++---
 srcpkgs/postgis/update                              |  1 +
 3 files changed, 17 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/postgis/patches/postgis-2.5.3-PROTOCC_VERSION.patch
 create mode 100644 srcpkgs/postgis/update

diff --git a/srcpkgs/postgis/patches/postgis-2.5.3-PROTOCC_VERSION.patch b/srcpkgs/postgis/patches/postgis-2.5.3-PROTOCC_VERSION.patch
new file mode 100644
index 00000000000..b1105fe58e2
--- /dev/null
+++ b/srcpkgs/postgis/patches/postgis-2.5.3-PROTOCC_VERSION.patch
@@ -0,0 +1,13 @@
+PROTOCC_VERSION is not defined as variable in this Makefile
+
+--- postgis/Makefile.in.ORIG	2019-08-11 07:59:31.000000000 +0200
++++ postgis/Makefile.in	2019-09-03 06:11:57.430733390 +0200
+@@ -206,7 +206,7 @@
+ ifeq (@HAVE_PROTOBUF@,yes)
+ lwgeom_out_mvt.o: vector_tile.pb-c.h
+ mvt.o: vector_tile.pb-c.h
+-ifeq ($(shell expr $(PROTOCC_VERSION) ">=" 10100),1)
++ifeq ($(shell expr @PROTOCC_VERSION@ ">=" 10100),1)
+ lwgeom_out_geobuf.o: geobuf.pb-c.h
+ geobuf.o: geobuf.pb-c.h
+ endif
diff --git a/srcpkgs/postgis/template b/srcpkgs/postgis/template
index 2dd7858ffc7..741f34323c8 100644
--- a/srcpkgs/postgis/template
+++ b/srcpkgs/postgis/template
@@ -1,7 +1,7 @@
 # Template file for 'postgis'
 pkgname=postgis
-version=2.5.2
-revision=3
+version=2.5.3
+revision=1
 build_style=gnu-configure
 configure_args="--with-projdir=${XBPS_CROSS_BASE}/usr
  --with-projdir=${XBPS_CROSS_BASE}/usr
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
 homepage="https://postgis.net/"
 changelog="https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${version}/NEWS"
 distfiles="https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz"
-checksum=b6cb286c5016029d984f8c440947bf9178da72e1f6f840ed639270e1c451db5e
+checksum=72e8269d40f981e22fb2b78d3ff292338e69a4f5166e481a77b015e1d34e559a
 nocross="FIXME: Cannot run test program to determine PROJ version"
 
 pre_configure() {
diff --git a/srcpkgs/postgis/update b/srcpkgs/postgis/update
new file mode 100644
index 00000000000..70f8b7290d7
--- /dev/null
+++ b/srcpkgs/postgis/update
@@ -0,0 +1 @@
+ignore="*alpha*"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: postgis: update to 2.5.3, ignore alpha releases
  2019-09-03  4:29 [PR PATCH] postgis: update to 2.5.3, ignore alpha releases voidlinux-github
@ 2019-09-06  6:50 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-09-06  6:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

There's a merged pull request on the void-packages repository

postgis: update to 2.5.3, ignore alpha releases
https://github.com/void-linux/void-packages/pull/14176

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-06  6:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03  4:29 [PR PATCH] postgis: update to 2.5.3, ignore alpha releases voidlinux-github
2019-09-06  6:50 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).