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.
This commit is contained in:
parent
5b1457c7f8
commit
1f6fcc1b55
@ -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
|
COMMENT = aquarium animation in ASCII art
|
||||||
|
|
||||||
DISTNAME = asciiquarium_1.1
|
DISTNAME = asciiquarium_1.1
|
||||||
PKGNAME = ${DISTNAME:S/_/-/}
|
PKGNAME = ${DISTNAME:S/_/-/}
|
||||||
REVISION = 1
|
REVISION = 2
|
||||||
|
|
||||||
CATEGORIES = games
|
CATEGORIES = games
|
||||||
|
|
||||||
HOMEPAGE = http://www.robobunny.com/projects/asciiquarium/html/
|
HOMEPAGE = https://www.robobunny.com/projects/asciiquarium/html/
|
||||||
|
|
||||||
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
|
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
|
||||||
|
|
||||||
# GPLv2+
|
# GPLv2+
|
||||||
PERMIT_PACKAGE = Yes
|
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
|
RUN_DEPENDS = misc/p5-Term-Animation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user