pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/openttd Update to openttd-0.5.2. This is a minor...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a46e3606b202
branches: trunk
changeset: 532076:a46e3606b202
user: tnn <tnn%pkgsrc.org@localhost>
date: Fri Aug 10 23:18:39 2007 +0000
description:
Update to openttd-0.5.2. This is a minor bugfix release that fixes a
crash with network games. While here, add DESTDIR support.
diffstat:
games/openttd/Makefile | 12 ++++++------
games/openttd/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 10 deletions(-)
diffs (51 lines):
diff -r a92ae6c2effe -r a46e3606b202 games/openttd/Makefile
--- a/games/openttd/Makefile Fri Aug 10 23:10:38 2007 +0000
+++ b/games/openttd/Makefile Fri Aug 10 23:18:39 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2007/05/06 17:50:21 jdolecek Exp $
+# $NetBSD: Makefile,v 1.23 2007/08/10 23:18:39 tnn Exp $
-DISTNAME= openttd-0.5.1-source
-PKGNAME= openttd-0.5.1
-PKGREVISION= 2
+DISTNAME= openttd-0.5.2-source
+PKGNAME= openttd-0.5.2
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openttd/}
@@ -11,10 +10,11 @@
COMMENT= Open source clone of Transport Tycoon Deluxe
EXTRACT_SUFX= .tar.bz2
+PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake pkg-config
-DATA_DIR= ${PREFIX}/share/games/openttd
+DATA_DIR= ${DESTDIR}${PREFIX}/share/games/openttd
MAKE_ENV+= PREFIX=${PREFIX:Q}
MAKE_ENV+= INSTALL=1
@@ -33,7 +33,7 @@
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/openttd ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/openttd ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DATA_DIR}
${INSTALL_DATA_DIR} ${DATA_DIR}/lang
${INSTALL_DATA_DIR} ${DATA_DIR}/data
diff -r a92ae6c2effe -r a46e3606b202 games/openttd/distinfo
--- a/games/openttd/distinfo Fri Aug 10 23:10:38 2007 +0000
+++ b/games/openttd/distinfo Fri Aug 10 23:18:39 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2007/05/08 12:52:54 jdolecek Exp $
+$NetBSD: distinfo,v 1.9 2007/08/10 23:18:39 tnn Exp $
-SHA1 (openttd-0.5.1-source.tar.bz2) = 0fd40643443423a9493dfce836a0f00c2f6240d1
-RMD160 (openttd-0.5.1-source.tar.bz2) = e3faad8b8ed697aeb705af90d673b61370e02b6f
-Size (openttd-0.5.1-source.tar.bz2) = 3033665 bytes
+SHA1 (openttd-0.5.2-source.tar.bz2) = 8c801cd92038741dbb1327c1688a69b3a939e054
+RMD160 (openttd-0.5.2-source.tar.bz2) = 77528fa6d558787cfc1349d821041f005f3262ab
+Size (openttd-0.5.2-source.tar.bz2) = 3034368 bytes
SHA1 (patch-aa) = 422ada1f8c68605fa2e759a2911060fdc97b28a6
Home |
Main Index |
Thread Index |
Old Index