Subject: Re: pkg/35710: fprot-workstation-bin pkg download URLs changed
To: None <gnats-bugs@NetBSD.org>
From: Nicolas Joly <njoly@pasteur.fr>
List: pkgsrc-bugs
Date: 03/01/2007 19:38:46
--5mCyUwZo2JvN/JJP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Feb 19, 2007 at 03:40:00PM +0000, sd4dfg2@hotmail.com wrote:
> >Number:         35710
> >Category:       pkg
> >Synopsis:       fprot-workstation-bin pkg download URLs changed
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       low
> >Responsible:    pkg-manager
> >State:          open
> >Class:          change-request
> >Submitter-Id:   net
> >Arrival-Date:   Mon Feb 19 15:40:00 +0000 2007
> >Originator:     Rob Quinn
> >Release:        pkgsrc-current
> >Organization:
> >Environment:
> >Description:
> The tarballs for fprot-workstation-bin are no longer available for
> FTP.  You can see the new URLs at
> http://www.f-prot.com/download/home_user/.  I downloaded the Solaris
> file and it has the same MD5 as the old URL, so I suspect only
> minimal changes are needed.

I noticed this too, and made the following patch ... Successfully
tested on my -current NetBSD/amd64.

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.

--5mCyUwZo2JvN/JJP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="pkgsrc-fproturls.diff"

Index: security/fprot-workstation-bin/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/fprot-workstation-bin/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- security/fprot-workstation-bin/Makefile	7 Jan 2007 09:14:09 -0000	1.36
+++ security/fprot-workstation-bin/Makefile	1 Mar 2007 18:25:54 -0000
@@ -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
 

--5mCyUwZo2JvN/JJP--