svn commit: r335652 - head/sysutils/vttest

Nicola Vitale nivit at FreeBSD.org
Thu Dec 5 02:42:12 UTC 2013


Author: nivit
Date: Thu Dec  5 02:42:11 2013
New Revision: 335652
URL: http://svnweb.freebsd.org/changeset/ports/335652

Log:
  - Update to 2013.08.18  [1]
  - Add license (BSD)
  - Remove leading article from COMMENT
  - Allow staging
  
  PR:	ports/181580  [1]
  Submitted by:	IWAMOTO Kouichi <sue at iwmt.org>

Modified:
  head/sysutils/vttest/Makefile   (contents, props changed)
  head/sysutils/vttest/distinfo   (contents, props changed)

Modified: head/sysutils/vttest/Makefile
==============================================================================
--- head/sysutils/vttest/Makefile	Thu Dec  5 01:10:41 2013	(r335651)
+++ head/sysutils/vttest/Makefile	Thu Dec  5 02:42:11 2013	(r335652)
@@ -2,21 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	vttest
-PORTVERSION=	2012.05.06
+PORTVERSION=	2013.08.18
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://invisible-island.net/vttest/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S,.,,g}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	nivit at FreeBSD.org
-COMMENT=	A program to test "VT100-compatibility" of terminals
+COMMENT=	Program to test "VT100-compatibility" of terminals
+
+LICENSE=	BSD
 
 GNU_CONFIGURE=	yes
 
 MAKEFILE=	makefile
 
-MAN1=		vttest.1
-PLIST_FILES=	bin/vttest
+PLIST_FILES=	bin/vttest man/man1/vttest.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/vttest/distinfo
==============================================================================
--- head/sysutils/vttest/distinfo	Thu Dec  5 01:10:41 2013	(r335651)
+++ head/sysutils/vttest/distinfo	Thu Dec  5 02:42:11 2013	(r335652)
@@ -1,2 +1,2 @@
-SHA256 (vttest-20120506.tgz) = 9c03e8e917ab5b06f934c45923dd00a5943c6b36f0a32c38392f8f864d6b39e4
-SIZE (vttest-20120506.tgz) = 183236
+SHA256 (vttest-20130818.tgz) = c858e7d8b7e1ed8329a80997dfcc396e3465005cc06505fc463809311b28ec12
+SIZE (vttest-20130818.tgz) = 188171


More information about the svn-ports-head mailing list