Date: Tue, 19 May 2009 08:48:47 +1200 (NZST) From: Jonathan Chen <jonc@chen.org.nz> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mjs@bur.st Subject: ports/134664: upgrade www/grails to 1.1.1 Message-ID: <20090518204847.63FAC28416@chen.org.nz> Resent-Message-ID: <200905182050.n4IKo1dA069329@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134664 >Category: ports >Synopsis: upgrade www/grails to 1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 18 20:50:01 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090518204847.63FAC28416>