Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2002 20:31:03 -0400
From:      Yarema <yds@CoolRat.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38089: MAINTAINER-UPDATE: mail/mulberry
Message-ID:  <courier.3CE1AC47.00001BCA@CoolRat.org>

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

>Number:         38089
>Category:       ports
>Synopsis:       MAINTAINER-UPDATE: mail/mulberry
>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:   Tue May 14 17:40: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: Tue May 14 04:55:31 EDT 2002 root@volyn.coolrat.org:/usr/obj/usr/src/sys/TIGER100 i386
>Description:
md5 mismatch for ports/mail/mulberry (MulberryS.tgz) -- the md5 that is in
the current port is for the redhat5 crypto package, while the port fetches
the redhat6 application.  This patch has the correct md5 checksum for the
Linux RedHat 6.x version of MulberryS.tgz tarball.
>How-To-Repeat:
cd /usr/ports/mail/mulberry/ && make -DWITH_CRYPTO
>Fix:
diff -ruN mulberry-2.2.1/Makefile mulberry/Makefile
--- mulberry-2.2.1/Makefile	Mon May 13 21:35:55 2002
+++ mulberry/Makefile	Tue May 14 20:21:01 2002
@@ -29,7 +29,7 @@
 NO_PACKAGE=	Contains cryptography (can't place on server for distribution)
 RESTRICTED=	Contains cryptography (can't place on server for distribution)
 .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTCRYPTO})
-IGNORE=	You must manually fetch the ${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
+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
 RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg
 DISTFILES+=	${DISTCRYPTO}
diff -ruN mulberry-2.2.1/distinfo mulberry/distinfo
--- mulberry-2.2.1/distinfo	Mon May 13 16:51:29 2002
+++ mulberry/distinfo	Tue May 14 20:14:43 2002
@@ -1,2 +1,2 @@
 MD5 (mulberry/mulberry-2_2_1-rh6.tgz) = 0fde1747c3f30ea3fcddb27575204087
-MD5 (mulberry/MulberryS.tgz) = 14e1b7477b7bdcb3bce8643282fa811b
+MD5 (mulberry/MulberryS.tgz) = 3305661a83e06f4afb2402e064572273
>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.3CE1AC47.00001BCA>