pkgsrc-WIP-changes archive

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

bstone: Update to bstone-1.1.8



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Aug 6 16:53:48 2017 +0200
Changeset:	3023f3339c78f81208c73b9de6684db09df1443b

Modified Files:
	bstone/Makefile
	bstone/distinfo

Log Message:
bstone: Update to bstone-1.1.8

Changes:

Added

  * Widescreen mode.
  * Icon and it's resource file (Windows).

Changed

  * Use text format for configuration.
  * Made E2M6 completable with 100% stats.

Removed

  * Makefile.pandora.
  * Custom renderers.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3023f3339c78f81208c73b9de6684db09df1443b

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

diffstat:
 bstone/Makefile | 6 +++---
 bstone/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/bstone/Makefile b/bstone/Makefile
index 4c30c421dd..6ce0a25b5a 100644
--- a/bstone/Makefile
+++ b/bstone/Makefile
@@ -2,7 +2,7 @@
 
 GITHUB_PROJECT=	bstone
 DISTNAME=	${GITHUB_TAG}
-PKGNAME=	${GITHUB_PROJECT}-1.1.7
+PKGNAME=	${GITHUB_PROJECT}-1.1.8
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bibendovsky/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
@@ -13,7 +13,7 @@ HOMEPAGE=	http://bibendovsky.github.io/bstone/
 COMMENT=	Source port of Blake Stone game engines
 LICENSE=	gnu-gpl-v3
 
-WRKSRC=		${WRKDIR}/bstone-${PKGVERSION_NOREV}
+WRKSRC=		${WRKDIR}/bstone-${PKGVERSION_NOREV}/src
 USE_CMAKE=	yes
 USE_LANGUAGES=	c++
 USE_TOOLS+=	pkg-config
@@ -22,7 +22,7 @@ INSTALLATION_DIRS+=	bin share/doc/${PKGNAME}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bstone ${DESTDIR}${PREFIX}/bin/bstone
-	${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/${PKGNAME}/README
+	${INSTALL_DATA} ${WRKSRC}/../README.md ${DESTDIR}${PREFIX}/share/doc/${PKGNAME}/README
 
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/bstone/distinfo b/bstone/distinfo
index 0357a9820c..aeda4380bc 100644
--- a/bstone/distinfo
+++ b/bstone/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.4 2015/09/13 20:07:57 yhardy Exp $
 
-SHA1 (bstone/v1.1.7.tar.gz) = eedfdba8e145a84ffa1294b718bc952a36008055
-RMD160 (bstone/v1.1.7.tar.gz) = b360489aa8cf19404056f57bb91216019748ba71
-SHA512 (bstone/v1.1.7.tar.gz) = b2df39afe409e06c473aad4e87d6a9c2e4d4e55e0de9b9eed60b9cd6e9343c1ba95d07d5f53843c9b6c85c4914de4aafc69260bc53e764e8f625c6eb524cb6f0
-Size (bstone/v1.1.7.tar.gz) = 396501 bytes
+SHA1 (bstone/v1.1.8.tar.gz) = 8b90f92677b1b51b8d17a864fe0ea4857b2f6c78
+RMD160 (bstone/v1.1.8.tar.gz) = eb5d504321850b71cd89dfddab983e03e345fcb1
+SHA512 (bstone/v1.1.8.tar.gz) = e541c76e1b560134881c2f6aaa5b52eb91b089bf01c922d5ac541e62a5114c1c88afee96a8c933ebd5d3b27206f3737e85e10b8ce246548889be85d533f30438
+Size (bstone/v1.1.8.tar.gz) = 533705 bytes
 SHA1 (patch-bstone__memory__binary__reader.h) = 49cb2be6a6061948a6563dbfb924cc6643d8017b


Home | Main Index | Thread Index | Old Index