From owner-svn-ports-head@FreeBSD.ORG Wed Aug 21 13:11:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 837324F8; Wed, 21 Aug 2013 13:11:03 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E9212AB8; Wed, 21 Aug 2013 13:11:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7LDB3gw032134; Wed, 21 Aug 2013 13:11:03 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7LDB3Jl032133; Wed, 21 Aug 2013 13:11:03 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308211311.r7LDB3Jl032133@svn.freebsd.org> From: William Grzybowski Date: Wed, 21 Aug 2013 13:11:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325126 - head/converters/iconv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2013 13:11:03 -0000 Author: wg Date: Wed Aug 21 13:11:02 2013 New Revision: 325126 URL: http://svnweb.freebsd.org/changeset/ports/325126 Log: converters/iconv: convert to new perl5 USES - Convert to new perl5 USES framework, forgot in the last commit Modified: head/converters/iconv/Makefile Modified: head/converters/iconv/Makefile ============================================================================== --- head/converters/iconv/Makefile Wed Aug 21 13:08:44 2013 (r325125) +++ head/converters/iconv/Makefile Wed Aug 21 13:11:02 2013 (r325126) @@ -11,8 +11,8 @@ MASTER_SITE_SUBDIR= bland MAINTAINER= bland@FreeBSD.org COMMENT= Charset conversion library and utilities -USES= shebangfix -USE_PERL5_BUILD=yes +USES= shebangfix perl5 +USE_PERL5= build USE_LDCONFIG= yes SHEBANG_FILES= iconv_builtin ccs/iconv_mktbl @@ -30,7 +30,7 @@ CCSUTIL_DESC= Install Coded character se .include .if ${PORT_OPTIONS:MCCSUTIL} -USE_PERL5_RUN= yes +USE_PERL5+= run .else EXTRA_PATCHES= ${FILESDIR}/extra-patch-ccs_Makefile .endif