svn commit: r557431 - head/textproc/py-enchant

Thierry Thomas thierry at FreeBSD.org
Thu Dec 10 13:58:49 UTC 2020


Author: thierry
Date: Thu Dec 10 13:58:48 2020
New Revision: 557431
URL: https://svnweb.freebsd.org/changeset/ports/557431

Log:
  Upgrade to 3.2.0.
  
  Changelog at <https://pyenchant.github.io/pyenchant/changelog.html>.

Modified:
  head/textproc/py-enchant/Makefile
  head/textproc/py-enchant/distinfo
  head/textproc/py-enchant/pkg-descr

Modified: head/textproc/py-enchant/Makefile
==============================================================================
--- head/textproc/py-enchant/Makefile	Thu Dec 10 13:35:39 2020	(r557430)
+++ head/textproc/py-enchant/Makefile	Thu Dec 10 13:58:48 2020	(r557431)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	enchant
-PORTVERSION=	3.1.1
+PORTVERSION=	3.2.0
 CATEGORIES=	textproc devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/textproc/py-enchant/distinfo
==============================================================================
--- head/textproc/py-enchant/distinfo	Thu Dec 10 13:35:39 2020	(r557430)
+++ head/textproc/py-enchant/distinfo	Thu Dec 10 13:58:48 2020	(r557431)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597848238
-SHA256 (pyenchant-3.1.1.tar.gz) = ce0915d7acd771fde6e8c2dce8ad0cb0e6f7c4fa8430cc96e3e7134e99aeb12f
-SIZE (pyenchant-3.1.1.tar.gz) = 49363
+TIMESTAMP = 1607608322
+SHA256 (pyenchant-3.2.0.tar.gz) = 6b97e9a9f132fa7c9029a6635d821ccad67d4980e68186d02c765b4256b6f152
+SIZE (pyenchant-3.2.0.tar.gz) = 49476

Modified: head/textproc/py-enchant/pkg-descr
==============================================================================
--- head/textproc/py-enchant/pkg-descr	Thu Dec 10 13:35:39 2020	(r557430)
+++ head/textproc/py-enchant/pkg-descr	Thu Dec 10 13:58:48 2020	(r557431)
@@ -5,4 +5,4 @@ of Enchant with the flexibility of Python and a nice '
 object-oriented interface. It also aims to provide some higher-level
 functionality than is available in the C API.
 
-WWW: https://pypi.org/project/pyenchant/
+WWW: https://pyenchant.github.io/pyenchant/


More information about the svn-ports-all mailing list