From owner-svn-ports-all@FreeBSD.ORG  Sun Aug  4 15:45:49 2013
Return-Path: <owner-svn-ports-all@FreeBSD.ORG>
Delivered-To: svn-ports-all@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 1033)
 id 5D1EB505; Sun,  4 Aug 2013 15:45:49 +0000 (UTC)
Date: Sun, 4 Aug 2013 15:45:49 +0000
From: Alexey Dokuchaev <danfe@FreeBSD.org>
To: Andrej Zverev <az@FreeBSD.org>
Subject: Re: svn commit: r324231 - head/editors/libreoffice
Message-ID: <20130804154549.GC7357@FreeBSD.org>
References: <201308041318.r74DIOLd056995@svn.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <201308041318.r74DIOLd056995@svn.freebsd.org>
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org,
 ports-committers@freebsd.org
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 04 Aug 2013 15:45:49 -0000

On Sun, Aug 04, 2013 at 01:18:24PM +0000, Andrej Zverev wrote:
> New Revision: 324231
> URL: http://svnweb.freebsd.org/changeset/ports/324231
> 
> Log:
>   - Convert to new perl framework
> 
> Modified:
>   head/editors/libreoffice/Makefile
> 
> Modified: head/editors/libreoffice/Makefile
> ==============================================================================
> --- head/editors/libreoffice/Makefile	Sun Aug  4 13:07:46 2013	(r324230)
> +++ head/editors/libreoffice/Makefile	Sun Aug  4 13:18:24 2013	(r324231)
> @@ -67,12 +67,12 @@ USE_AUTOTOOLS=	autoconf aclocal
>  USE_GL=		gl glu
>  USE_GMAKE=	yes

You could have also converted USE_GMAKE here. ;-)

>  USE_OPENLDAP=	yes
> -USE_PERL5_BUILD=	yes
> +USE_PERL5=	build
>  USE_PYTHON=	yes
>  USE_QT4=	# empty but required
>  USE_XORG=	xaw xrandr
>  USE_XZ=		yes
> -USES=		bison pkgconfig
> +USES=		bison pkgconfig perl5

./danfe