View | Details | Raw Unified | Return to bug 79017
Collapse All | Expand All

(-)gtk-imonc/Makefile (-5 / +3 lines)
Lines 2-20 Link Here
2
# Date Created:				26. October 2002
2
# Date Created:				26. October 2002
3
# Whom:					Steffen Vogelreuter
3
# Whom:					Steffen Vogelreuter
4
#
4
#
5
# $FreeBSD: ports/sysutils/gtk-imonc/Makefile,v 1.14 2005/03/12 10:52:47 marcus Exp $
5
# $FreeBSD: ports/sysutils/gtk-imonc/Makefile,v 1.12 2004/11/07 22:37:16 marcus Exp $
6
#
6
#
7
7
8
PORTNAME=	gtk-imonc
8
PORTNAME=	gtk-imonc
9
PORTVERSION=	0.6.3
9
PORTVERSION=	0.6.4.1
10
PORTREVISION=	2
10
#PORTREVISION=	1
11
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
12
MASTER_SITES=	http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/
12
MASTER_SITES=	http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/
13
13
14
MAINTAINER=	aberg@doomnet.de
14
MAINTAINER=	aberg@doomnet.de
15
COMMENT=	A GTK2-based imond-client to control an on(e) disc fli4l router
15
COMMENT=	A GTK2-based imond-client to control an on(e) disc fli4l router
16
17
BROKEN=		Incomplete pkg-plist
18
16
19
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
18
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
(-)gtk-imonc/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (gtk-imonc-0.6.3.tar.gz) = 65034e54f30f5be4b891364b69cc3d6d
1
MD5 (gtk-imonc-0.6.4.1.tar.gz) = 5f81576eb68ccb0f386844af18392c83
2
SIZE (gtk-imonc-0.6.3.tar.gz) = 213741
2
SIZE (gtk-imonc-0.6.4.1.tar.gz) = 216002
(-)gtk-imonc/files/patch-timer.c (-4 / +4 lines)
Lines 1-6 Link Here
1
--- src/timer.c.orig	Mon May 17 23:58:51 2004
1
--- src/timer.c.orig	Wed Jan 12 12:36:24 2005
2
+++ src/timer.c	Tue May 18 00:18:15 2004
2
+++ src/timer.c	Thu Feb 17 21:10:06 2005
3
@@ -298,14 +298,14 @@
3
@@ -293,14 +293,14 @@
4
 				}
4
 				}
5
 				else
5
 				else
6
 				{
6
 				{
Lines 17-23 Link Here
17
 				obytes += tmpbytes;
17
 				obytes += tmpbytes;
18
 				row[i] = get_bytes (tmpbytes, obytebuf);
18
 				row[i] = get_bytes (tmpbytes, obytebuf);
19
 				break;
19
 				break;
20
@@ -1148,8 +1148,8 @@
20
@@ -1165,8 +1165,8 @@
21
 		}
21
 		}
22
 		else
22
 		else
23
 		{
23
 		{
(-)gtk-imonc/pkg-plist (+4 lines)
Lines 12-16 Link Here
12
share/gtk-imonc/pixmaps/shutdown.png
12
share/gtk-imonc/pixmaps/shutdown.png
13
share/locale/de/LC_MESSAGES/gtk-imonc.mo
13
share/locale/de/LC_MESSAGES/gtk-imonc.mo
14
share/pixmaps/gtk-imonc.png
14
share/pixmaps/gtk-imonc.png
15
@dirrm share/gnome/apps/Internet
16
@dirrm share/gnome/apps
17
@dirrm share/gnome
15
@dirrm share/gtk-imonc/pixmaps
18
@dirrm share/gtk-imonc/pixmaps
16
@dirrm share/gtk-imonc
19
@dirrm share/gtk-imonc
20
@dirrm share/pixmaps

Return to bug 79017