[SVN-Commit] r1355 - in trunk: mail/linux-thunderbird www/firefox www/firefox-nightly www/firefox-nightly/files www/linux-firefox www/linux-seamonkey www/seamonkey
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Mon Sep 16 21:37:21 UTC 2013
Author: jbeich
Date: Mon Sep 16 21:37:07 2013
New Revision: 1355
Log:
update
Deleted:
trunk/www/firefox-nightly/files/patch-bug916216
Modified:
trunk/mail/linux-thunderbird/Makefile
trunk/mail/linux-thunderbird/distinfo
trunk/www/firefox-nightly/Makefile.hgrev
trunk/www/firefox-nightly/distinfo
trunk/www/firefox/Makefile
trunk/www/firefox/distinfo
trunk/www/linux-firefox/Makefile
trunk/www/linux-firefox/distinfo
trunk/www/linux-seamonkey/Makefile
trunk/www/linux-seamonkey/distinfo
trunk/www/seamonkey/Makefile
trunk/www/seamonkey/distinfo
Modified: trunk/mail/linux-thunderbird/Makefile
==============================================================================
--- trunk/mail/linux-thunderbird/Makefile Sun Sep 15 18:12:34 2013 (r1354)
+++ trunk/mail/linux-thunderbird/Makefile Mon Sep 16 21:37:07 2013 (r1355)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= thunderbird
-DISTVERSION= 24.0b2
+DISTVERSION= 24.0
CATEGORIES= mail
DISTNAME= ${PORTNAME}-${DISTVERSION}
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
Modified: trunk/mail/linux-thunderbird/distinfo
==============================================================================
--- trunk/mail/linux-thunderbird/distinfo Sun Sep 15 18:12:34 2013 (r1354)
+++ trunk/mail/linux-thunderbird/distinfo Mon Sep 16 21:37:07 2013 (r1355)
@@ -1,2 +1,2 @@
-SHA256 (thunderbird-24.0b2.tar.bz2) = 3f08922e4642bdfe007470537f8c1ceb3db01c326bc024009cba4a212af242fe
-SIZE (thunderbird-24.0b2.tar.bz2) = 28996852
+SHA256 (thunderbird-24.0.tar.bz2) = f642a6978cf0c5d1c54b97f86c11e79c8ae2d0a3ee38cff296320a9a5c8911a0
+SIZE (thunderbird-24.0.tar.bz2) = 28964786
Modified: trunk/www/firefox-nightly/Makefile.hgrev
==============================================================================
--- trunk/www/firefox-nightly/Makefile.hgrev Sun Sep 15 18:12:34 2013 (r1354)
+++ trunk/www/firefox-nightly/Makefile.hgrev Mon Sep 16 21:37:07 2013 (r1355)
@@ -1 +1 @@
-HGREV= 146765:bf930e7d61d3
+HGREV= 147328:1713de744990
Modified: trunk/www/firefox-nightly/distinfo
==============================================================================
--- trunk/www/firefox-nightly/distinfo Sun Sep 15 18:12:34 2013 (r1354)
+++ trunk/www/firefox-nightly/distinfo Mon Sep 16 21:37:07 2013 (r1355)
@@ -1,2 +1,2 @@
-SHA256 (firefox-nightly/bf930e7d61d3.tar.bz2) = 7e59991820be102994c254fbb0d1d7eb1af74060a5a0e7f0b2fbd652b32a987a
-SIZE (firefox-nightly/bf930e7d61d3.tar.bz2) = 125316265
+SHA256 (firefox-nightly/1713de744990.tar.bz2) = 5e8372423c6c59ae0c58d5bd357b8a7ea5cb99d4957febdf3d9974b7abfed96c
+SIZE (firefox-nightly/1713de744990.tar.bz2) = 125684665
Deleted: trunk/www/firefox-nightly/files/patch-bug916216
==============================================================================
--- trunk/www/firefox-nightly/files/patch-bug916216 Mon Sep 16 21:37:07 2013 (r1354)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,39 +0,0 @@
---- media/webrtc/trunk/build/build_config.h~
-+++ media/webrtc/trunk/build/build_config.h
-@@ -37,9 +37,15 @@
- #elif defined(_WIN32)
- #define OS_WIN 1
- #define TOOLKIT_VIEWS 1
--#elif defined(__FreeBSD__)
-+#elif defined(__DragonFly__)
-+#define OS_DRAGONFLY 1
-+#define TOOLKIT_GTK
-+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
- #define OS_FREEBSD 1
- #define TOOLKIT_GTK
-+#elif defined(__NetBSD__)
-+#define OS_NETBSD 1
-+#define TOOLKIT_GTK
- #elif defined(__OpenBSD__)
- #define OS_OPENBSD 1
- #define TOOLKIT_GTK
-@@ -56,15 +62,15 @@
-
- // For access to standard BSD features, use OS_BSD instead of a
- // more specific macro.
--#if defined(OS_FREEBSD) || defined(OS_OPENBSD)
-+#if defined(OS_DRAGONFLY) || defined(OS_FREEBSD) \
-+ || defined(OS_NETBSD) || defined(OS_OPENBSD)
- #define OS_BSD 1
- #endif
-
- // For access to standard POSIXish features, use OS_POSIX instead of a
- // more specific macro.
--#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_FREEBSD) || \
-- defined(OS_OPENBSD) || defined(OS_SOLARIS) || defined(OS_ANDROID) || \
-- defined(OS_NACL)
-+#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) || \
-+ defined(OS_SOLARIS) || defined(OS_ANDROID) || defined(OS_NACL)
- #define OS_POSIX 1
- #endif
-
Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile Sun Sep 15 18:12:34 2013 (r1354)
+++ trunk/www/firefox/Makefile Mon Sep 16 21:37:07 2013 (r1355)
@@ -5,9 +5,9 @@
DISTVERSION= 24.0
PORTEPOCH= 1
CATEGORIES= www ipv6
-MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
- https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/
-DISTNAME= ${PORTNAME}-${DISTVERSION}.source
+MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
+ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source/
+DISTNAME= ${PORTNAME}-${DISTVERSION}esr.source
MAINTAINER= gecko at FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
@@ -56,7 +56,7 @@
.include <bsd.port.pre.mk>
-WRKSRC:= ${WRKDIR}/mozilla-release
+WRKSRC:= ${WRKDIR}/mozilla-esr24
post-extract:
@${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \
Modified: trunk/www/firefox/distinfo
==============================================================================
--- trunk/www/firefox/distinfo Sun Sep 15 18:12:34 2013 (r1354)
+++ trunk/www/firefox/distinfo Mon Sep 16 21:37:07 2013 (r1355)
@@ -1,2 +1,2 @@
-SHA256 (firefox-24.0.source.tar.bz2) = 86a6efa501e1b106b597a8506757f3a2db9d3a5cfcc61ea29a9ad0c834bea83b
-SIZE (firefox-24.0.source.tar.bz2) = 119931784
+SHA256 (firefox-24.0esr.source.tar.bz2) = 3872f7c4c7b3f1f3f06dd3e4f7cc97b59a6857085af8f2df56820185e3d5cadb
+SIZE (firefox-24.0esr.source.tar.bz2) = 119722621
Modified: trunk/www/linux-firefox/Makefile
==============================================================================
--- trunk/www/linux-firefox/Makefile Sun Sep 15 18:12:34 2013 (r1354)
+++ trunk/www/linux-firefox/Makefile Mon Sep 16 21:37:07 2013 (r1355)
@@ -2,10 +2,11 @@
# $FreeBSD: head/www/linux-firefox/Makefile 310165 2013-01-09 23:28:19Z flo $
PORTNAME= firefox
-DISTVERSION= 24.0b7
+DISTVERSION= 24.0
PORTEPOCH= 1
CATEGORIES= www
-MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
+MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/linux-i686/en-US
+DISTNAME= ${PORTNAME}-${DISTVERSION}esr
MAINTAINER= gecko at FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
Modified: trunk/www/linux-firefox/distinfo
==============================================================================
--- trunk/www/linux-firefox/distinfo Sun Sep 15 18:12:34 2013 (r1354)
+++ trunk/www/linux-firefox/distinfo Mon Sep 16 21:37:07 2013 (r1355)
@@ -1,2 +1,2 @@
-SHA256 (firefox-24.0b7.tar.bz2) = 7bb11313be1f568d87548ee504471bc3edb59e5f97e67c5a81b04b2a7e71bf40
-SIZE (firefox-24.0b7.tar.bz2) = 28911718
+SHA256 (firefox-24.0esr.tar.bz2) = 5c5b38252dc95df688f20b8acea952211fce61803e99a56e3bb23623cf856f5a
+SIZE (firefox-24.0esr.tar.bz2) = 29023319
Modified: trunk/www/linux-seamonkey/Makefile
==============================================================================
--- trunk/www/linux-seamonkey/Makefile Sun Sep 15 18:12:34 2013 (r1354)
+++ trunk/www/linux-seamonkey/Makefile Mon Sep 16 21:37:07 2013 (r1355)
@@ -2,9 +2,9 @@
# $FreeBSD: head/www/linux-seamonkey/Makefile 310165 2013-01-09 23:28:19Z flo $
PORTNAME= seamonkey
-DISTVERSION= 2.21b1
+DISTVERSION= 2.21
CATEGORIES= www
-MASTER_SITES= MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US
+MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
MAINTAINER= gecko at FreeBSD.org
COMMENT= The open source, standards compliant web browser
Modified: trunk/www/linux-seamonkey/distinfo
==============================================================================
--- trunk/www/linux-seamonkey/distinfo Sun Sep 15 18:12:34 2013 (r1354)
+++ trunk/www/linux-seamonkey/distinfo Mon Sep 16 21:37:07 2013 (r1355)
@@ -1,2 +1,2 @@
-SHA256 (seamonkey-2.21b1.tar.bz2) = 88eb96ede5d575ec98c51295ce48b53179879138f95b103b801df4f01c8e2837
-SIZE (seamonkey-2.21b1.tar.bz2) = 29489749
+SHA256 (seamonkey-2.21.tar.bz2) = ff6f361e1db0add6d4c38e5594a8b99c31f11992ae56dc2981329f66439161e2
+SIZE (seamonkey-2.21.tar.bz2) = 29490026
Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile Sun Sep 15 18:12:34 2013 (r1354)
+++ trunk/www/seamonkey/Makefile Mon Sep 16 21:37:07 2013 (r1355)
@@ -2,7 +2,7 @@
# $FreeBSD: head/www/seamonkey/Makefile 324744 2013-08-14 22:35:50Z ak $
PORTNAME= seamonkey
-DISTVERSION= 2.21b2
+DISTVERSION= 2.21
CATEGORIES?= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/
@@ -73,7 +73,7 @@
.include <bsd.port.pre.mk>
-WRKSRC= ${WRKDIR}/comm-beta
+WRKSRC= ${WRKDIR}/comm-release
MOZSRC:= ${WRKSRC}/mozilla
XPI_LIBDIR= ${PREFIX}/lib/xpi
Modified: trunk/www/seamonkey/distinfo
==============================================================================
--- trunk/www/seamonkey/distinfo Sun Sep 15 18:12:34 2013 (r1354)
+++ trunk/www/seamonkey/distinfo Mon Sep 16 21:37:07 2013 (r1355)
@@ -1,4 +1,4 @@
-SHA256 (seamonkey-2.21b2.source.tar.bz2) = bf96e47f8e74a5ada7653cfb9ae2c5ae7f8557b2197c28359c27350c2d1e5348
-SIZE (seamonkey-2.21b2.source.tar.bz2) = 140415270
+SHA256 (seamonkey-2.21.source.tar.bz2) = 1b15b1e6bc19477ff7dfc805dd3629566b0b5e94eca9638fe2f4b47c3a8d5ae9
+SIZE (seamonkey-2.21.source.tar.bz2) = 140654724
SHA256 (enigmail-1.5.2.tar.gz) = f20d6d1be1ab12dc2f1208d8f01227fd7e5c4dcf5d6f4bd0833a932b58973a26
SIZE (enigmail-1.5.2.tar.gz) = 1211395
More information about the freebsd-gecko
mailing list