Date: Mon, 14 Dec 2015 08:20:26 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403709 - head/games/KnightCap Message-ID: <201512140820.tBE8KQNV084029@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Mon Dec 14 08:20:25 2015 New Revision: 403709 URL: https://svnweb.freebsd.org/changeset/ports/403709 Log: Add http link, as ftp seems temporarily down Modified: head/games/KnightCap/Makefile Modified: head/games/KnightCap/Makefile ============================================================================== --- head/games/KnightCap/Makefile Mon Dec 14 07:06:45 2015 (r403708) +++ head/games/KnightCap/Makefile Mon Dec 14 08:20:25 2015 (r403709) @@ -5,14 +5,13 @@ PORTNAME= knightcap PORTVERSION= 3.6 PORTREVISION= 7 CATEGORIES= games -MASTER_SITES= ftp://ftp.samba.org/pub/KnightCap/ +MASTER_SITES= http://ftp.samba.org/pub/KnightCap/ \ + ftp://ftp.samba.org/pub/KnightCap/ DISTNAME= KnightCap-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Chess program with 3D interface for X Window System -BROKEN= unfetchable - WRKSRC= ${WRKDIR}/Export USE_XORG= xmu xt xext x11 xi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512140820.tBE8KQNV084029>