Received: by mail.netbsd.org (Postfix, from userid 605) id C698F84D91; Sat, 8 Feb 2020 17:30:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F48384D40 for ; Sat, 8 Feb 2020 17:30:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WQU4z1oEDWgJ for ; Sat, 8 Feb 2020 17:30:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A918984D28 for ; Sat, 8 Feb 2020 17:30:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A30EEFBF4; Sat, 8 Feb 2020 17:30:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158118302219600" MIME-Version: 1.0 Date: Sat, 8 Feb 2020 17:30:22 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/games/asciiquarium To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20200208173022.A30EEFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158118302219600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sat Feb 8 17:30:22 UTC 2020 Modified Files: pkgsrc/games/asciiquarium: Makefile Log Message: asciiquarium: switch HOMEPAGE and MASTER_SITES to HTTPS, take maintainership. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/games/asciiquarium/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158118302219600 Content-Disposition: inline Content-Length: 880 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/asciiquarium/Makefile diff -u pkgsrc/games/asciiquarium/Makefile:1.11 pkgsrc/games/asciiquarium/Makefile:1.12 --- pkgsrc/games/asciiquarium/Makefile:1.11 Sun Nov 3 19:28:47 2019 +++ pkgsrc/games/asciiquarium/Makefile Sat Feb 8 17:30:22 2020 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.11 2019/11/03 19:28:47 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2020/02/08 17:30:22 fcambus Exp $ # DISTNAME= asciiquarium_1.1 PKGNAME= asciiquarium-1.1 PKGREVISION= 4 CATEGORIES= games -MASTER_SITES= http://robobunny.com/projects/asciiquarium/ +MASTER_SITES= https://robobunny.com/projects/asciiquarium/ -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://robobunny.com/projects/asciiquarium/html/ +MAINTAINER= fcambus@NetBSD.org +HOMEPAGE= https://robobunny.com/projects/asciiquarium/html/ COMMENT= ASCII art aquarium LICENSE= gnu-gpl-v2 --_----------=_158118302219600--