From 194b0517a632750b40b0a36a2207b66107d0f649 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Mon, 23 Oct 2023 12:12:41 +0200
Subject: [PATCH] groff: fix license and dependencies

---
 components/text/groff/groff-core.p5m |   15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/components/text/groff/groff-core.p5m b/components/text/groff/groff-core.p5m
index 3a58b0b..af7dd89 100644
--- a/components/text/groff/groff-core.p5m
+++ b/components/text/groff/groff-core.p5m
@@ -25,27 +25,18 @@
 # Copyright (c) 2023, Andreas Wacknitz
 #
 
-set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)/groff-core@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.human-version value=$(HUMAN_VERSION)
-set name=pkg.summary value="GNU troff Text Formatting (core system components)"
-set name=info.classification \
-    value="org.opensolaris.category.2008:System/Text Tools"
+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)
 
-
 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
-
-<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
 
 # Used by /usr/bin/grog
 depend fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/awk type=require
-
-# groff-core was previously in the 'desktop' consolidation. This optional
-# dependency is here to facilitate the safe transfer of the package 
-# to the 'userland' consolidation.
-depend type=optional fmri=consolidation/desktop/desktop-incorporation@5.12-5.12.0.0.0.14.0
 
 link path=usr/bin/gdiffmk target=../gnu/bin/diffmk facet.compat.gnulinks=true
 link path=usr/bin/geqn target=../gnu/bin/eqn facet.compat.gnulinks=true

--
Gitblit v1.9.3