aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-05-02 19:32:47 +0000
committerLars Thegler <lth@FreeBSD.org>2005-05-02 19:32:47 +0000
commitdd4b346b37d4eb12923dda27e98b167fa84a0955 (patch)
treea79ba321c1fc8f340510c76ebe6368e6571637cf
parentd7e8994b2c4c1658b6fee861b5164fe17cde0ed1 (diff)
downloadports-dd4b346b37d4eb12923dda27e98b167fa84a0955.tar.gz
ports-dd4b346b37d4eb12923dda27e98b167fa84a0955.zip
Notes
-rw-r--r--net-mgmt/smokeping/Makefile2
-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/smokeping/Makefile2
-rw-r--r--net/smokeping/distinfo4
-rw-r--r--net/smokeping/files/patch-bin-smokeping.dist2
-rw-r--r--net/smokeping/files/patch-htdocs-smokeping.cgi.dist2
8 files changed, 10 insertions, 10 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index 26608fc963d0..ad2784301503 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= smokeping
-PORTVERSION= 1.38
+PORTVERSION= 1.40
CATEGORIES= net www
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
diff --git a/net-mgmt/smokeping/distinfo b/net-mgmt/smokeping/distinfo
index a28858b741d6..68d10a4bcd23 100644
--- a/net-mgmt/smokeping/distinfo
+++ b/net-mgmt/smokeping/distinfo
@@ -1,2 +1,2 @@
-MD5 (smokeping-1.38.tar.gz) = d885a9d27fdbbc3ddf8f3295d283faa8
-SIZE (smokeping-1.38.tar.gz) = 225115
+MD5 (smokeping-1.40.tar.gz) = 8b965a32b1611445932273abbfad4c48
+SIZE (smokeping-1.40.tar.gz) = 237066
diff --git a/net-mgmt/smokeping/files/patch-bin-smokeping.dist b/net-mgmt/smokeping/files/patch-bin-smokeping.dist
index c0011a8e6935..8fc5c5d496e8 100644
--- a/net-mgmt/smokeping/files/patch-bin-smokeping.dist
+++ b/net-mgmt/smokeping/files/patch-bin-smokeping.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.38;
+ use Smokeping 1.40;
-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 b8535089133e..e53cf653b763 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.38;
+ use Smokeping 1.40;
-Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
+Smokeping::cgi("%%PREFIX%%/etc/smokeping/config");
diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile
index 26608fc963d0..ad2784301503 100644
--- a/net/smokeping/Makefile
+++ b/net/smokeping/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= smokeping
-PORTVERSION= 1.38
+PORTVERSION= 1.40
CATEGORIES= net www
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
diff --git a/net/smokeping/distinfo b/net/smokeping/distinfo
index a28858b741d6..68d10a4bcd23 100644
--- a/net/smokeping/distinfo
+++ b/net/smokeping/distinfo
@@ -1,2 +1,2 @@
-MD5 (smokeping-1.38.tar.gz) = d885a9d27fdbbc3ddf8f3295d283faa8
-SIZE (smokeping-1.38.tar.gz) = 225115
+MD5 (smokeping-1.40.tar.gz) = 8b965a32b1611445932273abbfad4c48
+SIZE (smokeping-1.40.tar.gz) = 237066
diff --git a/net/smokeping/files/patch-bin-smokeping.dist b/net/smokeping/files/patch-bin-smokeping.dist
index c0011a8e6935..8fc5c5d496e8 100644
--- a/net/smokeping/files/patch-bin-smokeping.dist
+++ b/net/smokeping/files/patch-bin-smokeping.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.38;
+ use Smokeping 1.40;
-Smokeping::main("etc/config.dist");
+Smokeping::main("%%PREFIX%%/etc/smokeping/config");
diff --git a/net/smokeping/files/patch-htdocs-smokeping.cgi.dist b/net/smokeping/files/patch-htdocs-smokeping.cgi.dist
index b8535089133e..e53cf653b763 100644
--- a/net/smokeping/files/patch-htdocs-smokeping.cgi.dist
+++ b/net/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.38;
+ use Smokeping 1.40;
-Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
+Smokeping::cgi("%%PREFIX%%/etc/smokeping/config");