Date: Mon, 17 Jan 2005 21:38:05 +0100 From: Radim Kolar <hsn@netmag.cz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76466: [PATCH] net/fspclient: update to 0.0.10 Message-ID: <E1CqddV-0008PU-Rb@sanatana.dharma> Resent-Message-ID: <200501191710.j0JHAaTT040456@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76466 >Category: ports >Synopsis: [PATCH] net/fspclient: update to 0.0.10 >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: Wed Jan 19 17:10:36 GMT 2005 >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: Fri Jan 14 23:36:55 CET 2005 >Description: Switch to gzip file, because bz2 was deleted from sf.net by mistake. This PR *REPLACES* ports/75858. - Update to 0.0.10 - Make port description compatible with freshmeat entry. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- fspclient-0.0.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/fspclient/Makefile /home/hsn/myports/fspclient/Makefile --- /usr/ports/net/fspclient/Makefile Thu Dec 30 18:23:45 2004 +++ /home/hsn/myports/fspclient/Makefile Mon Jan 17 21:31:58 2005 @@ -6,16 +6,15 @@ # PORTNAME= fspclient -PORTVERSION= 0.0.9 +PORTVERSION= 0.0.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A ftp-like client for the fsp service +COMMENT= A ftp-like client for the FSP service GNU_CONFIGURE= yes -USE_BZIP2= yes USE_GETOPT_LONG= yes CFLAGS+= -I${LOCALBASE}/include diff -ruN --exclude=CVS /usr/ports/net/fspclient/distinfo /home/hsn/myports/fspclient/distinfo --- /usr/ports/net/fspclient/distinfo Thu Dec 30 18:23:45 2004 +++ /home/hsn/myports/fspclient/distinfo Mon Jan 17 21:32:04 2005 @@ -1,2 +1,2 @@ -MD5 (fspclient-0.0.9.tar.bz2) = 21d637a8ba83a889d95373dac9b6f742 -SIZE (fspclient-0.0.9.tar.bz2) = 129961 +MD5 (fspclient-0.0.10.tar.gz) = 7a878ee8c28875c0c679698ec597e114 +SIZE (fspclient-0.0.10.tar.gz) = 179414 diff -ruN --exclude=CVS /usr/ports/net/fspclient/pkg-descr /home/hsn/myports/fspclient/pkg-descr --- /usr/ports/net/fspclient/pkg-descr Tue Jan 27 18:24:02 2004 +++ /home/hsn/myports/fspclient/pkg-descr Wed Jan 5 17:28:22 2005 @@ -1,7 +1,6 @@ -FSP is a set of programs that implements a public-access archive -similar to an anonymous-FTP archive. It is not meant to be a -replacement for ftp; it is only meant to do what anonymous-ftp -does, but in a manner more acceptible to the provider of the -service and more friendly to the clients. +FSP Client is single executable client for the FSP protocol. FSP +Client uses an FTP-like user interface. It feels like FTP, but under +the hood it uses FSP protocol. FSP is a UDP-based protocol for transfering +files around, and was designed for anonymous archives. WWW: http://fspclient.sourceforge.net/ --- fspclient-0.0.10.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?E1CqddV-0008PU-Rb>