Add upstream patch to work with PostgreSQL 12
Pointed out by landry@ IIRC
This commit is contained in:
parent
2ff6a7af52
commit
a88762eefe
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:46:55 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2020/02/06 00:40:22 jeremy Exp $
|
||||
|
||||
COMMENT = point cloud storage extension for PostgreSQL
|
||||
|
||||
@ -8,9 +8,10 @@ GH_ACCOUNT = pgpointcloud
|
||||
|
||||
CATEGORIES = geo databases
|
||||
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
MASTER_SITES0 = https://github.com/pgpointcloud/pointcloud/commit/
|
||||
PATCHFILES = pgpointcloud-patch1.patch{3e64c68dd4e0b9b9fdf0a74492ab49023161f6f1.diff}:0
|
||||
PATCHFILES = pgpointcloud-patch1.patch{3e64c68dd4e0b9b9fdf0a74492ab49023161f6f1.diff}:0 \
|
||||
pgpointcloud-patch2.patch{fa6faa4ec4ba28b61a9f6d160624257420ce7555.diff}:0
|
||||
PATCH_DIST_STRIP = -p1
|
||||
|
||||
# BSD
|
||||
|
@ -1,4 +1,6 @@
|
||||
SHA256 (pgpointcloud-patch1.patch) = crVC7HyK06YRhuX7JOZVXfOZg2HuX0p1A0th21FPFt8=
|
||||
SHA256 (pgpointcloud-patch2.patch) = uNeth90+OnYu8+bPZYPFzEysEDqETxPNBJxAIUNxkhU=
|
||||
SHA256 (pointcloud-1.2.0.tar.gz) = hUKkxxS00MZ/ENCSKRpDtWUIcbTsjK+DHkkoEPJbuTw=
|
||||
SIZE (pgpointcloud-patch1.patch) = 964
|
||||
SIZE (pgpointcloud-patch2.patch) = 3932
|
||||
SIZE (pointcloud-1.2.0.tar.gz) = 311231
|
||||
|
Loading…
Reference in New Issue
Block a user