View | Details | Raw Unified | Return to bug 226437
Collapse All | Expand All

(-)net-mgmt/netmagis-common/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME?=	netmagis
4
PORTNAME?=	netmagis
5
PORTVERSION?=	2.3.3
5
PORTVERSION?=	2.3.4
6
CATEGORIES?=	net-mgmt
6
CATEGORIES?=	net-mgmt
7
MASTER_SITES=	http://netmagis.org/files/
7
MASTER_SITES=	http://netmagis.org/files/
8
PKGNAMESUFFIX?=	-common
8
PKGNAMESUFFIX?=	-common
(-)net-mgmt/netmagis-common/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480241381
1
TIMESTAMP = 1520103662
2
SHA256 (netmagis-2.3.3.tar.gz) = 22e2a4d4a7aa2c2bd4e22230a3d0ab29df439bcf65e70e4e4337b00b2dccc8a5
2
SHA256 (netmagis-2.3.4.tar.gz) = 041c8de59e8dfa03f2fb02da2dea2e72aa19972a638d0226c36c45312ad132da
3
SIZE (netmagis-2.3.3.tar.gz) = 671186
3
SIZE (netmagis-2.3.4.tar.gz) = 670861
(-)net-mgmt/netmagis-database/Makefile (+2 lines)
Lines 6-11 Link Here
6
6
7
COMMENT=	Utilities for the netmagis database server
7
COMMENT=	Utilities for the netmagis database server
8
8
9
LICENSE=	CECILL-B
10
9
RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common \
11
RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common \
10
		pwgen:sysutils/pwgen \
12
		pwgen:sysutils/pwgen \
11
		tcltls>=1.4.1:devel/tcltls \
13
		tcltls>=1.4.1:devel/tcltls \
(-)net-mgmt/netmagis-detecteq/Makefile (+2 lines)
Lines 6-11 Link Here
6
6
7
COMMENT=	Files for detection of equipment modifications
7
COMMENT=	Files for detection of equipment modifications
8
8
9
LICENSE=	CECILL-B
10
9
RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common
11
RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common
10
12
11
MASTERDIR=	${.CURDIR}/../netmagis-common
13
MASTERDIR=	${.CURDIR}/../netmagis-common
(-)net-mgmt/netmagis-metro/Makefile (+2 lines)
Lines 6-11 Link Here
6
6
7
COMMENT=	Netmagis metrology module
7
COMMENT=	Netmagis metrology module
8
8
9
LICENSE=	CECILL-B
10
9
RUN_DEPENDS+=	netmagis-config:net-mgmt/netmagis-common \
11
RUN_DEPENDS+=	netmagis-config:net-mgmt/netmagis-common \
10
		p5-DBD-Pg>0:databases/p5-DBD-Pg \
12
		p5-DBD-Pg>0:databases/p5-DBD-Pg \
11
		p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \
13
		p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \
(-)net-mgmt/netmagis-servers/Makefile (+2 lines)
Lines 6-11 Link Here
6
6
7
COMMENT=	Netmagis module for dhcp, bind and mail servers
7
COMMENT=	Netmagis module for dhcp, bind and mail servers
8
8
9
LICENSE=	CECILL-B
10
9
RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common
11
RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common
10
12
11
MASTERDIR=	${.CURDIR}/../netmagis-common
13
MASTERDIR=	${.CURDIR}/../netmagis-common
(-)net-mgmt/netmagis-topo/Makefile (+2 lines)
Lines 6-11 Link Here
6
6
7
COMMENT=	Netmagis topology module
7
COMMENT=	Netmagis topology module
8
8
9
LICENSE=	CECILL-B
10
9
RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common \
11
RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common \
10
		rancid-run:net-mgmt/rancid3 \
12
		rancid-run:net-mgmt/rancid3 \
11
		fping:net/fping
13
		fping:net/fping
(-)net-mgmt/netmagis-utils/Makefile (+2 lines)
Lines 6-11 Link Here
6
6
7
COMMENT=	Netmagis command-line utilities
7
COMMENT=	Netmagis command-line utilities
8
8
9
LICENSE=	CECILL-B
10
9
RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common
11
RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common
10
12
11
MASTERDIR=	${.CURDIR}/../netmagis-common
13
MASTERDIR=	${.CURDIR}/../netmagis-common
(-)net-mgmt/netmagis-www/Makefile (+2 lines)
Lines 6-11 Link Here
6
6
7
COMMENT=	Netmagis web module
7
COMMENT=	Netmagis web module
8
8
9
LICENSE=	CECILL-B
10
9
RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common \
11
RUN_DEPENDS=	netmagis-config:net-mgmt/netmagis-common \
10
		dot:graphics/graphviz \
12
		dot:graphics/graphviz \
11
		pwgen:sysutils/pwgen \
13
		pwgen:sysutils/pwgen \

Return to bug 226437