- Update to 1.1.
- Pass maintainership to submitter. - Trim Makefile header. PR: ports/179522 Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com>
This commit is contained in:
parent
36dd8cc957
commit
1708adfd92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320727
2 changed files with 6 additions and 11 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue