diff options
author | pi <pi@FreeBSD.org> | 2018-01-25 01:25:14 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-01-25 01:25:14 +0800 |
commit | 4d58442e1e53fc78d4fefe2fcbdd2ce67fc40130 (patch) | |
tree | 3359bf05146c056f8bf8189d1509a97016741aaf /graphics | |
parent | 112dc279cee72e5fbef993014d0d22724765b6a7 (diff) | |
download | freebsd-ports-gnome-4d58442e1e53fc78d4fefe2fcbdd2ce67fc40130.tar.gz freebsd-ports-gnome-4d58442e1e53fc78d4fefe2fcbdd2ce67fc40130.tar.zst freebsd-ports-gnome-4d58442e1e53fc78d4fefe2fcbdd2ce67fc40130.zip |
graphics/gifsicle: update 1.90 -> 1.91
- Several security bug fixes with malicious GIFs
- X11 is no longer default to reduce port dependencies
It only adds a gifview binary that does not really look central
to the application
Reported by: Greg Kennedy <kennedy.greg@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gifsicle/Makefile | 4 | ||||
-rw-r--r-- | graphics/gifsicle/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index f6e495239ca8..8098d34731c8 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gifsicle -PORTVERSION= 1.90 +PORTVERSION= 1.91 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/gifsicle/ @@ -19,7 +19,7 @@ PLIST_FILES= bin/gifdiff bin/gifsicle \ man/man1/gifdiff.1.gz man/man1/gifsicle.1.gz OPTIONS_DEFINE= DOCS X11 -OPTIONS_DEFAULT= X11 +OPTIONS_DEFAULT= X11_USE= xorg=x11 X11_CONFIGURE_ENABLE= gifview diff --git a/graphics/gifsicle/distinfo b/graphics/gifsicle/distinfo index aa070b1d8952..6ecfb424b757 100644 --- a/graphics/gifsicle/distinfo +++ b/graphics/gifsicle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1509803751 -SHA256 (gifsicle-1.90.tar.gz) = 2d73b096752d58fa604cea559199aa6f55b45a3ec833898f94ff7997d22b834d -SIZE (gifsicle-1.90.tar.gz) = 571910 +TIMESTAMP = 1516814387 +SHA256 (gifsicle-1.91.tar.gz) = 0a4ee602aa244cdcdd86a250a6b39c94d8343cf526b8fae862d8a0efc337a800 +SIZE (gifsicle-1.91.tar.gz) = 571588 |