diff options
-rw-r--r-- | www/php-sugarcrm/MESSAGE | 6 | ||||
-rw-r--r-- | www/php-sugarcrm/Makefile | 4 | ||||
-rw-r--r-- | www/php-sugarcrm/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/php-sugarcrm/MESSAGE b/www/php-sugarcrm/MESSAGE index ddb1e229d40..642ac6b310e 100644 --- a/www/php-sugarcrm/MESSAGE +++ b/www/php-sugarcrm/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2013/02/26 12:37:46 ryoon Exp $ +$NetBSD: MESSAGE,v 1.2 2013/06/09 04:40:03 ryoon Exp $ To use SugerCRM with Apache 2.4 and PHP 5.4, you will need to perform the following steps. @@ -16,11 +16,11 @@ the following steps. or higher. # cat ${PREFIX}/etc/php.ini | grep upload_max_filesize - upload_max_filesize = 6M + upload_max_filesize = 7M 4. Install MySQL database server. - # cd databases/mysql51-server + # cd databases/mysql55-server # make install 5. Start MySQL server, and setup MySQL server diff --git a/www/php-sugarcrm/Makefile b/www/php-sugarcrm/Makefile index 0ea28e5ef0b..07ee375491a 100644 --- a/www/php-sugarcrm/Makefile +++ b/www/php-sugarcrm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/03/04 21:57:22 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/06/09 04:40:03 ryoon Exp $ # -SCVER= 6.5.10 +SCVER= 6.5.13 DISTNAME= SugarCE-${SCVER} PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/SugarCE/sugarcrm/} CATEGORIES= www diff --git a/www/php-sugarcrm/distinfo b/www/php-sugarcrm/distinfo index 113031f399c..16f7cbb2c7e 100644 --- a/www/php-sugarcrm/distinfo +++ b/www/php-sugarcrm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/02/26 12:37:46 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2013/06/09 04:40:03 ryoon Exp $ -SHA1 (SugarCE-6.5.10.zip) = 7900fcc1ff6d050350e5aca3c9f78279f9a2a074 -RMD160 (SugarCE-6.5.10.zip) = 6d0ce6871e5290b798b9156cb720364c40e79572 -Size (SugarCE-6.5.10.zip) = 21240061 bytes +SHA1 (SugarCE-6.5.13.zip) = 19c5b968d9ed9dee8f223c553bc2f66780ddcef7 +RMD160 (SugarCE-6.5.13.zip) = 5820a9b2cad84b5b55427a57dd909514eba99606 +Size (SugarCE-6.5.13.zip) = 21248077 bytes |