Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Apr 2003 01:00:04 +0200 (CEST)
From:      "Simon L.Nielsen" <simon@nitro.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jim@FreeBSD.org
Subject:   ports/50510: mail/wmbiff update to 0.4.15
Message-ID:  <20030331230004.6795410BF94@arthur.nitro.dk>
Resent-Message-ID: <200303312300.h2VN0BeD070625@freefall.freebsd.org>

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

>Number:         50510
>Category:       ports
>Synopsis:       mail/wmbiff update to 0.4.15
>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:   Mon Mar 31 15:00:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon L. Nielsen
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD arthur.nitro.dk 4.8-RC FreeBSD 4.8-RC #2: Sun Mar 23 12:22:56 CET 2003 root@arthur.nitro.dk:/usr/obj/usr/src/sys/ARTHUR i386
>Description:
Update of mail/wmbiff to 0.4.15 and add support for gnutls (SSL).

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
o [2003/02/14] ports/48289  jim         mail/wmbiff update to 0.4.14
>How-To-Repeat:
>Fix:
Note
* pkg-message is deleted.
* Take maintainer-ship as agreed with current maintainer (jim@FreeBSD.org)
* The SSL code currently does not work (it still compiles) but that
  seems to be a problem with libtans1/gnutls/grcrypt and should
  hopefully be fixed when they are upgraded to the latest versions.

--- wmbiff-0.4.15.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/wmbiff/Makefile,v
retrieving revision 1.13
retrieving revision 1.13.1000.3
diff -u -d -r1.13 -r1.13.1000.3
--- Makefile	7 Mar 2003 06:06:01 -0000	1.13
+++ Makefile	31 Mar 2003 22:41:02 -0000	1.13.1000.3
@@ -6,13 +6,18 @@
 #
 
 PORTNAME=		wmbiff
-PORTVERSION=		0.4.7
+PORTVERSION=		0.4.15
 CATEGORIES=		mail windowmaker afterstep
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=		jim@FreeBSD.org
-COMMENT=	An xbiff-like Window Maker dock app
+MAINTAINER=		simon@nitro.dk
+COMMENT=		An xbiff-like Window Maker dock app
+
+.ifdef WITH_GNUTLS
+LIB_DEPENDS=		gcrypt:${PORTSDIR}/security/libgcrypt \
+			gnutls:${PORTSDIR}/security/gnutls
+.endif
 
 USE_X_PREFIX=		yes
 USE_XPM=		yes
@@ -26,6 +31,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/ncvs/ports/mail/wmbiff/distinfo,v
retrieving revision 1.7
retrieving revision 1.7.1000.1
diff -u -d -r1.7 -r1.7.1000.1
--- distinfo	17 Aug 2002 03:04:23 -0000	1.7
+++ distinfo	31 Mar 2003 21:53:21 -0000	1.7.1000.1
@@ -1 +1 @@
-MD5 (wmbiff-0.4.7.tar.gz) = 300474ef7d5ad9665d2a67eb1d53eb83
+MD5 (wmbiff-0.4.15.tar.gz) = 0da40f7826b864dab1f4e9e4a9c0d216
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/wmbiff/pkg-plist,v
retrieving revision 1.3
retrieving revision 1.3.1000.2
diff -u -d -r1.3 -r1.3.1000.2
--- pkg-plist	30 Jun 2002 22:11:24 -0000	1.3
+++ pkg-plist	31 Mar 2003 22:33:23 -0000	1.3.1000.2
@@ -1,6 +1,8 @@
 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
+@dirrm lib/wmbiff
 @dirrm share/wmbiff/skins
 @dirrm share/wmbiff
--- wmbiff-0.4.15.patch ends here ---


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



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