Date: Tue, 15 Dec 2015 09:47:28 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403768 - head/astro/luna Message-ID: <201512150947.tBF9lSqj076755@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Tue Dec 15 09:47:28 2015 New Revision: 403768 URL: https://svnweb.freebsd.org/changeset/ports/403768 Log: Fix `make fetch'. Update MASTER_SITE to the new location of luna19s.lzh. Modified: head/astro/luna/Makefile Modified: head/astro/luna/Makefile ============================================================================== --- head/astro/luna/Makefile Tue Dec 15 09:45:03 2015 (r403767) +++ head/astro/luna/Makefile Tue Dec 15 09:47:28 2015 (r403768) @@ -4,14 +4,12 @@ PORTNAME= luna PORTVERSION= 1.9 CATEGORIES= astro games -MASTER_SITES= http://ftp.vector.co.jp/pack/dos/edu/science/space/ +MASTER_SITES= http://ftp.vector.co.jp/00/48/300/ DISTNAME= luna19s MAINTAINER= ports@FreeBSD.org COMMENT= Display the moon's phase -BROKEN= unfetchable - USES= dos2unix lha NO_WRKSUBDIR= yes PLIST_FILES= bin/luna
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512150947.tBF9lSqj076755>