diff options
author | leeym <leeym@FreeBSD.org> | 2003-04-21 15:36:02 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-04-21 15:36:02 +0800 |
commit | dda919bdabe000bb840538cccf89a0f2168e673c (patch) | |
tree | ade7e7c6348fb9aa80c7b613cf8ab4d35b23d481 /net-mgmt | |
parent | 041d3b126a6652e1b82eea0eb8ed3c4056904baf (diff) | |
download | freebsd-ports-gnome-dda919bdabe000bb840538cccf89a0f2168e673c.tar.gz freebsd-ports-gnome-dda919bdabe000bb840538cccf89a0f2168e673c.tar.zst freebsd-ports-gnome-dda919bdabe000bb840538cccf89a0f2168e673c.zip |
Update of the net/smokeping port to version 1.20
PR: 51068
Submitted by: Lars Thegler <lars@thegler.dk>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/smokeping/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/smokeping/pkg-plist | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 53610287b476..b5a2a3d2b180 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smokeping -PORTVERSION= 1.19 +PORTVERSION= 1.20 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ @@ -34,7 +34,7 @@ MAN1= DNS.pm.1 EchoPing.pm.1 EchoPingChargen.pm.1 EchoPingDiscard.pm.1 \ PKGMESSAGE= ${WRKDIR}/pkg-message DOCDIR= ${PREFIX}/share/doc/smokeping DOC1= CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO -DOC2= DNS.pm EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \ +DOC2= Curl.pm DNS.pm EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \ EchoPingHttp.pm EchoPingHttps.pm EchoPingIcp.pm EchoPingSmtp.pm \ FPing.pm FPing6.pm IOSPing.pm ParseConfig.pm Smokeping.pm \ base.pm basefork.pm basevars.pm smokeping.cgi \ diff --git a/net-mgmt/smokeping/distinfo b/net-mgmt/smokeping/distinfo index 839e4cfe4dd3..c8d54c9538f6 100644 --- a/net-mgmt/smokeping/distinfo +++ b/net-mgmt/smokeping/distinfo @@ -1 +1 @@ -MD5 (smokeping-1.19.tar.gz) = f52dcde3ed8d34bf672e75b8dcd39f65 +MD5 (smokeping-1.20.tar.gz) = 6252d186a3e591d11388db54f6940e04 diff --git a/net-mgmt/smokeping/pkg-plist b/net-mgmt/smokeping/pkg-plist index 81f125d39047..963fdd05c121 100644 --- a/net-mgmt/smokeping/pkg-plist +++ b/net-mgmt/smokeping/pkg-plist @@ -18,6 +18,8 @@ share/doc/smokeping/COPYING share/doc/smokeping/COPYRIGHT share/doc/smokeping/README share/doc/smokeping/TODO +share/doc/smokeping/Curl.pm.html +share/doc/smokeping/Curl.pm.txt share/doc/smokeping/DNS.pm.html share/doc/smokeping/DNS.pm.txt share/doc/smokeping/EchoPing.pm.html @@ -74,7 +76,9 @@ smokeping/lib/probes/EchoPingSmtp.pm smokeping/lib/probes/DNS.pm smokeping/lib/probes/basefork.pm smokeping/lib/probes/basevars.pm +smokeping/lib/probes/Curl.pm smokeping/lib/ISG/ParseConfig.pm +smokeping/lib/ISG/VppGateway.pm @unexec rmdir %D/etc/smokeping || true @exec mkdir -p %D/smokeping/htdocs/img; chown www:www %D/smokeping/htdocs/img @unexec rm -rf %D/smokeping/htdocs/img |