After htmldoc update to 1.8.23, the MASTER_SITES is wrong. The following PR updating this port. http://www.freebsd.org/cgi/query-pr.cgi?pr=45497 Fix: MAINTAINER= glenn@trewitt.org--Su3AlfYOF3fT9HoDedPTGB3y3vcdVMcFT9DnySIyfwUefzfL Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -ruN htmldoc.orig/Makefile htmldoc/Makefile --- htmldoc.orig/Makefile Sat Jan 4 11:54:02 2003 +++ htmldoc/Makefile Sat Jan 4 11:52:22 2003 @@ -8,7 +8,8 @@ PORTNAME= htmldoc PORTVERSION= 1.8.23 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/htmldoc/ +MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source How-To-Repeat: go ports/textproc/htmldoc and make fetch, you'll see
State Changed From-To: open->closed committed, thanks