1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Update to 0.0.9

PR:		ports/75323
Submitted by:	Radim Kolar <hsn(at)netmag.cz>
This commit is contained in:
Sergey Matveychuk 2004-12-20 20:32:02 +00:00
parent ec49e01644
commit ef42180977
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124632
3 changed files with 3 additions and 14 deletions

View File

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

View File

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

View File

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