Modifies: Makefile (source location, archive type, and $PORTREVISION) distinfo (updates filename, SHA256, and SIZE) Note; the previous location will remain for a reasonable amount of time. Fix: Apply the attached diff(1). Patch attached with submission follows:
State Changed From-To: open->feedback The port needs to be staged in order to be updated. See https://wiki.freebsd.org/ports/StageDir for details.
I don't understand. This makes no sense. This port is already staged. Why wasn't this port examined before changing it's status? --Chris > Synopsis: [maintainer-update] net/spread: location change, and archive type > > State-Changed-From-To: open->feedback > State-Changed-By: amdmi3 > State-Changed-When: Tue May 20 19:38:28 UTC 2014 > State-Changed-Why: > The port needs to be staged in order to be updated. See > https://wiki.freebsd.org/ports/StageDir for details. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=190013 >
I'll take this.
*** Bug 190327 has been marked as a duplicate of this bug. ***
Reassigning to @rm. rm already made a commit for this.
Oops, didn't know about this one. Chris, I still can't email to you because of filter, so this is why I committed without your approval. Would you please update your patch to exclude already committed changes and attach it here as unified diff, not shar? Thank you.
Mmm, no. It looks like you are using shar(1) after diff(1). But shar is only needed when submitting the new port. Just try to do "diff -uN > patch.txt" in the port directory or "svn di > patch.txt" in case you are using svn. PS. No email issue is still is the case: """ Reporting-MTA: dns; forward11.mail.yandex.net X-Yandex-Queue-ID: 3EC9BE8111E X-Yandex-Sender: rfc822; cvs-src@yandex.ru Arrival-Date: Mon, 2 Jun 2014 11:47:56 +0400 (MSK) Final-Recipient: rfc822; portmaster@bsdforge.com Original-Recipient: rfc822;portmaster@bsdforge.com Action: failed Status: 5.0.0 Remote-MTA: dns; mx99.ultimatedns.net Diagnostic-Code: smtp; 550 5.0.0 SPAM and BULK mail REJECTED """
I'd like to point out as well that there is an embedded LICENSE with an advertising clause as well as an embedded perl module that could be broken out into a separate port.
A commit references this bug: Author: rm Date: Mon Jun 2 18:57:56 UTC 2014 New revision: 356246 URL: http://svnweb.freebsd.org/changeset/ports/356246 Log: net/spread: update MASTER_SITES and other changes - update MASTER_SITES - switch to tar.xz distribution [1] - use fixpacklist instead of manual fix [2] - strip shared libraries [2] - whitespace fix in pkg-plist - bump PORTREVISION because of STRIP_CMD [1] both tar.gz and tar.xz are identical [2] obtained from https://phabric.freebsd.org/D126 PR: 190013 Submitted by: portmaster@bsdforge.com (maintainer) Changes: head/net/spread/Makefile head/net/spread/distinfo head/net/spread/pkg-plist
Just committed in r356246, with addition of STRIP_CMD and fixpacklist. LICENSE and perl slave-port is up to maintainer. Sadly, I have not much time to deal with ports this days.