diff options
author | sem <sem@FreeBSD.org> | 2004-12-21 04:32:02 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-12-21 04:32:02 +0800 |
commit | 2bc0b71d172c833dd453fcf41bf80a75048d0850 (patch) | |
tree | b88688ee9124ee553123305a3bd65e2565a786ae /net | |
parent | 5d91587dbfc8ec1fab4a9d8e29d63b9179bf084f (diff) | |
download | freebsd-ports-gnome-2bc0b71d172c833dd453fcf41bf80a75048d0850.tar.gz freebsd-ports-gnome-2bc0b71d172c833dd453fcf41bf80a75048d0850.tar.zst freebsd-ports-gnome-2bc0b71d172c833dd453fcf41bf80a75048d0850.zip |
- Update to 0.0.9
PR: ports/75323
Submitted by: Radim Kolar <hsn(at)netmag.cz>
Diffstat (limited to 'net')
-rw-r--r-- | net/fspclient/Makefile | 2 | ||||
-rw-r--r-- | net/fspclient/distinfo | 4 | ||||
-rw-r--r-- | net/fspclient/files/patch-gcc34 | 11 |
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"; |