pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/fileobj



Module Name:    pkgsrc
Committed By:   tkusumi
Date:           Sun Jan  7 08:37:55 UTC 2024

Modified Files:
        pkgsrc/editors/fileobj: Makefile PLIST distinfo

Log Message:
editors/fileobj: Update to v0.8.3

ChangeLog:
- Minor fixes and cleanups
- Add --blkscan


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/editors/fileobj/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/fileobj/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/editors/fileobj/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/fileobj/Makefile
diff -u pkgsrc/editors/fileobj/Makefile:1.22 pkgsrc/editors/fileobj/Makefile:1.23
--- pkgsrc/editors/fileobj/Makefile:1.22        Wed Dec 27 10:28:23 2023
+++ pkgsrc/editors/fileobj/Makefile     Sun Jan  7 08:37:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2023/12/27 10:28:23 tkusumi Exp $
+# $NetBSD: Makefile,v 1.23 2024/01/07 08:37:55 tkusumi Exp $
 
-DISTNAME=      fileobj-0.8.2
+DISTNAME=      fileobj-0.8.3
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kusumi/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/editors/fileobj/PLIST
diff -u pkgsrc/editors/fileobj/PLIST:1.7 pkgsrc/editors/fileobj/PLIST:1.8
--- pkgsrc/editors/fileobj/PLIST:1.7    Tue May  3 15:23:59 2022
+++ pkgsrc/editors/fileobj/PLIST        Sun Jan  7 08:37:55 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/05/03 15:23:59 tkusumi Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/01/07 08:37:55 tkusumi Exp $
 bin/fileobj-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -17,6 +17,9 @@ ${PYSITELIB}/fileobj/ascii.pyo
 ${PYSITELIB}/fileobj/blk.py
 ${PYSITELIB}/fileobj/blk.pyc
 ${PYSITELIB}/fileobj/blk.pyo
+${PYSITELIB}/fileobj/blkscan.py
+${PYSITELIB}/fileobj/blkscan.pyc
+${PYSITELIB}/fileobj/blkscan.pyo
 ${PYSITELIB}/fileobj/candidate.py
 ${PYSITELIB}/fileobj/candidate.pyc
 ${PYSITELIB}/fileobj/candidate.pyo

Index: pkgsrc/editors/fileobj/distinfo
diff -u pkgsrc/editors/fileobj/distinfo:1.18 pkgsrc/editors/fileobj/distinfo:1.19
--- pkgsrc/editors/fileobj/distinfo:1.18        Wed Dec 27 10:28:23 2023
+++ pkgsrc/editors/fileobj/distinfo     Sun Jan  7 08:37:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2023/12/27 10:28:23 tkusumi Exp $
+$NetBSD: distinfo,v 1.19 2024/01/07 08:37:55 tkusumi Exp $
 
-BLAKE2s (fileobj-0.8.2.tar.gz) = 6a90eafac359f832407b9668a7d8f05bfd6ef14e57f0ed23bca9a8427fe65b61
-SHA512 (fileobj-0.8.2.tar.gz) = 6681f86e78a717d25f88cd916ffd21326f75d850e0ba8c89541c8c8e082942cdfe62c4345db9091930debcc66c1a1cff93b8dc0ad88cea7a552f7f716183cbbb
-Size (fileobj-0.8.2.tar.gz) = 194249 bytes
+BLAKE2s (fileobj-0.8.3.tar.gz) = 2503b3917395501b026f88b87a6e5f2900c6052c1de7cc1be1dec01d7ba06811
+SHA512 (fileobj-0.8.3.tar.gz) = f39a715bf9c01c0e0982b2bdb41b34fc1a8a184af6f496cc09ab098403dd20f787154fbef23390959ff4c6c7ec3298e80029f38dae360f1780576e52febb839c
+Size (fileobj-0.8.3.tar.gz) = 195028 bytes



Home | Main Index | Thread Index | Old Index