Subject: CVS commit: pkgsrc/parallel/GridSim
To: None <pkgsrc-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 09/07/2004 17:12:24
Module Name:	pkgsrc
Committed By:	jschauma
Date:		Tue Sep  7 17:12:24 UTC 2004

Modified Files:
	pkgsrc/parallel/GridSim: Makefile PLIST distinfo

Log Message:
Update GridSim to 3.0.2 to fix installation problems seen in latest
bulk-builds.
Changes:
- fix a bug in GridResource.init() method.
  policyType_ attribute should be instantiated before creating the policy_
  object.
- fix a bug in GridSim.gridletSubmit(Gridlet, int).
  By default, acknowledgement is false or not required.
- fix a bug in GridResource.processGridletSubmit().
  If a Gridlet has finished previously, then a resource needs
  to send it back to sender/user.
- renumbered the tags in GridSimTags.
  Originally, there are two tags with the same integer value.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/parallel/GridSim/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/parallel/GridSim/PLIST \
    pkgsrc/parallel/GridSim/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.