From 4a766aa64cafc1f6c537b3442008942238681708 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 07 Apr 2024 18:01:24 +0200
Subject: [PATCH] xorg-docs: update to 1.7.3

---
 components/x11/xorg-docs/Makefile |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/components/x11/xorg-docs/Makefile b/components/x11/xorg-docs/Makefile
index 22b1c64..eaae241 100644
--- a/components/x11/xorg-docs/Makefile
+++ b/components/x11/xorg-docs/Makefile
@@ -18,25 +18,25 @@
 include $(WS_MAKE_RULES)/x11.mk
 
 COMPONENT_NAME=         xorg-docs
-COMPONENT_VERSION=      1.7.2
-COMPONENT_FMRI=         x11/documentation/xorg-docs
+COMPONENT_VERSION=      1.7.3
 COMPONENT_SUMMARY=      X.Org documentation for the X Window System
-COMPONENT_ARCHIVE_HASH= \
-	sha256:2391b8af472626c12d3c3814b5e7a0ea43c3a96eda94255b7ed8bdff0fbf08e3
+COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
+COMPONENT_FMRI=         x11/documentation/xorg-docs
+COMPONENT_ARCHIVE_HASH= sha256:28a2f2eeb5d9ff58b85961ff3ed7baaaf1ffa132e2a81f8b2bb97cb499bcddef
 
 include $(WS_MAKE_RULES)/common.mk
 
-X11_DOC_DIR=$(USRSHAREDOCDIR)/X11
-X11_SGML_DIR=$(USRSHAREDIR)/sgml
+X11_DOC_DIR= $(USRSHAREDOCDIR)/X11
+X11_SGML_DIR= $(USRSHAREDIR)/sgml
 
 COMPONENT_PREP_ACTION= \
 	find $(@D) -name '*.xml' | xargs $(PERL) -i.orig -p -e \
 	 's{SYSTEM ".*/X11/defs.ent"}{SYSTEM "$(X11_SGML_DIR)/X11/defs.ent"}'
 
-CONFIGURE_OPTIONS+= --docdir='$(X11_DOC_DIR)' \
+CONFIGURE_OPTIONS += --docdir='$(X11_DOC_DIR)' \
 	XORG_SGML_PATH=$(PROTODIR)$(X11_SGML_DIR)
-CONFIGURE_OPTIONS+= --with-xmlto
-CONFIGURE_OPTIONS+= --without-xsltproc
+CONFIGURE_OPTIONS += --with-xmlto
+CONFIGURE_OPTIONS += --without-xsltproc
 
 COMPONENT_POST_INSTALL_ACTION= \
 	( $(MKDIR) $(PROTO_DIR)$(X11_DOC_DIR); \
@@ -48,6 +48,6 @@
 		$(PROTO_DIR)$(USRSHAREMAN7DIR)/XStandards.7 )
 
 # Build dependencies
-REQUIRED_PACKAGES+=text/xmlto
+REQUIRED_PACKAGES += text/xmlto
+
 # Auto-generated dependencies
-# None as it seems...

--
Gitblit v1.9.3