Bug 79954

Summary: Update Port: mail/py-twistedMail Port does not build if devel/py-twistedCore is not already installed
Product: Ports & Packages Reporter: Neal Nelson <neal>
Component: Individual Port(s)Assignee: Florent Thoumie <flz>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Neal Nelson 2005-04-15 11:10:26 UTC
      The port requires devel/py-twistedCore not only to run but also to build.

Fix: 

+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
 RUN_DEPENDS=   ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \
                ${PYTHON_SITELIBDIR}/twisted/names:${PORTSDIR}/dns/py-twistedNames--k7wr2gK0yhbNjdjzAZjOyTN1tBZ6VPg2PwQlaEP7tteHKyDl
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile    Fri Apr 15 12:02:09 2005
+++ /usr/ports/mail/py-twistedMail/Makefile     Fri Apr 15 12:03:03 2005
@@ -16,6 +16,7 @@
 MAINTAINER=    neal@nelson.name
 COMMENT=       An SMTP, IMAP and POP protocol implementation with clients and servers
How-To-Repeat:       Install the port without py-twistedCore being already installed.
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-04-15 11:34:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Grab.
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2005-04-15 12:27:55 UTC
State Changed
From-To: open->closed

Committed, thanks!