From owner-svn-ports-head@FreeBSD.ORG Thu Sep 12 06:36:45 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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6EAF394; Thu, 12 Sep 2013 06:36:45 +0000 (UTC) (envelope-from az@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 B39CE240D; Thu, 12 Sep 2013 06:36:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8C6ajtO088349; Thu, 12 Sep 2013 06:36:45 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8C6aj3g088335; Thu, 12 Sep 2013 06:36:45 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309120636.r8C6aj3g088335@svn.freebsd.org> From: Andrej Zverev Date: Thu, 12 Sep 2013 06:36:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327036 - in head/x11: keylaunch p5-X11-Resolution 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, 12 Sep 2013 06:36:45 -0000 Author: az Date: Thu Sep 12 06:36:45 2013 New Revision: 327036 URL: http://svnweb.freebsd.org/changeset/ports/327036 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/x11/keylaunch/Makefile head/x11/p5-X11-Resolution/Makefile (contents, props changed) Modified: head/x11/keylaunch/Makefile ============================================================================== --- head/x11/keylaunch/Makefile Thu Sep 12 06:27:41 2013 (r327035) +++ head/x11/keylaunch/Makefile Thu Sep 12 06:36:45 2013 (r327036) @@ -12,7 +12,8 @@ COMMENT= An X utility for binding comman WRKSRC= ${WRKDIR}/keylaunch USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build USE_XORG= x11 PKGMESSAGE= ${WRKSRC}/pkg-message Modified: head/x11/p5-X11-Resolution/Makefile ============================================================================== --- head/x11/p5-X11-Resolution/Makefile Thu Sep 12 06:27:41 2013 (r327035) +++ head/x11/p5-X11-Resolution/Makefile Thu Sep 12 06:36:45 2013 (r327036) @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11/p5-X11-Resolution -# Date created: 2009-10-24 11:30 -# Whom: Zane C. Bowers -# +# Created by: Zane C. Bowers # $FreeBSD$ -# PORTNAME= X11-Resolution PORTVERSION= 0.0.0 @@ -16,7 +12,8 @@ COMMENT= Provides a method to get the re RUN_DEPENDS= p5-X11-Protocol>=0:${PORTSDIR}/x11/p5-X11-Protocol -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= X11::Resolution.3