Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 359F47A270 for ; Mon, 12 Sep 2016 14:53:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9F84585EB0; Mon, 12 Sep 2016 14:53:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F84085E9B for ; Mon, 12 Sep 2016 14:53:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jpATCj8aEm0x for ; Mon, 12 Sep 2016 14:53:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F22584C6C for ; Mon, 12 Sep 2016 14:53:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59C5FFBD1; Mon, 12 Sep 2016 14:53:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473691992286940" MIME-Version: 1.0 Date: Mon, 12 Sep 2016 14:53:12 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/SOGo To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20160912145312.59C5FFBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1473691992286940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Sep 12 14:53:12 UTC 2016 Modified Files: pkgsrc/www/SOGo: Makefile PLIST distinfo Log Message: Update SOGo to 2.3.14. 2.3.14 (2016-08-17) ------------------- New features - [eas] added folder merging capabilities Enhancements - [web] expunge drafts mailbox when a draft is sent and deleted - [web] style cancelled events in Calendar module (#2800) - [web] updated CKEditor to version 4.5.10 Bug fixes - [eas] fixed long GUID issue preventing sometimes synchronisation (#3460) - [web] improved extraction of HTML signature in Preferences module - [web] really delete mailboxes being deleted from the Trash folder (#595, #1189, #641) - [core] fixing sogo-tool backup with multi-domain configuration but domain-less logins - [core] during event scheduling, use 409 instead of 403 so Lightning doesn't fail silently - [core] correctly calculate recurrence exceptions when not overlapping the recurrence id - [core] prevent invalid SENT-BY handling during event invitations (#3759) 2.3.13 (2016-07-06) ------------------- New features - [core] now possible to set default Sieve script (#2949) - [core] new sogo-tool truncate-calendar feature (#1513, #3141) - [eas] initial Out-of-Office support in EAS Enhancements - [core] avoid showing bundle loading info when not needed (#3726) - [core] when restoring data using sogo-tool, regenerate Sieve script (#3029) - [eas] use the preferred email identity in EAS if valid (#3698) - [eas] handle inline attachments during EAS content generation - [web] update jQuery File Upload library to 9.12.5 Bug fixes - [web] fixed crash when an attachment filename has no extension - [web] dragging a toolbar button was blocking the mail editor in Firefox - [eas] handle base64 EAS protocol version To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/SOGo/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/SOGo/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/SOGo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1473691992286940 Content-Disposition: inline Content-Length: 3907 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/SOGo/Makefile diff -u pkgsrc/www/SOGo/Makefile:1.29 pkgsrc/www/SOGo/Makefile:1.30 --- pkgsrc/www/SOGo/Makefile:1.29 Wed Jun 15 13:29:10 2016 +++ pkgsrc/www/SOGo/Makefile Mon Sep 12 14:53:12 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2016/06/15 13:29:10 taca Exp $ +# $NetBSD: Makefile,v 1.30 2016/09/12 14:53:12 taca Exp $ # -DISTNAME= SOGo-2.3.12 +DISTNAME= SOGo-2.3.14 CATEGORIES= www MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ @@ -11,8 +11,9 @@ COMMENT= Groupware server supporting Cal LICENSE= gnu-gpl-v2 HAS_CONFIGURE= yes -USE_TOOLS+= gmake zip:run +USE_TOOLS+= bash gmake zip:run +CONFIG_SHELL= bash CONFIGURE_ARGS= --enable-debug --disable-strip MAKE_JOBS_SAFE= no @@ -46,8 +47,23 @@ FILES_SUBST+= SOGOETCDIR=${SOGOETCDIR} FILES_SUBST+= SOGOUSER=${SOGOUSER} RCD_SCRIPTS= sogod -pre-install: - ${CHMOD} -x ${WRKSRC}/UI/WebServerResources/*.png +FIX_PERMS= \ + SoObjects/Mailer/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html \ + SoObjects/Mailer/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.wod \ + SoObjects/Mailer/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html \ + SoObjects/Mailer/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.wod \ + UI/Templates/SOGoACLLithuanianAdditionAdvisory.wox \ + UI/Templates/SOGoACLLithuanianModificationAdvisory.wox \ + UI/Templates/SOGoACLLithuanianRemovalAdvisory.wox \ + UI/Templates/SOGoFolderLithuanianAdditionAdvisory.wox \ + UI/Templates/SOGoFolderLithuanianRemovalAdvisory.wox + +pre-configure: +.for f in ${FIX_PERMS} + ${CHMOD} ${NONBINMODE} ${WRKSRC}/${f} +.endfor + +post-install: ${SED} -e "s|@SOGOUSER@|${SOGOUSER}|" ${FILESDIR}/sogo-conf.sh > \ ${DESTDIR}${PREFIX}/share/examples/SOGo/sogo-conf.sh ${SED} -e "s|/usr/GNUstep/System/Library|${PREFIX}/lib/GNUstep|" \ Index: pkgsrc/www/SOGo/PLIST diff -u pkgsrc/www/SOGo/PLIST:1.13 pkgsrc/www/SOGo/PLIST:1.14 --- pkgsrc/www/SOGo/PLIST:1.13 Wed Jun 15 13:29:10 2016 +++ pkgsrc/www/SOGo/PLIST Mon Sep 12 14:53:12 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2016/06/15 13:29:10 taca Exp $ +@comment $NetBSD: PLIST,v 1.14 2016/09/12 14:53:12 taca Exp $ include/GDLContentStore/EOAdaptorChannel+GCS.h include/GDLContentStore/GCSAlarmsFolder.h include/GDLContentStore/GCSChannelManager.h @@ -52,6 +52,7 @@ include/SOGoUI/UIxComponent.h include/SOGoUI/UIxJSClose.h lib/GNUstep/Frameworks/SOGo.framework/Headers lib/GNUstep/Frameworks/SOGo.framework/Resources +lib/GNUstep/Frameworks/SOGo.framework/SOGo.framework lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/BSONCodec.h lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/DOMNode+SOGo.h lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/EOBitmaskQualifier.h Index: pkgsrc/www/SOGo/distinfo diff -u pkgsrc/www/SOGo/distinfo:1.16 pkgsrc/www/SOGo/distinfo:1.17 --- pkgsrc/www/SOGo/distinfo:1.16 Wed Jun 15 13:29:10 2016 +++ pkgsrc/www/SOGo/distinfo Mon Sep 12 14:53:12 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2016/06/15 13:29:10 taca Exp $ +$NetBSD: distinfo,v 1.17 2016/09/12 14:53:12 taca Exp $ -SHA1 (SOGo-2.3.12.tar.gz) = 9d50742af1a34d4bca2ca2611e5483c865f036bd -RMD160 (SOGo-2.3.12.tar.gz) = 48a5419b35090e7e161f826ffae2af7b3c2b987f -SHA512 (SOGo-2.3.12.tar.gz) = 2871c9fdea6847354b626f14cb8e82261acf59b162c9a4cd6edd8128369e4a163d09d80005fcea1c292d91edb9d3535c1ce8e23aa82bec5134c74aed721e7762 -Size (SOGo-2.3.12.tar.gz) = 12358952 bytes +SHA1 (SOGo-2.3.14.tar.gz) = 244769c047a8acc8345eeb0f08092b04bee27423 +RMD160 (SOGo-2.3.14.tar.gz) = 391b4bd27e8bcec0a1eb7069012716612eacaca1 +SHA512 (SOGo-2.3.14.tar.gz) = 2ff36b7a5dbe4a0397a96e3a7ff9840fd512b7d0598083a0e5a27438a9fd553eeb7b8c32fc0cd9ae72147343af009947ad02a4c170955a111b2de8c92ce68be9 +Size (SOGo-2.3.14.tar.gz) = 12374899 bytes SHA1 (patch-SoObjects_SOGo_NSData+Crypto.m) = 2b121f06f409f9d8ddfb717e5b3d13547c7d18a0 --_----------=_1473691992286940--