svn commit: r479171 - head/sysutils/ttyd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 6 21:58:41 UTC 2018


Author: sunpoet
Date: Thu Sep  6 21:58:40 2018
New Revision: 479171
URL: https://svnweb.freebsd.org/changeset/ports/479171

Log:
  Update to 1.4.1
  
  Changes:	https://github.com/tsl0922/ttyd/releases
  PR:		231207
  Submitted by:	Neel Chauhan <neel at neelc.org> (maintainer)

Modified:
  head/sysutils/ttyd/Makefile
  head/sysutils/ttyd/distinfo

Modified: head/sysutils/ttyd/Makefile
==============================================================================
--- head/sysutils/ttyd/Makefile	Thu Sep  6 21:58:35 2018	(r479170)
+++ head/sysutils/ttyd/Makefile	Thu Sep  6 21:58:40 2018	(r479171)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ttyd
-PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTVERSION=	1.4.1
 CATEGORIES=	sysutils
 
 MAINTAINER=	neel at neelc.org
@@ -15,11 +14,11 @@ BUILD_DEPENDS=	xxd:editors/vim-console
 LIB_DEPENDS=	libjson-c.so:devel/json-c \
 		libwebsockets.so:net/libwebsockets
 
+USES=		cmake pkgconfig ssl
+USE_CSTD=	c99
 USE_GITHUB=	yes
 GH_ACCOUNT=	tsl0922
 
-USES=		cmake pkgconfig ssl
-USE_CSTD=	c99
 PLIST_FILES=	bin/${PORTNAME}
 
 do-install:

Modified: head/sysutils/ttyd/distinfo
==============================================================================
--- head/sysutils/ttyd/distinfo	Thu Sep  6 21:58:35 2018	(r479170)
+++ head/sysutils/ttyd/distinfo	Thu Sep  6 21:58:40 2018	(r479171)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516573471
-SHA256 (tsl0922-ttyd-1.4.0_GH0.tar.gz) = 757a9b5b5dd3de801d7db8fab6035d97ea144b02a51c78bdab28a8e07bcf05d6
-SIZE (tsl0922-ttyd-1.4.0_GH0.tar.gz) = 275006
+TIMESTAMP = 1536259045
+SHA256 (tsl0922-ttyd-1.4.1_GH0.tar.gz) = 24c205134fbe4e07ab80fc57a41a309c9b6d5af7c57f2c1a16f1ed1732b8104a
+SIZE (tsl0922-ttyd-1.4.1_GH0.tar.gz) = 314691


More information about the svn-ports-head mailing list