From 0fa3851c9279951acef3b1121f8436be9eff22aa Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 14 Nov 2004 16:57:05 +0000 Subject: - Update to 1.15.1 PR: ports/73390 Submitted by: Heiner Eichmann Approved by: Ying-Chieh Chen (maintainer) --- games/asc/Makefile | 2 +- games/asc/distinfo | 4 ++-- games/asc/files/patch-tools-groupfile.cpp | 10 ++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 games/asc/files/patch-tools-groupfile.cpp (limited to 'games/asc') diff --git a/games/asc/Makefile b/games/asc/Makefile index 5f7fd4c2c983..6fb33ab1e8f3 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asc -PORTVERSION= 1.15.0.0 +PORTVERSION= 1.15.1.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= asc-hq diff --git a/games/asc/distinfo b/games/asc/distinfo index 998fcbcdefed..d6d248fbef25 100644 --- a/games/asc/distinfo +++ b/games/asc/distinfo @@ -1,5 +1,5 @@ -MD5 (asc-source-1.15.0.0.tar.gz) = eaa126cc0cf3ad202684e685c924e48c -SIZE (asc-source-1.15.0.0.tar.gz) = 7899474 +MD5 (asc-source-1.15.1.0.tar.gz) = 71f175a514830dc060b20724af4205ac +SIZE (asc-source-1.15.1.0.tar.gz) = 7914614 MD5 (frontiers.mp3) = 560f5783836b309906e57e77417f3864 SIZE (frontiers.mp3) = 4407769 MD5 (time_to_strike.mp3) = f0ab3c633f51430af0445ecaa02e3197 diff --git a/games/asc/files/patch-tools-groupfile.cpp b/games/asc/files/patch-tools-groupfile.cpp new file mode 100644 index 000000000000..efc88164b108 --- /dev/null +++ b/games/asc/files/patch-tools-groupfile.cpp @@ -0,0 +1,10 @@ +--- source/tools/groupfile.cpp.orig Sat Oct 30 21:00:02 2004 ++++ source/tools/groupfile.cpp Sat Oct 30 21:14:57 2004 +@@ -15,6 +15,7 @@ + * * + ***************************************************************************/ + #include "groupfile.h" ++#include + + + bool lessCat(AbstractEntry const * a, AbstractEntry const * b) { -- cgit v1.2.3