Bug 199336 - [patch] fix for devel/py-pygitup
Summary: [patch] fix for devel/py-pygitup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch
Depends on: 199335
Blocks:
  Show dependency treegraph
 
Reported: 2015-04-09 21:34 UTC by Maxim Filimonov
Modified: 2015-07-01 09:27 UTC (History)
1 user (show)

See Also:


Attachments
svn diff (5.23 KB, patch)
2015-04-09 21:35 UTC, Maxim Filimonov
no flags Details | Diff
svn diff (2.15 KB, patch)
2015-04-09 22:16 UTC, Maxim Filimonov
no flags Details | Diff
poudriere log (17.20 KB, text/x-log)
2015-04-09 22:17 UTC, Maxim Filimonov
no flags Details
svn diff (1.59 KB, patch)
2015-04-09 22:24 UTC, Maxim Filimonov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Filimonov 2015-04-09 21:34:18 UTC
I messed up a bit with the mentioned port. It failed to run saying it didn't have some of the needed libraries. I changed "==" to ">=" in tne setup.py, but that ditn't help as it really needs the GitPython library. Here's my fix. `portlint -AC` says everything is fine
Comment 1 Maxim Filimonov 2015-04-09 21:35:50 UTC
Created attachment 155394 [details]
svn diff
Comment 2 Maxim Filimonov 2015-04-09 22:16:44 UTC
Created attachment 155395 [details]
svn diff

Accidentally attached the wrong one
Comment 3 Maxim Filimonov 2015-04-09 22:17:36 UTC
Created attachment 155396 [details]
poudriere log
Comment 4 Maxim Filimonov 2015-04-09 22:24:26 UTC
Created attachment 155397 [details]
svn diff

Removed change of pkg-descr in svn diff
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-07-01 09:26:52 UTC
A commit references this bug:

Author: xmj
Date: Wed Jul  1 09:26:45 UTC 2015
New revision: 391038
URL: https://svnweb.freebsd.org/changeset/ports/391038

Log:
  devel/py-pygitup: fix port

  - fix RUN_DEPENDS
  - fix install_requires in setup.py patch
  - while there, add dos2unix

  PR:		199336
  Submitted by:	Maxim Filimonov

Changes:
  head/devel/py-pygitup/Makefile
  head/devel/py-pygitup/files/
  head/devel/py-pygitup/files/patch-setup.py
Comment 6 Johannes Jost Meixner freebsd_committer freebsd_triage 2015-07-01 09:27:57 UTC
Committed, thanks!