Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2021 19:51:40 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561256 - head/textproc/py-sphinxcontrib-httpdomain
Message-ID:  <202101111951.10BJpeNu043581@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Jan 11 19:51:39 2021
New Revision: 561256
URL: https://svnweb.freebsd.org/changeset/ports/561256

Log:
  textproc/py-sphinxcontrib-httpdomain: Add LICENSE
  
  While here, set architecture neutral (qa warning).
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/py-sphinxcontrib-httpdomain/Makefile

Modified: head/textproc/py-sphinxcontrib-httpdomain/Makefile
==============================================================================
--- head/textproc/py-sphinxcontrib-httpdomain/Makefile	Mon Jan 11 19:51:00 2021	(r561255)
+++ head/textproc/py-sphinxcontrib-httpdomain/Makefile	Mon Jan 11 19:51:39 2021	(r561256)
@@ -10,9 +10,14 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wg@FreeBSD.org
 COMMENT=	Sphinx domain for HTTP APIs
 
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	${PY_SPHINX}
 
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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