Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2002 12:01:52 -0500 (CDT)
From:      Michael Schout <mschout@gkg.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42876: Update: Fix broken MASTER_SITES in pam_pwdfile (fwd)
Message-ID:  <20020917120009.M32921-100000@mike.localdomain>

next in thread | raw e-mail | index | archive | help

>Number:         42876
>Category:       ports
>Synopsis:       Fix broken MASTER_SITES in pam_pwdfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 17 10:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael Schout
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
GKG.NET, INC.
>Environment:
System: FreeBSD mike.localdomain 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Sat Sep 14 19:04:07 CDT 2002 mschout@mike.localdomain:/usr/obj/usr/src/sys/MYKERNEL i386

>Description:

pam_pwdfile source tarball is not fetchable from MASTER_SITES entry because the
ftp server that used to host the sources has been shut down.

>How-To-Repeat:

make fetch

>Fix:

Apply this patch to ports/security/pam_pwdfile

diff -uN pam_pwdfile/Makefile pam_pwdfile.new/Makefile
--- pam_pwdfile/Makefile        Mon Sep 16 16:22:09 2002
+++ pam_pwdfile.new/Makefile    Mon Sep 16 16:20:10 2002
@@ -8,7 +8,7 @@
 PORTNAME=      pam_pwdfile
 PORTVERSION=   0.95
 CATEGORIES=    security
-MASTER_SITES=  ftp://ftp.cpbotha.net/pub/pam_pwdfile/
+MASTER_SITES=  http://cpbotha.net/files/pam_pwdfile/

 MAINTAINER=    mschout@gkg.net


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020917120009.M32921-100000>