diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2018-09-04 16:47:01 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2018-09-04 16:47:01 +0000 |
commit | d86acf438f40420686c59a9755154e7c8d0b9068 (patch) | |
tree | 978fb753ed0caecc9f2dcf4609a6b50814d210d6 /sysutils/vttest/Makefile | |
parent | 019c7365ac23e4dc6c335249e5fe9f89e11d46bc (diff) | |
download | ports-d86acf438f40420686c59a9755154e7c8d0b9068.tar.gz ports-d86acf438f40420686c59a9755154e7c8d0b9068.zip |
- Update to 2018.08.11
- Update MASTER_SITES
- Add LICENSE_FILE
- Remove EXTRACT_SUFX
Changes: http://invisible-island.net/vttest/CHANGES
Notes
Notes:
svn path=/head/; revision=478968
Diffstat (limited to 'sysutils/vttest/Makefile')
-rw-r--r-- | sysutils/vttest/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/vttest/Makefile b/sysutils/vttest/Makefile index 9326f4f12809..360f47fe473d 100644 --- a/sysutils/vttest/Makefile +++ b/sysutils/vttest/Makefile @@ -2,16 +2,16 @@ # $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 @@ -19,4 +19,6 @@ MAKEFILE= makefile PLIST_FILES= bin/vttest man/man1/vttest.1.gz +USES= tar:tgz + .include <bsd.port.mk> |