Received: by mail.netbsd.org (Postfix, from userid 605) id 7860084D92; Sun, 18 Nov 2018 07:16:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 68DD684D53 for ; Sun, 18 Nov 2018 07:16:49 +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 vJUgZWR_xpG1 for ; Sun, 18 Nov 2018 07:16:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 828CD84CD4 for ; Sun, 18 Nov 2018 07:16:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 722EEFB1F; Sun, 18 Nov 2018 07:16:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1542525408127110" MIME-Version: 1.0 Date: Sun, 18 Nov 2018 07:16:48 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/seamonkey-l10n To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20181118071648.722EEFB1F@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. --_----------=_1542525408127110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Nov 18 07:16:48 UTC 2018 Modified Files: pkgsrc/www/seamonkey-l10n: Makefile Log Message: Include xpi.mk from firefox52 directory www/seamonkey is based on gecko 52. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/seamonkey-l10n/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1542525408127110 Content-Disposition: inline Content-Length: 728 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/seamonkey-l10n/Makefile diff -u pkgsrc/www/seamonkey-l10n/Makefile:1.44 pkgsrc/www/seamonkey-l10n/Makefile:1.45 --- pkgsrc/www/seamonkey-l10n/Makefile:1.44 Tue Oct 23 22:55:13 2018 +++ pkgsrc/www/seamonkey-l10n/Makefile Sun Nov 18 07:16:48 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2018/10/23 22:55:13 maya Exp $ +# $NetBSD: Makefile,v 1.45 2018/11/18 07:16:48 ryoon Exp $ # SM_VER= 2.49.4 @@ -24,5 +24,5 @@ SM_LOCALES= cs de en-GB en-US es-AR es- EXTENSIONS_DIR= ${PREFIX}/lib/seamonkey/extensions XPI_FILES= ${SM_LOCALES:C/.*/seamonkey-${SM_VER}.&.langpack.xpi/} -.include "../../www/firefox/xpi.mk" +.include "../../www/firefox52/xpi.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1542525408127110--