[Bug 196433] New: Upgrade www/grails to version 2.4.4

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 2 11:10:04 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196433

            Bug ID: 196433
           Summary: Upgrade www/grails to version 2.4.4
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jani.kaarela at wunderdog.fi
                CC: mjs at bur.st
                CC: mjs at bur.st
             Flags: maintainer-feedback?(mjs at bur.st)

Current Grails version in ports is a bit old. I tried upgrading the port, and
got it in somewhat OK state: 'grails -version' and 'grails create-app foo'
seemed to work. Apparently bin/grails-debug is gone an bin/startGrails does not
require patching anymore.
---

diff -r ./Makefile ../grails.1.3.6/Makefile
5c5
< DISTVERSION=    2.4.4
---
> DISTVERSION=	1.3.6
20,22c20,22
< DATAFILES=    LICENSE README build.properties \
<         conf dist lib media plugins scripts src
< SCRIPTFILES=    grails startGrails
---
> DATAFILES=	LICENSE README build.gradle build.properties gradle.properties \
> 		gradlew conf dist gradle lib media plugins scripts src
> SCRIPTFILES=	grails grails-debug startGrails
26c26
< PORTDOCS=    api
---
> PORTDOCS=	api guide index.html css img ref
30c30
< SUB_FILES=    pkg-message
---
> SUB_FILES=	edit-startGrails.sed pkg-message
39a40
> 	@${REINPLACE_CMD} -f ${WRKDIR}/edit-startGrails.sed ${WRKSRC}/bin/startGrails
diff -r ./distinfo ../grails.1.3.6/distinfo
1,2c1,2
< SHA256 (grails-2.4.4.zip) =
2310e6c0ecb4ba05c51c426893218252b7ec451a16bfb445f4b6d96f8bd3cc77
< SIZE (grails-2.4.4.zip) = 140045626
---
> SHA256 (grails-1.3.6.zip) = 1696f2de74a30a6a18d6d7f2039fbb489b070018b1e08ea3eeeafe676f02279e
> SIZE (grails-1.3.6.zip) = 48034463
Only in ../grails.1.3.6/files: edit-startGrails.sed.in
Only in ../grails.1.3.6/files: patch-grails-debug

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list