From owner-svn-ports-all@freebsd.org Sat Mar 18 15:12:17 2017 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 B8CB9D12770; Sat, 18 Mar 2017 15:12:17 +0000 (UTC) (envelope-from lifanov@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 7E63218D7; Sat, 18 Mar 2017 15:12:17 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2IFCGhd090303; Sat, 18 Mar 2017 15:12:16 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2IFCGHf090302; Sat, 18 Mar 2017 15:12:16 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703181512.v2IFCGHf090302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Sat, 18 Mar 2017 15:12:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436414 - head/games/tome4 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.23 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: Sat, 18 Mar 2017 15:12:17 -0000 Author: lifanov Date: Sat Mar 18 15:12:16 2017 New Revision: 436414 URL: https://svnweb.freebsd.org/changeset/ports/436414 Log: add https:// master site to games/tome4 now that it's available Modified: head/games/tome4/Makefile Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Sat Mar 18 14:42:11 2017 (r436413) +++ head/games/tome4/Makefile Sat Mar 18 15:12:16 2017 (r436414) @@ -4,7 +4,8 @@ PORTNAME= tome4 PORTVERSION= 1.5.1 CATEGORIES= games -MASTER_SITES= http://te4.org/dl/t-engine/ \ +MASTER_SITES= https://te4.org/dl/t-engine/ \ + http://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons DISTFILES= t-engine4-src-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons