From 1fbe07157c81288e058fd93876de2319da8523a1 Mon Sep 17 00:00:00 2001 From: Andreas Wacknitz Date: Fri, 15 Nov 2024 20:35:47 +0100 Subject: [PATCH] xlogo: update to 1.0.7 --- components/x11/xlogo/Makefile | 5 +++-- components/x11/xlogo/pkg5 | 6 +----- components/x11/xlogo/xlogo.license | 24 ------------------------ 3 files changed, 4 insertions(+), 31 deletions(-) delete mode 100644 components/x11/xlogo/xlogo.license diff --git a/components/x11/xlogo/Makefile b/components/x11/xlogo/Makefile index de7136a0f4..852c47b250 100644 --- a/components/x11/xlogo/Makefile +++ b/components/x11/xlogo/Makefile @@ -18,11 +18,12 @@ include ../../../make-rules/shared-macros.mk include $(WS_MAKE_RULES)/x11.mk COMPONENT_NAME= xlogo -COMPONENT_VERSION= 1.0.6 +COMPONENT_VERSION= 1.0.7 COMPONENT_SUMMARY= xlogo application to display the X Window System logo COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz -COMPONENT_ARCHIVE_HASH= sha256:c16ae461a7f7ea275f55c82acf3ee86ce0eb5e406f3a91ab2bb4d332693f32a0 +COMPONENT_ARCHIVE_HASH= sha256:8a3f67b20407a53286a7de1a04dbda12d272234d59ef35e68ecfaf7633d83624 COMPONENT_FMRI= x11/xlogo +COMPONENT_LICENSE_FILE= COPYING include $(WS_MAKE_RULES)/common.mk diff --git a/components/x11/xlogo/pkg5 b/components/x11/xlogo/pkg5 index 083ba3316f..67694350bb 100644 --- a/components/x11/xlogo/pkg5 +++ b/components/x11/xlogo/pkg5 @@ -1,10 +1,6 @@ { "dependencies": [ - "SUNWcs", - "developer/build/autoconf/xorg-macros", - "shell/ksh93", "system/library", - "x11/header/x11-protocols", "x11/library/libsm", "x11/library/libx11", "x11/library/libxext", @@ -19,4 +15,4 @@ "x11/xlogo" ], "name": "xlogo" -} \ No newline at end of file +} diff --git a/components/x11/xlogo/xlogo.license b/components/x11/xlogo/xlogo.license deleted file mode 100644 index 1a758afdf3..0000000000 --- a/components/x11/xlogo/xlogo.license +++ /dev/null @@ -1,24 +0,0 @@ -Copyright 1988, 1990, 1993 1994, 1998 The Open Group -Copyright 2004 Roland Mainz - -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation. - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR -OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of The Open Group shall -not be used in advertising or otherwise to promote the sale, use or -other dealings in this Software without prior written authorization -from The Open Group. -- 2.11.4.GIT