Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2017 20:58:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445189 - head/converters/convmv
Message-ID:  <201707062058.v66KwZRS003375@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul  6 20:58:35 2017
New Revision: 445189
URL: https://svnweb.freebsd.org/changeset/ports/445189

Log:
  Update to 2.03
  
  - While I'm here, add LICENSE_FILE
  
  2.03
  - fix man page build due to non-ASCII char (thanks, Anton!)
  
  2.02
  - add option --caseful-sz to optionally treat upper-/lowercasing of sz. This
    also fixes unwanted unidirectional lowercasing of U+1E9E
  
  2.01
  - map : instead of / in SFU mapping tables
  
  PR:		220491
  Submitted by:	Anton Yuzhaninov <citrin@citrin.ru>
  Approved by:	Kuang-che Wu <kcwu@csie.org> (maintainer)

Modified:
  head/converters/convmv/Makefile
  head/converters/convmv/distinfo

Modified: head/converters/convmv/Makefile
==============================================================================
--- head/converters/convmv/Makefile	Thu Jul  6 20:58:29 2017	(r445188)
+++ head/converters/convmv/Makefile	Thu Jul  6 20:58:35 2017	(r445189)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	convmv
-PORTVERSION=	2.0
+PORTVERSION=	2.03
 CATEGORIES=	converters perl5
 MASTER_SITES=	http://www.j3e.de/linux/convmv/ \
 		http://www.sfr-fresh.com/unix/privat/
@@ -12,6 +12,7 @@ COMMENT=	Convert filenames from one encoding to anothe
 
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
+LICENSE_FILE_GPLv2=	${WRKSRC}/GPL2
 
 USES=		perl5 shebangfix
 SHEBANG_FILES=	convmv

Modified: head/converters/convmv/distinfo
==============================================================================
--- head/converters/convmv/distinfo	Thu Jul  6 20:58:29 2017	(r445188)
+++ head/converters/convmv/distinfo	Thu Jul  6 20:58:35 2017	(r445189)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473765881
-SHA256 (convmv-2.0.tar.gz) = 170cf675be1fca77868ff472e9340ca828b1463865a63d4f4b7b3bf4053db93f
-SIZE (convmv-2.0.tar.gz) = 29534
+TIMESTAMP = 1499271158
+SHA256 (convmv-2.03.tar.gz) = f898fd850c8ef5abe48f7536e4b23ce4e11b6133974b2fc41d9197dfecc1c027
+SIZE (convmv-2.03.tar.gz) = 29688



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707062058.v66KwZRS003375>