From owner-svn-ports-all@FreeBSD.ORG Sun Jun 15 08:35:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DEBAAA4; Sun, 15 Jun 2014 08:35:11 +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 D58712E86; Sun, 15 Jun 2014 08:35:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5F8ZAGF005963; Sun, 15 Jun 2014 08:35:10 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5F8ZAwJ005960; Sun, 15 Jun 2014 08:35:10 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406150835.s5F8ZAwJ005960@svn.freebsd.org> From: Martin Wilke Date: Sun, 15 Jun 2014 08:35:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357839 - 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 08:35:11 -0000 Author: miwi Date: Sun Jun 15 08:35:09 2014 New Revision: 357839 URL: http://svnweb.freebsd.org/changeset/ports/357839 QAT: https://qat.redports.org/buildarchive/r357839/ Log: - Update to 1.83 PR: 191048 Modified: head/graphics/gifsicle/Makefile head/graphics/gifsicle/distinfo head/graphics/gifsicle/pkg-plist Modified: head/graphics/gifsicle/Makefile ============================================================================== --- head/graphics/gifsicle/Makefile Sun Jun 15 08:26:47 2014 (r357838) +++ head/graphics/gifsicle/Makefile Sun Jun 15 08:35:09 2014 (r357839) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gifsicle -PORTVERSION= 1.71 +PORTVERSION= 1.83 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/gifsicle/ @@ -13,8 +13,6 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes -MAN1= gifdiff.1 gifsicle.1 - PORTDOCS= NEWS README.md OPTIONS_DEFINE= X11 @@ -22,20 +20,18 @@ OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes -NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MX11} CONFIGURE_ARGS+= --without-x --disable-gifview .else USE_XORG= x11 -MAN1+= gifview.1 .endif post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif .include Modified: head/graphics/gifsicle/distinfo ============================================================================== --- head/graphics/gifsicle/distinfo Sun Jun 15 08:26:47 2014 (r357838) +++ head/graphics/gifsicle/distinfo Sun Jun 15 08:35:09 2014 (r357839) @@ -1,2 +1,2 @@ -SHA256 (gifsicle-1.71.tar.gz) = bdda2a444c317743ec9457371b027ddaf1dc37f1521ce90c9db2466f7532c0f0 -SIZE (gifsicle-1.71.tar.gz) = 263029 +SHA256 (gifsicle-1.83.tar.gz) = bf9e94b186dec957d93db1292f4b021a5f5e4c835f412988cd063279bd450eeb +SIZE (gifsicle-1.83.tar.gz) = 562494 Modified: head/graphics/gifsicle/pkg-plist ============================================================================== --- head/graphics/gifsicle/pkg-plist Sun Jun 15 08:26:47 2014 (r357838) +++ head/graphics/gifsicle/pkg-plist Sun Jun 15 08:35:09 2014 (r357839) @@ -1,3 +1,6 @@ bin/gifdiff bin/gifsicle +man/man1/gifdiff.1.gz +man/man1/gifsicle.1.gz %%X11%%bin/gifview +%%X11%%man/man1/gifview.1.gz