Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv924
Modified Files:
ChangeLog FinkVersion.pm.in
Log Message:
don't evaluate the substitution strings
Index: FinkVersion.pm.in
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/FinkVersion.pm.in,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- FinkVersion.pm.in 21 Mar 2009 22:52:34 -0000 1.42
+++ FinkVersion.pm.in 1 Apr 2009 04:38:19 -0000 1.43
@@ -67,7 +67,7 @@
=cut
sub fink_version {
- return "@VERSION@";
+ return '@VERSION@';
}
@@ -89,7 +89,7 @@
=cut
sub get_arch {
- return "@ARCHITECTURE@";
+ return '@ARCHITECTURE@';
}
=item default_binary_version
Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1582
retrieving revision 1.1583
diff -u -d -r1.1582 -r1.1583
--- ChangeLog 30 Mar 2009 20:04:25 -0000 1.1582
+++ ChangeLog 1 Apr 2009 04:38:19 -0000 1.1583
@@ -1,3 +1,7 @@
+2009-03-31 Dave Morrison <[email protected]>
+
+ * FinkVersion.pm.in: don't evaluate the substitution strings
+
2009-03-30 Benjamin Reed <[email protected]>
* Engine.pm: re-enable the xterm escapes, should be fixed now.
------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs