From owner-cvs-all@FreeBSD.ORG Sat Sep 4 13:07:10 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D1D710656BC; Sat, 4 Sep 2010 13:07:10 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id A87138FC26; Sat, 4 Sep 2010 13:07:09 +0000 (UTC) Received: from [80.73.162.22] [80.73.162.22:7020] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o84D73Sd040098 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Sat, 4 Sep 2010 17:07:04 +0400 (MSD) From: Max Brazhnikov To: Rob Farmer Date: Sat, 4 Sep 2010 17:07:06 +0400 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.5.1; amd64; ; ) References: <201009031053.o83ArWoD064133@repoman.freebsd.org> <201009041401.48926.makc@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201009041707.06937.makc@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Sat, 04 Sep 2010 17:07:05 +0400 (MSD) Cc: Wen Heping , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/math/jlatexmath Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Sep 2010 13:07:10 -0000 On Sat, 4 Sep 2010 03:32:27 -0700, Rob Farmer wrote: > On Sat, Sep 4, 2010 at 03:01, Max Brazhnikov wrote: > > On Fri, 3 Sep 2010 10:53:32 +0000 (UTC), Wen Heping wrote: > >> wen 2010-09-03 10:53:32 UTC > >> > >> FreeBSD ports repository > >> > >> Modified files: > >> math/jlatexmath Makefile distinfo pkg-plist > >> Log: > >> - Update to 0.9.2 > >> > >> PR: ports/150136 > >> Submitted by: Rob Farmer (maintainer) > >> > >> Revision Changes Path > >> 1.2 +32 -3 ports/math/jlatexmath/Makefile > >> 1.2 +3 -3 ports/math/jlatexmath/distinfo > >> 1.2 +4 -1 ports/math/jlatexmath/pkg-plist > > > > must be %%JAVAJARDIR%%/jlatexmath.jar in plist instead of plain > > share/java/classes/jlatexmath.jar > > > > Max > > I'm gonna blame genplist for this one... nothing like passing the buck :) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=150273 > > I assume you or Wen can fix it without a PR? Already committed. Max