diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-10 10:44:02 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-10 10:44:02 +0000 |
commit | 1987bd19c08a5df31f38d7ae433b99b6ffa5f8ee (patch) | |
tree | c80caf9db82eb69950136c99d78794e825123fd9 /net/gkrellmmultiping2 | |
parent | 8739fca89e349f1c2a521988fc50b23bb2402faa (diff) | |
download | FreeBSD-ports-1987bd19c08a5df31f38d7ae433b99b6ffa5f8ee.zip FreeBSD-ports-1987bd19c08a5df31f38d7ae433b99b6ffa5f8ee.tar.gz |
net/gkrellmmultiping2 : update and take maintainership
This updates net/gkrellmmultiping2 from 2.0.3_3 to 2.0.8 and
transmits maintainership from ports@freebsd.org to me.
Added files: none
Deleted files: pkg-plist
PR: ports/76011
Submitted by: Tobias Roth <ports@fsck.ch>
Diffstat (limited to 'net/gkrellmmultiping2')
-rw-r--r-- | net/gkrellmmultiping2/Makefile | 11 | ||||
-rw-r--r-- | net/gkrellmmultiping2/distinfo | 4 | ||||
-rw-r--r-- | net/gkrellmmultiping2/files/patch-Makefile | 22 | ||||
-rw-r--r-- | net/gkrellmmultiping2/pkg-descr | 3 | ||||
-rw-r--r-- | net/gkrellmmultiping2/pkg-plist | 2 |
5 files changed, 23 insertions, 19 deletions
diff --git a/net/gkrellmmultiping2/Makefile b/net/gkrellmmultiping2/Makefile index bf0f356..458c932 100644 --- a/net/gkrellmmultiping2/Makefile +++ b/net/gkrellmmultiping2/Makefile @@ -7,21 +7,22 @@ # PORTNAME= gkrellmmultiping -PORTVERSION= 2.0.3 -PORTREVISION= 3 +PORTVERSION= 2.0.8 CATEGORIES= net -MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/ +MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/ \ + http://depot.fsck.ch/mirror/distfiles/ DISTNAME= gkrellm-multiping-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org -COMMENT= GKrellM multiping plugin +MAINTAINER= ports@fsck.ch +COMMENT= GKrellM2 multiping plugin BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 USE_X_PREFIX= yes USE_REINPLACE= yes +PLIST_FILES= libexec/gkrellm2/plugins/multiping.so libexec/gkrellm2/plugins/pinger MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ diff --git a/net/gkrellmmultiping2/distinfo b/net/gkrellmmultiping2/distinfo index fef66c5..4915f6b 100644 --- a/net/gkrellmmultiping2/distinfo +++ b/net/gkrellmmultiping2/distinfo @@ -1,2 +1,2 @@ -MD5 (gkrellm-multiping-2.0.3.tgz) = ca50628c1a1ebc94274de9b933b39fa6 -SIZE (gkrellm-multiping-2.0.3.tgz) = 13943 +MD5 (gkrellm-multiping-2.0.8.tgz) = ec70ac9e13b1ed041813868a70045941 +SIZE (gkrellm-multiping-2.0.8.tgz) = 14377 diff --git a/net/gkrellmmultiping2/files/patch-Makefile b/net/gkrellmmultiping2/files/patch-Makefile index 8865ab1..f441049 100644 --- a/net/gkrellmmultiping2/files/patch-Makefile +++ b/net/gkrellmmultiping2/files/patch-Makefile @@ -1,21 +1,29 @@ ---- Makefile.orig Sun Nov 24 23:27:11 2002 -+++ Makefile Sun Nov 24 23:34:49 2002 -@@ -1,4 +1,4 @@ +--- Makefile.orig Sat Jan 8 13:41:09 2005 ++++ Makefile Sat Jan 8 13:55:03 2005 +@@ -1,29 +1,29 @@ -INSTALLDIR = /usr/local/lib/gkrellm2/plugins +INSTALLDIR = ${PREFIX}/libexec/gkrellm2/plugins - VERSION = 2.0.1 + VERSION = 2.0.8 PKGNAME = gkrellm-multiping #OPT = -march=athlon -O2 -@@ -8,7 +8,7 @@ + #CC = gcc-3.0 +-CC = gcc ++CC ?= gcc + all: pinger multiping.so pinger: pinger.c - $(CC) `pkg-config glib-2.0 --cflags` $(OPT) -lpthread `pkg-config glib-2.0 --libs` -Wall -o pinger pinger.c -+ ${CC} `pkg-config glib-2.0 --cflags` ${OPT} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} `pkg-config glib-2.0 --libs` -Wall -o pinger pinger.c ++ $(CC) `pkg-config glib-2.0 --cflags` $(OPT) ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} `pkg-config glib-2.0 --libs` -Wall -o pinger pinger.c multiping.o: multiping.c decal_multiping_status.xpm $(CC) -Wall -fPIC -Wall `pkg-config gtk+-2.0 --cflags` $(OPT) -DVERSION=\"$(VERSION)\" -c multiping.c -@@ -20,10 +20,10 @@ + + multiping.so: multiping.o +- $(CC) -shared -Wl -ggdb `pkg-config gtk+-2.0 --libs`-o multiping.so multiping.o ++ $(CC) -shared -Wl `pkg-config gtk+-2.0 --libs`-o multiping.so multiping.o + + clean: rm -f *.o *.so core install: pinger multiping.so diff --git a/net/gkrellmmultiping2/pkg-descr b/net/gkrellmmultiping2/pkg-descr index f9dccab..23d24f5 100644 --- a/net/gkrellmmultiping2/pkg-descr +++ b/net/gkrellmmultiping2/pkg-descr @@ -2,6 +2,3 @@ This plugin pings several machines and shows the current round-trip and status. WWW: http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/ - -- Jean-Yves Lefort -jylefort@brutele.be diff --git a/net/gkrellmmultiping2/pkg-plist b/net/gkrellmmultiping2/pkg-plist deleted file mode 100644 index 2379104..0000000 --- a/net/gkrellmmultiping2/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -libexec/gkrellm2/plugins/multiping.so -libexec/gkrellm2/plugins/pinger |