Date: Sun, 15 Jun 2014 08:35:10 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357839 - head/graphics/gifsicle Message-ID: <201406150835.s5F8ZAwJ005960@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> .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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406150835.s5F8ZAwJ005960>