Date: Sun, 2 Jan 2022 04:43:13 GMT From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9adc14331531 - main - devel/replxx: update to 0.0.4 Message-ID: <202201020443.2024hDCO009905@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=9adc14331531f09e15de179991be22311abc6ca0 commit 9adc14331531f09e15de179991be22311abc6ca0 Author: Goran Mekić <meka@tilda.center> AuthorDate: 2022-01-02 04:41:13 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2022-01-02 04:42:42 +0000 devel/replxx: update to 0.0.4 Changelog: https://github.com/AmokHuginnsson/replxx/releases/tag/release-0.0.4 PR: 260842 Reported by: Goran Mekić <meka@tilda.center> (maintainer) --- devel/replxx/Makefile | 3 ++- devel/replxx/distinfo | 6 +++--- devel/replxx/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/replxx/Makefile b/devel/replxx/Makefile index 8178a3608eec..dd4af7a31dd5 100644 --- a/devel/replxx/Makefile +++ b/devel/replxx/Makefile @@ -1,6 +1,6 @@ PORTNAME= replxx DISTVERSIONPREFIX= release- -DISTVERSION= 0.0.3 +DISTVERSION= 0.0.4 CATEGORIES= devel MAINTAINER= meka@tilda.center @@ -14,5 +14,6 @@ USE_GITHUB= yes GH_ACCOUNT= AmokHuginnsson CMAKE_ON= BUILD_SHARED_LIBS USE_LDCONFIG= yes +PLIST_SUB= VERSION=${DISTVERSION} .include <bsd.port.mk> diff --git a/devel/replxx/distinfo b/devel/replxx/distinfo index f5eeed5c254c..dee1a6a240fa 100644 --- a/devel/replxx/distinfo +++ b/devel/replxx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607038979 -SHA256 (AmokHuginnsson-replxx-release-0.0.3_GH0.tar.gz) = 72ad0655eead16544645b1724b27a988543fcefd14d46df6e8dfef17d9ba50ac -SIZE (AmokHuginnsson-replxx-release-0.0.3_GH0.tar.gz) = 87590 +TIMESTAMP = 1640952177 +SHA256 (AmokHuginnsson-replxx-release-0.0.4_GH0.tar.gz) = a22988b2184e1d256e2d111b5749e16ffb1accbf757c7b248226d73c426844c4 +SIZE (AmokHuginnsson-replxx-release-0.0.4_GH0.tar.gz) = 97072 diff --git a/devel/replxx/pkg-plist b/devel/replxx/pkg-plist index 1c2633c40b8f..70c9c1b4f6c5 100644 --- a/devel/replxx/pkg-plist +++ b/devel/replxx/pkg-plist @@ -1,7 +1,7 @@ include/replxx.h include/replxx.hxx lib/libreplxx.so -lib/libreplxx.so.0.0.3 +lib/libreplxx.so.%%VERSION%% share/cmake/replxx/replxx-config-version.cmake share/cmake/replxx/replxx-config.cmake share/cmake/replxx/replxx-targets-%%CMAKE_BUILD_TYPE%%.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201020443.2024hDCO009905>