[20143] trunk/dports/java/hibernate3/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 24 09:28:13 PDT 2006


Revision: 20143
          http://trac.macosforge.org/projects/macports/changeset/20143
Author:   jberry at macports.org
Date:     2006-10-24 09:28:12 -0700 (Tue, 24 Oct 2006)

Log Message:
-----------
Update Hibernate 3 --> 3.2.0.ga

Modified Paths:
--------------
    trunk/dports/java/hibernate3/Portfile

Modified: trunk/dports/java/hibernate3/Portfile
===================================================================
--- trunk/dports/java/hibernate3/Portfile	2006-10-24 15:53:10 UTC (rev 20142)
+++ trunk/dports/java/hibernate3/Portfile	2006-10-24 16:28:12 UTC (rev 20143)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name				hibernate3
-version				3.1.3
+version				3.2.0.ga
 
 categories			java databases
 maintainers			jberry at macports.org
@@ -23,7 +23,7 @@
 
 distname			hibernate-${version}
 master_sites		sourceforge:hibernate
-checksums			md5 caff8095849ce0fd716f2cf3678bc14c
+checksums			md5 6a5eeb5752de74ba76bb6b75d8c5e5ce
 
 depends_build		bin:java:kaffe \
 					bin:ant:apache-ant \
@@ -33,7 +33,7 @@
 				
 use_configure		no
 
-worksrcdir			hibernate-3.1
+worksrcdir			hibernate-3.2
 
 build.cmd			ant
 build.target		jar
@@ -46,7 +46,9 @@
 		${destroot}${prefix}/share/doc
 		
 	# Install the jar
-	xinstall -m 644 ${worksrcpath}/${name}.jar \
+	xinstall -m 644 \
+		${worksrcpath}/build/${name}.jar \
+		${worksrcpath}/build/${name}-client.jar \
 		${destroot}${prefix}/share/java
 		
 	# Install the docs

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061024/c077282e/attachment.html


More information about the macports-changes mailing list