Summary: | net/bird: adding a master_site for the source | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | olivier |
Component: | Individual Port(s) | Assignee: | Alexander V. Chernikov <melifaro> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
olivier
2012-08-17 10:10:12 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 State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->melifaro Take 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" State Changed From-To: feedback->closed Committed. Thanks! |