aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-06-22 14:42:50 +0800
committerrafan <rafan@FreeBSD.org>2007-06-22 14:42:50 +0800
commit1800d4e2f53a6a5d18851fdc6255bc8b19f6abfb (patch)
tree4aef7f612617e2a47e6da3181af39e8a472bea68 /net
parent13ac0a2fb014e11a5905df1703684c759ffea3c2 (diff)
downloadfreebsd-ports-gnome-1800d4e2f53a6a5d18851fdc6255bc8b19f6abfb.tar.gz
freebsd-ports-gnome-1800d4e2f53a6a5d18851fdc6255bc8b19f6abfb.tar.zst
freebsd-ports-gnome-1800d4e2f53a6a5d18851fdc6255bc8b19f6abfb.zip
- Update to 2.0.13
PR: ports/113918 Submitted by: Tobias Roth <ports at fsck.ch> (maintainer)
Diffstat (limited to 'net')
-rw-r--r--net/gkrellmmultiping2/Makefile3
-rw-r--r--net/gkrellmmultiping2/distinfo6
-rw-r--r--net/gkrellmmultiping2/files/patch-Makefile6
3 files changed, 7 insertions, 8 deletions
diff --git a/net/gkrellmmultiping2/Makefile b/net/gkrellmmultiping2/Makefile
index 5c9d95e8e264..a88da9fd55f5 100644
--- a/net/gkrellmmultiping2/Makefile
+++ b/net/gkrellmmultiping2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gkrellmmultiping
-PORTVERSION= 2.0.11
-PORTREVISION= 1
+PORTVERSION= 2.0.13
CATEGORIES= net
MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/ \
http://depot.fsck.ch/mirror/distfiles/
diff --git a/net/gkrellmmultiping2/distinfo b/net/gkrellmmultiping2/distinfo
index c9ee88f162b6..13d242484662 100644
--- a/net/gkrellmmultiping2/distinfo
+++ b/net/gkrellmmultiping2/distinfo
@@ -1,3 +1,3 @@
-MD5 (gkrellm-multiping-2.0.11.tgz) = e9c31f1a829d8c16c43eb921c430ab77
-SHA256 (gkrellm-multiping-2.0.11.tgz) = 5dd57a4b65397b6aa3d4b56a3ad384be7f5329f12baec9f9d6e0413dee52e581
-SIZE (gkrellm-multiping-2.0.11.tgz) = 16427
+MD5 (gkrellm-multiping-2.0.13.tgz) = 82aac78296b7a3e0e33d2563ec915476
+SHA256 (gkrellm-multiping-2.0.13.tgz) = c2047ef25800d6acda3f65c7154372251230e786b5ba8fbee0d36997fd36187b
+SIZE (gkrellm-multiping-2.0.13.tgz) = 16691
diff --git a/net/gkrellmmultiping2/files/patch-Makefile b/net/gkrellmmultiping2/files/patch-Makefile
index 32aa8c842a84..40da2cb77f05 100644
--- a/net/gkrellmmultiping2/files/patch-Makefile
+++ b/net/gkrellmmultiping2/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Sat Dec 17 15:46:48 2005
-+++ Makefile Sat Jan 7 00:53:35 2006
+--- Makefile.orig Thu Jan 18 08:23:12 2007
++++ Makefile Wed Jun 20 07:04:53 2007
@@ -1,15 +1,11 @@
ifeq ($(INSTALLROOT),)
INSTALLROOT = /usr/local
@@ -12,7 +12,7 @@
-endif
+PLUGINDIR=${PREFIX}/libexec/gkrellm2/plugins
+HELPERDIR=$(PLUGINDIR)
- VERSION = 2.0.11
+ VERSION = 2.0.13
PKGNAME = gkrellm-multiping
-CC = gcc
+CC ?= gcc