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

(-)x11-clocks/wmfuzzy/Makefile (-1 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	wmfuzzy
8
PORTNAME=	wmfuzzy
9
PORTVERSION=	0.5
9
PORTVERSION=	0.6
10
CATEGORIES=	x11-clocks windowmaker
10
CATEGORIES=	x11-clocks windowmaker
11
MASTER_SITES=	http://www.manicai.net/comp/wmfuzzy/
11
MASTER_SITES=	http://www.manicai.net/comp/wmfuzzy/
12
EXTRACT_SUFX=	.tgz
12
EXTRACT_SUFX=	.tgz
Lines 18-23 Link Here
18
18
19
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
20
USE_XPM=	yes
20
USE_XPM=	yes
21
22
PORTDOCS=	README
23
PLIST_FILES=	bin/wmfuzzy
21
24
22
do-install:
25
do-install:
23
	@${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${PREFIX}/bin
26
	@${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${PREFIX}/bin
(-)x11-clocks/wmfuzzy/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (wmfuzzy-0.5.tgz) = daf76669b8472c2a16b1bf24e6367174
1
MD5 (wmfuzzy-0.6.tgz) = 24235d7845697247ef7b75da012c45ae
2
SIZE (wmfuzzy-0.5.tgz) = 17042
2
SIZE (wmfuzzy-0.6.tgz) = 19735
(-)x11-clocks/wmfuzzy/files/patch-wmfuzzy.c (+15 lines)
Line 0 Link Here
1
--- wmfuzzy.c.orig	Wed Mar 17 16:58:40 2004
2
+++ wmfuzzy.c	Sat Mar 27 22:15:00 2004
3
@@ -55,10 +55,10 @@
4
 }
5
 
6
 void display_time(const struct tm* tm) {
7
+  const ApproximateTime approximation = approximate(tm, gGranularity);
8
+
9
   static char text[30];
10
   memset(text, 0, ARRAY_SIZE(text));  
11
-
12
-  const ApproximateTime approximation = approximate(tm, gGranularity);
13
 
14
   if (approximation.minutes == 0)
15
   {
(-)x11-clocks/wmfuzzy/pkg-plist (-3 lines)
Lines 1-3 Link Here
1
bin/wmfuzzy
2
%%PORTDOCS%%%%DOCSDIR%%/README
3
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 64858