aboutsummaryrefslogtreecommitdiff
path: root/net/dgd
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-04-04 04:54:18 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-04-04 04:54:18 +0000
commitc7e9ea5a3a1cfbb0d79d0e6e87381c302df648e9 (patch)
treeb20c3075e8667d92f2659d00987b2626dbf113a1 /net/dgd
parent1f58d857f6fc2c42910fe968cccd8b25ae453057 (diff)
downloadports-c7e9ea5a3a1cfbb0d79d0e6e87381c302df648e9.tar.gz
ports-c7e9ea5a3a1cfbb0d79d0e6e87381c302df648e9.zip
Notes
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile3
-rw-r--r--net/dgd/distinfo6
-rw-r--r--net/dgd/files/patch-src-comp.c22
3 files changed, 4 insertions, 27 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 2d6e81f57898..900f2ceb6b4c 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= dgd
-PORTVERSION= 1.4.1
-PORTREVISION= 2
+PORTVERSION= 1.4.2
CATEGORIES= net lang games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S|%SUBDIR%|${PORTNAME}-osr|} \
${MASTER_SITE_SOURCEFORGE:S|%SUBDIR%|${PORTNAME}-osr/old|}
diff --git a/net/dgd/distinfo b/net/dgd/distinfo
index 157f25f90f2f..b5b7c78a4930 100644
--- a/net/dgd/distinfo
+++ b/net/dgd/distinfo
@@ -1,3 +1,3 @@
-MD5 (dgd/dgd-1.4.1.tar.gz) = 23e14f727f9595faa30abc53ffe6c51d
-SHA256 (dgd/dgd-1.4.1.tar.gz) = 5ff969c7cfcba32b504a3fb4c70c7b4328f3e3bc7b2c329e5eed69a90d8b3b31
-SIZE (dgd/dgd-1.4.1.tar.gz) = 466644
+MD5 (dgd/dgd-1.4.2.tar.gz) = 4018e7582669127c4dcbe8f054e11b25
+SHA256 (dgd/dgd-1.4.2.tar.gz) = 7fe7f0955f46d8d6392fca9c58f71d6824ef0ccff662897c52a88d6f2f0e441e
+SIZE (dgd/dgd-1.4.2.tar.gz) = 441809
diff --git a/net/dgd/files/patch-src-comp.c b/net/dgd/files/patch-src-comp.c
deleted file mode 100644
index e6337a27ef81..000000000000
--- a/net/dgd/files/patch-src-comp.c
+++ /dev/null
@@ -1,22 +0,0 @@
-$FreeBSD$
-
---- src/comp/comp.c.orig 2010-02-20 08:34:08.000000000 -0800
-+++ src/comp/comp.c 2010-02-20 08:34:17.000000000 -0800
-@@ -631,7 +631,7 @@
- * NAME: comm->init()
- * DESCRIPTION: pretend to initialize communications
- */
--#ifndef NETWORK_EXTENSION
-+#ifndef NETWORK_EXTENSIONS
- bool comm_init(n, thosts, bhosts, tports, bports, ntelnet, nbinary)
- int n, ntelnet, nbinary;
- #else
-@@ -765,7 +765,7 @@
- * NAME: comm->users()
- * DESCRIPTION: pretend to return an array with all user objects
- */
--#ifndef NETWORK_EXTENSION
-+#ifndef NETWORK_EXTENSIONS
- array *comm_users(data)
- dataspace *data;
- {