pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jan 15 20:42:10 UTC 2020

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/firefox-esr: DESCR Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1425 -r1.1426 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/firefox-esr/DESCR \
    pkgsrc/www/firefox-esr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1425 pkgsrc/www/Makefile:1.1426
--- pkgsrc/www/Makefile:1.1425  Wed Jan 15 18:14:37 2020
+++ pkgsrc/www/Makefile Wed Jan 15 20:42:10 2020
@@ -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+=    fcgiwrap
 SUBDIR+=       fengoffice
 SUBDIR+=       ffproxy
 SUBDIR+=       firefox
+SUBDIR+=       firefox-esr
 SUBDIR+=       firefox-l10n
 SUBDIR+=       firefox52
 SUBDIR+=       firefox52-l10n

Added files:

Index: pkgsrc/www/firefox-esr/DESCR
diff -u /dev/null pkgsrc/www/firefox-esr/DESCR:1.1
--- /dev/null   Wed Jan 15 20:42:10 2020
+++ pkgsrc/www/firefox-esr/DESCR        Wed Jan 15 20:42:10 2020
@@ -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.
Index: pkgsrc/www/firefox-esr/Makefile
diff -u /dev/null pkgsrc/www/firefox-esr/Makefile:1.1
--- /dev/null   Wed Jan 15 20:42:10 2020
+++ pkgsrc/www/firefox-esr/Makefile     Wed Jan 15 20:42:10 2020
@@ -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