[75064] trunk/dports/games/gcs-java/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Jan 13 14:00:58 PST 2011


Revision: 75064
          http://trac.macports.org/changeset/75064
Author:   singingwolfboy at macports.org
Date:     2011-01-13 14:00:51 -0800 (Thu, 13 Jan 2011)
Log Message:
-----------
For gcs-java, added iText dependency, and updated location of ttk and trove jar files

Modified Paths:
--------------
    trunk/dports/games/gcs-java/Portfile

Modified: trunk/dports/games/gcs-java/Portfile
===================================================================
--- trunk/dports/games/gcs-java/Portfile	2011-01-13 22:00:06 UTC (rev 75063)
+++ trunk/dports/games/gcs-java/Portfile	2011-01-13 22:00:51 UTC (rev 75064)
@@ -4,6 +4,7 @@
 
 name                gcs-java
 version             2011.01.02.1054
+revision            1
 categories          games
 platforms           darwin
 maintainers         singingwolfboy openmaintainer
@@ -19,7 +20,7 @@
     editor that allows you to build characters for Steve Jackson Games' GURPS \
     4th Edition roleplaying game system.
 
-depends_lib         port:ttk port:trove4j
+depends_lib         port:ttk port:trove4j port:itext
 depends_build       bin:ant:apache-ant
 
 use_configure       no
@@ -27,8 +28,9 @@
 build.target        dist
 
 pre-build {
-    reinplace "s|\.\./ttk/TrollworksToolkit.jar|${prefix}/share/java/ttk/TrollworksToolkit.jar|" ${worksrcpath}/build.xml
-    reinplace "s|\.\./ttk/libraries/Trove.jar|${prefix}/share/java/trove4j/trove.jar|" ${worksrcpath}/build.xml
+    reinplace "s|\.\./ttk/TrollworksToolkit.jar|${prefix}/share/java/TrollworksToolkit.jar|" ${worksrcpath}/build.xml
+    reinplace "s|\.\./ttk/libraries/Trove.jar|${prefix}/share/java/trove.jar|" ${worksrcpath}/build.xml
+    reinplace "s|libraries/iText.jar|${prefix}/share/java/iText.jar|" ${worksrcpath}/build.xml
     reinplace "s|\.\./ttk/libraries/AppleJavaExtensions.jar|/Developer/Library/Xcode/Organizer Templates/Java Templates/Java Application/lib/AppleJavaExtensions.jar|" ${worksrcpath}/build.xml
     reinplace "s|match=\'\(APP_VERSION\.\+=\)\(\.\*\)\' replace=\'\\\\1 \$\{VERSION\}\'|match='(APP_VERSION.+=)(.*)' replace='\\\\1 ${version}'|" ${worksrcpath}/build.xml
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110113/ba8f4085/attachment.html>


More information about the macports-changes mailing list