View | Details | Raw Unified | Return to bug 75323
Collapse All | Expand All

(-)/home/hsn/myports/fspclient/Makefile (-3 / +3 lines)
Lines 2-17 Link Here
2
# Date created:		7 Nov 1994
2
# Date created:		7 Nov 1994
3
# Whom:			ache
3
# Whom:			ache
4
#
4
#
5
# $FreeBSD: ports/net/fspclient/Makefile,v 1.24 2004/10/12 13:23:48 krion Exp $
5
# $FreeBSD: ports/net/fspclient/Makefile,v 1.23 2004/07/22 07:23:13 vs Exp $
6
#
6
#
7
7
8
PORTNAME=	fspclient
8
PORTNAME=	fspclient
9
PORTVERSION=	0.0.7
9
PORTVERSION=	0.0.9
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@freebsd.org
15
COMMENT=	A ftp-like client for the fsp service
15
COMMENT=	A ftp-like client for the fsp service
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
(-)/home/hsn/myports/fspclient/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (fspclient-0.0.7.tar.bz2) = e9d5ab812f396afa0410368715e53298
1
MD5 (fspclient-0.0.9.tar.bz2) = 21d637a8ba83a889d95373dac9b6f742
2
SIZE (fspclient-0.0.7.tar.bz2) = 128906
2
SIZE (fspclient-0.0.9.tar.bz2) = 129961
(-)/home/hsn/myports/fspclient/files/patch-gcc34 (-11 lines)
Lines 1-11 Link Here
1
--- client/remote/rdir.c.orig	Wed Dec 10 15:36:57 2003
2
+++ client/remote/rdir.c	Mon Aug 23 21:41:29 2004
3
@@ -29,7 +29,7 @@
4
 {
5
     int i;
6
     /* this is just a small wrapper for rls_main */
7
-    char * const *newargv;
8
+    char const * * newargv;
9
     newargv=malloc( (argc+2)*(sizeof(char *)));
10
     newargv[0]="dir";
11
     newargv[1]="-l";

Return to bug 75323