[81312] trunk/dports/lang/abcl/Portfile

easieste at macports.org easieste at macports.org
Fri Jul 29 02:24:15 PDT 2011


Revision: 81312
          http://trac.macports.org/changeset/81312
Author:   easieste at macports.org
Date:     2011-07-29 02:24:12 -0700 (Fri, 29 Jul 2011)
Log Message:
-----------
Update to abcl-0.26.1.

We now install the ABCL contrib library as well which is loaded into
the JVM via the REQUIRE mechanism:

  CL-USER> (require :abcl-contrib)

Modified Paths:
--------------
    trunk/dports/lang/abcl/Portfile

Modified: trunk/dports/lang/abcl/Portfile
===================================================================
--- trunk/dports/lang/abcl/Portfile	2011-07-29 08:41:04 UTC (rev 81311)
+++ trunk/dports/lang/abcl/Portfile	2011-07-29 09:24:12 UTC (rev 81312)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name			    abcl
-version			    0.25.0
+version			    0.26.1
 revision            0
 categories		    lang java
 maintainers		    easieste
@@ -24,9 +24,9 @@
 platforms           darwin
 master_sites        googlecode:abcl-dynamic-install
 distname            abcl-src-${version}
-checksums           md5     e96df248e996e5eee27abe459c5e41f1 \
-                    sha1    ef2de3c56f3540a873fee6e0e3001d448b1026a6 \
-                    rmd160  a7799a32c6b96b9e41016641db4de701751589de
+checksums           md5     5a7b7273238160fe1f80b856a1ef2b3d \
+                    sha1    d80746202d00e2d8c11425d3eb19e9cbf7c4ffdb \
+                    rmd160  7ace39e9e749266603c79598554ce73f0aa8113d
 
 depends_build       port:apache-ant
 
@@ -45,6 +45,9 @@
     xinstall -m 644 \
         ${worksrcpath}/dist/abcl.jar \
         ${destroot}${prefix}/share/java/abcl
+    xinstall -m 644 \
+        ${worksrcpath}/dist/abcl-contrib.jar \
+        ${destroot}${prefix}/share/java/abcl
     xinstall -m 755 \
         ${worksrcpath}/abcl \
         ${destroot}${prefix}/share/java/abcl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110729/4c51d871/attachment-0001.html>


More information about the macports-changes mailing list