Bug 165080 - print/ghostscript9 and print/ghostscript8 has incorrect SF MASTER_SITES URL
Summary: print/ghostscript9 and print/ghostscript8 has incorrect SF MASTER_SITES URL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Document Engineering Group (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-13 03:30 UTC by Adam Weinberger
Modified: 2012-02-13 04:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!