Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 23:37:22 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40422: update port: mail/openwebmail
Message-ID:  <20020710153722.4E7D03EAA13@utopia.leeym.com>

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

>Number:         40422
>Category:       ports
>Synopsis:       update port: mail/openwebmail
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 10 08:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 4.6-STABLE FreeBSD 4.6-STABLE #30: Sat Jul 6 05:51:06 CST 2002 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386


	
>Description:

fix wrong dependency.
bump PORTREVISION

>How-To-Repeat:
	
>Fix:

	

--- openwebmail.diff begins here ---
diff -ruN --exclude CVS /usr/ports/mail/openwebmail/Makefile openwebmail/Makefile
--- /usr/ports/mail/openwebmail/Makefile	Tue Jun 11 10:01:20 2002
+++ openwebmail/Makefile	Wed Jul 10 23:32:20 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=	openwebmail
 PORTVERSION=	1.65
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://turtle.ee.ncku.edu.tw/openwebmail/download/
 EXTRACT_SUFX=	.tgz
@@ -15,7 +16,7 @@
 	
 RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
 		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
--- openwebmail.diff ends here ---


>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?20020710153722.4E7D03EAA13>