sysutils/ttyd: Update 1.5.2 -> 1.6.0
This commit is contained in:
parent
6e852d9b11
commit
4ad1b27715
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531578
2 changed files with 8 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ttyd
|
PORTNAME= ttyd
|
||||||
PORTVERSION= 1.5.2
|
DISTVERSION= 1.6.0
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -12,16 +12,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= xxd:editors/vim-console
|
BUILD_DEPENDS= xxd:editors/vim-console
|
||||||
LIB_DEPENDS= libjson-c.so:devel/json-c \
|
LIB_DEPENDS= libjson-c.so:devel/json-c \
|
||||||
|
libuv.so:devel/libuv \
|
||||||
libwebsockets.so:net/libwebsockets
|
libwebsockets.so:net/libwebsockets
|
||||||
|
|
||||||
USES= cmake:insource pkgconfig ssl
|
USES= cmake pkgconfig ssl
|
||||||
USE_CSTD= c99
|
USE_CSTD= c99
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= tsl0922
|
GH_ACCOUNT= tsl0922
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME}
|
PLIST_FILES= bin/${PORTNAME} \
|
||||||
|
man/man1/ttyd.1.gz
|
||||||
do-install:
|
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/ttyd ${STAGEDIR}${PREFIX}/bin
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1566339608
|
TIMESTAMP = 1586665003
|
||||||
SHA256 (tsl0922-ttyd-1.5.2_GH0.tar.gz) = b5b62ec2ce08add0173e6d1dfdd879e55f02f9490043e89f389981a62e87d376
|
SHA256 (tsl0922-ttyd-1.6.0_GH0.tar.gz) = d14740bc82be0d0760dd0a3c97acbcbde490412a4edc61edabe46d311b068f83
|
||||||
SIZE (tsl0922-ttyd-1.5.2_GH0.tar.gz) = 382424
|
SIZE (tsl0922-ttyd-1.6.0_GH0.tar.gz) = 482114
|
||||||
|
|
Loading…
Reference in a new issue