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

(-)net/fping/Makefile (-3 / +5 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	fping
4
PORTNAME=	fping
5
PORTVERSION=	3.10
5
PORTVERSION=	3.13
6
CATEGORIES=	net ipv6
6
CATEGORIES=	net ipv6
7
MASTER_SITES=	http://fping.org/dist/ \
8
		http://bitrote.org/distfiles/
9
7
10
MAINTAINER=	jharris@widomaker.com
8
MAINTAINER=	jharris@widomaker.com
11
COMMENT=	Quickly ping multiple hosts without flooding the network
9
COMMENT=	Quickly ping multiple hosts without flooding the network
Lines 16-26 Link Here
16
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
17
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
15
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
18
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	schweikert
19
19
OPTIONS_MULTI=		NET
20
OPTIONS_MULTI=		NET
20
OPTIONS_MULTI_NET=	IPV4 IPV6
21
OPTIONS_MULTI_NET=	IPV4 IPV6
21
OPTIONS_DEFAULT=	IPV4
22
OPTIONS_DEFAULT=	IPV4
22
OPTIONS_SUB=	yes
23
OPTIONS_SUB=	yes
23
24
25
USES=		autoreconf gmake
24
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--bindir="${PREFIX}/sbin"
27
CONFIGURE_ARGS=	--bindir="${PREFIX}/sbin"
26
INSTALL_TARGET=	install-strip
28
INSTALL_TARGET=	install-strip
(-)net/fping/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (fping-3.10.tar.gz) = cd47e842f32fe6aa72369d8a0e3545f7c137bb019e66f47379dc70febad357d8
1
TIMESTAMP = 1473075716
2
SIZE (fping-3.10.tar.gz) = 157010
2
SHA256 (schweikert-fping-3.13_GH0.tar.gz) = ec867fce028fbf77e3fc332699b108f85b0c17738bb0e36b273b537980c60a7f
3
SIZE (schweikert-fping-3.13_GH0.tar.gz) = 44448

Return to bug 212386