Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2024 23:22:28 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9e09d664d97f - main - sysutils/swtpm: Upgrade 0.8.2 =?utf-8?Q?=E2=86=92?= 0.9.0
Message-ID:  <202408172322.47HNMSTH015342@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e09d664d97f1db9e32ef891aea18c3bced553c7

commit 9e09d664d97f1db9e32ef891aea18c3bced553c7
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2024-08-17 23:20:04 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-17 23:20:04 +0000

    sysutils/swtpm: Upgrade 0.8.2 → 0.9.0
    
    Changelog:
    https://github.com/stefanberger/swtpm/releases/tag/v0.9.0
    
    Also:
     - remove GNU_CONFIGURE_MANPREFIX
     - small improvements
    
    PR:     280588
---
 sysutils/swtpm/Makefile | 9 +++++----
 sysutils/swtpm/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/sysutils/swtpm/Makefile b/sysutils/swtpm/Makefile
index 3e1d2688c729..e92d193388c4 100644
--- a/sysutils/swtpm/Makefile
+++ b/sysutils/swtpm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	swtpm
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.8.2
+DISTVERSION=	0.9.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	meka@tilda.center
@@ -16,6 +16,7 @@ BUILD_DEPENDS=	base64>=0:converters/base64 \
 		gawk>=0:lang/gawk \
 		socat>=0:net/socat
 LIB_DEPENDS=	libfuse.so:sysutils/fusefs-libs \
+		libgmp.so:math/gmp \
 		libgnutls.so:security/gnutls \
 		libjson-glib-1.0.so:devel/json-glib \
 		libtasn1.so:security/libtasn1 \
@@ -25,11 +26,11 @@ USES=		autoreconf gettext-runtime gmake gnome libtool pathfix \
 		pkgconfig ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	stefanberger
-USE_GNOME+=	glib20
-USE_RC_SUBR=	swtpm
+USE_GNOME=	glib20
+USE_LDCONFIG=	yes
+USE_RC_SUBR=	${PORTNAME}
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 INSTALL_TARGET=	install-strip
 
diff --git a/sysutils/swtpm/distinfo b/sysutils/swtpm/distinfo
index c8809dcd4d8c..8198d3275f25 100644
--- a/sysutils/swtpm/distinfo
+++ b/sysutils/swtpm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712572737
-SHA256 (stefanberger-swtpm-v0.8.2_GH0.tar.gz) = b281b4e8c39f68e1928675f788abc70072e4081152e129144359a8c5c304c06b
-SIZE (stefanberger-swtpm-v0.8.2_GH0.tar.gz) = 364432
+TIMESTAMP = 1722686189
+SHA256 (stefanberger-swtpm-v0.9.0_GH0.tar.gz) = 9679ca171e8aaa3c4e4053e8bc1d10c8dabf0220bd4b16aba78743511c25f731
+SIZE (stefanberger-swtpm-v0.9.0_GH0.tar.gz) = 370942



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408172322.47HNMSTH015342>