[95765] trunk/dports/devel/grails/Portfile

deric at macports.org deric at macports.org
Sat Jul 21 12:51:08 PDT 2012


Revision: 95765
          https://trac.macports.org/changeset/95765
Author:   deric at macports.org
Date:     2012-07-21 12:51:05 -0700 (Sat, 21 Jul 2012)
Log Message:
-----------
grails: update to 2.1.0, timeout #35220.

- Added license
- Moved ui_msg to notes

Modified Paths:
--------------
    trunk/dports/devel/grails/Portfile

Modified: trunk/dports/devel/grails/Portfile
===================================================================
--- trunk/dports/devel/grails/Portfile	2012-07-21 16:48:39 UTC (rev 95764)
+++ trunk/dports/devel/grails/Portfile	2012-07-21 19:51:05 UTC (rev 95765)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name				grails
-version				2.0.4
-revision			0
+version				2.1.0
 categories			devel java
 maintainers			breskeby
 description			An open-source web application framework that leverages the Groovy language
@@ -16,13 +15,13 @@
 					Grails aims to make development as simple as possible and hence \
 					should appeal to a wide range of developers not just those from the Java community.
 homepage			http://www.grails.org/
+license				Apache-2
 platforms			darwin
 conflicts			grails-devel
 distname			${name}-${version}
 master_sites		http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/
-checksums 			md5     91fa37b7425b2a58ad9a69667418c73a \
-                    sha1    8a7a0edf83f1890f87bda5ee316e35cc608e2ebd \
-                    rmd160  fb1c03a1253c14ad4b3d63dfd5fb08dcc9954849
+checksums           sha1    c0c6272aa7a85ab7e69df28d601245a0b823c68f \
+                    rmd160  a3e80bfc201a11ddfef4fee55654bcfb767c1f29
 
 worksrcdir			${name}-${version}
 set workTarget		""
@@ -65,9 +64,9 @@
 	system "cd ${destroot}${prefix}/bin && ln -s ${prefix}/share/java/${name}/bin/startGrails"
 }
 
-post-activate {
- 	        ui_msg "****************************************************************************"
- 	        ui_msg "* Remember to set the environment variable GRAILS_HOME to the path to"
- 	        ui_msg "* the grails distribution: ${prefix}/share/java/${name}"
- 	        ui_msg "****************************************************************************"
- }
+notes {
+****************************************************************************
+* Remember to set the environment variable GRAILS_HOME to the path to"
+* the grails distribution: ${prefix}/share/java/${name}"
+****************************************************************************
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120721/1875e298/attachment.html>


More information about the macports-changes mailing list