Bug 177994 - games/knights-kde4: unfetchable
Summary: games/knights-kde4: unfetchable
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-20 16:30 UTC by John Marino
Modified: 2013-04-28 13:59 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 2013-04-20 16:30:01 UTC
The distfile can't be fetched.
Apparently this was stored on dropbox and the account is gone.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-20 16:30:12 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-20 16:30:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-04-27 18:45:10 UTC
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"
Comment 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-04-28 13:59:19 UTC
State Changed
From-To: feedback->closed

Fixed in r316678.