From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 29 07:10:27 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 391CC16A4E2 for ; Tue, 29 Aug 2006 07:10:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4E7C43D49 for ; Tue, 29 Aug 2006 07:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7T7AQuN016780 for ; Tue, 29 Aug 2006 07:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7T7AQ5F016779; Tue, 29 Aug 2006 07:10:26 GMT (envelope-from gnats) Date: Tue, 29 Aug 2006 07:10:26 GMT Message-Id: <200608290710.k7T7AQ5F016779@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: mitsuru@riken.jp Cc: Subject: Re: ports/102623: Update of java/eclipse-clay-core X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mitsuru@riken.jp List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2006 07:10:27 -0000 The following reply was made to PR ports/102623; it has been noted by GNATS. From: mitsuru@riken.jp To: bug-followup@FreeBSD.org Cc: mitsuru@riken.jp Subject: Re: ports/102623: Update of java/eclipse-clay-core Date: Tue, 29 Aug 2006 16:05:55 +0900 --Multipart_Tue_Aug_29_16:05:53_2006-1 Content-Type: text/plain; charset=US-ASCII At Mon, 28 Aug 2006 22:01:00 UT, Edwin Groothuis wrote: > > Maintainer of java/eclipse-clay-core, > > Please note that PR ports/102623 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/102623 I made a patch for an upgrade. Thank you. Mitsuru Yoshida --Multipart_Tue_Aug_29_16:05:53_2006-1 Content-Type: application/octet-stream; type=patch Content-Disposition: attachment; filename="eclipse-clay-core.diff" Content-Transfer-Encoding: 7bit diff -ruN eclipse-clay-core.old/Makefile eclipse-clay-core/Makefile --- eclipse-clay-core.old/Makefile Tue Aug 29 15:28:45 2006 +++ eclipse-clay-core/Makefile Tue Aug 29 15:51:31 2006 @@ -6,7 +6,7 @@ # PORTNAME= clay -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= @@ -18,7 +18,7 @@ MAINTAINER= mitsuru@riken.jp COMMENT= A database design tool for the Eclipse development environment -RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.0.1/feature.xml:${PORTSDIR}/java/eclipse-gef +RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.1.1/feature.xml:${PORTSDIR}/java/eclipse-gef RESTRICTED= License agreement is required to download. @@ -28,7 +28,7 @@ DISABLE_SIZE?= yes PLIST_SUB= RELEASEVERSION=${PORTVERSION} -DISTVERSION= 20041231 +DISTVERSION= 20050831 .include diff -ruN eclipse-clay-core.old/distinfo eclipse-clay-core/distinfo --- eclipse-clay-core.old/distinfo Tue Aug 29 15:28:45 2006 +++ eclipse-clay-core/distinfo Tue Aug 29 15:42:28 2006 @@ -1,3 +1,3 @@ -MD5 (eclipse/jp.azzurri.clay.core_1.1.0.bin.dist.20041231.zip) = 1d427aee8ca0472929f5d44f81963c50 -SHA256 (eclipse/jp.azzurri.clay.core_1.1.0.bin.dist.20041231.zip) = 348201893271afa8fb89825b8ac1d184e057e8d7971cf6054ab1cab6ecc0ebbe -SIZE (eclipse/jp.azzurri.clay.core_1.1.0.bin.dist.20041231.zip) = 829517 +MD5 (eclipse/jp.azzurri.clay.core_1.2.0.bin.dist.20050831.zip) = 4a1af101dda075431a75911412eb4486 +SHA256 (eclipse/jp.azzurri.clay.core_1.2.0.bin.dist.20050831.zip) = 610af0b82ad52fe794e4725bda9488bbad27ba95196cc63fd9c5b26ffade9530 +SIZE (eclipse/jp.azzurri.clay.core_1.2.0.bin.dist.20050831.zip) = 820139 --Multipart_Tue_Aug_29_16:05:53_2006-1--