From owner-svn-ports-head@FreeBSD.ORG Tue Jul 29 06:17:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D89D7736; Tue, 29 Jul 2014 06:17:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACEAF2A97; Tue, 29 Jul 2014 06:17:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6T6HVt3076882; Tue, 29 Jul 2014 06:17:31 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6T6HVGa076877; Tue, 29 Jul 2014 06:17:31 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201407290617.s6T6HVGa076877@svn.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 29 Jul 2014 06:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363294 - head/graphics/gifsicle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2014 06:17:31 -0000 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 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/