Bug 170697 - net/bird: adding a master_site for the source
Summary: net/bird: adding a master_site for the source
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: Alexander V. Chernikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-17 10:10 UTC by olivier
Modified: 2012-08-17 13:20 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 olivier 2012-08-17 10:10:12 UTC
Trying to build net/bird, I meet fetch error:
ftp://bird.network.cz/pub/bird/bird-1.3.8.tar.gz: No route to host
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bird-1.3.8.tar.gz: File unavailable (e.g., file not found, no access)

Adding a new mirror (fossies.org) solve the problem.

Fix: Here is a quick patch:



MAINTAINER=    melifaro@ipfw.ru
 COMMENT=       Dynamic IP routing daemon (IPv4 version)--S8EzyWx4p7G5SwhKssDc3fieotyGKakNWoWvIcVvyOdGPnpE
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       2012-08-17 10:51:04.000000000 +0200
+++ Makefile    2012-08-17 10:51:35.000000000 +0200
@@ -8,7 +8,8 @@
 PORTNAME=      bird
 PORTVERSION=   1.3.8
 CATEGORIES=    net
-MASTER_SITES=  ftp://bird.network.cz/pub/bird/
+MASTER_SITES=  ftp://bird.network.cz/pub/bird/ \
+                               http://fossies.org/unix/misc/
How-To-Repeat: This problem depends of the bird ftp server status.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-17 10:10:30 UTC
Maintainer of net/bird,

Please note that PR ports/170697 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170697

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-17 10:10:31 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Alexander V. Chernikov freebsd_committer freebsd_triage 2012-08-17 10:14:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->melifaro

Take
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-08-17 13:13:07 UTC
Author: sem
Date: Fri Aug 17 12:12:52 2012
New Revision: 302680
URL: http://svn.freebsd.org/changeset/ports/302680

Log:
  - Add another master site
  
  PR:		ports/170697
  Submitted by:	Olivier Cochard-Labbe <olivier at cochard.me>
  Approved by:	maintainer

Modified:
  head/net/bird/Makefile
  head/net/bird6/Makefile

Modified: head/net/bird/Makefile
==============================================================================
--- head/net/bird/Makefile	Fri Aug 17 12:06:21 2012	(r302679)
+++ head/net/bird/Makefile	Fri Aug 17 12:12:52 2012	(r302680)
@@ -8,7 +8,8 @@
 PORTNAME=	bird
 PORTVERSION=	1.3.8
 CATEGORIES=	net
-MASTER_SITES=	ftp://bird.network.cz/pub/bird/
+MASTER_SITES=	ftp://bird.network.cz/pub/bird/ \
+		http://bird.mpls.in/distfiles/bird/
 
 MAINTAINER=	melifaro@ipfw.ru
 COMMENT=	Dynamic IP routing daemon (IPv4 version)

Modified: head/net/bird6/Makefile
==============================================================================
--- head/net/bird6/Makefile	Fri Aug 17 12:06:21 2012	(r302679)
+++ head/net/bird6/Makefile	Fri Aug 17 12:12:52 2012	(r302680)
@@ -8,7 +8,8 @@
 PORTNAME=	bird6
 PORTVERSION=	1.3.8
 CATEGORIES=	net
-MASTER_SITES=	ftp://bird.network.cz/pub/bird/
+MASTER_SITES=	ftp://bird.network.cz/pub/bird/ \
+		http://bird.mpls.in/distfiles/bird/
 DISTNAME=	bird-${PORTVERSION}
 
 MAINTAINER=	melifaro@ipfw.ru
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Sergey Matveychuk freebsd_committer freebsd_triage 2012-08-17 13:13:29 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!