Ticket #34249: hibernate3.diff
File hibernate3.diff, 1.5 KB (added by bgrupe27, 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name hibernate3 7 version 3.6.1 .Final7 version 3.6.10.Final 8 8 categories java databases 9 9 platforms darwin 10 10 maintainers nomaintainer … … 28 28 distname hibernate-distribution-${version} 29 29 extract.suffix -dist.tar.gz 30 30 31 checksums sha1 72fe1ddc330952fe6271d89a9780a50b46e4fff6\32 rmd160 f687ea6f635bb7ceafcb8af75d0125fb6d7ecd7b31 checksums sha1 cbc9d86e448cbb9eb88123ebc3ceb0e3f03a3b98 \ 32 rmd160 dc53ba018689386f2268b02d98da1523f6727ba9 33 33 34 34 use_configure no 35 35 … … 38 38 destroot { 39 39 # Ensure needed directories 40 40 xinstall -m 755 -d ${destroot}${prefix}/share/java \ 41 ${destroot}${prefix}/share/doc 41 ${destroot}${prefix}/share/doc \ 42 ${destroot}${prefix}/share/java/${name} 42 43 43 44 # Install the jar 44 45 xinstall -m 644 \ … … 46 47 ${worksrcpath}/hibernate-testing.jar \ 47 48 ${destroot}${prefix}/share/java 48 49 50 # Install the libs 51 file copy ${worksrcpath}/lib \ 52 ${destroot}${prefix}/share/java/${name} 53 49 54 # Install the docs 50 55 file copy ${worksrcpath}/documentation \ 51 56 ${destroot}${prefix}/share/doc/${name}