diff options
-rw-r--r-- | games/asc/Makefile | 2 | ||||
-rw-r--r-- | games/asc/distinfo | 4 | ||||
-rw-r--r-- | games/asc/files/patch-tools-groupfile.cpp | 10 |
3 files changed, 13 insertions, 3 deletions
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 <algorithm> + + + bool lessCat(AbstractEntry const * a, AbstractEntry const * b) { |