summaryrefslogtreecommitdiff
path: root/net/spegla/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-09 16:01:58 +0000
committerwiz <wiz@pkgsrc.org>2004-12-09 16:01:58 +0000
commit6cbc0789efed3934610e56c687100fdfd4594025 (patch)
tree842ae4cb2c1db2e3b35b129d7d2df86042d38e87 /net/spegla/Makefile
parentee58b2ff6ba495dd8786ab4cff19dc86b60e8a18 (diff)
downloadpkgsrc-6cbc0789efed3934610e56c687100fdfd4594025.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/Makefile9
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"