pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm The master site uses HTTP code 307 redirections, wh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df4514e28a5a
branches:  trunk
changeset: 529973:df4514e28a5a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Jun 14 09:33:14 2007 +0000

description:
The master site uses HTTP code 307 redirections, which /usr/bin/ftp on
netbsd-3 doesn't understand. For this reason offload1.icculus.org is
used as an alternate download site. Fixes PR pkg/36489, PR pkg/36490.

diffstat:

 wm/obconf/Makefile  |  4 +++-
 wm/openbox/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r e0a56ffcdf98 -r df4514e28a5a wm/obconf/Makefile
--- a/wm/obconf/Makefile        Thu Jun 14 08:57:04 2007 +0000
+++ b/wm/obconf/Makefile        Thu Jun 14 09:33:14 2007 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2007/06/12 18:02:01 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2007/06/14 09:33:15 tnn Exp $
 
 DISTNAME=              obconf-2.0.1
 CATEGORIES=            wm
 MASTER_SITES=          http://icculus.org/openbox/obconf/
+# PR pkg/36489
+MASTER_SITES+=         http://offload1.icculus.org/openbox/obconf/
 
 MAINTAINER=            snj%NetBSD.org@localhost
 HOMEPAGE=              http://icculus.org/openbox/obconf/
diff -r e0a56ffcdf98 -r df4514e28a5a wm/openbox/Makefile
--- a/wm/openbox/Makefile       Thu Jun 14 08:57:04 2007 +0000
+++ b/wm/openbox/Makefile       Thu Jun 14 09:33:14 2007 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.38 2007/06/12 17:42:19 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2007/06/14 09:33:14 tnn Exp $
 
 DISTNAME=      openbox-3.4.2
 CATEGORIES=    wm x11
 MASTER_SITES=  http://icculus.org/openbox/releases/
+# PR pkg/36489
+MASTER_SITES+= http://offload1.icculus.org/openbox/releases/
 
 MAINTAINER=    snj%NetBSD.org@localhost
 HOMEPAGE=      http://icculus.org/openbox/



Home | Main Index | Thread Index | Old Index