aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-12-20 20:32:02 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-12-20 20:32:02 +0000
commitef421809772c4b79fa182768f9283c8a8bf9fbf7 (patch)
tree256d5f51beaf24928f60851085c3d1a96336a358 /net/fspclient
parentec49e016449818fe5a2d9278739300c1f9e7a4bb (diff)
downloadports-ef421809772c4b79fa182768f9283c8a8bf9fbf7.tar.gz
ports-ef421809772c4b79fa182768f9283c8a8bf9fbf7.zip
- Update to 0.0.9
PR: ports/75323 Submitted by: Radim Kolar <hsn(at)netmag.cz>
Notes
Notes: svn path=/head/; revision=124632
Diffstat (limited to 'net/fspclient')
-rw-r--r--net/fspclient/Makefile2
-rw-r--r--net/fspclient/distinfo4
-rw-r--r--net/fspclient/files/patch-gcc3411
3 files changed, 3 insertions, 14 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile
index e9de30d30e32..9090bf95f367 100644
--- a/net/fspclient/Makefile
+++ b/net/fspclient/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fspclient
-PORTVERSION= 0.0.7
+PORTVERSION= 0.0.9
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net/fspclient/distinfo b/net/fspclient/distinfo
index 7b4aa9b495be..88ce5f835a86 100644
--- a/net/fspclient/distinfo
+++ b/net/fspclient/distinfo
@@ -1,2 +1,2 @@
-MD5 (fspclient-0.0.7.tar.bz2) = e9d5ab812f396afa0410368715e53298
-SIZE (fspclient-0.0.7.tar.bz2) = 128906
+MD5 (fspclient-0.0.9.tar.bz2) = 21d637a8ba83a889d95373dac9b6f742
+SIZE (fspclient-0.0.9.tar.bz2) = 129961
diff --git a/net/fspclient/files/patch-gcc34 b/net/fspclient/files/patch-gcc34
index 4bf80b161365..e69de29bb2d1 100644
--- a/net/fspclient/files/patch-gcc34
+++ b/net/fspclient/files/patch-gcc34
@@ -1,11 +0,0 @@
---- client/remote/rdir.c.orig Wed Dec 10 15:36:57 2003
-+++ client/remote/rdir.c Mon Aug 23 21:41:29 2004
-@@ -29,7 +29,7 @@
- {
- int i;
- /* this is just a small wrapper for rls_main */
-- char * const *newargv;
-+ char const * * newargv;
- newargv=malloc( (argc+2)*(sizeof(char *)));
- newargv[0]="dir";
- newargv[1]="-l";