Date: Tue, 29 Jul 2014 06:17:31 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363294 - head/graphics/gifsicle Message-ID: <201407290617.s6T6HVGa076877@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407290617.s6T6HVGa076877>