Thu Aug 29 16:46:32 2019 UTC ()
Update MASTER_SITES for easyrpg packages.


(nia)
diff -r1.4 -r1.5 pkgsrc/games/easyrpg-player/Makefile
diff -r1.4 -r1.5 pkgsrc/games/liblcf/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/games/easyrpg-player/Makefile (expand / switch to unified diff)

--- pkgsrc/games/easyrpg-player/Makefile 2019/08/07 08:44:50 1.4
+++ pkgsrc/games/easyrpg-player/Makefile 2019/08/29 16:46:32 1.5
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.4 2019/08/07 08:44:50 nia Exp $ 1# $NetBSD: Makefile,v 1.5 2019/08/29 16:46:32 nia Exp $
2 2
3DISTNAME= easyrpg-player-0.6.1 3DISTNAME= easyrpg-player-0.6.1
4CATEGORIES= games 4CATEGORIES= games
5MASTER_SITES= https://easyrpg.org/downloads/player/ 5MASTER_SITES= https://easyrpg.org/downloads/player/${PKGVERSION_NOREV}/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= nia@NetBSD.org 8MAINTAINER= nia@NetBSD.org
9HOMEPAGE= https://easyrpg.org/ 9HOMEPAGE= https://easyrpg.org/
10COMMENT= RPG Maker 2000/2003 and EasyRPG games interpreter 10COMMENT= RPG Maker 2000/2003 and EasyRPG games interpreter
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config gmake 14USE_TOOLS+= pkg-config gmake
15USE_LANGUAGES+= c c++ 15USE_LANGUAGES+= c c++
16 16
17.include "options.mk" 17.include "options.mk"
18.include "../../audio/libxmp/buildlink3.mk" 18.include "../../audio/libxmp/buildlink3.mk"

cvs diff -r1.4 -r1.5 pkgsrc/games/liblcf/Makefile (expand / switch to unified diff)

--- pkgsrc/games/liblcf/Makefile 2019/08/07 08:44:50 1.4
+++ pkgsrc/games/liblcf/Makefile 2019/08/29 16:46:32 1.5
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.4 2019/08/07 08:44:50 nia Exp $ 1# $NetBSD: Makefile,v 1.5 2019/08/29 16:46:32 nia Exp $
2 2
3DISTNAME= liblcf-0.6.1 3DISTNAME= liblcf-0.6.1
4CATEGORIES= games 4CATEGORIES= games
5MASTER_SITES= https://easyrpg.org/downloads/player/ 5MASTER_SITES= https://easyrpg.org/downloads/player/${PKGVERSION_NOREV}/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://easyrpg.org/ 8HOMEPAGE= https://easyrpg.org/
9COMMENT= Library to handle RPG Maker 2000/2003 and EasyRPG projects 9COMMENT= Library to handle RPG Maker 2000/2003 and EasyRPG projects
10LICENSE= mit 10LICENSE= mit
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS+= pkg-config gmake 13USE_TOOLS+= pkg-config gmake
14USE_LANGUAGES+= c c++ 14USE_LANGUAGES+= c c++
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16 16
17# Expat in pkgsrc is new enough, however, the version checking fails. 17# Expat in pkgsrc is new enough, however, the version checking fails.
18# Remove the version requirement. 18# Remove the version requirement.