Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2003 23:29:34 +0100 (CET)
From:      "Simon L.Nielsen" <simon@nitro.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48289: mail/wmbiff update to 0.4.14
Message-ID:  <20030214222934.BB8F410BFAB@arthur.nitro.dk>

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

>Number:         48289
>Category:       ports
>Synopsis:       mail/wmbiff update to 0.4.14
>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:   Fri Feb 14 14:30:06 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 #1: Mon Feb 10 17:24:25 CET 2003 root@arthur.nitro.dk:/usr/obj/usr/src/sys/ARTHUR i386
>Description:
Update of mail/wmbiff to 0.4.14 and add support for gnutls.

This PR supersedes :
o [2002/12/16] ports/46301  jim         Update port: mail/wmbiff to 0.4.10 (fix ports/45993)
o [2003/01/19] ports/47219  jim         mail/wmbiff update to 0.4.12
o [2003/01/28] ports/47603  jim         mail/wmbiff update to 0.4.13
>How-To-Repeat:
>Fix:
Note: pkg-message is deleted.

--- wmbiff-0.4.14.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	14 Feb 2003 21:54:01 -0000
@@ -6,13 +6,18 @@
 #
 
 PORTNAME=		wmbiff
-PORTVERSION=		0.4.7
+PORTVERSION=		0.4.14
 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	14 Feb 2003 21:54:01 -0000
@@ -1 +1 @@
-MD5 (wmbiff-0.4.7.tar.gz) = 300474ef7d5ad9665d2a67eb1d53eb83
+MD5 (wmbiff-0.4.14.tar.gz) = f260c9eefa21b4ce66bc97f26460b7c5
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	14 Feb 2003 21:54:01 -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
--- wmbiff-0.4.14.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?20030214222934.BB8F410BFAB>