Date: Sat, 27 Apr 2013 17:50:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/177994: commit references a PR Message-ID: <201304271750.r3RHo1wP027593@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177994; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/177994: commit references a PR Date: Sat, 27 Apr 2013 17:45:10 +0000 (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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304271750.r3RHo1wP027593>