This is an update from sysutils bitrot 0.9.0 to 0.9.2. The changes are:

0.9.2

bugfix: one place in the code incorrectly hardcoded UTF-8 as the 
        filesystem encoding

0.9.1

bugfix: print the path that failed to decode with FSENCODING
bugfix: when using -q, don't hide warnings about files that can't be 
        statted or read
bugfix: -s is no longer broken on Python 3


I'm also willing to take MAINTAINER since it was dropped yesterday
unless someone else wants to do it. Tested on amd64.

Bryan



Index: sysutils/bitrot/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/bitrot/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- sysutils/bitrot/Makefile    5 Feb 2018 06:30:21 -0000       1.3
+++ sysutils/bitrot/Makefile    5 Feb 2018 16:33:56 -0000
@@ -2,13 +2,14 @@
 
 COMMENT =              detects when files bit-rot
 
-MODPY_EGG_VERSION =    0.9.0
+MODPY_EGG_VERSION =    0.9.2
 DISTNAME =             bitrot-${MODPY_EGG_VERSION}
-REVISION=              0
 
 CATEGORIES =           sysutils
 
 HOMEPAGE =             https://github.com/ambv/bitrot/
+
+MAINTAINER =           Bryan Vyhmeister <[email protected]>
 
 # MIT
 PERMIT_PACKAGE_CDROM = Yes
Index: sysutils/bitrot/distinfo
===================================================================
RCS file: /cvs/ports/sysutils/bitrot/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- sysutils/bitrot/distinfo    18 Aug 2016 01:52:29 -0000      1.2
+++ sysutils/bitrot/distinfo    5 Feb 2018 16:33:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (bitrot-0.9.0.tar.gz) = 3Kc+FpTxnJt8G8BRRQKm8C/ClHKVCx9WU6trqPGH7XQ=
-SIZE (bitrot-0.9.0.tar.gz) = 9159
+SHA256 (bitrot-0.9.2.tar.gz) = +AQUhSrgrDPkfn1IjaaxMzJzL1eZnRYK5VvU1QDhRwY=
+SIZE (bitrot-0.9.2.tar.gz) = 9699

Reply via email to