Bug 113140

Summary: cad/linux-gid fix for incorrect url in Makefile
Product: Ports & Packages Reporter: craig001
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description craig001 2007-05-30 00:40:04 UTC
URL for MASTER_SITES incorrect, source file has been moved.
None critical as it fails over to freebsd's distfiles.
Maybe could do with being updated as current version is 8.0.7

problem listed on http://people.freebsd.org/~fenner/portsurvey/bad.html

Fix: 

--

============================================================
This email has been handled by lerwick.hopto.org mail server
and has been scanned by 3 virus killers and spamassassin
============================================================--YHzKe6a40TRY0ey7sgJvfr7hHedaYnngTp2c3CvagUPME3MB
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN linux-gid.old/Makefile linux-gid/Makefile
--- linux-gid.old/Makefile      Wed May 30 00:17:51 2007
+++ linux-gid/Makefile  Wed May 30 00:25:53 2007
@@ -9,7 +9,7 @@
 PORTVERSION=   7.4.9b
 PORTREVISION=  1
 CATEGORIES=    cad linux
-MASTER_SITES=  ftp://gid.cimne.upc.es/pub/gid_adds/Linux/Old/
+MASTER_SITES=  ftp://gid.cimne.upc.es/pub/gid_adds/Linux/kernel-2.2/Old/
 PKGNAMEPREFIX= linux-
 DISTNAME=      ${PORTNAME}${PORTVERSION}
How-To-Repeat: try to build port with # make install clean
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-05-30 05:33:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-04 09:27:15 UTC
miwi        2007-06-04 08:27:07 UTC

  FreeBSD ports repository

  Modified files:
    cad/linux-gid        Makefile 
  Log:
  - Update MASTER_SITES
  
  PR:             113140
  Submitted by:   Craig Butler <craig001@lerwick.hopto.org>
  
  Revision  Changes    Path
  1.6       +1 -1      ports/cad/linux-gid/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-06-04 09:27:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!