Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2017 09:33:51 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447668 - head/www/gotty
Message-ID:  <201708100933.v7A9Xp9b010872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Aug 10 09:33:51 2017
New Revision: 447668
URL: https://svnweb.freebsd.org/changeset/ports/447668

Log:
  - Update to 1.0.1
  - Pacify portlint

Modified:
  head/www/gotty/Makefile
  head/www/gotty/distinfo

Modified: head/www/gotty/Makefile
==============================================================================
--- head/www/gotty/Makefile	Thu Aug 10 08:24:05 2017	(r447667)
+++ head/www/gotty/Makefile	Thu Aug 10 09:33:51 2017	(r447668)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gotty
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www net ipv6
 
@@ -12,10 +12,10 @@ COMMENT=	Command line tool that turns your CLI tools i
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		go
 USE_GITHUB=	yes
 GH_ACCOUNT=	yudai
 
-USES=		go
 GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 
 PLIST_FILES=	bin/gotty

Modified: head/www/gotty/distinfo
==============================================================================
--- head/www/gotty/distinfo	Thu Aug 10 08:24:05 2017	(r447667)
+++ head/www/gotty/distinfo	Thu Aug 10 09:33:51 2017	(r447668)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495391950
-SHA256 (yudai-gotty-v1.0.0_GH0.tar.gz) = ca61d6a164fb1a2ba7491ce0e764f987ecb009f9caf8a602690253665c27a498
-SIZE (yudai-gotty-v1.0.0_GH0.tar.gz) = 2349996
+TIMESTAMP = 1502356940
+SHA256 (yudai-gotty-v1.0.1_GH0.tar.gz) = 32695d70a79f55efdf4fba6f06f830515a2055abc58fc15e2124dff5be75695b
+SIZE (yudai-gotty-v1.0.1_GH0.tar.gz) = 2370696



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