diff options
author | scw <scw> | 2001-02-27 21:04:13 +0000 |
---|---|---|
committer | scw <scw> | 2001-02-27 21:04:13 +0000 |
commit | f925ac18cb52854db734d261f6e1b091c057a5da (patch) | |
tree | 6b2b20adf008188d245038d5122681111f791b27 /sysutils | |
parent | 573a9d2561331e2b3446525263cd0dc90931ce74 (diff) | |
download | pkgsrc-f925ac18cb52854db734d261f6e1b091c057a5da.tar.gz |
Update to version 1.0.1. Notable changes include:
. Many bug fixes over the previous version,
. Config file support is much improved.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tits/Makefile | 6 | ||||
-rw-r--r-- | sysutils/tits/files/md5 | 4 | ||||
-rw-r--r-- | sysutils/tits/files/patch-sum | 7 | ||||
-rw-r--r-- | sysutils/tits/patches/patch-aa | 12 |
4 files changed, 10 insertions, 19 deletions
diff --git a/sysutils/tits/Makefile b/sysutils/tits/Makefile index 81b5b02db34..f244491030e 100644 --- a/sysutils/tits/Makefile +++ b/sysutils/tits/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:42:19 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/27 21:04:13 scw Exp $ # -DISTNAME= tits-1.0 +DISTNAME= tits-1.0.1 CATEGORIES= sysutils -MASTER_SITES= http://www.wee-eck.demon.co.uk/ +MASTER_SITES= http://www.wee-eck.demon.co.uk/tits/ MAINTAINER= scw@netbsd.org COMMENT= server which provides telnet(1) access to one or more tty ports diff --git a/sysutils/tits/files/md5 b/sysutils/tits/files/md5 index db440021b9f..6f50a5aedb3 100644 --- a/sysutils/tits/files/md5 +++ b/sysutils/tits/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2001/02/09 14:25:48 scw Exp $ +$NetBSD: md5,v 1.2 2001/02/27 21:04:13 scw Exp $ -MD5 (tits-1.0.tar.gz) = c2b355ab8416461b652236d75603ccd8 +MD5 (tits-1.0.1.tar.gz) = 0192e05e0386392cc84bbe5c219aa663 diff --git a/sysutils/tits/files/patch-sum b/sysutils/tits/files/patch-sum index bd9b4f939e5..386e4e156b5 100644 --- a/sysutils/tits/files/patch-sum +++ b/sysutils/tits/files/patch-sum @@ -1,3 +1,6 @@ -$NetBSD: patch-sum,v 1.1 2001/02/23 14:35:07 wiz Exp $ +$NetBSD: patch-sum,v 1.2 2001/02/27 21:04:13 scw Exp $ -MD5 (patch-aa) = a04a52e9dea444ab485e9a67225d4a43 +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/sysutils/tits/patches/patch-aa b/sysutils/tits/patches/patch-aa deleted file mode 100644 index ee2aa990b55..00000000000 --- a/sysutils/tits/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2001/02/23 14:35:08 wiz Exp $ - ---- context.c.orig Sat Feb 3 18:22:55 2001 -+++ context.c -@@ -35,6 +35,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - #include <syslog.h> - #include <unistd.h> - |