diff options
-rw-r--r-- | games/hexxagon/Makefile | 3 | ||||
-rw-r--r-- | games/hexxagon/distinfo | 6 | ||||
-rw-r--r-- | games/hexxagon/files/patch-src__libhexx__bitboard64.h | 16 |
3 files changed, 4 insertions, 21 deletions
diff --git a/games/hexxagon/Makefile b/games/hexxagon/Makefile index b5fded7624a6..c7f383f477a5 100644 --- a/games/hexxagon/Makefile +++ b/games/hexxagon/Makefile @@ -6,8 +6,7 @@ # PORTNAME= hexxagon -PORTVERSION= 1.0 -PORTREVISION= 8 +PORTVERSION= 1.0.1 CATEGORIES= games MASTER_SITES= http://www.nesqi.se/hexxagon/hexxagon/download/ diff --git a/games/hexxagon/distinfo b/games/hexxagon/distinfo index 868dba7196d6..41ccbfb8890d 100644 --- a/games/hexxagon/distinfo +++ b/games/hexxagon/distinfo @@ -1,3 +1,3 @@ -MD5 (hexxagon-1.0.tar.bz2) = f4064f4324598453dacbc1387aa0482c -SHA256 (hexxagon-1.0.tar.bz2) = d38c6171550a2e10ece4ae655cbc417a1bdb86912cd5f141e2a19840d4cb5f5f -SIZE (hexxagon-1.0.tar.bz2) = 1245889 +MD5 (hexxagon-1.0.1.tar.bz2) = ea168e7d7e5b6cb8592d4dbad5f1ad09 +SHA256 (hexxagon-1.0.1.tar.bz2) = a6a1579990797276132f5d0e26b5b70d60ef654cb35261e2b6c26220e7d40fd9 +SIZE (hexxagon-1.0.1.tar.bz2) = 1278325 diff --git a/games/hexxagon/files/patch-src__libhexx__bitboard64.h b/games/hexxagon/files/patch-src__libhexx__bitboard64.h deleted file mode 100644 index adc8062c3f63..000000000000 --- a/games/hexxagon/files/patch-src__libhexx__bitboard64.h +++ /dev/null @@ -1,16 +0,0 @@ ---- ./src/libhexx/bitboard64.h.orig Fri Jan 14 00:19:07 2005 -+++ ./src/libhexx/bitboard64.h Sun Jun 3 18:27:59 2007 -@@ -26,8 +26,12 @@ - #include <netinet/in.h> - #include <iostream> - --namespace libhexx -+namespace libhexx - { -+ -+ std::ostream& operator<<(std::ostream &output, const class BitBoard64 &b); -+ std::istream& operator>>(std::istream &input, class BitBoard64 &b); -+ - class BitBoard64 - { - public: |