From f6edaa0300c259c152e522211cebed8d75029496 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 21 Mar 2014 07:32:30 +0000 Subject: [PATCH] Comment php_value date.timezone since this is the default now. Not removed because the warning about keeping the same TZ with the DB server still stands. ok sthen@ (maintainer) --- mail/roundcubemail/Makefile | 4 ++-- mail/roundcubemail/files/roundcubemail.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/roundcubemail/Makefile b/mail/roundcubemail/Makefile index 87a910cac28..3b32a811546 100644 --- a/mail/roundcubemail/Makefile +++ b/mail/roundcubemail/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.75 2014/01/24 22:54:20 sthen Exp $ +# $OpenBSD: Makefile,v 1.76 2014/03/21 07:32:30 ajacoutot Exp $ COMMENT= imap4 webmail client DISTNAME= roundcubemail-0.9.5 -REVISION= 0 +REVISION= 1 PKGNAME= ${DISTNAME:S/-rc/rc/} CATEGORIES= mail www HOMEPAGE= http://www.roundcube.net/ diff --git a/mail/roundcubemail/files/roundcubemail.conf b/mail/roundcubemail/files/roundcubemail.conf index 171fb25066a..c39346bc4e3 100644 --- a/mail/roundcubemail/files/roundcubemail.conf +++ b/mail/roundcubemail/files/roundcubemail.conf @@ -1,4 +1,4 @@ -# $OpenBSD: roundcubemail.conf,v 1.9 2012/03/14 16:20:47 sthen Exp $ +# $OpenBSD: roundcubemail.conf,v 1.10 2014/03/21 07:32:30 ajacoutot Exp $ Alias /roundcubemail ${TINSTDIR} @@ -11,6 +11,6 @@ Alias /roundcubemail ${TINSTDIR} # If you have session problems, try setting this # to your database server's timezone. - php_value date.timezone UTC + #php_value date.timezone UTC