Date: Tue, 27 Jun 2023 09:12:19 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: 230475e93c8f - main - graphics/gifsicle: update to 1.94 Message-ID: <202306270912.35R9CJY8003165@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=230475e93c8fbf7ee342c67e553d49a8e7e64bf5 commit 230475e93c8fbf7ee342c67e553d49a8e7e64bf5 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2023-06-27 09:09:51 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2023-06-27 09:09:51 +0000 graphics/gifsicle: update to 1.94 While here, add missing USE_XORG={ice,sm}. Changelog: https://github.com/kohler/gifsicle/blob/v1.94/NEWS.md Reported by: Repology --- graphics/gifsicle/Makefile | 5 ++--- graphics/gifsicle/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index b136a88d4440..8ddb382ca214 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -1,6 +1,5 @@ PORTNAME= gifsicle -PORTVERSION= 1.93 -PORTREVISION= 2 +PORTVERSION= 1.94 CATEGORIES= graphics MASTER_SITES= https://www.lcdf.org/gifsicle/ @@ -30,7 +29,7 @@ PLIST_FILES= bin/gifdiff bin/gifsicle \ .if ${FLAVOR} == x11 USES+= xorg -USE_XORG= x11 +USE_XORG= ice sm x11 CONFIGURE_ARGS= --enable-gifview \ --with-x PLIST_FILES+= bin/gifview \ diff --git a/graphics/gifsicle/distinfo b/graphics/gifsicle/distinfo index 60d591d82e66..4990384913e3 100644 --- a/graphics/gifsicle/distinfo +++ b/graphics/gifsicle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636197603 -SHA256 (gifsicle-1.93.tar.gz) = 92f67079732bf4c1da087e6ae0905205846e5ac777ba5caa66d12a73aa943447 -SIZE (gifsicle-1.93.tar.gz) = 578194 +TIMESTAMP = 1687856154 +SHA256 (gifsicle-1.94.tar.gz) = 4bc97005c0789620de75f89997d3c2f70758c72c61aa0a2ef04f7a671a2ff89b +SIZE (gifsicle-1.94.tar.gz) = 579194
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306270912.35R9CJY8003165>