[UPDATE] sysutils/bitrot to 0.9.2 and take maintainer

2018-02-05 Thread Bryan Vyhmeister
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/Makefile5 Feb 2018 06:30:21 -   1.3
+++ sysutils/bitrot/Makefile5 Feb 2018 16:33:56 -
@@ -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 
 
 # 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/distinfo18 Aug 2016 01:52:29 -  1.2
+++ sysutils/bitrot/distinfo5 Feb 2018 16:33:56 -
@@ -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



update sysutils/bitrot

2016-08-17 Thread Michael McConville
There aren't any patches to worry about. This update just adds Python 3
support and fixes --quiet compliance.

Thanks for your time,
Mike


Index: Makefile
===
RCS file: /cvs/ports/sysutils/bitrot/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- Makefile12 Aug 2016 23:15:46 -  1.1.1.1
+++ Makefile18 Aug 2016 00:13:28 -
@@ -2,7 +2,7 @@
 
 COMMENT =  detects when files bit-rot
 
-MODPY_EGG_VERSION =0.8.0
+MODPY_EGG_VERSION =0.9.0
 DISTNAME = bitrot-${MODPY_EGG_VERSION}
 
 CATEGORIES =   sysutils
Index: distinfo
===
RCS file: /cvs/ports/sysutils/bitrot/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo12 Aug 2016 23:15:46 -  1.1.1.1
+++ distinfo18 Aug 2016 00:13:28 -
@@ -1,2 +1,2 @@
-SHA256 (bitrot-0.8.0.tar.gz) = PC+RFqxn1LxChnmWG9L7NIlKvzzMuQsfQvWvIB1OwaI=
-SIZE (bitrot-0.8.0.tar.gz) = 8970
+SHA256 (bitrot-0.9.0.tar.gz) = 3Kc+FpTxnJt8G8BRRQKm8C/ClHKVCx9WU6trqPGH7XQ=
+SIZE (bitrot-0.9.0.tar.gz) = 9159