svn commit: r544780 - head/mail/py-notmuch2

Mark Linimon linimon at FreeBSD.org
Thu Aug 13 03:20:15 UTC 2020


Author: linimon
Date: Thu Aug 13 03:20:14 2020
New Revision: 544780
URL: https://svnweb.freebsd.org/changeset/ports/544780

Log:
  Mark as BROKEN:
  
    Missing license file for GPLv3 in /ports/default/mail/py-notmuch2/work-py37/notmuch-0.29.1/bindings/python-cffi/../../COPYING-GPL-3

Modified:
  head/mail/py-notmuch2/Makefile

Modified: head/mail/py-notmuch2/Makefile
==============================================================================
--- head/mail/py-notmuch2/Makefile	Thu Aug 13 03:01:02 2020	(r544779)
+++ head/mail/py-notmuch2/Makefile	Thu Aug 13 03:20:14 2020	(r544780)
@@ -8,6 +8,8 @@ COMMENT=	Pythonic bindings for the notmuch mail databa
 
 LICENSE=	GPLv3
 
+BROKEN=		fails to patch: Missing license file for GPLv3 in /ports/default/mail/py-notmuch2/work-py37/notmuch-0.29.1/bindings/python-cffi/../../COPYING-GPL-3
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
 LIB_DEPENDS=	libnotmuch.so:mail/notmuch


More information about the svn-ports-all mailing list