Date: Mon, 15 Jun 2009 22:04:55 +0200 From: "Radim Kolar SF.NET" <hsn@sendmail.cz> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hsn-sf@sd.iol.cz Subject: ports/135601: [PATCH] net/fspclient: update to 0.92.0 Message-ID: <E1MGIQJ-0004xV-1b@sanatana.dharma> Resent-Message-ID: <200906152010.n5FKA3uD098833@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135601 >Category: ports >Synopsis: [PATCH] net/fspclient: update to 0.92.0 >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 Jun 15 20:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Radim Kolar SF.NET >Release: FreeBSD 6.4-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD sanatana.dharma 6.4-RELEASE-p4 FreeBSD 6.4-RELEASE-p4 #1: Tue Jun 9 11:43:11 CEST >Description: - Update to 0.92.0 - compiles now with SConS - retries are now bit slower in case of fatal network errors Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- fspclient-0.92.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/fspclient/Makefile /home/hsn/myports/fspclient/Makefile --- /usr/ports/net/fspclient/Makefile 2008-08-21 08:17:49.000000000 +0200 +++ /home/hsn/myports/fspclient/Makefile 2009-06-15 21:46:05.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= fspclient -PORTVERSION= 0.91.0 +PORTVERSION= 0.92.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,12 +15,10 @@ COMMENT= A ftp-like client for the FSP service USE_BZIP2= yes -GNU_CONFIGURE= yes +USE_SCONS= yes +SCONS_ARGS= prefix=${PREFIX} MAN1= fsp.1 PLIST_FILES= bin/fsp -post-patch: - @${REINPLACE_CMD} -e 's|<getopt\.h>|<unistd.h>|g' ${WRKSRC}/bsd/ls.c - .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/net/fspclient/distinfo /home/hsn/myports/fspclient/distinfo --- /usr/ports/net/fspclient/distinfo 2005-11-25 17:48:05.000000000 +0100 +++ /home/hsn/myports/fspclient/distinfo 2009-06-15 21:52:19.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (fspclient-0.91.0.tar.bz2) = 58d196e1e8e4656be15d2ad7fb8bbf7d -SHA256 (fspclient-0.91.0.tar.bz2) = c02b3a6b07487648b2ff5ad37ff9e1c5dd0fbc1a0b075f96a97f928ee0d7c246 -SIZE (fspclient-0.91.0.tar.bz2) = 132758 +MD5 (fspclient-0.92.0.tar.bz2) = 8dcea457621aa636dc06187d99d25f52 +SHA256 (fspclient-0.92.0.tar.bz2) = 9fe3ea92871a2a8b93806233e4343c5aa25ef1fc3b023c161796a263e25ecef9 +SIZE (fspclient-0.92.0.tar.bz2) = 67659 --- fspclient-0.92.0.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?E1MGIQJ-0004xV-1b>