aboutsummaryrefslogtreecommitdiff
path: root/net/wired
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-03-11 13:24:00 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-03-11 13:24:00 +0000
commit954353222f3a9383c6832fa8c37fafac193baee2 (patch)
treeb87bf06c117cb7772320a41f49142b25285ae026 /net/wired
parent8a49a24a2c495105859e337e9a76269360f02c89 (diff)
downloadports-954353222f3a9383c6832fa8c37fafac193baee2.tar.gz
ports-954353222f3a9383c6832fa8c37fafac193baee2.zip
Notes
Diffstat (limited to 'net/wired')
-rw-r--r--net/wired/Makefile2
-rw-r--r--net/wired/distinfo6
-rw-r--r--net/wired/files/patch-wired-main.c11
3 files changed, 4 insertions, 15 deletions
diff --git a/net/wired/Makefile b/net/wired/Makefile
index 96091bf34229..c7976399d02c 100644
--- a/net/wired/Makefile
+++ b/net/wired/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wired
-PORTVERSION= 1.3.2
+PORTVERSION= 1.3.3
CATEGORIES= net
MASTER_SITES= http://www.zankasoftware.com/dist/
diff --git a/net/wired/distinfo b/net/wired/distinfo
index bf689e06e4f4..d54a55191888 100644
--- a/net/wired/distinfo
+++ b/net/wired/distinfo
@@ -1,3 +1,3 @@
-MD5 (wired-1.3.2.tar.gz) = d74c0e850d7a4a55748d6ff07ef40ec6
-SHA256 (wired-1.3.2.tar.gz) = 2f2ed04de02a9f56d4b7687fc6b03704ebaeaccad2c4a69239098269c21f3c28
-SIZE (wired-1.3.2.tar.gz) = 307092
+MD5 (wired-1.3.3.tar.gz) = 59fd230fa8e95784fa71f0ba30b57bb1
+SHA256 (wired-1.3.3.tar.gz) = a4dc8dce3946d83e68b692ac479e6ff54f237be672dcdf1108b2cee7c35e51b7
+SIZE (wired-1.3.3.tar.gz) = 352913
diff --git a/net/wired/files/patch-wired-main.c b/net/wired/files/patch-wired-main.c
deleted file mode 100644
index 652c2d90242b..000000000000
--- a/net/wired/files/patch-wired-main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- wired/main.c.orig 2007-12-16 10:36:41.000000000 +0100
-+++ wired/main.c 2007-12-16 10:37:10.000000000 +0100
-@@ -195,7 +195,7 @@
-
- /* detach */
- if(daemonize) {
-- wi_array_insert_data_at_index(arguments, WI_STR("-X"), 0);
-+ wi_array_add_data(arguments, WI_STR("-X"));
- wi_array_insert_data_at_index(arguments, wi_string_with_cstring(argv[0]), 0);
-
- switch(fork()) {