From 9ab11effb25dbfd53277ba2fb8e8a3a8434663f7 Mon Sep 17 00:00:00 2001
From: fritzkink <96341974+fritzkink@users.noreply.github.com>
Date: Tue, 26 Dec 2023 12:53:09 +0100
Subject: [PATCH] memcached - update to version 1.6.22

---
 components/network/memcached/memcached.p5m |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/components/network/memcached/memcached.p5m b/components/network/memcached/memcached.p5m
index f339f37..37b2510 100644
--- a/components/network/memcached/memcached.p5m
+++ b/components/network/memcached/memcached.p5m
@@ -19,28 +19,27 @@
 # CDDL HEADER END
 #
 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2023 Friedrich Kink. All rights reserved.
 #
 
-<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
-
-set name=pkg.fmri value=pkg:/service/memcached@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-set name=pkg.summary value="The memcached memory object cache"
-set name=com.oracle.info.description value="the memcached memory object cache"
-set name=com.oracle.info.tpno value=5711
-set name=info.classification value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
+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="$(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.arc-caseid \
-    value=LSARC/2009/067
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
-license memcached.license license='BSD'
+license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
+
+file path=usr/bin/memcached mode=0555
+file path=usr/include/memcached/protocol_binary.h
+file path=usr/include/memcached/xxhash.h
+#file path=usr/share/man/man1/memcached.1
 
 file Solaris/auth_attr path=etc/security/auth_attr.d/memcached
 file Solaris/prof_attr path=etc/security/prof_attr.d/memcached
-file path=usr/lib/memcached mode=0555
 file Solaris/memcached.xml \
     path=lib/svc/manifest/application/database/memcached.xml
 file Solaris/memcached path=lib/svc/method/memcached
-file path=usr/include/memcached/protocol_binary.h
 file Solaris/memcached.1m path=usr/share/man/man1m/memcached.1m

--
Gitblit v1.9.3