svn commit: r367722 - in head: Mk/Uses www/firefox-i18n

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 9 09:51:06 UTC 2014


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 at 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


More information about the svn-ports-head mailing list