Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2002 17:07:53 -0400
From:      Yarema <yds@CoolRat.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38050: MAINTAINER-UPDATE: mail/mulberry 2.2 -> 2.2.1
Message-ID:  <courier.3CE02B29.000033E4@CoolRat.org>

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

>Number:         38050
>Category:       ports
>Synopsis:       MAINTAINER-UPDATE: mail/mulberry 2.2 -> 2.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 13 14:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Yarema
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
CoolRat.org
>Environment:
System: FreeBSD volyn.coolrat.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Wed May 8 11:46:45 EDT 2002 root@volyn.coolrat.org:/usr/obj/usr/src/sys/TIGER100 i386
>Description:
Mulberry Change History (Unix)

v2.2.1 : 07-May-2002
Fixes
*Fixed bug with forward caption preferences not including cc by default.
*Fixed bug with binhex/uu encoding causing freezes on send.
*Fixed bug with hidden files appearing in local mailbox lists.
*Fixed bug with occasional corrupt local copies of attachments.
*Fixed bug with failure to update mailbox status when it is copied to.
*Fixed bug with handling broken Applefile attachments.
*Fixed bug causing occasional crashes when message window is open while
connection loss occurs.
*Fixed bug parsing compose file to get multi-key combinations for
accented character typing.
>How-To-Repeat:
cd /usr/ports/mail/mulberry/ && make install
>Fix:
diff -ruN mulberry-2.2/Makefile mulberry/Makefile
--- mulberry-2.2/Makefile	Tue May  7 03:18:53 2002
+++ mulberry/Makefile	Mon May 13 16:54:09 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mulberry
-PORTVERSION=	2.2
+PORTVERSION=	2.2.1
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.cyrusoft.com/pub/Mulberry/v${PORTVERSION:S/./_/g}/
 DIST_SUBDIR=	${PORTNAME}
@@ -38,17 +38,18 @@
 PLIST_SUB+=	CRYPTO="@comment "
 .endif
 
+INSTALL_DIR?=	${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755
 PLUGINSDIR=	${PREFIX}/lib/${PORTNAME}/Plug-ins
 PIXMAPSDIR=	${PREFIX}/share/pixmaps
 
 do-install:
-	${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 ${PLUGINSDIR}
-	${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 ${PIXMAPSDIR}
+	${INSTALL_DIR} ${PLUGINSDIR}
+	${INSTALL_DIR} ${PIXMAPSDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}/Plug-ins/* ${PLUGINSDIR}
 	${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}/icons/* ${PIXMAPSDIR}
 .if !defined(NOPORTDOCS)
-	${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 ${DOCSDIR}
+	${INSTALL_DIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}/CHANGES* ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/Mulberry_License ${DOCSDIR}
 .endif
diff -ruN mulberry-2.2/distinfo mulberry/distinfo
--- mulberry-2.2/distinfo	Tue May  7 03:18:53 2002
+++ mulberry/distinfo	Mon May 13 16:51:29 2002
@@ -1,2 +1,2 @@
-MD5 (mulberry/mulberry-2_2-rh6.tgz) = bba47d92a5b678e191340bded542faf8
-MD5 (mulberry/MulberryS.tgz) = e11f353c58981d16c798feb7d689367b
+MD5 (mulberry/mulberry-2_2_1-rh6.tgz) = 0fde1747c3f30ea3fcddb27575204087
+MD5 (mulberry/MulberryS.tgz) = 14e1b7477b7bdcb3bce8643282fa811b
>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?courier.3CE02B29.000033E4>