From owner-svn-ports-branches@freebsd.org Thu Nov 14 13:35:49 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 953251A8459; Thu, 14 Nov 2019 13:35:49 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47DMts3Sftz4cr2; Thu, 14 Nov 2019 13:35:49 +0000 (UTC) (envelope-from kai@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 59985111F; Thu, 14 Nov 2019 13:35:49 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAEDZnKf048684; Thu, 14 Nov 2019 13:35:49 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAEDZmh9048680; Thu, 14 Nov 2019 13:35:48 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201911141335.xAEDZmh9048680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 14 Nov 2019 13:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r517564 - branches/2019Q4/games/dMagnetic X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2019Q4/games/dMagnetic X-SVN-Commit-Revision: 517564 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2019 13:35:49 -0000 Author: kai Date: Thu Nov 14 13:35:48 2019 New Revision: 517564 URL: https://svnweb.freebsd.org/changeset/ports/517564 Log: MFH: r517561 games/dMagnetic: Update to 0.18 * Update WWW and MASTER_SITES as both were switched to HTTPS. Changelog: * Fixed issues with graphics * Fixed some glitches in the textual output PR: 241885 Submitted by: Thomas Dettbarn (maintainer) Approved by: ports-secteam bugfix blanket Modified: branches/2019Q4/games/dMagnetic/Makefile branches/2019Q4/games/dMagnetic/distinfo branches/2019Q4/games/dMagnetic/pkg-descr Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/games/dMagnetic/Makefile ============================================================================== --- branches/2019Q4/games/dMagnetic/Makefile Thu Nov 14 13:34:33 2019 (r517563) +++ branches/2019Q4/games/dMagnetic/Makefile Thu Nov 14 13:35:48 2019 (r517564) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= dMagnetic -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= games -MASTER_SITES= http://www.dettus.net/dMagnetic/ +MASTER_SITES= https://www.dettus.net/dMagnetic/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= dettus@dettus.net Modified: branches/2019Q4/games/dMagnetic/distinfo ============================================================================== --- branches/2019Q4/games/dMagnetic/distinfo Thu Nov 14 13:34:33 2019 (r517563) +++ branches/2019Q4/games/dMagnetic/distinfo Thu Nov 14 13:35:48 2019 (r517564) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559222641 -SHA256 (dMagnetic_0.17.tar.gz) = b1fd38e88563a7afd44df6846b2e08ab14f921efe2167b8e5b02433c189486d9 -SIZE (dMagnetic_0.17.tar.gz) = 62348 +TIMESTAMP = 1559222642 +SHA256 (dMagnetic_0.18.tar.gz) = 527cd6dd9140a3ff01c29545f74be140d146b8207bafbccca54a36cb79c3610f +SIZE (dMagnetic_0.18.tar.gz) = 61210 Modified: branches/2019Q4/games/dMagnetic/pkg-descr ============================================================================== --- branches/2019Q4/games/dMagnetic/pkg-descr Thu Nov 14 13:34:33 2019 (r517563) +++ branches/2019Q4/games/dMagnetic/pkg-descr Thu Nov 14 13:35:48 2019 (r517564) @@ -3,4 +3,4 @@ adventures such as "The Pawn", "The Guild of Thieves", "Myth", "Corruption" and "Wonderland" in a terminal window. The beautiful graphics are being rendered in glorious ANSI art. -WWW: http://www.dettus.net/dMagnetic/ +WWW: https://www.dettus.net/dMagnetic/