Created attachment 155370 [details] svn diff for archivers/zipmix UNmark this port for deletion, due to bad checksum... There is nothing wrong with the src file, itself. the problem is with the [web]server that the src is hosted on, which *incorrectly* reports the [it's] size, as being *larger* than it truly is. Rather than go through all the anticipated hassle of walking the [current] hoster through the process of making the necessary changes to correct the problem. I'll just host it, along with all the other FreeBSD ports I currently host. Following is a fetch/extract session that shows clearly that the checksum is [now] correct: s# make fetch ===> zipmix-20070221 depends on file: /usr/local/sbin/pkg - found => zipmix_src.zip doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://BSDforge.com/projects/source/archivers/zipmix/zipmix_src.zip fetch: http://BSDforge.com/projects/source/archivers/zipmix/zipmix_src.zip: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/zipmix_src.zip zipmix_src.zip 100% of 4759 B 755 kBps 00m00s ===> Fetching all distfiles required by zipmix-20070221 for building # make extract ===> zipmix-20070221 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zipmix-20070221 for building ===> Extracting for zipmix-20070221 => SHA256 Checksum OK for zipmix_src.zip. While I'm here, take MAINTAINER, as well. Please find svn diff attached. Thanks! --Chris
D'OH! I quoted the wrong session in the example above! Let's try that again, shall we... # make fetch ===> zipmix-20070221 depends on file: /usr/local/sbin/pkg - found => zipmix_src.zip doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://BSDforge.com/projects/source/archivers/zipmix/zipmix_src.zip zipmix_src.zip 100% of 4759 B 54 MBps 00m00s ===> Fetching all distfiles required by zipmix-20070221 for building # make extract ===> zipmix-20070221 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zipmix-20070221 for building ===> Extracting for zipmix-20070221 => SHA256 Checksum OK for zipmix_src.zip. Sorry for the mixup. :P Thanks! --Chris
A commit references this bug: Author: danfe Date: Sun Apr 12 15:55:14 UTC 2015 New revision: 383873 URL: https://svnweb.freebsd.org/changeset/ports/383873 Log: - Unbreak: it fetches fine now from Ken Silverman's page, there was probably some transient error; nonetheless, provide fallback mastersite - Set MAKEFILE variable and thus kill trivial `pre-build' target - Unmute installation command in `do-install', rephrase COMMENT text - Transfer maintainership to the submitter - Remove bogus header from port description text while here PR: 199315 Submitted by: Chris Hutchinson Changes: head/archivers/zipmix/Makefile head/archivers/zipmix/pkg-descr
Committed with some modifications as ports r383873; thanks for hosting the distfile and volunteering!
(In reply to Alexey Dokuchaev from comment #3) > Committed with some modifications as ports r383873; thanks for hosting the > distfile and volunteering! Thank you!