summaryrefslogtreecommitdiff
path: root/converters/convmv/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-14 16:25:25 +0000
committerwiz <wiz@pkgsrc.org>2007-01-14 16:25:25 +0000
commit0d1c6e4a5863397df2a1b1ca4ef0a43f25a00514 (patch)
tree8dcf36004d4750f5bedb3ba8e4816e695b63244c /converters/convmv/Makefile
parent50e475b81eca0b5c94d8b5700bda5545d0f76e15 (diff)
downloadpkgsrc-0d1c6e4a5863397df2a1b1ca4ef0a43f25a00514.tar.gz
Update to 1.10:
1.10 - now use from_to instead of utf8::decode (which is experimental and might vanish in the future) to check for valid UTF-8 - updates and cleanups of testsuite and include "0" filename - fix "0" filename bugs - take into account that charset name "utf-8" resolves to "utf-8-strict" in recent Perl versions
Diffstat (limited to 'converters/convmv/Makefile')
-rw-r--r--converters/convmv/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/converters/convmv/Makefile b/converters/convmv/Makefile
index c40777d72a5..93fdb9de7a8 100644
--- a/converters/convmv/Makefile
+++ b/converters/convmv/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2006/07/17 15:09:59 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2007/01/14 16:25:25 wiz Exp $
-DISTNAME= convmv-1.09
+DISTNAME= convmv-1.10
CATEGORIES= converters
MASTER_SITES= http://www.j3e.de/linux/convmv/
@@ -11,6 +11,7 @@ COMMENT= Converts filenames from one encoding to another
PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILD_DEPENDS+= coreutils-[0-9]*:../../sysutils/coreutils
+BUILD_DEPENDS+= findutils-[0-9]*:../../sysutils/findutils
USE_LANGUAGES= # empty
USE_TOOLS+= perl:run
@@ -22,7 +23,8 @@ BUILD_DEFS+= GNU_PROGRAM_PREFIX
# the test script needs the GNU versions
MAKE_ENV+= CONVMV_LS=${GNU_PROGRAM_PREFIX}ls \
- CONVMV_CP=${GNU_PROGRAM_PREFIX}cp
+ CONVMV_CP=${GNU_PROGRAM_PREFIX}cp \
+ CONVMV_FIND=${GNU_PROGRAM_PREFIX}find
MAKEFLAGS+= MANDIR=${PREFIX}/man \
INSTALL_MAN_DIR=${INSTALL_MAN_DIR:Q} \