https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190065
--- Comment #4 from Jan Beich ---
> MASTER_SITES=
> https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/v${PORTVERSION}?dummy=/
> DISTNAME= ${GH_PROJECT}-v${PORTVERSION}
No need to specify those with USE_GITHUB. In
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193811
Marcus von Appen changed:
What|Removed |Added
CC||port...@freebsd.org,
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193811
--- Comment #4 from 6year...@gmail.com ---
(In reply to Marcus von Appen from comment #2)
> portmgr@: please exp-run attachment 147938 [details].
>
> 6yearold: Can you give my patch another try? It works for me.
Yup, seems to work. Now i'm
On, Fri Oct 03, 2014, Stefan Ehmann wrote:
> According to freshports there are about 10 ports that depend on
> py-pilllow and 50 that depend on py-imaging.
>
> py-imaging conflicts with py-pilllow. E.g., calibre and xmbc cannot be
> installed at the same time.
>
>
> I noticed the problem because c
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193786
Marcus von Appen changed:
What|Removed |Added
Status|Open|Issue Resolved
Resoluti
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193786
--- Comment #5 from commit-h...@freebsd.org ---
A commit references this bug:
Author: mva
Date: Sat Oct 4 06:58:35 UTC 2014
New revision: 369946
URL: https://svnweb.freebsd.org/changeset/ports/369946
Log:
- Convert to USES=python
PR: