svn commit: r427238 - in head/net-mgmt: netmagis-common netmagis-topo

Rene Ladan rene at FreeBSD.org
Sun Nov 27 16:35:29 UTC 2016


Author: rene
Date: Sun Nov 27 16:35:28 2016
New Revision: 427238
URL: https://svnweb.freebsd.org/changeset/ports/427238

Log:
  Update netmagis-topo to version 2.3.3 to support net/mgmt/rancid3 instead
  of the expired net-mgmt/rancid.
  
  Submitted by:	maintainer in private mail

Modified:
  head/net-mgmt/netmagis-common/Makefile
  head/net-mgmt/netmagis-common/distinfo
  head/net-mgmt/netmagis-topo/Makefile

Modified: head/net-mgmt/netmagis-common/Makefile
==============================================================================
--- head/net-mgmt/netmagis-common/Makefile	Sun Nov 27 15:32:56 2016	(r427237)
+++ head/net-mgmt/netmagis-common/Makefile	Sun Nov 27 16:35:28 2016	(r427238)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	netmagis
-PORTVERSION?=	2.3.2
+PORTVERSION?=	2.3.3
 CATEGORIES?=	net-mgmt
 MASTER_SITES=	http://netmagis.org/files/
 PKGNAMESUFFIX?=	-common

Modified: head/net-mgmt/netmagis-common/distinfo
==============================================================================
--- head/net-mgmt/netmagis-common/distinfo	Sun Nov 27 15:32:56 2016	(r427237)
+++ head/net-mgmt/netmagis-common/distinfo	Sun Nov 27 16:35:28 2016	(r427238)
@@ -1,2 +1,3 @@
-SHA256 (netmagis-2.3.2.tar.gz) = b3265112c3abf1e08e2727884747996c04ea2250b2395710d997014463110bd9
-SIZE (netmagis-2.3.2.tar.gz) = 685535
+TIMESTAMP = 1480241381
+SHA256 (netmagis-2.3.3.tar.gz) = 22e2a4d4a7aa2c2bd4e22230a3d0ab29df439bcf65e70e4e4337b00b2dccc8a5
+SIZE (netmagis-2.3.3.tar.gz) = 671186

Modified: head/net-mgmt/netmagis-topo/Makefile
==============================================================================
--- head/net-mgmt/netmagis-topo/Makefile	Sun Nov 27 15:32:56 2016	(r427237)
+++ head/net-mgmt/netmagis-topo/Makefile	Sun Nov 27 16:35:28 2016	(r427238)
@@ -7,7 +7,7 @@ PKGNAMESUFFIX=	-topo
 COMMENT=	Netmagis topology module
 
 RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common \
-		rancid-run:net-mgmt/rancid \
+		rancid-run:net-mgmt/rancid3 \
 		fping:net/fping
 
 NO_ARCH=	# no


More information about the svn-ports-all mailing list