Andreas Wacknitz
2022-01-09 3a7dcd9903de6615d52c085a4b305f61767c3cab
pgtcl: update to 2.7.7

3 files modified
15 ■■■■ changed files
components/tcl/pgtcl/Makefile 11 ●●●●● patch | view | raw | blame | history
components/tcl/pgtcl/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/tcl/pgtcl/pgtcl.p5m 1 ●●●● patch | view | raw | blame | history
components/tcl/pgtcl/Makefile
@@ -18,16 +18,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= pgtcl
COMPONENT_VERSION=     2.6.3
COMPONENT_REVISION=    2
COMPONENT_VERSION=     2.7.7
COMPONENT_SUMMARY=     A Tcl client library for PostgreSQL
COMPONENT_SRC=         Pgtcl-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=     $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
  sha256:7950d2640dd206dd07ad36ea96363f3d436d3d2be3fec8993c11f363c55f0d22
COMPONENT_ARCHIVE_URL= \
  https://github.com/flightaware/Pgtcl/archive/v$(COMPONENT_VERSION).tar.gz
COMPONENT_PROJECT_URL = http://flightaware.github.io/Pgtcl/
COMPONENT_ARCHIVE_HASH=    sha256:e0f831a98f1e64b004bcabd9aa9b23286eb3a3bf52406427e6b836b5a3bf422a
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
COMPONENT_CLASSIFICATION= Development/Databases
COMPONENT_LICENSE= BSD
components/tcl/pgtcl/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2018 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -46,6 +46,7 @@
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgconndefaults.html
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgconnect.html
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgconninfo.html
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgcopycomplete.html
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgdisconnect.html
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgescape-bytea.html
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgescape-string.html
components/tcl/pgtcl/pgtcl.p5m
@@ -49,6 +49,7 @@
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgconndefaults.html
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgconnect.html
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgconninfo.html
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgcopycomplete.html
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgdisconnect.html
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgescape-bytea.html
file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgescape-string.html