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

Modified Files:
      Tag: branch_0_29
        ChangeLog Validation.pm 
Log Message:
backport opt and local change

Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.303.2.3
retrieving revision 1.303.2.4
diff -u -d -r1.303.2.3 -r1.303.2.4
--- Validation.pm       14 Apr 2009 07:44:50 -0000      1.303.2.3
+++ Validation.pm       6 Jun 2009 14:25:58 -0000       1.303.2.4
@@ -1463,7 +1463,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.1592.2.19
retrieving revision 1.1592.2.20
diff -u -d -r1.1592.2.19 -r1.1592.2.20
--- ChangeLog   21 May 2009 01:24:38 -0000      1.1592.2.19
+++ ChangeLog   6 Jun 2009 14:25:58 -0000       1.1592.2.20
@@ -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