Received: by mail.netbsd.org (Postfix, from userid 605) id 8E80484D91; Tue, 15 Aug 2017 11:42:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2191584D57 for ; Tue, 15 Aug 2017 11:42:27 +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 q6J94ElIly9S for ; Tue, 15 Aug 2017 11:42:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 84DA684CE3 for ; Tue, 15 Aug 2017 11:42:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80312FAD0; Tue, 15 Aug 2017 11:42:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502797346219150" MIME-Version: 1.0 Date: Tue, 15 Aug 2017 11:42:26 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/misc/libreoffice To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170815114226.80312FAD0@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1502797346219150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Aug 15 11:42:26 UTC 2017 Modified Files: pkgsrc/misc/libreoffice: Makefile Log Message: Fix DIST_SUBDIR to avoid unnecessary distfiles fetch To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 pkgsrc/misc/libreoffice/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502797346219150 Content-Disposition: inline Content-Length: 735 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/libreoffice/Makefile diff -u pkgsrc/misc/libreoffice/Makefile:1.118 pkgsrc/misc/libreoffice/Makefile:1.119 --- pkgsrc/misc/libreoffice/Makefile:1.118 Tue Aug 15 11:19:56 2017 +++ pkgsrc/misc/libreoffice/Makefile Tue Aug 15 11:42:26 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2017/08/15 11:19:56 nros Exp $ +# $NetBSD: Makefile,v 1.119 2017/08/15 11:42:26 ryoon Exp $ VERREL= 5.4.0 VERRC= 3 @@ -40,7 +40,7 @@ CHECK_PORTABILITY_SKIP=configure NOT_PAX_MPROTECT_SAFE+= ${PKGNAME_NOREV}/lib/libreoffice/program/soffice.bin -DIST_SUBDIR= libreoffice/${PKGNAME} +DIST_SUBDIR= libreoffice/libreoffice-5.4.0.3nb1 LO_BOOTSTRAP= ${DISTNAME} LO_COMPONENTS= dictionaries help translations --_----------=_1502797346219150--