ports/76781: [PATCH] mail/p5-Mail-IMAPClient: missing dependency upon security/p5-Digest-HMAC

KIMURA Yasuhiro yasu at utahime.org
Fri Jan 28 03:20:13 UTC 2005


>Number:         76781
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Mail-IMAPClient: missing dependency upon security/p5-Digest-HMAC
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 28 03:20:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD xxxxxxxx 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Sat Jan 22 10:31:36 JST 2005 xxxxxxxx i386


	
>Description:
	CRAM-MD5 authentication requires Digest::HMAC_MD5, which is
	part of security/p5-Digest-HMAC.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-p5-Mail-IMAPClient begins here ---
Index: mail/p5-Mail-IMAPClient/Makefile
===================================================================
RCS file: /net/cvsup/cvsroot/ports/mail/p5-Mail-IMAPClient/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- mail/p5-Mail-IMAPClient/Makefile	16 Jan 2004 22:27:36 -0000	1.12
+++ mail/p5-Mail-IMAPClient/Makefile	28 Jan 2005 02:58:41 -0000
@@ -15,7 +15,8 @@
 MAINTAINER=	mharo at FreeBSD.org
 COMMENT=	Perl5 module to talk to a IMAP4rev1 (RFC2060) server
 
-BUILD_DEPENDS=	${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
+BUILD_DEPENDS=	${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
+		${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- patch-p5-Mail-IMAPClient ends here ---


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



More information about the freebsd-ports-bugs mailing list