Bug 42876

Summary: Fix broken MASTER_SITES in pam_pwdfile
Product: Ports & Packages Reporter: Michael Schout <schoutm>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Michael Schout 2002-09-17 18:10:01 UTC
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.

Fix: Apply this patch to ports/security/pam_pwdfile



MAINTAINER=    mschout@gkg.net--BZ5tkYGbajafUOBW9olfY9pSP7gMUd7agISLESkR7340AiY8
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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/
How-To-Repeat: 
make fetch
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-09-20 08:56:42 UTC
State Changed
From-To: open->closed

committed, thanks