Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2018 21:58:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479171 - head/sysutils/ttyd
Message-ID:  <201809062158.w86LweTf052473@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809062158.w86LweTf052473>