Date: Mon, 12 Sep 2016 13:01:32 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421922 - head/net/fping Message-ID: <201609121301.u8CD1WC3097147@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Mon Sep 12 13:01:32 2016 New Revision: 421922 URL: https://svnweb.freebsd.org/changeset/ports/421922 Log: net/fping: Update to 3.13 - Use new official GitHub repo, as website was down from Apr-Sept 2016 - Add USES=autoreconf as GitHub tarball only comes with configure.ac - Add USES=gmake as manpage generation was failing with pmake Changes this release: https://github.com/schweikert/fping/blob/3.13/ChangeLog PR: 212386 Approved by: jharris@widomaker.com (maintainer), adamw (mentor) Modified: head/net/fping/Makefile head/net/fping/distinfo Modified: head/net/fping/Makefile ============================================================================== --- head/net/fping/Makefile Mon Sep 12 12:44:43 2016 (r421921) +++ head/net/fping/Makefile Mon Sep 12 13:01:32 2016 (r421922) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= fping -PORTVERSION= 3.10 +PORTVERSION= 3.13 CATEGORIES= net ipv6 -MASTER_SITES= http://fping.org/dist/ \ - http://bitrote.org/distfiles/ MAINTAINER= jharris@widomaker.com COMMENT= Quickly ping multiple hosts without flooding the network @@ -16,11 +14,15 @@ LICENSE_NAME= Previous BSD License LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USE_GITHUB= yes +GH_ACCOUNT= schweikert + OPTIONS_MULTI= NET OPTIONS_MULTI_NET= IPV4 IPV6 OPTIONS_DEFAULT= IPV4 OPTIONS_SUB= yes +USES= autoreconf gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/sbin" INSTALL_TARGET= install-strip Modified: head/net/fping/distinfo ============================================================================== --- head/net/fping/distinfo Mon Sep 12 12:44:43 2016 (r421921) +++ head/net/fping/distinfo Mon Sep 12 13:01:32 2016 (r421922) @@ -1,2 +1,3 @@ -SHA256 (fping-3.10.tar.gz) = cd47e842f32fe6aa72369d8a0e3545f7c137bb019e66f47379dc70febad357d8 -SIZE (fping-3.10.tar.gz) = 157010 +TIMESTAMP = 1473075716 +SHA256 (schweikert-fping-3.13_GH0.tar.gz) = ec867fce028fbf77e3fc332699b108f85b0c17738bb0e36b273b537980c60a7f +SIZE (schweikert-fping-3.13_GH0.tar.gz) = 44448
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609121301.u8CD1WC3097147>