mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
updated
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
# $Id$
|
||||
#
|
||||
PORTNAME= fping
|
||||
PORTVERSION= 4.1
|
||||
PORTVERSION= 5.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://fping.org/dist/ http://bitrote.org/distfiles/
|
||||
#MASTER_SITES= https://fping.org/dist/
|
||||
MASTER_SITES+= https://github.com/schweikert/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
|
||||
MAINTAINER= jharris@widomaker.com
|
||||
COMMENT= Quickly ping multiple hosts without flooding the network
|
||||
@@ -16,9 +18,13 @@ CONFIGURE_ARGS+= --enable-ipv6
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
USES= autoreconf gmake
|
||||
|
||||
#USE_GITHUB= yes
|
||||
#GH_ACCOUNT= schweikert
|
||||
|
||||
post-install:
|
||||
cd ${STAGEDIR}${PREFIX}/sbin && ${LN} -s fping fping6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
SHA256 (fping-4.1.tar.gz) = 2733e2a18cc2b5b935c4e3b5b84ccf2080c38043f1864d7c43326e8048ddab73
|
||||
SIZE (fping-4.1.tar.gz) = 170851
|
||||
TIMESTAMP = 1755501295
|
||||
SHA256 (fping-5.3.tar.gz) = d57bd0141aea082e3adfc198bfc3db5dfd12a7014c7c2655e97f61cd54901d0e
|
||||
SIZE (fping-5.3.tar.gz) = 197370
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
man/man8/fping.8.gz
|
||||
sbin/fping
|
||||
sbin/fping6
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# $URL: file:///usr2/svn/ports5/network-utils/curl/Makefile $
|
||||
#
|
||||
PORTNAME= curl
|
||||
PORTVERSION= 7.81.0 #7.48.0
|
||||
PORTVERSION= 7.81.0
|
||||
CATEGORIES= ftp www
|
||||
MASTER_SITES+= http://curl.haxx.se/download/
|
||||
PKGNAMEPREFIX= lib
|
||||
|
||||
Reference in New Issue
Block a user