Bug 92236 - port update: broken dependency path in www/zope-calendaring
Summary: port update: broken dependency path in www/zope-calendaring
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-24 01:30 UTC by Khairil Yusof
Modified: 2006-01-24 08:45 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 Khairil Yusof 2006-01-24 01:30:03 UTC

PYTHON_SITELIBDIR does not need LOCALBASE variable in path leading to broken dependency detection for this port

Fix: 

-RUN_DEPENDS=   ${LOCALBASE}/${PYTHON_SITELIBDIR}/dateutil/__init__.py:${PORTSDIR}/devel/py-dateutil \
+RUN_DEPENDS=   ${PYTHON_SITELIBDIR}/dateutil/__init__.py:${PORTSDIR}/devel/py-dateutil \
                ${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFPlone/__init__.py:${PORTSDIR}/www/plone

 NO_PACKAGE=    Double python dependency--0OJh2NX18qwCxvISTXQUjsjjlnV7RmPCNOSyVZkqWdSkjaEb
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Tue Jan 24 09:14:18 2006
+++ Makefile    Tue Jan 24 09:14:39 2006
@@ -16,7 +16,7 @@
 MAINTAINER=    kaeru@inigo-tech.com
 COMMENT=       Calendar product for Plone
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-24 01:40:11 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-24 01:40:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-24 02:13:11 UTC
State Changed
From-To: feedback->open

Submitter is maintainer (please use correct email address next time 
to speed up the process) 


Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-24 02:13:11 UTC
Class Changed
From-To: change-request->maintainer-update

Submitter is maintainer (please use correct email address next time 
to speed up the process)
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-24 08:45:42 UTC
State Changed
From-To: open->closed

Committed, thanks!