Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 08:06:18 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412211 - head/graphics/ttygif
Message-ID:  <201603310806.u2V86IbK098498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Thu Mar 31 08:06:18 2016
New Revision: 412211
URL: https://svnweb.freebsd.org/changeset/ports/412211

Log:
  Update to 1.2.1
  
  Approved by:	jadawin
  Differential Revision:	https://reviews.freebsd.org/D5786

Modified:
  head/graphics/ttygif/Makefile
  head/graphics/ttygif/distinfo

Modified: head/graphics/ttygif/Makefile
==============================================================================
--- head/graphics/ttygif/Makefile	Thu Mar 31 08:03:27 2016	(r412210)
+++ head/graphics/ttygif/Makefile	Thu Mar 31 08:06:18 2016	(r412211)
@@ -1,30 +1,29 @@
 # $FreeBSD$
 
 PORTNAME=	ttygif
-PORTVERSION=	1.0.8
+PORTVERSION=	1.2.1
 CATEGORIES=	graphics
 
 MAINTAINER=	olivier@FreeBSD.org
 COMMENT=	Converts a ttyrec file into animated gif
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick
+RUN_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick \
+                ttyrec:${PORTSDIR}/misc/ttyrec
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	icholy
 
 USES=		tar:bzip2 gmake
 
-PLIST_FILES=	bin/${PORTNAME} \
-		bin/concat
+PLIST_FILES=	bin/${PORTNAME}
 
 post-patch:
-	@${REINPLACE_CMD} 's:\#\!/bin/bash:\#\!/bin/sh:' ${WRKSRC}/concat.sh
-	@${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile
+	${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_SCRIPT} ${WRKSRC}/concat.sh ${STAGEDIR}${PREFIX}/bin/concat
 
 .include <bsd.port.mk>

Modified: head/graphics/ttygif/distinfo
==============================================================================
--- head/graphics/ttygif/distinfo	Thu Mar 31 08:03:27 2016	(r412210)
+++ head/graphics/ttygif/distinfo	Thu Mar 31 08:06:18 2016	(r412211)
@@ -1,2 +1,2 @@
-SHA256 (icholy-ttygif-1.0.8_GH0.tar.gz) = 32b3394ebaac3389c66aee225ab61846fc84b02e218d0018515a6e9345a9f114
-SIZE (icholy-ttygif-1.0.8_GH0.tar.gz) = 5089
+SHA256 (icholy-ttygif-1.2.1_GH0.tar.gz) = 661bf2ddb248773aa77881e72e6d2f1513ea470a6b282fc33ea2cf9646c5dc97
+SIZE (icholy-ttygif-1.2.1_GH0.tar.gz) = 6199



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603310806.u2V86IbK098498>