diff options
author | ryoon <ryoon> | 2013-06-09 04:40:03 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-06-09 04:40:03 +0000 |
commit | e6577cf7bc0ced7212d32ec26a06fc0447f3560c (patch) | |
tree | 7b2c29662f2330c5ffa8001ab3257f6286da0b13 /www | |
parent | 31daacb103b91b65f66c752d0e71643d2e9f649d (diff) | |
download | pkgsrc-e6577cf7bc0ced7212d32ec26a06fc0447f3560c.tar.gz |
Update to 5.6.13
* Update and fix MESSAGE.
Changelog:
* Many bugfixes.
See http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5 .
Diffstat (limited to 'www')
-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 |