summaryrefslogtreecommitdiff
path: root/games/spacehulk
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-06 10:49:56 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-06 10:49:56 +0000
commit6e30effc67a4b8ff426239ebd8d462d1408e1838 (patch)
tree4997b369d6e53eac93f0fb34048efd71a61acdf0 /games/spacehulk
parentfix security/py-m2crypto: (diff)
Update to 1.4.4
Notes
Notes: svn path=/head/; revision=86373
Diffstat (limited to 'games/spacehulk')
-rw-r--r--games/spacehulk/Makefile2
-rw-r--r--games/spacehulk/distinfo2
-rw-r--r--games/spacehulk/files/patch-src::datastoring.cpp13
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);