diff --git a/app-text/convmv/convmv-2.03.recipe b/app-text/convmv/convmv-2.05.recipe similarity index 82% rename from app-text/convmv/convmv-2.03.recipe rename to app-text/convmv/convmv-2.05.recipe index 8164f807f..c8b31e788 100644 --- a/app-text/convmv/convmv-2.03.recipe +++ b/app-text/convmv/convmv-2.05.recipe @@ -4,12 +4,12 @@ tree and the contained files or a whole filesystem into a different encoding. \ It just converts the filenames, not the content of the files. A special \ feature of convmv is that it also takes care of symlinks, also converts the \ symlink target pointer in case the symlink target is being converted too." -HOMEPAGE="https://www.j3e.de/linux/convmv/" -COPYRIGHT="2003-2017 Bjoern JACKE" +HOMEPAGE="https://www.j3e.de/linux/convmv/man/" +COPYRIGHT="2003-2018 Bjoern JACKE" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://www.j3e.de/linux/convmv/convmv-$portVersion.tar.gz" -CHECKSUM_SHA256="f898fd850c8ef5abe48f7536e4b23ce4e11b6133974b2fc41d9197dfecc1c027" +CHECKSUM_SHA256="53b6ac8ae4f9beaee5bc5628f6a5382bfd14f42a5bed3d881b829d7b52d81ca6" PATCHES="convmv-$portVersion.patchset" ARCHITECTURES="any" @@ -20,6 +20,7 @@ PROVIDES=" " REQUIRES=" haiku + cmd:perl " BUILD_REQUIRES=" @@ -30,7 +31,9 @@ BUILD_PREREQUIRES=" cmd:make cmd:perl cmd:which - #needed to perform the test + " + +TEST_REQUIRES=" cmd:diff cmd:find " diff --git a/app-text/convmv/patches/convmv-2.03.patchset b/app-text/convmv/patches/convmv-2.05.patchset similarity index 93% rename from app-text/convmv/patches/convmv-2.03.patchset rename to app-text/convmv/patches/convmv-2.05.patchset index 9fc6d1c80..dcbd9dd92 100644 --- a/app-text/convmv/patches/convmv-2.03.patchset +++ b/app-text/convmv/patches/convmv-2.05.patchset @@ -5,24 +5,24 @@ Subject: import patch from v1.15 diff --git a/Makefile b/Makefile -index fdaf8bf..3df0c70 100644 +index fdaf8bf..06f9db7 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ FIND=find SED=sed - + all: manpage + sed -i 's,/usr/bin/perl,/usr/bin/env perl,g' convmv - + install: all mkdir -p $(DESTDIR)$(MANDIR)/man1/ @@ -22,6 +23,7 @@ clean: - + test: test -d suite || $(TAR) xf testsuite.tar + sed -i 's,/usr/bin/perl,/usr/bin/env perl,g' suite/parsable_tester.pl cd suite ; ./dotests.sh - + dist: clean -- 2.7.0