From owner-svn-ports-head@FreeBSD.ORG Thu Jun 6 13:25:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CB919912; Thu, 6 Jun 2013 13:25:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BE0461152; Thu, 6 Jun 2013 13:25:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r56DPKLZ056358; Thu, 6 Jun 2013 13:25:20 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r56DPK01056357; Thu, 6 Jun 2013 13:25:20 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201306061325.r56DPK01056357@svn.freebsd.org> From: Mathieu Arnold Date: Thu, 6 Jun 2013 13:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320094 - head/audio/pacpl 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: Thu, 06 Jun 2013 13:25:20 -0000 Author: mat Date: Thu Jun 6 13:25:20 2013 New Revision: 320094 URL: http://svnweb.freebsd.org/changeset/ports/320094 Log: USE_PERL5_BUILD+USE_PERL5_RUN -> USE_PERL5. Reported by: http://az.semmy.ru/perl_sdad.txt Modified: head/audio/pacpl/Makefile Modified: head/audio/pacpl/Makefile ============================================================================== --- head/audio/pacpl/Makefile Thu Jun 6 13:24:20 2013 (r320093) +++ head/audio/pacpl/Makefile Thu Jun 6 13:25:20 2013 (r320094) @@ -11,8 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl Audio Converter USES= shebangfix -USE_PERL5_BUILD=yes -USE_PERL5_RUN= yes +USE_PERL5= yes ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes