summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-05-18 13:23:20 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-05-18 13:23:20 +0000
commite536ec66616bb90387820480eee8e056cccfbb26 (patch)
tree3f66b6b9557e06cc0d14f47dd1bd5df9d5278158 /net-mgmt
parent- import buildconf patch in ports tree. (diff)
Update to 1.30
PR: 66803 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=109430
Diffstat (limited to 'net-mgmt')
-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 9be49e310bf9..2860480e2d1c 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 784497ab4094..26d39d6afb03 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 e605d1fa2b94..300d7abece50 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 8ce80c407559..498bda2866a3 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 d6d1620de394..b0c96b325b67 100644
--- a/net-mgmt/smokeping/pkg-install
+++ b/net-mgmt/smokeping/pkg-install
@@ -49,4 +49,3 @@ PRE-INSTALL)
exit 0
;;
esac
-