Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2000 16:48:56 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/20544: Update port: mail/wmmail to 0.64
Message-ID:  <20000811234856.3DC8737BBE5@hub.freebsd.org>

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

>Number:         20544
>Category:       ports
>Synopsis:       Update port: mail/wmmail to 0.64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 11 16:50:07 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.64

Remove file:
patches/patch-aa  patches/patch-ab

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/mail/wmmail/Makefile mail/wmmail/Makefile
--- /usr/ports/mail/wmmail/Makefile	Thu Aug 10 18:24:24 2000
+++ mail/wmmail/Makefile	Thu Aug 10 18:45:25 2000
@@ -6,21 +6,21 @@
 #
 
 PORTNAME=	wmmail
-PORTVERSION= 	0.63a
+PORTVERSION= 	0.64
 CATEGORIES=	mail windowmaker
-MASTER_SITES=	http://soupnazi.org/FreeBSD/ports/distfiles/
+MASTER_SITES=	http://www.eecg.utoronto.ca/~chanb/WMMail.app/
 DISTNAME=	WMMail.app-${PORTVERSION}
 
 MAINTAINER=	jim@FreeBSD.org
 
 LIB_DEPENDS=	PropList.2:${PORTSDIR}/devel/libPropList
 
+USE_X_PREFIX=	yes
+USE_XPM=	yes
+USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-PL-libs="-L${LOCALBASE}/lib" \
 		--with-PL-incs="-I${LOCALBASE}/include"
-WRKSRC=	${WRKDIR}/WMMail.app-0.63a
-USE_X_PREFIX=	yes
-USE_XPM=	yes
 
 post-install:
 	@${ECHO} "		"
diff -urN /usr/ports/mail/wmmail/files/md5 mail/wmmail/files/md5
--- /usr/ports/mail/wmmail/files/md5	Fri Apr  2 12:30:08 1999
+++ mail/wmmail/files/md5	Tue Aug  8 01:04:51 2000
@@ -1 +1 @@
-MD5 (WMMail.app-0.63a.tar.gz) = c1f3faf0ecc9123413088c06acebf177
+MD5 (WMMail.app-0.64.tar.gz) = fc596db9f2f6b52eec3a303178106c8e
diff -urN /usr/ports/mail/wmmail/patches/patch-aa mail/wmmail/patches/patch-aa
--- /usr/ports/mail/wmmail/patches/patch-aa	Mon Mar 15 10:16:05 1999
+++ mail/wmmail/patches/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- Makefile.in.orig	Fri Jan 15 23:26:15 1999
-+++ Makefile.in	Tue Mar  9 21:15:13 1999
-@@ -253,7 +253,7 @@
- 
- DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
- 
---include $(DEP_FILES)
-+-include $(DEP_FILES):
- 
- mostlyclean-depend:
- 
diff -urN /usr/ports/mail/wmmail/patches/patch-ab mail/wmmail/patches/patch-ab
--- /usr/ports/mail/wmmail/patches/patch-ab	Tue May  9 08:48:24 2000
+++ mail/wmmail/patches/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,36 +0,0 @@
---- maildir.c.orig	Tue May  2 12:09:08 2000
-+++ maildir.c	Tue May  2 12:10:04 2000
-@@ -157,31 +157,15 @@
-   free(buf);
- 
-   while ((entry = readdir(folder_new)) != NULL)
--  {
--    char *tmp = entry->d_name;
--    int   is_message = True, i;
--
--    for (i = 0; i < 9; i++)
--      (void) (isdigit(*tmp++) || (is_message = False));
--
--    if (is_message)
-+    if (entry->d_name[0] != '.')
-     {
-       new_mail++;
-       all_mail++;
-     }
--  }
- 
-   while ((entry = readdir(folder_cur)) != NULL)
--  {
--    char *tmp = entry->d_name;
--    int   is_message = True, i;
--
--    for (i = 0; i < 9; i++)
--      (void) (isdigit(*tmp++) || (is_message = False));
--
--    if (is_message)
-+    if (entry->d_name[0] != '.')
-       all_mail++;
--  }
- 
-   closedir(folder_new);
-   closedir(folder_cur);
diff -urN /usr/ports/mail/wmmail/pkg/COMMENT mail/wmmail/pkg/COMMENT
--- /usr/ports/mail/wmmail/pkg/COMMENT	Sun Jun 27 03:44:02 1999
+++ mail/wmmail/pkg/COMMENT	Tue Aug  8 01:16:52 2000
@@ -1 +1 @@
-A little mail notifier for the WindowMaker dock
+A little mail notifier for the Window Maker dock
diff -urN /usr/ports/mail/wmmail/pkg/DESCR mail/wmmail/pkg/DESCR
--- /usr/ports/mail/wmmail/pkg/DESCR	Sat Aug 14 16:43:13 1999
+++ mail/wmmail/pkg/DESCR	Tue Aug  8 01:03:11 2000
@@ -10,6 +10,6 @@
 re-written to be compatible with the Window Maker Dock, i.e. WMMail.app
 can be dragged and dropped on to (and off from) the Dock dynamically. 
 
-WWW: http://www.eecg.utoronto.ca/~chanb/wmmail.html
+WWW: http://www.eecg.utoronto.ca/cgi-bin/cgiwrap/chanb/www/wmmail
 
 - Jim <jim@FreeBSD.org>


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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