From jonc@chen.org.nz  Mon May 18 20:48:49 2009
Return-Path: <jonc@chen.org.nz>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8D553106567A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 May 2009 20:48:49 +0000 (UTC)
	(envelope-from jonc@chen.org.nz)
Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174])
	by mx1.freebsd.org (Postfix) with ESMTP id 30AFF8FC1D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 May 2009 20:48:49 +0000 (UTC)
	(envelope-from jonc@chen.org.nz)
Received: by chen.org.nz (Postfix, from userid 1000)
	id 63FAC28416; Tue, 19 May 2009 08:48:47 +1200 (NZST)
Message-Id: <20090518204847.63FAC28416@chen.org.nz>
Date: Tue, 19 May 2009 08:48:47 +1200 (NZST)
From: Jonathan Chen <jonc@chen.org.nz>
Reply-To: Jonathan Chen <jonc@chen.org.nz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mjs@bur.st
Subject: upgrade www/grails to 1.1.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mjs@bur.st

>Number:         134664
>Category:       ports
>Synopsis:       upgrade www/grails to 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jadawin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 18 20:50:01 UTC 2009
>Closed-Date:    Wed May 20 14:30:12 UTC 2009
>Last-Modified:  Wed May 20 14:40:01 UTC 2009
>Originator:     Jonathan Chen
>Release:        FreeBSD 7.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD osiris.chen.org.nz 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Sun Apr 26 09:33:29 NZST 2009 root@osiris.chen.org.nz:/usr/obj/usr/src/sys/OSIRIS amd64
>Description:

Upgrade www/grails from 1.1 to 1.1.1

- replace /bin/bash with /bin/sh in grails-debug script.

>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/www/grails/Makefile ./Makefile
--- /usr/ports/www/grails/Makefile	2009-03-30 08:35:13.000000000 +1300
+++ ./Makefile	2009-05-19 08:38:12.000000000 +1200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	grails
-DISTVERSION=	1.1
+DISTVERSION=	1.1.1
 CATEGORIES=	www java
 MASTER_SITES=	http://dist.codehaus.org/grails/
 DISTNAME=	${PORTNAME}-bin-${PORTVERSION}
diff -ruN /usr/ports/www/grails/distinfo ./distinfo
--- /usr/ports/www/grails/distinfo	2009-03-30 08:35:13.000000000 +1300
+++ ./distinfo	2009-05-19 08:40:20.000000000 +1200
@@ -1,3 +1,3 @@
-MD5 (grails-bin-1.1.tar.gz) = 1b7552d96dd456b0dcb19544663a74a3
-SHA256 (grails-bin-1.1.tar.gz) = 722505a472c496a0c4b02bb3eb9b0f59add0e337e109d7816502e9dbfa65b7a3
-SIZE (grails-bin-1.1.tar.gz) = 33088123
+MD5 (grails-bin-1.1.1.tar.gz) = 13f9ed3c123daab9ddc5ed6d7c2b40d9
+SHA256 (grails-bin-1.1.1.tar.gz) = d6027ce50d681d760118f937a7c880f3aa7f364b353948723da6ed492c63255b
+SIZE (grails-bin-1.1.1.tar.gz) = 33428032
diff -ruN /usr/ports/www/grails/files/patch-grails-debug ./files/patch-grails-debug
--- /usr/ports/www/grails/files/patch-grails-debug	1970-01-01 12:00:00.000000000 +1200
+++ ./files/patch-grails-debug	2009-05-19 08:43:47.000000000 +1200
@@ -0,0 +1,9 @@
+diff -ruN /tmp/grails-1.1.1/bin/grails-debug ./bin/grails-debug
+--- /tmp/grails-1.1.1/bin/grails-debug	2009-05-14 21:30:43.000000000 +1200
++++ ./bin/grails-debug	2009-05-19 08:42:54.000000000 +1200
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ 
+ DIRNAME=`dirname "$0"`
+ . "$DIRNAME/startGrails"
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon May 18 20:50:11 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134664 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mjs@bur.st
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/134664: upgrade www/grails to 1.1.1
Date: Mon, 18 May 2009 20:50:09 UT

 Maintainer of www/grails,
 
 Please note that PR ports/134664 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/134664
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Mitchell Smith" <mjsotn@gmail.com>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/134664: upgrade www/grails to 1.1.1
Date: Tue, 19 May 2009 07:46:31 +1000

 Hi,
 
 The patch looks good, please go ahead and commit it.
 
 Thanks,
 
 Mitchell Smith
 
 ----- Original Message ----- 
 From: "Edwin Groothuis" <edwin@FreeBSD.org>
 To: <mjs@bur.st>
 Cc: <bug-followup@FreeBSD.org>
 Sent: Tuesday, May 19, 2009 6:50 AM
 Subject: Re: ports/134664: upgrade www/grails to 1.1.1
 
 
 > Maintainer of www/grails,
 >
 > Please note that PR ports/134664 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/134664
 >
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 >
 > __________ Information from ESET NOD32 Antivirus, version of virus 
 > signature database 4084 (20090518) __________
 >
 > The message was checked by ESET NOD32 Antivirus.
 >
 > http://www.eset.com
 >
 >
 > 
 
 
 __________ Information from ESET NOD32 Antivirus, version of virus signature database 4084 (20090518) __________
 
 The message was checked by ESET NOD32 Antivirus.
 
 http://www.eset.com
 
 
 
Responsible-Changed-From-To: freebsd-ports-bugs->jadawin 
Responsible-Changed-By: jadawin 
Responsible-Changed-When: Tue May 19 12:03:12 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134664 
State-Changed-From-To: feedback->closed 
State-Changed-By: jadawin 
State-Changed-When: Wed May 20 14:30:10 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134664 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134664: commit references a PR
Date: Wed, 20 May 2009 14:29:57 +0000 (UTC)

 jadawin     2009-05-20 14:29:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/grails           Makefile distinfo 
   Added files:
     www/grails/files     patch-grails-debug 
   Log:
   - Update to 1.1.1
   - Replace /bin/bash with /bin/sh in grails-debug script
   
   PR:             ports/134664
   Submitted by:   Jonathan Chen <jonc _AT_ chen.org.nz>
   
   Revision  Changes    Path
   1.7       +1 -1      ports/www/grails/Makefile
   1.5       +3 -3      ports/www/grails/distinfo
   1.1       +9 -0      ports/www/grails/files/patch-grails-debug (new)
 _______________________________________________
 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"
 
>Unformatted:
