Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2004 19:10:23 +0100
From:      Radim Kolar <hsn@netmag.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75323: [PATCH] net/fspclient: update to 0.0.9
Message-ID:  <E1CgRzD-0008MU-P8@sanatana.dharma>
Resent-Message-ID: <200412201820.iBKIKNws009256@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75323
>Category:       ports
>Synopsis:       [PATCH] net/fspclient: update to 0.0.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 20 18:20:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD sanatana.dharma 5.3-STABLE FreeBSD 5.3-STABLE #1: Tue Nov 16 16:18:06 CET 2004
>Description:
First fully stable version after more than 10 YEARS. Let's celebrate.
Update to FSP beta 22 protocol format (fspd is not yet released).

- Update to 0.0.9

Removed file(s):
- files/patch-gcc34

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- fspclient-0.0.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/fspclient/Makefile /home/hsn/myports/fspclient/Makefile
--- /usr/ports/net/fspclient/Makefile	Mon Nov 15 18:20:24 2004
+++ /home/hsn/myports/fspclient/Makefile	Mon Dec 20 19:04:19 2004
@@ -2,16 +2,16 @@
 # Date created:		7 Nov 1994
 # Whom:			ache
 #
-# $FreeBSD: ports/net/fspclient/Makefile,v 1.24 2004/10/12 13:23:48 krion Exp $
+# $FreeBSD: ports/net/fspclient/Makefile,v 1.23 2004/07/22 07:23:13 vs Exp $
 #
 
 PORTNAME=	fspclient
-PORTVERSION=	0.0.7
+PORTVERSION=	0.0.9
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ports@freebsd.org
 COMMENT=	A ftp-like client for the fsp service
 
 GNU_CONFIGURE=	yes
diff -ruN --exclude=CVS /usr/ports/net/fspclient/distinfo /home/hsn/myports/fspclient/distinfo
--- /usr/ports/net/fspclient/distinfo	Fri Jul 23 18:19:37 2004
+++ /home/hsn/myports/fspclient/distinfo	Mon Dec 20 19:04:29 2004
@@ -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 -ruN --exclude=CVS /usr/ports/net/fspclient/files/patch-gcc34 /home/hsn/myports/fspclient/files/patch-gcc34
--- /usr/ports/net/fspclient/files/patch-gcc34	Mon Aug 23 22:30:56 2004
+++ /home/hsn/myports/fspclient/files/patch-gcc34	Thu Jan  1 01:00:00 1970
@@ -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";
--- fspclient-0.0.9.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1CgRzD-0008MU-P8>