diff options
Diffstat (limited to 'textproc/codespell')
-rw-r--r-- | textproc/codespell/Makefile | 4 | ||||
-rw-r--r-- | textproc/codespell/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/codespell/Makefile b/textproc/codespell/Makefile index ea3b4749028e..fdfbf07db63a 100644 --- a/textproc/codespell/Makefile +++ b/textproc/codespell/Makefile @@ -6,10 +6,11 @@ # PORTNAME= codespell -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= textproc MASTER_SITES= http://packages.profusion.mobi/${PORTNAME}/ \ http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ +EXTRACT_SUFX= .tar.xz MAINTAINER= gjb@FreeBSD.org COMMENT= Source code spelling checker @@ -17,6 +18,7 @@ COMMENT= Source code spelling checker LICENSE= GPLv2 USE_PYTHON= 3.1+ +USE_XZ= yes PLIST_FILES= bin/codespell PORTDOCS= COPYING README TODO diff --git a/textproc/codespell/distinfo b/textproc/codespell/distinfo index 1782bad1a82d..42470edee612 100644 --- a/textproc/codespell/distinfo +++ b/textproc/codespell/distinfo @@ -1,2 +1,2 @@ -SHA256 (codespell-1.3.tar.gz) = 8224f8b76197bab9d4115a20003e3512f82522895bb10b6f3a718c1f35f0ecdd -SIZE (codespell-1.3.tar.gz) = 43363 +SHA256 (codespell-1.4.tar.xz) = b86f72ce7e20851473fe37e6e425e95a29cc1d7cd10b8d837d8013b2d280d158 +SIZE (codespell-1.4.tar.xz) = 38532 |