Index: head/dns/totd/Makefile =================================================================== --- head/dns/totd/Makefile (revision 402201) +++ head/dns/totd/Makefile (revision 402202) @@ -1,35 +1,32 @@ # Created by: Kris Kennaway # $FreeBSD$ PORTNAME= totd PORTVERSION= 1.5.1 PORTREVISION= 1 CATEGORIES= dns ipv6 -MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ +MASTER_SITES= http://BSDforge.com/projects/source/dns/totd/ MAINTAINER= ed@FreeBSD.org COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation USES= desthack uidfix -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 USE_RC_SUBR= totd GNU_CONFIGURE= yes PLIST_FILES= etc/totd.conf.sample sbin/totd \ man/man8/totd.8.gz EXTRA_PATCHES= ${FILESDIR}/extra-patch-ne_mesg.c \ ${FILESDIR}/extra-patch-tcp_response.c MAKE_ARGS= CC="${CC}" post-patch: ${REINPLACE_CMD} -e 's/-o bin -g bin//g; s/-o root -g wheel//g' ${WRKSRC}/Makefile.in post-install: ${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${STAGEDIR}${PREFIX}/etc .include Index: head/dns/totd/pkg-descr =================================================================== --- head/dns/totd/pkg-descr (revision 402201) +++ head/dns/totd/pkg-descr (revision 402202) @@ -1,11 +1,11 @@ Totd is a small DNS proxy nameserver that supports IPv6 only hosts/networks that communicate with the IPv4 world using some translation mechanism. Examples of such translation mechanisms currently in use are: * IPv6/IPv4 Network Address and Packet Translation (NAT-PT) implemented e.g. by Cisco. * Application level translators as the faithd implemented by the KAME project (http://www.kame.net). See faithd(8) on *BSD/Kame. -WWW: http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html +WWW: http://BSDforge.com/projects/dns/totd/