Date: Fri, 28 Feb 2014 02:02:50 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1521 - trunk/www/firefox-nightly Message-ID: <201402280202.s1S22orA049794@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Feb 28 02:02:50 2014
New Revision: 1521
Log:
provide better description for firefox-nightly port
Modified:
trunk/www/firefox-nightly/Makefile
trunk/www/firefox-nightly/pkg-descr
Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile Fri Feb 28 02:02:43 2014 (r1520)
+++ trunk/www/firefox-nightly/Makefile Fri Feb 28 02:02:50 2014 (r1521)
@@ -11,7 +11,7 @@
DIST_SUBDIR= ${MOZILLA}
MAINTAINER= gecko@FreeBSD.org
-COMMENT= Web browser based on the browser portion of Mozilla
+COMMENT= Bleeding edge version of Mozilla browser
FETCH_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
Modified: trunk/www/firefox-nightly/pkg-descr
==============================================================================
--- trunk/www/firefox-nightly/pkg-descr Fri Feb 28 02:02:43 2014 (r1520)
+++ trunk/www/firefox-nightly/pkg-descr Fri Feb 28 02:02:50 2014 (r1521)
@@ -1,13 +1,15 @@
-Mozilla Firefox is a free and open source web browser descended from the
-Mozilla Application Suite. It is small, fast and easy to use, and offers
-many advanced features:
+Firefox Nightly is a bleeding edge version of Firefox based on
+mozilla-central repository (mozilla-inbound, actually) where the
+integration from project branches, new features and various bugfixes
+land first. The port shares the same configuration, hacks and patches
+from www/firefox plus a few experimental options.
- o Popup Blocking
- o Tabbed Browsing
- o Live Bookmarks (ie. RSS)
- o Extensions
- o Themes
- o FastFind
- o Improved Security
+A limited auto-update is supported as
-WWW: http://www.mozilla.com/firefox
+ $ make update && make makesum && make clean all deinstall install
+
+which updates to the most recent version that may even fail to
+build and keeps work/ directory around for hacking, testing
+patches, etc.
+
+WWW: https://nightly.mozilla.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402280202.s1S22orA049794>
