[50558] trunk/dports/java/msv/Portfile

blair at macports.org blair at macports.org
Sun May 3 14:55:00 PDT 2009


Revision: 50558
          http://trac.macports.org/changeset/50558
Author:   blair at macports.org
Date:     2009-05-03 14:55:00 -0700 (Sun, 03 May 2009)
Log Message:
-----------
Add relaxngDatatype.jar and xsdlib.jar to the list of jars to install.

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

Modified: trunk/dports/java/msv/Portfile
===================================================================
--- trunk/dports/java/msv/Portfile	2009-05-03 20:53:00 UTC (rev 50557)
+++ trunk/dports/java/msv/Portfile	2009-05-03 21:55:00 UTC (rev 50558)
@@ -1,9 +1,10 @@
-# $Id$
+# $Id: Portfile 44975 2009-01-05 23:27:17Z blair at macports.org $
 
 PortSystem 1.0
 
 name			msv
 version			20081113
+revision		1
 
 categories		java
 maintainers		blair
@@ -37,7 +38,7 @@
 	xinstall -m 755 -d ${destroot}${prefix}/share/java \
 		${destroot}${prefix}/share/doc/${name}
 
-	foreach f {isorelax.jar msv.jar} {
+	foreach f {isorelax.jar msv.jar relaxngDatatype.jar xsdlib.jar} {
 		file copy ${worksrcpath}/${f} \
 			${destroot}${prefix}/share/java/${f}
 	}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090503/8d9c36cf/attachment.html>


More information about the macports-changes mailing list