diff options
-rw-r--r-- | games/spacehulk/Makefile | 2 | ||||
-rw-r--r-- | games/spacehulk/distinfo | 2 | ||||
-rw-r--r-- | games/spacehulk/files/patch-src::datastoring.cpp | 13 |
3 files changed, 2 insertions, 15 deletions
diff --git a/games/spacehulk/Makefile b/games/spacehulk/Makefile index aed332dd347c..9c24c2c5c5b6 100644 --- a/games/spacehulk/Makefile +++ b/games/spacehulk/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= spacehulk -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= games kde MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/main.pkg/${PORTVERSION}/ diff --git a/games/spacehulk/distinfo b/games/spacehulk/distinfo index ae02456f610f..c83302c2f394 100644 --- a/games/spacehulk/distinfo +++ b/games/spacehulk/distinfo @@ -1 +1 @@ -MD5 (spacehulk-1.4.3.tar.gz) = 7bdc457d76be495df9ae28038acaaeca +MD5 (spacehulk-1.4.4.tar.gz) = dc7e8627808803eea1adc3ebe24bb02b diff --git a/games/spacehulk/files/patch-src::datastoring.cpp b/games/spacehulk/files/patch-src::datastoring.cpp deleted file mode 100644 index 53bc1e9abe23..000000000000 --- a/games/spacehulk/files/patch-src::datastoring.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/datastoring.cpp.orig Mon Jul 7 14:36:01 2003 -+++ src/datastoring.cpp Mon Jul 7 14:36:49 2003 -@@ -272,8 +272,8 @@ - infos.smtp = getPref("smtp"); - infos.yourEmail = getPref("email"); - infos.opponentEmail = man->email; -- infos.port = getPref("smtpPort").isEmpty()? "25" : getPref("smtpPort"); -- infos.login = getPref("smtpLogin"); -+ infos.port=getPref("smtpPort").isEmpty() ? QString("25") : -+ getPref("smtpPort"); - infos.password = getPref("smtpPassword"); - man->guicmd->GetSmtpInfos(&infos); - addPref("smtp",infos.smtp); |