Bug 199315 - archivers/zipmix UNMARK for deletion, take MAINTAINER'ship
Summary: archivers/zipmix UNMARK for deletion, take MAINTAINER'ship
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-09 16:13 UTC by Chris Hutchinson
Modified: 2015-04-12 20:47 UTC (History)
2 users (show)

See Also:


Attachments
svn diff for archivers/zipmix (621 bytes, patch)
2015-04-09 16:13 UTC, Chris Hutchinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2015-04-09 16:13:50 UTC
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
Comment 1 Chris Hutchinson 2015-04-09 16:19:41 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-04-12 15:55:30 UTC
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
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2015-04-12 15:57:02 UTC
Committed with some modifications as ports r383873; thanks for hosting the distfile and volunteering!
Comment 4 Chris Hutchinson 2015-04-12 20:47:01 UTC
(In reply to Alexey Dokuchaev from comment #3)
> Committed with some modifications as ports r383873; thanks for hosting the
> distfile and volunteering!

Thank you!