Author: jbeich Date: Tue Jun 19 06:53:11 2012 New Revision: 780 Log: sync nspr version with what mozilla/configure.in requests
Modified: branches/experimental/mail/thunderbird-beta/Makefile branches/experimental/mail/thunderbird-esr/Makefile branches/experimental/mail/thunderbird3/Makefile branches/experimental/www/firefox-beta/Makefile branches/experimental/www/seamonkey-beta/Makefile branches/experimental/www/seamonkey/Makefile Modified: branches/experimental/mail/thunderbird-beta/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-beta/Makefile Tue Jun 19 06:51:52 2012 (r779) +++ branches/experimental/mail/thunderbird-beta/Makefile Tue Jun 19 06:53:11 2012 (r780) @@ -15,7 +15,7 @@ MAINTAINER= [email protected] COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ nss>=3.13.2:${PORTSDIR}/security/nss \ sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ Modified: branches/experimental/mail/thunderbird-esr/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-esr/Makefile Tue Jun 19 06:51:52 2012 (r779) +++ branches/experimental/mail/thunderbird-esr/Makefile Tue Jun 19 06:53:11 2012 (r780) @@ -15,7 +15,7 @@ MAINTAINER= [email protected] COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \ nss>=3.13.1:${PORTSDIR}/security/nss \ sqlite3>=3.7.7.1:${PORTSDIR}/databases/sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ Modified: branches/experimental/mail/thunderbird3/Makefile ============================================================================== --- branches/experimental/mail/thunderbird3/Makefile Tue Jun 19 06:51:52 2012 (r779) +++ branches/experimental/mail/thunderbird3/Makefile Tue Jun 19 06:53:11 2012 (r780) @@ -15,7 +15,7 @@ MAINTAINER= [email protected] COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr \ nss>=3.12.8:${PORTSDIR}/security/nss DEPRECATED= will be unsupported by when Thunderbird 12 is release, migrate to mail/thunderbird now Modified: branches/experimental/www/firefox-beta/Makefile ============================================================================== --- branches/experimental/www/firefox-beta/Makefile Tue Jun 19 06:51:52 2012 (r779) +++ branches/experimental/www/firefox-beta/Makefile Tue Jun 19 06:53:11 2012 (r780) @@ -16,7 +16,7 @@ MAINTAINER= [email protected] COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ nss>=3.13.2:${PORTSDIR}/security/nss \ sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ Modified: branches/experimental/www/seamonkey-beta/Makefile ============================================================================== --- branches/experimental/www/seamonkey-beta/Makefile Tue Jun 19 06:51:52 2012 (r779) +++ branches/experimental/www/seamonkey-beta/Makefile Tue Jun 19 06:53:11 2012 (r780) @@ -15,7 +15,7 @@ MAINTAINER= [email protected] COMMENT= The open source, standards compliant web browser -BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ nss>=3.13.2:${PORTSDIR}/security/nss \ sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \ unzip:${PORTSDIR}/archivers/unzip Modified: branches/experimental/www/seamonkey/Makefile ============================================================================== --- branches/experimental/www/seamonkey/Makefile Tue Jun 19 06:51:52 2012 (r779) +++ branches/experimental/www/seamonkey/Makefile Tue Jun 19 06:53:11 2012 (r780) @@ -15,7 +15,7 @@ MAINTAINER= [email protected] COMMENT= The open source, standards compliant web browser -BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ nss>=3.13.2:${PORTSDIR}/security/nss \ sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \ unzip:${PORTSDIR}/archivers/unzip _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
