Bug 79958 - Update Port: security/py-twistedConch Port does not build if devel/py-twistedCore is not already installed
Summary: Update Port: security/py-twistedConch Port does not build if devel/py-twisted...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florent Thoumie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-15 11:30 UTC by Neal Nelson
Modified: 2005-04-15 12:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neal Nelson 2005-04-15 11:30:20 UTC
      The port requires devel/py-twistedCore not only to run but also to build.

Fix: 

WRKSRC=                ${WRKDIR}/TwistedConch-${PORTVERSION}--YhmUGwMxAgXIkPY7WuKexPbvl0gpUOj0dEMDjQKsLLLCzv4m
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile    Fri Apr 15 12:19:00 2005
+++ /usr/ports/security/py-twistedConch/Makefile        Fri Apr 15 12:19:51 2005@@ -16,6 +16,7 @@
 MAINTAINER=    neal@nelson.name
 COMMENT=       An SSH and SFTP protocol implementation with clients and servers
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
 RUN_DEPENDS=   ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
How-To-Repeat:       Install the port without py-twistedCore being already installed.
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-04-15 11:35:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

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

Committed, thanks!