convmv, bump version (#2678)

This commit is contained in:
Schrijvers Luc
2018-06-11 02:05:29 +02:00
committed by fbrosson
parent be5d602cd0
commit fbb3086564
2 changed files with 12 additions and 9 deletions

View File

@@ -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
"

View File

@@ -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