Ticket #34249: hibernate3.diff

File hibernate3.diff, 1.5 KB (added by bgrupe27, 12 years ago)

diff

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                hibernate3
    7 version             3.6.1.Final
     7version             3.6.10.Final
    88categories          java databases
    99platforms           darwin
    1010maintainers         nomaintainer
     
    2828distname            hibernate-distribution-${version}
    2929extract.suffix      -dist.tar.gz
    3030
    31 checksums           sha1    72fe1ddc330952fe6271d89a9780a50b46e4fff6 \
    32                     rmd160  f687ea6f635bb7ceafcb8af75d0125fb6d7ecd7b
     31checksums           sha1    cbc9d86e448cbb9eb88123ebc3ceb0e3f03a3b98 \
     32                    rmd160  dc53ba018689386f2268b02d98da1523f6727ba9
    3333
    3434use_configure       no
    3535
     
    3838destroot {
    3939    # Ensure needed directories
    4040    xinstall -m 755 -d ${destroot}${prefix}/share/java \
    41         ${destroot}${prefix}/share/doc
     41        ${destroot}${prefix}/share/doc \
     42        ${destroot}${prefix}/share/java/${name}
    4243   
    4344    # Install the jar
    4445    xinstall -m 644 \
     
    4647        ${worksrcpath}/hibernate-testing.jar \
    4748        ${destroot}${prefix}/share/java
    4849   
     50    # Install the libs
     51    file copy ${worksrcpath}/lib \
     52        ${destroot}${prefix}/share/java/${name}
     53
    4954    # Install the docs
    5055    file copy ${worksrcpath}/documentation \
    5156        ${destroot}${prefix}/share/doc/${name}