New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79231


Ignore:
Timestamp:
06/05/11 15:52:33 (4 years ago)
Author:
ryandesign@…
Message:

unicodeconverter-java: update to 2.0

Location:
trunk/dports/java/unicodeconverter-java
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/java/unicodeconverter-java/Portfile

    r79230 r79231  
    33PortSystem                      1.0 
    44name                            unicodeconverter-java 
    5 version                         1.1 
     5version                         2.0 
    66categories                      java textproc unicode 
    77maintainers                     nomaintainer 
     
    2525worksrcdir                      UnicodeConverter 
    2626 
    27 checksums                       md5 4ed03336f2916de652137d8a14251e89 
     27checksums                       sha1    606f0cea9bdeb47e65229f34c0c139a9ad72e807 \ 
     28                                        rmd160  d48b4ac4f2e19393e027b302f8eb044c36c13436 
    2829 
    2930depends_lib                     bin:java:kaffe 
     
    4243                ${destroot}${prefix}/share/doc/${name} 
    4344        xinstall -m 755 -W ${worksrcpath} Uni ${destroot}${prefix}/bin 
    44         xinstall -m 644 -W ${worksrcpath} Uni.jar ${destroot}${prefix}/share/java 
     45        xinstall -m 644 -W ${worksrcpath} UnicodeConverter.jar ${destroot}${prefix}/share/java 
    4546        xinstall -m 644 -W ${worksrcpath} readme.html versionchanges.html \ 
    4647                ${destroot}${prefix}/share/doc/${name} 
     
    6061                reinplace "s|@@VERSION@@|${version}|g" ${ucAppPath}/Contents/Info.plist 
    6162                # Copy the jar into the right place 
    62                 xinstall -m 644 -W ${worksrcpath} Uni.jar \ 
     63                xinstall -m 644 -W ${worksrcpath} UnicodeConverter.jar \ 
    6364                        ${ucAppPath}/Contents/Resources/Java 
    6465                # Copy the stub app 
  • trunk/dports/java/unicodeconverter-java/files/Info.plist

    r6799 r79231  
    3030                <string>1.4+</string> 
    3131                <key>ClassPath</key> 
    32                         <string>$JAVAROOT/Uni.jar</string> 
     32                        <string>$JAVAROOT/UnicodeConverter.jar</string> 
    3333                <key>Properties</key> 
    3434                <dict> 
Note: See TracChangeset for help on using the changeset viewer.