pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/retext



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar  7 07:31:00 UTC 2021

Modified Files:
        pkgsrc/editors/retext: Makefile distinfo

Log Message:
retext: updated to 7.2.1

ReText 7.2.1

* Improved support for dark Qt themes.
* Fixed preview jumping to top during MathJax rendering.
* Fixed QTextBrowser-based preview jumping.
* Fixed opening files with spaces from QTextBrowser-based
  preview.
* Use `defaultCodec` setting by default when saving files;
  correctly detect encoding for UTF-8 files with BOM.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/retext/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/retext/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/retext/Makefile
diff -u pkgsrc/editors/retext/Makefile:1.5 pkgsrc/editors/retext/Makefile:1.6
--- pkgsrc/editors/retext/Makefile:1.5  Thu Feb 11 03:42:44 2021
+++ pkgsrc/editors/retext/Makefile      Sun Mar  7 07:31:00 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/02/11 03:42:44 gutteridge Exp $
+# $NetBSD: Makefile,v 1.6 2021/03/07 07:31:00 adam Exp $
 
-VERSION=       7.2.0
-DISTNAME=      ReText-${VERSION}
+DISTNAME=      ReText-7.2.1
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=R/ReText/}
@@ -11,16 +10,15 @@ HOMEPAGE=   https://github.com/retext-proj
 COMMENT=       Simple but powerful editor for Markdown and reStructuredText
 LICENSE=       gnu-gpl-v3
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 DEPENDS+=      ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
 DEPENDS+=      ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
 DEPENDS+=      ${PYPKGPREFIX}-markups-[0-9]*:../../textproc/py-markups
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../x11/py-qt5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/editors/retext/distinfo
diff -u pkgsrc/editors/retext/distinfo:1.3 pkgsrc/editors/retext/distinfo:1.4
--- pkgsrc/editors/retext/distinfo:1.3  Thu Feb 11 03:42:44 2021
+++ pkgsrc/editors/retext/distinfo      Sun Mar  7 07:31:00 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/02/11 03:42:44 gutteridge Exp $
+$NetBSD: distinfo,v 1.4 2021/03/07 07:31:00 adam Exp $
 
-SHA1 (ReText-7.2.0.tar.gz) = f58cdf88c4804de51822f5864830b80652cb4827
-RMD160 (ReText-7.2.0.tar.gz) = e904a6bd2a855cf28eafd068484d18568731777e
-SHA512 (ReText-7.2.0.tar.gz) = ed1cb0088fcd3f1cba96bb07137766c6ae8177e8c9a91f22334ef2f949b58792e03f0b5022d9ef71bfb611b7969c651b4c7920f48ed8e1ad07caff2f69c85a35
-Size (ReText-7.2.0.tar.gz) = 516895 bytes
+SHA1 (ReText-7.2.1.tar.gz) = 8358a6b3178b35e1980e9fad8d924b890c59deed
+RMD160 (ReText-7.2.1.tar.gz) = b3e980d4611347088c228271c5b746920e890aec
+SHA512 (ReText-7.2.1.tar.gz) = 1a375acb40792e3cae9f955a75ebac7c30c9e5cc719477989b28d8d7f06e18ad14d98f1a600a5b6d050b3276ef22bd46b5f1f07af90d561cca500674ff461604
+Size (ReText-7.2.1.tar.gz) = 522364 bytes



Home | Main Index | Thread Index | Old Index