pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Aug  7 08:44:50 UTC 2019

Modified Files:
        pkgsrc/games/easyrpg-player: Makefile distinfo
        pkgsrc/games/liblcf: Makefile PLIST distinfo

Log Message:
easyrpg-player/liblcf: Update to 0.6.1

Release notes:
https://blog.easyrpg.org/2019/07/easyrpg-player-0-6-1-surprise-attack/


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/easyrpg-player/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/easyrpg-player/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/liblcf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/liblcf/PLIST \
    pkgsrc/games/liblcf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/easyrpg-player/Makefile
diff -u pkgsrc/games/easyrpg-player/Makefile:1.3 pkgsrc/games/easyrpg-player/Makefile:1.4
--- pkgsrc/games/easyrpg-player/Makefile:1.3    Wed Apr  3 00:32:43 2019
+++ pkgsrc/games/easyrpg-player/Makefile        Wed Aug  7 08:44:50 2019
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2019/04/03 00:32:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2019/08/07 08:44:50 nia Exp $
 
-DISTNAME=      easyrpg-player-0.6.0
-PKGREVISION=   1
+DISTNAME=      easyrpg-player-0.6.1
 CATEGORIES=    games
 MASTER_SITES=  https://easyrpg.org/downloads/player/
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    nia%NetBSD.org@localhost
 HOMEPAGE=      https://easyrpg.org/
 COMMENT=       RPG Maker 2000/2003 and EasyRPG games interpreter
 LICENSE=       gnu-gpl-v3
 
-HAS_CONFIGURE= yes
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config gmake
 USE_LANGUAGES+=        c c++

Index: pkgsrc/games/easyrpg-player/distinfo
diff -u pkgsrc/games/easyrpg-player/distinfo:1.2 pkgsrc/games/easyrpg-player/distinfo:1.3
--- pkgsrc/games/easyrpg-player/distinfo:1.2    Tue Mar  5 10:45:38 2019
+++ pkgsrc/games/easyrpg-player/distinfo        Wed Aug  7 08:44:50 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/03/05 10:45:38 nia Exp $
+$NetBSD: distinfo,v 1.3 2019/08/07 08:44:50 nia Exp $
 
-SHA1 (easyrpg-player-0.6.0.tar.gz) = 5eaa4f56a6b1cd7832c1a220e389b4f4a4466e4e
-RMD160 (easyrpg-player-0.6.0.tar.gz) = 60eed5baabc1d57ab20d25d10a48618bb882acd4
-SHA512 (easyrpg-player-0.6.0.tar.gz) = 96fa3758e1ca07a941d65600e54ff2caf8a923091662e5e557c8d9a8b77556323549464be4fd0ad5c0235f9516d0222226819dd9c90069750e8dfe4ed425d425
-Size (easyrpg-player-0.6.0.tar.gz) = 5516565 bytes
+SHA1 (easyrpg-player-0.6.1.tar.xz) = dc449d514c286718a5777441019e3c73c644774f
+RMD160 (easyrpg-player-0.6.1.tar.xz) = de8b572f15cea49a440ce83c898e546154ffed21
+SHA512 (easyrpg-player-0.6.1.tar.xz) = 8d661ee7e3ad560c2e32d68d6f3201711a4d79267a19137d15bf4db941f6e831ef7a7a7f5acf8df8f6dac590914459bb1e60b9c427305d2a691b8ddac9904270
+Size (easyrpg-player-0.6.1.tar.xz) = 4152380 bytes

Index: pkgsrc/games/liblcf/Makefile
diff -u pkgsrc/games/liblcf/Makefile:1.3 pkgsrc/games/liblcf/Makefile:1.4
--- pkgsrc/games/liblcf/Makefile:1.3    Wed Apr  3 00:32:43 2019
+++ pkgsrc/games/liblcf/Makefile        Wed Aug  7 08:44:50 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/04/03 00:32:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2019/08/07 08:44:50 nia Exp $
 
-DISTNAME=      liblcf-0.6.0
-PKGREVISION=   1
+DISTNAME=      liblcf-0.6.1
 CATEGORIES=    games
 MASTER_SITES=  https://easyrpg.org/downloads/player/
 
@@ -10,12 +9,19 @@ HOMEPAGE=    https://easyrpg.org/
 COMMENT=       Library to handle RPG Maker 2000/2003 and EasyRPG projects
 LICENSE=       mit
 
-HAS_CONFIGURE= yes
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config gmake
 USE_LANGUAGES+=        c c++
 USE_LIBTOOL=   yes
 
+# Expat in pkgsrc is new enough, however, the version checking fails.
+# Remove the version requirement.
+SUBST_CLASSES+=                expat
+SUBST_STAGE.expat=     pre-configure
+SUBST_MESSAGE.expat=   Removing expat version requirement
+SUBST_FILES.expat+=    configure
+SUBST_SED.expat+=      -e 's|expat >= 2.1|expat|g'
+
 .include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"

Index: pkgsrc/games/liblcf/PLIST
diff -u pkgsrc/games/liblcf/PLIST:1.2 pkgsrc/games/liblcf/PLIST:1.3
--- pkgsrc/games/liblcf/PLIST:1.2       Tue Mar  5 10:45:38 2019
+++ pkgsrc/games/liblcf/PLIST   Wed Aug  7 08:44:50 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/03/05 10:45:38 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/08/07 08:44:50 nia Exp $
 include/liblcf/command_codes.h
 include/liblcf/data.h
 include/liblcf/encoder.h
@@ -62,8 +62,8 @@ include/liblcf/rpg_save.h
 include/liblcf/rpg_saveactor.h
 include/liblcf/rpg_savecommonevent.h
 include/liblcf/rpg_saveeasyrpgdata.h
-include/liblcf/rpg_saveeventcommands.h
-include/liblcf/rpg_saveeventdata.h
+include/liblcf/rpg_saveeventexecframe.h
+include/liblcf/rpg_saveeventexecstate.h
 include/liblcf/rpg_saveinventory.h
 include/liblcf/rpg_savemapevent.h
 include/liblcf/rpg_savemapeventbase.h
Index: pkgsrc/games/liblcf/distinfo
diff -u pkgsrc/games/liblcf/distinfo:1.2 pkgsrc/games/liblcf/distinfo:1.3
--- pkgsrc/games/liblcf/distinfo:1.2    Tue Mar  5 10:45:38 2019
+++ pkgsrc/games/liblcf/distinfo        Wed Aug  7 08:44:50 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/03/05 10:45:38 nia Exp $
+$NetBSD: distinfo,v 1.3 2019/08/07 08:44:50 nia Exp $
 
-SHA1 (liblcf-0.6.0.tar.gz) = be0cd84ad2cee8e32c6618aa25e1e42a201c5a01
-RMD160 (liblcf-0.6.0.tar.gz) = 4b9945ac5f00f7fb27155e3add0e3f3741b48e72
-SHA512 (liblcf-0.6.0.tar.gz) = 565ac006fa1de25760a761fbf2e08fadd0c893b52c39aafa646258ea9280c64737620a4cb20f2331f52c6619c6949ce058aa45d62240b67248340248ead17f8b
-Size (liblcf-0.6.0.tar.gz) = 584487 bytes
+SHA1 (liblcf-0.6.1.tar.gz) = 21a8e1c012930e2ad0324ca3f4a870f50d05901b
+RMD160 (liblcf-0.6.1.tar.gz) = 8042f64ad3994dafa43f1edaf758aceaa521322d
+SHA512 (liblcf-0.6.1.tar.gz) = 996df50b000acd023f28071312b0300cb10e816e1c01622133238635c0c4655dbddd51ffb8fc31394a5fb383092531e18ccbfb29d47ecf5afe0e85959bcea6a0
+Size (liblcf-0.6.1.tar.gz) = 584935 bytes



Home | Main Index | Thread Index | Old Index