Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2008 12:31:50 GMT
From:      Mitchell Smith <mjs@bur.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122465: (maintainer update) patch for www/grails
Message-ID:  <200804051231.m35CVoNh028127@www.freebsd.org>
Resent-Message-ID: <200804051240.m35Ce1qI081235@freefall.freebsd.org>

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

>Number:         122465
>Category:       ports
>Synopsis:       (maintainer update) patch for www/grails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 05 12:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Mitchell Smith
>Release:        FreeBSD 7.0
>Organization:
>Environment:
>Description:
Grails port was missing essential files.
>How-To-Repeat:

>Fix:
Patch to correct this issue is attached.

Patch attached with submission follows:

diff -ruN grails.orig/Makefile grails/Makefile
--- grails.orig/Makefile	2008-03-29 15:25:13.000000000 +1000
+++ grails/Makefile	2008-04-05 22:10:10.000000000 +1000
@@ -7,6 +7,7 @@
 
 PORTNAME=	grails
 DISTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	www java
 MASTER_SITES=	http://dist.codehaus.org/grails/
 DISTNAME=	${PORTNAME}-bin-${PORTVERSION}
@@ -20,7 +21,7 @@
 JAVA_VERSION=	1.4+
 NO_BUILD=	yes
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
-DATAFILES=	LICENSE conf dist media lib scripts
+DATAFILES=	LICENSE build.properties build.xml ant conf dist media lib scripts src
 SCRIPTFILES=	grails grails-debug startGrails
 
 .if !defined(NOPORTDOCS)


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



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