From 5a9fb3a712e8927b418b36dd14b87c216e521635 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sat, 16 Sep 2023 16:34:29 +0200
Subject: [PATCH] pgtcl: update to 3.0.0

---
 components/tcl/pgtcl/Makefile |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/components/tcl/pgtcl/Makefile b/components/tcl/pgtcl/Makefile
index 4be523d..8f4f985 100644
--- a/components/tcl/pgtcl/Makefile
+++ b/components/tcl/pgtcl/Makefile
@@ -16,12 +16,11 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME= pgtcl
-COMPONENT_VERSION= 	2.7.7
-COMPONENT_REVISION=	2
+COMPONENT_VERSION= 	3.0.0
 COMPONENT_SUMMARY= 	A Tcl client library for PostgreSQL
 COMPONENT_SRC= 		Pgtcl-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE= 	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha256:e0f831a98f1e64b004bcabd9aa9b23286eb3a3bf52406427e6b836b5a3bf422a
+COMPONENT_ARCHIVE_HASH=	sha256:8ba4914410eff28eaea6e7f4334ea699f63474615c047a31b53a8fa84fa232a7
 COMPONENT_ARCHIVE_URL=	https://github.com/flightaware/Pgtcl/archive/v$(COMPONENT_VERSION).tar.gz
 COMPONENT_PROJECT_URL=	https://flightaware.github.io/Pgtcl/
 COMPONENT_FMRI=	database/postgres/pgtcl
@@ -32,17 +31,17 @@
 # Don't depend on host default pg_config
 PATH=$(PG_BINDIR.$(BITS)):$(PATH.illumos)
 
-TEST_TARGET=$(NO_TESTS)
+TEST_TARGET= $(NO_TESTS)
 include $(WS_MAKE_RULES)/common.mk
 
-COMPONENT_PREP_ACTION += (cd $(@D) && autoreconf -fi)
+COMPONENT_PREP_ACTION += ( cd $(@D) && autoreconf -fi )
 
-CONFIGURE_OPTIONS +=	--enable-threads
-CONFIGURE_OPTIONS +=	--enable-64bit
-CONFIGURE_OPTIONS +=	--libdir=/usr/lib/tcl8.6/pgtcl/$(MACH64)
-CONFIGURE_OPTIONS +=	--with-tcl="/usr/lib/$(MACH64)"
+CONFIGURE_OPTIONS += --enable-threads
+CONFIGURE_OPTIONS += --enable-64bit
+CONFIGURE_OPTIONS += --libdir=/usr/lib/tcl8.6/pgtcl/$(MACH64)
+CONFIGURE_OPTIONS += --with-tcl="/usr/lib/$(MACH64)"
 ifeq ($(strip $(MACH)),sparc)
-CONFIGURE_OPTIONS +=	--enable-64bit-vis
+CONFIGURE_OPTIONS += --enable-64bit-vis
 endif
 
 COMPONENT_POST_INSTALL_ACTION= ( mkdir -p $(PROTOUSRSHAREDOCDIR)/pgtcl-$(COMPONENT_VERSION) && \

--
Gitblit v1.9.3