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

(-)bubblemon-dockapp/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	bubblemon-dockapp
8
PORTNAME=	bubblemon-dockapp
9
PORTVERSION=	1.40
9
PORTVERSION=	1.46
10
PORTREVISION=	1
11
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
12
MASTER_SITES=	http://www.ne.jp/asahi/linux/timecop/software/
11
MASTER_SITES=	http://www.ne.jp/asahi/linux/timecop/software/
13
DISTNAME=	${PORTNAME}-${PORTVERSION:S/0$//}
12
DISTNAME=	${PORTNAME}-${PORTVERSION:S/0$//}
(-)bubblemon-dockapp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (bubblemon-dockapp-1.4.tar.gz) = b77eeeaab253422dc03aa143934b3788
1
MD5 (bubblemon-dockapp-1.46.tar.gz) = f1f86fe5c725bf3a6f5fef8709992931
2
SIZE (bubblemon-dockapp-1.4.tar.gz) = 38503
2
SIZE (bubblemon-dockapp-1.46.tar.gz) = 40001
(-)bubblemon-dockapp/files/patch-sys_freebsd.c (-10 lines)
Lines 1-10 Link Here
1
--- sys_freebsd.c.orig	Mon Apr 16 14:14:53 2001
2
+++ sys_freebsd.c	Sat Feb  1 11:39:45 2003
3
@@ -19,6 +19,7 @@
4
 
5
 #include <kvm.h>
6
 #include <fcntl.h>
7
+#include <sys/types.h>
8
 #include <sys/dkstat.h>
9
 #include <sys/vmmeter.h>
10
 #include <stdlib.h>

Return to bug 69671