diff --git a/games/solarus/roth/Makefile b/games/solarus/roth/Makefile index 57929009234..4ff4faf1bf7 100644 --- a/games/solarus/roth/Makefile +++ b/games/solarus/roth/Makefile @@ -1,12 +1,13 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/14 00:39:36 naddy Exp $ +# $OpenBSD: Makefile,v 1.6 2019/10/02 17:50:39 jasper Exp $ COMMENT = fan made Zelda game for Solarus engine GH_ACCOUNT= christopho GH_PROJECT= zelda_roth_se GH_TAGNAME= v1.1.0 +REVISION = 0 -HOMEPAGE = http://www.solarus-games.org/games/zelda-return-of-the-hylian-se/ +HOMEPAGE = https://www.solarus-games.org/en/games/the-legend-of-zelda-return-of-the-hylian-se # GPLv3+ and CC BY-SA 3.0 PERMIT_PACKAGE = Yes diff --git a/games/solarus/solarus/Makefile b/games/solarus/solarus/Makefile index 1b37c450115..ef8d03ae179 100644 --- a/games/solarus/solarus/Makefile +++ b/games/solarus/solarus/Makefile @@ -1,13 +1,14 @@ -# $OpenBSD: Makefile,v 1.26 2019/07/12 20:46:24 sthen Exp $ +# $OpenBSD: Makefile,v 1.27 2019/10/02 17:50:39 jasper Exp $ V = 1.6.0 COMMENT = open-source Zelda-like 2D game engine DISTNAME = solarus-${V}-src PKGNAME = solarus-${V} +REVISION = 0 SHARED_LIBS += solarus 0.0 # 1.5 -HOMEPAGE = http://www.solarus-games.org/ +HOMEPAGE = https://www.solarus-games.org/ # GPLv3+ PERMIT_PACKAGE = Yes @@ -16,7 +17,7 @@ WANTLIB += Qt5Core Qt5Gui Qt5Widgets SDL2 SDL2_image SDL2_ttf WANTLIB += c luajit-5.1 m modplug ogg openal physfs pthread vorbis WANTLIB += vorbisfile GL GLU ${COMPILER_LIBCXX} -MASTER_SITES = http://www.solarus-games.org/downloads/solarus/ +MASTER_SITES = https://www.solarus-games.org/downloads/solarus/ MODULES += devel/cmake \ lang/lua \ diff --git a/games/solarus/zsdx/Makefile b/games/solarus/zsdx/Makefile index b5ae22ed98d..a2e00d99bbb 100644 --- a/games/solarus/zsdx/Makefile +++ b/games/solarus/zsdx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/14 00:39:36 naddy Exp $ +# $OpenBSD: Makefile,v 1.13 2019/10/02 17:50:39 jasper Exp $ COMMENT = fan made Zelda game for Solarus engine @@ -6,8 +6,9 @@ GH_ACCOUNT= christopho GH_PROJECT= zsdx GH_TAGNAME= ${GH_PROJECT}-1.11.0 DISTNAME= ${GH_TAGNAME} +REVISION = 0 -HOMEPAGE = http://www.solarus-games.org/games/zelda-mystery-of-solarus-dx/ +HOMEPAGE = https://www.solarus-games.org/en/games/the-legend-of-zelda-mystery-of-solarus-dx # GPLv3+ and CC BY-SA 3.0 PERMIT_PACKAGE = Yes diff --git a/games/solarus/zsxd/Makefile b/games/solarus/zsxd/Makefile index 478689892c2..dcd2a110070 100644 --- a/games/solarus/zsxd/Makefile +++ b/games/solarus/zsxd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/14 00:39:37 naddy Exp $ +# $OpenBSD: Makefile,v 1.13 2019/10/02 17:50:39 jasper Exp $ COMMENT = fan made parody Zelda game for Solarus engine @@ -6,8 +6,9 @@ GH_ACCOUNT= christopho GH_PROJECT= zsxd GH_TAGNAME= ${GH_PROJECT}-1.11.0 DISTNAME= ${GH_TAGNAME} +REVISION = 0 -HOMEPAGE = http://www.solarus-games.org/games/zelda-mystery-of-solarus-xd/ +HOMEPAGE = https://www.solarus-games.org/en/games/the-legend-of-zelda-mystery-of-solarus-xd # GPLv3+ and CC BY-SA 3.0 PERMIT_PACKAGE = Yes