Bug 140826 - use %%PYEASYINSTALL_EGG%% in pkg-plist for devel/py-logilab-common
Summary: use %%PYEASYINSTALL_EGG%% in pkg-plist for devel/py-logilab-common
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: Marcus von Appen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-24 13:40 UTC by ruben
Modified: 2009-12-11 22:00 UTC (History)
1 user (show)

See Also:


Attachments
py-logilab-common.diff (44.08 KB, patch)
2009-11-24 13:40 UTC, ruben
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ruben 2009-11-24 13:40:00 UTC
On installation time the port installs all support files under %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% instead of just %%PYTHON_SITELIBDIR%%
This has been corrected in the patch.

How-To-Repeat: 	pkg_info -g will report on missing files. This may also cause other ports depending on devel/py-logilab-common to run into problems (devel/py-astng)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-24 13:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mva

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-11 21:50:03 UTC
mva         2009-12-11 21:49:23 UTC

  FreeBSD ports repository

  Modified files:
    devel/py-astng       Makefile pkg-plist 
  Log:
  Fix PLIST for easy_install.
  
  PR:             ports/140826
  Submitted by:   Ruben van Staveren <ruben@verweg.com>
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.13      +3 -2      ports/devel/py-astng/Makefile
  1.8       +175 -150  ports/devel/py-astng/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Marcus von Appen freebsd_committer freebsd_triage 2009-12-11 21:52:23 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!