ports/59269: [PATCH] mail/mulberry: update to 3.1

Palle Girgensohn girgen at pingpong.net
Thu Nov 13 23:30:27 UTC 2003


>Number:         59269
>Category:       ports
>Synopsis:       [PATCH] mail/mulberry: update to 3.1
>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:   Thu Nov 13 15:30:24 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
Ping Pong AB
>Environment:
System: FreeBSD palle.girgensohn.se 4.9-RELEASE FreeBSD 4.9-RELEASE #6: Tue Nov  4 22:56:29 CET
>Description:
- Update to 3.1

Port maintainer (yds at CoolRat.org) is cc'd.

This port has not been updated in a long time. Since I use mulberry as
my primary email program, I don't mind taking over this port if the
current maintainer lost interest in the product.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- mulberry-3.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/mulberry/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	22 Feb 2003 16:12:20 -0000	1.7
+++ Makefile	13 Nov 2003 23:22:45 -0000
@@ -6,14 +6,13 @@
 #
 
 PORTNAME=	mulberry
-PORTVERSION=	2.2.1
+PORTVERSION=	3.1
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.cyrusoft.com/pub/Mulberry/v${PORTVERSION:S/./_/g}/
-DIST_SUBDIR=	${PORTNAME}
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/g}-rh6
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
-DISTCRYPTO=	MulberryS${EXTRACT_SUFX}
 EXTRACT_SUFX=	.tgz
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
+DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	yds at CoolRat.org
 COMMENT=	A scalable high-performance GUI internet Mail User Agent
@@ -26,8 +25,9 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_CRYPTO)
+DISTCRYPTO=	${PORTNAME}-s-${PORTVERSION:S/./_/g}-rh6${EXTRACT_SUFX}
 NO_CDROM=	Contains cryptography (can't redistribute)
-NO_PACKAGE=	Contains cryptography (can't place on server for distribution)
+#NO_PACKAGE=	Contains cryptography (can't place on server for distribution)
 .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTCRYPTO})
 IGNORE=	You must manually fetch the Linux RedHat 6.x ${DISTCRYPTO} Plug-ins tarball from https://www.cyrusoft.com/cgi-bin/crypto and place it in ${DISTDIR}/${DIST_SUBDIR}/ and then run 'make -DWITH_CRYPTO install' again
 .endif
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/mulberry/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	16 May 2002 15:56:18 -0000	1.4
+++ distinfo	13 Nov 2003 19:53:26 -0000
@@ -1,2 +1,2 @@
-MD5 (mulberry/mulberry-2_2_1-rh6.tgz) = 0fde1747c3f30ea3fcddb27575204087
-MD5 (mulberry/MulberryS.tgz) = 3305661a83e06f4afb2402e064572273
+MD5 (mulberry/mulberry-3_1-rh6.tgz) = 118e65354fe77f0b63030993fbd2afa8
+MD5 (mulberry/mulberry-s-3_1-rh6.tgz) = 8026b859d95dcaf139af2b371340c3d0
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/mulberry/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	16 Jan 2002 08:46:29 -0000	1.1
+++ pkg-plist	13 Nov 2003 20:16:14 -0000
@@ -1,4 +1,5 @@
 bin/mulberry
+lib/mulberry/Plug-ins/ASpellPlugin.so
 lib/mulberry/Plug-ins/CRAMMD5Plugin.so
 lib/mulberry/Plug-ins/CommunicatorAdbkIOPlugin.so
 lib/mulberry/Plug-ins/DIGESTMD5Plugin.so
@@ -13,14 +14,18 @@
 lib/mulberry/Plug-ins/POPPASSDPlugin.so
 lib/mulberry/Plug-ins/PineAdbkIOPlugin.so
 lib/mulberry/Plug-ins/QuickmailAdbkIOPlugin.so
+%%CRYPTO%%lib/mulberry/Plug-ins/SMIMEPlugin.so
 %%CRYPTO%%lib/mulberry/Plug-ins/SSLPlugin.so
 lib/mulberry/Plug-ins/URLPASSDPlugin.so
+lib/mulberry/Plug-ins/vCardAdbkIOPlugin.so
 @dirrm lib/mulberry/Plug-ins
 @dirrm lib/mulberry
-%%PORTDOCS%%share/doc/mulberry/CHANGES
-%%PORTDOCS%%share/doc/mulberry/CHANGES-DEV
-%%PORTDOCS%%share/doc/mulberry/Mulberry_License
-%%PORTDOCS%%@dirrm share/doc/mulberry
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES-DEV
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES-DEV-v3
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES-v3
+%%PORTDOCS%%%%DOCSDIR%%/Mulberry_License
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 share/pixmaps/mulberry.png
 share/pixmaps/mulberry.xpm
 @unexec rmdir %D/share/pixmaps 2>/dev/null || true
--- mulberry-3.1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list