From owner-svn-ports-head@freebsd.org Thu Mar 31 13:53:04 2016 Return-Path: Delivered-To: svn-ports-head@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 43836AE4A60; Thu, 31 Mar 2016 13:53:04 +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 10F2214F4; Thu, 31 Mar 2016 13:53:03 +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 u2VDr3fd005156; Thu, 31 Mar 2016 13:53:03 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VDr3Sj005155; Thu, 31 Mar 2016 13:53:03 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201603311353.u2VDr3Sj005155@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 13:53:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412223 - 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-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 13:53:04 -0000 Author: olivier Date: Thu Mar 31 13:53:02 2016 New Revision: 412223 URL: https://svnweb.freebsd.org/changeset/ports/412223 Log: Remove useless rundeps and restore silence REINPLACE_CMD Approved by: jadawin Reported by: mat Pointy hat: olivier Differential Revision: https://reviews.freebsd.org/D5801 Modified: head/graphics/ttygif/Makefile Modified: head/graphics/ttygif/Makefile ============================================================================== --- head/graphics/ttygif/Makefile Thu Mar 31 13:36:52 2016 (r412222) +++ head/graphics/ttygif/Makefile Thu Mar 31 13:53:02 2016 (r412223) @@ -2,6 +2,7 @@ PORTNAME= ttygif PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org @@ -10,8 +11,7 @@ COMMENT= Converts a ttyrec file into ani LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ - ttyrec:${PORTSDIR}/misc/ttyrec +RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick USE_GITHUB= yes GH_ACCOUNT= icholy @@ -21,7 +21,7 @@ USES= tar:bzip2 gmake PLIST_FILES= bin/${PORTNAME} post-patch: - ${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile + @${REINPLACE_CMD} 's:gcc:${CC}:' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/