1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Update to 1.2.1

Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5786
This commit is contained in:
Olivier Cochard 2016-03-31 08:06:18 +00:00
parent 4a352c3405
commit 02d5a794f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412211
2 changed files with 8 additions and 9 deletions

View File

@ -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>

View File

@ -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