diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-05-18 13:23:20 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-05-18 13:23:20 +0000 |
commit | e536ec66616bb90387820480eee8e056cccfbb26 (patch) | |
tree | 3f66b6b9557e06cc0d14f47dd1bd5df9d5278158 /net/smokeping | |
parent | 51b7685381ddcff4469cf9f108139be071dc65b2 (diff) | |
download | ports-e536ec66616bb90387820480eee8e056cccfbb26.tar.gz ports-e536ec66616bb90387820480eee8e056cccfbb26.zip |
Notes
Diffstat (limited to 'net/smokeping')
-rw-r--r-- | net/smokeping/Makefile | 4 | ||||
-rw-r--r-- | net/smokeping/distinfo | 4 | ||||
-rw-r--r-- | net/smokeping/files/patch-bin-smokeping.dist | 2 | ||||
-rw-r--r-- | net/smokeping/files/patch-htdocs-smokeping.cgi.dist | 2 | ||||
-rw-r--r-- | net/smokeping/pkg-install | 1 |
5 files changed, 5 insertions, 8 deletions
diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index 9be49e310bf9..2860480e2d1c 100644 --- a/net/smokeping/Makefile +++ b/net/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/smokeping/distinfo b/net/smokeping/distinfo index 784497ab4094..26d39d6afb03 100644 --- a/net/smokeping/distinfo +++ b/net/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/smokeping/files/patch-bin-smokeping.dist b/net/smokeping/files/patch-bin-smokeping.dist index e605d1fa2b94..300d7abece50 100644 --- a/net/smokeping/files/patch-bin-smokeping.dist +++ b/net/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/smokeping/files/patch-htdocs-smokeping.cgi.dist b/net/smokeping/files/patch-htdocs-smokeping.cgi.dist index 8ce80c407559..498bda2866a3 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.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/smokeping/pkg-install b/net/smokeping/pkg-install index d6d1620de394..b0c96b325b67 100644 --- a/net/smokeping/pkg-install +++ b/net/smokeping/pkg-install @@ -49,4 +49,3 @@ PRE-INSTALL) exit 0 ;; esac - |