From owner-svn-ports-all@freebsd.org Sun Jul 24 01:55:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BE08B9B551; Sun, 24 Jul 2016 01:55:41 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C61C61D9A; Sun, 24 Jul 2016 01:55:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O1tenp030599; Sun, 24 Jul 2016 01:55:40 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O1tdd8030598; Sun, 24 Jul 2016 01:55:39 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201607240155.u6O1tdd8030598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Sun, 24 Jul 2016 01:55:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418983 - head/emulators/virtualbox-ose/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 01:55:41 -0000 Author: jkim Date: Sun Jul 24 01:55:39 2016 New Revision: 418983 URL: https://svnweb.freebsd.org/changeset/ports/418983 Log: Fix build with ports OpenSSL. Modified: head/emulators/virtualbox-ose/files/patch-configure Modified: head/emulators/virtualbox-ose/files/patch-configure ============================================================================== --- head/emulators/virtualbox-ose/files/patch-configure Sat Jul 23 23:11:22 2016 (r418982) +++ head/emulators/virtualbox-ose/files/patch-configure Sun Jul 24 01:55:39 2016 (r418983) @@ -1,6 +1,6 @@ ---- configure.orig 2015-06-01 13:50:10.000000000 -0400 -+++ configure 2015-06-10 19:40:14.170742000 -0400 -@@ -137,10 +137,14 @@ +--- configure.orig 2016-07-18 11:50:32 UTC ++++ configure +@@ -137,10 +137,14 @@ CXX_FLAGS="" if [ "$OS" = "freebsd" ]; then INCCURL="-I/usr/local/include" LIBCURL="-L/usr/local/lib -lcurl" @@ -15,7 +15,7 @@ else INCCURL="" LIBCURL="-lcurl" -@@ -1200,7 +1204,7 @@ +@@ -1213,7 +1217,7 @@ extern "C" int main(void) #endif } EOF @@ -24,7 +24,7 @@ test_execute fi } -@@ -1949,8 +1953,8 @@ +@@ -1945,8 +1949,8 @@ EOF echo "compiling the following source file:" >> $LOG cat $ODIR.tmp_src.cc >> $LOG echo "using the following command line:" >> $LOG @@ -35,7 +35,16 @@ if [ $? -eq 0 ]; then found=1 break -@@ -2733,8 +2737,15 @@ +@@ -2415,7 +2419,7 @@ for option in "$@"; do + --with-openssl-dir=*) + OPENSSLDIR=`echo $option | cut -d'=' -f2` + INCCRYPTO="-I${OPENSSLDIR}/include" +- LIBCRYPTO="${OPENSSLDIR}/lib/libcrypto.a ${OPENSSLDIR}/lib/libssl.a" ++ LIBCRYPTO="-L${OPENSSLDIR}/lib -lssl -lcrypto" + ;; + --with-ow-dir=*) + WATCOM=`echo $option | cut -d'=' -f2` +@@ -2744,8 +2748,15 @@ if [ $ONLY_ADDITIONS -eq 0 ]; then [ $WITH_PYTHON -eq 1 ] && check_python [ $WITH_JAVA -eq 1 ] && check_java @@ -52,7 +61,7 @@ if [ $WITH_PULSE -eq 1 ]; then check_pulse elif [ $WITH_PULSE -eq 0 ]; then -@@ -2756,14 +2767,6 @@ +@@ -2767,14 +2778,6 @@ if [ "$OS" = "linux" ]; then cnf_append "VBOX_WITH_ADDITION_DRIVERS" "" fi if [ $ONLY_ADDITIONS -eq 0 ]; then From owner-svn-ports-all@freebsd.org Sun Jul 24 03:10:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16776B9B7F4; Sun, 24 Jul 2016 03:10:58 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 CDD781EB8; Sun, 24 Jul 2016 03:10:57 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O3Avfs057629; Sun, 24 Jul 2016 03:10:57 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O3Aut8057627; Sun, 24 Jul 2016 03:10:56 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201607240310.u6O3Aut8057627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 24 Jul 2016 03:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418984 - head/devel/rubygem-delayer-deferred X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 03:10:58 -0000 Author: tota Date: Sun Jul 24 03:10:56 2016 New Revision: 418984 URL: https://svnweb.freebsd.org/changeset/ports/418984 Log: - Update to 1.0.4 Modified: head/devel/rubygem-delayer-deferred/Makefile (contents, props changed) head/devel/rubygem-delayer-deferred/distinfo (contents, props changed) Modified: head/devel/rubygem-delayer-deferred/Makefile ============================================================================== --- head/devel/rubygem-delayer-deferred/Makefile Sun Jul 24 01:55:39 2016 (r418983) +++ head/devel/rubygem-delayer-deferred/Makefile Sun Jul 24 03:10:56 2016 (r418984) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= delayer-deferred -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Deferred for Delayer LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-delayer>=0:devel/rubygem-delayer Modified: head/devel/rubygem-delayer-deferred/distinfo ============================================================================== --- head/devel/rubygem-delayer-deferred/distinfo Sun Jul 24 01:55:39 2016 (r418983) +++ head/devel/rubygem-delayer-deferred/distinfo Sun Jul 24 03:10:56 2016 (r418984) @@ -1,2 +1,3 @@ -SHA256 (rubygem/delayer-deferred-1.0.3.gem) = 87aeff69276d6c64ca973bab8d2b8ff39cbcac2ba878e25ebfe2b1deb8cc1c5f -SIZE (rubygem/delayer-deferred-1.0.3.gem) = 11776 +TIMESTAMP = 1469317573 +SHA256 (rubygem/delayer-deferred-1.0.4.gem) = 6bef17fec576f81fb74db5b6d1b883abec1824976120ccf99f413f34e385e2e6 +SIZE (rubygem/delayer-deferred-1.0.4.gem) = 11776 From owner-svn-ports-all@freebsd.org Sun Jul 24 03:37:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7306EB9BBB3; Sun, 24 Jul 2016 03:37:02 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2BBAB1940; Sun, 24 Jul 2016 03:37:02 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O3b1bi068087; Sun, 24 Jul 2016 03:37:01 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O3b1sa068084; Sun, 24 Jul 2016 03:37:01 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201607240337.u6O3b1sa068084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 24 Jul 2016 03:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418985 - in head/sysutils: . bhyve-firmware X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 03:37:02 -0000 Author: novel Date: Sun Jul 24 03:37:00 2016 New Revision: 418985 URL: https://svnweb.freebsd.org/changeset/ports/418985 Log: A collection of firmware for bhyve. WWW: https://wiki.freebsd.org/bhyve/UEFI PR: 211157 Submitted by: fabian.freyer@physik.tu-berlin.de Added: head/sysutils/bhyve-firmware/ head/sysutils/bhyve-firmware/Makefile (contents, props changed) head/sysutils/bhyve-firmware/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Jul 24 03:10:56 2016 (r418984) +++ head/sysutils/Makefile Sun Jul 24 03:37:00 2016 (r418985) @@ -87,6 +87,7 @@ SUBDIR += bchunk SUBDIR += beadm SUBDIR += beadm-devel + SUBDIR += bhyve-firmware SUBDIR += bhyve-rc SUBDIR += biosfont SUBDIR += bkpupsd Added: head/sysutils/bhyve-firmware/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bhyve-firmware/Makefile Sun Jul 24 03:37:00 2016 (r418985) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= bhyve-firmware +PORTVERSION= 1.0 +CATEGORIES= sysutils + +MAINTAINER= fabian.freyer@physik.tu-berlin.de +COMMENT= Collection of Firmware for bhyve + +RUN_DEPENDS= uefi-edk2-bhyve>=0:sysutils/uefi-edk2-bhyve + +USES= metaport +OPTIONS_DEFINE= CSM +OPTIONS_DEFAULT= CSM +CSM_DESC= Include firmware with Compatibility Support Module +CSM_RUN_DEPENDS= uefi-edk2-bhyve-csm>=0:sysutils/uefi-edk2-bhyve-csm + +.include Added: head/sysutils/bhyve-firmware/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bhyve-firmware/pkg-descr Sun Jul 24 03:37:00 2016 (r418985) @@ -0,0 +1,3 @@ +A collection of firmware for bhyve. + +WWW: https://wiki.freebsd.org/bhyve/UEFI From owner-svn-ports-all@freebsd.org Sun Jul 24 03:42:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09DE0B9BD48; Sun, 24 Jul 2016 03:42:27 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D0AAD1C6A; Sun, 24 Jul 2016 03:42:26 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O3gQuT071577; Sun, 24 Jul 2016 03:42:26 GMT (envelope-from rea@FreeBSD.org) Received: (from rea@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O3gQw6071576; Sun, 24 Jul 2016 03:42:26 GMT (envelope-from rea@FreeBSD.org) Message-Id: <201607240342.u6O3gQw6071576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rea set sender to rea@FreeBSD.org using -f From: Eygene Ryabinkin Date: Sun, 24 Jul 2016 03:42:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418986 - head/x11/rxvt-unicode/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 03:42:27 -0000 Author: rea Date: Sun Jul 24 03:42:25 2016 New Revision: 418986 URL: https://svnweb.freebsd.org/changeset/ports/418986 Log: x11/xrvt-unicode: chase removal of ttyslot() in base This function (that returns ID of the tty slot) was removed shortly after utmpx was brought to the base system. Avoid using it in newer FreeBSD versions. ACKed by: thierry@ Added: head/x11/rxvt-unicode/files/patch-chase-ttyslot-removal (contents, props changed) Added: head/x11/rxvt-unicode/files/patch-chase-ttyslot-removal ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/rxvt-unicode/files/patch-chase-ttyslot-removal Sun Jul 24 03:42:25 2016 (r418986) @@ -0,0 +1,32 @@ +--- libptytty/src/ptytty.C.orig 2016-07-22 21:10:56.246647000 +0300 ++++ libptytty/src/ptytty.C 2016-07-22 21:33:18.005377000 +0300 +@@ -56,6 +56,11 @@ + # define O_NOCTTY 0 + #endif + ++/* We need __FreeBSD_version */ ++#if defined(__FreeBSD__) ++#include ++#endif ++ + ///////////////////////////////////////////////////////////////////////////// + + /* ------------------------------------------------------------------------- * +@@ -395,7 +400,17 @@ + int fd_stdin = dup (STDIN_FILENO); + dup2 (tty, STDIN_FILENO); + ++/* ++ * FreeBSD base@r202219 phased out utmp and moved to utmpx. ++ * ttyslot() was eliminated slightly after this, in r202274, ++ * but __FreeBSD_version wasn't bumped then. Such discrepance ++ * should be harmless since we will lose at most an utmp record. ++ */ ++#if defined(__FreeBSD_version) && __FreeBSD_version >= 900007 ++ utmp_pos = -1; ++#else + utmp_pos = ttyslot (); ++#endif + + dup2 (fd_stdin, STDIN_FILENO); + close (fd_stdin); From owner-svn-ports-all@freebsd.org Sun Jul 24 04:32:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8139FBA05A4; Sun, 24 Jul 2016 04:32:10 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 498301D2C; Sun, 24 Jul 2016 04:32:10 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O4W93F088057; Sun, 24 Jul 2016 04:32:09 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O4W9Aa088056; Sun, 24 Jul 2016 04:32:09 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201607240432.u6O4W9Aa088056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 24 Jul 2016 04:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418987 - head/astro/xearth/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 04:32:10 -0000 Author: woodsb02 Date: Sun Jul 24 04:32:09 2016 New Revision: 418987 URL: https://svnweb.freebsd.org/changeset/ports/418987 Log: astro/xearth: Update my location in freebsd.committers.markers Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D7296 Modified: head/astro/xearth/files/freebsd.committers.markers Modified: head/astro/xearth/files/freebsd.committers.markers ============================================================================== --- head/astro/xearth/files/freebsd.committers.markers Sun Jul 24 03:42:25 2016 (r418986) +++ head/astro/xearth/files/freebsd.committers.markers Sun Jul 24 04:32:09 2016 (r418987) @@ -47,6 +47,7 @@ 30.2727, 120.1662, "davidxu" # HangZhou, ZheJiang, China 39.550, 116.214, "nemoliu" # Beijing, Beijing, China -31.928982, 115.912435, "lawrance" # Perth, Australia +-31.900, 115.855, "woodsb02" # Perth, WA, Australia -31.97908, 115.81611, "adrian" # Crawley, Perth, Western Australia 22.80346, 113.80578, "wen" # DongGuan, GuangDong, China 22.1957, 113.549, "vs" # Macau, Macau SAR @@ -186,7 +187,6 @@ 48.36, 2.99, "charnier" align=left # Cannes Ecluse, France 48.8345364 2.7160113 "martymac" # Bussy Saint Georges, France 48.83, 2.36, "antoine" # Paris, France - 48.8570493, 2.355139, "woodsb02" # Paris, France 48.827111, 2.347019, "sbz" # Paris, France 41.6666, 2.3333, "jesusr" # Barcelona, Spain 48.87, 2.33, "dumbbell,cognet" align=left # Paris, France From owner-svn-ports-all@freebsd.org Sun Jul 24 04:35:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFABDBA060F; Sun, 24 Jul 2016 04:35:07 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A7C7E1E53; Sun, 24 Jul 2016 04:35:07 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O4Z6lT090253; Sun, 24 Jul 2016 04:35:06 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O4Z6r4090252; Sun, 24 Jul 2016 04:35:06 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201607240435.u6O4Z6r4090252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 24 Jul 2016 04:35:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418988 - head/databases/postgresql-plv8js X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 04:35:08 -0000 Author: vanilla Date: Sun Jul 24 04:35:06 2016 New Revision: 418988 URL: https://svnweb.freebsd.org/changeset/ports/418988 Log: Add compiler:c++11-lang to fix build on 9.3. Obtained from: pkg-fallout Modified: head/databases/postgresql-plv8js/Makefile Modified: head/databases/postgresql-plv8js/Makefile ============================================================================== --- head/databases/postgresql-plv8js/Makefile Sun Jul 24 04:32:09 2016 (r418987) +++ head/databases/postgresql-plv8js/Makefile Sun Jul 24 04:35:06 2016 (r418988) @@ -15,7 +15,7 @@ LICENSE= PostgreSQL LIB_DEPENDS+= libv8.so:lang/v8 WRKSRC= ${WRKDIR}/plv8-${PORTVERSION} -USES= gmake perl5 pgsql:9.1+ +USES= compiler:c++11-lang gmake perl5 pgsql:9.1+ USE_PERL5= build USE_GITHUB= yes GH_ACCOUNT= plv8 From owner-svn-ports-all@freebsd.org Sun Jul 24 05:12:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E56FCBA0E07; Sun, 24 Jul 2016 05:12:32 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A674B1172; Sun, 24 Jul 2016 05:12:32 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pa0-x233.google.com with SMTP id fi15so51192750pac.1; Sat, 23 Jul 2016 22:12:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=1lX+88P3RxEzMF6YQKlp7UfNWmndEbseOUEfeSsvm+c=; b=YHvP5AHxWFo+Yt3GXVsgeeDR9C6nVYM1NKDtHLMDZGo8vA92V5TMZqsykP/B0SREms GFjwBN8xir5Rv2Z1EwQkl1/WKEJyWuXosmx8KAmA5TTbkp8YeGvWE2E5c0yIbFGKxEtX 7d/qI4CRjh6El6zPAX6JYfgNM3ZsvRHeI48cdaRJjwFZpJ+VbNrLwvDeA+nyT7FDQU5i boTUUzeWQrp7GS0BPIEKHHzqNCPxSgY+X2gYH+vUKhRsJIjG034i+ri2LazTvGr3SlfX TvXqEYs8hpQjW4AOa1Htbi+uHsJzHIyjURVmUAzyImb5s4LuhVPZ9veDC6yHwqoJ632u PkOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:from :message-id:date:user-agent:mime-version:in-reply-to :content-transfer-encoding; bh=1lX+88P3RxEzMF6YQKlp7UfNWmndEbseOUEfeSsvm+c=; b=VI9YFHcKi8KbaAIL4f2FkcBH/uQAA4VxaeFf3bK9nOFfaAUgpo7BTyO7tv0uQdL4Ed n7CRelMtbpqmu3M1oX6SFSZyJRfBkZaN9ykZrIbq+YFYtXky+FqUFWnk1d4GiTqGG+E8 xXY7Aa1+/gbwZfgd3cEcLKqg3O7V7GLMB+QCiP5emtWR1M5ZfIAm/Db29oVlQeSoOKbn gOsNrqQbA5kJbjV4CsTR8j5WsCzGdL22gtEnzxTddrZxb8Vzn9fKexaHM+ZsaPIaM8xU 71eU0kgJkm7LLijD8hMre4ewZoSYDJZ82qHTyLWsQ2WDTV1QKh3wmgxAfzJ2p2n5VmiU L0Ig== X-Gm-Message-State: AEkoouu1kWa6Pirm5XjCKRLLUW2VQj4Iu1O5PlhOY5dihphaNLB8lem9j3EfQEAHxZynvQ== X-Received: by 10.66.148.7 with SMTP id to7mr19823744pab.128.1469337152023; Sat, 23 Jul 2016 22:12:32 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01:f985:3c4b:2a0c:8bea? (2001-44b8-31ae-7b01-f985-3c4b-2a0c-8bea.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:f985:3c4b:2a0c:8bea]) by smtp.gmail.com with ESMTPSA id xx7sm30512032pac.3.2016.07.23.22.12.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 23 Jul 2016 22:12:31 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r418988 - head/databases/postgresql-plv8js References: <201607240435.u6O4Z6r4090252@repo.freebsd.org> To: "Vanilla I. Shu" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: Date: Sun, 24 Jul 2016 15:12:21 +1000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Thunderbird/49.0a2 MIME-Version: 1.0 In-Reply-To: <201607240435.u6O4Z6r4090252@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 05:12:33 -0000 On 24/07/2016 2:35 PM, Vanilla I. Shu wrote: > Author: vanilla > Date: Sun Jul 24 04:35:06 2016 > New Revision: 418988 > URL: https://svnweb.freebsd.org/changeset/ports/418988 > > Log: > Add compiler:c++11-lang to fix build on 9.3. Is quarterly affected? > Obtained from: pkg-fallout > > Modified: > head/databases/postgresql-plv8js/Makefile > > Modified: head/databases/postgresql-plv8js/Makefile > ============================================================================== > --- head/databases/postgresql-plv8js/Makefile Sun Jul 24 04:32:09 2016 (r418987) > +++ head/databases/postgresql-plv8js/Makefile Sun Jul 24 04:35:06 2016 (r418988) > @@ -15,7 +15,7 @@ LICENSE= PostgreSQL > LIB_DEPENDS+= libv8.so:lang/v8 > > WRKSRC= ${WRKDIR}/plv8-${PORTVERSION} > -USES= gmake perl5 pgsql:9.1+ > +USES= compiler:c++11-lang gmake perl5 pgsql:9.1+ > USE_PERL5= build > USE_GITHUB= yes > GH_ACCOUNT= plv8 > From owner-svn-ports-all@freebsd.org Sun Jul 24 08:04:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC0F6BA3905; Sun, 24 Jul 2016 08:04:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9E7E518EB; Sun, 24 Jul 2016 08:04:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O841ss066777; Sun, 24 Jul 2016 08:04:01 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O841Zd066776; Sun, 24 Jul 2016 08:04:01 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201607240804.u6O841Zd066776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 Jul 2016 08:04:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418989 - head/devel/omniNotify/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 08:04:02 -0000 Author: antoine Date: Sun Jul 24 08:04:01 2016 New Revision: 418989 URL: https://svnweb.freebsd.org/changeset/ports/418989 Log: Fix build on FreeBSD 12 Modified: head/devel/omniNotify/files/patch-configure Modified: head/devel/omniNotify/files/patch-configure ============================================================================== --- head/devel/omniNotify/files/patch-configure Sun Jul 24 04:35:06 2016 (r418988) +++ head/devel/omniNotify/files/patch-configure Sun Jul 24 08:04:01 2016 (r418989) @@ -1,6 +1,6 @@ ---- configure.orig 2003-10-13 01:51:19.000000000 +0700 -+++ configure 2014-12-14 18:57:55.000000000 +0600 -@@ -2952,9 +2952,16 @@ +--- configure.orig 2003-10-12 18:51:19 UTC ++++ configure +@@ -2952,9 +2952,17 @@ case "$host" in *-*-irix*) platform_name="IRIX"; os_version="6";; *-*-aix*) platform_name="AIX"; os_version="4";; *-*-darwin*) platform_name="Darwin"; os_version="1";; @@ -17,6 +17,7 @@ + *-*-freebsd9.*) platform_name="FreeBSD"; os_version="5";; + *-*-freebsd10.*) platform_name="FreeBSD"; os_version="5";; + *-*-freebsd11.*) platform_name="FreeBSD"; os_version="5";; ++ *-*-freebsd12.*) platform_name="FreeBSD"; os_version="5";; *-*-sco*) platform_name="OSR5"; os_version="5";; esac From owner-svn-ports-all@freebsd.org Sun Jul 24 08:45:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFCCBBA322D; Sun, 24 Jul 2016 08:45:31 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C06151F90; Sun, 24 Jul 2016 08:45:31 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O8jUhc081850; Sun, 24 Jul 2016 08:45:30 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O8jU7B081849; Sun, 24 Jul 2016 08:45:30 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201607240845.u6O8jU7B081849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sun, 24 Jul 2016 08:45:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418990 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 08:45:32 -0000 Author: dbn Date: Sun Jul 24 08:45:30 2016 New Revision: 418990 URL: https://svnweb.freebsd.org/changeset/ports/418990 Log: Mk/Uses/tcl.mk: fix stage-qa linking error. - If a port links to libtk then it will always also link to libtcl. Include libtcl in the LIB_DEPENDS when linking to libtk. - Fix indentation of '.if' statements PR: 211261 Approved by: gahr MFH: 2016Q3 Modified: head/Mk/Uses/tcl.mk Modified: head/Mk/Uses/tcl.mk ============================================================================== --- head/Mk/Uses/tcl.mk Sun Jul 24 08:04:01 2016 (r418989) +++ head/Mk/Uses/tcl.mk Sun Jul 24 08:45:30 2016 (r418990) @@ -184,12 +184,13 @@ _TCLTK_WRAPPER_PORT= wish:x11-toolkits/t .endif # Construct the correct dependency lines (Tcl/Tk) -. if ${_TCLTK_PORT} == "tcl" +.if ${_TCLTK_PORT} == "tcl" _TCLTK_EXE_LINE= tclsh${TCL_VER}:lang/tcl${_TCLTK_WANTED_VERSION} _TCLTK_LIB_LINE= libtcl${TCL_SHLIB_VER}.so:lang/tcl${_TCLTK_WANTED_VERSION} -. elif ${_TCLTK_PORT} == "tk" +.elif ${_TCLTK_PORT} == "tk" _TCLTK_EXE_LINE= wish${TK_VER}:x11-toolkits/tk${_TCLTK_WANTED_VERSION} -_TCLTK_LIB_LINE= libtk${TK_SHLIB_VER}.so:x11-toolkits/tk${_TCLTK_WANTED_VERSION} +_TCLTK_LIB_LINE= libtk${TK_SHLIB_VER}.so:x11-toolkits/tk${_TCLTK_WANTED_VERSION} \ + libtcl${TCL_SHLIB_VER}.so:lang/tcl${_TCLTK_WANTED_VERSION} .endif .if ${tcl_ARGS:Mbuild} From owner-svn-ports-all@freebsd.org Sun Jul 24 08:46:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 163C5BA32AE; Sun, 24 Jul 2016 08:46:20 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C0CF61242; Sun, 24 Jul 2016 08:46:19 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O8kIW1082049; Sun, 24 Jul 2016 08:46:18 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O8kIrS082045; Sun, 24 Jul 2016 08:46:18 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607240846.u6O8kIrS082045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 24 Jul 2016 08:46:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418991 - in head: devel/injeqt polish/kadu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 08:46:20 -0000 Author: pawel Date: Sun Jul 24 08:46:18 2016 New Revision: 418991 URL: https://svnweb.freebsd.org/changeset/ports/418991 Log: - Update to version 1.1.0 - Bump polish/kadu, library ABI change Changelog: https://github.com/vogel/injeqt/blob/master/ChangeLog Modified: head/devel/injeqt/Makefile head/devel/injeqt/distinfo head/devel/injeqt/pkg-plist head/polish/kadu/Makefile Modified: head/devel/injeqt/Makefile ============================================================================== --- head/devel/injeqt/Makefile Sun Jul 24 08:45:30 2016 (r418990) +++ head/devel/injeqt/Makefile Sun Jul 24 08:46:18 2016 (r418991) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= injeqt -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= devel MAINTAINER= pawel@FreeBSD.org Modified: head/devel/injeqt/distinfo ============================================================================== --- head/devel/injeqt/distinfo Sun Jul 24 08:45:30 2016 (r418990) +++ head/devel/injeqt/distinfo Sun Jul 24 08:46:18 2016 (r418991) @@ -1,2 +1,3 @@ -SHA256 (vogel-injeqt-1.0.1_GH0.tar.gz) = 81aafaf990134486331bbb5c362be2b8520a3bec86e82869125c17ec652d686d -SIZE (vogel-injeqt-1.0.1_GH0.tar.gz) = 63748 +TIMESTAMP = 1469215541 +SHA256 (vogel-injeqt-1.1.0_GH0.tar.gz) = a5e125ab3e8c9f7139fccbce22d772b01c4e1af074dea3bbb1ddb4379a42cb16 +SIZE (vogel-injeqt-1.1.0_GH0.tar.gz) = 74112 Modified: head/devel/injeqt/pkg-plist ============================================================================== --- head/devel/injeqt/pkg-plist Sun Jul 24 08:45:30 2016 (r418990) +++ head/devel/injeqt/pkg-plist Sun Jul 24 08:46:18 2016 (r418991) @@ -8,6 +8,7 @@ include/injeqt/exception/empty-type.h include/injeqt/exception/exception.h include/injeqt/exception/instantiation-failed.h include/injeqt/exception/interface-not-implemented.h +include/injeqt/exception/invalid-action.h include/injeqt/exception/invalid-dependency.h include/injeqt/exception/invalid-qobject.h include/injeqt/exception/invalid-setter.h @@ -21,6 +22,6 @@ include/injeqt/injeqt.h include/injeqt/module.h include/injeqt/type.h lib/libinjeqt.so -lib/libinjeqt.so.0 +lib/libinjeqt.so.1 lib/libinjeqt.so.%%VERSION%% libdata/pkgconfig/injeqt.pc Modified: head/polish/kadu/Makefile ============================================================================== --- head/polish/kadu/Makefile Sun Jul 24 08:45:30 2016 (r418990) +++ head/polish/kadu/Makefile Sun Jul 24 08:46:18 2016 (r418991) @@ -3,6 +3,7 @@ PORTNAME= kadu PORTVERSION= 2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \ From owner-svn-ports-all@freebsd.org Sun Jul 24 09:00:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3DBEBA3A90; Sun, 24 Jul 2016 09:00:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A29B91F90; Sun, 24 Jul 2016 09:00:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O90r2S088202; Sun, 24 Jul 2016 09:00:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O90rQb088200; Sun, 24 Jul 2016 09:00:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201607240900.u6O90rQb088200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 24 Jul 2016 09:00:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418992 - head/x11/florence X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 09:00:55 -0000 Author: amdmi3 Date: Sun Jul 24 09:00:53 2016 New Revision: 418992 URL: https://svnweb.freebsd.org/changeset/ports/418992 Log: - Fix license - Remove redundant --prefix argument to configure - Switch to options helpers Modified: head/x11/florence/Makefile head/x11/florence/pkg-descr Modified: head/x11/florence/Makefile ============================================================================== --- head/x11/florence/Makefile Sun Jul 24 08:46:18 2016 (r418991) +++ head/x11/florence/Makefile Sun Jul 24 09:00:53 2016 (r418992) @@ -9,8 +9,8 @@ MASTER_SITES= SF/florence/florence/${POR MAINTAINER= ports@FreeBSD.org COMMENT= Extensible scalable virtual keyboard -LICENSE= GPLv2 GFDL -LICENSE_COMB= dual +LICENSE= GPLv2+ GFDL +LICENSE_COMB= multi LIB_DEPENDS= libnotify.so:devel/libnotify @@ -19,13 +19,14 @@ USE_XORG= xtst xext USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2 USE_GSTREAMER1= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--prefix="${LOCALBASE}" \ - --disable-static +CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes INSTALLS_OMF= yes GLIB_SCHEMAS= org.florence.gschema.xml INSTALL_TARGET= install-strip +MAKE_JOBS_UNSAFE= yes + PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS NLS @@ -34,20 +35,15 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext -MAKE_JOBS_UNSAFE= yes - -.include - post-patch: @${REINPLACE_CMD} -e 's|^Categories=.*|Categories=Application;Accessibility;System;|' \ ${WRKSRC}/data/florence.desktop.in.in -.if ! ${PORT_OPTIONS:MNLS} +post-patch-NLS-off: @${REINPLACE_CMD} -e 's|^ALL_LINGUAS.*|ALL_LINGUAS =|' \ ${WRKSRC}/po/Makefile.in.in -.endif -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/x11/florence/pkg-descr ============================================================================== --- head/x11/florence/pkg-descr Sun Jul 24 08:46:18 2016 (r418991) +++ head/x11/florence/pkg-descr Sun Jul 24 09:00:53 2016 (r418992) @@ -7,4 +7,4 @@ It appears on the screen only when you n There is an auto-click functionality To help people having difficulties to use the click button. -WWW: http://florence.sourceforge.net +WWW: http://florence.sourceforge.net/ From owner-svn-ports-all@freebsd.org Sun Jul 24 09:15:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9557BA3CF0; Sun, 24 Jul 2016 09:15:37 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7C2FA1806; Sun, 24 Jul 2016 09:15:37 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O9Fa39093391; Sun, 24 Jul 2016 09:15:36 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O9Fa1Z093390; Sun, 24 Jul 2016 09:15:36 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201607240915.u6O9Fa1Z093390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Sun, 24 Jul 2016 09:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418993 - head/net-mgmt/aircrack-ng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 09:15:37 -0000 Author: lme Date: Sun Jul 24 09:15:36 2016 New Revision: 418993 URL: https://svnweb.freebsd.org/changeset/ports/418993 Log: Mark broken on FreeBSD 9.x Modified: head/net-mgmt/aircrack-ng/Makefile Modified: head/net-mgmt/aircrack-ng/Makefile ============================================================================== --- head/net-mgmt/aircrack-ng/Makefile Sun Jul 24 09:00:53 2016 (r418992) +++ head/net-mgmt/aircrack-ng/Makefile Sun Jul 24 09:15:36 2016 (r418993) @@ -12,6 +12,8 @@ COMMENT= 802.11 WEP and WPA-PSK keys cra LICENSE= GPLv2 BSD3CLAUSE APACHE20 LICENSE_COMB= dual +BROKEN_FreeBSD_9= Does not build + USES= cpe dos2unix gmake ssl CPE_VERSION= ${DISTVERSION:C/-.*//} CPE_UPDATE= ${DISTVERSION:C/^[^-]*$//:C/.*-//} From owner-svn-ports-all@freebsd.org Sun Jul 24 09:38:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C0CFB9B0B3; Sun, 24 Jul 2016 09:38:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 61BC011B3; Sun, 24 Jul 2016 09:38:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O9c9Vf000936; Sun, 24 Jul 2016 09:38:09 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O9c9cD000931; Sun, 24 Jul 2016 09:38:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201607240938.u6O9c9cD000931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 24 Jul 2016 09:38:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418994 - in head/textproc/libsoldout: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 09:38:10 -0000 Author: bapt Date: Sun Jul 24 09:38:09 2016 New Revision: 418994 URL: https://svnweb.freebsd.org/changeset/ports/418994 Log: Update to 1.4 * Fix a bug in rendering nested block lists * Fix build with GCC 6 and other minor warnings * Build a static library too * Significantly improve documentation * Improvement of mkd2man * Add an amalgamation (C sources to include directly in a project) (not included in the port though) PR: 211330 Submitted by: Natacha Porté (maintainer & upstream) Deleted: head/textproc/libsoldout/files/ Modified: head/textproc/libsoldout/Makefile head/textproc/libsoldout/distinfo head/textproc/libsoldout/pkg-plist Modified: head/textproc/libsoldout/Makefile ============================================================================== --- head/textproc/libsoldout/Makefile Sun Jul 24 09:15:36 2016 (r418993) +++ head/textproc/libsoldout/Makefile Sun Jul 24 09:38:09 2016 (r418994) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libsoldout -DISTVERSION= 1.3 +DISTVERSION= 1.4 CATEGORIES= textproc devel MASTER_SITES= http://instinctive.eu/code/ @@ -16,12 +16,15 @@ USE_LDCONFIG= yes USES= tar:bzip2 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/libsoldout.so.1 ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/libsoldout.so.1 ${STAGEDIR}${PREFIX}/lib ${INSTALL_PROGRAM} ${WRKSRC}/mkd2html ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mkd2latex ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mkd2man ${STAGEDIR}${PREFIX}/bin cd ${STAGEDIR}${PREFIX}/lib && ${LN} -s libsoldout.so.1 libsoldout.so ${MKDIR} ${STAGEDIR}${PREFIX}/include/soldout ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/soldout + ${INSTALL_DATA} ${WRKSRC}/libsoldout.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_MAN} ${WRKSRC}/mkd2*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/*.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 .include Modified: head/textproc/libsoldout/distinfo ============================================================================== --- head/textproc/libsoldout/distinfo Sun Jul 24 09:15:36 2016 (r418993) +++ head/textproc/libsoldout/distinfo Sun Jul 24 09:38:09 2016 (r418994) @@ -1,2 +1,3 @@ -SHA256 (libsoldout-1.3.tar.bz2) = 61daa3f108868420d0f93610f5f8a46aaf9ae93c066ef262d57d37a4a02eafea -SIZE (libsoldout-1.3.tar.bz2) = 32620 +TIMESTAMP = 1469352481 +SHA256 (libsoldout-1.4.tar.bz2) = 92a8cf53f27a6eaa489473c37f6a3c32181ca5b75afea952fd15f4d168a4ffac +SIZE (libsoldout-1.4.tar.bz2) = 38932 Modified: head/textproc/libsoldout/pkg-plist ============================================================================== --- head/textproc/libsoldout/pkg-plist Sun Jul 24 09:15:36 2016 (r418993) +++ head/textproc/libsoldout/pkg-plist Sun Jul 24 09:38:09 2016 (r418994) @@ -5,5 +5,14 @@ include/soldout/array.h include/soldout/buffer.h include/soldout/markdown.h include/soldout/renderers.h +lib/libsoldout.a lib/libsoldout.so lib/libsoldout.so.1 +man/man1/mkd2html.1.gz +man/man1/mkd2latex.1.gz +man/man1/mkd2man.1.gz +man/man3/soldout.3.gz +man/man3/soldout_array.3.gz +man/man3/soldout_buffer.3.gz +man/man3/soldout_markdown.3.gz +man/man3/soldout_renderers.3.gz From owner-svn-ports-all@freebsd.org Sun Jul 24 09:38:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E9BBB9B151; Sun, 24 Jul 2016 09:38:57 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7678312F2; Sun, 24 Jul 2016 09:38:57 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O9cukA001107; Sun, 24 Jul 2016 09:38:56 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O9cuLc001104; Sun, 24 Jul 2016 09:38:56 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607240938.u6O9cuLc001104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 24 Jul 2016 09:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418995 - head/finance/homebank X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 09:38:57 -0000 Author: pawel Date: Sun Jul 24 09:38:56 2016 New Revision: 418995 URL: https://svnweb.freebsd.org/changeset/ports/418995 Log: Update to version 5.0.9 * wish : #1507253 template at top into txn dialog * wish : #1429411 reconcile etc. could be a linked set of toggle buttons * wish : #532564 clean feature to delete unused payees/categories * bugfix: #1602835 filter by status in the ledger * bugfix: #1594152 zillion questions importing from QIF file * bugfix: #1583406 changes in settings -> format-> numbers options is never saved * bugfix: #1562372 statistics filtered on category with split display wrong results * bugfix: #1535483 importing cvs file silently skips a line! Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo head/finance/homebank/pkg-plist Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Sun Jul 24 09:38:09 2016 (r418994) +++ head/finance/homebank/Makefile Sun Jul 24 09:38:56 2016 (r418995) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.0.8 +PORTVERSION= 5.0.9 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ @@ -15,7 +15,7 @@ LIB_DEPENDS= libosp.so:textproc/opensp GNU_CONFIGURE= yes USES= desktop-file-utils gettext gmake localbase pkgconfig \ shared-mime-info -USE_GNOME= gtk30 intltool +USE_GNOME= cairo gtk30 intltool INSTALLS_ICONS= yes PORTDOCS= AUTHORS ChangeLog NEWS README Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Sun Jul 24 09:38:09 2016 (r418994) +++ head/finance/homebank/distinfo Sun Jul 24 09:38:56 2016 (r418995) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464102689 -SHA256 (homebank-5.0.8.tar.gz) = 9bdf10b0d94c92d5216462fb110bba34cd2a1b01d38d2c6b629db81a0513a310 -SIZE (homebank-5.0.8.tar.gz) = 2603678 +TIMESTAMP = 1469350083 +SHA256 (homebank-5.0.9.tar.gz) = a8409437035682148f742d7f1a0376a8fe661cef77ad959f218e7e8df10f6c03 +SIZE (homebank-5.0.9.tar.gz) = 2734372 Modified: head/finance/homebank/pkg-plist ============================================================================== --- head/finance/homebank/pkg-plist Sun Jul 24 09:38:09 2016 (r418994) +++ head/finance/homebank/pkg-plist Sun Jul 24 09:38:56 2016 (r418995) @@ -79,6 +79,7 @@ share/applications/homebank.desktop %%DATADIR%%/help/images/dlg-split1.png %%DATADIR%%/help/images/dlg-template1.png %%DATADIR%%/help/images/dlg-transaction1.png +%%DATADIR%%/help/images/dlg-transaction2.png %%DATADIR%%/help/images/dlg-txnmultiple.png %%DATADIR%%/help/images/dlg-xferselection.png %%DATADIR%%/help/images/doc_balance.png @@ -250,18 +251,24 @@ share/locale/eu/LC_MESSAGES/homebank.mo share/locale/fa/LC_MESSAGES/homebank.mo share/locale/fi/LC_MESSAGES/homebank.mo share/locale/fr/LC_MESSAGES/homebank.mo +share/locale/ga/LC_MESSAGES/homebank.mo share/locale/gl/LC_MESSAGES/homebank.mo +share/locale/gu/LC_MESSAGES/homebank.mo share/locale/he/LC_MESSAGES/homebank.mo share/locale/hr/LC_MESSAGES/homebank.mo +share/locale/ht/LC_MESSAGES/homebank.mo share/locale/hu/LC_MESSAGES/homebank.mo +share/locale/ia/LC_MESSAGES/homebank.mo share/locale/id/LC_MESSAGES/homebank.mo share/locale/is/LC_MESSAGES/homebank.mo share/locale/it/LC_MESSAGES/homebank.mo share/locale/ja/LC_MESSAGES/homebank.mo share/locale/ka/LC_MESSAGES/homebank.mo +share/locale/kn/LC_MESSAGES/homebank.mo share/locale/ko/LC_MESSAGES/homebank.mo share/locale/lt/LC_MESSAGES/homebank.mo share/locale/lv/LC_MESSAGES/homebank.mo +share/locale/ml/LC_MESSAGES/homebank.mo share/locale/mr/LC_MESSAGES/homebank.mo share/locale/ms/LC_MESSAGES/homebank.mo share/locale/nb/LC_MESSAGES/homebank.mo @@ -279,6 +286,8 @@ share/locale/sk/LC_MESSAGES/homebank.mo share/locale/sl/LC_MESSAGES/homebank.mo share/locale/sr/LC_MESSAGES/homebank.mo share/locale/sv/LC_MESSAGES/homebank.mo +share/locale/ta/LC_MESSAGES/homebank.mo +share/locale/th/LC_MESSAGES/homebank.mo share/locale/tr/LC_MESSAGES/homebank.mo share/locale/uk/LC_MESSAGES/homebank.mo share/locale/vi/LC_MESSAGES/homebank.mo From owner-svn-ports-all@freebsd.org Sun Jul 24 09:48:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A440FB9B427; Sun, 24 Jul 2016 09:48:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7795417B3; Sun, 24 Jul 2016 09:48:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O9meUY005151; Sun, 24 Jul 2016 09:48:40 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O9mdZd005141; Sun, 24 Jul 2016 09:48:39 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607240948.u6O9mdZd005141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 24 Jul 2016 09:48:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418996 - in head/sysutils: u-boot-beaglebone u-boot-cubieboard u-boot-cubox-hummingboard u-boot-duovero u-boot-pandaboard u-boot-pine64 u-boot-rpi u-boot-rpi2 u-boot-utilite u-boot-wan... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 09:48:41 -0000 Author: pawel Date: Sun Jul 24 09:48:39 2016 New Revision: 418996 URL: https://svnweb.freebsd.org/changeset/ports/418996 Log: Fix few style violations in u-boot ports: - GMAKE -> MAKE_CMD, MAKE_CMD is always set to required make implementation - CP -> INSTALL_DATA, INSTALL_DATA makes sure files are always installed with proper permissions - sysutils/u-boot-rpi: include missed files installed in STAGEDIR in PLIST_FILES PR: 210982 Submitted by: myself Approved by: maintainers timeout Modified: head/sysutils/u-boot-beaglebone/Makefile head/sysutils/u-boot-cubieboard/Makefile head/sysutils/u-boot-cubox-hummingboard/Makefile head/sysutils/u-boot-duovero/Makefile head/sysutils/u-boot-pandaboard/Makefile head/sysutils/u-boot-pine64/Makefile head/sysutils/u-boot-rpi/Makefile head/sysutils/u-boot-rpi2/Makefile head/sysutils/u-boot-utilite/Makefile head/sysutils/u-boot-wandboard/Makefile Modified: head/sysutils/u-boot-beaglebone/Makefile ============================================================================== --- head/sysutils/u-boot-beaglebone/Makefile Sun Jul 24 09:38:56 2016 (r418995) +++ head/sysutils/u-boot-beaglebone/Makefile Sun Jul 24 09:48:39 2016 (r418996) @@ -32,12 +32,13 @@ MAKE_ARGS+= ARCH=arm \ CROSS_COMPILE=arm-none-eabi- do-configure: - (cd ${WRKSRC}; ${GMAKE} am335x_boneblack_defconfig) + (cd ${WRKSRC}; ${MAKE_CMD} am335x_boneblack_defconfig) do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${CP} ${WRKSRC}/MLO ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${CP} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/u-boot.img - ${CP} ${.CURDIR}/pkg-descr ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${WRKSRC}/MLO ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${INSTALL_DATA} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ + ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-cubieboard/Makefile ============================================================================== --- head/sysutils/u-boot-cubieboard/Makefile Sun Jul 24 09:38:56 2016 (r418995) +++ head/sysutils/u-boot-cubieboard/Makefile Sun Jul 24 09:48:39 2016 (r418996) @@ -36,13 +36,16 @@ post-patch: ${WRKSRC}/include/configs/sunxi-common.h do-configure: - (cd ${WRKSRC}; ${GMAKE} ${CONF_TARGET}) + (cd ${WRKSRC}; ${MAKE_CMD} ${CONF_TARGET}) do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${CP} ${WRKSRC}/spl/sunxi-spl.bin ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${CP} ${WRKSRC}/u-boot-sunxi-with-spl.bin ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${CP} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${CP} ${.CURDIR}/pkg-descr ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${WRKSRC}/spl/sunxi-spl.bin \ + ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${INSTALL_DATA} ${WRKSRC}/u-boot-sunxi-with-spl.bin \ + ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${INSTALL_DATA} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ + ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-cubox-hummingboard/Makefile ============================================================================== --- head/sysutils/u-boot-cubox-hummingboard/Makefile Sun Jul 24 09:38:56 2016 (r418995) +++ head/sysutils/u-boot-cubox-hummingboard/Makefile Sun Jul 24 09:48:39 2016 (r418996) @@ -36,7 +36,7 @@ MAKE_ARGS+= ARCH=arm \ HOSTCC=cc do-configure: - cd ${WRKSRC}; ${GMAKE} ${MAKE_ARGS} mx6_cubox-i_config + cd ${WRKSRC}; ${MAKE_CMD} ${MAKE_ARGS} mx6_cubox-i_config # The build results in two output files: SPL, and u-boot.img. # Combine them into a single u-boot.imx so that there is only one file to be @@ -46,6 +46,7 @@ do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} dd bs=1k oseek=0 conv=sync of=${IMXFILE} if=${WRKSRC}/SPL dd bs=1k oseek=41 conv=sync of=${IMXFILE} if=${WRKSRC}/u-boot.img - ${CP} ${.CURDIR}/pkg-descr ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ + ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-duovero/Makefile ============================================================================== --- head/sysutils/u-boot-duovero/Makefile Sun Jul 24 09:38:56 2016 (r418995) +++ head/sysutils/u-boot-duovero/Makefile Sun Jul 24 09:48:39 2016 (r418996) @@ -31,12 +31,13 @@ MAKE_ARGS+= ARCH=arm \ CROSS_COMPILE=arm-none-eabi- do-configure: - (cd ${WRKSRC}; ${GMAKE} duovero_config) + (cd ${WRKSRC}; ${MAKE_CMD} duovero_config) do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${CP} ${WRKSRC}/MLO ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${CP} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/u-boot.img - ${CP} ${.CURDIR}/pkg-descr ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${WRKSRC}/MLO ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${INSTALL_DATA} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ + ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-pandaboard/Makefile ============================================================================== --- head/sysutils/u-boot-pandaboard/Makefile Sun Jul 24 09:38:56 2016 (r418995) +++ head/sysutils/u-boot-pandaboard/Makefile Sun Jul 24 09:48:39 2016 (r418996) @@ -31,12 +31,13 @@ MAKE_ARGS+= ARCH=arm \ CROSS_COMPILE=arm-none-eabi- do-configure: - (cd ${WRKSRC}; ${GMAKE} omap4_panda_config) + (cd ${WRKSRC}; ${MAKE_CMD} omap4_panda_config) do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${CP} ${WRKSRC}/MLO ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${CP} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/u-boot.img - ${CP} ${.CURDIR}/pkg-descr ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${WRKSRC}/MLO ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${INSTALL_DATA} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ + ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-pine64/Makefile ============================================================================== --- head/sysutils/u-boot-pine64/Makefile Sun Jul 24 09:38:56 2016 (r418995) +++ head/sysutils/u-boot-pine64/Makefile Sun Jul 24 09:48:39 2016 (r418996) @@ -42,7 +42,7 @@ post-extract: (cd ${WRKSRC}; ${EXTRACT_CMD} xvf pine64atf.tar.xz) do-configure: - (cd ${WRKSRC}; ${GMAKE} pine64_plus_defconfig) + (cd ${WRKSRC}; ${MAKE_CMD} pine64_plus_defconfig) post-build: (cd ${WRKSRC}/arm-trusted-firmware; ${GMAKE} ${MAKE_ARGS} DEBUG=1) @@ -53,7 +53,7 @@ post-build: do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${CP} ${WRKSRC}/pine64.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/ - ${CP} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${WRKSRC}/pine64.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-rpi/Makefile ============================================================================== --- head/sysutils/u-boot-rpi/Makefile Sun Jul 24 09:38:56 2016 (r418995) +++ head/sysutils/u-boot-rpi/Makefile Sun Jul 24 09:48:39 2016 (r418996) @@ -2,6 +2,7 @@ PORTNAME= u-boot PORTVERSION= 2016.01 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ \ LOCAL/ian/:bootfiles @@ -31,6 +32,8 @@ PLIST_FILES= ${U_BOOT_DIR}/u-boot.img \ ${U_BOOT_DIR}/config.txt \ ${U_BOOT_DIR}/fixup.dat \ ${U_BOOT_DIR}/fixup_cd.dat \ + ${U_BOOT_DIR}/fixup_db.dat \ + ${U_BOOT_DIR}/fixup_x.dat \ ${U_BOOT_DIR}/start.elf \ ${U_BOOT_DIR}/start_cd.elf @@ -38,7 +41,7 @@ MAKE_ARGS+= ARCH=arm \ CROSS_COMPILE=arm-none-eabi- do-configure: - (cd ${WRKSRC}; ${GMAKE} rpi_defconfig) + (cd ${WRKSRC}; ${MAKE_CMD} rpi_defconfig) # The output of the u-boot build process is u-boot.bin. We have to put a # standard (for the RPi) image header on the front of it, and the resulting @@ -49,6 +52,6 @@ do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} ${GZCAT} ${FILESDIR}/imgprefix.bin.gz >${IMGFILE} ${CAT} ${WRKSRC}/u-boot.bin >>${IMGFILE} - ${CP} ${WRK_BOOTFILES}/* ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/ + ${INSTALL_DATA} ${WRK_BOOTFILES}/* ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} .include Modified: head/sysutils/u-boot-rpi2/Makefile ============================================================================== --- head/sysutils/u-boot-rpi2/Makefile Sun Jul 24 09:38:56 2016 (r418995) +++ head/sysutils/u-boot-rpi2/Makefile Sun Jul 24 09:48:39 2016 (r418996) @@ -41,7 +41,7 @@ MAKE_ARGS+= ARCH=arm \ CROSS_COMPILE=arm-none-eabi- do-configure: - (cd ${WRKSRC}; ${GMAKE} rpi_2_defconfig) + (cd ${WRKSRC}; ${MAKE_CMD} rpi_2_defconfig) # The output of the u-boot build process is u-boot.bin. Older firmware # versions require a standard header, but the recent versions (our case) @@ -51,8 +51,8 @@ do-configure: IMGFILE=${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/u-boot.img do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${CP} ${WRKSRC}/u-boot.bin ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/ - ${CP} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README - ${CP} ${WRK_BOOTFILES}/* ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/ + ${INSTALL_DATA} ${WRKSRC}/u-boot.bin ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${WRK_BOOTFILES}/* ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} .include Modified: head/sysutils/u-boot-utilite/Makefile ============================================================================== --- head/sysutils/u-boot-utilite/Makefile Sun Jul 24 09:38:56 2016 (r418995) +++ head/sysutils/u-boot-utilite/Makefile Sun Jul 24 09:48:39 2016 (r418996) @@ -35,7 +35,7 @@ MAKE_ARGS+= ARCH=arm \ HOSTCC=cc do-configure: - cd ${WRKSRC}; ${GMAKE} ${MAKE_ARGS} cm_fx6_config + cd ${WRKSRC}; ${MAKE_CMD} ${MAKE_ARGS} cm_fx6_config # The build results in two output files: SPL, and u-boot.img. # Combine them into a single u-boot.imx so that there is only one file to be @@ -46,6 +46,7 @@ do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} dd if=/dev/zero count=500 bs=1K | ${TR} '\000' '\377' > ${CM_FX6_FIRMWARE} dd if=${WRKSRC}/spl.img of=${CM_FX6_FIRMWARE} bs=1K seek=1 conv=notrunc && dd if=${WRKSRC}/u-boot.img of=${CM_FX6_FIRMWARE} bs=1K seek=64 conv=notrunc - ${CP} ${.CURDIR}/pkg-descr ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ + ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-wandboard/Makefile ============================================================================== --- head/sysutils/u-boot-wandboard/Makefile Sun Jul 24 09:38:56 2016 (r418995) +++ head/sysutils/u-boot-wandboard/Makefile Sun Jul 24 09:48:39 2016 (r418996) @@ -34,7 +34,7 @@ MAKE_ARGS+= ARCH=arm \ HOSTCC=cc do-configure: - cd ${WRKSRC}; ${GMAKE} ${MAKE_ARGS} edm_cf_imx6_config + cd ${WRKSRC}; ${MAKE_CMD} ${MAKE_ARGS} edm_cf_imx6_config # The build results in two output files: SPL, and u-boot.img. # Combine them into a single u-boot.imx so that there is only one file to be @@ -44,6 +44,7 @@ do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} dd bs=1k oseek=0 conv=sync of=${IMXFILE} if=${WRKSRC}/SPL dd bs=1k oseek=68 conv=sync of=${IMXFILE} if=${WRKSRC}/u-boot.img - ${CP} ${.CURDIR}/pkg-descr ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ + ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include From owner-svn-ports-all@freebsd.org Sun Jul 24 10:23:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8A89BA1028; Sun, 24 Jul 2016 10:23:46 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9428E1C44; Sun, 24 Jul 2016 10:23:46 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6OANjmh019696; Sun, 24 Jul 2016 10:23:45 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6OANjpO019693; Sun, 24 Jul 2016 10:23:45 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201607241023.u6OANjpO019693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 24 Jul 2016 10:23:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418997 - in head/databases/mariadb101-client: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 10:23:46 -0000 Author: brnrd Date: Sun Jul 24 10:23:45 2016 New Revision: 418997 URL: https://svnweb.freebsd.org/changeset/ports/418997 Log: databases/mariadb101-client: Update to 10.1.16 - -client was missig from the -server commit - post-install target to post-stage - Delete private headers - Add service_encryption.h patch - Fix scipts/CMakeLists.txt patch PR: 211328 Added: head/databases/mariadb101-client/files/patch-include_mysql_service__encryption.h (contents, props changed) Modified: head/databases/mariadb101-client/Makefile head/databases/mariadb101-client/files/patch-scripts_CMakeLists.txt Modified: head/databases/mariadb101-client/Makefile ============================================================================== --- head/databases/mariadb101-client/Makefile Sun Jul 24 09:48:39 2016 (r418996) +++ head/databases/mariadb101-client/Makefile Sun Jul 24 10:23:45 2016 (r418997) @@ -18,9 +18,10 @@ USE_LDCONFIG= ${PREFIX}/lib/mysql CLIENT_ONLY= yes -post-install: +post-stage: ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 ${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig + ${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/private . for b in mysql mysqladmin mysqlbinlog mysqlcheck mysqldump \ mysqlimport mysqlshow mysqlslap ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} @@ -32,7 +33,7 @@ post-install: # Fix https://mariadb.atlassian.net/browse/MDEV-9388 @${REINPLACE_CMD} 's/-l-pthread/-lpthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config -post-install-GSSAPI_NONE: +post-stage-GSSAPI_NONE: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so .include "${MASTERDIR}/Makefile" Added: head/databases/mariadb101-client/files/patch-include_mysql_service__encryption.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-client/files/patch-include_mysql_service__encryption.h Sun Jul 24 10:23:45 2016 (r418997) @@ -0,0 +1,14 @@ +--- include/mysql/service_encryption.h.orig 2015-12-23 15:33:29 UTC ++++ include/mysql/service_encryption.h +@@ -37,9 +37,11 @@ extern "C" { + #elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + #include + #else ++#ifndef __FreeBSD__ + #include + #endif + #endif ++#endif + + /* returned from encryption_key_get_latest_version() */ + #define ENCRYPTION_KEY_VERSION_INVALID (~(unsigned int)0) Modified: head/databases/mariadb101-client/files/patch-scripts_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-client/files/patch-scripts_CMakeLists.txt Sun Jul 24 09:48:39 2016 (r418996) +++ head/databases/mariadb101-client/files/patch-scripts_CMakeLists.txt Sun Jul 24 10:23:45 2016 (r418997) @@ -1,4 +1,4 @@ ---- scripts/CMakeLists.txt.orig 2016-03-24 09:12:11 UTC +--- scripts/CMakeLists.txt.orig 2016-07-14 01:10:23 UTC +++ scripts/CMakeLists.txt @@ -73,6 +73,7 @@ IF(UNIX) ) @@ -8,7 +8,7 @@ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables.sql ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables_data.sql -@@ -82,6 +83,7 @@ INSTALL(FILES +@@ -83,6 +84,7 @@ INSTALL(FILES ${FIX_PRIVILEGES_SQL} DESTINATION ${INSTALL_MYSQLSHAREDIR} COMPONENT Server ) @@ -16,7 +16,7 @@ # TCMalloc hacks IF(MALLOC_LIB) -@@ -134,6 +136,7 @@ ENDIF() +@@ -135,6 +137,7 @@ ENDIF() SET(HOSTNAME "hostname") SET(MYSQLD_USER "mysql") @@ -24,7 +24,7 @@ # Required for mysqlbug until autotools are deprecated, once done remove these # and expand default cmake variables SET(CC ${CMAKE_C_COMPILER}) -@@ -168,6 +171,7 @@ INSTALL_SCRIPT(${CMAKE_CURRENT_BINARY_DI +@@ -169,6 +172,7 @@ INSTALL_SCRIPT(${CMAKE_CURRENT_BINARY_DI DESTINATION ${INSTALL_BINDIR} COMPONENT Server ) @@ -32,7 +32,7 @@ ENDIF(UNIX) -@@ -193,6 +197,7 @@ ELSE() +@@ -194,6 +198,7 @@ ELSE() SET(localstatedir ${MYSQL_DATADIR}) ENDIF() @@ -40,7 +40,7 @@ IF(UNIX) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql_install_db.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql_install_db ESCAPE_QUOTES @ONLY) -@@ -206,6 +211,7 @@ INSTALL_SCRIPT( +@@ -207,6 +212,7 @@ INSTALL_SCRIPT( COMPONENT Server ) ENDIF() @@ -48,22 +48,17 @@ SET(prefix "${CMAKE_INSTALL_PREFIX}") IF(INSTALL_SYSCONFDIR) -@@ -284,18 +290,8 @@ ELSE() +@@ -294,13 +300,8 @@ ELSE() SET(BIN_SCRIPTS msql2mysql mysql_config -- mysql_fix_extensions - mysql_setpermission - mysql_secure_installation -- mysql_zap mysqlaccess - mysql_convert_table_format mysql_find_rows - mytop - mysqlhotcopy -- mysqldumpslow -- mysqld_multi -- mysqld_safe + ${SERVER_SCRIPTS} ${WSREP_BINARIES} ${SYSTEMD_SCRIPTS} - ) From owner-svn-ports-all@freebsd.org Sun Jul 24 10:32:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20705BA1433; Sun, 24 Jul 2016 10:32:15 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E142C1298; Sun, 24 Jul 2016 10:32:14 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6OAWEOb023282; Sun, 24 Jul 2016 10:32:14 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6OAWETD023281; Sun, 24 Jul 2016 10:32:14 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201607241032.u6OAWETD023281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 24 Jul 2016 10:32:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418998 - head/databases/mariadb101-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 10:32:15 -0000 Author: brnrd Date: Sun Jul 24 10:32:13 2016 New Revision: 418998 URL: https://svnweb.freebsd.org/changeset/ports/418998 Log: databases/mariadb101-server: Fix lz4 linking fix - Remove some testing leftover Modified: head/databases/mariadb101-server/Makefile Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Sun Jul 24 10:23:45 2016 (r418997) +++ head/databases/mariadb101-server/Makefile Sun Jul 24 10:32:13 2016 (r418998) @@ -174,7 +174,7 @@ post-patch: .if exists(${WRKSRC}/storage/mroonga/CMakeFiles/mroonga.dir/link.txt) post-configure: - @${REINPLACE_CMD} "s|/XXXusr/bin/c++ |/usr/bin/c++ -L${LOCALBASE}/lib |" \ + @${REINPLACE_CMD} "s|/usr/bin/c++ |/usr/bin/c++ -L${LOCALBASE}/lib |" \ ${WRKSRC}/storage/mroonga/CMakeFiles/mroonga.dir/link.txt .endif From owner-svn-ports-all@freebsd.org Sun Jul 24 10:36:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4560FBA154D; Sun, 24 Jul 2016 10:36:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F81E15DE; Sun, 24 Jul 2016 10:36:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 5854DBDC81; Sun, 24 Jul 2016 12:36:12 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 363A5BDC77; Sun, 24 Jul 2016 12:36:12 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id D075D6516A89; Sun, 24 Jul 2016 12:36:11 +0200 (CEST) Date: Sun, 24 Jul 2016 12:36:11 +0200 From: Mathieu Arnold To: Pawel Pekala , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r418996 - in head/sysutils: u-boot-beaglebone u-boot-cubieboard u-boot-cubox-hummingboard u-boot-duovero u-boot-pandaboard u-boot-pine64 u-boot-rpi u-boot-rpi2 u-boot-utilite u-boot-wan... Message-ID: In-Reply-To: <201607240948.u6O9mdZd005141@repo.freebsd.org> References: <201607240948.u6O9mdZd005141@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========5A8697358C20AC55029E==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 10:36:15 -0000 --==========5A8697358C20AC55029E========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 24 juillet 2016 09:48:39 +0000 Pawel Pekala wrote: | + ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ This should be ${DESCR} | + ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README -- Mathieu Arnold --==========5A8697358C20AC55029E========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXlJobXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IyqAP/iz0fSMHVJjgFAKGBIygcKcW NP50q2khMTXylOujoYTVblKH291GoY5jzThnqVyVEMGWG7ficdu1Nkowm6Tzkgol jSA1eXxF4jCF6xUycxG+xfX6xTPYBa6TlGa4Psga5NgzdWL35Dzule67GgtuCnKQ C+hHW0mZxKtbNHGZWfO92H5HhNOdnHqr2qiA/XwNp7Qk8uLSekG77X+EtbgfwDNe mlIC491LmZdQ/q3cJrvR2ynCQ51tWK/Aggc5AtDxRwNf9vdaIc08WehDobq3QaWz 2i5Z8eCQZHVaLL/SLR7l9S19lx+IKiaTh9AezZA95TrEOR411zWFzdox4peyzoze CGz1xWhZ8Q05OZk7u1o40vYbj/STFsRp+6h7imf08gmEYgPBeSjn+BSyetPGVeHi ttkuK6ZydtWSVsPVwGE9GIDVBhcVR30apGKvgnJAHTTu5bNMcOmAkA11J8GZcSss QkyHjiiwEfTBJ9HWEVq24eqR5kEzLBXrd/DI9DyMFe2UTuEf8KWMfIXEDSZp/+Le PCD2Dr+MtqndYsezEO4p9uXmUFkpfbrM5v/ryIJflfb8xh67asXITRU8lKV9Xkkv QLu+I5Ku/VWY/TEP7ukYUE+S47UWlIml/fqZYHAnDCSGTPaOwDVvD5B96AJB1nTm wT9OM0DBxETVVTJ6BKQx =wMgE -----END PGP SIGNATURE----- --==========5A8697358C20AC55029E==========-- From owner-svn-ports-all@freebsd.org Sun Jul 24 10:38:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 106E6BA15BD; Sun, 24 Jul 2016 10:38:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D585816CB; Sun, 24 Jul 2016 10:37:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6OAbxQl023645; Sun, 24 Jul 2016 10:37:59 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6OAbwNS023643; Sun, 24 Jul 2016 10:37:58 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201607241037.u6OAbwNS023643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 24 Jul 2016 10:37:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418999 - head/mail/neomutt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 10:38:00 -0000 Author: bapt Date: Sun Jul 24 10:37:58 2016 New Revision: 418999 URL: https://svnweb.freebsd.org/changeset/ports/418999 Log: Update to 20160723 Please read the release note: https://github.com/neomutt/neomutt/releases/tag/neomutt-20160723 Modified: head/mail/neomutt/Makefile head/mail/neomutt/distinfo Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Sun Jul 24 10:32:13 2016 (r418998) +++ head/mail/neomutt/Makefile Sun Jul 24 10:37:58 2016 (r418999) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= neomutt -PORTVERSION= 20160611 -PORTREVISION= 1 +PORTVERSION= 20160723 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= mail @@ -14,9 +13,8 @@ LICENSE_FILE= ${WRKSRC}/GPL USE_GITHUB= yes -USES= autoreconf localbase ncurses shebangfix +USES= autoreconf localbase ncurses shebangfix ssl GNU_CONFIGURE= yes -USE_OPENSSL= yes LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet \ libnotmuch.so:mail/notmuch Modified: head/mail/neomutt/distinfo ============================================================================== --- head/mail/neomutt/distinfo Sun Jul 24 10:32:13 2016 (r418998) +++ head/mail/neomutt/distinfo Sun Jul 24 10:37:58 2016 (r418999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465825727 -SHA256 (neomutt-neomutt-neomutt-20160611_GH0.tar.gz) = fea7d2b2aa0209ac901acc8a03f31d1a622144cfb4722ae0d28ed6865b988cec -SIZE (neomutt-neomutt-neomutt-20160611_GH0.tar.gz) = 2498035 +TIMESTAMP = 1469356564 +SHA256 (neomutt-neomutt-neomutt-20160723_GH0.tar.gz) = d0eefe9e3b0e6b97f5a40bebb798ee5e19ce02e82f19dc6b67692d0ec73b0e0d +SIZE (neomutt-neomutt-neomutt-20160723_GH0.tar.gz) = 2505367 From owner-svn-ports-all@freebsd.org Sun Jul 24 11:22:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64022BA33A1; Sun, 24 Jul 2016 11:22:01 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3F3281AE5; Sun, 24 Jul 2016 11:22:01 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6OBM0p3041644; Sun, 24 Jul 2016 11:22:00 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6OBM0ZT041643; Sun, 24 Jul 2016 11:22:00 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201607241122.u6OBM0ZT041643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 24 Jul 2016 11:22:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419000 - head/astro/xearth/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 11:22:01 -0000 Author: woodsb02 Date: Sun Jul 24 11:22:00 2016 New Revision: 419000 URL: https://svnweb.freebsd.org/changeset/ports/419000 Log: astro/xearth: Fix sorting of freebsd.committers.markers Reported by: adamw Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D7297 Modified: head/astro/xearth/files/freebsd.committers.markers Modified: head/astro/xearth/files/freebsd.committers.markers ============================================================================== --- head/astro/xearth/files/freebsd.committers.markers Sun Jul 24 10:37:58 2016 (r418999) +++ head/astro/xearth/files/freebsd.committers.markers Sun Jul 24 11:22:00 2016 (r419000) @@ -70,7 +70,6 @@ 55.8, 37.6, "ache,bsam,demon,maxim,rik,skv,vsevolod,yar" # Moscow, Russia 55.768764, 37.588938, "sergei" # Moscow, Russia 55.750799, 37.565689, "krion" # Moscow, Russia - 35.82715, -78.79659, "osa" # Cary, NC, USA 55.7203, 37.4314, "sat" # Moscow, Russia 48.464722, 35.046111, "mav" # Dniepropetrovsk, Ukraine 44.95, 34.1, "phantom,ru" # Simferopol, Ukraine @@ -133,7 +132,6 @@ 53.56, 10.02, "cracauer" # Hamburg, Germany 53.64, 9.84, "hm" align=left # Rellingen, Germany 48.336389, 9.836389, "helbig" # Waiblingen, Germany - 28.898118, -97.037111, "xride" # Victoria, TX, USA 49.00, 9.5, "schweikh" # Weinstadt, Germany 51.20, 9.20, "dinoex" # Habichtswald, Germany 45.467, 9.200, "piso" # Milano, Italy @@ -227,8 +225,8 @@ -15.8, -47.9, "lioux" # Brasilia, DF, Brazil -20.950, -47.917, "garga" # Limeira, SP, Brazil -15.789297, -47.931097, "dcs" # Brasilia, DF, Brazil --25.477905, -49.212143, "wg" # Curitiba, PR, Brazil -27.583, -48.765, "araujo" # Florianopolis, SC, Brazil +-25.477905, -49.212143, "wg" # Curitiba, PR, Brazil -30.043826, -51.13801, "mnag" # Porto Alegre, RS, Brazil -34.600, -58.450, "alepulver" # Buenos Aires, Argentina 42.1411, -70.8453, "jeh" align=below # Hanover, MA, USA @@ -256,6 +254,7 @@ 39.128555, -77.203029, " ,green" # Gaithersburg, MD, USA 35.798, -78.781, "wxs" # Cary, NC, USA 35.791, -78.781, "marcus" # Cary, NC, USA + 35.82715, -78.79659, "osa" # Cary, NC, USA 35.8072, -78.7994, "gallatin" # Cary, NC, USA 35.653138, -78.843137, "swills" # Holly Springs, NC, USA 35.73, -78.91, "bsd" # Apex, NC, USA @@ -287,6 +286,7 @@ 30.715833 -95.5525, "ade" # Huntsville, TX, USA 37.0625, -95.677068, "kmacy" # Palo Alto, CA, USA 29.7925, -95.8225, "dwcjr" # Katy, TX, USA + 28.898118, -97.037111, "xride" # Victoria, TX, USA 30.343, -97.881, " ,linimon" # Austin, TX, USA 37.972, -100.872, "mezz" # Garden City, KS, USA 39.897418, -104.981891, "brd" # Northglenn, CO, USA @@ -325,6 +325,7 @@ 47.382689, -122.227021, "garys" # Kent, WA, USA 37.81875, -122.2466, "kientzle" # Oakland, CA, USA 37.84, -122.25, "jmg" # Oakland, CA, USA + 37.4703, -122.2548 "dhw" # Redwood City, CA, USA 37.887398, -122.264896, "gsutter,sam" # Berkeley, CA, USA 37.386666, -122.268966, "fenner" # Sky Londa, CA, USA 37.848966, -122.288577, "dteske" # Emeryville, CA, USA @@ -333,7 +334,6 @@ 37.90641, -122.30927, "gshapiro" # Richmond, CA, USA 47.672538, -122.383830, "zml" # Seattle, WA, USA 45.31, -122.39, "alexbl" # Portland, OR, USA - 37.4703, -122.2548 "dhw" # Redwood City, CA, USA 37.781, -122.398, "billf" # SOMA, San Francisco, CA, USA 37.8067, -122.4113, "jmallett" # North Beach, San Francisco, CA, USA 37.76, -122.42, "lx" # San Francisco, CA, USA From owner-svn-ports-all@freebsd.org Sun Jul 24 11:26:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E39BEBA3420; Sun, 24 Jul 2016 11:26:59 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C142F1D70; Sun, 24 Jul 2016 11:26:59 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6OBQxde042845; Sun, 24 Jul 2016 11:26:59 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6OBQwZE042837; Sun, 24 Jul 2016 11:26:58 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607241126.u6OBQwZE042837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 24 Jul 2016 11:26:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419001 - in head/sysutils: u-boot-beaglebone u-boot-cubieboard u-boot-cubox-hummingboard u-boot-duovero u-boot-olimex-a20-som-evb u-boot-pandaboard u-boot-utilite u-boot-wandboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 11:27:00 -0000 Author: pawel Date: Sun Jul 24 11:26:58 2016 New Revision: 419001 URL: https://svnweb.freebsd.org/changeset/ports/419001 Log: Fix hardcoded package description path Submitted by: mat Modified: head/sysutils/u-boot-beaglebone/Makefile head/sysutils/u-boot-cubieboard/Makefile head/sysutils/u-boot-cubox-hummingboard/Makefile head/sysutils/u-boot-duovero/Makefile head/sysutils/u-boot-olimex-a20-som-evb/Makefile head/sysutils/u-boot-pandaboard/Makefile head/sysutils/u-boot-utilite/Makefile head/sysutils/u-boot-wandboard/Makefile Modified: head/sysutils/u-boot-beaglebone/Makefile ============================================================================== --- head/sysutils/u-boot-beaglebone/Makefile Sun Jul 24 11:22:00 2016 (r419000) +++ head/sysutils/u-boot-beaglebone/Makefile Sun Jul 24 11:26:58 2016 (r419001) @@ -38,7 +38,6 @@ do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} ${INSTALL_DATA} ${WRKSRC}/MLO ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} ${INSTALL_DATA} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ - ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-cubieboard/Makefile ============================================================================== --- head/sysutils/u-boot-cubieboard/Makefile Sun Jul 24 11:22:00 2016 (r419000) +++ head/sysutils/u-boot-cubieboard/Makefile Sun Jul 24 11:26:58 2016 (r419001) @@ -45,7 +45,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/u-boot-sunxi-with-spl.bin \ ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} ${INSTALL_DATA} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ - ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-cubox-hummingboard/Makefile ============================================================================== --- head/sysutils/u-boot-cubox-hummingboard/Makefile Sun Jul 24 11:22:00 2016 (r419000) +++ head/sysutils/u-boot-cubox-hummingboard/Makefile Sun Jul 24 11:26:58 2016 (r419001) @@ -46,7 +46,6 @@ do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} dd bs=1k oseek=0 conv=sync of=${IMXFILE} if=${WRKSRC}/SPL dd bs=1k oseek=41 conv=sync of=${IMXFILE} if=${WRKSRC}/u-boot.img - ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ - ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-duovero/Makefile ============================================================================== --- head/sysutils/u-boot-duovero/Makefile Sun Jul 24 11:22:00 2016 (r419000) +++ head/sysutils/u-boot-duovero/Makefile Sun Jul 24 11:26:58 2016 (r419001) @@ -37,7 +37,6 @@ do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} ${INSTALL_DATA} ${WRKSRC}/MLO ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} ${INSTALL_DATA} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ - ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-olimex-a20-som-evb/Makefile ============================================================================== --- head/sysutils/u-boot-olimex-a20-som-evb/Makefile Sun Jul 24 11:22:00 2016 (r419000) +++ head/sysutils/u-boot-olimex-a20-som-evb/Makefile Sun Jul 24 11:26:58 2016 (r419001) @@ -52,7 +52,6 @@ do-install: ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} ${INSTALL_DATA} ${WRKSRC}/spl/sunxi-spl.bin \ ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ - ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-pandaboard/Makefile ============================================================================== --- head/sysutils/u-boot-pandaboard/Makefile Sun Jul 24 11:22:00 2016 (r419000) +++ head/sysutils/u-boot-pandaboard/Makefile Sun Jul 24 11:26:58 2016 (r419001) @@ -37,7 +37,6 @@ do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} ${INSTALL_DATA} ${WRKSRC}/MLO ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} ${INSTALL_DATA} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} - ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ - ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-utilite/Makefile ============================================================================== --- head/sysutils/u-boot-utilite/Makefile Sun Jul 24 11:22:00 2016 (r419000) +++ head/sysutils/u-boot-utilite/Makefile Sun Jul 24 11:26:58 2016 (r419001) @@ -46,7 +46,6 @@ do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} dd if=/dev/zero count=500 bs=1K | ${TR} '\000' '\377' > ${CM_FX6_FIRMWARE} dd if=${WRKSRC}/spl.img of=${CM_FX6_FIRMWARE} bs=1K seek=1 conv=notrunc && dd if=${WRKSRC}/u-boot.img of=${CM_FX6_FIRMWARE} bs=1K seek=64 conv=notrunc - ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ - ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include Modified: head/sysutils/u-boot-wandboard/Makefile ============================================================================== --- head/sysutils/u-boot-wandboard/Makefile Sun Jul 24 11:22:00 2016 (r419000) +++ head/sysutils/u-boot-wandboard/Makefile Sun Jul 24 11:26:58 2016 (r419001) @@ -44,7 +44,6 @@ do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} dd bs=1k oseek=0 conv=sync of=${IMXFILE} if=${WRKSRC}/SPL dd bs=1k oseek=68 conv=sync of=${IMXFILE} if=${WRKSRC}/u-boot.img - ${INSTALL_DATA} ${.CURDIR}/pkg-descr \ - ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README .include From owner-svn-ports-all@freebsd.org Sun Jul 24 11:38:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69254BA357A; Sun, 24 Jul 2016 11:38:46 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 B7A7C1249; Sun, 24 Jul 2016 11:38:45 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6OBcjZK046675; Sun, 24 Jul 2016 11:38:45 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6OBciiu046672; Sun, 24 Jul 2016 11:38:44 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201607241138.u6OBciiu046672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 24 Jul 2016 11:38:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419002 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 11:38:46 -0000 Author: woodsb02 Date: Sun Jul 24 11:38:44 2016 New Revision: 419002 URL: https://svnweb.freebsd.org/changeset/ports/419002 Log: multimedia/emby-server: Update to 3.0.6000 Approved by: adamw (implicit) Relnotes: https://github.com/MediaBrowser/Emby/releases/tag/3.0.6000 Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Sun Jul 24 11:26:58 2016 (r419001) +++ head/multimedia/emby-server/Makefile Sun Jul 24 11:38:44 2016 (r419002) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.5986 +PORTVERSION= 3.0.6000 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Sun Jul 24 11:26:58 2016 (r419001) +++ head/multimedia/emby-server/distinfo Sun Jul 24 11:38:44 2016 (r419002) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468931118 -SHA256 (MediaBrowser-Emby-3.0.5986_GH0.tar.gz) = 3df615ff56c7f1d76746d2d38f9933b613674a4aea92e786dda9de34f9f68c51 -SIZE (MediaBrowser-Emby-3.0.5986_GH0.tar.gz) = 56064667 +TIMESTAMP = 1469347078 +SHA256 (MediaBrowser-Emby-3.0.6000_GH0.tar.gz) = 3a224e4cdcf71bb3cb5ff207b39b879e4793c9bd6c8bc22b9d3d8f89e83334e0 +SIZE (MediaBrowser-Emby-3.0.6000_GH0.tar.gz) = 55122760 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Sun Jul 24 11:26:58 2016 (r419001) +++ head/multimedia/emby-server/pkg-plist Sun Jul 24 11:38:44 2016 (r419002) @@ -53,121 +53,31 @@ lib/emby-server/dashboard-ui/autoorganiz lib/emby-server/dashboard-ui/autoorganizetv.html lib/emby-server/dashboard-ui/bower_components/Sortable/.bower.json lib/emby-server/dashboard-ui/bower_components/Sortable/.editorconfig -lib/emby-server/dashboard-ui/bower_components/Sortable/.gitignore lib/emby-server/dashboard-ui/bower_components/Sortable/.jshintrc lib/emby-server/dashboard-ui/bower_components/Sortable/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/Sortable/Gruntfile.js lib/emby-server/dashboard-ui/bower_components/Sortable/README.md lib/emby-server/dashboard-ui/bower_components/Sortable/Sortable.html -lib/emby-server/dashboard-ui/bower_components/Sortable/Sortable.js lib/emby-server/dashboard-ui/bower_components/Sortable/Sortable.min.js lib/emby-server/dashboard-ui/bower_components/Sortable/bower.json lib/emby-server/dashboard-ui/bower_components/Sortable/component.json lib/emby-server/dashboard-ui/bower_components/Sortable/index.html lib/emby-server/dashboard-ui/bower_components/Sortable/jquery.binding.js lib/emby-server/dashboard-ui/bower_components/Sortable/knockout-sortable.js -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/.versions -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/README.md -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/.finished-upgraders -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/.gitignore -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/.id -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/packages -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/platforms -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/release -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/versions -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/README.md -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/client/define-object-type.css -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/client/define-object-type.html -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/client/define-object-type.js -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/model.js -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/run.bat -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/run.sh -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/server/fixtures.js -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/server/sortable-collections.js -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/methods-client.js -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/methods-server.js -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/package.js -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/publish.sh -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/reactivize.js -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/runtests.bat -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/runtests.sh -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/template.html -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/test.js lib/emby-server/dashboard-ui/bower_components/Sortable/ng-sortable.js lib/emby-server/dashboard-ui/bower_components/Sortable/package.json lib/emby-server/dashboard-ui/bower_components/Sortable/react-sortable-mixin.js -lib/emby-server/dashboard-ui/bower_components/Sortable/st/app.css -lib/emby-server/dashboard-ui/bower_components/Sortable/st/app.js -lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-01.jpg -lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-02.jpg -lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-03.jpg -lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-04.jpg -lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-05.jpg -lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-06.jpg -lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-07.jpg -lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-08.jpg -lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-09.jpg -lib/emby-server/dashboard-ui/bower_components/Sortable/st/iframe/frame.html -lib/emby-server/dashboard-ui/bower_components/Sortable/st/iframe/index.html -lib/emby-server/dashboard-ui/bower_components/Sortable/st/logo.png -lib/emby-server/dashboard-ui/bower_components/Sortable/st/og-image.png lib/emby-server/dashboard-ui/bower_components/Swiper/.bower.json lib/emby-server/dashboard-ui/bower_components/Swiper/CHANGELOG.md lib/emby-server/dashboard-ui/bower_components/Swiper/LICENSE lib/emby-server/dashboard-ui/bower_components/Swiper/README.md lib/emby-server/dashboard-ui/bower_components/Swiper/bower.json lib/emby-server/dashboard-ui/bower_components/Swiper/component.json -lib/emby-server/dashboard-ui/bower_components/Swiper/dist/css/swiper.css lib/emby-server/dashboard-ui/bower_components/Swiper/dist/css/swiper.min.css -lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/maps/swiper.jquery.min.js.map -lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/maps/swiper.jquery.umd.min.js.map -lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/maps/swiper.min.js.map -lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.jquery.js -lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.jquery.min.js -lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.jquery.umd.js -lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.jquery.umd.min.js -lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.js lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.min.js lib/emby-server/dashboard-ui/bower_components/Swiper/gulpfile.js lib/emby-server/dashboard-ui/bower_components/Swiper/package.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/a11y.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/amd.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/controller.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/core.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/dom-plugins.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/dom.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/effects.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/emitter.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/get-dom-lib.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/get-jquery.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/hashnav.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/init.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/keyboard.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/lazy-load.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/mousewheel.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/parallax.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/plugins.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/scrollbar.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/swiper-intro-f7.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/swiper-intro.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/swiper-outro.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/swiper-proto.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/wrap-end-umd.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/wrap-end.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/wrap-start-umd.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/wrap-start.js -lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/core.less -lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/effects.less -lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/mixins.less -lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/navigation-f7.less -lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/navigation.less -lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/preloader-f7.less -lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/preloader.less -lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/scrollbar.less -lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/swiper.less lib/emby-server/dashboard-ui/bower_components/cryptojslib/.bower.json -lib/emby-server/dashboard-ui/bower_components/cryptojslib/.gitattributes -lib/emby-server/dashboard-ui/bower_components/cryptojslib/.gitignore lib/emby-server/dashboard-ui/bower_components/cryptojslib/README.md lib/emby-server/dashboard-ui/bower_components/cryptojslib/bower.json lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/aes-min.js @@ -238,28 +148,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/x64-core.js lib/emby-server/dashboard-ui/bower_components/cryptojslib/copyright.txt lib/emby-server/dashboard-ui/bower_components/cryptojslib/push.bat -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/aes.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-md5.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-ripemd160.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha1.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha224.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha256.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha3.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha384.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha512.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/md5.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/pbkdf2.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/rabbit-legacy.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/rabbit.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/rc4.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/ripemd160.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha1.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha224.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha256.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha3.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha384.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha512.js -lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/tripledes.js lib/emby-server/dashboard-ui/bower_components/cryptojslib/status.bat lib/emby-server/dashboard-ui/bower_components/emby-apiclient/.bower.json lib/emby-server/dashboard-ui/bower_components/emby-apiclient/LICENSE.md @@ -280,7 +168,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/offlineusersync.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/serversync.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/wakeonlan.js -lib/emby-server/dashboard-ui/bower_components/emby-collapsible/emby-collapsible.html lib/emby-server/dashboard-ui/bower_components/emby-icons/emby-icons.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/.bower.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/LICENSE.md @@ -302,8 +189,10 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/confirm/confirm.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/confirm/nativeconfirm.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/datetime.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/dialog/dialog.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/dom.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-button/paper-icon-button-light.js @@ -313,6 +202,9 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-collapse/emby-collapse.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-input/emby-input.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-input/emby-input.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-itemscontainer/emby-itemscontainer.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-radio/emby-radio.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-radio/emby-radio.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-select/emby-select.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-select/emby-select.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-slider/emby-slider.css @@ -396,9 +288,13 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/indicators/indicators.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/indicators/indicators.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/input/api.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/inputmanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/itemcontextmenu.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/itemhelper.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/layoutmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/librarychangednotifications.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/listview/listview.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/loading/loading-lite.css @@ -411,9 +307,12 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/mediainfo/mediainfo.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/mediainfo/rotten.png lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/multidownload.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/multiselect/multiselect.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/multiselect/multiselect.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/objectassign.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/page.js/page.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playlisteditor/playlisteditor.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playmenu.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/nativeprompt.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/style.css @@ -428,6 +327,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/require/requirehtml.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/require/requiretext.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/router.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/scroller/smoothscroller.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/scrollhelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/scrollstyles.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/servernotifications.js @@ -450,22 +350,44 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/de.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/en-US.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/es-MX.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/fr.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/kk.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/nb.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/nl.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/pt-BR.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/pt-PT.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/ru.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/sv.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/zh-TW.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/toast/toast.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/toast/toast.js -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/usersettings.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/userdatabuttons/userdatabuttons.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/userdatabuttons/userdatabuttons.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/usersettings/usersettings.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/usersettings/usersettingsbuilder.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/viewmanager/viewcontainer-lite.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/viewmanager/viewcontainer-lite.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/viewmanager/viewmanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/visibleinviewport.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/Readme.md +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/commands/controlcommands.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/commands/disablecommands.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/commands/enablecommands.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/commands/playcommands.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/commands/searchcommands.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/commands/showcommands.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/commands/togglecommands.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/grammar/en-US.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/grammar/grammar.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/grammarprocessor.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/voice.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/voicecommands.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/voicedialog.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/voiceprocessor.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/voice/voicereceiver.js lib/emby-server/dashboard-ui/bower_components/fetch/.bower.json lib/emby-server/dashboard-ui/bower_components/fetch/LICENSE lib/emby-server/dashboard-ui/bower_components/fetch/bower.json @@ -477,23 +399,9 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/bower.json lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/dist/fingerprint2.min.js lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/fingerprint2.js -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/flash/FontList.as -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/flash/Makefile -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/flash/compiled/FontList.swf lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/gulpfile.js lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/index.html lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/package.json -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/boot.js -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/jasmine-html.js -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/jasmine-matchers.js -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/jasmine.css -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/jasmine.js -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/jasmine_favicon.png -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/terminal.js -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/phantomjs-testrunner.js -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/phantomjs.runner.sh -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/spec_runner.html -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/specs.js lib/emby-server/dashboard-ui/bower_components/font-roboto/.bower.json lib/emby-server/dashboard-ui/bower_components/font-roboto/README.md lib/emby-server/dashboard-ui/bower_components/font-roboto/bower.json @@ -525,71 +433,19 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/hls.js/LICENSE lib/emby-server/dashboard-ui/bower_components/hls.js/README.md lib/emby-server/dashboard-ui/bower_components/hls.js/bower.json -lib/emby-server/dashboard-ui/bower_components/hls.js/demo/benchmark.html -lib/emby-server/dashboard-ui/bower_components/hls.js/demo/canvas.js -lib/emby-server/dashboard-ui/bower_components/hls.js/demo/index.html -lib/emby-server/dashboard-ui/bower_components/hls.js/demo/jsonpack.js -lib/emby-server/dashboard-ui/bower_components/hls.js/demo/metrics.html -lib/emby-server/dashboard-ui/bower_components/hls.js/demo/metrics.js lib/emby-server/dashboard-ui/bower_components/hls.js/design.md -lib/emby-server/dashboard-ui/bower_components/hls.js/dist/hls.js -lib/emby-server/dashboard-ui/bower_components/hls.js/dist/hls.js.map lib/emby-server/dashboard-ui/bower_components/hls.js/dist/hls.min.js lib/emby-server/dashboard-ui/bower_components/hls.js/hls.js.sublime-project -lib/emby-server/dashboard-ui/bower_components/hls.js/misc/mp4-inspector.js -lib/emby-server/dashboard-ui/bower_components/hls.js/misc/sync_gh.sh lib/emby-server/dashboard-ui/bower_components/hls.js/package.json -lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/abr-controller.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/buffer-controller.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/cap-level-controller.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/ewma-bandwidth-estimator.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/fps-controller.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/level-controller.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/stream-controller.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/timeline-controller.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/crypt/aes.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/crypt/aes128-decrypter.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/crypt/decrypter.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/aacdemuxer.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/adts.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/demuxer-inline.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/demuxer-worker.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/demuxer.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/exp-golomb.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/id3.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/tsdemuxer.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/errors.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/event-handler.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/events.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/helper/buffer-helper.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/helper/level-helper.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/hls.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/index.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/loader/fragment-loader.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/loader/key-loader.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/loader/playlist-loader.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/remux/dummy-remuxer.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/remux/mp4-generator.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/remux/mp4-remuxer.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/remux/passthrough-remuxer.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/attr-list.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/binary-search.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/cea-708-interpreter.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/ewma.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/hex.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/logger.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/url.js -lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/xhr-loader.js lib/emby-server/dashboard-ui/bower_components/howler.js/.bower.json lib/emby-server/dashboard-ui/bower_components/howler.js/CHANGELOG.md lib/emby-server/dashboard-ui/bower_components/howler.js/LICENSE.md lib/emby-server/dashboard-ui/bower_components/howler.js/README.md lib/emby-server/dashboard-ui/bower_components/howler.js/bower.json -lib/emby-server/dashboard-ui/bower_components/howler.js/howler.js lib/emby-server/dashboard-ui/bower_components/howler.js/howler.min.js lib/emby-server/dashboard-ui/bower_components/howler.js/package.json lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/README.md @@ -602,7 +458,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/test/iron-a11y-announcer.html lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/README.md @@ -614,7 +469,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/test/basic-test.html lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/README.md @@ -627,7 +482,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-behaviors/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-behaviors/README.md @@ -643,7 +497,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/test-elements.html lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/README.md @@ -655,19 +509,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/basic.html lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/simple-checkbox.html -lib/emby-server/dashboard-ui/bower_components/iron-collapse/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-collapse/README.md -lib/emby-server/dashboard-ui/bower_components/iron-collapse/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-collapse/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-collapse/hero.svg -lib/emby-server/dashboard-ui/bower_components/iron-collapse/index.html -lib/emby-server/dashboard-ui/bower_components/iron-collapse/iron-collapse.html -lib/emby-server/dashboard-ui/bower_components/iron-collapse/test/basic.html -lib/emby-server/dashboard-ui/bower_components/iron-collapse/test/horizontal.html -lib/emby-server/dashboard-ui/bower_components/iron-collapse/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/README.md @@ -681,7 +524,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/url-bar.html lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/README.md @@ -696,7 +538,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/test/iron-flex-layout-classes.html lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/test/iron-flex-layout.html lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/README.md @@ -711,7 +552,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/simple-element.html lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/simple-form.html lib/emby-server/dashboard-ui/bower_components/iron-icon/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-icon/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-icon/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/iron-icon/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-icon/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-icon/README.md @@ -725,7 +566,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-icon/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-icon/test/iron-icon.html lib/emby-server/dashboard-ui/bower_components/iron-icons/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-icons/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-icons/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-icons/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-icons/README.md @@ -745,7 +585,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-icons/places-icons.html lib/emby-server/dashboard-ui/bower_components/iron-icons/social-icons.html lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/README.md @@ -758,7 +597,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/test/iron-iconset-svg.html lib/emby-server/dashboard-ui/bower_components/iron-input/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-input/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-input/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-input/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-input/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-input/README.md @@ -773,7 +611,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-input/test/letters-only.html lib/emby-server/dashboard-ui/bower_components/iron-location/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-location/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-location/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-location/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-location/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-location/README.md @@ -790,26 +627,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-location/test/iron-location.html lib/emby-server/dashboard-ui/bower_components/iron-location/test/iron-query-params.html lib/emby-server/dashboard-ui/bower_components/iron-location/test/redirection.html -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/README.md -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/demo/simple-menu.html -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/demo/simple-menubar.html -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/index.html -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/iron-menu-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/iron-menubar-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/iron-menu-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/iron-menubar-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/test-menu.html -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/test-menubar.html lib/emby-server/dashboard-ui/bower_components/iron-meta/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-meta/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-meta/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-meta/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-meta/README.md @@ -821,22 +639,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-meta/test/basic.html lib/emby-server/dashboard-ui/bower_components/iron-meta/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-meta/test/iron-meta.html -lib/emby-server/dashboard-ui/bower_components/iron-pages/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-pages/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-pages/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-pages/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-pages/README.md -lib/emby-server/dashboard-ui/bower_components/iron-pages/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-pages/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-pages/hero.svg -lib/emby-server/dashboard-ui/bower_components/iron-pages/index.html -lib/emby-server/dashboard-ui/bower_components/iron-pages/iron-pages.html -lib/emby-server/dashboard-ui/bower_components/iron-pages/test/attr-for-selected.html -lib/emby-server/dashboard-ui/bower_components/iron-pages/test/basic.html -lib/emby-server/dashboard-ui/bower_components/iron-pages/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/README.md @@ -847,78 +651,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/basic.html lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/x-progressbar.html -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/README.md -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/demo/src/x-app.html -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/index.html -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/iron-resizable-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/basic.html -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/iron-resizable-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/test-elements.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/README.md -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/demo/document.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/demo/scrolling-region.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/demo/x-scrollable.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/index.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/iron-scroll-target-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/test/basic.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/test/x-nested-scrollable.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/test/x-scrollable.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/README.md -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/demo/document.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/demo/sample-content.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/demo/scrolling-region-decoupled.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/demo/scrolling-region.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/index.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/iron-scroll-threshold.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/test/basic.html -lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-selector/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-selector/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-selector/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-selector/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-selector/README.md -lib/emby-server/dashboard-ui/bower_components/iron-selector/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-selector/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/index.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-multi-selectable.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-selectable.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-selection.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-selector.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/activate-event.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/attr-for-selected-elements.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/attr-for-selected.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/basic.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/content-element.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/content.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/excluded-local-names.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/multi.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/next-previous.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/numeric-ids.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/selected-attribute.html -lib/emby-server/dashboard-ui/bower_components/iron-selector/test/template-repeat.html lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/README.md @@ -955,7 +689,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/dist/sizzle.js lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/dist/sizzle.min.js lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/dist/sizzle.min.map -lib/emby-server/dashboard-ui/bower_components/jquery/src/.jshintrc +lib/emby-server/dashboard-ui/bower_components/jquery/src/.eslintrc lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax.js lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/jsonp.js lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/load.js @@ -976,6 +710,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/jquery/src/core/parseHTML.js lib/emby-server/dashboard-ui/bower_components/jquery/src/core/ready-no-deferred.js lib/emby-server/dashboard-ui/bower_components/jquery/src/core/ready.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core/readyException.js lib/emby-server/dashboard-ui/bower_components/jquery/src/core/support.js lib/emby-server/dashboard-ui/bower_components/jquery/src/css.js lib/emby-server/dashboard-ui/bower_components/jquery/src/css/addGetHookIf.js @@ -1070,118 +805,17 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/libjass/LICENSE lib/emby-server/dashboard-ui/bower_components/libjass/README.md lib/emby-server/dashboard-ui/bower_components/libjass/libjass.css -lib/emby-server/dashboard-ui/bower_components/libjass/libjass.js -lib/emby-server/dashboard-ui/bower_components/libjass/libjass.js.map lib/emby-server/dashboard-ui/bower_components/libjass/libjass.min.js -lib/emby-server/dashboard-ui/bower_components/libjass/libjass.min.js.map lib/emby-server/dashboard-ui/bower_components/libjass/package.json -lib/emby-server/dashboard-ui/bower_components/marked-element/.bower.json -lib/emby-server/dashboard-ui/bower_components/marked-element/.gitignore -lib/emby-server/dashboard-ui/bower_components/marked-element/.travis.yml -lib/emby-server/dashboard-ui/bower_components/marked-element/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/marked-element/README.md -lib/emby-server/dashboard-ui/bower_components/marked-element/bower.json -lib/emby-server/dashboard-ui/bower_components/marked-element/demo/index.html -lib/emby-server/dashboard-ui/bower_components/marked-element/hero.svg -lib/emby-server/dashboard-ui/bower_components/marked-element/index.html -lib/emby-server/dashboard-ui/bower_components/marked-element/marked-element.html -lib/emby-server/dashboard-ui/bower_components/marked-element/marked-import.html -lib/emby-server/dashboard-ui/bower_components/marked-element/test/index.html -lib/emby-server/dashboard-ui/bower_components/marked-element/test/marked-element.html -lib/emby-server/dashboard-ui/bower_components/marked/.bower.json -lib/emby-server/dashboard-ui/bower_components/marked/Gulpfile.js -lib/emby-server/dashboard-ui/bower_components/marked/LICENSE -lib/emby-server/dashboard-ui/bower_components/marked/Makefile -lib/emby-server/dashboard-ui/bower_components/marked/README.md -lib/emby-server/dashboard-ui/bower_components/marked/bower.json -lib/emby-server/dashboard-ui/bower_components/marked/component.json -lib/emby-server/dashboard-ui/bower_components/marked/doc/broken.md -lib/emby-server/dashboard-ui/bower_components/marked/doc/todo.md -lib/emby-server/dashboard-ui/bower_components/marked/index.js -lib/emby-server/dashboard-ui/bower_components/marked/lib/marked.js -lib/emby-server/dashboard-ui/bower_components/marked/man/marked.1 -lib/emby-server/dashboard-ui/bower_components/marked/marked.min.js -lib/emby-server/dashboard-ui/bower_components/marked/package.json lib/emby-server/dashboard-ui/bower_components/native-promise-only/.bower.json -lib/emby-server/dashboard-ui/bower_components/native-promise-only/.gitignore lib/emby-server/dashboard-ui/bower_components/native-promise-only/.npmignore lib/emby-server/dashboard-ui/bower_components/native-promise-only/README.md lib/emby-server/dashboard-ui/bower_components/native-promise-only/build.js lib/emby-server/dashboard-ui/bower_components/native-promise-only/lib/npo.src.js lib/emby-server/dashboard-ui/bower_components/native-promise-only/package.json lib/emby-server/dashboard-ui/bower_components/native-promise-only/test_adapter.js -lib/emby-server/dashboard-ui/bower_components/neon-animation/.bower.json -lib/emby-server/dashboard-ui/bower_components/neon-animation/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/neon-animation/.gitignore -lib/emby-server/dashboard-ui/bower_components/neon-animation/.travis.yml -lib/emby-server/dashboard-ui/bower_components/neon-animation/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/neon-animation/README.md -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/cascaded-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/fade-in-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/fade-out-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/hero-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/opaque-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/reverse-ripple-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/ripple-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/scale-down-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/scale-up-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-down-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-from-bottom-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-from-left-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-from-right-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-from-top-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-left-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-right-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-up-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/transform-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/bower.json -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/card/index.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/card/x-card.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/card/x-cards-list.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/declarative/index.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/doc/index.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/doc/my-animatable.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/doc/my-dialog.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/dropdown/animated-dropdown.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/dropdown/index.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/grid/animated-grid.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/grid/fullsize-page-with-card.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/grid/index.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/index.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/list/full-view.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/list/index.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/list/list-demo.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/list/list-view.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/load/animated-grid.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/load/full-page.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/load/index.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/reprojection/animated-grid.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/reprojection/fullsize-page-with-card.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/reprojection/index.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/reprojection/reprojected-pages.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/shared-styles.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/tiles/circles-page.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/tiles/index.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/tiles/squares-page.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/guides/neon-animation.md -lib/emby-server/dashboard-ui/bower_components/neon-animation/index.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animatable-behavior.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animatable.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animated-pages.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animation-behavior.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animation-runner-behavior.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animation.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animations.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-shared-element-animatable-behavior.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-shared-element-animation-behavior.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/test/index.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/test/neon-animated-pages-descendant-selection.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/test/neon-animated-pages-lazy.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/test/neon-animated-pages.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/test/test-resizable-pages.html -lib/emby-server/dashboard-ui/bower_components/neon-animation/web-animations.html lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-behaviors/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-behaviors/README.md @@ -1202,20 +836,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/shadowed-ripple.html lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/test-button.html lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/test-radio-button.html -lib/emby-server/dashboard-ui/bower_components/paper-button/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-button/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-button/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-button/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-button/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-button/README.md -lib/emby-server/dashboard-ui/bower_components/paper-button/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-button/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-button/index.html -lib/emby-server/dashboard-ui/bower_components/paper-button/paper-button.html -lib/emby-server/dashboard-ui/bower_components/paper-button/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-button/test/paper-button.html lib/emby-server/dashboard-ui/bower_components/paper-checkbox/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-checkbox/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-checkbox/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-checkbox/README.md @@ -1227,7 +848,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-checkbox/test/basic.html lib/emby-server/dashboard-ui/bower_components/paper-checkbox/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-fab/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-fab/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-fab/README.md lib/emby-server/dashboard-ui/bower_components/paper-fab/bower.json lib/emby-server/dashboard-ui/bower_components/paper-fab/demo/index.html @@ -1238,7 +858,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-fab/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.bower.json lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-icon-button/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-icon-button/README.md @@ -1253,7 +872,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-input/.bower.json lib/emby-server/dashboard-ui/bower_components/paper-input/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-input/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-input/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-input/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-input/README.md @@ -1280,7 +898,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-input/test/paper-textarea.html lib/emby-server/dashboard-ui/bower_components/paper-item/.bower.json lib/emby-server/dashboard-ui/bower_components/paper-item/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-item/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-item/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-item/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-item/README.md @@ -1296,7 +913,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-item/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-item/test/paper-item.html lib/emby-server/dashboard-ui/bower_components/paper-material/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-material/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-material/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-material/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-material/README.md @@ -1307,18 +923,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-material/paper-material.html lib/emby-server/dashboard-ui/bower_components/paper-material/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-material/test/paper-material.html -lib/emby-server/dashboard-ui/bower_components/paper-menu/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-menu/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-menu/README.md -lib/emby-server/dashboard-ui/bower_components/paper-menu/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-menu/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-menu/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-menu/index.html -lib/emby-server/dashboard-ui/bower_components/paper-menu/paper-menu.html -lib/emby-server/dashboard-ui/bower_components/paper-menu/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-menu/test/paper-menu.html lib/emby-server/dashboard-ui/bower_components/paper-progress/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-progress/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-progress/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-progress/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-progress/README.md @@ -1329,33 +934,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-progress/paper-progress.html lib/emby-server/dashboard-ui/bower_components/paper-progress/test/basic.html lib/emby-server/dashboard-ui/bower_components/paper-progress/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/README.md -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/index.html -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/paper-radio-button.html -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/test/basic.html -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/README.md -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/index.html -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/paper-radio-group.html -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/test/basic.html -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-ripple/.bower.json lib/emby-server/dashboard-ui/bower_components/paper-ripple/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-ripple/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-ripple/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-ripple/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-ripple/README.md @@ -1366,19 +946,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-ripple/paper-ripple.html lib/emby-server/dashboard-ui/bower_components/paper-ripple/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-ripple/test/paper-ripple.html -lib/emby-server/dashboard-ui/bower_components/paper-spinner/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-spinner/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-spinner/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-spinner/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-spinner/README.md -lib/emby-server/dashboard-ui/bower_components/paper-spinner/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-spinner/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-spinner/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-spinner/index.html -lib/emby-server/dashboard-ui/bower_components/paper-spinner/paper-spinner-styles.html -lib/emby-server/dashboard-ui/bower_components/paper-spinner/paper-spinner.html -lib/emby-server/dashboard-ui/bower_components/paper-spinner/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-spinner/test/paper-spinner.html lib/emby-server/dashboard-ui/bower_components/paper-styles/.bower.json lib/emby-server/dashboard-ui/bower_components/paper-styles/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-styles/README.md @@ -1397,359 +964,14 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-styles/paper-styles.html lib/emby-server/dashboard-ui/bower_components/paper-styles/shadow.html lib/emby-server/dashboard-ui/bower_components/paper-styles/typography.html -lib/emby-server/dashboard-ui/bower_components/paper-tabs/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-tabs/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-tabs/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-tabs/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-tabs/README.md -lib/emby-server/dashboard-ui/bower_components/paper-tabs/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-tabs/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-tabs/demo/paper-tabs-demo-styles.html -lib/emby-server/dashboard-ui/bower_components/paper-tabs/demo/tabs-with-content-example.html -lib/emby-server/dashboard-ui/bower_components/paper-tabs/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-tabs/index.html -lib/emby-server/dashboard-ui/bower_components/paper-tabs/paper-tab.html -lib/emby-server/dashboard-ui/bower_components/paper-tabs/paper-tabs-icons.html -lib/emby-server/dashboard-ui/bower_components/paper-tabs/paper-tabs.html -lib/emby-server/dashboard-ui/bower_components/paper-tabs/test/attr-for-selected.html -lib/emby-server/dashboard-ui/bower_components/paper-tabs/test/basic.html -lib/emby-server/dashboard-ui/bower_components/paper-tabs/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/README.md -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/index.html -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/paper-toggle-button.html -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/test/basic.html -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/test/index.html lib/emby-server/dashboard-ui/bower_components/polymer/.bower.json lib/emby-server/dashboard-ui/bower_components/polymer/LICENSE.txt lib/emby-server/dashboard-ui/bower_components/polymer/bower.json lib/emby-server/dashboard-ui/bower_components/polymer/polymer-micro.html lib/emby-server/dashboard-ui/bower_components/polymer/polymer-mini.html lib/emby-server/dashboard-ui/bower_components/polymer/polymer.html -lib/emby-server/dashboard-ui/bower_components/prism-element/.bower.json -lib/emby-server/dashboard-ui/bower_components/prism-element/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/prism-element/README.md -lib/emby-server/dashboard-ui/bower_components/prism-element/bower.json -lib/emby-server/dashboard-ui/bower_components/prism-element/index.html -lib/emby-server/dashboard-ui/bower_components/prism-element/prism-highlighter.html -lib/emby-server/dashboard-ui/bower_components/prism-element/prism-import.html -lib/emby-server/dashboard-ui/bower_components/prism-element/prism-theme-default.html -lib/emby-server/dashboard-ui/bower_components/prism/.bower.json -lib/emby-server/dashboard-ui/bower_components/prism/CHANGELOG.md -lib/emby-server/dashboard-ui/bower_components/prism/LICENSE -lib/emby-server/dashboard-ui/bower_components/prism/README.md -lib/emby-server/dashboard-ui/bower_components/prism/bower.json -lib/emby-server/dashboard-ui/bower_components/prism/components.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-abap.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-abap.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-actionscript.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-actionscript.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-apacheconf.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-apacheconf.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-apl.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-apl.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-applescript.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-applescript.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-asciidoc.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-asciidoc.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-aspnet.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-aspnet.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-autohotkey.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-autohotkey.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-autoit.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-autoit.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-bash.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-bash.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-basic.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-basic.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-batch.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-batch.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-bison.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-bison.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-brainfuck.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-brainfuck.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-bro.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-bro.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-c.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-c.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-clike.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-clike.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-coffeescript.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-coffeescript.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-core.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-core.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-cpp.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-cpp.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-crystal.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-crystal.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-csharp.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-csharp.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-css-extras.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-css-extras.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-css.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-css.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-d.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-d.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-dart.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-dart.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-diff.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-diff.min.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-docker.js -lib/emby-server/dashboard-ui/bower_components/prism/components/prism-docker.min.js *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Jul 24 13:09:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27164BA260A; Sun, 24 Jul 2016 13:09:09 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E646E1C3B; Sun, 24 Jul 2016 13:09:08 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6OD98sJ080600; Sun, 24 Jul 2016 13:09:08 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6OD984u080599; Sun, 24 Jul 2016 13:09:08 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201607241309.u6OD984u080599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sun, 24 Jul 2016 13:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419003 - head/www/py-searx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 13:09:09 -0000 Author: zi Date: Sun Jul 24 13:09:07 2016 New Revision: 419003 URL: https://svnweb.freebsd.org/changeset/ports/419003 Log: - Reset MAINTAINER due to fatal bounce Reported by: portscout Modified: head/www/py-searx/Makefile Modified: head/www/py-searx/Makefile ============================================================================== --- head/www/py-searx/Makefile Sun Jul 24 11:38:44 2016 (r419002) +++ head/www/py-searx/Makefile Sun Jul 24 13:09:07 2016 (r419003) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= lblot@unix-experience.fr +MAINTAINER= ports@FreeBSD.org COMMENT= Searx / a privacy-respecting, hackable metasearch engine LICENSE= AGPLv3 From owner-svn-ports-all@freebsd.org Sun Jul 24 13:18:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D9D0BA2A81; Sun, 24 Jul 2016 13:18:47 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4DA1A1335; Sun, 24 Jul 2016 13:18:47 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6ODIkmK084518; Sun, 24 Jul 2016 13:18:46 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6ODIktw084516; Sun, 24 Jul 2016 13:18:46 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201607241318.u6ODIktw084516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 24 Jul 2016 13:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419004 - head/cad/irsim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 13:18:47 -0000 Author: danilo Date: Sun Jul 24 13:18:46 2016 New Revision: 419004 URL: https://svnweb.freebsd.org/changeset/ports/419004 Log: - Update to 9.7.94 Modified: head/cad/irsim/Makefile head/cad/irsim/distinfo Modified: head/cad/irsim/Makefile ============================================================================== --- head/cad/irsim/Makefile Sun Jul 24 13:09:07 2016 (r419003) +++ head/cad/irsim/Makefile Sun Jul 24 13:18:46 2016 (r419004) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= irsim -PORTVERSION= 9.7.93 +PORTVERSION= 9.7.94 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/irsim/archive/ Modified: head/cad/irsim/distinfo ============================================================================== --- head/cad/irsim/distinfo Sun Jul 24 13:09:07 2016 (r419003) +++ head/cad/irsim/distinfo Sun Jul 24 13:18:46 2016 (r419004) @@ -1,2 +1,3 @@ -SHA256 (irsim-9.7.93.tgz) = 072d6a487a8bd0537b986a4dd53fa39e2123a1680a8df13afd25c5d9d448f9b8 -SIZE (irsim-9.7.93.tgz) = 465721 +TIMESTAMP = 1469365797 +SHA256 (irsim-9.7.94.tgz) = 09d40c9e0d7c63157f60eb012baa45f3ed51c7d094a74a229d325f1fe4e8e6aa +SIZE (irsim-9.7.94.tgz) = 466212 From owner-svn-ports-all@freebsd.org Sun Jul 24 14:10:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A020BA3547 for ; Sun, 24 Jul 2016 14:10:56 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-vk0-x232.google.com (mail-vk0-x232.google.com [IPv6:2607:f8b0:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 564D61826 for ; Sun, 24 Jul 2016 14:10:56 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail-vk0-x232.google.com with SMTP id n129so168108456vke.3 for ; Sun, 24 Jul 2016 07:10:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fatpipi-com.20150623.gappssmtp.com; s=20150623; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=ZR3Fg2acOVEvrBqUQn0Ehfp0fK1YGsKIXcaHISE7E4A=; b=y5N+N6FmHGrU+FLHD4Mbwam0UQEb1yJqldCpeBp1obglUJ49Zgxpp0qktoxI9naXKt Wd7TjCRNJ2S78QKcJ+vf+AyUsYGZnbUyGCK8REHb10oeQOWvJzxc97q+ZEKWmz6RDnnD dbfg++SxiP+eDqKJGg/eZ2O1Gkyzguo744GFaWXJOe4NTD6ntMCbHs4hVH/o+Qe0/JBQ hdzNUHUTa5i//fJWj0tkY/VBo60vuw35ubTXucnFSIjQpIzmb9AUZwaJzMQkwxSMjmmv xcGneBL8oPOcojFCBTuGv/wmhz7QcYpV1puKcgSP1GimFX23et+PfOrL35iUjtbB7SBS CyMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=ZR3Fg2acOVEvrBqUQn0Ehfp0fK1YGsKIXcaHISE7E4A=; b=Qg3P4zIUE5QI+4IysW/aJgjtDLv3/i6XyV8ITx0VydIzE37IvJStf+wTxe0vvUYzIH sdeIC4jXJqzaDXtG5aMxzWl+P+AtXL+uPpAmyVWMOqPI/8eOMSHoge8w3qW9QnHAj5+e JPQMYuoSkNARe/+lTM/2Pu3QAUvZ/n4ctFFtFud1wsJjNRTcj3bpFQ0