From 1f6fcc1b550980356cb0a574fb27383eca722c07 Mon Sep 17 00:00:00 2001 From: fcambus Date: Thu, 6 Feb 2020 09:36:31 +0000 Subject: [PATCH] Switch HOMEPAGE and MASTER_SITES to HTTPS. Note that the distfile does not fetch over HTTPS at the moment, but as upstream redirects HTTP to HTTPS, keeping MASTER_SITES on HTTP for now does not help. --- games/asciiquarium/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games/asciiquarium/Makefile b/games/asciiquarium/Makefile index 616c961af85..a3a3883f583 100644 --- a/games/asciiquarium/Makefile +++ b/games/asciiquarium/Makefile @@ -1,21 +1,21 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 21:02:19 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/02/06 09:36:31 fcambus Exp $ COMMENT = aquarium animation in ASCII art DISTNAME = asciiquarium_1.1 PKGNAME = ${DISTNAME:S/_/-/} -REVISION = 1 +REVISION = 2 CATEGORIES = games -HOMEPAGE = http://www.robobunny.com/projects/asciiquarium/html/ +HOMEPAGE = https://www.robobunny.com/projects/asciiquarium/html/ MAINTAINER = Frederic Cambus # GPLv2+ PERMIT_PACKAGE = Yes -MASTER_SITES = http://www.robobunny.com/projects/asciiquarium/ +MASTER_SITES = https://www.robobunny.com/projects/asciiquarium/ RUN_DEPENDS = misc/p5-Term-Animation