diff options
author | nia <nia@pkgsrc.org> | 2020-03-24 14:12:54 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-24 14:12:54 +0000 |
commit | 0efdaf52454cfbfac8a2218eb11bf22ad1d12d2a (patch) | |
tree | 13a177599706ab47cbadaf3fdec98cd3bc8128ee /graphics/gifsicle/Makefile | |
parent | 9f4a7c2d3a35615cd90508b8bd5f600898bb54ae (diff) | |
download | pkgsrc-0efdaf52454cfbfac8a2218eb11bf22ad1d12d2a.tar.gz |
gifsicle: Update to 1.92
## Version 1.92 – 18.Apr.2019
* Add `--lossy` option from Kornel Lipiński.
* Remove an assertion failure possible with `--conserve-memory` + `--colors` +
`--careful`.
Diffstat (limited to 'graphics/gifsicle/Makefile')
-rw-r--r-- | graphics/gifsicle/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index cab0b28fb24..d206737acbc 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2020/01/26 17:31:21 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2020/03/24 14:12:54 nia Exp $ -DISTNAME= gifsicle-1.91 +DISTNAME= gifsicle-1.92 CATEGORIES= graphics MASTER_SITES= ${HOMEPAGE} @@ -12,5 +12,4 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes .include "options.mk" - .include "../../mk/bsd.pkg.mk" |