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

Modified Files:
      Tag: branch_0_29
        ChangeLog PkgVersion.pm 
Log Message:
Backport from HEAD: Handle the Commercial licence.


Index: PkgVersion.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.622.2.6
retrieving revision 1.622.2.7
diff -u -d -r1.622.2.6 -r1.622.2.7
--- PkgVersion.pm       18 Oct 2009 22:26:30 -0000      1.622.2.6
+++ PkgVersion.pm       23 Nov 2009 05:52:46 -0000      1.622.2.7
@@ -3140,7 +3140,7 @@
 
        my $url = $self->get_source($suffix);
        my $file = $self->get_tarball($suffix);
-       $nomirror = 1 if $self->get_license() =~ /^Restrictive$/i;
+       $nomirror = 1 if $self->get_license() =~ /^(Commercial|Restrictive)$/i;
        
        my($checksum_type, $checksum) = 
Fink::Checksum->parse_checksum($self->get_checksum($suffix));
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1592.2.35
retrieving revision 1.1592.2.36
diff -u -d -r1.1592.2.35 -r1.1592.2.36
--- ChangeLog   10 Nov 2009 00:17:53 -0000      1.1592.2.35
+++ ChangeLog   23 Nov 2009 05:52:45 -0000      1.1592.2.36
@@ -1,3 +1,7 @@
+2009-11-21  Augusto Devegili  <moni...@users.sourceforge.net>
+
+       * PkgVersion.pm: Handle the Commercial licence
+
 2009-11-09  Alexander Hansen  <alexkhan...@users.sourceforge.net>
 
        * Bootstrap.pm: Support OS X 10.6.2


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to