diff options
author | erwin <erwin@FreeBSD.org> | 2004-05-18 21:23:20 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-05-18 21:23:20 +0800 |
commit | efdf1a10583e1a1edb1c704d8bc2cfaef1491153 (patch) | |
tree | ef1b7e0a5bfdda358a179fabfa3fb6d4be351614 /net/smokeping | |
parent | f55fc0898cfbcc315a029c1b91851d86e2119307 (diff) | |
download | freebsd-ports-gnome-efdf1a10583e1a1edb1c704d8bc2cfaef1491153.tar.gz freebsd-ports-gnome-efdf1a10583e1a1edb1c704d8bc2cfaef1491153.tar.zst freebsd-ports-gnome-efdf1a10583e1a1edb1c704d8bc2cfaef1491153.zip |
Update to 1.30
PR: 66803
Submitted by: maintainer
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 - |