Bug 165080

Summary: print/ghostscript9 and print/ghostscript8 has incorrect SF MASTER_SITES URL
Product: Ports & Packages Reporter: Adam Weinberger <adamw>
Component: Individual Port(s)Assignee: Document Engineering Group (Nobody) <doceng>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Adam Weinberger freebsd_committer freebsd_triage 2012-02-13 03:30:09 UTC
	
print/ghostscript{8,9} have SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs in MASTER_SITES

Those are all 404. The correct URL does not include the "files/" subdir.

This is an issue because the primary master site, downloads.ghostscript.com,
appears to be connected to the interwebs through a 14.4 modem.

Fix: 

- SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs
+ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-13 03:30:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->doceng

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-13 03:57:24 UTC
hrs         2012-02-13 03:57:12 UTC

  FreeBSD ports repository

  Modified files:
    print/ghostscript8   Makefile 
    print/ghostscript9   Makefile 
  Log:
  Fix a URL in MASTER_SITES.
  
  PR:     ports/165080
  
  Revision  Changes    Path
  1.209     +1 -1      ports/print/ghostscript8/Makefile
  1.10      +1 -1      ports/print/ghostscript9/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 Hiroki Sato freebsd_committer freebsd_triage 2012-02-13 03:57:25 UTC
State Changed
From-To: open->closed

Committed, thanks!