Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 13:53:03 +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: r412223 - head/graphics/ttygif
Message-ID:  <201603311353.u2VDr3Sj005155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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