Bug 199336

Summary: [patch] fix for devel/py-pygitup
Product: Ports & Packages Reporter: Maxim Filimonov <che>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: xmj
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 199335    
Bug Blocks:    
Attachments:
Description Flags
svn diff
none
svn diff
none
poudriere log
none
svn diff none

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!