diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-07 04:58:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-07 04:58:35 +0800 |
commit | f92c7ce2e62d2a5b9e183c090045989d3606c690 (patch) | |
tree | 854aef6422a4780b56b1df5c5522d02b14409f75 /converters/convmv/Makefile | |
parent | 1a4a541a9c6011189e0e62d5f7927e48bf158d47 (diff) | |
download | freebsd-ports-gnome-f92c7ce2e62d2a5b9e183c090045989d3606c690.tar.gz freebsd-ports-gnome-f92c7ce2e62d2a5b9e183c090045989d3606c690.tar.zst freebsd-ports-gnome-f92c7ce2e62d2a5b9e183c090045989d3606c690.zip |
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)
Diffstat (limited to 'converters/convmv/Makefile')
-rw-r--r-- | converters/convmv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/convmv/Makefile b/converters/convmv/Makefile index f441ac75a1c5..a0ed8e04d691 100644 --- a/converters/convmv/Makefile +++ b/converters/convmv/Makefile @@ -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 another LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/GPL2 USES= perl5 shebangfix SHEBANG_FILES= convmv |