Created attachment 164688 [details] devel/rubygem-licensee patch Licensee automates the process of reading LICENSE files and compares their contents to known licenses using a fancy math thing called Rabin-Karp rolling-hashes. WWW: https://github.com/benbalter/licensee
Created attachment 164689 [details] poudriere i386 10.2-RELEASE-p8
Created attachment 164690 [details] poudriere amd64 10.2-RELEASE-p8
$ portlint -AC looks fine.
Created attachment 164695 [details] shar
Comment on attachment 164688 [details] devel/rubygem-licensee patch Obsolete in favour of SHAAAARRRRRRR
Normally a gem's "development dependencies" are not its build dependencies, could you please check if the gem builds and runs without the build dependencies declared?
Created attachment 164702 [details] shar
(In reply to Michael Moll from comment #6) Thanks for the advice! I have done as you requested, and as you suspected, the gem still works perfectly fine.
A commit references this bug: Author: miwi Date: Mon Dec 28 13:19:34 UTC 2015 New revision: 404628 URL: https://svnweb.freebsd.org/changeset/ports/404628 Log: Licensee automates the process of reading LICENSE files and compares their contents to known licenses using a fancy math thing called Rabin-Karp rolling-hashes. WWW: https://github.com/benbalter/licensee PR: 205636 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net> Changes: head/devel/Makefile head/devel/rubygem-licensee/ head/devel/rubygem-licensee/Makefile head/devel/rubygem-licensee/distinfo head/devel/rubygem-licensee/pkg-descr
A commit references this bug: Author: miwi Date: Mon Dec 28 13:20:14 UTC 2015 New revision: 404629 URL: https://svnweb.freebsd.org/changeset/ports/404629 Log: pytoport provides a way to quickly generate the barebones of a Python package by simply providing the name of the module to the command. It accesses the PyPI JSON API and does its best to generate a fully functional Makefile and distinfo where sources are found. WWW: https://github.com/freebsd/pytoport PR: 205636 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net> Changes: head/ports-mgmt/Makefile head/ports-mgmt/py-pytoport/ head/ports-mgmt/py-pytoport/Makefile head/ports-mgmt/py-pytoport/distinfo head/ports-mgmt/py-pytoport/pkg-descr