pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www www: Add firefox-esr



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f31cd36c7259
branches:  trunk
changeset: 421436:f31cd36c7259
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jan 15 20:42:10 2020 +0000

description:
www: Add firefox-esr

This package has an explicit dependency on the latest Extended Support
Release version of the Mozilla Firefox web browser. In case there are multiple
versions available, this package points to the most recent available version.

It is intended to allow easy upgrades to the most recent ESR release.

diffstat:

 www/Makefile             |   3 ++-
 www/firefox-esr/DESCR    |   5 +++++
 www/firefox-esr/Makefile |  16 ++++++++++++++++
 3 files changed, 23 insertions(+), 1 deletions(-)

diffs (46 lines):

diff -r ea17b5f52f3c -r f31cd36c7259 www/Makefile
--- a/www/Makefile      Wed Jan 15 20:11:11 2020 +0000
+++ b/www/Makefile      Wed Jan 15 20:42:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1425 2020/01/15 18:14:37 pho Exp $
+# $NetBSD: Makefile,v 1.1426 2020/01/15 20:42:10 nia Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -105,6 +105,7 @@
 SUBDIR+=       fengoffice
 SUBDIR+=       ffproxy
 SUBDIR+=       firefox
+SUBDIR+=       firefox-esr
 SUBDIR+=       firefox-l10n
 SUBDIR+=       firefox52
 SUBDIR+=       firefox52-l10n
diff -r ea17b5f52f3c -r f31cd36c7259 www/firefox-esr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox-esr/DESCR     Wed Jan 15 20:42:10 2020 +0000
@@ -0,0 +1,5 @@
+This package has an explicit dependency on the latest Extended Support
+Release version of the Mozilla Firefox web browser. In case there are multiple
+versions available, this package points to the most recent available version.
+
+It is intended to allow easy upgrades to the most recent ESR release.
diff -r ea17b5f52f3c -r f31cd36c7259 www/firefox-esr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox-esr/Makefile  Wed Jan 15 20:42:10 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/01/15 20:42:10 nia Exp $
+
+ESR_VER=       68
+PKGNAME=       firefox-esr-${ESR_VER}
+CATEGORIES=    www meta-pkgs
+DISTFILES=     #
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://support.mozilla.org/en-US/kb/firefox-esr-release-cycle
+COMMENT=       Meta-package for installing the most recent Firefox ESR version
+
+META_PACKAGE=  yes
+
+DEPENDS+=      firefox${ESR_VER}-[0-9]*:../../www/firefox${ESR_VER}
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index