Date: Wed, 21 Jul 2010 11:32:41 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r354 - branches/experimental/www/firefox35 branches/experimental/www/firefox35/files trunk/www/firefox35 trunk/www/firefox35/files Message-ID: <201007211132.o6LBWf7F024152@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat
Date: Wed Jul 21 11:32:40 2010
New Revision: 354
Log:
- Update to 3.5.11
- Fix directory permissions in PREFIX/include/firefox3 [1]
PR: ports/148436 [1]
Reported by: Peter Jeremy <peterjeremy AT acm.org> [1]
Submitted by: Anonymous <swell.k AT gmail.com> [1]
Modified:
branches/experimental/www/firefox35/Makefile
branches/experimental/www/firefox35/distinfo
branches/experimental/www/firefox35/files/patch-toolkit_mozapps_installer_packager.mk
trunk/www/firefox35/Makefile
trunk/www/firefox35/distinfo
trunk/www/firefox35/files/patch-toolkit_mozapps_installer_packager.mk
Modified: branches/experimental/www/firefox35/Makefile
==============================================================================
--- branches/experimental/www/firefox35/Makefile Sun Jul 18 11:45:31 2010 (r353)
+++ branches/experimental/www/firefox35/Makefile Wed Jul 21 11:32:40 2010 (r354)
@@ -2,11 +2,11 @@
# Date created: 2002/10/21
# Whom: Alan Eldridge <alane@FreeBSD.org>
#
-# $FreeBSD: ports/www/firefox35/Makefile,v 1.191 2010/05/18 14:17:31 beat Exp $
+# $FreeBSD: ports/www/firefox35/Makefile,v 1.192 2010/06/23 18:21:08 beat Exp $
#
PORTNAME= firefox
-DISTVERSION= 3.5.10
+DISTVERSION= 3.5.11
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
Modified: branches/experimental/www/firefox35/distinfo
==============================================================================
--- branches/experimental/www/firefox35/distinfo Sun Jul 18 11:45:31 2010 (r353)
+++ branches/experimental/www/firefox35/distinfo Wed Jul 21 11:32:40 2010 (r354)
@@ -1,3 +1,3 @@
-MD5 (firefox-3.5.10.source.tar.bz2) = 38527ad16be09eb932b659df9ab3fb82
-SHA256 (firefox-3.5.10.source.tar.bz2) = b7981900ed63407ffb0e88c7821b42a3f92993cae9f3144ebbedcd316f466b71
-SIZE (firefox-3.5.10.source.tar.bz2) = 47413066
+MD5 (firefox-3.5.11.source.tar.bz2) = be1b607d3f610d6c07322859b65ed494
+SHA256 (firefox-3.5.11.source.tar.bz2) = 02b5c0e9cd5a46728ce2b8b5c93bf9ce0767592e3f79c1bef4e3638b6667732d
+SIZE (firefox-3.5.11.source.tar.bz2) = 47516322
Modified: branches/experimental/www/firefox35/files/patch-toolkit_mozapps_installer_packager.mk
==============================================================================
--- branches/experimental/www/firefox35/files/patch-toolkit_mozapps_installer_packager.mk Sun Jul 18 11:45:31 2010 (r353)
+++ branches/experimental/www/firefox35/files/patch-toolkit_mozapps_installer_packager.mk Wed Jul 21 11:32:40 2010 (r354)
@@ -5,7 +5,7 @@
(cd $(DESTDIR)$(includedir)/stable && tar -xf -)
# The dist/include has module subdirectories that we need to flatten
- find $(DIST)/include -xtype f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
-+ find $(DIST)/include -type f -o -type l -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
++ find -L $(DIST)/include -name system_wrappers\* -prune -or -type f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
# IDL directory is stable (dist/sdk/idl) and unstable (dist/idl)
$(NSINSTALL) -D $(DESTDIR)$(idldir)/stable
$(NSINSTALL) -D $(DESTDIR)$(idldir)/unstable
Modified: trunk/www/firefox35/Makefile
==============================================================================
--- trunk/www/firefox35/Makefile Sun Jul 18 11:45:31 2010 (r353)
+++ trunk/www/firefox35/Makefile Wed Jul 21 11:32:40 2010 (r354)
@@ -2,11 +2,11 @@
# Date created: 2002/10/21
# Whom: Alan Eldridge <alane@FreeBSD.org>
#
-# $FreeBSD: ports/www/firefox35/Makefile,v 1.191 2010/05/18 14:17:31 beat Exp $
+# $FreeBSD: ports/www/firefox35/Makefile,v 1.192 2010/06/23 18:21:08 beat Exp $
#
PORTNAME= firefox
-DISTVERSION= 3.5.10
+DISTVERSION= 3.5.11
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
Modified: trunk/www/firefox35/distinfo
==============================================================================
--- trunk/www/firefox35/distinfo Sun Jul 18 11:45:31 2010 (r353)
+++ trunk/www/firefox35/distinfo Wed Jul 21 11:32:40 2010 (r354)
@@ -1,3 +1,3 @@
-MD5 (firefox-3.5.10.source.tar.bz2) = 38527ad16be09eb932b659df9ab3fb82
-SHA256 (firefox-3.5.10.source.tar.bz2) = b7981900ed63407ffb0e88c7821b42a3f92993cae9f3144ebbedcd316f466b71
-SIZE (firefox-3.5.10.source.tar.bz2) = 47413066
+MD5 (firefox-3.5.11.source.tar.bz2) = be1b607d3f610d6c07322859b65ed494
+SHA256 (firefox-3.5.11.source.tar.bz2) = 02b5c0e9cd5a46728ce2b8b5c93bf9ce0767592e3f79c1bef4e3638b6667732d
+SIZE (firefox-3.5.11.source.tar.bz2) = 47516322
Modified: trunk/www/firefox35/files/patch-toolkit_mozapps_installer_packager.mk
==============================================================================
--- trunk/www/firefox35/files/patch-toolkit_mozapps_installer_packager.mk Sun Jul 18 11:45:31 2010 (r353)
+++ trunk/www/firefox35/files/patch-toolkit_mozapps_installer_packager.mk Wed Jul 21 11:32:40 2010 (r354)
@@ -5,7 +5,7 @@
(cd $(DESTDIR)$(includedir)/stable && tar -xf -)
# The dist/include has module subdirectories that we need to flatten
- find $(DIST)/include -xtype f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
-+ find $(DIST)/include -type f -o -type l -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
++ find -L $(DIST)/include -name system_wrappers\* -prune -or -type f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
# IDL directory is stable (dist/sdk/idl) and unstable (dist/idl)
$(NSINSTALL) -D $(DESTDIR)$(idldir)/stable
$(NSINSTALL) -D $(DESTDIR)$(idldir)/unstable
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007211132.o6LBWf7F024152>
