ca...@geeknest.com
unread,Jul 15, 2005, 3:44:21 PM7/15/05Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsan-...@googlegroups.com
Revision: 204
Author: cwest
Date: 2005-07-15 15:44:19 -0400 (Fri, 15 Jul 2005)
Log Message:
-----------
Update srcdir() dist info.
Modified Paths:
--------------
openjsan/trunk/lib/JSAN/Incoming.pm
Modified: openjsan/trunk/lib/JSAN/Incoming.pm
===================================================================
--- openjsan/trunk/lib/JSAN/Incoming.pm 2005-07-15 19:23:29 UTC (rev 203)
+++ openjsan/trunk/lib/JSAN/Incoming.pm 2005-07-15 19:44:19 UTC (rev 204)
@@ -451,6 +451,7 @@
$self->dist->name(join '.', @parts);
$self->dist->checksum(md5_hex do {open DIST, $self->html_dist;undef $/; <DIST>});
$self->dist->cdate(time) unless $self->dist->cdate;
+ $self->dist->srcdir($self->src_dist_name);
$self->dist->update;
}