Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2010 23:09:41 GMT
From:      Mitchell Smith <mjs@bur.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142759: (patch) www/grails updated to 1.2.0
Message-ID:  <201001122309.o0CN9f9q052933@www.freebsd.org>
Resent-Message-ID: <201001122310.o0CNA26O051453@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         142759
>Category:       ports
>Synopsis:       (patch) www/grails updated to 1.2.0
>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:   Tue Jan 12 23:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Mitchell Smith
>Release:        7.2
>Organization:
>Environment:
>Description:
A new release of the Grails web framework has been released, the FreeBSD port needs to be updated.
>How-To-Repeat:

>Fix:
A patch has been attached to this problem report.

Patch attached with submission follows:

diff -ru grails.orig/Makefile grails/Makefile
--- grails.orig/Makefile	2009-05-21 00:29:47.000000000 +1000
+++ grails/Makefile	2010-01-13 08:45:29.000000000 +1000
@@ -6,18 +6,19 @@
 #
 
 PORTNAME=	grails
-DISTVERSION=	1.1.1
+DISTVERSION=	1.2.0
 CATEGORIES=	www java
 MASTER_SITES=	http://dist.codehaus.org/grails/
-DISTNAME=	${PORTNAME}-bin-${PORTVERSION}
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	mjs@bur.st
 COMMENT=	Web framework built on Groovy
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:U}
 
+USE_ZIP=yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.4+
+JAVA_VERSION=	1.5+
 NO_BUILD=	yes
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 DATAFILES=	LICENSE build.properties build.xml ant conf dist media lib \
diff -ru grails.orig/distinfo grails/distinfo
--- grails.orig/distinfo	2009-05-21 00:29:47.000000000 +1000
+++ grails/distinfo	2010-01-13 08:49:00.000000000 +1000
@@ -1,3 +1,3 @@
-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
+MD5 (grails-1.2.0.zip) = 2eadcacff53bc327d162a449fe5ca2f7
+SHA256 (grails-1.2.0.zip) = 21578cd8f5237f7d7177a04d1fd6b9a8c23a067d9833735147df40e5e6d8ec64
+SIZE (grails-1.2.0.zip) = 48378132


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001122309.o0CN9f9q052933>