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

Modified Files:
      Tag: branch_0_28
        ChangeLog Validation.pm 
Log Message:
Allow $basepath/Library/ to be installed (but with nothing below it other
than what is already allowed, i.e., $basepath/Library/Frameworks)


Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.277.2.3
retrieving revision 1.277.2.4
diff -u -d -r1.277.2.3 -r1.277.2.4
--- Validation.pm       7 Jun 2008 17:02:31 -0000       1.277.2.3
+++ Validation.pm       19 Jun 2008 13:40:12 -0000      1.277.2.4
@@ -1433,6 +1433,9 @@
        # make sure to protect regex metachars!
        my @bad_dirs = ("$basepath/src/", "$basepath/man/", "$basepath/info/", 
"$basepath/doc/", "$basepath/libexec/", "$basepath/lib/locale/", ".*/CVS/", 
".*/RCS/", '.*/\.svn/');
        my @good_dirs = ( map "$basepath/$_", qw/ bin sbin include lib share 
var etc src Applications Library\/Frameworks / );
+       # allow $basepath/Library/ by itself
+       # (needed since we allow $basepath/Library/Frameworks)
+       push(@good_dirs, "$basepath/Library/\$");
        push(@good_dirs, '/usr/X11');
 
        my @found_bad_dir;

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1524.2.7
retrieving revision 1.1524.2.8
diff -u -d -r1.1524.2.7 -r1.1524.2.8
--- ChangeLog   10 Jun 2008 20:45:44 -0000      1.1524.2.7
+++ ChangeLog   19 Jun 2008 13:40:11 -0000      1.1524.2.8
@@ -1,3 +1,9 @@
+2008-06-19  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * Validation.pm: Allow $basepath/Library/ to be installed (but with 
+       nothing below it other than what is already allowed, i.e., 
+       $basepath/Library/Frameworks)
+
 2008-06-10  Dave Morrison  <[EMAIL PROTECTED]>
 
        * Bootstrap.pm: Backport changes to copy_description


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to