Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2004 01:00:32 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64858: Update port: x11-clocks/wmfuzzy to 0.6
Message-ID:  <20040329010032.4a142199.tkato@prontomail.com>
Resent-Message-ID: <200403281610.i2SGALf7075478@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64858
>Category:       ports
>Synopsis:       Update port: x11-clocks/wmfuzzy to 0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 28 08:10:21 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 0.6

New file:
files/patch-wmfuzzy.c

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-clocks/wmfuzzy/Makefile x11-clocks/wmfuzzy/Makefile
--- /usr/ports/x11-clocks/wmfuzzy/Makefile	Mon Jul 28 13:30:23 2003
+++ x11-clocks/wmfuzzy/Makefile	Sat Mar 27 22:07:49 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	wmfuzzy
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 CATEGORIES=	x11-clocks windowmaker
 MASTER_SITES=	http://www.manicai.net/comp/wmfuzzy/
 EXTRACT_SUFX=	.tgz
@@ -18,6 +18,9 @@
 
 USE_X_PREFIX=	yes
 USE_XPM=	yes
+
+PORTDOCS=	README
+PLIST_FILES=	bin/wmfuzzy
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${PREFIX}/bin
diff -urN /usr/ports/x11-clocks/wmfuzzy/distinfo x11-clocks/wmfuzzy/distinfo
--- /usr/ports/x11-clocks/wmfuzzy/distinfo	Fri Mar 19 11:50:07 2004
+++ x11-clocks/wmfuzzy/distinfo	Sat Mar 27 22:08:25 2004
@@ -1,2 +1,2 @@
-MD5 (wmfuzzy-0.5.tgz) = daf76669b8472c2a16b1bf24e6367174
-SIZE (wmfuzzy-0.5.tgz) = 17042
+MD5 (wmfuzzy-0.6.tgz) = 24235d7845697247ef7b75da012c45ae
+SIZE (wmfuzzy-0.6.tgz) = 19735
diff -urN /usr/ports/x11-clocks/wmfuzzy/files/patch-wmfuzzy.c x11-clocks/wmfuzzy/files/patch-wmfuzzy.c
--- /usr/ports/x11-clocks/wmfuzzy/files/patch-wmfuzzy.c	Thu Jan  1 09:00:00 1970
+++ x11-clocks/wmfuzzy/files/patch-wmfuzzy.c	Sat Mar 27 22:15:25 2004
@@ -0,0 +1,15 @@
+--- wmfuzzy.c.orig	Wed Mar 17 16:58:40 2004
++++ wmfuzzy.c	Sat Mar 27 22:15:00 2004
+@@ -55,10 +55,10 @@
+ }
+ 
+ void display_time(const struct tm* tm) {
++  const ApproximateTime approximation = approximate(tm, gGranularity);
++
+   static char text[30];
+   memset(text, 0, ARRAY_SIZE(text));  
+-
+-  const ApproximateTime approximation = approximate(tm, gGranularity);
+ 
+   if (approximation.minutes == 0)
+   {
diff -urN /usr/ports/x11-clocks/wmfuzzy/pkg-plist x11-clocks/wmfuzzy/pkg-plist
--- /usr/ports/x11-clocks/wmfuzzy/pkg-plist	Tue May 13 10:29:39 2003
+++ x11-clocks/wmfuzzy/pkg-plist	Thu Jan  1 09:00:00 1970
@@ -1,3 +0,0 @@
-bin/wmfuzzy
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040329010032.4a142199.tkato>