Skip to content

Commit

Permalink
databases/postgresql-plv8js: bump to 3.2.2
Browse files Browse the repository at this point in the history
Reported by:	portscout
Relnotes:	plv8/plv8@2669d52
Sponsored by:	Postgres Professional
  • Loading branch information
mizhka committed Jan 31, 2024
1 parent 214eb4d commit b409236
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
13 changes: 9 additions & 4 deletions databases/postgresql-plv8js/Makefile
@@ -1,5 +1,5 @@
PORTNAME= plv8
PORTVERSION= 3.2.0
PORTVERSION= 3.2.2
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
Expand All @@ -10,16 +10,21 @@ COMMENT= PL/v8js procedural language for PostgreSQL database
WWW= https://plv8.github.io/

LICENSE= PostgreSQL

BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libv8.so:lang/v8

USES= compiler:c++17-lang gmake pgsql
USE_PERL5= build
USE_GITHUB= yes
PLIST_SUB= PORTVERSION="${PORTVERSION}"

CXXFLAGS+= -std=c++17 -fno-rtti \
-DV8_COMPRESS_POINTERS=1 -DV8_31BIT_SMIS_ON_64BIT_ARCH=1
.include <bsd.port.options.mk>

CXXFLAGS+= -std=c++17 -fno-rtti
# Only for 64-bit architectures
.if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != powerpc && ${ARCH} != powerpcspe
CXXFLAGS+= -DV8_COMPRESS_POINTERS=1 -DV8_31BIT_SMIS_ON_64BIT_ARCH=1
.endif
MAKE_ARGS= CUSTOM_CC=${CXX} CCFLAGS="${CXXFLAGS}"

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions databases/postgresql-plv8js/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1701334781
SHA256 (plv8-plv8-v3.2.0_GH0.tar.gz) = ec07b191882bfbba2cb9471ccc4f1e2a3f5360d70f1df83673bb45db81e7cca4
SIZE (plv8-plv8-v3.2.0_GH0.tar.gz) = 8995530
TIMESTAMP = 1706693702
SHA256 (plv8-plv8-v3.2.2_GH0.tar.gz) = 2d1491280505afcdff629191451d0891d3258dbdc483992aa7449a8517335d98
SIZE (plv8-plv8-v3.2.2_GH0.tar.gz) = 8994848
2 changes: 2 additions & 0 deletions databases/postgresql-plv8js/pkg-plist
Expand Up @@ -39,5 +39,7 @@ share/postgresql/extension/plv8--3.1.5--%%PORTVERSION%%.sql
share/postgresql/extension/plv8--3.1.6--%%PORTVERSION%%.sql
share/postgresql/extension/plv8--3.1.7--%%PORTVERSION%%.sql
share/postgresql/extension/plv8--3.1.8--%%PORTVERSION%%.sql
share/postgresql/extension/plv8--3.2.0--%%PORTVERSION%%.sql
share/postgresql/extension/plv8--3.2.1--%%PORTVERSION%%.sql
share/postgresql/extension/plv8--%%PORTVERSION%%.sql
share/postgresql/extension/plv8.control

0 comments on commit b409236

Please sign in to comment.