It looks like the MASTER_SITES reorganized, and the requested file which is no longer there isn't returned with an "not found" result, causing a checksum mismatch. => cdif-1.19 doesn't seem to exist in /distfiles/. => Attempting to fetch http://www.srekcah.org/~utashiro/perl/scripts/cdif/cdif-1.19 fetch: http://www.srekcah.org/~utashiro/perl/scripts/cdif/cdif-1.19: size unknown fetch: http://www.srekcah.org/~utashiro/perl/scripts/cdif/cdif-1.19: size of remote file is not known cdif-1.19 -1 B 331 kBps => Fetched file size mismatch (expected 19894, actual 55034) => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/cdif-1.19 fetch: cdif-1.19: local file (55034 bytes) is longer than remote file (19894 bytes) => Couldn't fetch it - please try to retrieve this => port manually into /distfiles/ and try again. *** Error code 1 Stop. make: stopped in /usr/ports/textproc/cdif
Responsible Changed From-To: freebsd-ports-bugs->sanpei Over to maintainer (via the GNATS Auto Assign Tool)
Author: sanpei Date: Tue Oct 22 10:29:54 2013 New Revision: 331249 URL: http://svnweb.freebsd.org/changeset/ports/331249 Log: change Master site. PR: ports/183012 Modified: head/textproc/cdif/Makefile Modified: head/textproc/cdif/Makefile ============================================================================== --- head/textproc/cdif/Makefile Tue Oct 22 10:11:15 2013 (r331248) +++ head/textproc/cdif/Makefile Tue Oct 22 10:29:54 2013 (r331249) @@ -4,7 +4,8 @@ PORTNAME= cdif PORTVERSION= 1.19 CATEGORIES= textproc -MASTER_SITES= http://www.srekcah.org/~utashiro/perl/scripts/cdif/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sanpei EXTRACT_SUFX= # empty MAINTAINER= sanpei@FreeBSD.org _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed move MASTERSITE.