Date: Tue, 21 Jun 2005 09:16:03 -0500 (CDT) From: Babak Farrokhi <babak@farrokhi.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/82489: Update port mail/openwebmail - fixed wget dependency Message-ID: <20050621141603.621A556436@royalway.propagation.net> Resent-Message-ID: <200506211630.j5LGUGX4072141@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 82489 >Category: ports >Synopsis: Update port mail/openwebmail - fixed wget dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 21 16:30:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD royalway.propagation.net 5.4-STABLE FreeBSD 5.4-STABLE #5: Thu Jun 16 15:09:53 CDT 2005 root@royalway.propagation.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: --- openwebmail.patch begins here --- diff -ruN openwebmail.orig/Makefile openwebmail/Makefile --- openwebmail.orig/Makefile Fri Jun 17 10:14:48 2005 +++ openwebmail/Makefile Fri Jun 17 10:15:25 2005 @@ -7,6 +7,7 @@ PORTNAME= openwebmail PORTVERSION?= 2.51 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://openwebmail.org/openwebmail/download/%SUBDIR%/ \ http://turtle.ee.ncku.edu.tw/openwebmail/download/%SUBDIR%/ @@ -128,7 +129,7 @@ .endif .if defined(WITH_WGET) -RUN_DEPENDS+= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget-devel +RUN_DEPENDS+= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget .endif .if defined(WITH_ZLIB) --- openwebmail.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050621141603.621A556436>