pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
openfodder: update to openfodder-1.3.0
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Thu Feb 9 21:11:13 2017 +0200
Changeset: 6a588b872394554afecfa6f6771f16d64ee5194a
Modified Files:
openfodder/Makefile
openfodder/PLIST
openfodder/distinfo
Log Message:
openfodder: update to openfodder-1.3.0
Changes:
1.3.0
Add menu to play 'Custom' maps, from the 'Data/Custom' folder (requires the Dos CD data)
Includes a simple map created by segrax
1.2.1
Add missing terminator (Thanks drnovice)
1.2.0
Ensure the Dos CD version is available before adding Custom to the list
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6a588b872394554afecfa6f6771f16d64ee5194a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
openfodder/Makefile | 8 ++++----
openfodder/PLIST | 2 ++
openfodder/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 8 deletions(-)
diffs:
diff --git a/openfodder/Makefile b/openfodder/Makefile
index 3d91a48c22..fb0586803d 100644
--- a/openfodder/Makefile
+++ b/openfodder/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
GITHUB_PROJECT= openfodder
-DISTNAME= 1.1.0
+DISTNAME= 1.3.0
PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=segrax/}
@@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/segrax/openfodder/
COMMENT= Engine for the Cannon Fodder game
LICENSE= gnu-gpl-v3
-WRKSRC= ${WRKDIR}/openfodder-1.1.0
+WRKSRC= ${WRKDIR}/openfodder-${PKGVERSION_NOREV}
USE_LANGUAGES= c++
CXXFLAGS+= -std=c++0x
@@ -34,10 +34,10 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/OpenFodder ${DESTDIR}${PREFIX}/bin
cd ${WRKSRC}/Run && ${FIND} . -type d | while read d; do \
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/openfodder/$$d || exit 1; \
+ ${INSTALL_DATA_DIR} "${DESTDIR}${PREFIX}/share/openfodder/$$d" || exit 1; \
done
cd ${WRKSRC}/Run && ${FIND} . -type f | while read f; do \
- ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/openfodder/$${f%/*} || exit 1; \
+ ${INSTALL_DATA} "$$f" "${DESTDIR}${PREFIX}/share/openfodder/$${f%/*}" || exit 1; \
done
.include "../../audio/SDL2_mixer/buildlink3.mk"
diff --git a/openfodder/PLIST b/openfodder/PLIST
index 547fc44e07..d00deb56c9 100644
--- a/openfodder/PLIST
+++ b/openfodder/PLIST
@@ -22,6 +22,8 @@ share/openfodder/Data/AmigaFormat_XMAS/mapm2.map
share/openfodder/Data/AmigaFormat_XMAS/mapm2.spt
share/openfodder/Data/AmigaFormat_XMAS/pstuff.lbm
share/openfodder/Data/Amiga_CD/_AmigaCD32DataHere
+share/openfodder/Data/Custom/Segras First.map
+share/openfodder/Data/Custom/Segras First.spt
share/openfodder/Data/Dos2_CD/_Dos2CDDataHere
share/openfodder/Data/Dos_CD/_DosCDDataHere
share/openfodder/Data/Plus/1.lbm
diff --git a/openfodder/distinfo b/openfodder/distinfo
index b46a61e8b2..3ba19f320e 100644
--- a/openfodder/distinfo
+++ b/openfodder/distinfo
@@ -1,7 +1,7 @@
$NetBSD$
-SHA1 (openfodder/1.1.0.tar.gz) = defdf7351640f4c4d1cb4737405ad73e7173a5cc
-RMD160 (openfodder/1.1.0.tar.gz) = 0edde07d6bfa73318d76de6a50bd2a997686f7f6
-SHA512 (openfodder/1.1.0.tar.gz) = 07322382d6cceaff3ae1c8b2b4e03fd717c069ea178c130c4a31e170ce7e62598c9ff964a6cf05d04af62f84187a363b424027c07bf3249992f299b59bcbdb64
-Size (openfodder/1.1.0.tar.gz) = 34366394 bytes
+SHA1 (openfodder/1.3.0.tar.gz) = 853b44fc1b0fe6ffc9e85215a78e0673db905abd
+RMD160 (openfodder/1.3.0.tar.gz) = b991ae99b1be3660d32e31f0b17075c554016437
+SHA512 (openfodder/1.3.0.tar.gz) = c2f754e1654786e9d9f66aef543ac88842a735d8d71cc0149ee7f52f187de0b4aa5c868b50d05e69150b3c2806807bbea504dbdb5b1ccd15c6b861f3cbaee865
+Size (openfodder/1.3.0.tar.gz) = 34369304 bytes
SHA1 (patch-Source_stdafx.cpp) = cfac2ac52d190d80c2e361271f8bce3ee5da34b5
Home |
Main Index |
Thread Index |
Old Index