From owner-freebsd-eclipse@FreeBSD.ORG Tue Mar 14 16:36:00 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FED016A401 for ; Tue, 14 Mar 2006 16:36:00 +0000 (UTC) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB6843D46 for ; Tue, 14 Mar 2006 16:35:58 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k2EGZWUg012270; Tue, 14 Mar 2006 18:35:32 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.157] (pc157.ebs.gr [10.1.1.157]) by ebs.gr (8.13.3/8.13.3) with ESMTP id k2EGZY3q062617; Tue, 14 Mar 2006 18:35:36 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <4416F0D1.9090207@ebs.gr> Date: Tue, 14 Mar 2006 18:35:29 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060203) MIME-Version: 1.0 To: "Mikhail T." References: <200603141536.k2EFaTfQ022510@aldan.algebra.com> In-Reply-To: <200603141536.k2EFaTfQ022510@aldan.algebra.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: x11-toolkits/swt31 update X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 14 Mar 2006 16:36:00 -0000 Mikhail T. wrote: > Hi! > > The following seems to be all, that's required to update the swt31 > port to 3.1.2. The distinfo just needs to be updated with the checksums > for i386 binaries, that is. > > Yours, > > -mi > > Index: Makefile > =================================================================== > RCS file: /home/pcvs/ports/x11-toolkits/swt31/Makefile,v > retrieving revision 1.3 > diff -U2 -r1.3 Makefile > --- Makefile 11 Feb 2006 07:47:30 -0000 1.3 > +++ Makefile 14 Mar 2006 15:35:15 -0000 > @@ -7,8 +7,8 @@ > > PORTNAME= swt > -PORTVERSION= 3.1.1 > +PORTVERSION= 3.1.2 > CATEGORIES= x11-toolkits devel java > MASTER_SITES= ${MASTER_SITE_ECLIPSE} > -MASTER_SITE_SUBDIR= R-${PORTVERSION}-200509290840 > +MASTER_SITE_SUBDIR= R-${PORTVERSION}-200601181600 > > MAINTAINER= freebsd-eclipse@freebsd.org > Index: distinfo > =================================================================== > RCS file: /home/pcvs/ports/x11-toolkits/swt31/distinfo,v > retrieving revision 1.2 > diff -U2 -r1.2 distinfo > --- distinfo 11 Feb 2006 07:47:30 -0000 1.2 > +++ distinfo 14 Mar 2006 15:35:15 -0000 > @@ -1,6 +1,3 @@ > -MD5 (swt-3.1.1-gtk-linux-x86_64.zip) = 32569ed25c68a2d71cd191a9c3ef46c2 > -SHA256 (swt-3.1.1-gtk-linux-x86_64.zip) = 3821fb83054238da8637a51b47ac8d9d287b88964c0bf1b2ca6b208fbc4971ca > -SIZE (swt-3.1.1-gtk-linux-x86_64.zip) = 2714829 > -MD5 (swt-3.1.1-gtk-linux-x86.zip) = 23dfe5a4a566439c5f526d9ea3b3db1c > -SHA256 (swt-3.1.1-gtk-linux-x86.zip) = ebe6df227bd72e1a028db72205c1ece0995d5f49746e4590ee1f8892fc1eb361 > -SIZE (swt-3.1.1-gtk-linux-x86.zip) = 2655822 > +MD5 (swt-3.1.2-gtk-linux-x86_64.zip) = b3b9c25f35c3b7e3e443bf999031e999 > +SHA256 (swt-3.1.2-gtk-linux-x86_64.zip) = 47d5447774f744346bbd39d1de36d20ed111d32bd624989e477a82cf6c18d770 > +SIZE (swt-3.1.2-gtk-linux-x86_64.zip) = 2714829 Confirmed. These are the checksums for i386: MD5 (swt-3.1.2-gtk-linux-x86.zip) = 7b1c941093dff84ce8946cf21159c0ea SHA256 (swt-3.1.2-gtk-linux-x86.zip) = eb8bc763dde06d2705dcb3def3e8d8d5da95e6e8ffa25e681d2f10c7b5349770 SIZE (swt-3.1.2-gtk-linux-x86.zip) = 2655840 Thanks, Panagiotis