[66269] trunk/dports/java/xom/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 7 22:02:37 PDT 2010


Revision: 66269
          http://trac.macports.org/changeset/66269
Author:   ryandesign at macports.org
Date:     2010-04-07 22:02:36 -0700 (Wed, 07 Apr 2010)
Log Message:
-----------
xom: update to 1.2.5; add jaxen dependency (see #23144); indicate this port is noarch

Modified Paths:
--------------
    trunk/dports/java/xom/Portfile

Modified: trunk/dports/java/xom/Portfile
===================================================================
--- trunk/dports/java/xom/Portfile	2010-04-08 05:01:29 UTC (rev 66268)
+++ trunk/dports/java/xom/Portfile	2010-04-08 05:02:36 UTC (rev 66269)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name				xom
-version				1.2.4
+version				1.2.5
 
 categories			java devel textproc
 platforms			darwin
@@ -17,12 +17,13 @@
 
 master_sites		http://www.cafeconleche.org/XOM/
 
-checksums           md5     f226cdce8e799ba1e36d5e57ff58e826 \
-                    sha1    fc57de2fed7b6d950b2d4fde3c1ffbc08fc07cf2 \
-                    rmd160  936e7da6fabbd7afb9fc0a0adaecd404263dbdf6
+checksums			md5     5d0fbbfcc3cb2a462b614ba9ca66e66d \
+					sha1    fb0eca847c605a081622a1698043c878c879bf40 \
+					rmd160  81077788f677c32f75bb9306e58e4eaf1e24dd01
 
 depends_build		bin:ant:apache-ant
-depends_lib			bin:java:kaffe
+depends_lib			bin:java:kaffe \
+					port:jaxen
 
 worksrcdir			XOM
 
@@ -30,6 +31,10 @@
 
 use_configure		no
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
+
 build.cmd			ant
 build.target		jar javadoc
 build.env			""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100407/7421e9a0/attachment.html>


More information about the macports-changes mailing list