diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-09 16:01:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-09 16:01:58 +0000 |
commit | 3715c3d6c09446d43853afb46ad8e627f82beb7e (patch) | |
tree | 842ae4cb2c1db2e3b35b129d7d2df86042d38e87 /net/spegla/Makefile | |
parent | 2c52355a961450fc0898ae37de28a6f6c9d38fe6 (diff) | |
download | pkgsrc-3715c3d6c09446d43853afb46ad8e627f82beb7e.tar.gz |
Update to 1.1p4, because old distfile has checksum problems.
Changes since 1.1:
* Added --url option to download a directory hierarchy of a ftp-URL
* Fixes descriptor leakage when errors downloading files occurs
* Fixed bug with space in directory names
* Download files to another name first and then rename them.
* Fixed problem with permission not getting updated on directories.
* Prints average downloadrate together with the other stats.
* Works with latest version of wu-ftpd.
* Prints stats corectly under Solaris.
* Applied patch from Makoto MATSUSHITA that
closes down data connection to ftp-server completely before reading
status from ftp-server. Thank you.
Diffstat (limited to 'net/spegla/Makefile')
-rw-r--r-- | net/spegla/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/spegla/Makefile b/net/spegla/Makefile index 01ca9ffcf74..20a1fc9230d 100644 --- a/net/spegla/Makefile +++ b/net/spegla/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.5 2003/09/15 16:27:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/09 16:01:58 wiz Exp $ -DISTNAME= spegla-1.1 +DISTNAME= spegla-1.1p4 CATEGORIES= net -MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/ \ - ftp://subzero.campus.luth.se/pub/spegla/ +MASTER_SITES= ftp://subzero.campus.luth.se/pub/spegla/ MAINTAINER= jnilsson@ludd.luth.se COMMENT= Mirror program for FTP sites (written in C) MANCOMPRESSED_IF_MANZ= yes PLIST_SRC= ${WRKDIR}/PLIST +USE_BUILDLINK3= yes +BUILDLINK_TRANSFORM+= rm:-Werror .include "../../mk/bsd.prefs.mk" |