Date: Sun, 9 Apr 2023 20:42:24 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 887af43f103e - main - graphics/cgif: Update to 0.3.1 Message-ID: <202304092042.339KgOKw096013@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=887af43f103ea5154573a757fe760f485cecaad8 commit 887af43f103ea5154573a757fe760f485cecaad8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 20:39:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 20:39:54 +0000 graphics/cgif: Update to 0.3.1 Changes: https://github.com/dloebl/cgif/releases --- graphics/cgif/Makefile | 4 +--- graphics/cgif/distinfo | 6 +++--- graphics/cgif/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/graphics/cgif/Makefile b/graphics/cgif/Makefile index 55eb95f806e4..50381e9bd00b 100644 --- a/graphics/cgif/Makefile +++ b/graphics/cgif/Makefile @@ -1,5 +1,5 @@ PORTNAME= cgif -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 DISTVERSIONPREFIX= V CATEGORIES= graphics @@ -14,8 +14,6 @@ USES= meson MESON_ARGS= --default-library=both -Dtests=true -PLIST_SUB= PORTVERSION=${PORTVERSION} - USE_GITHUB= yes GH_ACCOUNT= dloebl diff --git a/graphics/cgif/distinfo b/graphics/cgif/distinfo index bbd2eded108b..0408e3757817 100644 --- a/graphics/cgif/distinfo +++ b/graphics/cgif/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679498482 -SHA256 (dloebl-cgif-V0.3.0_GH0.tar.gz) = c4f70bbae4c6afee3a524e65be31ae495201fd26687cb8429d7aded8be96306a -SIZE (dloebl-cgif-V0.3.0_GH0.tar.gz) = 29189 +TIMESTAMP = 1681052890 +SHA256 (dloebl-cgif-V0.3.1_GH0.tar.gz) = 74a56ddd07b0a28938918f9d566012d4324fd183d3783a075f656520e79d82fb +SIZE (dloebl-cgif-V0.3.1_GH0.tar.gz) = 29425 diff --git a/graphics/cgif/pkg-plist b/graphics/cgif/pkg-plist index e60664c1e417..19d461b2240f 100644 --- a/graphics/cgif/pkg-plist +++ b/graphics/cgif/pkg-plist @@ -2,5 +2,5 @@ include/cgif.h lib/libcgif.a lib/libcgif.so lib/libcgif.so.0 -lib/libcgif.so.%%PORTVERSION%% +lib/libcgif.so.0.3.0 libdata/pkgconfig/cgif.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304092042.339KgOKw096013>