From owner-freebsd-eclipse@FreeBSD.ORG Wed Oct 10 14:49:58 2012 Return-Path: Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90FA3E2B for ; Wed, 10 Oct 2012 14:49:58 +0000 (UTC) (envelope-from riccardo@torrini.org) Received: from castle.torrini.org (castle.torrini.org [81.174.56.78]) by mx1.freebsd.org (Postfix) with ESMTP id 444DB8FC22 for ; Wed, 10 Oct 2012 14:49:58 +0000 (UTC) Received: by castle.torrini.org (Postfix, from userid 1001) id 318181758D; Wed, 10 Oct 2012 16:49:57 +0200 (CEST) Date: Wed, 10 Oct 2012 16:49:57 +0200 From: Riccardo Torrini To: freebsd-eclipse@FreeBSD.org Subject: Typo error on java/eclipse-devel/Makefile Message-ID: <20121010144957.GR2006@castle.torrini.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2012 14:49:58 -0000 Hi, sorry for writing directly (if you prefer I can send a PR). Can you replicate commit from ale@ for lang/php5 on your (remove extra quote on *_DESC lines)? Here is that commit: http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php5/Makefile.ext?rev=1.92 SVN rev 305571 on 2012-10-09 07:32:44Z by ale Fix typo in MYSQLND_DESC. http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php5/Makefile.ext.diff?r1=1.91;r2=1.92 Here the diff for java/eclipse-devel/Makefile: -----8<----- --- /usr/ports/java/eclipse-devel/Makefile.orig 2012-09-21 17:23:56.000000000 +0200 +++ /usr/ports/java/eclipse-devel/Makefile 2012-10-10 15:12:35.000000000 +0200 @@ -46 +46 @@ -TESTS_DESC= "Build SDK test suite" +TESTS_DESC= Build SDK test suite -----8<----- Thanks in advance. -- Riccardo. ( http://www.GUFI.org/~vic/ )