Date: Thu, 23 May 2013 16:03:46 GMT From: Alexander Milanov <a@amilanov.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/178864: [patch] graphics/gifsicle: update to 1.70 Message-ID: <201305231603.r4NG3kUk082066@oldred.FreeBSD.org> Resent-Message-ID: <201305231610.r4NGA0ut056022@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178864 >Category: ports >Synopsis: [patch] graphics/gifsicle: update to 1.70 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 23 16:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexander Milanov >Release: >Organization: >Environment: >Description: Please, update graphics/gifsicle to 1.70 and tidy up its Makefile a bit. >How-To-Repeat: >Fix: - Update to 1.70 - Trim header - Add LICENSE_FILE - Remove HAVE_UNISYS_LICENSE, which is no longer needed according to [1] and [2] - Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS [1] https://github.com/kohler/gifsicle/blob/master/README [2] https://www.gnu.org/philosophy/gif.html Patch attached with submission follows: Index: graphics/gifsicle/Makefile =================================================================== --- graphics/gifsicle/Makefile (revision 318843) +++ graphics/gifsicle/Makefile (working copy) @@ -1,12 +1,8 @@ -# New ports collection makefile for: gifsicle -# Date created: 19 December 1998 -# Whom: Brad Hendrickse <bradh@iafrica.com> -# +# Created by: Brad Hendrickse <bradh@iafrica.com> # $FreeBSD$ -# PORTNAME= gifsicle -PORTVERSION= 1.63 +PORTVERSION= 1.70 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/gifsicle/ @@ -14,14 +10,13 @@ COMMENT= Manipulates GIF images and animations LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes MAN1= gifdiff.1 gifsicle.1 -.if !defined(HAVE_UNISYS_LICENSE) -CONFIGURE_ARGS+= --enable-ungif -.endif +.include <bsd.port.options.mk> .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 @@ -34,7 +29,7 @@ .endif post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif Index: graphics/gifsicle/distinfo =================================================================== --- graphics/gifsicle/distinfo (revision 318843) +++ graphics/gifsicle/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gifsicle-1.63.tar.gz) = 62cecfbdc27c8b794d189af4a0995d245feab8abb14f9e50dfe17bb4cf2cf912 -SIZE (gifsicle-1.63.tar.gz) = 257658 +SHA256 (gifsicle-1.70.tar.gz) = 8ed2afd9771a78b8afdc2c2f61c548e184fa0cc0b7e671b8dd8d29c109ebc90c +SIZE (gifsicle-1.70.tar.gz) = 262069 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305231603.r4NG3kUk082066>