[75863] trunk/dports/devel/griffon-devel/Portfile
breskeby at macports.org
breskeby at macports.org
Thu Feb 10 15:03:25 PST 2011
Revision: 75863
http://trac.macports.org/changeset/75863
Author: breskeby at macports.org
Date: 2011-02-10 15:03:24 -0800 (Thu, 10 Feb 2011)
Log Message:
-----------
update to 0.9.2-rc1
Modified Paths:
--------------
trunk/dports/devel/griffon-devel/Portfile
Modified: trunk/dports/devel/griffon-devel/Portfile
===================================================================
--- trunk/dports/devel/griffon-devel/Portfile 2011-02-10 20:54:17 UTC (rev 75862)
+++ trunk/dports/devel/griffon-devel/Portfile 2011-02-10 23:03:24 UTC (rev 75863)
@@ -3,7 +3,7 @@
PortSystem 1.0
name griffon-devel
-version 0.9.2-beta-3
+version 0.9.2-rc1
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel java
maintainers breskeby
@@ -25,9 +25,9 @@
master_sites http://dist.codehaus.org/griffon/griffon/${branch}.x/
extract.suffix .tgz
-checksums md5 7709bf7ea5ebe4275b53cbe511015352 \
- sha1 10f193511d02ec904c7e5c28a0da193c05317b2a \
- rmd160 424d882c33cdc3cf17886e7cf3866addecd6a5a2
+checksums md5 32b1a47bd6648c548d0768171f5f4135 \
+ sha1 cec35a5da689d9573bba75589945c841568283ad \
+ rmd160 e7d4ded8bcd406cbdcbe37ee3d24c75aae55d77e
worksrcdir .
set workTarget ""
@@ -37,7 +37,7 @@
pre-destroot {
# Remove extraneous bat files
- foreach f [glob -directory ${worksrcpath}${workTarget}/bin *.bat] {
+ foreach f [glob -directory ${worksrcpath}${workTarget}/griffon-${version}/bin *.bat] {
file delete $f
}
}
@@ -47,19 +47,18 @@
xinstall -m 755 -d ${destroot}${prefix}/share/java/${name}
# Copy over the needed elements of our directory tree
- file copy ${worksrcpath}/archetypes \
- ${worksrcpath}/bash \
- ${worksrcpath}/conf \
- ${worksrcpath}/dist \
- ${worksrcpath}/INSTALL \
- ${worksrcpath}/lib \
- ${worksrcpath}/LICENSE \
- ${worksrcpath}/media \
- ${worksrcpath}/scripts \
+ file copy ${worksrcpath}/griffon-${version}/bash \
+ ${worksrcpath}/griffon-${version}/conf \
+ ${worksrcpath}/griffon-${version}/dist \
+ ${worksrcpath}/griffon-${version}/INSTALL \
+ ${worksrcpath}/griffon-${version}/lib \
+ ${worksrcpath}/griffon-${version}/LICENSE \
+ ${worksrcpath}/griffon-${version}/media \
+ ${worksrcpath}/griffon-${version}/scripts \
${destroot}${prefix}/share/java/${name}/
xinstall -m 755 -d ${destroot}${prefix}/share/java/${name}/bin
- eval xinstall -m 755 [glob ${worksrcpath}/bin/*] ${destroot}${prefix}/share/java/${name}/bin
+ eval xinstall -m 755 [glob ${worksrcpath}/griffon-${version}/bin/*] ${destroot}${prefix}/share/java/${name}/bin
# Symlink programs into the bin directory
ln -s ${prefix}/share/java/${name}/bin/griffon ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110210/e14ae43e/attachment-0001.html>
More information about the macports-changes
mailing list