From owner-freebsd-gecko@FreeBSD.ORG Fri May 22 19:54:05 2015 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33A56435 for ; Fri, 22 May 2015 19:54:05 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "trillian.chruetertee.ch", Issuer "trillian.chruetertee.ch" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B184C147F for ; Fri, 22 May 2015 19:54:04 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) by trillian.chruetertee.ch (8.14.9/8.14.9) with ESMTP id t4MJapl5002884 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 22 May 2015 19:36:53 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.9/8.14.9/Submit) id t4MJappj002880 for freebsd-gecko@freebsd.org; Fri, 22 May 2015 19:36:51 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 22 May 2015 19:36:51 GMT Message-Id: <201505221936.t4MJappj002880@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1843 - in trunk: multimedia/openh264 security/ca_root_nss/files www/xpi-adblock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2015 19:54:05 -0000 Author: jbeich Date: Fri May 22 19:36:50 2015 New Revision: 1843 Log: sync with ports Modified: trunk/multimedia/openh264/Makefile trunk/security/ca_root_nss/files/pkg-message.in trunk/www/xpi-adblock/Makefile.xpi Modified: trunk/multimedia/openh264/Makefile ============================================================================== --- trunk/multimedia/openh264/Makefile Fri May 15 07:25:55 2015 (r1842) +++ trunk/multimedia/openh264/Makefile Fri May 22 19:36:50 2015 (r1843) @@ -1,4 +1,4 @@ -# $FreeBSD: head/multimedia/openh264/Makefile 383772 2015-04-11 01:40:20Z jbeich $ +# $FreeBSD: head/multimedia/openh264/Makefile 386563 2015-05-16 17:31:54Z amdmi3 $ PORTNAME= openh264 PORTVERSION= 1.4.0 @@ -14,7 +14,8 @@ USE_GITHUB= yes GH_ACCOUNT= cisco -USES= gmake +USES= cpe gmake +CPE_VENDOR= cisco USE_LDCONFIG= yes MAKE_ARGS= OS=freebsd ARCH="${ARCH:S/amd64/x86_64/}" \ CFLAGS_OPT="" CFLAGS_DEBUG="" Modified: trunk/security/ca_root_nss/files/pkg-message.in ============================================================================== --- trunk/security/ca_root_nss/files/pkg-message.in Fri May 15 07:25:55 2015 (r1842) +++ trunk/security/ca_root_nss/files/pkg-message.in Fri May 22 19:36:50 2015 (r1843) @@ -1,6 +1,6 @@ ********************************* WARNING ********************************* -FreeBSD does not, and can not warrant that the certificate authorities +FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Modified: trunk/www/xpi-adblock/Makefile.xpi ============================================================================== --- trunk/www/xpi-adblock/Makefile.xpi Fri May 15 07:25:55 2015 (r1842) +++ trunk/www/xpi-adblock/Makefile.xpi Fri May 22 19:36:50 2015 (r1843) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/xpi-adblock/Makefile.xpi 386312 2015-05-14 10:15:04Z mat $ +# $FreeBSD: head/www/xpi-adblock/Makefile.xpi 386486 2015-05-15 21:20:44Z mat $ # XPI_ID - Extension id, might be in {12345-...} or dev@org format # XPI_NUM - Extension number, as in addons.cdn.mozilla.net URL @@ -13,9 +13,10 @@ # - These should all be set manually for port to be functional. See # ${PORTSDIR}/Mk/bsd.port.mk for details. # MASTER_SITES - This should be set if port is unavailable at the default site. -# Default (defined below): ${MASTER_SITE_MOZILLA_ADDONS} -# MASTER_SITE_SUBDIR -# - Default: extensions/${PORTNAME} +# Default (defined below): +# MOZILLA_ADDONS/addons/${XPI_NUM} +# or +# MOZILLA_ADDONS/extensions/${XPI_DISTNAME} # LATEST_LINK - Default: ${PKGBASE:S/_//g} # XPI_LIBDIR - Name of the directory to install extensions in. # Default: ${PREFIX}/lib/xpi