diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-06-12 22:31:17 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-06-12 22:31:17 +0000 |
commit | 1708adfd92b08a82bec4530b3618c3641790da02 (patch) | |
tree | ab66d903122840d358f9d4f865faf344a5060ed1 /misc/teseq | |
parent | 36dd8cc957c9c58fe53a10d66581fce5ba1471e9 (diff) |
Notes
Diffstat (limited to 'misc/teseq')
-rw-r--r-- | misc/teseq/Makefile | 13 | ||||
-rw-r--r-- | misc/teseq/distinfo | 4 |
2 files changed, 6 insertions, 11 deletions
diff --git a/misc/teseq/Makefile b/misc/teseq/Makefile index 576b006d6ad3..3bb74b22503b 100644 --- a/misc/teseq/Makefile +++ b/misc/teseq/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: teseq -# Date created: 2008-09-17 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= teseq -PORTVERSION= 1.0.0 +PORTVERSION= 1.1 CATEGORIES= misc MASTER_SITES= GNU -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= Terminal control sequence analyzer GNU_CONFIGURE= yes @@ -19,7 +15,6 @@ USE_GMAKE= yes INFO= teseq MAN1= reseq.1 teseq.1 -PLIST_FILES= bin/reseq bin/teseq \ - libexec/teseq-post.sed +PLIST_FILES= bin/reseq bin/teseq .include <bsd.port.mk> diff --git a/misc/teseq/distinfo b/misc/teseq/distinfo index 33b57ab33b61..52573009e7f5 100644 --- a/misc/teseq/distinfo +++ b/misc/teseq/distinfo @@ -1,2 +1,2 @@ -SHA256 (teseq-1.0.0.tar.gz) = f6911c26d19a5284eb5d85d8ebb3682659682c5f0281667ea8e5e2a953419fd2 -SIZE (teseq-1.0.0.tar.gz) = 278275 +SHA256 (teseq-1.1.tar.gz) = 6efd3c3a1e14209226db3c6df35bb1cb92ae68d7bb529bcaa3e02fdd5424c00d +SIZE (teseq-1.1.tar.gz) = 301786 |