pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/fprot-workstation-bin Download URLs have move...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d241397040f
branches:  trunk
changeset: 526147:7d241397040f
user:      njoly <njoly%pkgsrc.org@localhost>
date:      Fri Mar 02 09:15:24 2007 +0000

description:
Download URLs have moved, update MASTER_SITES. Fixes PR/35710.

diffstat:

 security/fprot-workstation-bin/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r f5069f9f37b6 -r 7d241397040f security/fprot-workstation-bin/Makefile
--- a/security/fprot-workstation-bin/Makefile   Fri Mar 02 09:08:33 2007 +0000
+++ b/security/fprot-workstation-bin/Makefile   Fri Mar 02 09:15:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2007/01/07 09:14:09 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2007/03/02 09:15:24 njoly Exp $
 
 DISTNAME=              #defined
 PKGNAME=               fprot-workstation-bin-${FPVER}
@@ -38,17 +38,17 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD"
-MASTER_SITES=          ftp://ftp.f-prot.com/pub/bsd/
+MASTER_SITES=          http://files.f-prot.com/files/bsd-x86/
 DISTNAME=              fp-netbsd-ws-${FPVER}
 .endif
 
 .if ${OPSYS} == "Linux"
-MASTER_SITES=          ftp://ftp.f-prot.com/pub/linux/
+MASTER_SITES=          http://files.f-prot.com/files/linux-x86/
 DISTNAME=              fp-linux-ws-${FPVER}
 .endif
 
 .if ${OPSYS} == "SunOS"
-MASTER_SITES=          ftp://ftp.f-prot.com/pub/solaris/
+MASTER_SITES=          http://files.f-prot.com/files/solaris-sparc/
 DISTNAME=              fp-solaris-sparc-ws-${FPVER}
 .endif
 



Home | Main Index | Thread Index | Old Index