Bug 183012 - textproc/cdif: MASTER_SITES reorganized, checksum mismatch
Summary: textproc/cdif: MASTER_SITES reorganized, checksum mismatch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: MIHIRA Sanpei Yoshiro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-16 00:20 UTC by John Marino
Modified: 2013-10-22 11:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino freebsd_committer freebsd_triage 2013-10-16 00:20:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-16 00:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sanpei

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-22 11:30:02 UTC
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"
Comment 3 MIHIRA Sanpei Yoshiro freebsd_committer freebsd_triage 2013-10-22 11:30:18 UTC
State Changed
From-To: open->closed

move MASTERSITE.