[79231] trunk/dports/java/unicodeconverter-java

ryandesign at macports.org ryandesign at macports.org
Sun Jun 5 15:52:34 PDT 2011


Revision: 79231
          http://trac.macports.org/changeset/79231
Author:   ryandesign at macports.org
Date:     2011-06-05 15:52:33 -0700 (Sun, 05 Jun 2011)
Log Message:
-----------
unicodeconverter-java: update to 2.0

Modified Paths:
--------------
    trunk/dports/java/unicodeconverter-java/Portfile
    trunk/dports/java/unicodeconverter-java/files/Info.plist

Modified: trunk/dports/java/unicodeconverter-java/Portfile
===================================================================
--- trunk/dports/java/unicodeconverter-java/Portfile	2011-06-05 22:44:28 UTC (rev 79230)
+++ trunk/dports/java/unicodeconverter-java/Portfile	2011-06-05 22:52:33 UTC (rev 79231)
@@ -2,7 +2,7 @@
 
 PortSystem			1.0
 name				unicodeconverter-java
-version				1.1
+version				2.0
 categories			java textproc unicode
 maintainers			nomaintainer
 description			Convert various encodings to UTF-8
@@ -24,7 +24,8 @@
 
 worksrcdir			UnicodeConverter
 
-checksums			md5 4ed03336f2916de652137d8a14251e89
+checksums			sha1    606f0cea9bdeb47e65229f34c0c139a9ad72e807 \
+					rmd160  d48b4ac4f2e19393e027b302f8eb044c36c13436
 
 depends_lib			bin:java:kaffe
 
@@ -41,7 +42,7 @@
 	xinstall -m 755 -d ${destroot}${prefix}/share/java \
 		${destroot}${prefix}/share/doc/${name}
 	xinstall -m 755 -W ${worksrcpath} Uni ${destroot}${prefix}/bin
-	xinstall -m 644 -W ${worksrcpath} Uni.jar ${destroot}${prefix}/share/java
+	xinstall -m 644 -W ${worksrcpath} UnicodeConverter.jar ${destroot}${prefix}/share/java
 	xinstall -m 644 -W ${worksrcpath} readme.html versionchanges.html \
 		${destroot}${prefix}/share/doc/${name}
 }
@@ -59,7 +60,7 @@
 		# Set version correctly in Info.plist
 		reinplace "s|@@VERSION@@|${version}|g" ${ucAppPath}/Contents/Info.plist
 		# Copy the jar into the right place
-		xinstall -m 644 -W ${worksrcpath} Uni.jar \
+		xinstall -m 644 -W ${worksrcpath} UnicodeConverter.jar \
 			${ucAppPath}/Contents/Resources/Java
 		# Copy the stub app
 		xinstall -m 755 "/System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/MacOS/JavaApplicationStub" \

Modified: trunk/dports/java/unicodeconverter-java/files/Info.plist
===================================================================
--- trunk/dports/java/unicodeconverter-java/files/Info.plist	2011-06-05 22:44:28 UTC (rev 79230)
+++ trunk/dports/java/unicodeconverter-java/files/Info.plist	2011-06-05 22:52:33 UTC (rev 79231)
@@ -29,7 +29,7 @@
 		<key>JVMVersion</key>
 		<string>1.4+</string>
 		<key>ClassPath</key>
-			<string>$JAVAROOT/Uni.jar</string>
+			<string>$JAVAROOT/UnicodeConverter.jar</string>
 		<key>Properties</key>
 		<dict>
 			<key>apple.laf.useScreenMenuBar</key>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110605/e6830458/attachment.html>


More information about the macports-changes mailing list