Bug 119097 - archivers/freeze MASTER_SITE fix
Summary: archivers/freeze MASTER_SITE fix
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: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-28 11:50 UTC by craig001
Modified: 2008-01-04 14: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 craig001 2007-12-28 11:50:01 UTC
Port does not build due to missing source package from current site listed as MASTER_SITE in the Makefile.
It has been missing since Nov 30th 2007

Problem is 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
============================================================--Cs1x6YKu8xIMWLzh4Li7xt8hrltgzpjZSZatVwCMEBZp0guD
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN freeze.old/Makefile freeze/Makefile
--- freeze.old/Makefile Fri Dec 28 11:07:27 2007
+++ freeze/Makefile     Fri Dec 28 11:10:35 2007
@@ -9,7 +9,8 @@
 PORTVERSION=   2.5
 PORTREVISION=  2
 CATEGORIES=    archivers
-MASTER_SITES=  ftp://ftp.warwick.ac.uk/pub/compression/
+MASTER_SITES=  http://www.rebootking.de/distfiles/ \
+               http://ngsoftwareltd.com/freebsd/distfiles/
 
 MAINTAINER=    gabor@FreeBSD.org
 COMMENT=       Compression program - often used in QNX
How-To-Repeat: Try to build port using;
# make install clean
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-28 11:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-04 13:52:17 UTC
gabor       2008-01-04 13:52:14 UTC

  FreeBSD ports repository

  Modified files:
    archivers/freeze     Makefile 
  Log:
  - Add 2 backup MASTER_SITES
  
  PR:             ports/119097
  Submitted by:   Craig Butler <craig001@lerwick.hopto.org>
  
  Revision  Changes    Path
  1.17      +3 -1      ports/archivers/freeze/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 Gabor Kovesdan freebsd_committer freebsd_triage 2008-01-04 13:52:28 UTC
State Changed
From-To: open->closed

Committed, thanks! I can fetch from the original site, so I left that one, 
as well and added the two new ones.