aboutsummaryrefslogtreecommitdiff
path: root/games/asc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-14 16:57:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-14 16:57:05 +0000
commit0fa3851c9279951acef3b1121f8436be9eff22aa (patch)
treea0e752e414a3dbed51e992964705c27eb1a5aef2 /games/asc
parentead59374f3f5f18bc3c8073db0b741acd45acb71 (diff)
downloadports-0fa3851c9279951acef3b1121f8436be9eff22aa.tar.gz
ports-0fa3851c9279951acef3b1121f8436be9eff22aa.zip
- Update to 1.15.1
PR: ports/73390 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> Approved by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
Notes
Notes: svn path=/head/; revision=121579
Diffstat (limited to 'games/asc')
-rw-r--r--games/asc/Makefile2
-rw-r--r--games/asc/distinfo4
-rw-r--r--games/asc/files/patch-tools-groupfile.cpp10
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) {