diff options
author | itojun <itojun@pkgsrc.org> | 2000-01-21 10:01:23 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-01-21 10:01:23 +0000 |
commit | 8eee1d797f67d3879790be743d99ed0c31ee4ac6 (patch) | |
tree | 395a4ca8686e915393ab58ddee49ed9d6d2914f7 /net | |
parent | 855ce9e4266f0e93038ef38cf13ab47deb366c40 (diff) | |
download | pkgsrc-8eee1d797f67d3879790be743d99ed0c31ee4ac6.tar.gz |
upgrade to 1.1p2.
reviewed by: feico (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/totd/Makefile | 14 | ||||
-rw-r--r-- | net/totd/files/md5 | 4 | ||||
-rw-r--r-- | net/totd/files/patch-sum | 3 | ||||
-rw-r--r-- | net/totd/patches/patch-ab | 12 |
4 files changed, 5 insertions, 28 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 8c0869d08ea..8d9779370c2 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,22 +1,14 @@ -# $NetBSD: Makefile,v 1.2 1999/11/22 21:07:54 itojun Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/21 10:01:23 itojun Exp $ # -DISTNAME= totd-1.1p1 +DISTNAME= totd-1.1p2 CATEGORIES= net MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ MAINTAINER= feico@pasta.cs.uit.no HOMEPAGE= http://www.vermicelli.cs.uit.no/ipv6/software.html -WRKSRC= ${WRKDIR}/totd-1.1p1 - -BUILD_DEFS+= USE_INET6 - -.include "../../mk/bsd.prefs.mk" - -.if !(defined(USE_INET6) && ${USE_INET6} == YES) -BROKEN= "this is designed for IPv6/v4 dual stack node" -.endif +WRKSRC= ${WRKDIR}/totd-1.1p2 GNU_CONFIGURE= YES diff --git a/net/totd/files/md5 b/net/totd/files/md5 index acb509a17a3..1dd96eb5198 100644 --- a/net/totd/files/md5 +++ b/net/totd/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/11/22 21:04:01 itojun Exp $ +$NetBSD: md5,v 1.2 2000/01/21 10:01:23 itojun Exp $ -MD5 (totd-1.1p1.tar.gz) = 9bedb28bf9d33a02b20e5a7743845377 +MD5 (totd-1.1p2.tar.gz) = d4d2bafa73d279539e14be3173a8691f diff --git a/net/totd/files/patch-sum b/net/totd/files/patch-sum deleted file mode 100644 index 174dacc6edb..00000000000 --- a/net/totd/files/patch-sum +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: patch-sum,v 1.1 1999/11/25 02:00:34 itojun Exp $ - -MD5 (patch-ab) = 14d37889d943de1d7cccc43bcb66b487 diff --git a/net/totd/patches/patch-ab b/net/totd/patches/patch-ab deleted file mode 100644 index 1aa7f55a8d2..00000000000 --- a/net/totd/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.2 1999/11/22 21:07:54 itojun Exp $ ---- Makefile.in- Wed Oct 6 19:53:01 1999 -+++ Makefile.in Wed Oct 6 19:53:11 1999 -@@ -39,7 +39,7 @@ - ${CC} ${LDFLAGS} -o ${.TARGET} ${OBJS} ${LDADD} - - install: $(PROG) -- $(INSTALL) -s -m 0555 -o bin -g bin $(PROG) $(INSTALLDIR) -+ $(INSTALL) -c -s -m 0555 -o bin -g bin $(PROG) $(INSTALLDIR) - - depend: - mkdep ${CFLAGS} ${SRCS} |