Bug 38871 - fix MASTER_SITES graphics/libimg
Summary: fix MASTER_SITES graphics/libimg
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-03 21:20 UTC by Erwin Lansing
Modified: 2002-06-04 03:01 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 Erwin Lansing 2002-06-03 21:20:01 UTC
change master_site to http as ftp-server doesn't seem to contain any files

Fix: 

MAINTAINER=    ports@FreeBSD.org--RPOkGqZeunfAHseNq0qrlQtCTDO8E9d4kvOBqhlPajXCWj6N
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN libimg.orig/Makefile libimg/Makefile
--- libimg.orig/Makefile    Mon Jun  3 22:08:14 2002
+++ libimg/Makefile    Mon Jun  3 22:08:35 2002
@@ -8,7 +8,7 @@
 PORTNAME=      libimg
 PORTVERSION=   1.2.4
 CATEGORIES=    graphics tk83
-MASTER_SITES=  ftp://ftp.neosoft.com/pub/tcl/sorted/packages-8.0/graphics/Img/1.2/
+MASTER_SITES=  http://www.neosoft.com/tcl/ftparchive/sorted/packages-8.0/graphics/Img/1.2/
 DISTNAME=      img${PORTVERSION}
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2002-06-04 03:01:22 UTC
State Changed
From-To: open->closed

Committed, thanks!