pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/fileobj editors/fileobj: Update to v0.7.108
details: https://anonhg.NetBSD.org/pkgsrc/rev/235ecac1dca2
branches: trunk
changeset: 378425:235ecac1dca2
user: tkusumi <tkusumi%pkgsrc.org@localhost>
date: Tue May 03 15:23:59 2022 +0000
description:
editors/fileobj: Update to v0.7.108
ChangeLog:
- Minor fixes and cleanups
- Fix assert failure bug in visual mode (since v0.7.85)
- Add :blake2b
- Add :blake2s
- Add :open_blake2b
- Add :open_blake2s
- Add :pls
- Add line scroll mode
- Add FILEOBJ_USE_LINE_SCROLL
- Rename __FILEOBJ_USE_PERMISSIVE_INSTALL to __FILEOBJ_USE_ALLOW_PYTHON2
diffstat:
editors/fileobj/Makefile | 4 ++--
editors/fileobj/PLIST | 5 ++++-
editors/fileobj/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 7 deletions(-)
diffs (44 lines):
diff -r e9930a04b711 -r 235ecac1dca2 editors/fileobj/Makefile
--- a/editors/fileobj/Makefile Tue May 03 15:14:54 2022 +0000
+++ b/editors/fileobj/Makefile Tue May 03 15:23:59 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/05/03 15:12:33 tkusumi Exp $
+# $NetBSD: Makefile,v 1.15 2022/05/03 15:23:59 tkusumi Exp $
-DISTNAME= fileobj-0.7.107
+DISTNAME= fileobj-0.7.108
PKGREVISION= 2
CATEGORIES= editors python
MASTER_SITES= ${MASTER_SITE_GITHUB:=kusumi/}
diff -r e9930a04b711 -r 235ecac1dca2 editors/fileobj/PLIST
--- a/editors/fileobj/PLIST Tue May 03 15:14:54 2022 +0000
+++ b/editors/fileobj/PLIST Tue May 03 15:23:59 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/05/03 15:12:33 tkusumi Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/05/03 15:23:59 tkusumi Exp $
bin/fileobj-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -122,6 +122,9 @@
${PYSITELIB}/fileobj/ext/pcidev.py
${PYSITELIB}/fileobj/ext/pcidev.pyc
${PYSITELIB}/fileobj/ext/pcidev.pyo
+${PYSITELIB}/fileobj/ext/pls.py
+${PYSITELIB}/fileobj/ext/pls.pyc
+${PYSITELIB}/fileobj/ext/pls.pyo
${PYSITELIB}/fileobj/ext/py.py
${PYSITELIB}/fileobj/ext/py.pyc
${PYSITELIB}/fileobj/ext/py.pyo
diff -r e9930a04b711 -r 235ecac1dca2 editors/fileobj/distinfo
--- a/editors/fileobj/distinfo Tue May 03 15:14:54 2022 +0000
+++ b/editors/fileobj/distinfo Tue May 03 15:23:59 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/05/03 15:12:34 tkusumi Exp $
+$NetBSD: distinfo,v 1.15 2022/05/03 15:23:59 tkusumi Exp $
-BLAKE2s (fileobj-0.7.107.tar.gz) = 6d7fbeebdd2381ec7de770920e3185eaafae5509c28ed0719435cb877665152c
-SHA512 (fileobj-0.7.107.tar.gz) = dc823ce7302c253e2456e7d70452dbe22c9bc5d0c4fe31d73a9561f0dacfb9fa8e3a12419ddd66304c2f276858839edb7ff409d2cb0fa649105c0b0b5ae7b4fb
-Size (fileobj-0.7.107.tar.gz) = 188033 bytes
+BLAKE2s (fileobj-0.7.108.tar.gz) = 48afce53b054b3f12225713c6b8f60edd831ca08d5131dca3edd848ede794276
+SHA512 (fileobj-0.7.108.tar.gz) = 17e1142111ee826d4e0fcb4fc4f69db5c97bee0b594087bc1799c560f550b0ba2650dc8193c7b0efa7ba612fcf11f84e4c736af1a0d755b3ef84faf295f27fb4
+Size (fileobj-0.7.108.tar.gz) = 193970 bytes
Home |
Main Index |
Thread Index |
Old Index