From 3f566e6e0b854bd1ccdc2a17b11abfea583c8ecf Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Tue, 01 Feb 2022 15:24:48 +0100
Subject: [PATCH] chunga: update to 1.1.7

---
 components/common-lisp/chunga/pkg5                          |    1 +
 components/common-lisp/chunga/chunga.p5m                    |   13 +++----------
 components/common-lisp/chunga/Makefile                      |   11 ++++++-----
 components/common-lisp/chunga/manifests/sample-manifest.p5m |    4 ++--
 4 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/components/common-lisp/chunga/Makefile b/components/common-lisp/chunga/Makefile
index e1ab0bb..876f013 100644
--- a/components/common-lisp/chunga/Makefile
+++ b/components/common-lisp/chunga/Makefile
@@ -15,17 +15,18 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		chunga
-COMPONENT_VERSION=	1.1.6
-COMPONENT_PROJECT_URL=	http://weitz.de/chunga
+COMPONENT_VERSION=	1.1.7
+COMPONENT_PROJECT_URL=	https://edicl.github.io/chunga/
 COMPONENT_FMRI=		library/common-lisp/chunga
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
-COMPONENT_ARCHIVE=	$(COMPONENT_NAME).tar.gz
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-	sha256:4edbba3132b8fc0785ffb8f7bd60db0c648b99e8cf44e927b4c3c350f3dc6639
-COMPONENT_ARCHIVE_URL=	http://weitz.de/files/$(COMPONENT_ARCHIVE)
+	sha256:c7060cc60681779672f301bbd5e32776b19043089e0e00b85af8d0c4fc3c4165
+COMPONENT_ARCHIVE_URL=	https://github.com/edicl/chunga/archive/refs/tags/v$(COMPONENT_VERSION).tar.gz
 COMPONENT_LICENSE=	BSD-style
 COMPONENT_LICENSE_FILE=	$(COMPONENT_NAME).license
 COMPONENT_SUMMARY=	Portable chunked streams for Common Lisp
+COMPONENT_CLASSIFICATION=Development/Other Languages
 
 include ../../../make-rules/prep.mk
 include ../../../make-rules/common-lisp.mk
diff --git a/components/common-lisp/chunga/chunga.p5m b/components/common-lisp/chunga/chunga.p5m
index c78c068..866bd68 100644
--- a/components/common-lisp/chunga/chunga.p5m
+++ b/components/common-lisp/chunga/chunga.p5m
@@ -4,7 +4,7 @@
 # only use this file in accordance with the terms of the CDDL.
 #
 # A full copy of the text of the CDDL should have accompanied this
-# source. A copy of the CDDL is also available via the Internet at
+# source.  A copy of the CDDL is also available via the Internet at
 # http://www.illumos.org/license/CDDL.
 #
 
@@ -14,26 +14,20 @@
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
+set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-set name=info.classification value="org.opensolaris.category.2008:Development/Other Languages"
 
 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
 depend fmri=library/common-lisp/trivial-gray-streams type=require
 
-dir  path=usr
-dir  path=usr/share
-dir  path=usr/share/common-lisp
-dir  path=usr/share/common-lisp/source
-dir  path=usr/share/common-lisp/source/chunga
 file path=usr/share/common-lisp/source/chunga/CHANGELOG
 file path=usr/share/common-lisp/source/chunga/CHANGELOG.txt
 file path=usr/share/common-lisp/source/chunga/chunga.asd
 file path=usr/share/common-lisp/source/chunga/conditions.lisp
-dir  path=usr/share/common-lisp/source/chunga/doc
-file path=usr/share/common-lisp/source/chunga/doc/index.html
+file path=usr/share/common-lisp/source/chunga/docs/index.html
 file path=usr/share/common-lisp/source/chunga/input.lisp
 file path=usr/share/common-lisp/source/chunga/known-words.lisp
 file path=usr/share/common-lisp/source/chunga/output.lisp
@@ -42,6 +36,5 @@
 file path=usr/share/common-lisp/source/chunga/specials.lisp
 file path=usr/share/common-lisp/source/chunga/streams.lisp
 file path=usr/share/common-lisp/source/chunga/util.lisp
-dir  path=usr/share/common-lisp/systems
 link path=usr/share/common-lisp/systems/chunga.asd \
     target=../source/chunga/chunga.asd
diff --git a/components/common-lisp/chunga/manifests/sample-manifest.p5m b/components/common-lisp/chunga/manifests/sample-manifest.p5m
index 4d00297..c0daf65 100644
--- a/components/common-lisp/chunga/manifests/sample-manifest.p5m
+++ b/components/common-lisp/chunga/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2016 <contributor>
+# Copyright 2022 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -26,7 +26,7 @@
 file path=usr/share/common-lisp/source/chunga/CHANGELOG.txt
 file path=usr/share/common-lisp/source/chunga/chunga.asd
 file path=usr/share/common-lisp/source/chunga/conditions.lisp
-file path=usr/share/common-lisp/source/chunga/doc/index.html
+file path=usr/share/common-lisp/source/chunga/docs/index.html
 file path=usr/share/common-lisp/source/chunga/input.lisp
 file path=usr/share/common-lisp/source/chunga/known-words.lisp
 file path=usr/share/common-lisp/source/chunga/output.lisp
diff --git a/components/common-lisp/chunga/pkg5 b/components/common-lisp/chunga/pkg5
index 1fbda3c..340bb92 100644
--- a/components/common-lisp/chunga/pkg5
+++ b/components/common-lisp/chunga/pkg5
@@ -1,6 +1,7 @@
 {
     "dependencies": [
         "SUNWcs",
+        "shell/ksh93",
         "system/library"
     ],
     "fmris": [

--
Gitblit v1.9.3