From owner-svn-ports-all@freebsd.org Tue Dec 15 22:02:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 841FEA4823A; Tue, 15 Dec 2015 22:02:44 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5627D12A8; Tue, 15 Dec 2015 22:02:44 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFM2hnU006856; Tue, 15 Dec 2015 22:02:43 GMT (envelope-from bar@FreeBSD.org) Received: (from bar@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFM2hrh006855; Tue, 15 Dec 2015 22:02:43 GMT (envelope-from bar@FreeBSD.org) Message-Id: <201512152202.tBFM2hrh006855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bar set sender to bar@FreeBSD.org using -f From: Barbara Guida Date: Tue, 15 Dec 2015 22:02:43 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 22:02:44 -0000 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/}