From owner-svn-ports-all@freebsd.org Thu Mar 31 08:06:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E71E8AE3B5E; Thu, 31 Mar 2016 08:06:19 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 998C414A2; Thu, 31 Mar 2016 08:06:19 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V86IJq098500; Thu, 31 Mar 2016 08:06:18 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V86IbK098498; Thu, 31 Mar 2016 08:06:18 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201603310806.u2V86IbK098498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Thu, 31 Mar 2016 08:06:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412211 - head/graphics/ttygif 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.21 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: Thu, 31 Mar 2016 08:06:20 -0000 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 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