Bug 177921 - net/zebra: Update MASTER_SITES
Summary: net/zebra: Update MASTER_SITES
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-17 19:10 UTC by tkato432
Modified: 2013-04-30 01:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.82 KB, patch)
2013-04-17 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-04-17 19:10:04 UTC
- Update MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-17 19:11:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-30 01:48:03 UTC
Author: miwi
Date: Tue Apr 30 00:47:49 2013
New Revision: 316863
URL: http://svnweb.freebsd.org/changeset/ports/316863

Log:
  - Update MASTER_SITES
  - Add LICENSE
  - Add MAKE_JOBS_SAFE
  
  PR:		177921
  Submitted by:	Ports Fury

Modified:
  head/net/zebra/Makefile   (contents, props changed)

Modified: head/net/zebra/Makefile
==============================================================================
--- head/net/zebra/Makefile	Tue Apr 30 00:42:58 2013	(r316862)
+++ head/net/zebra/Makefile	Tue Apr 30 00:47:49 2013	(r316863)
@@ -1,23 +1,20 @@
-# New ports collection makefile for:	zebra
-# Date created:		So  31 Mai 1998 11:00:30 CEST
-# Whom:			Andreas Klemm <andreas@klemm.gtn.com>
-#
+# Created by: Andreas Klemm <andreas@klemm.gtn.com>
 # $FreeBSD$
-#
 
 PORTNAME=	zebra
 PORTVERSION=	0.95a
 PORTREVISION=	2
 CATEGORIES=	net ipv6
-MASTER_SITES=	ftp://ftp.zebra.org/pub/zebra/ \
+MASTER_SITES=	ftp://ftp.pop-pr.rnp.br/pub/GNU/ftp.zebra.org/zebra/ \
 		ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/ \
-		ftp://ftp.sunet.se/pub/network/zebra/ \
-		ftp://6bone.informatik.uni-leipzig.de/pub/ftp.zebra.org/pub/zebra/ \
-		ftp://ftp.pop-pr.rnp.br/pub/GNU/ftp.zebra.org/zebra/
+		http://ftp.sunet.se/pub/network/zebra/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Free RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector)
 
+LICENSE=	GPLv2 LGPL21
+LICENSE_COMB=	multi
+
 CONFLICTS=	openbgpd-[0-9]* quagga-[0-9]* quagga-re-[0-9]* openospfd-[0-9]*
 
 SUB_FILES=	pkg-message zebractl
@@ -30,6 +27,8 @@ SUB_LIST=	BGPDARGS=${BGPDARGS} \
 USE_SUBMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--sysconfdir=${PREFIX}/etc/zebra
+MAKE_JOBS_SAFE=	yes
+
 SCRIPTS_ENV=	WRKDIRPREFIX=${WRKDIRPREFIX}
 
 OPTIONS_DEFINE=	IPV6 PAM OSPFNSSA SNMP TCPZEBRA BGPD OSPF6D OSPFD RIPD RIPNGD VTYSH
@@ -128,9 +127,9 @@ PLIST_SUB+=	VTYSH="@comment "
 
 post-install:
 	@( cd ${WRKSRC}/doc; ${RM} -f zebra*info*; ${MAKE} zebra.info install )
-	@${ECHO} "===>     installing zebra startup file..."
+	@${ECHO_MSG} "===>     installing zebra startup file..."
 	${INSTALL_SCRIPT} ${WRKDIR}/zebractl ${PREFIX}/sbin/zebractl
-	@${ECHO} "done."
+	@${ECHO_MSG} "done."
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
_______________________________________________
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 3 Martin Wilke freebsd_committer freebsd_triage 2013-04-30 01:48:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!