Date: Wed, 18 Dec 2024 10:33:00 GMT From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fa65476baacf - main - net-mgmt/riemann-c-client: update to 2.2.2 Message-ID: <202412181033.4BIAX07w064441@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa65476baacfe4075e1dd1376427510bc2273430 commit fa65476baacfe4075e1dd1376427510bc2273430 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2024-12-17 20:51:03 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2024-12-18 10:32:42 +0000 net-mgmt/riemann-c-client: update to 2.2.2 Sponsored by: SkunkWerks, GmbH --- net-mgmt/riemann-c-client/Makefile | 11 ++++------- net-mgmt/riemann-c-client/distinfo | 6 +++--- net-mgmt/riemann-c-client/pkg-plist | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/net-mgmt/riemann-c-client/Makefile b/net-mgmt/riemann-c-client/Makefile index 1d8b5a509193..02b025111df4 100644 --- a/net-mgmt/riemann-c-client/Makefile +++ b/net-mgmt/riemann-c-client/Makefile @@ -1,6 +1,5 @@ PORTNAME= riemann-c-client -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 2.2.2 CATEGORIES= net-mgmt MASTER_SITES= https://git.madhouse-project.org/algernon/${PORTNAME}/archive/ @@ -8,8 +7,8 @@ MAINTAINER= dch@FreeBSD.org COMMENT= C library and command-line tool for Riemann WWW= https://git.madhouse-project.org/algernon/riemann-c-client -LICENSE= LGPL3+ -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= EUPL12 +LICENSE_FILE= ${WRKSRC}/LICENSES/EUPL-1.2.txt WRKSRC= ${WRKDIR}/${PORTNAME} @@ -25,9 +24,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check - -post-patch: - @${REINPLACE_CMD} 's/-ldl//' ${WRKSRC}/Makefile.am +LDFLAGS+= -Wl,--undefined-version # Running |make test| isn't on poudriere menu yet, so force-feed pre-install: do-test diff --git a/net-mgmt/riemann-c-client/distinfo b/net-mgmt/riemann-c-client/distinfo index e565c6938e10..a4219c0930ad 100644 --- a/net-mgmt/riemann-c-client/distinfo +++ b/net-mgmt/riemann-c-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696645699 -SHA256 (riemann-c-client-2.1.1.tar.gz) = 097e710096dc2e901ae95108277eff1acb6d0383f04137cdea4ce55257c08e10 -SIZE (riemann-c-client-2.1.1.tar.gz) = 74013 +TIMESTAMP = 1734468930 +SHA256 (riemann-c-client-2.2.2.tar.gz) = 468c2d6cb4095e581927005a1dab13656f5a9355e4c68a3a25fceb5c6798a72f +SIZE (riemann-c-client-2.2.2.tar.gz) = 69192 diff --git a/net-mgmt/riemann-c-client/pkg-plist b/net-mgmt/riemann-c-client/pkg-plist index be67b9361078..85e5c9d4c4a7 100644 --- a/net-mgmt/riemann-c-client/pkg-plist +++ b/net-mgmt/riemann-c-client/pkg-plist @@ -11,6 +11,6 @@ include/riemann/simple.h lib/libriemann-client-gnutls.a lib/libriemann-client-gnutls.so lib/libriemann-client-gnutls.so.11 -lib/libriemann-client-gnutls.so.11.1.1 +lib/libriemann-client-gnutls.so.11.1.2 libdata/pkgconfig/riemann-client.pc share/man/man1/riemann-client.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412181033.4BIAX07w064441>