From owner-svn-ports-all@FreeBSD.ORG Wed Jul 31 12:16:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6836AC3D; Wed, 31 Jul 2013 12:16:17 +0000 (UTC) (envelope-from madpilot@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 54DD62EAD; Wed, 31 Jul 2013 12:16:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6VCGH41046954; Wed, 31 Jul 2013 12:16:17 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6VCGGML046952; Wed, 31 Jul 2013 12:16:16 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201307311216.r6VCGGML046952@svn.freebsd.org> From: Guido Falsi Date: Wed, 31 Jul 2013 12:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324039 - in head: audio/p5-xmms2 mail/maildrop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 12:16:17 -0000 Author: madpilot Date: Wed Jul 31 12:16:16 2013 New Revision: 324039 URL: http://svnweb.freebsd.org/changeset/ports/324039 Log: Convert to new perl framework. Modified: head/audio/p5-xmms2/Makefile head/mail/maildrop/Makefile Modified: head/audio/p5-xmms2/Makefile ============================================================================== --- head/audio/p5-xmms2/Makefile Wed Jul 31 12:01:01 2013 (r324038) +++ head/audio/p5-xmms2/Makefile Wed Jul 31 12:16:16 2013 (r324039) @@ -12,7 +12,7 @@ LIB_DEPENDS+= xmmsclient.6:${PORTSDIR}/a MASTERDIR= ${.CURDIR}/../xmms2 -USE_PERL5= yes +USES= perl5 PLIST= ${.CURDIR}/pkg-plist Modified: head/mail/maildrop/Makefile ============================================================================== --- head/mail/maildrop/Makefile Wed Jul 31 12:01:01 2013 (r324038) +++ head/mail/maildrop/Makefile Wed Jul 31 12:16:16 2013 (r324039) @@ -27,8 +27,7 @@ COMMENT= Mail delivery agent (MDA) with LICENSE= GPLv3 USE_BZIP2= yes -USE_PERL5= yes -USES= iconv shebangfix +USES= iconv shebangfix perl5 .if defined(.PARSEDIR) USES+= gmake .endif