summaryrefslogtreecommitdiff
path: root/net/totd
diff options
context:
space:
mode:
authoritojun <itojun>2000-01-21 10:01:23 +0000
committeritojun <itojun>2000-01-21 10:01:23 +0000
commit9520516c845127d922fc2ab95c92b1e9d17645e8 (patch)
tree395a4ca8686e915393ab58ddee49ed9d6d2914f7 /net/totd
parent815f50c9d68d116f1e3109c0b03a222847e1eaaf (diff)
downloadpkgsrc-9520516c845127d922fc2ab95c92b1e9d17645e8.tar.gz
upgrade to 1.1p2.
reviewed by: feico (maintainer)
Diffstat (limited to 'net/totd')
-rw-r--r--net/totd/Makefile14
-rw-r--r--net/totd/files/md54
-rw-r--r--net/totd/files/patch-sum3
-rw-r--r--net/totd/patches/patch-ab12
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}