From owner-svn-ports-head@FreeBSD.ORG Sun Aug 4 15:55:50 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 99C8C77A; Sun, 4 Aug 2013 15:55:50 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-oa0-x232.google.com (mail-oa0-x232.google.com [IPv6:2607:f8b0:4003:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F0392D53; Sun, 4 Aug 2013 15:55:50 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id i4so4476337oah.23 for ; Sun, 04 Aug 2013 08:55:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=B3oyD3AEcWPN3AuskD+jWy9TxA2o/JP8jFomA3qcZ0g=; b=Q9eHk1wkA5hg+DjiVF5mWg5irmIBCgkWf2mJabVACDPKS9vHefM6zPDS4wsEgyjby8 +yEH9k61gqxrCJoR3qkHuYo+xv1a4tJ3yWQd+Ja8BX78+glhII2CJSpwQkYWq8kjpt74 aJoW81KDLnKK9C1L97K/lNFIz2PdKAjbJlaYToVGvDyqRKu+0QfBnMwjHbmR+xugBOgu /+vxwCdZ0aeA9AKStVXqxy6Uf9gNcUnb8P0ODwgHklwZ93oiCmv5U+z3nayr6e5SML1E r5x6Q5AqOHwxF3tCuvqalP5EfnHFdwhhMWgbazQWW7vkIlsOPShKEdlfvedDI2wrwTQG CK1A== MIME-Version: 1.0 X-Received: by 10.60.60.105 with SMTP id g9mr2831180oer.8.1375631749545; Sun, 04 Aug 2013 08:55:49 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.18.6 with HTTP; Sun, 4 Aug 2013 08:55:49 -0700 (PDT) In-Reply-To: <20130804154549.GC7357@FreeBSD.org> References: <201308041318.r74DIOLd056995@svn.freebsd.org> <20130804154549.GC7357@FreeBSD.org> Date: Sun, 4 Aug 2013 19:55:49 +0400 X-Google-Sender-Auth: nWmlZMcCNWzyjtGJQ_U67dwd0ew Message-ID: Subject: Re: svn commit: r324231 - head/editors/libreoffice From: Andrej Zverev To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Sun, 04 Aug 2013 15:55:50 -0000 On Sun, Aug 4, 2013 at 7:45 PM, Alexey Dokuchaev wrote: > 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. ;-) Sure, but if i would do such cleanup for every port I touch. This would be task of my whole life, sorry, I'm still young :-)