Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 03:20:15 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544780 - head/mail/py-notmuch2
Message-ID:  <202008130320.07D3KFIi095539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008130320.07D3KFIi095539>