Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14682

Modified Files:
        ChangeLog VirtPackage.pm 
Log Message:
more java bugfixes and a changelog entry for earlier changes ;)

Index: VirtPackage.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/VirtPackage.pm,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- VirtPackage.pm      14 Aug 2004 19:46:25 -0000      1.53
+++ VirtPackage.pm      6 Sep 2004 17:55:02 -0000       1.54
@@ -197,7 +197,7 @@
                                print STDERR "$dir/Commands " if ($options{debug});
                                $hash->{status}      = STATUS_PRESENT;
                                $self->{$hash->{package}} = $hash unless (exists 
$self->{$hash->{package}});
-                               $latest_java = $dir;
+                               $latest_java = $dir unless (defined $latest_java);
 
                                $hash = {};
                                $hash->{package}     = "system-java${ver}-dev";

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.700
retrieving revision 1.701
diff -u -d -r1.700 -r1.701
--- ChangeLog   31 Aug 2004 20:56:46 -0000      1.700
+++ ChangeLog   6 Sep 2004 17:55:02 -0000       1.701
@@ -1,3 +1,8 @@
+2004-09-06  Benjamin Reed  <[EMAIL PROTECTED]>
+
+       * PkgVersion.pm, VirtPackage.pm: Some tweaks to the way
+       system-java and $JAVA_HOME work.
+
 2004-08-31  Daniel Macks  <[EMAIL PROTECTED]>
 
        * PkgVersion.pm: Do not save raw SplitOffN in parent pkg.



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to