svn commit: r412223 - head/graphics/ttygif

Olivier Cochard olivier at FreeBSD.org
Thu Mar 31 13:53:04 UTC 2016


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 at 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/


More information about the svn-ports-all mailing list