[139044] trunk/dports/java/webtoolkit-java-sdk/Portfile
ionic at macports.org
ionic at macports.org
Thu Jul 30 09:26:18 PDT 2015
Revision: 139044
https://trac.macports.org/changeset/139044
Author: ionic at macports.org
Date: 2015-07-30 09:26:18 -0700 (Thu, 30 Jul 2015)
Log Message:
-----------
webtoolkit-java-sdk: update to 2.7.0. Maintainer approved. Switch to nomaintainer on request. Fixes: #48405.
Modified Paths:
--------------
trunk/dports/java/webtoolkit-java-sdk/Portfile
Modified: trunk/dports/java/webtoolkit-java-sdk/Portfile
===================================================================
--- trunk/dports/java/webtoolkit-java-sdk/Portfile 2015-07-30 16:26:12 UTC (rev 139043)
+++ trunk/dports/java/webtoolkit-java-sdk/Portfile 2015-07-30 16:26:18 UTC (rev 139044)
@@ -4,10 +4,10 @@
PortSystem 1.0
name webtoolkit-java-sdk
-version 2.4.0
+version 2.7.0
categories java devel
license Apache-2 BSD Permissive EPL-1 LGPL-2.1+ {NPL-1.1 GPL}
-maintainers gmail.com:nhoj.patrick openmaintainer
+maintainers nomaintainer
platforms darwin
supported_archs noarch
@@ -16,13 +16,13 @@
long_description Google Web Toolkit (GWT) is a development toolkit for \
building and optimizing complex browser-based applications.
-homepage http://code.google.com/webtoolkit/
-master_sites googlecode:google-web-toolkit
+homepage http://www.gwtproject.org/
+master_sites http://storage.googleapis.com/gwt-releases/
distname gwt-${version}
use_zip yes
-checksums sha256 27d48a4b6df9de01eaf1bd3ba3971a8f32742886f67041ddc3cd9dbe01787ebf \
- rmd160 79d159ba2176a4b96d7cefdfcc557301ebb1d31d
+checksums sha256 aa65061b73836190410720bea422eb8e787680d7bc0c2b244ae6c9a0d24747b3 \
+ rmd160 4c730e3ca663f4e2d8dd61f40efd16b804cfe9a4
use_configure no
@@ -37,42 +37,5 @@
xinstall -d ${destroot}${prefix}/share/java/${name}
# Copy over the needed elements of our directory tree
- copy ${worksrcpath}/doc \
- ${worksrcpath}/samples \
- ${worksrcpath}/COPYING \
- ${worksrcpath}/COPYING.html \
- ${worksrcpath}/about.html \
- ${worksrcpath}/about.txt \
- ${worksrcpath}/benchmarkViewer \
- ${worksrcpath}/benchmarkViewer.cmd \
- ${worksrcpath}/gwt-api-checker.jar \
- ${worksrcpath}/gwt-benchmark-viewer.war \
- ${worksrcpath}/gwt-dev.jar \
- ${worksrcpath}/gwt-ll.dll \
- ${worksrcpath}/gwt-module.dtd \
- ${worksrcpath}/gwt-servlet-deps.jar \
- ${worksrcpath}/gwt-servlet.jar \
- ${worksrcpath}/gwt-soyc-vis.jar \
- ${worksrcpath}/gwt-user.jar \
- ${worksrcpath}/i18nCreator \
- ${worksrcpath}/i18nCreator.cmd \
- ${worksrcpath}/release_notes.html \
- ${worksrcpath}/requestfactory-apt.jar \
- ${worksrcpath}/requestfactory-client+src.jar \
- ${worksrcpath}/requestfactory-client-src.jar \
- ${worksrcpath}/requestfactory-client.jar \
- ${worksrcpath}/requestfactory-server+src.jar \
- ${worksrcpath}/requestfactory-server-src.jar \
- ${worksrcpath}/requestfactory-server.jar \
- ${worksrcpath}/validation-api-1.0.0.GA-sources.jar \
- ${worksrcpath}/validation-api-1.0.0.GA.jar \
- ${worksrcpath}/webAppCreator \
- ${worksrcpath}/webAppCreator.cmd \
- ${destroot}${prefix}/share/java/${name}
+ copy {*}[glob ${worksrcpath}/*] ${destroot}${prefix}/share/java/${name}
}
-
-notes "
-Remember to set the environment variable WEBTOOLKIT_HOME path:
-WEBTOOLKIT_HOME=${prefix}/share/java/${name} ; export WEBTOOLKIT_HOME
-PATH=\${PATH}:\${WEBTOOLKIT_HOME}/bin ; export PATH
-"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150730/a59e0c5a/attachment.html>
More information about the macports-changes
mailing list