Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 21:42:19 +0100 (CET)
From:      "Simon L.Nielsen" <simon@nitro.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47603: mail/wmbiff update to 0.4.13
Message-ID:  <20030128204219.279F410BF96@arthur.nitro.dk>

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

>Number:         47603
>Category:       ports
>Synopsis:       mail/wmbiff update to 0.4.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 28 12:50:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon L. Nielsen
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD arthur.nitro.dk 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Jan 27 23:12:12 CET 2003 root@arthur.nitro.dk:/usr/obj/usr/src/sys/ARTHUR i386
>Description:
Update of mail/wmbiff to 0.4.12 and add support for gnutls.

This PR supersedes ports/47219 (mail/wmbiff update to 0.4.12) and
PR/46301 (Update port: mail/wmbiff to 0.4.10)

>How-To-Repeat:
>Fix:
Note: pkg-message is deleted, and patch-aa is added.

--- wmbiff-0.4.13.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/mirror/freebsd/ncvs/ports/mail/wmbiff/Makefile,v
retrieving revision 1.12
diff -u -d -r1.12 Makefile
--- Makefile	17 Aug 2002 03:04:23 -0000	1.12
+++ Makefile	28 Jan 2003 20:38:38 -0000
@@ -6,13 +6,18 @@
 #
 
 PORTNAME=		wmbiff
-PORTVERSION=		0.4.7
+PORTVERSION=		0.4.13
 CATEGORIES=		mail windowmaker afterstep
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=		jim@FreeBSD.org
 
+.ifdef WITH_GNUTLS
+LIB_DEPENDS=		gcrypt:${PORTSDIR}/security/libgcrypt \
+			gnutls:${PORTSDIR}/security/gnutls
+.endif
+
 USE_X_PREFIX=		yes
 USE_XPM=		yes
 GNU_CONFIGURE=		yes
@@ -25,6 +30,5 @@
 	@${ECHO_MSG} "===>   Installing sample.wmbiffrc to ${DATADIR}"
 	@${ECHO_MSG} "===>   Modify it to suit your needs and copy to ~/.wmbiffrc"
 	@${INSTALL_DATA} -m 644 ${WRKSRC}/wmbiff/sample.wmbiffrc ${DATADIR}
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/mirror/freebsd/ncvs/ports/mail/wmbiff/distinfo,v
retrieving revision 1.7
diff -u -d -r1.7 distinfo
--- distinfo	17 Aug 2002 03:04:23 -0000	1.7
+++ distinfo	28 Jan 2003 20:38:38 -0000
@@ -1 +1 @@
-MD5 (wmbiff-0.4.7.tar.gz) = 300474ef7d5ad9665d2a67eb1d53eb83
+MD5 (wmbiff-0.4.13.tar.gz) = 26b203fff393fda132aac7e766630fe2
Index: pkg-message
===================================================================
RCS file: pkg-message
diff -N pkg-message
--- pkg-message	12 Nov 2001 01:49:31 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,4 +0,0 @@
-
-IMAP-SSL, APOP and CRAM-MD5 are not supported in this FreeBSD port
-because GNUtls and gcrypt are not available as FreeBSD ports.
-
Index: pkg-plist
===================================================================
RCS file: /home/mirror/freebsd/ncvs/ports/mail/wmbiff/pkg-plist,v
retrieving revision 1.3
diff -u -d -r1.3 pkg-plist
--- pkg-plist	30 Jun 2002 22:11:24 -0000	1.3
+++ pkg-plist	28 Jan 2003 20:38:38 -0000
@@ -1,4 +1,5 @@
 bin/wmbiff
+lib/wmbiff/security.debian.rb
 share/wmbiff/sample.wmbiffrc
 share/wmbiff/skins/wmbiff-master-led.xpm
 share/wmbiff/skins/wmbiff-master-contrast.xpm
Index: files/patch-aa
===================================================================
RCS file: files/patch-aa
diff -N files/patch-aa
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-aa	28 Jan 2003 20:38:38 -0000
@@ -0,0 +1,27 @@
+Index: wmbiff/charutil.h
+===================================================================
+RCS file: /cvsroot/wmbiff/wmbiff/wmbiff/charutil.h,v
+retrieving revision 1.10
+retrieving revision 1.11
+diff -u -d -u -r1.10 -r1.11
+--- wmbiff/charutil.h	19 Jan 2003 13:13:04 -0000	1.10
++++ wmbiff/charutil.h	28 Jan 2003 11:12:43 -0000	1.11
+@@ -1,4 +1,4 @@
+-/* $Id: charutil.h,v 1.10 2003/01/19 13:13:04 bluehal Exp $ */
++/* $Id: charutil.h,v 1.11 2003/01/28 11:12:43 bluehal Exp $ */
+ /* Author: Mark Hurley  (debian4tux@telocity.com)
+  *
+  * Character / string manipulation utilities. 
+@@ -12,12 +12,8 @@
+ #include <config.h>
+ #endif
+ 
+-#ifdef HAVE_GNUREGEX_H
+-#include <gnuregex.h>
+-#else
+ #ifdef HAVE_REGEX_H
+ #include <regex.h>
+-#endif
+ #endif
+ 
+ void FullTrim(char *psValue);
--- wmbiff-0.4.13.patch ends here ---


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

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




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