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/manifests/sample-manifest.p5m |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/components/tcl/pgtcl/manifests/sample-manifest.p5m b/components/tcl/pgtcl/manifests/sample-manifest.p5m
index f034252..a029e17 100644
--- a/components/tcl/pgtcl/manifests/sample-manifest.p5m
+++ b/components/tcl/pgtcl/manifests/sample-manifest.p5m
@@ -24,9 +24,8 @@
 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
 file path=usr/include/pgtclId.h
-file path=usr/lib/tcl8.6/pgtcl/$(MACH64)/libpgtcl$(HUMAN_VERSION).so
-link path=usr/lib/tcl8.6/pgtcl/$(MACH64)/libpgtcl.so \
-    target=/libpgtcl$(HUMAN_VERSION).so
+link path=usr/lib/tcl8.6/pgtcl/$(MACH64)/libpgtcl.so target=/libpgtcl2.7.7.so
+file path=usr/lib/tcl8.6/pgtcl/$(MACH64)/libpgtcl2.7.7.so
 file path=usr/lib/tcl8.6/pgtcl/$(MACH64)/pkgIndex.tcl
 file path=usr/lib/tcl8.6/pgtcl/$(MACH64)/postgres-helpers.tcl
 file path=usr/share/doc/pgtcl-$(HUMAN_VERSION)/HTML.index

--
Gitblit v1.9.3