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
Created attachment 155394 [details] svn diff
Created attachment 155395 [details] svn diff Accidentally attached the wrong one
Created attachment 155396 [details] poudriere log
Created attachment 155397 [details] svn diff Removed change of pkg-descr in svn diff
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
Committed, thanks!