The distfile can't be fetched. Apparently this was stored on dropbox and the account is gone.
Maintainer of games/knights-kde4, Please note that PR ports/177994 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177994 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Author: rakuco Date: Sat Apr 27 17:45:03 2013 New Revision: 316678 URL: http://svnweb.freebsd.org/changeset/ports/316678 Log: Set FETCH_ARGS to follow redirections. The download URL from Dropbox seems to be redirecting to another location these days, which made make fetch fail. PR: ports/177994 Modified: head/games/knights-kde4/Makefile Modified: head/games/knights-kde4/Makefile ============================================================================== --- head/games/knights-kde4/Makefile Sat Apr 27 17:35:34 2013 (r316677) +++ head/games/knights-kde4/Makefile Sat Apr 27 17:45:03 2013 (r316678) @@ -12,6 +12,7 @@ COMMENT= KDE4 chess interface RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess +FETCH_ARGS?= -Fpr LATEST_LINK= ${PORTNAME}-kde4 MAKE_JOBS_SAFE= yes USE_BZIP2= yes _______________________________________________ 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: feedback->closed Fixed in r316678.