diff options
author | acm <acm@FreeBSD.org> | 2009-06-24 01:47:26 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-06-24 01:47:26 +0800 |
commit | bf3b67659bb5559bfc5656406138974ddb0a1c48 (patch) | |
tree | dac3b03c183f87273a7f43873674f868278e307c /print | |
parent | c222a27910457ec49c7e1154031eee789b2aedc5 (diff) | |
download | freebsd-ports-gnome-bf3b67659bb5559bfc5656406138974ddb0a1c48.tar.gz freebsd-ports-gnome-bf3b67659bb5559bfc5656406138974ddb0a1c48.tar.zst freebsd-ports-gnome-bf3b67659bb5559bfc5656406138974ddb0a1c48.zip |
- Update some ftp sites on getweb script
- Use passive FTP with fetch
PR: 135875
Submitted by: Tom Mende <tmende at optusnet.com.au>
Diffstat (limited to 'print')
-rw-r--r-- | print/foo2zjs/Makefile | 1 | ||||
-rw-r--r-- | print/foo2zjs/files/patch-getweb.in | 22 |
2 files changed, 20 insertions, 3 deletions
diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index 92a2527e48e0..82df4e1b0bfa 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -7,6 +7,7 @@ PORTNAME= foo2zjs PORTVERSION= 20090530 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,} diff --git a/print/foo2zjs/files/patch-getweb.in b/print/foo2zjs/files/patch-getweb.in index 9b1451ee77f6..99856cb4ca9b 100644 --- a/print/foo2zjs/files/patch-getweb.in +++ b/print/foo2zjs/files/patch-getweb.in @@ -1,11 +1,11 @@ ---- getweb.in 2009-05-29 22:17:38.000000000 -0500 -+++ getweb.in 2009-05-29 22:21:18.000000000 -0500 +--- getweb.in 2009-05-04 09:10:55.000000000 -0500 ++++ getweb.in 2009-06-23 12:24:38.000000000 -0500 @@ -11,7 +11,7 @@ VERSION='$Id: getweb.in,v 1.85 2009/05/04 14:10:55 rick Exp $' -WGETOPTS="--passive-ftp -q" -+FETCHOPTS="-m -o" ++FETCHOPTS="-p -m -o" usage() { cat <<EOF @@ -27,6 +27,22 @@ error "Couldn't download $url/$file" gunzip <$file | tar xvf - $what rm $file +@@ -193,13 +193,13 @@ + ;; + 2200dl|2200) + getexe \ +- ftp://ftp.minolta-qms.com/pub/crc/out_going/win2000 m22dlicc.exe \ ++ http://printer.konicaminolta.net/drivers/win2000 m22dlicc.exe \ + "*.icm" + copyright "(c) Copyright Minolta-QMS 1999" + ;; + 2300dl|2300) + getexe \ +- ftp://ftp.minolta-qms.com/pub/crc/out_going/other m23dlicc.exe \ ++ http://printer.konicaminolta.net/drivers/other m23dlicc.exe \ + "*.icm" + gettgz \ + http://foo2zjs.rkkda.com/icm km2430.tar.gz \ @@ -212,7 +212,7 @@ BASE="$BASE/openmind/technic/swfw/mswprtdl.nsf/logdwl" FILE="MC2300DL_v255.zip" |