summaryrefslogtreecommitdiffstats
path: root/net-mgmt/smokeping
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2004-05-18 13:23:20 +0000
committererwin <erwin@FreeBSD.org>2004-05-18 13:23:20 +0000
commitefdf1a10583e1a1edb1c704d8bc2cfaef1491153 (patch)
treeef1b7e0a5bfdda358a179fabfa3fb6d4be351614 /net-mgmt/smokeping
parentf55fc0898cfbcc315a029c1b91851d86e2119307 (diff)
downloadFreeBSD-ports-efdf1a10583e1a1edb1c704d8bc2cfaef1491153.zip
FreeBSD-ports-efdf1a10583e1a1edb1c704d8bc2cfaef1491153.tar.gz
Update to 1.30
PR: 66803 Submitted by: maintainer
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r--net-mgmt/smokeping/Makefile4
-rw-r--r--net-mgmt/smokeping/distinfo4
-rw-r--r--net-mgmt/smokeping/files/patch-bin-smokeping.dist2
-rw-r--r--net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist2
-rw-r--r--net-mgmt/smokeping/pkg-install1
5 files changed, 5 insertions, 8 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index 9be49e3..2860480 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= smokeping
-PORTVERSION= 1.28
+PORTVERSION= 1.30
CATEGORIES= net www
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
@@ -94,8 +94,6 @@ post-extract:
@${RM} ${WRKSRC}/lib/BER.pm
@${RM} ${WRKSRC}/lib/SNMP_*.pm
@${RM} ${WRKSRC}/lib/probes/patch
- @${RM} ${WRKSRC}/lib/Smokeping.pm.orig
- @${RM} ${WRKSRC}/lib/Smokeping.pm.rej
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -delete
diff --git a/net-mgmt/smokeping/distinfo b/net-mgmt/smokeping/distinfo
index 784497a..26d39d6 100644
--- a/net-mgmt/smokeping/distinfo
+++ b/net-mgmt/smokeping/distinfo
@@ -1,2 +1,2 @@
-MD5 (smokeping-1.28.tar.gz) = c6f6b03e917c4b04d2079bff0aee6b35
-SIZE (smokeping-1.28.tar.gz) = 214564
+MD5 (smokeping-1.30.tar.gz) = b7e909fb4d851995edc05afffb1a1e4b
+SIZE (smokeping-1.30.tar.gz) = 191865
diff --git a/net-mgmt/smokeping/files/patch-bin-smokeping.dist b/net-mgmt/smokeping/files/patch-bin-smokeping.dist
index e605d1fa..300d7ab 100644
--- a/net-mgmt/smokeping/files/patch-bin-smokeping.dist
+++ b/net-mgmt/smokeping/files/patch-bin-smokeping.dist
@@ -11,7 +11,7 @@
-use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
+use lib qw(%%PREFIX%%/smokeping/lib);
- use Smokeping 1.28;
+ use Smokeping 1.30;
-Smokeping::main("etc/config.dist");
+Smokeping::main("%%PREFIX%%/etc/smokeping/config");
diff --git a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
index 8ce80c4..498bda2 100644
--- a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
+++ b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
@@ -9,7 +9,7 @@
-use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
+use lib qw(%%PREFIX%%/smokeping/lib);
- use Smokeping 1.28;
+ use Smokeping 1.30;
-Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
+Smokeping::cgi("%%PREFIX%%/etc/smokeping/config");
diff --git a/net-mgmt/smokeping/pkg-install b/net-mgmt/smokeping/pkg-install
index d6d1620..b0c96b3 100644
--- a/net-mgmt/smokeping/pkg-install
+++ b/net-mgmt/smokeping/pkg-install
@@ -49,4 +49,3 @@ PRE-INSTALL)
exit 0
;;
esac
-
OpenPOWER on IntegriCloud