[74444] trunk/dports/textproc/epubcheck/Portfile

dports at macports.org dports at macports.org
Fri Dec 17 14:34:20 PST 2010


Revision: 74444
          http://trac.macports.org/changeset/74444
Author:   dports at macports.org
Date:     2010-12-17 14:34:14 -0800 (Fri, 17 Dec 2010)
Log Message:
-----------
epubcheck: update to v1.1 (#27700)

Modified Paths:
--------------
    trunk/dports/textproc/epubcheck/Portfile

Modified: trunk/dports/textproc/epubcheck/Portfile
===================================================================
--- trunk/dports/textproc/epubcheck/Portfile	2010-12-17 18:48:45 UTC (rev 74443)
+++ trunk/dports/textproc/epubcheck/Portfile	2010-12-17 22:34:14 UTC (rev 74444)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    epubcheck
-version                 1.0.5
+version                 1.1
 revision                1
 categories              textproc
 platforms               darwin
@@ -24,9 +24,9 @@
 distname                ${name}-${version}
 
 use_zip                 yes
-checksums               md5     934a08dc7c08cefac3a607c7a21be3b3 \
-                        sha1    31f3740b65da142803c1e3d25c7c77fd632913dd \
-                        rmd160  b7577716915fcc5867d1f83068d14e9e1ae72ef1
+checksums               md5     fe9606667fa6282d615ad35bbf1e4c02 \
+                        sha1    661e127aa57a0e2f5aecf16c1775e10b2984b54b \
+                        rmd160  773c733f6e1b9a63ea230752114508ad924ffe60
 
 depends_run             bin:java:kaffe
 
@@ -55,7 +55,7 @@
     xinstall -d ${destroot}${epubcheck}/lib
     
     xinstall ${worksrcpath}/${name}-${version}.jar ${destroot}${epubcheck}/${name}.jar
-    xinstall ${worksrcpath}/jing_license.txt ${destroot}${epubcheck}
-    xinstall ${worksrcpath}/lib/saxon.jar ${destroot}${epubcheck}/lib
+    eval xinstall [glob ${worksrcpath}/*.txt]  ${destroot}${epubcheck}
+    eval xinstall [glob ${worksrcpath}/lib/*]  ${destroot}${epubcheck}/lib
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101217/d2acf415/attachment.html>


More information about the macports-changes mailing list