Date: Tue, 15 Dec 2015 22:02:43 +0000 (UTC) From: Barbara Guida <bar@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403818 - head/games/linux-enemyterritory-jaymod-21 Message-ID: <201512152202.tBFM2hrh006855@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bar Date: Tue Dec 15 22:02:43 2015 New Revision: 403818 URL: https://svnweb.freebsd.org/changeset/ports/403818 Log: Unbreak using a different URL for distfiles. Modified: head/games/linux-enemyterritory-jaymod-21/Makefile Modified: head/games/linux-enemyterritory-jaymod-21/Makefile ============================================================================== --- head/games/linux-enemyterritory-jaymod-21/Makefile Tue Dec 15 21:47:15 2015 (r403817) +++ head/games/linux-enemyterritory-jaymod-21/Makefile Tue Dec 15 22:02:43 2015 (r403818) @@ -5,17 +5,12 @@ PORTNAME= jaymod PORTVERSION= 2.1.7 PORTREVISION= 4 CATEGORIES= games linux -MASTER_SITES= http://etmod.googlecode.com/files/ \ - http://www.zenenterprises.biz/bud/jaymod/ \ - http://bud.zenenterprises.biz/jaymod/ \ - http://et.lsdfunweb.fr/et/jaymod/ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v1/code.google.com/etmod/ PKGNAMEPREFIX= linux-enemyterritory- MAINTAINER= bar@FreeBSD.org COMMENT= Jaymod - An Enemy Territory Modification -BROKEN= unfetchable - RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory VERSTR= ${PORTVERSION:C/([0-9])\.([0-9])\.([0-9]+)/\1\2\3/}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512152202.tBFM2hrh006855>