Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:31:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557493 - head/textproc/codespell
Message-ID:  <202012102131.0BALVEwm043957@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 21:31:14 2020
New Revision: 557493
URL: https://svnweb.freebsd.org/changeset/ports/557493

Log:
  Change MASTER_SITES from GitHub to CHEESESHOP
  
  - Update USES=python
  - Add USE_PYTHON=noflavors: there is no need for flavors
  - Take maintainership

Modified:
  head/textproc/codespell/Makefile
  head/textproc/codespell/distinfo
  head/textproc/codespell/pkg-descr

Modified: head/textproc/codespell/Makefile
==============================================================================
--- head/textproc/codespell/Makefile	Thu Dec 10 21:31:04 2020	(r557492)
+++ head/textproc/codespell/Makefile	Thu Dec 10 21:31:14 2020	(r557493)
@@ -2,24 +2,21 @@
 
 PORTNAME=	codespell
 PORTVERSION=	2.0.0
-DISTVERSIONPREFIX=	v
 CATEGORIES=	textproc
+MASTER_SITES=	CHEESESHOP
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Source code spelling checker
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		python:3.4+
-USE_PYTHON=	autoplist concurrent distutils
+USES=		python:3.5+
+USE_PYTHON=	autoplist concurrent distutils noflavors
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	codespell-project
-
 NO_ARCH=	yes
 
-SUB_FILES+=	pkg-message
+SUB_FILES=	pkg-message
 SUB_LIST=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
 
 .include <bsd.port.mk>

Modified: head/textproc/codespell/distinfo
==============================================================================
--- head/textproc/codespell/distinfo	Thu Dec 10 21:31:04 2020	(r557492)
+++ head/textproc/codespell/distinfo	Thu Dec 10 21:31:14 2020	(r557493)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606294386
-SHA256 (codespell-project-codespell-v2.0.0_GH0.tar.gz) = f691d65ac0aa621698f68f0e98f3bcd5c4407c795ab510118130b593af2751b1
-SIZE (codespell-project-codespell-v2.0.0_GH0.tar.gz) = 180131
+TIMESTAMP = 1607539663
+SHA256 (codespell-2.0.0.tar.gz) = dd9983e096b9f7ba89dd2d2466d1fc37231d060f19066331b9571341363c77b8
+SIZE (codespell-2.0.0.tar.gz) = 178826

Modified: head/textproc/codespell/pkg-descr
==============================================================================
--- head/textproc/codespell/pkg-descr	Thu Dec 10 21:31:04 2020	(r557492)
+++ head/textproc/codespell/pkg-descr	Thu Dec 10 21:31:14 2020	(r557493)
@@ -1,7 +1,5 @@
-Source code spell checker.
-
-Fix common misspellings in text files. It's designed primarily for
-checking misspelled words in source code, but it can be used with other
-files as well.
+Codespell fixes common misspellings in text files. It's designed primarily for
+checking misspelled words in source code, but it can be used with other files as
+well.
 
 WWW: https://github.com/codespell-project/codespell



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