[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ports/48289: mail/wmbiff update to 0.4.14
>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@xxxxxxxxxxxxxxx:/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@xxxxxxxxxxx
+.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@xxxxxxxxxxx
with "unsubscribe freebsd-ports-bugs" in the body of the message