diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-21 07:36:02 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-21 07:36:02 +0000 |
commit | df603a277601729d94d22a6713650f350d607faa (patch) | |
tree | 56ee5f7766bf52f4893ebe5056c080ab89eb4e96 /net-mgmt/smokeping | |
parent | f9c652ac02b01de9a7439fb40ebd3de7d441c71d (diff) | |
download | ports-df603a277601729d94d22a6713650f350d607faa.tar.gz ports-df603a277601729d94d22a6713650f350d607faa.zip |
Notes
Diffstat (limited to 'net-mgmt/smokeping')
-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 |