Update of /cvsroot/fink/scripts/srcdist
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21399

Modified Files:
        ChangeLog dist-module.pl 
Log Message:
include fink-x86_64.info among the generated files


Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/scripts/srcdist/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ChangeLog   21 Nov 2008 21:32:14 -0000      1.5
+++ ChangeLog   13 May 2009 03:39:10 -0000      1.6
@@ -1,3 +1,7 @@
+2009-05-12  Dave Morrison  <[email protected]>
+
+       * dist-module.pl: include fink-x86_64.info among the generated files
+
 2008-11-21  Dave Morrison  <[email protected]>
 
        * dist-module.pl: update the sourceforge mirrors

Index: dist-module.pl
===================================================================
RCS file: /cvsroot/fink/scripts/srcdist/dist-module.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- dist-module.pl      21 Nov 2008 21:55:58 -0000      1.11
+++ dist-module.pl      13 May 2009 03:39:10 -0000      1.12
@@ -140,9 +140,16 @@
 
     
&modify_description("$tmpdir/$fullname/$modulename.info.in","$tmpdir/$modulename$suffix.info","$tmpdir/$fullname.tar.gz","$tmpdir/$fullname","mirror:custom:fink/%n-%v.tar.gz",$distribution,$coda,$version,$revision);
 
+    }
 }
+
+if (-f "$tmpdir/$fullname/$modulename-x86_64.info.in") {
+    print "\n";
+    print "Creating package description file $modulename-x86_64.info:\n";
+    
&modify_description("$tmpdir/$fullname/$modulename-x86_64.info.in","$tmpdir/$modulename-x86_64.info","$tmpdir/$fullname.tar.gz","$tmpdir/$fullname","mirror:custom:fink/%n-%v.tar.gz","10.5",$coda,$version,"46");
 }
 
+
 print "Done:\n";
 print `ls -l $tmpdir/*.info*` . "\n";
 


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to