svn commit: r402531 - in head: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey

Jan Beich jbeich at FreeBSD.org
Sat Nov 28 14:12:42 UTC 2015


Author: jbeich
Date: Sat Nov 28 14:12:40 2015
New Revision: 402531
URL: https://svnweb.freebsd.org/changeset/ports/402531

Log:
  gecko: add missing PORTEPOCH to required libvorbis version
  
  Reported by:	Takeshi Hashimoto

Modified:
  head/mail/thunderbird/Makefile   (contents, props changed)
  head/www/firefox-esr/Makefile   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)
  head/www/libxul/Makefile   (contents, props changed)
  head/www/seamonkey/Makefile   (contents, props changed)

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Sat Nov 28 13:37:47 2015	(r402530)
+++ head/mail/thunderbird/Makefile	Sat Nov 28 14:12:40 2015	(r402531)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	nspr>=4.10.8:${PORTSDIR}/
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \
 		graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \
-		libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \
+		libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \
 		opus>=1.1:${PORTSDIR}/audio/opus \
 		libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
 		sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Sat Nov 28 13:37:47 2015	(r402530)
+++ head/www/firefox-esr/Makefile	Sat Nov 28 14:12:40 2015	(r402531)
@@ -19,7 +19,7 @@ BUILD_DEPENDS=	nspr>=4.10.10:${PORTSDIR}
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \
 		graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \
-		libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \
+		libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \
 		libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
 		sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Sat Nov 28 13:37:47 2015	(r402530)
+++ head/www/firefox/Makefile	Sat Nov 28 14:12:40 2015	(r402531)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	nspr>=4.10.10:${PORTSDIR}
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \
 		graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \
-		libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \
+		libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \
 		libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
 		sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \

Modified: head/www/libxul/Makefile
==============================================================================
--- head/www/libxul/Makefile	Sat Nov 28 13:37:47 2015	(r402530)
+++ head/www/libxul/Makefile	Sat Nov 28 14:12:40 2015	(r402531)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	nspr>=4.10.10:${PORTSDIR}
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \
 		graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \
-		libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \
+		libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \
 		libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
 		sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Sat Nov 28 13:37:47 2015	(r402530)
+++ head/www/seamonkey/Makefile	Sat Nov 28 14:12:40 2015	(r402531)
@@ -19,7 +19,7 @@ BUILD_DEPENDS=	nspr>=4.10.10:${PORTSDIR}
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \
 		graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \
-		libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \
+		libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \
 		libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
 		sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \


More information about the svn-ports-all mailing list