freebsd-ports/databases/rubygem-pg_query/Makefile
Matthias Fechner 03804b4085 databases/rubygem-pg_query: update to 4.2.1
Required for gitlab-ce 16.1
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md

Upstream was a fix committed which breaks the compilation:
684aa77a21
this is undone with a patch included here.
I reported this upstream:
https://github.com/pganalyze/pg_query/issues/291
Till this is fixed, we can keep the patch that undo 684aa77a21
2023-07-06 14:32:19 +03:00

18 lines
462 B
Makefile

PORTNAME= pg_query
PORTVERSION= 4.2.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Parses SQL queries using a copy of the PostgreSQL server query parser
WWW= https://github.com/lfittl/pg_query
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= rubygem-pathname>0:devel/rubygem-pathname
RUN_DEPENDS= rubygem-google-protobuf>=3.22.3:devel/rubygem-google-protobuf
USES= gem
.include <bsd.port.mk>