Bug 127260 - [PATCH] graphics/py-pydot: fix setup.py which may cause distinfo error
Summary: [PATCH] graphics/py-pydot: fix setup.py which may cause distinfo error
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: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-10 04:40 UTC by Yi-Jheng Lin
Modified: 2008-09-10 18:31 UTC (History)
1 user (show)

See Also:


Attachments
py25-pydot-1.0.2_1.patch (1.80 KB, patch)
2008-09-10 04:40 UTC, Yi-Jheng Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yi-Jheng Lin 2008-09-10 04:40:01 UTC
- Fix setup.py which may using easy_install instead of distutils.
  This may lead to unclean deinstallation.
- Move PROJECTHOST out from the PORTNAME section. (portlint FATAL)

Port maintainer (stefan@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-10 04:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-09-10 16:55:55 UTC
stefan      2008-09-10 15:55:46 UTC

  FreeBSD ports repository

  Modified files:
    graphics/py-pydot    Makefile 
    graphics/py-pydot/files patch-setup.py 
  Log:
  - Patch setup.py to avoid using easy_install instead of distutils, which leads
    to unclean deinstallation.
  - Move PROJECTHOST out of the PORTNAME section to satisfy portlint.
  
  PR:             127260
  Submitted by:   Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  Approved by:    portmgr (pav)
  
  Revision  Changes    Path
  1.7       +2 -1      ports/graphics/py-pydot/Makefile
  1.2       +16 -2     ports/graphics/py-pydot/files/patch-setup.py
_______________________________________________
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 Stefan Walter freebsd_committer freebsd_triage 2008-09-10 18:31:11 UTC
State Changed
From-To: open->closed

Committed, thanks!