diff options
author | pav <pav@FreeBSD.org> | 2004-11-15 00:57:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-15 00:57:05 +0800 |
commit | 206813ab7e79e3a28c9e2097f622003b6146fa90 (patch) | |
tree | 08a98280f8698c7b6e9801875005a3f1f2d89429 | |
parent | ec334027f6c8b0260494b5e7c3f2f537ff679fa8 (diff) | |
download | freebsd-ports-gnome-206813ab7e79e3a28c9e2097f622003b6146fa90.tar.gz freebsd-ports-gnome-206813ab7e79e3a28c9e2097f622003b6146fa90.tar.zst freebsd-ports-gnome-206813ab7e79e3a28c9e2097f622003b6146fa90.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)
-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) { |