From owner-svn-ports-branches@FreeBSD.ORG Sun Apr 19 08:04:34 2015 Return-Path: Delivered-To: svn-ports-branches@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 D35F8CB2; Sun, 19 Apr 2015 08:04:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B44B8867; Sun, 19 Apr 2015 08:04:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3J84Yvw012593; Sun, 19 Apr 2015 08:04:34 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3J84Ysr012589; Sun, 19 Apr 2015 08:04:34 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201504190804.t3J84Ysr012589@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 19 Apr 2015 08:04:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384269 - branches/2015Q2/multimedia/gstreamer X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 08:04:34 -0000 Author: riggs Date: Sun Apr 19 08:04:33 2015 New Revision: 384269 URL: https://svnweb.freebsd.org/changeset/ports/384269 Log: MFH: r384267 - Fix BUILD_DEPENDS and LIB_DEPENDS with NLS (default OPTION) - Simplify OPTIONS handling - Pet portlint - Bump PORTREVISION PR: 196729 Submitted by: z7dr6ut7gs@snkmail.com Reviewed by: riggs Approved by: portmgr (erwin) Modified: branches/2015Q2/multimedia/gstreamer/Makefile branches/2015Q2/multimedia/gstreamer/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/multimedia/gstreamer/Makefile ============================================================================== --- branches/2015Q2/multimedia/gstreamer/Makefile Sun Apr 19 07:55:55 2015 (r384268) +++ branches/2015Q2/multimedia/gstreamer/Makefile Sun Apr 19 08:04:33 2015 (r384269) @@ -4,7 +4,7 @@ PORTNAME= gstreamer PORTVERSION= 0.10.36 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ @@ -31,17 +31,16 @@ INSTALL_TARGET= install-strip GST_VERSION= 0.10 OPTIONS_DEFINE= LIBCHECK NLS +OPTIONS_SUB= yes LIBCHECK_DESC= Unit tests support -.include +LIBCHECK_LIB_DEPENDS= libcheck.so:${PORTSDIR}/devel/libcheck +LIBCHECK_CONFIGURE_OFF= --disable-check -.if ${PORT_OPTIONS:MLIBCHECK} -LIB_DEPENDS+= libcheck.so:${PORTSDIR}/devel/libcheck -PLIST_SUB+= CHECK="" -.else -CONFIGURE_ARGS+=--disable-check -PLIST_SUB+= CHECK="@comment " -.endif +NLS_USES= gettext +NLS_CONFIGURE_OFF= --disable-nls + +.include # workaround a crash in clang 3.3 crash llvm bug # 15840 .if ((${OSVERSION} >= 901504 && ${OSVERSION} < 902502) || \ @@ -54,14 +53,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${ CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex" .endif -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - post-patch: @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure Modified: branches/2015Q2/multimedia/gstreamer/pkg-plist ============================================================================== --- branches/2015Q2/multimedia/gstreamer/pkg-plist Sun Apr 19 07:55:55 2015 (r384268) +++ branches/2015Q2/multimedia/gstreamer/pkg-plist Sun Apr 19 08:04:33 2015 (r384269) @@ -23,10 +23,10 @@ include/gstreamer-%%VERSION%%/gst/base/g include/gstreamer-%%VERSION%%/gst/base/gstdataqueue.h include/gstreamer-%%VERSION%%/gst/base/gstpushsrc.h include/gstreamer-%%VERSION%%/gst/base/gsttypefindhelper.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstbufferstraw.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstcheck.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstconsistencychecker.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/internal-check.h +%%LIBCHECK%%include/gstreamer-%%VERSION%%/gst/check/gstbufferstraw.h +%%LIBCHECK%%include/gstreamer-%%VERSION%%/gst/check/gstcheck.h +%%LIBCHECK%%include/gstreamer-%%VERSION%%/gst/check/gstconsistencychecker.h +%%LIBCHECK%%include/gstreamer-%%VERSION%%/gst/check/internal-check.h include/gstreamer-%%VERSION%%/gst/controller/gstcontroller.h include/gstreamer-%%VERSION%%/gst/controller/gstcontrolsource.h include/gstreamer-%%VERSION%%/gst/controller/gstinterpolationcontrolsource.h @@ -97,7 +97,7 @@ include/gstreamer-%%VERSION%%/gst/net/gs include/gstreamer-%%VERSION%%/gst/net/gstnettimeprovider.h lib/girepository-1.0/Gst-%%VERSION%%.typelib lib/girepository-1.0/GstBase-%%VERSION%%.typelib -%%CHECK%%lib/girepository-1.0/GstCheck-%%VERSION%%.typelib +%%LIBCHECK%%lib/girepository-1.0/GstCheck-%%VERSION%%.typelib lib/girepository-1.0/GstController-%%VERSION%%.typelib lib/girepository-1.0/GstNet-%%VERSION%%.typelib lib/gstreamer-%%VERSION%%/libgstcoreelements.la @@ -109,11 +109,11 @@ lib/libgstbase-%%VERSION%%.la lib/libgstbase-%%VERSION%%.so lib/libgstbase-%%VERSION%%.so.0 lib/libgstbase-%%VERSION%%.so.0.30.0 -%%CHECK%%lib/libgstcheck-%%VERSION%%.a -%%CHECK%%lib/libgstcheck-%%VERSION%%.la -%%CHECK%%lib/libgstcheck-%%VERSION%%.so -%%CHECK%%lib/libgstcheck-%%VERSION%%.so.0 -%%CHECK%%lib/libgstcheck-%%VERSION%%.so.0.30.0 +%%LIBCHECK%%lib/libgstcheck-%%VERSION%%.a +%%LIBCHECK%%lib/libgstcheck-%%VERSION%%.la +%%LIBCHECK%%lib/libgstcheck-%%VERSION%%.so +%%LIBCHECK%%lib/libgstcheck-%%VERSION%%.so.0 +%%LIBCHECK%%lib/libgstcheck-%%VERSION%%.so.0.30.0 lib/libgstcontroller-%%VERSION%%.a lib/libgstcontroller-%%VERSION%%.la lib/libgstcontroller-%%VERSION%%.so @@ -136,7 +136,7 @@ lib/libgstreamer-%%VERSION%%.so.0 lib/libgstreamer-%%VERSION%%.so.0.30.0 libdata/pkgconfig/gstreamer-%%VERSION%%.pc libdata/pkgconfig/gstreamer-base-%%VERSION%%.pc -%%CHECK%%libdata/pkgconfig/gstreamer-check-%%VERSION%%.pc +%%LIBCHECK%%libdata/pkgconfig/gstreamer-check-%%VERSION%%.pc libdata/pkgconfig/gstreamer-controller-%%VERSION%%.pc libdata/pkgconfig/gstreamer-dataprotocol-%%VERSION%%.pc libdata/pkgconfig/gstreamer-net-%%VERSION%%.pc @@ -150,7 +150,7 @@ man/man1/gst-xmllaunch-0.10.1.gz share/aclocal/gst-element-check-%%VERSION%%.m4 share/gir-1.0/Gst-%%VERSION%%.gir share/gir-1.0/GstBase-%%VERSION%%.gir -%%CHECK%%share/gir-1.0/GstCheck-%%VERSION%%.gir +%%LIBCHECK%%share/gir-1.0/GstCheck-%%VERSION%%.gir share/gir-1.0/GstController-%%VERSION%%.gir share/gir-1.0/GstNet-%%VERSION%%.gir %%NLS%%share/locale/af/LC_MESSAGES/gstreamer-%%VERSION%%.mo From owner-svn-ports-branches@FreeBSD.ORG Sun Apr 19 09:31:12 2015 Return-Path: Delivered-To: svn-ports-branches@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 2933C8D9; Sun, 19 Apr 2015 09:31:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AC54B7; Sun, 19 Apr 2015 09:31:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3J9VBZ1083230; Sun, 19 Apr 2015 09:31:11 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3J9VApM083209; Sun, 19 Apr 2015 09:31:10 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201504190931.t3J9VApM083209@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 19 Apr 2015 09:31:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384274 - in branches/2015Q2/net: asterisk asterisk/files asterisk11 asterisk11/files asterisk13 asterisk13/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 09:31:12 -0000 Author: madpilot Date: Sun Apr 19 09:31:09 2015 New Revision: 384274 URL: https://svnweb.freebsd.org/changeset/ports/384274 Log: MFH: r384255 - Add SYSINFO option to asterisk ports and force them to respect it, otherwise they fail to build when devel/libsysinfo port is already present on system. While here: - Silence some Makefile commands - Remove mostly obsolete comment from option description Reported by: Bob Eager Approved by: portmgr (erwin) Modified: branches/2015Q2/net/asterisk/Makefile branches/2015Q2/net/asterisk/files/patch-main__Makefile branches/2015Q2/net/asterisk11/Makefile branches/2015Q2/net/asterisk11/files/patch-main__Makefile branches/2015Q2/net/asterisk13/Makefile branches/2015Q2/net/asterisk13/files/patch-main__Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net/asterisk/Makefile ============================================================================== --- branches/2015Q2/net/asterisk/Makefile Sun Apr 19 09:06:51 2015 (r384273) +++ branches/2015Q2/net/asterisk/Makefile Sun Apr 19 09:31:09 2015 (r384274) @@ -47,7 +47,7 @@ CONFLICTS_BUILD= linuxthreads-* CONFLICTS_INSTALL= asterisk*-11* asterisk*-13* OPTIONS_DEFINE= VORBIS PGSQL MYSQL ODBC RADIUS SNMP H323 FREETDS JABBER SQLITE GSM \ - CURL SPANDSP EXCHANGE NEWG711 SRTP LUA LDAP OOH323 + CURL SPANDSP EXCHANGE NEWG711 SRTP LUA LDAP OOH323 SYSINFO OPTIONS_DEFAULT= VORBIS ODBC PGSQL RADIUS SNMP H323 FREETDS JABBER GSM \ SQLITE CURL LUA @@ -64,6 +64,7 @@ NEWG711_DESC?= New G711 Codec SRTP_DESC?= SecureRTP support OOH323_DESC?= ooh323 support DAHDI_DESC?= DAHDI support +SYSINFO_DESC?= Use devel/libsysinfo to get system information OPTIONS_SUB= yes H323_CONFIGURE_WITH= h323 @@ -115,6 +116,7 @@ LUA_CFLAGS= -I${LUA_INCDIR} LUA_LDFLAGS= -L${LUA_LIBDIR} LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes +SYSINFO_LIB_DEPENDS= libsysinfo.so:${PORTSDIR}/devel/libsysinfo PORTSCOUT= limit:^1\.8\. @@ -138,10 +140,16 @@ PLIST_SUB+= ASTERISK_GROUP=${ASTERISK_GR PLIST_SUB+= VARDIR=${VARDIR} post-extract: - ${FIND} ${WRKSRC} -name '*.d' -delete + @${FIND} ${WRKSRC} -name '*.d' -delete post-patch: - ${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample + @${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample +.if ${PORT_OPTIONS:MSYSINFO} + @${REINPLACE_CMD} -e 's/%%LIBSYSINFO%%/-lsysinfo/' ${WRKSRC}/main/Makefile +.else + @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile +.endif post-configure: @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts Modified: branches/2015Q2/net/asterisk/files/patch-main__Makefile ============================================================================== --- branches/2015Q2/net/asterisk/files/patch-main__Makefile Sun Apr 19 09:06:51 2015 (r384273) +++ branches/2015Q2/net/asterisk/files/patch-main__Makefile Sun Apr 19 09:31:09 2015 (r384274) @@ -1,6 +1,14 @@ ---- ./main/Makefile.orig 2010-08-02 16:41:46.000000000 +0200 -+++ ./main/Makefile 2010-11-06 14:54:37.000000000 +0100 -@@ -107,8 +107,8 @@ +--- main/Makefile.orig 2013-02-26 19:06:51 UTC ++++ main/Makefile +@@ -70,6 +70,7 @@ ifeq ($(OSARCH),FreeBSD) + BSDVERSION=$(shell make -V OSVERSION -f /usr/share/mk/bsd.port.subdir.mk) + AST_LIBS+=$(shell if test $(BSDVERSION) -lt 502102 ; then echo "-lc_r"; else echo "-pthread"; fi) + AST_LIBS+=-lcrypto ++ AST_LIBS+=%%LIBSYSINFO%% + endif + + ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) +@@ -109,8 +110,8 @@ editline/libedit.a: CHECK_SUBDIR cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(subst $(ASTTOPDIR),../../,$(_ASTCFLAGS:-Werror=) $(ASTCFLAGS))" LDFLAGS="$(_ASTLDFLAGS) $(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR) $(MAKE) -C editline libedit.a @@ -11,9 +19,9 @@ ifneq ($(findstring REBUILD_PARSERS,$(MENUSELECT_CFLAGS)),) ast_expr2.c ast_expr2.h: ast_expr2.y -@@ -173,13 +173,13 @@ +@@ -179,13 +180,13 @@ ssl.o: _ASTCFLAGS+=$(OPENSSL_INCLUDE) - $(OBJS): _ASTCFLAGS+=-DAST_MODULE=\"core\" + tcptls.o: _ASTCFLAGS+=$(OPENSSL_INCLUDE) -$(MAIN_TGT): $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) +$(MAIN_TGT): $(OBJS) editline/libedit.a $(AST_EMBED_LDSCRIPTS) Modified: branches/2015Q2/net/asterisk11/Makefile ============================================================================== --- branches/2015Q2/net/asterisk11/Makefile Sun Apr 19 09:06:51 2015 (r384273) +++ branches/2015Q2/net/asterisk11/Makefile Sun Apr 19 09:31:09 2015 (r384274) @@ -42,7 +42,7 @@ CONFLICTS_BUILD= linuxthreads-* CONFLICTS_INSTALL= asterisk*-1.8* asterisk*-13* OPTIONS_DEFINE= VORBIS PGSQL MYSQL ODBC RADIUS SNMP FREETDS XMPP SQLITE GSM \ - CURL SPANDSP EXCHANGE NEWG711 SRTP LUA LDAP OOH323 UUID + CURL SPANDSP EXCHANGE NEWG711 SRTP LUA LDAP OOH323 UUID SYSINFO OPTIONS_DEFAULT= VORBIS ODBC PGSQL RADIUS SNMP FREETDS \ XMPP GSM SQLITE CURL LUA UUID @@ -61,6 +61,7 @@ OOH323_DESC?= ooh323 support DAHDI_DESC?= DAHDI support XMPP_DESC?= XMPP/GTALK support UUID_DESC?= libuuid support (required for ICE and TURN in RTP) +SYSINFO_DESC?= Use devel/libsysinfo to get system information OPTIONS_SUB= yes OOH323_LIB_DEPENDS= libpt_r.so:${PORTSDIR}/devel/pwlib \ @@ -113,6 +114,7 @@ UUID_LIB_DEPENDS= libuuid.so:${PORTSDIR} UUID_CONFIGURE_ON= --with-uuid=${LOCALBASE} UUID_CONFIGURE_OFF= --disable-uuid UUID_CONFLICTS= ossp-uuid-[0-9]* +SYSINFO_LIB_DEPENDS= libsysinfo.so:${PORTSDIR}/devel/libsysinfo ASTERISK_USER?= asterisk ASTERISK_GROUP?= asterisk @@ -134,10 +136,16 @@ PLIST_SUB+= ASTERISK_GROUP=${ASTERISK_GR PLIST_SUB+= VARDIR=${VARDIR} post-extract: - ${FIND} ${WRKSRC} -name '*.d' -delete + @${FIND} ${WRKSRC} -name '*.d' -delete post-patch: - ${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample + @${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample +.if ${PORT_OPTIONS:MSYSINFO} + @${REINPLACE_CMD} -e 's/%%LIBSYSINFO%%/-lsysinfo/' ${WRKSRC}/main/Makefile +.else + @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile +.endif post-configure: @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts Modified: branches/2015Q2/net/asterisk11/files/patch-main__Makefile ============================================================================== --- branches/2015Q2/net/asterisk11/files/patch-main__Makefile Sun Apr 19 09:06:51 2015 (r384273) +++ branches/2015Q2/net/asterisk11/files/patch-main__Makefile Sun Apr 19 09:31:09 2015 (r384274) @@ -1,6 +1,14 @@ ---- main/Makefile.orig 2013-02-26 20:19:51.000000000 +0100 -+++ main/Makefile 2014-05-16 11:48:55.545963341 +0200 -@@ -215,9 +215,9 @@ +--- main/Makefile.orig 2015-03-12 12:26:57 UTC ++++ main/Makefile +@@ -76,6 +76,7 @@ ifeq ($(OSARCH),FreeBSD) + BSDVERSION=$(shell make -V OSVERSION -f /usr/share/mk/bsd.port.subdir.mk) + AST_LIBS+=$(shell if test $(BSDVERSION) -lt 502102 ; then echo "-lc_r"; else echo "-pthread"; fi) + AST_LIBS+=-lcrypto ++ AST_LIBS+=%%LIBSYSINFO%% + endif + + ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) +@@ -218,9 +219,9 @@ ifeq ($(GNU_LD),1) endif $(ECHO_PREFIX) echo " [LD] $^ -> $@" $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(CC_LDFLAGS_SO) $^ $(CC_LIBS) @@ -13,7 +21,7 @@ $(ASTSSL_LIB): $(ASTSSL_LIB).$(ASTSSL_SO_VERSION) $(LN) -sf $< $@ -@@ -266,9 +266,9 @@ +@@ -269,9 +270,9 @@ ifeq ($(findstring darwin,$(OSARCH)),) # else # Darwin $(INSTALL) -m 755 $(ASTSSL_LIB) "$(DESTDIR)$(ASTLIBDIR)/" endif Modified: branches/2015Q2/net/asterisk13/Makefile ============================================================================== --- branches/2015Q2/net/asterisk13/Makefile Sun Apr 19 09:06:51 2015 (r384273) +++ branches/2015Q2/net/asterisk13/Makefile Sun Apr 19 09:31:09 2015 (r384274) @@ -44,7 +44,8 @@ CONFLICTS_BUILD= linuxthreads-* CONFLICTS_INSTALL= asterisk*-1.8* asterisk*-11* OPTIONS_DEFINE= VORBIS PGSQL MYSQL ODBC RADIUS SNMP FREETDS XMPP SQLITE GSM \ - CURL SPANDSP EXCHANGE NEWG711 SRTP LUA LDAP OOH323 PJSIP SPEEX + CURL SPANDSP EXCHANGE NEWG711 SRTP LUA LDAP OOH323 PJSIP SPEEX \ + SYSINFO OPTIONS_DEFAULT= VORBIS ODBC PGSQL RADIUS SNMP FREETDS \ XMPP GSM SQLITE3 CURL LUA PJSIP SPEEX @@ -58,11 +59,12 @@ OPTIONS_DEFAULT_sparc64= DAHDI EXCHANGE_DESC?= Exchange calendar support NEWG711_DESC?= New G711 Codec -SRTP_DESC?= SecureRTP support (Needs all ports build with WITH_OPENSSL_PORT=yes) +SRTP_DESC?= SecureRTP support OOH323_DESC?= ooh323 support DAHDI_DESC?= DAHDI support XMPP_DESC?= XMPP/GTALK support PJSIP_DESC?= Build the PJSIP based SIP channel +SYSINFO_DESC?= Use devel/libsysinfo to get system information OPTIONS_SUB= yes OOH323_LIB_DEPENDS= libpt_r.so:${PORTSDIR}/devel/pwlib \ @@ -115,6 +117,7 @@ PJSIP_CONFIGURE_WITH= pjproject PJSIP_USES= pkgconfig SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex SPEEX_CONFIGURE_WITH= speex +SYSINFO_LIB_DEPENDS= libsysinfo.so:${PORTSDIR}/devel/libsysinfo ASTERISK_USER?= asterisk ASTERISK_GROUP?= asterisk @@ -142,10 +145,16 @@ PLIST_SUB+= ASTERISK_GROUP=${ASTERISK_GR PLIST_SUB+= VARDIR=${VARDIR} post-extract: - ${FIND} ${WRKSRC} -name '*.d' -delete + @${FIND} ${WRKSRC} -name '*.d' -delete post-patch: - ${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/samples/musiconhold.conf.sample + @${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/samples/musiconhold.conf.sample +.if ${PORT_OPTIONS:MSYSINFO} + @${REINPLACE_CMD} -e 's/%%LIBSYSINFO%%/-lsysinfo/' ${WRKSRC}/main/Makefile +.else + @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile +.endif post-configure: @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts Modified: branches/2015Q2/net/asterisk13/files/patch-main__Makefile ============================================================================== --- branches/2015Q2/net/asterisk13/files/patch-main__Makefile Sun Apr 19 09:06:51 2015 (r384273) +++ branches/2015Q2/net/asterisk13/files/patch-main__Makefile Sun Apr 19 09:31:09 2015 (r384274) @@ -1,6 +1,14 @@ ---- main/Makefile.orig 2014-07-04 15:26:58 UTC +--- main/Makefile.orig 2015-03-12 12:39:26 UTC +++ main/Makefile -@@ -217,9 +217,9 @@ ifeq ($(GNU_LD),1) +@@ -79,6 +79,7 @@ ifeq ($(OSARCH),FreeBSD) + BSDVERSION=$(shell make -V OSVERSION -f /usr/share/mk/bsd.port.subdir.mk) + AST_LIBS+=$(shell if test $(BSDVERSION) -lt 502102 ; then echo "-lc_r"; else echo "-pthread"; fi) + AST_LIBS+=-lcrypto ++ AST_LIBS+=%%LIBSYSINFO%% + endif + + ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) +@@ -218,9 +219,9 @@ ifeq ($(GNU_LD),1) endif $(ECHO_PREFIX) echo " [LD] $^ -> $@" $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(CC_LDFLAGS_SO) $^ $(CC_LIBS) @@ -13,7 +21,7 @@ $(ASTSSL_LIB): $(ASTSSL_LIB).$(ASTSSL_SO_VERSION) $(LN) -sf $< $@ -@@ -264,9 +264,9 @@ ifeq ($(findstring darwin,$(OSARCH)),) # +@@ -265,9 +266,9 @@ ifeq ($(findstring darwin,$(OSARCH)),) # else # Darwin $(INSTALL) -m 755 $(ASTSSL_LIB) "$(DESTDIR)$(ASTLIBDIR)/" endif From owner-svn-ports-branches@FreeBSD.ORG Sun Apr 19 12:11:48 2015 Return-Path: Delivered-To: svn-ports-branches@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 B7180644; Sun, 19 Apr 2015 12:11:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5059219; Sun, 19 Apr 2015 12:11:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3JCBm2D018819; Sun, 19 Apr 2015 12:11:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3JCBmgT018818; Sun, 19 Apr 2015 12:11:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201504191211.t3JCBmgT018818@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 19 Apr 2015 12:11:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384281 - branches/2015Q2/math/pure-mpfr X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 12:11:48 -0000 Author: amdmi3 Date: Sun Apr 19 12:11:47 2015 New Revision: 384281 URL: https://svnweb.freebsd.org/changeset/ports/384281 Log: MFH: r384280 - Fix build on amd64 (needs -fPIC) Approved by: ports-secteam (erwin) Modified: branches/2015Q2/math/pure-mpfr/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/math/pure-mpfr/Makefile ============================================================================== --- branches/2015Q2/math/pure-mpfr/Makefile Sun Apr 19 11:15:40 2015 (r384280) +++ branches/2015Q2/math/pure-mpfr/Makefile Sun Apr 19 12:11:47 2015 (r384281) @@ -20,6 +20,8 @@ PORTDOCS= README PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES +CFLAGS_amd64= -fPIC + PLIST_FILES= lib/pure/mpfr.pure \ lib/pure/mpfr.so From owner-svn-ports-branches@FreeBSD.ORG Mon Apr 20 11:25:20 2015 Return-Path: Delivered-To: svn-ports-branches@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 1211CAE2; Mon, 20 Apr 2015 11:25:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F20C11A1; Mon, 20 Apr 2015 11:25:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3KBPJHZ093469; Mon, 20 Apr 2015 11:25:19 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3KBPJjL093466; Mon, 20 Apr 2015 11:25:19 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201504201125.t3KBPJjL093466@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 20 Apr 2015 11:25:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384348 - branches/2015Q2/multimedia/subtitleeditor X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 11:25:20 -0000 Author: riggs Date: Mon Apr 20 11:25:18 2015 New Revision: 384348 URL: https://svnweb.freebsd.org/changeset/ports/384348 Log: MFH: r384347 - Update to upstream version 0.41.1 - Un-break build on 10.x and later - Introduce non-default OPENGL OPTION PR: 199248 Submitted by: tkato432@yahoo.com Reviewed by: riggs Approved by: portmgr (erwin) Modified: branches/2015Q2/multimedia/subtitleeditor/Makefile branches/2015Q2/multimedia/subtitleeditor/distinfo branches/2015Q2/multimedia/subtitleeditor/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/multimedia/subtitleeditor/Makefile ============================================================================== --- branches/2015Q2/multimedia/subtitleeditor/Makefile Mon Apr 20 10:52:21 2015 (r384347) +++ branches/2015Q2/multimedia/subtitleeditor/Makefile Mon Apr 20 11:25:18 2015 (r384348) @@ -2,55 +2,42 @@ # $FreeBSD$ PORTNAME= subtitleeditor -PORTVERSION= 0.41.0 -PORTREVISION= 3 +PORTVERSION= 0.41.1 CATEGORIES= multimedia -MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/ \ - LOCAL/ehaupt +MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Subtitle editor LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +BUILD_DEPENDS= iso-codes>0:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ - libgstreamermm-0.10.so:${PORTSDIR}/multimedia/gstreamermm \ - libenchant.so:${PORTSDIR}/textproc/enchant \ - libpcre.so:${PORTSDIR}/devel/pcre + libpcre.so:${PORTSDIR}/devel/pcre \ + libenchant.so:${PORTSDIR}/textproc/enchant +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake libtool pkgconfig -USE_GCC= yes +USES= desktop-file-utils gettext gmake libtool pkgconfig USE_GNOME= gtkmm24 -USE_GSTREAMER= good -INSTALLS_ICONS= yes -INSTALL_TARGET= install-strip +USE_GSTREAMER= good mm GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_SUB= DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}" - -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS OPENGL +OPTIONS_SUB= yes -.include +NLS_CONFIGURE_OFF= --disable-nls -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -BROKEN= Does not compile on FreeBSD 10.0 and later -.endif - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +OPENGL_LIB_DEPENDS= libgtkglextmm-x11-1.2.so:${PORTSDIR}/x11-toolkits/gtkglextmm +OPENGL_USE= gl=glu +OPENGL_CONFIGURE_ENABLE=gl post-patch: - @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|strtoll|strtoq|g' ${WRKSRC}/plugins/subtitleformats/advancedsubstationalpha/advancedsubstationalpha.cc + @${REINPLACE_CMD} -e \ + 's|"GNU strip"|"strip"|' ${WRKSRC}/configure .include Modified: branches/2015Q2/multimedia/subtitleeditor/distinfo ============================================================================== --- branches/2015Q2/multimedia/subtitleeditor/distinfo Mon Apr 20 10:52:21 2015 (r384347) +++ branches/2015Q2/multimedia/subtitleeditor/distinfo Mon Apr 20 11:25:18 2015 (r384348) @@ -1,2 +1,2 @@ -SHA256 (subtitleeditor-0.41.0.tar.gz) = 30e7fc29e8a6e714f6b0eedf80b2b387099957b9d70093fa0032fd5528b14e62 -SIZE (subtitleeditor-0.41.0.tar.gz) = 1637527 +SHA256 (subtitleeditor-0.41.1.tar.gz) = 3183f2f9831359f2200194fcc2d360198094c494892ccacd08a28717bffac0d0 +SIZE (subtitleeditor-0.41.1.tar.gz) = 1637940 Modified: branches/2015Q2/multimedia/subtitleeditor/pkg-plist ============================================================================== --- branches/2015Q2/multimedia/subtitleeditor/pkg-plist Mon Apr 20 10:52:21 2015 (r384347) +++ branches/2015Q2/multimedia/subtitleeditor/pkg-plist Mon Apr 20 11:25:18 2015 (r384348) @@ -1,3 +1,101 @@ +bin/subtitleeditor +lib/libsubtitleeditor.so +lib/libsubtitleeditor.so.0 +lib/libsubtitleeditor.so.0.0.0 +lib/subtitleeditor/plugins/actions/libabout.so +lib/subtitleeditor/plugins/actions/libadjusttime.so +lib/subtitleeditor/plugins/actions/libapplytranslation.so +lib/subtitleeditor/plugins/actions/libbestfit.so +lib/subtitleeditor/plugins/actions/libchangeframerate.so +lib/subtitleeditor/plugins/actions/libclipboard.so +lib/subtitleeditor/plugins/actions/libcombinesubtitles.so +lib/subtitleeditor/plugins/actions/libcommand.so +lib/subtitleeditor/plugins/actions/libconfigurekeyboardshortcuts.so +lib/subtitleeditor/plugins/actions/libdialoguize.so +lib/subtitleeditor/plugins/actions/libdocumentmanagement.so +lib/subtitleeditor/plugins/actions/libdocumentsnavigation.so +lib/subtitleeditor/plugins/actions/libduplicatesubtitle.so +lib/subtitleeditor/plugins/actions/libeditcell.so +lib/subtitleeditor/plugins/actions/liberrorchecking.so +lib/subtitleeditor/plugins/actions/libextendlength.so +lib/subtitleeditor/plugins/actions/libexternalvideoplayer.so +lib/subtitleeditor/plugins/actions/libfindandreplace.so +lib/subtitleeditor/plugins/actions/libinsertsubtitle.so +lib/subtitleeditor/plugins/actions/libinsertsubtitlefromkeyframe.so +lib/subtitleeditor/plugins/actions/libitalicize.so +lib/subtitleeditor/plugins/actions/libjoindocument.so +lib/subtitleeditor/plugins/actions/libkeyframesmanagement.so +lib/subtitleeditor/plugins/actions/libminimizeduration.so +lib/subtitleeditor/plugins/actions/libmoveafterprecedingsubtitle.so +lib/subtitleeditor/plugins/actions/libmovesubtitles.so +lib/subtitleeditor/plugins/actions/libplaintext.so +lib/subtitleeditor/plugins/actions/libpreferences.so +lib/subtitleeditor/plugins/actions/libremovesubtitle.so +lib/subtitleeditor/plugins/actions/libreversetextandtranslation.so +lib/subtitleeditor/plugins/actions/libscalesubtitles.so +lib/subtitleeditor/plugins/actions/libselection.so +lib/subtitleeditor/plugins/actions/libsortsubtitles.so +lib/subtitleeditor/plugins/actions/libspellchecking.so +lib/subtitleeditor/plugins/actions/libsplitdocument.so +lib/subtitleeditor/plugins/actions/libsplitsubtitle.so +lib/subtitleeditor/plugins/actions/libstacksubtitles.so +lib/subtitleeditor/plugins/actions/libstyleeditor.so +lib/subtitleeditor/plugins/actions/libtextcorrection.so +lib/subtitleeditor/plugins/actions/libtimemodemanagement.so +lib/subtitleeditor/plugins/actions/libtimingfromplayer.so +lib/subtitleeditor/plugins/actions/libtypewriter.so +lib/subtitleeditor/plugins/actions/libvideoplayermanagement.so +lib/subtitleeditor/plugins/actions/libviewmanager.so +lib/subtitleeditor/plugins/actions/libwaveformmanagement.so +lib/subtitleeditor/plugins/subtitleformats/libadobeencoredvdntsc.so +lib/subtitleeditor/plugins/subtitleformats/libadobeencoredvdpal.so +lib/subtitleeditor/plugins/subtitleformats/libadvancedsubstationalpha.so +lib/subtitleeditor/plugins/subtitleformats/libbitc.so +lib/subtitleeditor/plugins/subtitleformats/libdcsubtitle.so +lib/subtitleeditor/plugins/subtitleformats/libmicrodvd.so +lib/subtitleeditor/plugins/subtitleformats/libmpl2.so +lib/subtitleeditor/plugins/subtitleformats/libmpsub.so +lib/subtitleeditor/plugins/subtitleformats/libplaintextformat.so +lib/subtitleeditor/plugins/subtitleformats/libsami.so +lib/subtitleeditor/plugins/subtitleformats/libsbv.so +lib/subtitleeditor/plugins/subtitleformats/libsprucestl.so +lib/subtitleeditor/plugins/subtitleformats/libsubrip.so +lib/subtitleeditor/plugins/subtitleformats/libsubstationalpha.so +lib/subtitleeditor/plugins/subtitleformats/libsubtitleeditorproject.so +lib/subtitleeditor/plugins/subtitleformats/libsubviewer2.so +lib/subtitleeditor/plugins/subtitleformats/libtimedtextauthoringformat1.so +man/man1/subtitleeditor.1.gz +share/applications/subtitleeditor.desktop +share/icons/hicolor/16x16/apps/subtitleeditor.png +share/icons/hicolor/22x22/apps/subtitleeditor.png +share/icons/hicolor/24x24/apps/subtitleeditor.png +share/icons/hicolor/32x32/apps/subtitleeditor.png +share/icons/hicolor/scalable/apps/subtitleeditor.svg +%%NLS%%share/locale/bg/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/ca/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/cs/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/da/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/de/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/el/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/eo/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/es/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/fr/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/gl/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/hu/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/it/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/lt/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/nl/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/pl/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/pt/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/pt_PT/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/ru/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/sr/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/tr/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/subtitleeditor.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/subtitleeditor.mo +share/pixmaps/subtitleeditor.svg %%DATADIR%%/menubar.xml %%DATADIR%%/plugins-description/actions/about.se-plugin %%DATADIR%%/plugins-description/actions/adjusttime.se-plugin @@ -96,101 +194,3 @@ %%DATADIR%%/ui/dialog-save-document.ui %%DATADIR%%/ui/dialog-script-properties.ui %%DATADIR%%/ui/subtitleeditor.ui -%%DESKTOPDIR%%/subtitleeditor.desktop -%%NLS%%share/locale/bg/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/ca/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/cs/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/da/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/de/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/el/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/eo/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/es/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/fr/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/gl/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/hu/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/it/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/lt/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/nl/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/pl/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/pt/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/pt_PT/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/ru/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/sr/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/tr/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/subtitleeditor.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/subtitleeditor.mo -bin/subtitleeditor -lib/libsubtitleeditor.so -lib/libsubtitleeditor.so.0 -lib/libsubtitleeditor.so.0.0.0 -lib/subtitleeditor/plugins/actions/libabout.so -lib/subtitleeditor/plugins/actions/libadjusttime.so -lib/subtitleeditor/plugins/actions/libapplytranslation.so -lib/subtitleeditor/plugins/actions/libbestfit.so -lib/subtitleeditor/plugins/actions/libchangeframerate.so -lib/subtitleeditor/plugins/actions/libclipboard.so -lib/subtitleeditor/plugins/actions/libcombinesubtitles.so -lib/subtitleeditor/plugins/actions/libcommand.so -lib/subtitleeditor/plugins/actions/libconfigurekeyboardshortcuts.so -lib/subtitleeditor/plugins/actions/libdialoguize.so -lib/subtitleeditor/plugins/actions/libdocumentmanagement.so -lib/subtitleeditor/plugins/actions/libdocumentsnavigation.so -lib/subtitleeditor/plugins/actions/libduplicatesubtitle.so -lib/subtitleeditor/plugins/actions/libeditcell.so -lib/subtitleeditor/plugins/actions/liberrorchecking.so -lib/subtitleeditor/plugins/actions/libextendlength.so -lib/subtitleeditor/plugins/actions/libexternalvideoplayer.so -lib/subtitleeditor/plugins/actions/libfindandreplace.so -lib/subtitleeditor/plugins/actions/libinsertsubtitle.so -lib/subtitleeditor/plugins/actions/libinsertsubtitlefromkeyframe.so -lib/subtitleeditor/plugins/actions/libitalicize.so -lib/subtitleeditor/plugins/actions/libjoindocument.so -lib/subtitleeditor/plugins/actions/libkeyframesmanagement.so -lib/subtitleeditor/plugins/actions/libminimizeduration.so -lib/subtitleeditor/plugins/actions/libmoveafterprecedingsubtitle.so -lib/subtitleeditor/plugins/actions/libmovesubtitles.so -lib/subtitleeditor/plugins/actions/libplaintext.so -lib/subtitleeditor/plugins/actions/libpreferences.so -lib/subtitleeditor/plugins/actions/libremovesubtitle.so -lib/subtitleeditor/plugins/actions/libreversetextandtranslation.so -lib/subtitleeditor/plugins/actions/libscalesubtitles.so -lib/subtitleeditor/plugins/actions/libselection.so -lib/subtitleeditor/plugins/actions/libsortsubtitles.so -lib/subtitleeditor/plugins/actions/libspellchecking.so -lib/subtitleeditor/plugins/actions/libsplitdocument.so -lib/subtitleeditor/plugins/actions/libsplitsubtitle.so -lib/subtitleeditor/plugins/actions/libstacksubtitles.so -lib/subtitleeditor/plugins/actions/libstyleeditor.so -lib/subtitleeditor/plugins/actions/libtextcorrection.so -lib/subtitleeditor/plugins/actions/libtimemodemanagement.so -lib/subtitleeditor/plugins/actions/libtimingfromplayer.so -lib/subtitleeditor/plugins/actions/libtypewriter.so -lib/subtitleeditor/plugins/actions/libvideoplayermanagement.so -lib/subtitleeditor/plugins/actions/libviewmanager.so -lib/subtitleeditor/plugins/actions/libwaveformmanagement.so -lib/subtitleeditor/plugins/subtitleformats/libadobeencoredvdntsc.so -lib/subtitleeditor/plugins/subtitleformats/libadobeencoredvdpal.so -lib/subtitleeditor/plugins/subtitleformats/libadvancedsubstationalpha.so -lib/subtitleeditor/plugins/subtitleformats/libbitc.so -lib/subtitleeditor/plugins/subtitleformats/libdcsubtitle.so -lib/subtitleeditor/plugins/subtitleformats/libmicrodvd.so -lib/subtitleeditor/plugins/subtitleformats/libmpl2.so -lib/subtitleeditor/plugins/subtitleformats/libmpsub.so -lib/subtitleeditor/plugins/subtitleformats/libplaintextformat.so -lib/subtitleeditor/plugins/subtitleformats/libsami.so -lib/subtitleeditor/plugins/subtitleformats/libsbv.so -lib/subtitleeditor/plugins/subtitleformats/libsprucestl.so -lib/subtitleeditor/plugins/subtitleformats/libsubrip.so -lib/subtitleeditor/plugins/subtitleformats/libsubstationalpha.so -lib/subtitleeditor/plugins/subtitleformats/libsubtitleeditorproject.so -lib/subtitleeditor/plugins/subtitleformats/libsubviewer2.so -lib/subtitleeditor/plugins/subtitleformats/libtimedtextauthoringformat1.so -man/man1/subtitleeditor.1.gz -share/icons/hicolor/16x16/apps/subtitleeditor.png -share/icons/hicolor/22x22/apps/subtitleeditor.png -share/icons/hicolor/24x24/apps/subtitleeditor.png -share/icons/hicolor/32x32/apps/subtitleeditor.png -share/icons/hicolor/scalable/apps/subtitleeditor.svg -share/pixmaps/subtitleeditor.svg From owner-svn-ports-branches@FreeBSD.ORG Tue Apr 21 08:59:12 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F14D994B; Tue, 21 Apr 2015 08:59:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF0D818AA; Tue, 21 Apr 2015 08:59:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3L8xBck027184; Tue, 21 Apr 2015 08:59:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3L8xB8T027183; Tue, 21 Apr 2015 08:59:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504210859.t3L8xB8T027183@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 21 Apr 2015 08:59:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384411 - branches/2015Q2/comms/trustedqsl X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2015 08:59:12 -0000 Author: antoine Date: Tue Apr 21 08:59:11 2015 New Revision: 384411 URL: https://svnweb.freebsd.org/changeset/ports/384411 Log: MFH: r383526 Unbreak upstream distfile had been re-rolled causing fetch failuresd Modified: branches/2015Q2/comms/trustedqsl/distinfo (contents, props changed) Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/comms/trustedqsl/distinfo ============================================================================== --- branches/2015Q2/comms/trustedqsl/distinfo Tue Apr 21 08:33:20 2015 (r384410) +++ branches/2015Q2/comms/trustedqsl/distinfo Tue Apr 21 08:59:11 2015 (r384411) @@ -1,2 +1,2 @@ -SHA256 (tqsl-2.0.3.tar.gz) = 87527e2b69a6e91ef3b13793f3aa32a271ca3b173e09df3a6eac8365b492a604 -SIZE (tqsl-2.0.3.tar.gz) = 2764308 +SHA256 (tqsl-2.0.3.tar.gz) = 050e721be840c311a27034bd732a00a2aac304c37f7f8fca2af61c9709dd123f +SIZE (tqsl-2.0.3.tar.gz) = 2764339 From owner-svn-ports-branches@FreeBSD.ORG Tue Apr 21 09:06:57 2015 Return-Path: Delivered-To: svn-ports-branches@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 55C83D25; Tue, 21 Apr 2015 09:06:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43E6C1999; Tue, 21 Apr 2015 09:06:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3L96v3Y034957; Tue, 21 Apr 2015 09:06:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3L96vet034956; Tue, 21 Apr 2015 09:06:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504210906.t3L96vet034956@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 21 Apr 2015 09:06:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384414 - branches/2015Q2/net/ldapbrowser X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2015 09:06:57 -0000 Author: antoine Date: Tue Apr 21 09:06:56 2015 New Revision: 384414 URL: https://svnweb.freebsd.org/changeset/ports/384414 Log: MFH: r384413 Mark BROKEN: unfetchable Reported by: pkg-fallout Modified: branches/2015Q2/net/ldapbrowser/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net/ldapbrowser/Makefile ============================================================================== --- branches/2015Q2/net/ldapbrowser/Makefile Tue Apr 21 09:06:12 2015 (r384413) +++ branches/2015Q2/net/ldapbrowser/Makefile Tue Apr 21 09:06:56 2015 (r384414) @@ -13,6 +13,7 @@ DISTNAME= Browser282b2 MAINTAINER= ronald-lists@klop.ws COMMENT= Java/Swing-based LDAP browser and editor +BROKEN= Unfetchable RESTRICTED= No reply from author regarding redistribution licensing USE_JAVA= yes From owner-svn-ports-branches@FreeBSD.ORG Tue Apr 21 09:21:15 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B94BC1EF; Tue, 21 Apr 2015 09:21:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A50BE1B24; Tue, 21 Apr 2015 09:21:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3L9LFvL048781; Tue, 21 Apr 2015 09:21:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3L9LEBT048361; Tue, 21 Apr 2015 09:21:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504210921.t3L9LEBT048361@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 21 Apr 2015 09:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384415 - in branches/2015Q2/www: firefox firefox-i18n linux-firefox X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2015 09:21:15 -0000 Author: jbeich Date: Tue Apr 21 09:21:13 2015 New Revision: 384415 URL: https://svnweb.freebsd.org/changeset/ports/384415 Log: MFH: r384403 - Update to Firefox 37.0.2 Changes: https://www.mozilla.org/firefox/37.0.2/releasenotes/ Security: https://vuxml.freebsd.org/freebsd/738fc80d-5f13-4ccb-aa9a-7965699e5a10.html Approved by: portmgr (erwin) Modified: branches/2015Q2/www/firefox-i18n/Makefile branches/2015Q2/www/firefox-i18n/distinfo branches/2015Q2/www/firefox/Makefile branches/2015Q2/www/firefox/distinfo branches/2015Q2/www/linux-firefox/Makefile branches/2015Q2/www/linux-firefox/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/firefox-i18n/Makefile ============================================================================== --- branches/2015Q2/www/firefox-i18n/Makefile Tue Apr 21 09:06:56 2015 (r384414) +++ branches/2015Q2/www/firefox-i18n/Makefile Tue Apr 21 09:21:13 2015 (r384415) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 37.0.1 +PORTVERSION= 37.0.2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: branches/2015Q2/www/firefox-i18n/distinfo ============================================================================== --- branches/2015Q2/www/firefox-i18n/distinfo Tue Apr 21 09:06:56 2015 (r384414) +++ branches/2015Q2/www/firefox-i18n/distinfo Tue Apr 21 09:21:13 2015 (r384415) @@ -1,176 +1,176 @@ -SHA256 (xpi/firefox-i18n-37.0.1/ach.xpi) = a005e89426919f3b2d1bef20424dd5aaec2477f3c93c53822f9c50d9fd1a9c5b -SIZE (xpi/firefox-i18n-37.0.1/ach.xpi) = 470358 -SHA256 (xpi/firefox-i18n-37.0.1/af.xpi) = 04b3a632806568b098d4b76cf12a11759caf4dddce9c1769aa59efe05328f2c9 -SIZE (xpi/firefox-i18n-37.0.1/af.xpi) = 476563 -SHA256 (xpi/firefox-i18n-37.0.1/an.xpi) = 1fe4b9244075346bfd93d8a9dc2caf59d7aa22883ef0bc132e0d90eda9011ba8 -SIZE (xpi/firefox-i18n-37.0.1/an.xpi) = 454285 -SHA256 (xpi/firefox-i18n-37.0.1/ar.xpi) = 2058ebc47e7bdc36cf0e1d629f52fc5e69bd77ed59be281391ff719ea6b6f7bc -SIZE (xpi/firefox-i18n-37.0.1/ar.xpi) = 508942 -SHA256 (xpi/firefox-i18n-37.0.1/as.xpi) = a8aa165f3ae90e34199c250ab0671d3e953e7f4b7104c6658bacd22fd9f1b453 -SIZE (xpi/firefox-i18n-37.0.1/as.xpi) = 499986 -SHA256 (xpi/firefox-i18n-37.0.1/ast.xpi) = d5c892286bdde5357bf10154b7db1dac0b7d4ffc37eb8ccea0eb3991ab6c6257 -SIZE (xpi/firefox-i18n-37.0.1/ast.xpi) = 384090 -SHA256 (xpi/firefox-i18n-37.0.1/az.xpi) = b1fdf3aa8545958340167d8d26d0672cc6faa84eaf0d9546c89b63a0ed282386 -SIZE (xpi/firefox-i18n-37.0.1/az.xpi) = 482467 -SHA256 (xpi/firefox-i18n-37.0.1/be.xpi) = 05bcdba7490d80e96843c591319b40966a226321bfac9b270577f24c9848d8b3 -SIZE (xpi/firefox-i18n-37.0.1/be.xpi) = 431983 -SHA256 (xpi/firefox-i18n-37.0.1/bg.xpi) = 14ab7abe9e2b50fd96fc13abba308ae861d157f5d8fdfcc2de306c6595886b45 -SIZE (xpi/firefox-i18n-37.0.1/bg.xpi) = 486715 -SHA256 (xpi/firefox-i18n-37.0.1/bn-BD.xpi) = 2dcf33f611b0d6609afe1a7534175044fed0b67dd2010164b04745f626a4adde -SIZE (xpi/firefox-i18n-37.0.1/bn-BD.xpi) = 520238 -SHA256 (xpi/firefox-i18n-37.0.1/bn-IN.xpi) = 11cf7460453f12f6639222b725a825043a1ba06f93ff43560d59cce5b00c85f8 -SIZE (xpi/firefox-i18n-37.0.1/bn-IN.xpi) = 519973 -SHA256 (xpi/firefox-i18n-37.0.1/br.xpi) = 50ebb43386c08a78dcf2b76d7d55330d659c2623035779676b24212161ff7c62 -SIZE (xpi/firefox-i18n-37.0.1/br.xpi) = 435127 -SHA256 (xpi/firefox-i18n-37.0.1/bs.xpi) = 5c896421424a848d70a0ffeacfe22f807f2ef239c808be91a0dc759995ba605d -SIZE (xpi/firefox-i18n-37.0.1/bs.xpi) = 476982 -SHA256 (xpi/firefox-i18n-37.0.1/ca.xpi) = d8ff98feba0e7dcbf31b836a47ca695e4b6902dd2583ec5024df1753d32e4928 -SIZE (xpi/firefox-i18n-37.0.1/ca.xpi) = 450919 -SHA256 (xpi/firefox-i18n-37.0.1/cs.xpi) = 0476e95fcf12c1991a24f303445bd9fde687612e376e4ae6ee61c88c4bcb1e54 -SIZE (xpi/firefox-i18n-37.0.1/cs.xpi) = 439373 -SHA256 (xpi/firefox-i18n-37.0.1/cy.xpi) = 4852c9801d376309eca2abb6e32022f406f4a10acc93c05bffd8dda3786ffcca -SIZE (xpi/firefox-i18n-37.0.1/cy.xpi) = 437312 -SHA256 (xpi/firefox-i18n-37.0.1/da.xpi) = 7d0f8636ebea342f3d9cf4bc89f7389219d915c84b5778cc89bdeca0ac1d4150 -SIZE (xpi/firefox-i18n-37.0.1/da.xpi) = 443934 -SHA256 (xpi/firefox-i18n-37.0.1/de.xpi) = 48506f5cedbf4242f74d03b41762690e84c877b3d5f10396efa17b048733ff96 -SIZE (xpi/firefox-i18n-37.0.1/de.xpi) = 444260 -SHA256 (xpi/firefox-i18n-37.0.1/dsb.xpi) = a81cddad591aaa43d4dc4872419e3a91c6ae591ab3269514368652987d5357ae -SIZE (xpi/firefox-i18n-37.0.1/dsb.xpi) = 463356 -SHA256 (xpi/firefox-i18n-37.0.1/el.xpi) = 1a598cd6ca17033270d777318455ee7e0eec7a964af5c07b3ffb36959c8adb4b -SIZE (xpi/firefox-i18n-37.0.1/el.xpi) = 490092 -SHA256 (xpi/firefox-i18n-37.0.1/en-GB.xpi) = e61862b6adcfd46f521c5921c2bb18d9466ffe4e6132b9cd32c3395c7f078ba2 -SIZE (xpi/firefox-i18n-37.0.1/en-GB.xpi) = 431299 -SHA256 (xpi/firefox-i18n-37.0.1/en-US.xpi) = 611598ef996c5b2f39cbbdc7598d8db83233e1e7dae16c585f7173fbd4ba9417 -SIZE (xpi/firefox-i18n-37.0.1/en-US.xpi) = 463096 -SHA256 (xpi/firefox-i18n-37.0.1/en-ZA.xpi) = ee953283a4446f8df0735b9f010049872e6623e358f6bed88ee04b30151cfc07 -SIZE (xpi/firefox-i18n-37.0.1/en-ZA.xpi) = 431152 -SHA256 (xpi/firefox-i18n-37.0.1/eo.xpi) = d4ed45cc54fa7880c6f3086a1c260e26699524a39c1f1a70881da924e474f8a6 -SIZE (xpi/firefox-i18n-37.0.1/eo.xpi) = 478448 -SHA256 (xpi/firefox-i18n-37.0.1/es-AR.xpi) = ec7e303ca31a970eed3ed1fbab465f31ebe0df319a94d8d238ae8eb1b2691762 -SIZE (xpi/firefox-i18n-37.0.1/es-AR.xpi) = 447018 -SHA256 (xpi/firefox-i18n-37.0.1/es-CL.xpi) = 11bbd990e9d12ded0ae76a1d4c116e1280e146503609a295cd0a7b430abf6639 -SIZE (xpi/firefox-i18n-37.0.1/es-CL.xpi) = 380181 -SHA256 (xpi/firefox-i18n-37.0.1/es-ES.xpi) = 95b81c06bde0ba38e74b5a2379b12c2de1e822044e1560d78c274514352fb159 -SIZE (xpi/firefox-i18n-37.0.1/es-ES.xpi) = 369782 -SHA256 (xpi/firefox-i18n-37.0.1/es-MX.xpi) = 451ecdad6cf72b340ce80bd22dd7ba2843ee2a73fa77ffe0250dd458e1990520 -SIZE (xpi/firefox-i18n-37.0.1/es-MX.xpi) = 449799 -SHA256 (xpi/firefox-i18n-37.0.1/et.xpi) = 5f017bcde67591108985b7f0ab66f9ec44062418f905a7ac9904312369ec5901 -SIZE (xpi/firefox-i18n-37.0.1/et.xpi) = 436251 -SHA256 (xpi/firefox-i18n-37.0.1/eu.xpi) = 4d6b37822e0e753eef40231ff9ed47d75886a0d9c4b27f0424726d6aab616941 -SIZE (xpi/firefox-i18n-37.0.1/eu.xpi) = 459489 -SHA256 (xpi/firefox-i18n-37.0.1/fa.xpi) = de6a97f7d93ac5e9f0384dd4bd92a15f64c93309f5ca72d5ef7b2918c63285cd -SIZE (xpi/firefox-i18n-37.0.1/fa.xpi) = 505517 -SHA256 (xpi/firefox-i18n-37.0.1/ff.xpi) = 428e83e4fc947ddbc8e9066f1c766d38e40b4cee043f4c89bb09c2801a922341 -SIZE (xpi/firefox-i18n-37.0.1/ff.xpi) = 446883 -SHA256 (xpi/firefox-i18n-37.0.1/fi.xpi) = 0abc8206d44ed2b5d4de819d66c59c9aea90b53988915602f3c2d676a9657f3d -SIZE (xpi/firefox-i18n-37.0.1/fi.xpi) = 438063 -SHA256 (xpi/firefox-i18n-37.0.1/fr.xpi) = 9aba98a4503f2c74a5f2a935a8f5965dc6e4303e9d6753d0e32bc2cfcd146033 -SIZE (xpi/firefox-i18n-37.0.1/fr.xpi) = 453985 -SHA256 (xpi/firefox-i18n-37.0.1/fy-NL.xpi) = c12a324cb6245ee27fbc0711d99be0bf32c5ee947ec0fcd5302fbabf22329979 -SIZE (xpi/firefox-i18n-37.0.1/fy-NL.xpi) = 448481 -SHA256 (xpi/firefox-i18n-37.0.1/ga-IE.xpi) = a884b9ad92da02b98fc157bfb3efe7ff9aed908df7b521928d9a9cc1683e9e2b -SIZE (xpi/firefox-i18n-37.0.1/ga-IE.xpi) = 458671 -SHA256 (xpi/firefox-i18n-37.0.1/gd.xpi) = a9e69741ae00ffd64c3fc11a17f312ea06e895ef1554be5077620a1e4a9841d9 -SIZE (xpi/firefox-i18n-37.0.1/gd.xpi) = 447476 -SHA256 (xpi/firefox-i18n-37.0.1/gl.xpi) = 1ccb97a2b43a10c3819db02c2ca67ca4265b5b96c8068f2dffcc1e4b0d596709 -SIZE (xpi/firefox-i18n-37.0.1/gl.xpi) = 439065 -SHA256 (xpi/firefox-i18n-37.0.1/gu-IN.xpi) = 97ae4d0c70e1eec13a8920f8d33a1dddd34bc90294a0d043417c361803ad25fd -SIZE (xpi/firefox-i18n-37.0.1/gu-IN.xpi) = 468930 -SHA256 (xpi/firefox-i18n-37.0.1/he.xpi) = 1953371e2ac06d386ccdfdff63cb6cb9dad33c4a4608dee484a97a9bb24b9a9c -SIZE (xpi/firefox-i18n-37.0.1/he.xpi) = 478219 -SHA256 (xpi/firefox-i18n-37.0.1/hi-IN.xpi) = 3692c78477e24f89c89cba61e6a5566f6da9c973743d753886e68f605d960a76 -SIZE (xpi/firefox-i18n-37.0.1/hi-IN.xpi) = 498979 -SHA256 (xpi/firefox-i18n-37.0.1/hr.xpi) = 3c6842936de1eb35e7d3c2272872960c322d8613c8900d9b14d120d65ce1cd39 -SIZE (xpi/firefox-i18n-37.0.1/hr.xpi) = 471180 -SHA256 (xpi/firefox-i18n-37.0.1/hsb.xpi) = fbf40c4f900b94c94e7d5670fcc90f05986ff9ac63f12d2c5edb33417f1b8746 -SIZE (xpi/firefox-i18n-37.0.1/hsb.xpi) = 461256 -SHA256 (xpi/firefox-i18n-37.0.1/hu.xpi) = 4e757dcfb5c2a73b66bedb6f177021707eccd355e06175ed8021591b379c2f01 -SIZE (xpi/firefox-i18n-37.0.1/hu.xpi) = 446230 -SHA256 (xpi/firefox-i18n-37.0.1/hy-AM.xpi) = d4f87a38fd66b3ea8e16d3700fd16cc5bf1789979aa6d2fd7c22de9a28c036b2 -SIZE (xpi/firefox-i18n-37.0.1/hy-AM.xpi) = 527193 -SHA256 (xpi/firefox-i18n-37.0.1/id.xpi) = 2b570a4f54d3ca2c2dbe460b4b9d77aa68d3ec4912de2fb1119134dad291ce50 -SIZE (xpi/firefox-i18n-37.0.1/id.xpi) = 424542 -SHA256 (xpi/firefox-i18n-37.0.1/is.xpi) = 1ab0d5062982534dbc30dc08d73ff778be4c9f9c472efe3536075e8ebe1ad260 -SIZE (xpi/firefox-i18n-37.0.1/is.xpi) = 478140 -SHA256 (xpi/firefox-i18n-37.0.1/it.xpi) = 79aa70f3d99ac2171857f3e05ad30c9d5e5fff2bf6366c649cbc39a0ecec84c6 -SIZE (xpi/firefox-i18n-37.0.1/it.xpi) = 364081 -SHA256 (xpi/firefox-i18n-37.0.1/ja.xpi) = 1b9abe098d38adb672483d6b721b27b90e1b99ca921e2c79bfdda47ba7e39ebe -SIZE (xpi/firefox-i18n-37.0.1/ja.xpi) = 470683 -SHA256 (xpi/firefox-i18n-37.0.1/kk.xpi) = 1ddc2ade757903b53b4772755bbb43fc2dbcdf591447c336a137007d6235cf6d -SIZE (xpi/firefox-i18n-37.0.1/kk.xpi) = 495569 -SHA256 (xpi/firefox-i18n-37.0.1/km.xpi) = df0b7c9a26f5ea42230bcec1bd9d0575212cf936a6c64c25e17e816a23f73590 -SIZE (xpi/firefox-i18n-37.0.1/km.xpi) = 558106 -SHA256 (xpi/firefox-i18n-37.0.1/kn.xpi) = 883d13a9b85c3ecc1f9ba1b4d211e22d9d1d473d32f2ebbe84559e801d60f796 -SIZE (xpi/firefox-i18n-37.0.1/kn.xpi) = 525619 -SHA256 (xpi/firefox-i18n-37.0.1/ko.xpi) = 7fa083f0ad4dd03659fa89520bab2bd5a24fcd9170a4a49368e500604871abb9 -SIZE (xpi/firefox-i18n-37.0.1/ko.xpi) = 453335 -SHA256 (xpi/firefox-i18n-37.0.1/lij.xpi) = 769bd6e50382a97fef3ddb269ef4c4850da9809d6ea2041ded99775f6d51e093 -SIZE (xpi/firefox-i18n-37.0.1/lij.xpi) = 435611 -SHA256 (xpi/firefox-i18n-37.0.1/lt.xpi) = d7663bdf53ebf01eb7e5003be5139dfd1111ca6758003c1b7aa6554006c08f7c -SIZE (xpi/firefox-i18n-37.0.1/lt.xpi) = 478857 -SHA256 (xpi/firefox-i18n-37.0.1/lv.xpi) = 83023c6f3a89763d3d1fc7842abea6700f060be2eb2a8e5f7a808e32db1946b8 -SIZE (xpi/firefox-i18n-37.0.1/lv.xpi) = 460100 -SHA256 (xpi/firefox-i18n-37.0.1/mai.xpi) = 82be57136f0199593fd7aa76bce4fc81637e56de3fb494df5aca8c7b7b801392 -SIZE (xpi/firefox-i18n-37.0.1/mai.xpi) = 490292 -SHA256 (xpi/firefox-i18n-37.0.1/mk.xpi) = cdc4ae7cf20613d9b56ced52fe630043f798c9e7056c9ce74848cc68816efee8 -SIZE (xpi/firefox-i18n-37.0.1/mk.xpi) = 521047 -SHA256 (xpi/firefox-i18n-37.0.1/ml.xpi) = 044b5bb25e198dab62e523a52f0abb48b56459453acdfab0e9c3bbe73e5019a3 -SIZE (xpi/firefox-i18n-37.0.1/ml.xpi) = 520103 -SHA256 (xpi/firefox-i18n-37.0.1/mr.xpi) = a87fc89d5f00b62b5ad6dc5f0185ce15291a664dba1c8fe69e0ae63ebd679d92 -SIZE (xpi/firefox-i18n-37.0.1/mr.xpi) = 500824 -SHA256 (xpi/firefox-i18n-37.0.1/ms.xpi) = b161467c0cd31f3a65738fcdaa208e6d2746d1694dbe93002d2054b2d56cd231 -SIZE (xpi/firefox-i18n-37.0.1/ms.xpi) = 483814 -SHA256 (xpi/firefox-i18n-37.0.1/nb-NO.xpi) = 568e4ef1969d7b6cdba93f6606f674f85d8739c740f172b8de7d2499dc91e487 -SIZE (xpi/firefox-i18n-37.0.1/nb-NO.xpi) = 437178 -SHA256 (xpi/firefox-i18n-37.0.1/nl.xpi) = c2919f9db4eedecc820ffc8396636cb259310c920c3ce3ea84f01f0afac75b26 -SIZE (xpi/firefox-i18n-37.0.1/nl.xpi) = 437048 -SHA256 (xpi/firefox-i18n-37.0.1/nn-NO.xpi) = 280ff0ec69320e22f550ccc556d9a71ce77f7543ea9e3c539df20a3cae2b9f0f -SIZE (xpi/firefox-i18n-37.0.1/nn-NO.xpi) = 431561 -SHA256 (xpi/firefox-i18n-37.0.1/or.xpi) = 579c32a579a3de8f37cd131ef926b3131e13152fa21536c2a185ffb874aab8b8 -SIZE (xpi/firefox-i18n-37.0.1/or.xpi) = 517635 -SHA256 (xpi/firefox-i18n-37.0.1/pa-IN.xpi) = 6a51842508f0e165ed2c39e5ae636d142abee34111caa92fafdbee59577d49ac -SIZE (xpi/firefox-i18n-37.0.1/pa-IN.xpi) = 487555 -SHA256 (xpi/firefox-i18n-37.0.1/pl.xpi) = 31004bb15ccaee03e00bc7b026ddab255284e2b46a54b5dbb2fbc2b551e8ae85 -SIZE (xpi/firefox-i18n-37.0.1/pl.xpi) = 404495 -SHA256 (xpi/firefox-i18n-37.0.1/pt-BR.xpi) = d417ce12500918c0135ec39804bc1343e32cb2458bd720e32edd8d36fcc4afa5 -SIZE (xpi/firefox-i18n-37.0.1/pt-BR.xpi) = 453348 -SHA256 (xpi/firefox-i18n-37.0.1/pt-PT.xpi) = e03b57f6d9192fa3544712d8646f37bcaf48d4b5a7109c794ee6f4be1cb4a266 -SIZE (xpi/firefox-i18n-37.0.1/pt-PT.xpi) = 433017 -SHA256 (xpi/firefox-i18n-37.0.1/rm.xpi) = b012b35c5000ccb4cecda5a045259b10b6818709ddf9422ee0ffc2e312666a73 -SIZE (xpi/firefox-i18n-37.0.1/rm.xpi) = 439790 -SHA256 (xpi/firefox-i18n-37.0.1/ro.xpi) = fbe82794bf70d69448be69e35a8504690eb12b538dded052bfed2739274b63f9 -SIZE (xpi/firefox-i18n-37.0.1/ro.xpi) = 487622 -SHA256 (xpi/firefox-i18n-37.0.1/ru.xpi) = 9e1cc4f143068093a4f7ca2c9da72ea6cc338c0f8ef46112b26db5f1a1d7ee75 -SIZE (xpi/firefox-i18n-37.0.1/ru.xpi) = 409378 -SHA256 (xpi/firefox-i18n-37.0.1/si.xpi) = 94ae95f1d6ad97a184771bc814249647bd5f2fbfa31298fa0385632a74d70a54 -SIZE (xpi/firefox-i18n-37.0.1/si.xpi) = 520321 -SHA256 (xpi/firefox-i18n-37.0.1/sk.xpi) = 660d6a2d84fe48818fdf189445772d9674e1a6f5d47fc70d569431874f912c31 -SIZE (xpi/firefox-i18n-37.0.1/sk.xpi) = 462174 -SHA256 (xpi/firefox-i18n-37.0.1/sl.xpi) = ff57daa7d02498679783b9ebdc2fdc31c9f2c49a44c734262c8294819f902382 -SIZE (xpi/firefox-i18n-37.0.1/sl.xpi) = 434639 -SHA256 (xpi/firefox-i18n-37.0.1/son.xpi) = 64038a2e9f0036aabd11bf3c209e618a8249a59a7cb15261cb835485a43d6f0d -SIZE (xpi/firefox-i18n-37.0.1/son.xpi) = 442055 -SHA256 (xpi/firefox-i18n-37.0.1/sq.xpi) = 2a2fc10dae6af510e7e034f1b0e4fe53d3ffa19411c14f899a3d68c7cac6a2f1 -SIZE (xpi/firefox-i18n-37.0.1/sq.xpi) = 478875 -SHA256 (xpi/firefox-i18n-37.0.1/sr.xpi) = da2961dd54eae4016d0062787202013342d0b5dff7503227044cda09340cbba7 -SIZE (xpi/firefox-i18n-37.0.1/sr.xpi) = 472192 -SHA256 (xpi/firefox-i18n-37.0.1/sv-SE.xpi) = 4e65aff0357b79084bb9aa4789f06383457a05954fd813edbba8dfb130ffa995 -SIZE (xpi/firefox-i18n-37.0.1/sv-SE.xpi) = 445515 -SHA256 (xpi/firefox-i18n-37.0.1/ta.xpi) = fc6906571934991fdb829b5cfbca338d34be14a659372e0376fb06f3e48d66bf -SIZE (xpi/firefox-i18n-37.0.1/ta.xpi) = 499307 -SHA256 (xpi/firefox-i18n-37.0.1/te.xpi) = 5cfb5625b75a913f5b790f8172ba3e014875dceeb5cce95f97c1f011e0b6b798 -SIZE (xpi/firefox-i18n-37.0.1/te.xpi) = 517656 -SHA256 (xpi/firefox-i18n-37.0.1/th.xpi) = 9b8046a309ec85a1bbca75d282625c45d5907fb1ff15798f7f74037467a0f769 -SIZE (xpi/firefox-i18n-37.0.1/th.xpi) = 527248 -SHA256 (xpi/firefox-i18n-37.0.1/tr.xpi) = a5bae41b3fed52037bfe60d9dce8388e9fb4e83ec40abd00ab63706effd1e400 -SIZE (xpi/firefox-i18n-37.0.1/tr.xpi) = 473884 -SHA256 (xpi/firefox-i18n-37.0.1/uk.xpi) = 7232836bd748076c1dc7f152acb131488620fb45e2751a78bfa5a5c5e8c18e51 -SIZE (xpi/firefox-i18n-37.0.1/uk.xpi) = 482542 -SHA256 (xpi/firefox-i18n-37.0.1/vi.xpi) = 4a14e11028cec54b574e761722384b32c567faaf24eff8b2b4b527538c817d26 -SIZE (xpi/firefox-i18n-37.0.1/vi.xpi) = 459109 -SHA256 (xpi/firefox-i18n-37.0.1/xh.xpi) = c49f48ae67c89ae361dcc091d3c2e115bc67cdbb2f4eb72f4552ca9d7075245b -SIZE (xpi/firefox-i18n-37.0.1/xh.xpi) = 440996 -SHA256 (xpi/firefox-i18n-37.0.1/zh-CN.xpi) = 2dbd4cd038d54b17c00c227c35810a1e2119898b766f038c932fc470758d4ece -SIZE (xpi/firefox-i18n-37.0.1/zh-CN.xpi) = 480865 -SHA256 (xpi/firefox-i18n-37.0.1/zh-TW.xpi) = 424998b4a53bfe3fe1021a8ba91a46bf17dc5b379d99940314bf2bd6587eec89 -SIZE (xpi/firefox-i18n-37.0.1/zh-TW.xpi) = 460364 +SHA256 (xpi/firefox-i18n-37.0.2/ach.xpi) = 8cf8e336ba9e3870037954f3f0e207b5aa9cf400d8ea367f6e37d7f93d5a4c24 +SIZE (xpi/firefox-i18n-37.0.2/ach.xpi) = 470358 +SHA256 (xpi/firefox-i18n-37.0.2/af.xpi) = 3ff6025b25827acfd84ebd9eb6f736c8fd05a4a909744f4f9f7168a34a575c19 +SIZE (xpi/firefox-i18n-37.0.2/af.xpi) = 476563 +SHA256 (xpi/firefox-i18n-37.0.2/an.xpi) = 210033c863d7c4e0269b8e082738dec903501ac1b165d88dd61a6d4d18f26360 +SIZE (xpi/firefox-i18n-37.0.2/an.xpi) = 454284 +SHA256 (xpi/firefox-i18n-37.0.2/ar.xpi) = 2f00db7370441b1b54d47a0fe3beaf10ab01c9f0065426c46891f77bccccb0e7 +SIZE (xpi/firefox-i18n-37.0.2/ar.xpi) = 508942 +SHA256 (xpi/firefox-i18n-37.0.2/as.xpi) = e4ff8879fc6c1ad330b20bac3831379c4604870a9db916e2d1543b15ce3c2951 +SIZE (xpi/firefox-i18n-37.0.2/as.xpi) = 499986 +SHA256 (xpi/firefox-i18n-37.0.2/ast.xpi) = a52e023e4f66b91571a9aab4acd39fc07531f14ba48b437d3c046ac06dd59651 +SIZE (xpi/firefox-i18n-37.0.2/ast.xpi) = 384089 +SHA256 (xpi/firefox-i18n-37.0.2/az.xpi) = a898cb40bfcd2bfb64d26e251285ec9fe47fdcf26988ceb9200d606e2ea66a89 +SIZE (xpi/firefox-i18n-37.0.2/az.xpi) = 482467 +SHA256 (xpi/firefox-i18n-37.0.2/be.xpi) = 97ef3b6fc57545f8adb6cb9235fa4c0f73b1f019b96e1931d6218129c4d81e6d +SIZE (xpi/firefox-i18n-37.0.2/be.xpi) = 431983 +SHA256 (xpi/firefox-i18n-37.0.2/bg.xpi) = d350be48f79f0583b0f64713efdb697d3c6e3a5cc832ab79b663ef16753cfc7b +SIZE (xpi/firefox-i18n-37.0.2/bg.xpi) = 486715 +SHA256 (xpi/firefox-i18n-37.0.2/bn-BD.xpi) = ff204cfbf105234b6dc1580cbe7479268acba51ceab6706c3307ed9a53491890 +SIZE (xpi/firefox-i18n-37.0.2/bn-BD.xpi) = 520238 +SHA256 (xpi/firefox-i18n-37.0.2/bn-IN.xpi) = 0d1816d98f26043c50921fe61910e46bcb3016fac3068f7623a0df534573ceaf +SIZE (xpi/firefox-i18n-37.0.2/bn-IN.xpi) = 519973 +SHA256 (xpi/firefox-i18n-37.0.2/br.xpi) = a8918b710fa93b69796d42caf1880cb83b82f81fda84530883a0dce57a4a3f52 +SIZE (xpi/firefox-i18n-37.0.2/br.xpi) = 435127 +SHA256 (xpi/firefox-i18n-37.0.2/bs.xpi) = 0f5736aa224048de7fba09a00183f3ca8098f864fd41ee9a3d22a78f1b315e30 +SIZE (xpi/firefox-i18n-37.0.2/bs.xpi) = 476982 +SHA256 (xpi/firefox-i18n-37.0.2/ca.xpi) = cfff264da41cc12c58d8267b563c20af094d0466ef6801cde3c4c119edaac613 +SIZE (xpi/firefox-i18n-37.0.2/ca.xpi) = 450918 +SHA256 (xpi/firefox-i18n-37.0.2/cs.xpi) = c4b60657613dc6fc40c5766cd164a4dbace4be257427ba402846333cbb7c320d +SIZE (xpi/firefox-i18n-37.0.2/cs.xpi) = 439373 +SHA256 (xpi/firefox-i18n-37.0.2/cy.xpi) = cbcfc50d56666d69d4df66f46ede31cb011c16654d91b4167603776d0d8c4635 +SIZE (xpi/firefox-i18n-37.0.2/cy.xpi) = 437312 +SHA256 (xpi/firefox-i18n-37.0.2/da.xpi) = 7a46c8a962c221b6b8162237ac4686e7d2dbf86e421f6150f436952d6b8bfe5c +SIZE (xpi/firefox-i18n-37.0.2/da.xpi) = 443934 +SHA256 (xpi/firefox-i18n-37.0.2/de.xpi) = 732d26ad75ae9d5cb5dbfe920e441f06d9f4e16447a29f163f162b540d30504c +SIZE (xpi/firefox-i18n-37.0.2/de.xpi) = 444260 +SHA256 (xpi/firefox-i18n-37.0.2/dsb.xpi) = 8fb92818aa859d1d58274a07b921a340ebb79de12e8fcbb0bfef30617ec3b52a +SIZE (xpi/firefox-i18n-37.0.2/dsb.xpi) = 463356 +SHA256 (xpi/firefox-i18n-37.0.2/el.xpi) = 7c04eb5d51d473ff23e6b920a791ab58c8a57c8e575519e11d24c7ae7bfa946f +SIZE (xpi/firefox-i18n-37.0.2/el.xpi) = 490092 +SHA256 (xpi/firefox-i18n-37.0.2/en-GB.xpi) = 62c0a4bc0d47c6bda67118a4c6eae20b4f68d0077a6800c971a6f321810971d0 +SIZE (xpi/firefox-i18n-37.0.2/en-GB.xpi) = 431299 +SHA256 (xpi/firefox-i18n-37.0.2/en-US.xpi) = d8d9b788420cb52729a4b0b43d8c54655a11599abe64dcb68520a1d34d359d62 +SIZE (xpi/firefox-i18n-37.0.2/en-US.xpi) = 463096 +SHA256 (xpi/firefox-i18n-37.0.2/en-ZA.xpi) = 0f18db36988859a6a3af356ed1fc4bbbe81feb6558f1a44ebd393f12e539aa98 +SIZE (xpi/firefox-i18n-37.0.2/en-ZA.xpi) = 431152 +SHA256 (xpi/firefox-i18n-37.0.2/eo.xpi) = 19d648f9762a3ebbb0ce129605fc33f59b0507565f1390bb4b14ba66b4a80c31 +SIZE (xpi/firefox-i18n-37.0.2/eo.xpi) = 478448 +SHA256 (xpi/firefox-i18n-37.0.2/es-AR.xpi) = 06877a12517c658ad6c307430634aec8da60bcce324dda5cfaceae7b4d955c70 +SIZE (xpi/firefox-i18n-37.0.2/es-AR.xpi) = 447018 +SHA256 (xpi/firefox-i18n-37.0.2/es-CL.xpi) = 230478eecad42a9cc77071d58520802e30d0399158eb6ccd7b24d307972ab67d +SIZE (xpi/firefox-i18n-37.0.2/es-CL.xpi) = 380181 +SHA256 (xpi/firefox-i18n-37.0.2/es-ES.xpi) = 7607b641ae11404c62381da0c49a4b375dbbeaced25837841badb38ec459c6b8 +SIZE (xpi/firefox-i18n-37.0.2/es-ES.xpi) = 369781 +SHA256 (xpi/firefox-i18n-37.0.2/es-MX.xpi) = d9f5b0205be9b63e24b0ecc11c5d5fb61f341a7ae0de23f6543b7dfa288a986b +SIZE (xpi/firefox-i18n-37.0.2/es-MX.xpi) = 449799 +SHA256 (xpi/firefox-i18n-37.0.2/et.xpi) = 0b8e88a6396caa3522d676580d10e846217443c7d75a94cf6c75a4fe71c73192 +SIZE (xpi/firefox-i18n-37.0.2/et.xpi) = 436251 +SHA256 (xpi/firefox-i18n-37.0.2/eu.xpi) = f389eef90b7acbfc578aa807af47a5dccfbf5d07e5aba63b76b6fa9eeb8d165f +SIZE (xpi/firefox-i18n-37.0.2/eu.xpi) = 459489 +SHA256 (xpi/firefox-i18n-37.0.2/fa.xpi) = 7b3810d2c50d30227ba7def0aa42a84f334f471ba26a0c8e11821139b10cea12 +SIZE (xpi/firefox-i18n-37.0.2/fa.xpi) = 505517 +SHA256 (xpi/firefox-i18n-37.0.2/ff.xpi) = ed6fde4418cbf9564a6c168b9b08946eed75b6dc9515f5abbb02152d9bd59b11 +SIZE (xpi/firefox-i18n-37.0.2/ff.xpi) = 446883 +SHA256 (xpi/firefox-i18n-37.0.2/fi.xpi) = eb305ccd1fb37e2c7fd0c71b8ae2808a551ba87abcd1b1bc7237900716d3e451 +SIZE (xpi/firefox-i18n-37.0.2/fi.xpi) = 438063 +SHA256 (xpi/firefox-i18n-37.0.2/fr.xpi) = 7875c99d79a3fa8bbd35b9e1ba101b3d206761bf7a54e458797423ba5f3cf203 +SIZE (xpi/firefox-i18n-37.0.2/fr.xpi) = 453985 +SHA256 (xpi/firefox-i18n-37.0.2/fy-NL.xpi) = 66029640331b99f48b6730df91bd4728f64a143d9c64671ef0091be7a48abf80 +SIZE (xpi/firefox-i18n-37.0.2/fy-NL.xpi) = 448481 +SHA256 (xpi/firefox-i18n-37.0.2/ga-IE.xpi) = dda5dfd8cd1942a71de26be009417029ef728c75ef9f12862efe02d8f3c20b40 +SIZE (xpi/firefox-i18n-37.0.2/ga-IE.xpi) = 458671 +SHA256 (xpi/firefox-i18n-37.0.2/gd.xpi) = 84ab489b4dd43fadf6e618d140d969efaeb0710dfff08a24e8dfbc3a8a3f14df +SIZE (xpi/firefox-i18n-37.0.2/gd.xpi) = 447476 +SHA256 (xpi/firefox-i18n-37.0.2/gl.xpi) = 742649f909e42fc830d9084d82ea648f181e2ab49300e809ec70c6c17e474527 +SIZE (xpi/firefox-i18n-37.0.2/gl.xpi) = 439065 +SHA256 (xpi/firefox-i18n-37.0.2/gu-IN.xpi) = 223b1841022d89be58bc3a1ba907d8b987373a1d025d78083700d4afb71ccd86 +SIZE (xpi/firefox-i18n-37.0.2/gu-IN.xpi) = 468930 +SHA256 (xpi/firefox-i18n-37.0.2/he.xpi) = 8a0bef1d4b99c10044c33c4bb92fd6359a9b5bc554c752fa4c050336b0adf87b +SIZE (xpi/firefox-i18n-37.0.2/he.xpi) = 478219 +SHA256 (xpi/firefox-i18n-37.0.2/hi-IN.xpi) = ff56fe902f0d3df73a25b734cab5f3b2d05f4dc2d7762d87141f3149766ffd3b +SIZE (xpi/firefox-i18n-37.0.2/hi-IN.xpi) = 498978 +SHA256 (xpi/firefox-i18n-37.0.2/hr.xpi) = a29fff963c4046c8abd6bbd2d2e8a03ec77d609ba3d77e3516b7848a2697d678 +SIZE (xpi/firefox-i18n-37.0.2/hr.xpi) = 471180 +SHA256 (xpi/firefox-i18n-37.0.2/hsb.xpi) = 022bdbd2ab34f848d10ae71c6fe6ec970458addab11085cc3fcfacd76af94105 +SIZE (xpi/firefox-i18n-37.0.2/hsb.xpi) = 461256 +SHA256 (xpi/firefox-i18n-37.0.2/hu.xpi) = 5288cc69620a2a674d9dd9bcff316af59f6800d1e6dc9661f7c8e607a45157ed +SIZE (xpi/firefox-i18n-37.0.2/hu.xpi) = 446230 +SHA256 (xpi/firefox-i18n-37.0.2/hy-AM.xpi) = 5a31f391ebc94f883829372a75e153cf5c40fbbbeaae9b02efec6687c775d581 +SIZE (xpi/firefox-i18n-37.0.2/hy-AM.xpi) = 527193 +SHA256 (xpi/firefox-i18n-37.0.2/id.xpi) = 4db09d929221c5e3bdc038400480ad09aa34c3c345d3d041bdfb0da44a3d9489 +SIZE (xpi/firefox-i18n-37.0.2/id.xpi) = 424541 +SHA256 (xpi/firefox-i18n-37.0.2/is.xpi) = 75d1ff62093c33524dd65911a1cfeb73227de2f1554f2ebfec4a2bb8d4a03e93 +SIZE (xpi/firefox-i18n-37.0.2/is.xpi) = 478140 +SHA256 (xpi/firefox-i18n-37.0.2/it.xpi) = eea69d63b05b23783967ff81bf009a271bd434231a89dcec76c1864f1c70ef84 +SIZE (xpi/firefox-i18n-37.0.2/it.xpi) = 364081 +SHA256 (xpi/firefox-i18n-37.0.2/ja.xpi) = 34168aa305a99d635a6322994740973390edc30dbf07b12956004d6012062931 +SIZE (xpi/firefox-i18n-37.0.2/ja.xpi) = 470683 +SHA256 (xpi/firefox-i18n-37.0.2/kk.xpi) = a4491ea80eb0d5b83e66cc93ff353423f1adb501b532479557c95db5a4d49299 +SIZE (xpi/firefox-i18n-37.0.2/kk.xpi) = 495569 +SHA256 (xpi/firefox-i18n-37.0.2/km.xpi) = 1e6e7e4a9f8c44097b3fca71ab5b53b214431df10725d9f3b986bc09d7f8daf3 +SIZE (xpi/firefox-i18n-37.0.2/km.xpi) = 558106 +SHA256 (xpi/firefox-i18n-37.0.2/kn.xpi) = 66efab5b5f6281a477ed0542ac1c2fcbec43625e870993a724af343483437a31 +SIZE (xpi/firefox-i18n-37.0.2/kn.xpi) = 525619 +SHA256 (xpi/firefox-i18n-37.0.2/ko.xpi) = 52d79cbb552f7f099e09bf1428b1fdfd4c89e8e0413bb5d8440b9ebbe41a1921 +SIZE (xpi/firefox-i18n-37.0.2/ko.xpi) = 453335 +SHA256 (xpi/firefox-i18n-37.0.2/lij.xpi) = 70f01bf137c3384c4461b3b7f0403b05a3d832dd2f2c312939f6267031d4e321 +SIZE (xpi/firefox-i18n-37.0.2/lij.xpi) = 435611 +SHA256 (xpi/firefox-i18n-37.0.2/lt.xpi) = d1c20e9f2fc337c9f2779a47a2c64bfc9e069dd6564b6d6396f6105707a1dcf1 +SIZE (xpi/firefox-i18n-37.0.2/lt.xpi) = 478856 +SHA256 (xpi/firefox-i18n-37.0.2/lv.xpi) = a333194e8a04c6e4ba786542d5815daf6c97e7f11c9394df8ac616dc5cb6bd41 +SIZE (xpi/firefox-i18n-37.0.2/lv.xpi) = 460100 +SHA256 (xpi/firefox-i18n-37.0.2/mai.xpi) = 81679da07ee53b27ac6c93eba95dcef4dc2ae36f7ecda46fc6b70f475016400e +SIZE (xpi/firefox-i18n-37.0.2/mai.xpi) = 490292 +SHA256 (xpi/firefox-i18n-37.0.2/mk.xpi) = 9ffdcca961f533980e088dca78c383964c271e74678139a6640b4a6b573f83fe +SIZE (xpi/firefox-i18n-37.0.2/mk.xpi) = 521047 +SHA256 (xpi/firefox-i18n-37.0.2/ml.xpi) = 7e23a1bd87697674a1efaa1e807e7bf7f9158b2170f347302434c9fff0473717 +SIZE (xpi/firefox-i18n-37.0.2/ml.xpi) = 520103 +SHA256 (xpi/firefox-i18n-37.0.2/mr.xpi) = aa353cc0abc2fa7a7e28b1a480077dbd96c17a035b15fadd2e6d3ce9ec89517b +SIZE (xpi/firefox-i18n-37.0.2/mr.xpi) = 500824 +SHA256 (xpi/firefox-i18n-37.0.2/ms.xpi) = f0b8c2476a49804bfd366d8d2c03f3f9fa27d1617437c4106bc4ddbd010d15d8 +SIZE (xpi/firefox-i18n-37.0.2/ms.xpi) = 483814 +SHA256 (xpi/firefox-i18n-37.0.2/nb-NO.xpi) = a25f483754524713f550865fa30b5205bd1861c412067157315d18b2cf3040d0 +SIZE (xpi/firefox-i18n-37.0.2/nb-NO.xpi) = 437178 +SHA256 (xpi/firefox-i18n-37.0.2/nl.xpi) = 82de74b93365ca70d04e77da05489d3c362e70f99a18998c592f138a529fa6a0 +SIZE (xpi/firefox-i18n-37.0.2/nl.xpi) = 437047 +SHA256 (xpi/firefox-i18n-37.0.2/nn-NO.xpi) = 9000534da16d63a1de80f6aedca818271aff48834183ca9e443e489556a7f2b6 +SIZE (xpi/firefox-i18n-37.0.2/nn-NO.xpi) = 431561 +SHA256 (xpi/firefox-i18n-37.0.2/or.xpi) = 70e9a4a3b452bcac0dbbd1bb71b030ebab612727e8ee74efd4757ee52c47695e +SIZE (xpi/firefox-i18n-37.0.2/or.xpi) = 517635 +SHA256 (xpi/firefox-i18n-37.0.2/pa-IN.xpi) = 3b99702e3f05900324d42f379509d1ca426243c09e50bb73f50b31970b513bc1 +SIZE (xpi/firefox-i18n-37.0.2/pa-IN.xpi) = 487555 +SHA256 (xpi/firefox-i18n-37.0.2/pl.xpi) = 74c0211764c38c62c8fddba92fa75713cee0eda22ea3b5dd195a753ec3754a8c +SIZE (xpi/firefox-i18n-37.0.2/pl.xpi) = 404495 +SHA256 (xpi/firefox-i18n-37.0.2/pt-BR.xpi) = 867bf5d3cc511545dbf8d237cc308049b01b9f5679cf117ffd0078de1d5b2db9 +SIZE (xpi/firefox-i18n-37.0.2/pt-BR.xpi) = 453348 +SHA256 (xpi/firefox-i18n-37.0.2/pt-PT.xpi) = e940ff6746844d21593dee45ece67d7e5f3a2914f1239b265052f7fc0ca840f1 +SIZE (xpi/firefox-i18n-37.0.2/pt-PT.xpi) = 433017 +SHA256 (xpi/firefox-i18n-37.0.2/rm.xpi) = cf5c8978eba406f96c75f4d01e5dc4daf486cec7e47cc01ba4d6f1b8d70814e3 +SIZE (xpi/firefox-i18n-37.0.2/rm.xpi) = 439790 +SHA256 (xpi/firefox-i18n-37.0.2/ro.xpi) = 6492d5b56e815f1e7114b9b679f2ec087a79c9f7218b9f2cab53ac428968d280 +SIZE (xpi/firefox-i18n-37.0.2/ro.xpi) = 487622 +SHA256 (xpi/firefox-i18n-37.0.2/ru.xpi) = e346a3a449109e81841d1bbd1e917767155e77bf94649e6e3ae180df58d1bc16 +SIZE (xpi/firefox-i18n-37.0.2/ru.xpi) = 409377 +SHA256 (xpi/firefox-i18n-37.0.2/si.xpi) = f96629b3fb1e312a54683953d6156aecaa57f15e33e364abac92f5fbdb095145 +SIZE (xpi/firefox-i18n-37.0.2/si.xpi) = 520321 +SHA256 (xpi/firefox-i18n-37.0.2/sk.xpi) = e9066f74875b0f45c3b12405233ea47af02ba3dbd750e673e5638550adc056c2 +SIZE (xpi/firefox-i18n-37.0.2/sk.xpi) = 462174 +SHA256 (xpi/firefox-i18n-37.0.2/sl.xpi) = 48ea18e04e6e81fbdf39baf5a7e8b477ca6d248cf10c0ec4a6907d894d43bc1c +SIZE (xpi/firefox-i18n-37.0.2/sl.xpi) = 434638 +SHA256 (xpi/firefox-i18n-37.0.2/son.xpi) = 277df62319e31105d1584058a9a79c841500a80d4ce032998df3655aeb875c4c +SIZE (xpi/firefox-i18n-37.0.2/son.xpi) = 442055 +SHA256 (xpi/firefox-i18n-37.0.2/sq.xpi) = 5577c3fe697446e10445bf6d8e3e0154c85bb68a18b2242a47e900e013548ed7 +SIZE (xpi/firefox-i18n-37.0.2/sq.xpi) = 478875 +SHA256 (xpi/firefox-i18n-37.0.2/sr.xpi) = 36cab9cf89dd1c2da2eba4f7203f27f4bb6156531c45eb038ce6bf1db8bd2a0f +SIZE (xpi/firefox-i18n-37.0.2/sr.xpi) = 472192 +SHA256 (xpi/firefox-i18n-37.0.2/sv-SE.xpi) = 60af5fb2cca17f7d376b58b8330845e8e7105f302639b2bc15b6d3ad8a4980de +SIZE (xpi/firefox-i18n-37.0.2/sv-SE.xpi) = 445515 +SHA256 (xpi/firefox-i18n-37.0.2/ta.xpi) = 1cbf5ab328fbcd089b36f9c77c63e7a6e3b6bbcfaf4795ee20526be6cfd8a0a4 +SIZE (xpi/firefox-i18n-37.0.2/ta.xpi) = 499306 +SHA256 (xpi/firefox-i18n-37.0.2/te.xpi) = c6074cbed80f0ee45535ef407821878d9ffc23097d38a850437869bca7131ec7 +SIZE (xpi/firefox-i18n-37.0.2/te.xpi) = 517656 +SHA256 (xpi/firefox-i18n-37.0.2/th.xpi) = 0d6726aa8d81af791581071a3704d7ddf0d72e9ac0fea090fc777d218eb23293 +SIZE (xpi/firefox-i18n-37.0.2/th.xpi) = 527248 +SHA256 (xpi/firefox-i18n-37.0.2/tr.xpi) = 9d97f711a64fe520a60f6ca48a034534e6b2ea8158463ca5a4dc27c277158f9c +SIZE (xpi/firefox-i18n-37.0.2/tr.xpi) = 473884 +SHA256 (xpi/firefox-i18n-37.0.2/uk.xpi) = 4f91170a88077975ded7ac70d713fef9358410dd0ca11768a6c39c432c6bc62d +SIZE (xpi/firefox-i18n-37.0.2/uk.xpi) = 482542 +SHA256 (xpi/firefox-i18n-37.0.2/vi.xpi) = 6235e75114ca8a245758945a6af822ea4c494e3ad20386aa8842b139f40a8d4b +SIZE (xpi/firefox-i18n-37.0.2/vi.xpi) = 459108 +SHA256 (xpi/firefox-i18n-37.0.2/xh.xpi) = 93e654e7223ba972e8e999d076a44b0ac289fdd96143766961f38686948bf2cb +SIZE (xpi/firefox-i18n-37.0.2/xh.xpi) = 440996 +SHA256 (xpi/firefox-i18n-37.0.2/zh-CN.xpi) = a37c83ad62b9ce0c2590df621760ba52508d75bf6f09f3eed52e08f7a907da79 +SIZE (xpi/firefox-i18n-37.0.2/zh-CN.xpi) = 480865 +SHA256 (xpi/firefox-i18n-37.0.2/zh-TW.xpi) = 6a4e2bb0e6f89f0a0202440c9f73c1503babdbc89b33c264e44aeda32767e4d9 +SIZE (xpi/firefox-i18n-37.0.2/zh-TW.xpi) = 460364 Modified: branches/2015Q2/www/firefox/Makefile ============================================================================== --- branches/2015Q2/www/firefox/Makefile Tue Apr 21 09:06:56 2015 (r384414) +++ branches/2015Q2/www/firefox/Makefile Tue Apr 21 09:21:13 2015 (r384415) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 37.0.1 +DISTVERSION= 37.0.2 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 Modified: branches/2015Q2/www/firefox/distinfo ============================================================================== --- branches/2015Q2/www/firefox/distinfo Tue Apr 21 09:06:56 2015 (r384414) +++ branches/2015Q2/www/firefox/distinfo Tue Apr 21 09:21:13 2015 (r384415) @@ -1,2 +1,2 @@ -SHA256 (firefox-37.0.1.source.tar.bz2) = 8d10aab49017f0222dbbe4811b953d2ce61737ba612b13a98dcd4379510e18e6 -SIZE (firefox-37.0.1.source.tar.bz2) = 178735792 +SHA256 (firefox-37.0.2.source.tar.bz2) = 17d0258c1b4930d618e17ef64bdc4a919d215bd7460696b9855a152324e37a96 +SIZE (firefox-37.0.2.source.tar.bz2) = 178743099 Modified: branches/2015Q2/www/linux-firefox/Makefile ============================================================================== --- branches/2015Q2/www/linux-firefox/Makefile Tue Apr 21 09:06:56 2015 (r384414) +++ branches/2015Q2/www/linux-firefox/Makefile Tue Apr 21 09:21:13 2015 (r384415) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 37.0.1 +DISTVERSION= 37.0.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: branches/2015Q2/www/linux-firefox/distinfo ============================================================================== --- branches/2015Q2/www/linux-firefox/distinfo Tue Apr 21 09:06:56 2015 (r384414) +++ branches/2015Q2/www/linux-firefox/distinfo Tue Apr 21 09:21:13 2015 (r384415) @@ -1,5 +1,5 @@ -SHA256 (firefox-37.0.1.tar.bz2) = 9da0a84f576260299696aaae65851369cc16abb85f45bce3ceb3d074abd45528 -SIZE (firefox-37.0.1.tar.bz2) = 47768268 +SHA256 (firefox-37.0.2.tar.bz2) = 40b61d54277d045976ef02c57ab241b0b2d775a26c1d4b6d2238e2c6848666c3 +SIZE (firefox-37.0.2.tar.bz2) = 47779623 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b From owner-svn-ports-branches@FreeBSD.ORG Tue Apr 21 16:26:18 2015 Return-Path: Delivered-To: svn-ports-branches@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 B8D1A7E8; Tue, 21 Apr 2015 16:26:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6B8A1DC5; Tue, 21 Apr 2015 16:26:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3LGQIIn077971; Tue, 21 Apr 2015 16:26:18 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3LGQIMb077967; Tue, 21 Apr 2015 16:26:18 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201504211626.t3LGQIMb077967@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 21 Apr 2015 16:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384430 - in branches/2015Q2/audio/cantata: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2015 16:26:18 -0000 Author: rakuco Date: Tue Apr 21 16:26:17 2015 New Revision: 384430 URL: https://svnweb.freebsd.org/changeset/ports/384430 Log: MFH: r384421 Look for icons in places other than /usr/share/icons. Incorporate upstream commit 5750: - When checking for icon themes, also check in $PREFIX - Also ensure path is in QIcon's theme path This makes the port correctly find/show icons in the UI. PR: 199549 Submitted by: Tobias Berner Approved by: portmgr (erwin) Added: branches/2015Q2/audio/cantata/files/patch-svn-5739-gui__application_qt.cpp - copied unchanged from r384421, head/audio/cantata/files/patch-svn-5739-gui__application_qt.cpp Modified: branches/2015Q2/audio/cantata/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/audio/cantata/Makefile ============================================================================== --- branches/2015Q2/audio/cantata/Makefile Tue Apr 21 16:12:49 2015 (r384429) +++ branches/2015Q2/audio/cantata/Makefile Tue Apr 21 16:26:17 2015 (r384430) @@ -2,6 +2,7 @@ PORTNAME= cantata PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60UktwaTRMTjRIUW8&dummy= Copied: branches/2015Q2/audio/cantata/files/patch-svn-5739-gui__application_qt.cpp (from r384421, head/audio/cantata/files/patch-svn-5739-gui__application_qt.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/audio/cantata/files/patch-svn-5739-gui__application_qt.cpp Tue Apr 21 16:26:17 2015 (r384430, copy of r384421, head/audio/cantata/files/patch-svn-5739-gui__application_qt.cpp) @@ -0,0 +1,39 @@ +Look for icons in more than just /usr/share -- upstream svn patch: +Log message + +- When checking for icon themes, also check in $PREFIX +- Also ensure path is in QIcon's theme path + +https://code.google.com/p/cantata/source/detail?r=5740 + + +Index: gui/application_qt.cpp +=================================================================== +--- gui/application_qt.cpp (revision 5739) ++++ gui/application_qt.cpp (working copy) +@@ -45,11 +45,21 @@ + // or gnome icon themes are installed, and set theme to one of those. + if (!QIcon::hasThemeIcon("document-save-as")) { + QStringList themes=QStringList() << QLatin1String("oxygen") << QLatin1String("gnome"); ++ QStringList prefixes=QStringList() << QLatin1String("/usr") << QLatin1String("/usr/local"); ++ if (!prefixes.contains(QLatin1String(INSTALL_PREFIX))) { ++ prefixes+=QLatin1String(INSTALL_PREFIX); ++ } + foreach (const QString &theme, themes) { +- QString dir(QLatin1String("/usr/share/icons/")+theme); +- if (QDir(dir).exists()) { +- QIcon::setThemeName(theme); +- return; ++ foreach (const QString &prefix, prefixes) { ++ QString dir(prefix+QLatin1String("/share/icons/")+theme); ++ if (QDir(dir).exists()) { ++ QIcon::setThemeName(theme); ++ // Add to theme search paths, if it is not there already... ++ if (!QIcon::themeSearchPaths().contains(prefix+QLatin1String("/share/icons"))) { ++ QIcon::setThemeSearchPaths(QIcon::themeSearchPaths() << QString(prefix+QLatin1String("/share/icons"))); ++ } ++ return; ++ } + } + } + } From owner-svn-ports-branches@FreeBSD.ORG Wed Apr 22 23:21:19 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4B4985F; Wed, 22 Apr 2015 23:21:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D32DE1439; Wed, 22 Apr 2015 23:21:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3MNLJCd034597; Wed, 22 Apr 2015 23:21:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3MNLJ0M034596; Wed, 22 Apr 2015 23:21:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201504222321.t3MNLJ0M034596@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 22 Apr 2015 23:21:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384540 - branches/2015Q2/x11/scripts X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 23:21:20 -0000 Author: amdmi3 Date: Wed Apr 22 23:21:19 2015 New Revision: 384540 URL: https://svnweb.freebsd.org/changeset/ports/384540 Log: MFH: r384539 - Fix run depends: installs script which needs ksh - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/x11/scripts/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/x11/scripts/Makefile ============================================================================== --- branches/2015Q2/x11/scripts/Makefile Wed Apr 22 23:01:08 2015 (r384539) +++ branches/2015Q2/x11/scripts/Makefile Wed Apr 22 23:21:19 2015 (r384540) @@ -2,12 +2,19 @@ PORTNAME= scripts PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Various X related scripts +RUN_DEPENDS= ksh:${PORTSDIR}/shells/pdksh + XORG_CAT= app USE_XORG= x11 +USES= shebangfix + +post-patch: + @${REINPLACE_CMD} -e 's|XCOMM!${ksh_OLD_CMD}|XCOMM!${ksh_CMD}|' ${WRKSRC}/xauth_switch_to_sun-des-1.cpp .include From owner-svn-ports-branches@FreeBSD.ORG Wed Apr 22 23:22:32 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE654943; Wed, 22 Apr 2015 23:22:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBC001442; Wed, 22 Apr 2015 23:22:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3MNMW77036131; Wed, 22 Apr 2015 23:22:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3MNMW0B036130; Wed, 22 Apr 2015 23:22:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201504222322.t3MNMW0B036130@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 22 Apr 2015 23:22:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384541 - branches/2015Q2/astro/p5-ZConf-Weather X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 23:22:32 -0000 Author: amdmi3 Date: Wed Apr 22 23:22:31 2015 New Revision: 384541 URL: https://svnweb.freebsd.org/changeset/ports/384541 Log: MFH: r384531 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/astro/p5-ZConf-Weather/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/astro/p5-ZConf-Weather/Makefile ============================================================================== --- branches/2015Q2/astro/p5-ZConf-Weather/Makefile Wed Apr 22 23:21:19 2015 (r384540) +++ branches/2015Q2/astro/p5-ZConf-Weather/Makefile Wed Apr 22 23:22:31 2015 (r384541) @@ -3,7 +3,7 @@ PORTNAME= ZConf-Weather PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-ZConf>=6.1.0:${PORTSDI p5-Weather-Underground>=3.03:${PORTSDIR}/astro/p5-Weather-Underground RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/zcweather USE_PERL5= configure .include From owner-svn-ports-branches@FreeBSD.ORG Wed Apr 22 23:23:36 2015 Return-Path: Delivered-To: svn-ports-branches@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 3233BA28; Wed, 22 Apr 2015 23:23:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2063D144A; Wed, 22 Apr 2015 23:23:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3MNNa6X036660; Wed, 22 Apr 2015 23:23:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3MNNZ9a036659; Wed, 22 Apr 2015 23:23:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201504222323.t3MNNZ9a036659@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 22 Apr 2015 23:23:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384542 - branches/2015Q2/net/p5-Phone-Info X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 23:23:36 -0000 Author: amdmi3 Date: Wed Apr 22 23:23:35 2015 New Revision: 384542 URL: https://svnweb.freebsd.org/changeset/ports/384542 Log: MFH: r384534 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/net/p5-Phone-Info/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net/p5-Phone-Info/Makefile ============================================================================== --- branches/2015Q2/net/p5-Phone-Info/Makefile Wed Apr 22 23:22:31 2015 (r384541) +++ branches/2015Q2/net/p5-Phone-Info/Makefile Wed Apr 22 23:23:35 2015 (r384542) @@ -3,7 +3,7 @@ PORTNAME= Phone-Info PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -14,7 +14,8 @@ COMMENT= Provides a nicer CLI interface RUN_DEPENDS= p5-Net-WhitePages>=0:${PORTSDIR}/net/p5-Net-WhitePages -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/phoneinfo USE_PERL5= configure .include From owner-svn-ports-branches@FreeBSD.ORG Fri Apr 24 14:51:15 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92EDE570; Fri, 24 Apr 2015 14:51:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75E671519; Fri, 24 Apr 2015 14:51:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3OEpFup030032; Fri, 24 Apr 2015 14:51:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3OEpEx6030023; Fri, 24 Apr 2015 14:51:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504241451.t3OEpEx6030023@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 24 Apr 2015 14:51:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384652 - in branches/2015Q2/security: ca_root_nss nss X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 14:51:15 -0000 Author: jbeich Date: Fri Apr 24 14:51:13 2015 New Revision: 384652 URL: https://svnweb.freebsd.org/changeset/ports/384652 Log: MFH: r384648 - Update NSS to 3.18.1 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.18.1_release_notes Approved by: portmgr (erwin) Modified: branches/2015Q2/security/ca_root_nss/Makefile branches/2015Q2/security/ca_root_nss/distinfo branches/2015Q2/security/nss/Makefile branches/2015Q2/security/nss/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/security/ca_root_nss/Makefile ============================================================================== --- branches/2015Q2/security/ca_root_nss/Makefile Fri Apr 24 14:50:32 2015 (r384651) +++ branches/2015Q2/security/ca_root_nss/Makefile Fri Apr 24 14:51:13 2015 (r384652) @@ -30,7 +30,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.18 +VERSION_NSS= 3.18.1 #NSS_SUFFIX= .with.ckbi.1.93 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2015Q2/security/ca_root_nss/distinfo ============================================================================== --- branches/2015Q2/security/ca_root_nss/distinfo Fri Apr 24 14:50:32 2015 (r384651) +++ branches/2015Q2/security/ca_root_nss/distinfo Fri Apr 24 14:51:13 2015 (r384652) @@ -1,2 +1,2 @@ -SHA256 (nss-3.18.tar.gz) = 618db0fb2af9f6fc165934d509036b65efc78ab0ae118c06c9488bb667f21d40 -SIZE (nss-3.18.tar.gz) = 6944836 +SHA256 (nss-3.18.1.tar.gz) = 10d005ca1b143a8b77032a169c595d06cf42d16d54809558ea30f1ffe73fef70 +SIZE (nss-3.18.1.tar.gz) = 6945125 Modified: branches/2015Q2/security/nss/Makefile ============================================================================== --- branches/2015Q2/security/nss/Makefile Fri Apr 24 14:50:32 2015 (r384651) +++ branches/2015Q2/security/nss/Makefile Fri Apr 24 14:51:13 2015 (r384652) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.18 +PORTVERSION= 3.18.1 #DISTVERSIONSUFFIX= .with.ckbi.1.93 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2015Q2/security/nss/distinfo ============================================================================== --- branches/2015Q2/security/nss/distinfo Fri Apr 24 14:50:32 2015 (r384651) +++ branches/2015Q2/security/nss/distinfo Fri Apr 24 14:51:13 2015 (r384652) @@ -1,2 +1,2 @@ -SHA256 (nss-3.18.tar.gz) = 618db0fb2af9f6fc165934d509036b65efc78ab0ae118c06c9488bb667f21d40 -SIZE (nss-3.18.tar.gz) = 6944836 +SHA256 (nss-3.18.1.tar.gz) = 10d005ca1b143a8b77032a169c595d06cf42d16d54809558ea30f1ffe73fef70 +SIZE (nss-3.18.1.tar.gz) = 6945125