Update to 1.3.3.

This commit is contained in:
Edward Tomasz Napierala 2009-03-11 13:24:00 +00:00
parent 8a49a24a2c
commit 954353222f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229873
3 changed files with 4 additions and 15 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= wired
PORTVERSION= 1.3.2
PORTVERSION= 1.3.3
CATEGORIES= net
MASTER_SITES= http://www.zankasoftware.com/dist/

View file

@ -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

View file

@ -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()) {