Date: Tue, 9 Sep 2014 09:51:05 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367722 - in head: Mk/Uses www/firefox-i18n Message-ID: <201409090951.s899p6Jr059189@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Sep 9 09:51:05 2014 New Revision: 367722 URL: http://svnweb.freebsd.org/changeset/ports/367722 QAT: https://qat.redports.org/buildarchive/r367722/ Log: Finish bringing 32.0 Submitted by: Piotr Kubaj <pkubaj@riseup.net> Modified: head/Mk/Uses/gecko.mk head/www/firefox-i18n/Makefile Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Tue Sep 9 09:32:37 2014 (r367721) +++ head/Mk/Uses/gecko.mk Tue Sep 9 09:51:05 2014 (r367722) @@ -44,7 +44,7 @@ _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 31_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -33_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +32_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Tue Sep 9 09:32:37 2014 (r367721) +++ head/www/firefox-i18n/Makefile Tue Sep 9 09:51:05 2014 (r367722) @@ -14,7 +14,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox,33 +USES= zip:infozip gecko:firefox,32 USE_XPI= firefox linux-firefox NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409090951.s899p6Jr059189>