From owner-cvs-all@FreeBSD.ORG Sat Apr 5 17:32:39 2008 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 BB157106570B; Sat, 5 Apr 2008 17:32:39 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 830D88FC41; Sat, 5 Apr 2008 17:32:38 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JiBoh-000350-3l; Sat, 05 Apr 2008 21:04:35 +0400 To: ports-committers@FreeBSD.org References: <20080405165638.94A90106576E@hub.freebsd.org> From: Boris Samorodov Date: Sat, 05 Apr 2008 21:02:25 +0400 In-Reply-To: <20080405165638.94A90106576E@hub.freebsd.org> (Boris Samorodov's message of "Sat\, 5 Apr 2008 16\:56\:38 +0000 \(UTC\)") Message-ID: <51442638@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/eric4 Makefile.inc distinfo ports/french/eric4 distinfo ports/german/eric4 distinfo ports/russian/eric4 distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2008 17:32:40 -0000 On Sat, 5 Apr 2008 16:56:38 +0000 (UTC) Boris Samorodov wrote: > bsam 2008-04-05 16:56:25 UTC > FreeBSD ports repository > Modified files: > devel/eric4 Makefile.inc distinfo > french/eric4 distinfo > german/eric4 distinfo > russian/eric4 distinfo > Log: > Update eric4 and langpacks to 4.1.2 (bug fixes). > > Revision Changes Path > 1.7 +2 -2 ports/devel/eric4/Makefile.inc ^^^^^ Seems to be a bug. Shouldn't that be "+1 -1"? See the corresponding diff. > 1.7 +3 -3 ports/devel/eric4/distinfo > 1.7 +3 -3 ports/french/eric4/distinfo > 1.7 +3 -3 ports/german/eric4/distinfo > 1.7 +3 -3 ports/russian/eric4/distinfo > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" Here is the diff: ----- > Index: ports/devel/eric4/Makefile.inc > diff -u ports/devel/eric4/Makefile.inc:1.6 ports/devel/eric4/Makefile.inc:1.7 > --- ports/devel/eric4/Makefile.inc:1.6 Sat Mar 1 16:30:40 2008 > +++ ports/devel/eric4/Makefile.inc Sat Apr 5 16:56:24 2008 > @@ -9,7 +9,7 @@ > # > > PORTNAME= eric4 > -PORTVERSION= 4.1.1 > +PORTVERSION= 4.1.2 > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= eric-ide > DISTNAME?= ${PORTNAME}-i18n-${I18N_LANG}-${PORTVERSION} ----- WBR -- bsam