Date: Sun, 24 Feb 2019 16:56:02 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493773 - head/converters/convmv Message-ID: <201902241656.x1OGu25D006410@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Feb 24 16:56:02 2019 New Revision: 493773 URL: https://svnweb.freebsd.org/changeset/ports/493773 Log: converters/convmv: update 2.03 -> 2.05 - allow NFC/NFD conversion on APFS volumes, add man page section for that filesystem - use case- and normalization-insensitivity workarounds also for parsable mode - check for valid utf-8 also in upperlower_checkenc() - fix parsable output, missed the path files to run utime() on - add --run-parsable option to blindly run what a file generated with --parsable tells us to do PR: 235990 Submitted by: kcwu@csie.org (maintainer) Modified: head/converters/convmv/Makefile head/converters/convmv/distinfo Modified: head/converters/convmv/Makefile ============================================================================== --- head/converters/convmv/Makefile Sun Feb 24 16:50:03 2019 (r493772) +++ head/converters/convmv/Makefile Sun Feb 24 16:56:02 2019 (r493773) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= convmv -PORTVERSION= 2.03 +PORTVERSION= 2.05 CATEGORIES= converters perl5 MASTER_SITES= http://www.j3e.de/linux/convmv/ \ http://www.sfr-fresh.com/unix/privat/ Modified: head/converters/convmv/distinfo ============================================================================== --- head/converters/convmv/distinfo Sun Feb 24 16:50:03 2019 (r493772) +++ head/converters/convmv/distinfo Sun Feb 24 16:56:02 2019 (r493773) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499271158 -SHA256 (convmv-2.03.tar.gz) = f898fd850c8ef5abe48f7536e4b23ce4e11b6133974b2fc41d9197dfecc1c027 -SIZE (convmv-2.03.tar.gz) = 29688 +TIMESTAMP = 1551008286 +SHA256 (convmv-2.05.tar.gz) = 53b6ac8ae4f9beaee5bc5628f6a5382bfd14f42a5bed3d881b829d7b52d81ca6 +SIZE (convmv-2.05.tar.gz) = 30680
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902241656.x1OGu25D006410>