diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-10-06 20:21:54 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-10-06 20:21:54 +0000 |
commit | 77f3bb2bad82ad3a130754c133801ac6c194ff5f (patch) | |
tree | 8eabddc1d7af413c24c1730993c03ad64c02b332 /devel/pty | |
parent | Add new port k8048, a command line driver for the K8048 Microchip PIC (diff) |
- Update to 1.1
PR: ports/116981
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
Approved by: clsung (mentor, implicit)
Diffstat (limited to 'devel/pty')
-rw-r--r-- | devel/pty/Makefile | 7 | ||||
-rw-r--r-- | devel/pty/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/pty/Makefile b/devel/pty/Makefile index 77b8fa9cc0e2..ef8ffc991d7e 100644 --- a/devel/pty/Makefile +++ b/devel/pty/Makefile @@ -6,12 +6,15 @@ # PORTNAME= pty -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca -COMMENT= helps debug programs which fiddle with their tty settings +COMMENT= Helps debug programs which fiddle with their tty settings + +MAN1= pty.1 +MANCOMPRESSED= yes PLIST_FILES= bin/pty diff --git a/devel/pty/distinfo b/devel/pty/distinfo index 5dcd6995b536..8c227eafdbae 100644 --- a/devel/pty/distinfo +++ b/devel/pty/distinfo @@ -1,3 +1,3 @@ -MD5 (pty-1.0.tar.gz) = fcec8df3c710b73e1569448b07cdcf7c -SHA256 (pty-1.0.tar.gz) = 964b686867175f05e244233111b633537301265f51588aceb0786207990ff7fa -SIZE (pty-1.0.tar.gz) = 3861 +MD5 (pty-1.1.tar.gz) = e39899448c5f2836891dd1af9bc0eef0 +SHA256 (pty-1.1.tar.gz) = e8c1cf64606f72744ae5a0fa833a55502f36f428f7125a2ea76e51164a8fb1c3 +SIZE (pty-1.1.tar.gz) = 4149 |