diff options
author | arved <arved@FreeBSD.org> | 2004-01-09 16:21:16 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-01-09 16:21:16 +0000 |
commit | a9d959ba9f2cfca9298581c6a4e127138406c390 (patch) | |
tree | ece0f18ca204f649a034a376a192a6e3774b66b5 /games | |
parent | 8cc92abd0075fc3b63a776120e26fc10589833bd (diff) | |
download | FreeBSD-ports-a9d959ba9f2cfca9298581c6a4e127138406c390.zip FreeBSD-ports-a9d959ba9f2cfca9298581c6a4e127138406c390.tar.gz |
Update to 1.4
Diffstat (limited to 'games')
-rw-r--r-- | games/krosswordplayer/Makefile | 2 | ||||
-rw-r--r-- | games/krosswordplayer/distinfo | 2 | ||||
-rw-r--r-- | games/krosswordplayer/files/patch-acrosslite_conv-libacrosslite.cpp | 10 | ||||
-rw-r--r-- | games/krosswordplayer/files/patch-krosswordplayer-libacrosslite.cpp | 10 |
4 files changed, 2 insertions, 22 deletions
diff --git a/games/krosswordplayer/Makefile b/games/krosswordplayer/Makefile index 7001d23..4882320 100644 --- a/games/krosswordplayer/Makefile +++ b/games/krosswordplayer/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= KrossWordPlayer -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= games MASTER_SITES= http://home.houston.rr.com/epasveer/ EXTRACT_SUFX= .tgz diff --git a/games/krosswordplayer/distinfo b/games/krosswordplayer/distinfo index 40d6a75..950601a 100644 --- a/games/krosswordplayer/distinfo +++ b/games/krosswordplayer/distinfo @@ -1 +1 @@ -MD5 (KrossWordPlayer-1.3.tgz) = 05b754eb6f991a285cdd10a8573736bc +MD5 (KrossWordPlayer-1.4.tgz) = 6e34874e91aba832d9a89284edfdeb86 diff --git a/games/krosswordplayer/files/patch-acrosslite_conv-libacrosslite.cpp b/games/krosswordplayer/files/patch-acrosslite_conv-libacrosslite.cpp deleted file mode 100644 index bbd895a..0000000 --- a/games/krosswordplayer/files/patch-acrosslite_conv-libacrosslite.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- acrosslite_conv/libacrosslite.cpp.orig Wed Jan 7 15:50:51 2004 -+++ acrosslite_conv/libacrosslite.cpp Wed Jan 7 15:51:05 2004 -@@ -3,6 +3,7 @@ - #include <sys/stat.h> - #include <fcntl.h> - #include <unistd.h> -+#include <stdio.h> - #include "libacrosslite.h" - - diff --git a/games/krosswordplayer/files/patch-krosswordplayer-libacrosslite.cpp b/games/krosswordplayer/files/patch-krosswordplayer-libacrosslite.cpp deleted file mode 100644 index f375c42..0000000 --- a/games/krosswordplayer/files/patch-krosswordplayer-libacrosslite.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- krosswordplayer/libacrosslite.cpp.orig Wed Jan 7 15:54:39 2004 -+++ krosswordplayer/libacrosslite.cpp Wed Jan 7 15:54:54 2004 -@@ -3,6 +3,7 @@ - #include <sys/stat.h> - #include <fcntl.h> - #include <unistd.h> -+#include <stdio.h> - #include "libacrosslite.h" - - |