Changeset 82814
- Timestamp:
- 08/20/11 16:54:46 (4 years ago)
- Location:
- trunk/dports/sysutils/convmv
- Files:
-
- 2 edited
-
Portfile (modified) (3 diffs)
-
files/patch-convmv.diff (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/convmv/Portfile
r78864 r82814 4 4 5 5 name convmv 6 version 1.14 7 revision 1 6 version 1.15 8 7 categories sysutils perl 9 8 platforms darwin 10 9 maintainers nomaintainer 10 license GPL-2+ 11 11 supported_archs noarch 12 12 … … 24 24 default. To turn this smartness off use the --nosmart switch. 25 25 26 homepage http:// j3e.de/linux/convmv/man/27 master_sites http:// j3e.de/linux/convmv/26 homepage http://www.j3e.de/linux/convmv/man/ 27 master_sites http://www.j3e.de/linux/convmv/ 28 28 29 checksums md5 d41238051c13b2e6c0cc2310a8f69d68 \ 30 sha1 e6261eed4771014e84ffe68aac8041c02fb1834d \ 31 rmd160 3b9c2a89dccad4d0361241a71d588f37450338b0 29 checksums rmd160 f92c74f93ed02c1c817a6e899f9be910ce6b362e \ 30 sha256 c315aec78490b588000467d1c51081b36e629de0537c5a17fd48b1acaf8a5135 32 31 33 32 depends_lib bin:perl:perl5 … … 44 43 } 45 44 45 livecheck.type regex 46 livecheck.url [lindex ${master_sites} 0] 47 livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} -
trunk/dports/sysutils/convmv/files/patch-convmv.diff
r78864 r82814 1 --- convmv.orig 20 08-12-11 18:38:34.000000000 -06002 +++ convmv 2011-0 5-24 11:53:29.000000000 -05001 --- convmv.orig 2011-08-20 16:22:34.000000000 -0500 2 +++ convmv 2011-08-20 18:49:09.000000000 -0500 3 3 @@ -1,4 +1,4 @@ 4 4 -#!/usr/bin/perl 5 5 +#!/usr/bin/env perl 6 # convmv 1.1 4- converts filenames from one encoding to another7 # Copyright © 2003-20 08Bjoern JACKE <bjoern@j3e.de>6 # convmv 1.15 - converts filenames from one encoding to another 7 # Copyright © 2003-2011 Bjoern JACKE <bjoern@j3e.de> 8 8 # 9 @@ -577,10 +577,8 @@10 if (-e $newname and !$opt_exec) {11 if ($opt_replace and !&compare($oldfile,$newname)) {12 if ($opt_notest) {13 - unlink $newname or print $outerr "Error: $!\n";14 rename ($oldfile, $newname) or print $outerr "Error: $!\n";15 } elsif ($opt_parsable) {16 - print "unlink".$del.$dir."/".$oldfile.$fin_del;17 print "rename".$del.$dir."/".$oldfile.$del.$dir."/".$newname.$fin_del;18 }19 } else {
Note: See TracChangeset
for help on using the changeset viewer.

