[csw-devel] SF.net SVN: gar:[11638] csw/mgar/pkg/cswutils/trunk/files/checkpkg

theferret at users.sourceforge.net theferret at users.sourceforge.net
Tue Nov 16 19:05:34 CET 2010


Revision: 11638
          http://gar.svn.sourceforge.net/gar/?rev=11638&view=rev
Author:   theferret
Date:     2010-11-16 18:05:33 +0000 (Tue, 16 Nov 2010)

Log Message:
-----------
cswutils/checkpkg: modded pkg len check

Modified Paths:
--------------
    csw/mgar/pkg/cswutils/trunk/files/checkpkg

Modified: csw/mgar/pkg/cswutils/trunk/files/checkpkg
===================================================================
--- csw/mgar/pkg/cswutils/trunk/files/checkpkg	2010-11-16 12:08:07 UTC (rev 11637)
+++ csw/mgar/pkg/cswutils/trunk/files/checkpkg	2010-11-16 18:05:33 UTC (rev 11638)
@@ -207,8 +207,8 @@
 	print basedir="'$basedir'"
 fi
 
-if [[ ${#software} -gt 20 ]] ; then errmsg $f: software name greater than 20 chars ; fi
-if [[ ${#pkgname} -gt 20 ]] ; then errmsg $f: pkg name greater than 20 chars; fi
+if [[ ${#software} -gt 29 ]] ; then errmsg $f: software name greater than 29 chars ; fi
+if [[ ${#pkgname} -gt 32 ]] ; then errmsg $f: pkg name greater than 32 chars; fi
 
 if [ "$software" = "" ] ; then errmsg $f: software field not set properly in NAME ; fi
 if [ "$pkgname" = "" ] ; then errmsg $f: pkgname field blank ; fi


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list