Received: by mail.netbsd.org (Postfix, from userid 605) id 8CE5C84E6C; Sat, 3 Jul 2021 21:00:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 837FD84E6F for ; Sat, 3 Jul 2021 21:00:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id R2LJzuIAzDzA for ; Sat, 3 Jul 2021 21:00:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E145A84CDB for ; Sat, 3 Jul 2021 21:00:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5873FA95; Sat, 3 Jul 2021 21:00:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625346031213460" MIME-Version: 1.0 Date: Sat, 3 Jul 2021 21:00:31 +0000 From: "Emmanuel Dreyfus" Subject: CVS commit: pkgsrc/www/SOGo4 To: pkgsrc-changes@NetBSD.org Reply-To: manu@netbsd.org X-Mailer: log_accum Message-Id: <20210703210031.D5873FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625346031213460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: manu Date: Sat Jul 3 21:00:31 UTC 2021 Modified Files: pkgsrc/www/SOGo4: Makefile PLIST Log Message: Fix PLIST To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/SOGo4/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/SOGo4/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625346031213460 Content-Disposition: inline Content-Length: 4104 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/SOGo4/Makefile diff -u pkgsrc/www/SOGo4/Makefile:1.12 pkgsrc/www/SOGo4/Makefile:1.13 --- pkgsrc/www/SOGo4/Makefile:1.12 Wed Apr 21 13:25:28 2021 +++ pkgsrc/www/SOGo4/Makefile Sat Jul 3 21:00:31 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2021/04/21 13:25:28 adam Exp $ +# $NetBSD: Makefile,v 1.13 2021/07/03 21:00:31 manu Exp $ # DISTNAME= SOGo-4.0.8 @@ -69,6 +69,39 @@ FIX_PERMS= \ UI/Templates/SOGoFolderLithuanianRemovalAdvisory.wox \ UI/WebServerResources/css/icons.css +# Binary files embed compiler command invoked, which includes +# harmless build directory references. +CHECK_WRKREF_SKIP+=lib/GNUstep/Frameworks/SOGo.framework/Versions/4/sogo/SOGo +CHECK_WRKREF_SKIP+=lib/GNUstep/Frameworks/SOGo.framework/Versions/4/sogo/libSOGo.so +CHECK_WRKREF_SKIP+=lib/GNUstep/Frameworks/SOGo.framework/Versions/4/sogo/libSOGo.so.4.0.8 +CHECK_WRKREF_SKIP+=lib/GNUstep/Frameworks/SOGo.framework/sogo/SOGo +CHECK_WRKREF_SKIP+=lib/GNUstep/Frameworks/SOGo.framework/sogo/libSOGo.so +CHECK_WRKREF_SKIP+=lib/GNUstep/SOGo/AdministrationUI.SOGo/AdministrationUI +CHECK_WRKREF_SKIP+=lib/GNUstep/SOGo/Appointments.SOGo/Appointments +CHECK_WRKREF_SKIP+=lib/GNUstep/SOGo/CommonUI.SOGo/CommonUI +CHECK_WRKREF_SKIP+=lib/GNUstep/SOGo/Contacts.SOGo/Contacts +CHECK_WRKREF_SKIP+=lib/GNUstep/SOGo/ContactsUI.SOGo/ContactsUI +CHECK_WRKREF_SKIP+=lib/GNUstep/SOGo/MailPartViewers.SOGo/MailPartViewers +CHECK_WRKREF_SKIP+=lib/GNUstep/SOGo/Mailer.SOGo/Mailer +CHECK_WRKREF_SKIP+=lib/GNUstep/SOGo/MailerUI.SOGo/MailerUI +CHECK_WRKREF_SKIP+=lib/GNUstep/SOGo/MainUI.SOGo/MainUI +CHECK_WRKREF_SKIP+=lib/GNUstep/SOGo/PreferencesUI.SOGo/PreferencesUI +CHECK_WRKREF_SKIP+=lib/GNUstep/SOGo/SchedulerUI.SOGo/SchedulerUI +CHECK_WRKREF_SKIP+=lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/versitCardsSaxDriver +CHECK_WRKREF_SKIP+=lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/SOGoElements +CHECK_WRKREF_SKIP+=lib/sogo/libGDLContentStore.so +CHECK_WRKREF_SKIP+=lib/sogo/libGDLContentStore.so.4.9.0 +CHECK_WRKREF_SKIP+=lib/sogo/libNGCards.so +CHECK_WRKREF_SKIP+=lib/sogo/libNGCards.so.4.9.0 +CHECK_WRKREF_SKIP+=lib/sogo/libSOGo.so +CHECK_WRKREF_SKIP+=lib/sogo/libSOGo.so.4.0.8 +CHECK_WRKREF_SKIP+=lib/sogo/libSOGoUI.so +CHECK_WRKREF_SKIP+=lib/sogo/libSOGoUI.so.4.0.0 +CHECK_WRKREF_SKIP+=sbin/sogo-ealarms-notify +CHECK_WRKREF_SKIP+=sbin/sogo-slapd-sockd +CHECK_WRKREF_SKIP+=sbin/sogo-tool +CHECK_WRKREF_SKIP+=sbin/sogod + pre-install: .for f in ${FIX_PERMS} ${CHMOD} ${NONBINMODE} ${WRKSRC}/${f} Index: pkgsrc/www/SOGo4/PLIST diff -u pkgsrc/www/SOGo4/PLIST:1.1 pkgsrc/www/SOGo4/PLIST:1.2 --- pkgsrc/www/SOGo4/PLIST:1.1 Wed Sep 11 12:01:54 2019 +++ pkgsrc/www/SOGo4/PLIST Sat Jul 3 21:00:31 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2019/09/11 12:01:54 tm Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/07/03 21:00:31 manu Exp $ include/GDLContentStore/EOAdaptorChannel+GCS.h include/GDLContentStore/GCSAlarmsFolder.h include/GDLContentStore/GCSChannelManager.h @@ -126,7 +126,6 @@ lib/GNUstep/Frameworks/SOGo.framework/Ve lib/GNUstep/Frameworks/SOGo.framework/Versions/4/Resources/SOGoDefaults.plist lib/GNUstep/Frameworks/SOGo.framework/Versions/4/sogo/SOGo lib/GNUstep/Frameworks/SOGo.framework/Versions/4/sogo/libSOGo.so -lib/GNUstep/Frameworks/SOGo.framework/Versions/4/sogo/libSOGo.so.4 lib/GNUstep/Frameworks/SOGo.framework/Versions/4/sogo/libSOGo.so.${PKGVERSION} lib/GNUstep/Frameworks/SOGo.framework/Versions/Current lib/GNUstep/Frameworks/SOGo.framework/sogo/SOGo @@ -1928,16 +1927,12 @@ lib/GNUstep/WOxElemBuilders-4.9/SOGoElem lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/bundle-info.plist lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/stamp.make lib/sogo/libGDLContentStore.so -lib/sogo/libGDLContentStore.so.4.9 lib/sogo/libGDLContentStore.so.4.9.0 lib/sogo/libNGCards.so -lib/sogo/libNGCards.so.4.9 lib/sogo/libNGCards.so.4.9.0 lib/sogo/libSOGo.so -lib/sogo/libSOGo.so.4 lib/sogo/libSOGo.so.${PKGVERSION} lib/sogo/libSOGoUI.so -lib/sogo/libSOGoUI.so.4.0 lib/sogo/libSOGoUI.so.4.0.0 sbin/sogo-ealarms-notify sbin/sogo-slapd-sockd --_----------=_1625346031213460--