pkgsrc-Bugs archive

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

Re: pkg/35710: fprot-workstation-bin pkg download URLs changed



The following reply was made to PR pkg/35710; it has been noted by GNATS.

From: Nicolas Joly <njoly%pasteur.fr@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
        pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/35710: fprot-workstation-bin pkg download URLs changed
Date: Thu, 1 Mar 2007 19:38:46 +0100

 --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@localhost 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--
 



Home | Main Index | Thread Index | Old Index