aboutsummaryrefslogtreecommitdiff
path: root/graphics/ttygif
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2016-03-31 08:06:18 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2016-03-31 08:06:18 +0000
commit02d5a794f8217925bb28fa1901755e1dde151be5 (patch)
treea3c5adf31b00ccff5c26b6514ca944c50c501f58 /graphics/ttygif
parent4a352c34058235a802c5dc3040f7c0147b694265 (diff)
downloadports-02d5a794f8217925bb28fa1901755e1dde151be5.tar.gz
ports-02d5a794f8217925bb28fa1901755e1dde151be5.zip
Update to 1.2.1
Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5786
Notes
Notes: svn path=/head/; revision=412211
Diffstat (limited to 'graphics/ttygif')
-rw-r--r--graphics/ttygif/Makefile13
-rw-r--r--graphics/ttygif/distinfo4
2 files changed, 8 insertions, 9 deletions
diff --git a/graphics/ttygif/Makefile b/graphics/ttygif/Makefile
index 4cc38a31a1cf..6b2cdd983cb6 100644
--- a/graphics/ttygif/Makefile
+++ b/graphics/ttygif/Makefile
@@ -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>
diff --git a/graphics/ttygif/distinfo b/graphics/ttygif/distinfo
index e634beed8e4e..26bf570008fe 100644
--- a/graphics/ttygif/distinfo
+++ b/graphics/ttygif/distinfo
@@ -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