Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2020 09:36:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548833 - head/devel/py-proselint
Message-ID:  <202009170936.08H9asaG077192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 17 09:36:54 2020
New Revision: 548833
URL: https://svnweb.freebsd.org/changeset/ports/548833

Log:
  - Fix LICENSE
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-proselint/Makefile
  head/devel/py-proselint/pkg-descr

Modified: head/devel/py-proselint/Makefile
==============================================================================
--- head/devel/py-proselint/Makefile	Thu Sep 17 09:36:20 2020	(r548832)
+++ head/devel/py-proselint/Makefile	Thu Sep 17 09:36:54 2020	(r548833)
@@ -9,7 +9,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Linter for prose
 
-LICENSE=	BSD2CLAUSE
+LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
@@ -18,5 +18,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py-c
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-proselint/pkg-descr
==============================================================================
--- head/devel/py-proselint/pkg-descr	Thu Sep 17 09:36:20 2020	(r548832)
+++ head/devel/py-proselint/pkg-descr	Thu Sep 17 09:36:54 2020	(r548833)
@@ -3,4 +3,4 @@ good advice - a tremendous amount of knowledge about t
 usage guides, dictionaries, technical manuals, essays, pamphlets, websites, and
 the hearts and minds of great authors and editors.
 
-WWW: http://github.com/amperser/proselint
+WWW: https://github.com/amperser/proselint



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