From owner-svn-ports-head@freebsd.org Tue Sep 4 16:47:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A7BFFF4C4D; Tue, 4 Sep 2018 16:47:02 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D225476BB0; Tue, 4 Sep 2018 16:47:01 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CBD9B19A4A; Tue, 4 Sep 2018 16:47:01 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w84Gl1wO093689; Tue, 4 Sep 2018 16:47:01 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w84Gl10C093687; Tue, 4 Sep 2018 16:47:01 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201809041647.w84Gl10C093687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Tue, 4 Sep 2018 16:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478968 - head/sysutils/vttest X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: head/sysutils/vttest X-SVN-Commit-Revision: 478968 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2018 16:47:02 -0000 Author: nivit Date: Tue Sep 4 16:47:01 2018 New Revision: 478968 URL: https://svnweb.freebsd.org/changeset/ports/478968 Log: - Update to 2018.08.11 - Update MASTER_SITES - Add LICENSE_FILE - Remove EXTRACT_SUFX Changes: http://invisible-island.net/vttest/CHANGES Modified: head/sysutils/vttest/Makefile head/sysutils/vttest/distinfo Modified: head/sysutils/vttest/Makefile ============================================================================== --- head/sysutils/vttest/Makefile Tue Sep 4 16:42:27 2018 (r478967) +++ head/sysutils/vttest/Makefile Tue Sep 4 16:47:01 2018 (r478968) @@ -2,21 +2,23 @@ # $FreeBSD$ PORTNAME= vttest -PORTVERSION= 2014.03.05 +PORTVERSION= 2018.08.11 CATEGORIES= sysutils -MASTER_SITES= ftp://invisible-island.net/vttest/ +MASTER_SITES= ftp://ftp.invisible-island.net/vttest/ DISTNAME= ${PORTNAME}-${PORTVERSION:S,.,,g} -EXTRACT_SUFX= .tgz MAINTAINER= nivit@FreeBSD.org COMMENT= Program to test "VT100-compatibility" of terminals LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes MAKEFILE= makefile PLIST_FILES= bin/vttest man/man1/vttest.1.gz + +USES= tar:tgz .include Modified: head/sysutils/vttest/distinfo ============================================================================== --- head/sysutils/vttest/distinfo Tue Sep 4 16:42:27 2018 (r478967) +++ head/sysutils/vttest/distinfo Tue Sep 4 16:47:01 2018 (r478968) @@ -1,2 +1,3 @@ -SHA256 (vttest-20140305.tgz) = 0168aa34061d4470a68b0dd0781a2a9e2bbfb1493e540c99f615b867a11cbf83 -SIZE (vttest-20140305.tgz) = 191096 +TIMESTAMP = 1536078824 +SHA256 (vttest-20180811.tgz) = 2ee8ecad0185fbd9fad4d192f04f93ac3c5b705aef85d4a4b92d26c5a71f8ed6 +SIZE (vttest-20180811.tgz) = 201618