svn commit: r398994 - head/net-mgmt/lldpd

Jason Unovitch junovitch at FreeBSD.org
Sat Oct 10 13:44:13 UTC 2015


Author: junovitch
Date: Sat Oct 10 13:44:11 2015
New Revision: 398994
URL: https://svnweb.freebsd.org/changeset/ports/398994

Log:
  net-mgmt/lldpd: Add maintainer's mirror to MASTER_SITES
  
  PR:		203621
  Submitted by:	Mathieu Simon <freebsd at simweb.ch> (maintainer)

Modified:
  head/net-mgmt/lldpd/Makefile

Modified: head/net-mgmt/lldpd/Makefile
==============================================================================
--- head/net-mgmt/lldpd/Makefile	Sat Oct 10 13:16:57 2015	(r398993)
+++ head/net-mgmt/lldpd/Makefile	Sat Oct 10 13:44:11 2015	(r398994)
@@ -4,7 +4,8 @@
 PORTNAME=	lldpd
 PORTVERSION=	0.7.18
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://media.luffy.cx/files/${PORTNAME}/
+MASTER_SITES=	http://media.luffy.cx/files/${PORTNAME}/ \
+		http://mirror.1labs.ch/${PORTNAME}/
 
 MAINTAINER=	freebsd at simweb.ch
 COMMENT=	LLDP (802.1ab)/CDP/EDP/SONMP/FDP daemon and SNMP subagent


More information about the svn-ports-all mailing list