svn commit: r363294 - head/graphics/gifsicle
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jul 29 06:17:31 UTC 2014
Author: vanilla
Date: Tue Jul 29 06:17:30 2014
New Revision: 363294
URL: http://svnweb.freebsd.org/changeset/ports/363294
QAT: https://qat.redports.org/buildarchive/r363294/
Log:
Upgrade to 1.84.
PR: ports/192204
Submitted by: tkato432 at yahoo.com
Deleted:
head/graphics/gifsicle/pkg-plist
Modified:
head/graphics/gifsicle/Makefile
head/graphics/gifsicle/distinfo
head/graphics/gifsicle/pkg-descr
Modified: head/graphics/gifsicle/Makefile
==============================================================================
--- head/graphics/gifsicle/Makefile Tue Jul 29 05:13:05 2014 (r363293)
+++ head/graphics/gifsicle/Makefile Tue Jul 29 06:17:30 2014 (r363294)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gifsicle
-PORTVERSION= 1.83
+PORTVERSION= 1.84
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/gifsicle/
@@ -14,17 +14,20 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
PORTDOCS= NEWS README.md
+PLIST_FILES= bin/gifdiff bin/gifsicle \
+ man/man1/gifdiff.1.gz man/man1/gifsicle.1.gz
-OPTIONS_DEFINE= X11 DOCS
-OPTIONS_DEFAULT=X11
-
-OPTIONS_SUB= yes
-
-X11_CONFIGURE_OFF= --without-x --disable-gifview
-X11_USE= XORG=x11
+OPTIONS_DEFINE= DOCS X11
+OPTIONS_DEFAULT= X11
+OPTIONS_SUB= yes
+
+X11_USE= xorg=x11
+X11_CONFIGURE_ENABLE= gifview
+X11_CONFIGURE_WITH= x
+X11_PLIST_FILES= bin/gifview man/man1/gifview.1.gz
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>
Modified: head/graphics/gifsicle/distinfo
==============================================================================
--- head/graphics/gifsicle/distinfo Tue Jul 29 05:13:05 2014 (r363293)
+++ head/graphics/gifsicle/distinfo Tue Jul 29 06:17:30 2014 (r363294)
@@ -1,2 +1,2 @@
-SHA256 (gifsicle-1.83.tar.gz) = bf9e94b186dec957d93db1292f4b021a5f5e4c835f412988cd063279bd450eeb
-SIZE (gifsicle-1.83.tar.gz) = 562494
+SHA256 (gifsicle-1.84.tar.gz) = 067d43e8e04fa921341738c7e87ff99feb96cc9396459080d1cd8132273db3fa
+SIZE (gifsicle-1.84.tar.gz) = 564263
Modified: head/graphics/gifsicle/pkg-descr
==============================================================================
--- head/graphics/gifsicle/pkg-descr Tue Jul 29 05:13:05 2014 (r363293)
+++ head/graphics/gifsicle/pkg-descr Tue Jul 29 06:17:30 2014 (r363294)
@@ -1,4 +1,4 @@
-gifsicle is a powerful command-line program for manipulating GIF image files.
-Extensive options let you control what exactly it does.
+gifsicle is a powerful command-line program for manipulating GIF image
+files. Extensive options let you control what exactly it does.
WWW: http://www.lcdf.org/gifsicle/
More information about the svn-ports-all
mailing list