diff options
author | itojun <itojun@pkgsrc.org> | 2000-04-03 06:33:50 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-04-03 06:33:50 +0000 |
commit | 10ab5cb6e2babe177c6441be3c2044388ddcbd50 (patch) | |
tree | 4841e90a1eb02f8466aad98a45b89dbaf0f5a0a0 /net/totd/Makefile | |
parent | ec892645ac06d9789af633d19b08b3cb21430feb (diff) | |
download | pkgsrc-10ab5cb6e2babe177c6441be3c2044388ddcbd50.tar.gz |
update base version: 1.1p2 -> 1.1p4.
notable new functionality: AAAA record rewrite for IPv6 scoped address support.
(no changelog supplied in base distribution)
Diffstat (limited to 'net/totd/Makefile')
-rw-r--r-- | net/totd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 8d9779370c2..5cbf674d8f9 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2000/01/21 10:01:23 itojun Exp $ +# $NetBSD: Makefile,v 1.4 2000/04/03 06:33:50 itojun Exp $ # -DISTNAME= totd-1.1p2 +DISTNAME= totd-1.1p4 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.1p2 +WRKSRC= ${WRKDIR}/totd-1.1p4 GNU_CONFIGURE= YES |