Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5901/perlmod/Fink

Modified Files:
        Validation.pm ChangeLog 
Log Message:
allow opt and local in %p

Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -d -r1.312 -r1.313
--- Validation.pm       28 Apr 2009 14:11:56 -0000      1.312
+++ Validation.pm       6 Jun 2009 14:24:54 -0000       1.313
@@ -1467,7 +1467,7 @@
        # these are used in a regex and are automatically prepended with ^
        # 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 / );
+       my @good_dirs = ( map "$basepath/$_", qw/ bin sbin include lib local 
opt share var etc src Applications Library\/Frameworks / );
        # allow $basepath/Library/ by itself
        # (needed since we allow $basepath/Library/Frameworks)
        push(@good_dirs, "$basepath/Library/\$");

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1622
retrieving revision 1.1623
diff -u -d -r1.1622 -r1.1623
--- ChangeLog   18 May 2009 19:26:02 -0000      1.1622
+++ ChangeLog   6 Jun 2009 14:24:54 -0000       1.1623
@@ -1,3 +1,7 @@
+2009-06-05  Benjamin Reed  <rangerr...@users.sourceforge.net>
+
+       * Validation.pm: Allow %p/opt and %p/local
+
 2009-05-18  Daniel Macks  <dma...@netspace.org>
 
        * Bootstrap.pm: Auto-update apt-dev if new version available


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to