From owner-svn-ports-all@freebsd.org Sun Oct 1 00:01:08 2017 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 68D45E324B4; Sun, 1 Oct 2017 00:01:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 472B910F; Sun, 1 Oct 2017 00:01:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 814E11EE12; Sun, 1 Oct 2017 00:01:07 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r451016 - in head/emulators: citra citra-qt5 References: <201709302358.v8UNw0GU019803@repo.freebsd.org> Date: Sun, 01 Oct 2017 02:01:04 +0200 In-Reply-To: <201709302358.v8UNw0GU019803@repo.freebsd.org> (Jan Beich's message of "Sat, 30 Sep 2017 23:58:00 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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, 01 Oct 2017 00:01:08 -0000 Jan Beich writes: > Modified: head/emulators/citra-qt5/Makefile > ============================================================================== > --- head/emulators/citra-qt5/Makefile Sat Sep 30 23:20:05 2017 (r451015) > +++ head/emulators/citra-qt5/Makefile Sat Sep 30 23:58:00 2017 (r451016) > @@ -1,6 +1,6 @@ > # $FreeBSD$ > > -PORTREVISION= 2 > +PORTREVISION= 3 > PKGNAMESUFFIX= -qt5 > > MASTERDIR= ${.CURDIR}/../citra > Hmm, I keep forgetting to reset PORTREVISION on master port updates. From owner-svn-ports-all@freebsd.org Sun Oct 1 02:53:28 2017 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 D569CE3503A; Sun, 1 Oct 2017 02:53:28 +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 A452863AB5; Sun, 1 Oct 2017 02:53:28 +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 v912rRgR092701; Sun, 1 Oct 2017 02:53:27 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v912rR2L092699; Sun, 1 Oct 2017 02:53:27 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201710010253.v912rR2L092699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 1 Oct 2017 02:53:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451017 - head/devel/R-cran-Rcpp X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/devel/R-cran-Rcpp X-SVN-Commit-Revision: 451017 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 02:53:28 -0000 Author: tota Date: Sun Oct 1 02:53:27 2017 New Revision: 451017 URL: https://svnweb.freebsd.org/changeset/ports/451017 Log: - Update to 0.12.13 Modified: head/devel/R-cran-Rcpp/Makefile (contents, props changed) head/devel/R-cran-Rcpp/distinfo (contents, props changed) Modified: head/devel/R-cran-Rcpp/Makefile ============================================================================== --- head/devel/R-cran-Rcpp/Makefile Sat Sep 30 23:58:00 2017 (r451016) +++ head/devel/R-cran-Rcpp/Makefile Sun Oct 1 02:53:27 2017 (r451017) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Rcpp -PORTVERSION= 0.12.12 +PORTVERSION= 0.12.13 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/R-cran-Rcpp/distinfo ============================================================================== --- head/devel/R-cran-Rcpp/distinfo Sat Sep 30 23:58:00 2017 (r451016) +++ head/devel/R-cran-Rcpp/distinfo Sun Oct 1 02:53:27 2017 (r451017) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500861810 -SHA256 (Rcpp_0.12.12.tar.gz) = 9f3eb1e6154f4d56b52ab550a22e522e9999c7998388fdc235e48af5e8c6deaf -SIZE (Rcpp_0.12.12.tar.gz) = 2421289 +TIMESTAMP = 1506763553 +SHA256 (Rcpp_0.12.13.tar.gz) = a570ad88282fb961ba32c867c49dbd3dce6f4dfc7b59ab1fbde510449827a8ae +SIZE (Rcpp_0.12.13.tar.gz) = 3751669 From owner-svn-ports-all@freebsd.org Sun Oct 1 05:52:43 2017 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 0EBBEE29A94; Sun, 1 Oct 2017 05:52:43 +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 CBAED74D7C; Sun, 1 Oct 2017 05:52:42 +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 v915qfI4066721; Sun, 1 Oct 2017 05:52:41 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v915qfAo066719; Sun, 1 Oct 2017 05:52:41 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201710010552.v915qfAo066719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 1 Oct 2017 05:52:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451018 - head/math/R-cran-ddalpha X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-ddalpha X-SVN-Commit-Revision: 451018 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 05:52:43 -0000 Author: tota Date: Sun Oct 1 05:52:41 2017 New Revision: 451018 URL: https://svnweb.freebsd.org/changeset/ports/451018 Log: - Update to 1.3.1 Modified: head/math/R-cran-ddalpha/Makefile (contents, props changed) head/math/R-cran-ddalpha/distinfo (contents, props changed) Modified: head/math/R-cran-ddalpha/Makefile ============================================================================== --- head/math/R-cran-ddalpha/Makefile Sun Oct 1 02:53:27 2017 (r451017) +++ head/math/R-cran-ddalpha/Makefile Sun Oct 1 05:52:41 2017 (r451018) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ddalpha -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,6 +12,7 @@ COMMENT= Depth-Based Classification and Calculation of LICENSE= GPLv2 CRAN_DEPENDS= R-cran-robustbase>0:math/R-cran-robustbase \ + R-cran-sfsmisc>0:devel/R-cran-sfsmisc \ R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \ R-cran-BH>0:devel/R-cran-BH BUILD_DEPENDS= ${CRAN_DEPENDS} Modified: head/math/R-cran-ddalpha/distinfo ============================================================================== --- head/math/R-cran-ddalpha/distinfo Sun Oct 1 02:53:27 2017 (r451017) +++ head/math/R-cran-ddalpha/distinfo Sun Oct 1 05:52:41 2017 (r451018) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505038914 -SHA256 (ddalpha_1.2.1.tar.gz) = c4a9842e9dec1bd992460e6c68b5f2f5d6463d0c2474ef2e0e572dd34b284d5b -SIZE (ddalpha_1.2.1.tar.gz) = 417557 +TIMESTAMP = 1506679357 +SHA256 (ddalpha_1.3.1.tar.gz) = 707d72464c37726f4a067417d6a8927a232b59cf67fa77aa48eef8414ae29f5d +SIZE (ddalpha_1.3.1.tar.gz) = 543340 From owner-svn-ports-all@freebsd.org Sun Oct 1 06:35:49 2017 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 A3F75E2E8ED; Sun, 1 Oct 2017 06:35:49 +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 7306B760FC; Sun, 1 Oct 2017 06:35:49 +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 v916Zm6X083296; Sun, 1 Oct 2017 06:35:48 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v916Zm7b083294; Sun, 1 Oct 2017 06:35:48 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201710010635.v916Zm7b083294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 1 Oct 2017 06:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451019 - head/devel/R-cran-doParallel X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/devel/R-cran-doParallel X-SVN-Commit-Revision: 451019 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 06:35:49 -0000 Author: tota Date: Sun Oct 1 06:35:48 2017 New Revision: 451019 URL: https://svnweb.freebsd.org/changeset/ports/451019 Log: - Update to 1.0.11 Modified: head/devel/R-cran-doParallel/Makefile (contents, props changed) head/devel/R-cran-doParallel/distinfo (contents, props changed) Modified: head/devel/R-cran-doParallel/Makefile ============================================================================== --- head/devel/R-cran-doParallel/Makefile Sun Oct 1 05:52:41 2017 (r451018) +++ head/devel/R-cran-doParallel/Makefile Sun Oct 1 06:35:48 2017 (r451019) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= doParallel -PORTVERSION= 1.0.10 +PORTVERSION= 1.0.11 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,8 +11,10 @@ COMMENT= Foreach parallel adaptor for the parallel pac LICENSE= GPLv2 -RUN_DEPENDS= R-cran-foreach>=1.2.0:devel/R-cran-foreach \ +CRAN_DEPENDS= R-cran-foreach>=1.2.0:devel/R-cran-foreach \ R-cran-iterators>=1.0.0:devel/R-cran-iterators +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist Modified: head/devel/R-cran-doParallel/distinfo ============================================================================== --- head/devel/R-cran-doParallel/distinfo Sun Oct 1 05:52:41 2017 (r451018) +++ head/devel/R-cran-doParallel/distinfo Sun Oct 1 06:35:48 2017 (r451019) @@ -1,2 +1,3 @@ -SHA256 (doParallel_1.0.10.tar.gz) = 70024b6950025cc027022ee409f382e5ad3680c0a25bcd404bfc16418be8add5 -SIZE (doParallel_1.0.10.tar.gz) = 173022 +TIMESTAMP = 1506764091 +SHA256 (doParallel_1.0.11.tar.gz) = 4ccbd2eb46d3e4f5251b0c3de4d93d9168b02bb0be493656d6aea236667ff76a +SIZE (doParallel_1.0.11.tar.gz) = 172885 From owner-svn-ports-all@freebsd.org Sun Oct 1 06:38:17 2017 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 D4E1BE2EB5F; Sun, 1 Oct 2017 06:38:17 +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 9DBAA761CD; Sun, 1 Oct 2017 06:38:17 +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 v916cG2u083492; Sun, 1 Oct 2017 06:38:16 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v916cGYM083490; Sun, 1 Oct 2017 06:38:16 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201710010638.v916cGYM083490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 1 Oct 2017 06:38:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451020 - head/graphics/R-cran-rgdal X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/graphics/R-cran-rgdal X-SVN-Commit-Revision: 451020 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 06:38:18 -0000 Author: tota Date: Sun Oct 1 06:38:16 2017 New Revision: 451020 URL: https://svnweb.freebsd.org/changeset/ports/451020 Log: - Update to 1.2-12 Modified: head/graphics/R-cran-rgdal/Makefile (contents, props changed) head/graphics/R-cran-rgdal/distinfo (contents, props changed) Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Sun Oct 1 06:35:48 2017 (r451019) +++ head/graphics/R-cran-rgdal/Makefile Sun Oct 1 06:38:16 2017 (r451020) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 1.2-11 +DISTVERSION= 1.2-12 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/R-cran-rgdal/distinfo ============================================================================== --- head/graphics/R-cran-rgdal/distinfo Sun Oct 1 06:35:48 2017 (r451019) +++ head/graphics/R-cran-rgdal/distinfo Sun Oct 1 06:38:16 2017 (r451020) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505814601 -SHA256 (rgdal_1.2-11.tar.gz) = 9b373f9f02bbb71a2471b178c0be42d38b9afc43fd26fb3dd6909c690750161a -SIZE (rgdal_1.2-11.tar.gz) = 1656457 +TIMESTAMP = 1506764278 +SHA256 (rgdal_1.2-12.tar.gz) = aea83f0a41cd249c18c15e668eea7b2734efd477f93ab69ff32c003ee69fa5bc +SIZE (rgdal_1.2-12.tar.gz) = 1647736 From owner-svn-ports-all@freebsd.org Sun Oct 1 07:43:24 2017 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 2223FE35571; Sun, 1 Oct 2017 07:43:24 +0000 (UTC) (envelope-from tcberner@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 ED8D87C1EA; Sun, 1 Oct 2017 07:43:23 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v917hNpb012703; Sun, 1 Oct 2017 07:43:23 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v917hMNM012697; Sun, 1 Oct 2017 07:43:22 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201710010743.v917hMNM012697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 1 Oct 2017 07:43:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451026 - head/sysutils/dsbbatmon X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/sysutils/dsbbatmon X-SVN-Commit-Revision: 451026 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 07:43:24 -0000 Author: tcberner Date: Sun Oct 1 07:43:22 2017 New Revision: 451026 URL: https://svnweb.freebsd.org/changeset/ports/451026 Log: Update sysutils/dsbbatmon to 1.0 The following changes have been made: - Switch from GTK+ to Qt. - Change tray icon depending on battery status. - Generate tray icons if no theme icons are available. - Detect if battery was added to or removed from the system. - Let the user choose between auto-shutdown and auto-suspend. - Let the user configure the ACPI poll interval. PR: 221912 Submitted by: Marcel Kaiser (maintainer) Added: head/sysutils/dsbbatmon/pkg-message (contents, props changed) Modified: head/sysutils/dsbbatmon/Makefile head/sysutils/dsbbatmon/distinfo head/sysutils/dsbbatmon/pkg-descr head/sysutils/dsbbatmon/pkg-plist Modified: head/sysutils/dsbbatmon/Makefile ============================================================================== --- head/sysutils/dsbbatmon/Makefile Sun Oct 1 07:36:02 2017 (r451025) +++ head/sysutils/dsbbatmon/Makefile Sun Oct 1 07:43:22 2017 (r451026) @@ -1,23 +1,19 @@ # $FreeBSD$ PORTNAME= dsbbatmon -PORTVERSION= 0.1.2 +PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= http://freeshell.de/~mk/download/ MAINTAINER= mk@nic-nac-project.org -COMMENT= GTK+ battery monitor +COMMENT= Qt battery monitor LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pkgconfig tar:tgz -USE_GNOME= gtk20 +USES= tar:tgz qmake -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_USES= gettext -NLS_MAKE_ARGS_OFF= -DWITHOUT_GETTEXT +USE_GL= gl +USE_QT5= buildtools_build core gui linguisttools_build widgets .include Modified: head/sysutils/dsbbatmon/distinfo ============================================================================== --- head/sysutils/dsbbatmon/distinfo Sun Oct 1 07:36:02 2017 (r451025) +++ head/sysutils/dsbbatmon/distinfo Sun Oct 1 07:43:22 2017 (r451026) @@ -1,2 +1,3 @@ -SHA256 (dsbbatmon-0.1.2.tgz) = 298f63f18cf371bc4c75d82f5dbe3191fe539feb40441ca22e0d00da026ed31d -SIZE (dsbbatmon-0.1.2.tgz) = 74240 +TIMESTAMP = 1504017664 +SHA256 (dsbbatmon-1.0.tgz) = fb630d3618dfa41665a6fa852a0a61feef2eee040c4534673c790154198235a3 +SIZE (dsbbatmon-1.0.tgz) = 21044 Modified: head/sysutils/dsbbatmon/pkg-descr ============================================================================== --- head/sysutils/dsbbatmon/pkg-descr Sun Oct 1 07:36:02 2017 (r451025) +++ head/sysutils/dsbbatmon/pkg-descr Sun Oct 1 07:43:22 2017 (r451026) @@ -1,6 +1,6 @@ -DSBBatmon is a GTK+ battery monitor for FreeBSD. It displays the battery's +DSBBatmon is a Qt battery monitor for FreeBSD. It displays the battery's current status, capacity, and remaining time. It warns the user if the battery -capacity is low, and can automatically shut down the system if a critical -capacity is reached. +capacity is low, and can automatically shut down or suspend the system if a +critical capacity is reached. WWW: http://freeshell.de/~mk/projects/dsbbatmon.html Added: head/sysutils/dsbbatmon/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbbatmon/pkg-message Sun Oct 1 07:43:22 2017 (r451026) @@ -0,0 +1,15 @@ +************************************************************************** + +In order to be able to execute shutdown as regular user, you can either +use sudo(8) (see below), or you can add your username to the operator +group: + # pw groupmod operator -m yourusername + +If you want to be able to suspend your system as regular user who is +member of the wheel group, you can use sudo(8). Add + + %wheel ALL=(ALL) NOPASSWD: /usr/sbin/acpiconf * + +to ${PREFIX}/etc/sudoers. + +************************************************************************** Modified: head/sysutils/dsbbatmon/pkg-plist ============================================================================== --- head/sysutils/dsbbatmon/pkg-plist Sun Oct 1 07:36:02 2017 (r451025) +++ head/sysutils/dsbbatmon/pkg-plist Sun Oct 1 07:43:22 2017 (r451026) @@ -1,3 +1,3 @@ bin/dsbbatmon share/applications/dsbbatmon.desktop -%%NLS%%share/locale/de/LC_MESSAGES/dsbbatmon.mo +%%DATADIR%%/dsbbatmon_de.qm From owner-svn-ports-all@freebsd.org Sun Oct 1 08:07:19 2017 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 8B45AE3762A; Sun, 1 Oct 2017 08:07:19 +0000 (UTC) (envelope-from sunpoet@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 596CE7CADE; Sun, 1 Oct 2017 08:07:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9187IvQ021559; Sun, 1 Oct 2017 08:07:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9187Igl021557; Sun, 1 Oct 2017 08:07:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710010807.v9187Igl021557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Oct 2017 08:07:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451029 - head/devel/p5-Git-Repository X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Git-Repository X-SVN-Commit-Revision: 451029 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 08:07:19 -0000 Author: sunpoet Date: Sun Oct 1 08:07:18 2017 New Revision: 451029 URL: https://svnweb.freebsd.org/changeset/ports/451029 Log: Update to 1.321 Changes: http://search.cpan.org/dist/Git-Repository/Changes Modified: head/devel/p5-Git-Repository/Makefile head/devel/p5-Git-Repository/distinfo Modified: head/devel/p5-Git-Repository/Makefile ============================================================================== --- head/devel/p5-Git-Repository/Makefile Sun Oct 1 08:07:13 2017 (r451028) +++ head/devel/p5-Git-Repository/Makefile Sun Oct 1 08:07:18 2017 (r451029) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Git-Repository -PORTVERSION= 1.320 +PORTVERSION= 1.321 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Git-Repository/distinfo ============================================================================== --- head/devel/p5-Git-Repository/distinfo Sun Oct 1 08:07:13 2017 (r451028) +++ head/devel/p5-Git-Repository/distinfo Sun Oct 1 08:07:18 2017 (r451029) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466511602 -SHA256 (Git-Repository-1.320.tar.gz) = 3df3e65fb84052cfe5a9c4276ca1506061d5207bda903aa93c19e7c13709f628 -SIZE (Git-Repository-1.320.tar.gz) = 54445 +TIMESTAMP = 1506832594 +SHA256 (Git-Repository-1.321.tar.gz) = 67848f2dfc09adb208e21fc6fcaf55fc4e3b0f6e687b8e866d4c87520701880c +SIZE (Git-Repository-1.321.tar.gz) = 55221 From owner-svn-ports-all@freebsd.org Sun Oct 1 08:07:24 2017 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 ECF2EE3762E; Sun, 1 Oct 2017 08:07:24 +0000 (UTC) (envelope-from sunpoet@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 BA1417CB48; Sun, 1 Oct 2017 08:07:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9187NZ5021684; Sun, 1 Oct 2017 08:07:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9187NNQ021682; Sun, 1 Oct 2017 08:07:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710010807.v9187NNQ021682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Oct 2017 08:07:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451030 - head/devel/rubygem-authlogic X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-authlogic X-SVN-Commit-Revision: 451030 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 08:07:25 -0000 Author: sunpoet Date: Sun Oct 1 08:07:23 2017 New Revision: 451030 URL: https://svnweb.freebsd.org/changeset/ports/451030 Log: Update to 3.6.1 Changes: https://github.com/binarylogic/authlogic/blob/master/CHANGELOG.md https://github.com/binarylogic/authlogic/commits/master Modified: head/devel/rubygem-authlogic/Makefile head/devel/rubygem-authlogic/distinfo Modified: head/devel/rubygem-authlogic/Makefile ============================================================================== --- head/devel/rubygem-authlogic/Makefile Sun Oct 1 08:07:18 2017 (r451029) +++ head/devel/rubygem-authlogic/Makefile Sun Oct 1 08:07:23 2017 (r451030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= authlogic -PORTVERSION= 3.6.0 +PORTVERSION= 3.6.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-authlogic/distinfo ============================================================================== --- head/devel/rubygem-authlogic/distinfo Sun Oct 1 08:07:18 2017 (r451029) +++ head/devel/rubygem-authlogic/distinfo Sun Oct 1 08:07:23 2017 (r451030) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493444774 -SHA256 (rubygem/authlogic-3.6.0.gem) = 513ef2a9ee3e51361b06632960110b0ee8575ff3137165ff8f8ea3a96f80a363 -SIZE (rubygem/authlogic-3.6.0.gem) = 76800 +TIMESTAMP = 1506832604 +SHA256 (rubygem/authlogic-3.6.1.gem) = 82bb4a6cdd43a35f4e38861ac67fdc9a33a77f8bdafafebe05e66cc35b9defaa +SIZE (rubygem/authlogic-3.6.1.gem) = 77824 From owner-svn-ports-all@freebsd.org Sun Oct 1 07:09:02 2017 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 9A959E32119; Sun, 1 Oct 2017 07:09:02 +0000 (UTC) (envelope-from jbeich@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 696D876EB3; Sun, 1 Oct 2017 07:09:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9179177095893; Sun, 1 Oct 2017 07:09:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9179145095891; Sun, 1 Oct 2017 07:09:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710010709.v9179145095891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 1 Oct 2017 07:09:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451021 - head/games/openra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/openra X-SVN-Commit-Revision: 451021 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 07:09:02 -0000 Author: jbeich Date: Sun Oct 1 07:09:01 2017 New Revision: 451021 URL: https://svnweb.freebsd.org/changeset/ports/451021 Log: games/openra: update GeoLite2 to September snapshot fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1454069, actual 1564896 Modified: head/games/openra/Makefile (contents, props changed) head/games/openra/distinfo (contents, props changed) Modified: head/games/openra/Makefile ============================================================================== --- head/games/openra/Makefile Sun Oct 1 06:38:16 2017 (r451020) +++ head/games/openra/Makefile Sun Oct 1 07:09:01 2017 (r451021) @@ -3,7 +3,7 @@ PORTNAME= openra PORTVERSION= 20170527 DISTVERSIONPREFIX= release- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20161223/:SDL2_CS \ https://github.com/${GH_ACCOUNT}/OpenAL-CS/releases/download/20151227/:OpenAL_CS \ Modified: head/games/openra/distinfo ============================================================================== --- head/games/openra/distinfo Sun Oct 1 06:38:16 2017 (r451020) +++ head/games/openra/distinfo Sun Oct 1 07:09:01 2017 (r451021) @@ -9,8 +9,8 @@ SHA256 (OpenAL-CS.dll.config) = 58eaf46a749e466fce0a0e SIZE (OpenAL-CS.dll.config) = 301 SHA256 (Eluant.dll) = 218c4ea5424b44d746b5343563123beebc652fd9731967dfd49fed071b58df31 SIZE (Eluant.dll) = 71168 -SHA256 (GeoLite2-Country.mmdb.gz) = ecb35a60036a3bb29138e71563d22390f50c5d4214090595a62c84c54ace6402 -SIZE (GeoLite2-Country.mmdb.gz) = 1454069 +SHA256 (GeoLite2-Country.mmdb.gz) = d3f5305565a961ff163e31e3e0c9df716a5363bc3b2307c770e5cf632a854c53 +SIZE (GeoLite2-Country.mmdb.gz) = 1564896 SHA256 (fuzzylogiclibrary.1.2.0.nupkg) = b464509236260f53d963771ed99410a7e1cdbd268a2bde43b189e7d15044a174 SIZE (fuzzylogiclibrary.1.2.0.nupkg) = 70571 SHA256 (maxmind.db.2.0.0.nupkg) = 095d62c6ecda38c1e8fe79935b4eaf228d2637f9498caec48b8b48a0aba6d5aa From owner-svn-ports-all@freebsd.org Sun Oct 1 07:10:47 2017 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 77F86E323E8; Sun, 1 Oct 2017 07:10:47 +0000 (UTC) (envelope-from jbeich@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 4670676FB0; Sun, 1 Oct 2017 07:10:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v917Akq1096130; Sun, 1 Oct 2017 07:10:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v917AkJj096128; Sun, 1 Oct 2017 07:10:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710010710.v917AkJj096128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 1 Oct 2017 07:10:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451022 - branches/2017Q3/games/openra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q3/games/openra X-SVN-Commit-Revision: 451022 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 07:10:47 -0000 Author: jbeich Date: Sun Oct 1 07:10:46 2017 New Revision: 451022 URL: https://svnweb.freebsd.org/changeset/ports/451022 Log: MFH: r451021 games/openra: update GeoLite2 to September snapshot fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1454069, actual 1564896 Approved by: ports-secteam blanket Modified: branches/2017Q3/games/openra/Makefile branches/2017Q3/games/openra/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/games/openra/Makefile ============================================================================== --- branches/2017Q3/games/openra/Makefile Sun Oct 1 07:09:01 2017 (r451021) +++ branches/2017Q3/games/openra/Makefile Sun Oct 1 07:10:46 2017 (r451022) @@ -3,7 +3,7 @@ PORTNAME= openra PORTVERSION= 20170527 DISTVERSIONPREFIX= release- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20161223/:SDL2_CS \ https://github.com/${GH_ACCOUNT}/OpenAL-CS/releases/download/20151227/:OpenAL_CS \ Modified: branches/2017Q3/games/openra/distinfo ============================================================================== --- branches/2017Q3/games/openra/distinfo Sun Oct 1 07:09:01 2017 (r451021) +++ branches/2017Q3/games/openra/distinfo Sun Oct 1 07:10:46 2017 (r451022) @@ -9,8 +9,8 @@ SHA256 (OpenAL-CS.dll.config) = 58eaf46a749e466fce0a0e SIZE (OpenAL-CS.dll.config) = 301 SHA256 (Eluant.dll) = 218c4ea5424b44d746b5343563123beebc652fd9731967dfd49fed071b58df31 SIZE (Eluant.dll) = 71168 -SHA256 (GeoLite2-Country.mmdb.gz) = ecb35a60036a3bb29138e71563d22390f50c5d4214090595a62c84c54ace6402 -SIZE (GeoLite2-Country.mmdb.gz) = 1454069 +SHA256 (GeoLite2-Country.mmdb.gz) = d3f5305565a961ff163e31e3e0c9df716a5363bc3b2307c770e5cf632a854c53 +SIZE (GeoLite2-Country.mmdb.gz) = 1564896 SHA256 (fuzzylogiclibrary.1.2.0.nupkg) = b464509236260f53d963771ed99410a7e1cdbd268a2bde43b189e7d15044a174 SIZE (fuzzylogiclibrary.1.2.0.nupkg) = 70571 SHA256 (maxmind.db.2.0.0.nupkg) = 095d62c6ecda38c1e8fe79935b4eaf228d2637f9498caec48b8b48a0aba6d5aa From owner-svn-ports-all@freebsd.org Sun Oct 1 08:07:09 2017 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 CDE7DE37624; Sun, 1 Oct 2017 08:07:09 +0000 (UTC) (envelope-from sunpoet@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 9199F7CAA1; Sun, 1 Oct 2017 08:07:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91878pS021312; Sun, 1 Oct 2017 08:07:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v918789U021309; Sun, 1 Oct 2017 08:07:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710010807.v918789U021309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Oct 2017 08:07:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451027 - head/devel/p5-Devel-MAT X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Devel-MAT X-SVN-Commit-Revision: 451027 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 08:07:09 -0000 Author: sunpoet Date: Sun Oct 1 08:07:08 2017 New Revision: 451027 URL: https://svnweb.freebsd.org/changeset/ports/451027 Log: Update to 0.27 Changes: http://search.cpan.org/dist/Devel-MAT/Changes Modified: head/devel/p5-Devel-MAT/Makefile head/devel/p5-Devel-MAT/distinfo head/devel/p5-Devel-MAT/pkg-plist Modified: head/devel/p5-Devel-MAT/Makefile ============================================================================== --- head/devel/p5-Devel-MAT/Makefile Sun Oct 1 07:43:22 2017 (r451026) +++ head/devel/p5-Devel-MAT/Makefile Sun Oct 1 08:07:08 2017 (r451027) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-MAT -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Devel-MAT/distinfo ============================================================================== --- head/devel/p5-Devel-MAT/distinfo Sun Oct 1 07:43:22 2017 (r451026) +++ head/devel/p5-Devel-MAT/distinfo Sun Oct 1 08:07:08 2017 (r451027) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494430239 -SHA256 (Devel-MAT-0.26.tar.gz) = 0b505d0dcded31a1cb01c2031c3be47390ea51a2fe79bbfee9a07aba9795ccb5 -SIZE (Devel-MAT-0.26.tar.gz) = 109595 +TIMESTAMP = 1506836517 +SHA256 (Devel-MAT-0.27.tar.gz) = 98e39afaaad67c1841a0553168eab106298165ca9a9dbc8abad469c836d0c5d0 +SIZE (Devel-MAT-0.27.tar.gz) = 114169 Modified: head/devel/p5-Devel-MAT/pkg-plist ============================================================================== --- head/devel/p5-Devel-MAT/pkg-plist Sun Oct 1 07:43:22 2017 (r451026) +++ head/devel/p5-Devel-MAT/pkg-plist Sun Oct 1 08:07:08 2017 (r451027) @@ -1,9 +1,7 @@ bin/pmat bin/pmat-cat-svpv bin/pmat-diff -bin/pmat-dump-symbols bin/pmat-find-pv -bin/pmat-largest-svs bin/pmat-list-dangling-ptrs bin/pmat-list-orphans bin/pmat-sizes @@ -23,8 +21,10 @@ bin/pmat-sizes %%SITE_ARCH%%/Devel/MAT/Tool/Identify.pm %%SITE_ARCH%%/Devel/MAT/Tool/Inrefs.pm %%SITE_ARCH%%/Devel/MAT/Tool/Reachability.pm +%%SITE_ARCH%%/Devel/MAT/Tool/Roots.pm %%SITE_ARCH%%/Devel/MAT/Tool/Show.pm %%SITE_ARCH%%/Devel/MAT/Tool/Sizes.pm +%%SITE_ARCH%%/Devel/MAT/Tool/Symbols.pm %%SITE_ARCH%%/Devel/MAT/UI.pod %%SITE_ARCH%%/Devel/MAT/UserGuide.pod %%SITE_ARCH%%/auto/Devel/MAT/Dumper/Dumper.so @@ -76,7 +76,9 @@ bin/pmat-sizes %%PERL5_MAN3%%/Devel::MAT::Tool::Identify.3.gz %%PERL5_MAN3%%/Devel::MAT::Tool::Inrefs.3.gz %%PERL5_MAN3%%/Devel::MAT::Tool::Reachability.3.gz +%%PERL5_MAN3%%/Devel::MAT::Tool::Roots.3.gz %%PERL5_MAN3%%/Devel::MAT::Tool::Show.3.gz %%PERL5_MAN3%%/Devel::MAT::Tool::Sizes.3.gz +%%PERL5_MAN3%%/Devel::MAT::Tool::Symbols.3.gz %%PERL5_MAN3%%/Devel::MAT::UI.3.gz %%PERL5_MAN3%%/Devel::MAT::UserGuide.3.gz From owner-svn-ports-all@freebsd.org Sun Oct 1 07:20:35 2017 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 015AAE332E2; Sun, 1 Oct 2017 07:20:35 +0000 (UTC) (envelope-from olgeni@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 C31E37742C; Sun, 1 Oct 2017 07:20:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v917KXiF000510; Sun, 1 Oct 2017 07:20:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v917KXZP000508; Sun, 1 Oct 2017 07:20:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710010720.v917KXZP000508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 1 Oct 2017 07:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451023 - head/misc/elixir-uuid X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/misc/elixir-uuid X-SVN-Commit-Revision: 451023 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 07:20:35 -0000 Author: olgeni Date: Sun Oct 1 07:20:33 2017 New Revision: 451023 URL: https://svnweb.freebsd.org/changeset/ports/451023 Log: Update misc/elixir-uuid to version 1.1.8. Modified: head/misc/elixir-uuid/Makefile head/misc/elixir-uuid/distinfo Modified: head/misc/elixir-uuid/Makefile ============================================================================== --- head/misc/elixir-uuid/Makefile Sun Oct 1 07:10:46 2017 (r451022) +++ head/misc/elixir-uuid/Makefile Sun Oct 1 07:20:33 2017 (r451023) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= elixir-uuid -PORTVERSION= 1.1.7 +PORTVERSION= 1.1.8 DISTVERSIONPREFIX= v CATEGORIES= misc Modified: head/misc/elixir-uuid/distinfo ============================================================================== --- head/misc/elixir-uuid/distinfo Sun Oct 1 07:10:46 2017 (r451022) +++ head/misc/elixir-uuid/distinfo Sun Oct 1 07:20:33 2017 (r451023) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489483100 -SHA256 (zyro-elixir-uuid-v1.1.7_GH0.tar.gz) = fdefb5ec3d81cf184bd8e19cfaf9f5788db9271a9929aac17148c7ff16daeffd -SIZE (zyro-elixir-uuid-v1.1.7_GH0.tar.gz) = 12593 +TIMESTAMP = 1506813749 +SHA256 (zyro-elixir-uuid-v1.1.8_GH0.tar.gz) = aab89bab38e50c43596a637efdabdd62bf5397ecd55e277bd764a98dba6f2ee5 +SIZE (zyro-elixir-uuid-v1.1.8_GH0.tar.gz) = 12723 From owner-svn-ports-all@freebsd.org Sun Oct 1 07:25:52 2017 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 91C5FE33C05; Sun, 1 Oct 2017 07:25:52 +0000 (UTC) (envelope-from olgeni@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 60D8B777D0; Sun, 1 Oct 2017 07:25:52 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v917Ppll004408; Sun, 1 Oct 2017 07:25:51 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v917Ppal004406; Sun, 1 Oct 2017 07:25:51 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710010725.v917Ppal004406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 1 Oct 2017 07:25:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451024 - head/databases/elixir-ecto X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/databases/elixir-ecto X-SVN-Commit-Revision: 451024 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 07:25:52 -0000 Author: olgeni Date: Sun Oct 1 07:25:51 2017 New Revision: 451024 URL: https://svnweb.freebsd.org/changeset/ports/451024 Log: Update databases/elixir-ecto to version 2.2.6. Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-ecto/distinfo Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Sun Oct 1 07:20:33 2017 (r451023) +++ head/databases/elixir-ecto/Makefile Sun Oct 1 07:25:51 2017 (r451024) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto -PORTVERSION= 2.2.4 +PORTVERSION= 2.2.6 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto/distinfo ============================================================================== --- head/databases/elixir-ecto/distinfo Sun Oct 1 07:20:33 2017 (r451023) +++ head/databases/elixir-ecto/distinfo Sun Oct 1 07:25:51 2017 (r451024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505480797 -SHA256 (elixir-ecto-ecto-v2.2.4_GH0.tar.gz) = 1330d320edf7265ec2f1217eafbacf8ec11d07418deccba35f890c985a17d658 -SIZE (elixir-ecto-ecto-v2.2.4_GH0.tar.gz) = 356460 +TIMESTAMP = 1506842449 +SHA256 (elixir-ecto-ecto-v2.2.6_GH0.tar.gz) = 8c14d58173349adc71d71032ccb11cbc0dada6ac48cf38720a21aa3fc5c814d4 +SIZE (elixir-ecto-ecto-v2.2.6_GH0.tar.gz) = 357635 From owner-svn-ports-all@freebsd.org Sun Oct 1 09:19:56 2017 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 6BC79E3C596; Sun, 1 Oct 2017 09:19:56 +0000 (UTC) (envelope-from ehaupt@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 456B17EAD4; Sun, 1 Oct 2017 09:19:56 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v919JtqL051316; Sun, 1 Oct 2017 09:19:55 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v919JtAf051312; Sun, 1 Oct 2017 09:19:55 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201710010919.v919JtAf051312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 1 Oct 2017 09:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451037 - in head/sysutils/logstalgia: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/sysutils/logstalgia: . files X-SVN-Commit-Revision: 451037 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 09:19:56 -0000 Author: ehaupt Date: Sun Oct 1 09:19:54 2017 New Revision: 451037 URL: https://svnweb.freebsd.org/changeset/ports/451037 Log: Update to 1.0.8 Added: head/sysutils/logstalgia/files/patch-src_FileWatcher_FileWatcherOSX.cpp (contents, props changed) Deleted: head/sysutils/logstalgia/files/patch-src_core_display.h Modified: head/sysutils/logstalgia/Makefile head/sysutils/logstalgia/distinfo head/sysutils/logstalgia/files/patch-src_logentry.h Modified: head/sysutils/logstalgia/Makefile ============================================================================== --- head/sysutils/logstalgia/Makefile Sun Oct 1 09:15:53 2017 (r451036) +++ head/sysutils/logstalgia/Makefile Sun Oct 1 09:19:54 2017 (r451037) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= logstalgia -PORTVERSION= 1.0.7 -PORTREVISION= 7 +PORTVERSION= 1.0.8 CATEGORIES= sysutils www MAINTAINER= ehaupt@FreeBSD.org @@ -12,6 +11,8 @@ COMMENT= Website access log visualization tool LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: custom.cpp: 'sscanf' was not declared in this scope + BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ @@ -19,20 +20,18 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libpng.so:graphics/png \ libftgl.so:graphics/ftgl -BROKEN_powerpc64= fails to compile: custom.cpp: 'sscanf' was not declared in this scope - -USE_GITHUB= yes -GH_ACCOUNT= acaudwell -GH_PROJECT= Logstalgia:DEFAULT Core:core -GH_TAGNAME= d99bdb2:DEFAULT 83eba3a:core - GNU_CONFIGURE= yes USES= autoreconf compiler:c++0x gmake jpeg localbase:ldflags pkgconfig USE_GL= gl glu glew USE_SDL= image2 sdl2 +USE_GITHUB= yes +GH_ACCOUNT= acaudwell +GH_PROJECT= Logstalgia:DEFAULT Core:core +GH_TAGNAME= 32067aa:DEFAULT 683d98b:core + post-extract: - @${MV} ${WRKDIR}/Core-83eba3a/* ${WRKSRC}/src/core/ + @${MV} ${WRKDIR}/Core-*/* ${WRKSRC}/src/core/ post-patch: @${REINPLACE_CMD} -e 's| -Wno-unused-but-set-variable||' \ Modified: head/sysutils/logstalgia/distinfo ============================================================================== --- head/sysutils/logstalgia/distinfo Sun Oct 1 09:15:53 2017 (r451036) +++ head/sysutils/logstalgia/distinfo Sun Oct 1 09:19:54 2017 (r451037) @@ -1,5 +1,5 @@ -TIMESTAMP = 1481103077 -SHA256 (acaudwell-Logstalgia-1.0.7-d99bdb2_GH0.tar.gz) = 401ddfa4ef9ab72ceed3ee6ddddd0d0b19880542928258c5c325f50010219e80 -SIZE (acaudwell-Logstalgia-1.0.7-d99bdb2_GH0.tar.gz) = 883062 -SHA256 (acaudwell-Core-83eba3a_GH0.tar.gz) = 4c722981d096a1615f9d1b74c10d884ae0174a6e669d1bc6257e4ff07dd2352f -SIZE (acaudwell-Core-83eba3a_GH0.tar.gz) = 86122 +TIMESTAMP = 1506846364 +SHA256 (acaudwell-Logstalgia-1.0.8-32067aa_GH0.tar.gz) = 526c5241246d393056e86e43d8f4ff9c8769d7aac71833d251c0607791cdf7fc +SIZE (acaudwell-Logstalgia-1.0.8-32067aa_GH0.tar.gz) = 904301 +SHA256 (acaudwell-Core-683d98b_GH0.tar.gz) = c1dc0ed46c6290c1ffb7f0124df9d31d4d3ccf95db138d0fd1e38a660ea0e939 +SIZE (acaudwell-Core-683d98b_GH0.tar.gz) = 86388 Added: head/sysutils/logstalgia/files/patch-src_FileWatcher_FileWatcherOSX.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/logstalgia/files/patch-src_FileWatcher_FileWatcherOSX.cpp Sun Oct 1 09:19:54 2017 (r451037) @@ -0,0 +1,14 @@ +--- src/FileWatcher/FileWatcherOSX.cpp.orig 2017-10-01 03:38:27 UTC ++++ src/FileWatcher/FileWatcherOSX.cpp +@@ -229,7 +229,11 @@ namespace FW + void addAll() + { + // add base dir ++#ifdef O_EVTONLY + int fd = open(mDirName.c_str(), O_RDONLY | O_EVTONLY); ++#else ++ int fd = open(mDirName.c_str(), O_RDONLY ); ++#endif + EV_SET(&mChangeList[0], fd, EVFILT_VNODE, + EV_ADD | EV_ENABLE | EV_ONESHOT, + NOTE_DELETE | NOTE_EXTEND | NOTE_WRITE | NOTE_ATTRIB, Modified: head/sysutils/logstalgia/files/patch-src_logentry.h ============================================================================== --- head/sysutils/logstalgia/files/patch-src_logentry.h Sun Oct 1 09:15:53 2017 (r451036) +++ head/sysutils/logstalgia/files/patch-src_logentry.h Sun Oct 1 09:19:54 2017 (r451037) @@ -1,10 +1,13 @@ ---- src/logentry.h.orig 2015-10-19 22:33:12 UTC +--- src/logentry.h.orig 2017-09-29 02:04:47 UTC +++ src/logentry.h -@@ -21,6 +21,7 @@ - #include "core/vectors.h" +@@ -24,6 +24,10 @@ + #include + #include - #include ++#ifdef __FreeBSD__ +#include - ++#endif ++ class LogEntry { + private: From owner-svn-ports-all@freebsd.org Sun Oct 1 08:39:56 2017 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 C3DA4E3980A; Sun, 1 Oct 2017 08:39:56 +0000 (UTC) (envelope-from tcberner@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 912037D9E9; Sun, 1 Oct 2017 08:39:56 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v918dtsh034479; Sun, 1 Oct 2017 08:39:55 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v918dtse034477; Sun, 1 Oct 2017 08:39:55 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201710010839.v918dtse034477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 1 Oct 2017 08:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451034 - head/games/manaplus X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/games/manaplus X-SVN-Commit-Revision: 451034 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 08:39:56 -0000 Author: tcberner Date: Sun Oct 1 08:39:55 2017 New Revision: 451034 URL: https://svnweb.freebsd.org/changeset/ports/451034 Log: Update games/manaplus to 1.7.9.30 PR: 222706 Submitted by: Thibault Payet (maintainer) Modified: head/games/manaplus/Makefile head/games/manaplus/distinfo Modified: head/games/manaplus/Makefile ============================================================================== --- head/games/manaplus/Makefile Sun Oct 1 08:10:52 2017 (r451033) +++ head/games/manaplus/Makefile Sun Oct 1 08:39:55 2017 (r451034) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= manaplus -PORTVERSION= 1.7.9.16 +PORTVERSION= 1.7.9.30 CATEGORIES= games MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/ Modified: head/games/manaplus/distinfo ============================================================================== --- head/games/manaplus/distinfo Sun Oct 1 08:10:52 2017 (r451033) +++ head/games/manaplus/distinfo Sun Oct 1 08:39:55 2017 (r451034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506192928 -SHA256 (manaplus-1.7.9.16.tar.xz) = 8b282b85bb030947ddfbb547fa66505021917b770dbac2268b13d95db4e99a9b -SIZE (manaplus-1.7.9.16.tar.xz) = 14920804 +TIMESTAMP = 1506799642 +SHA256 (manaplus-1.7.9.30.tar.xz) = 1ae531f2e049a26edbb8f373348c620d2f3761cefb6a49a9a4399e0f40cd9c6a +SIZE (manaplus-1.7.9.30.tar.xz) = 14930020 From owner-svn-ports-all@freebsd.org Sun Oct 1 07:36:03 2017 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 94DFFE34B7B; Sun, 1 Oct 2017 07:36:03 +0000 (UTC) (envelope-from olgeni@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 63CF377C61; Sun, 1 Oct 2017 07:36:03 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v917a2Gk008457; Sun, 1 Oct 2017 07:36:02 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v917a2nI008455; Sun, 1 Oct 2017 07:36:02 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710010736.v917a2nI008455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 1 Oct 2017 07:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451025 - head/devel/elixir-crontab X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/elixir-crontab X-SVN-Commit-Revision: 451025 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 07:36:03 -0000 Author: olgeni Date: Sun Oct 1 07:36:02 2017 New Revision: 451025 URL: https://svnweb.freebsd.org/changeset/ports/451025 Log: Update devel/elixir-crontab to version 1.1.2. Modified: head/devel/elixir-crontab/Makefile head/devel/elixir-crontab/distinfo Modified: head/devel/elixir-crontab/Makefile ============================================================================== --- head/devel/elixir-crontab/Makefile Sun Oct 1 07:25:51 2017 (r451024) +++ head/devel/elixir-crontab/Makefile Sun Oct 1 07:36:02 2017 (r451025) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= crontab -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-crontab/distinfo ============================================================================== --- head/devel/elixir-crontab/distinfo Sun Oct 1 07:25:51 2017 (r451024) +++ head/devel/elixir-crontab/distinfo Sun Oct 1 07:36:02 2017 (r451025) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499796693 -SHA256 (jshmrtn-crontab-v1.1.1_GH0.tar.gz) = a308d6bf25b4b2b1c1c2e3caff380c6c7ae8507c2f731891940f5be324fb9d4c -SIZE (jshmrtn-crontab-v1.1.1_GH0.tar.gz) = 17327 +TIMESTAMP = 1506842790 +SHA256 (jshmrtn-crontab-v1.1.2_GH0.tar.gz) = 6980a7089c59dba1d758e4e6e3b1245c4e48a8d578ab2a66bd50bbd7a2a08b73 +SIZE (jshmrtn-crontab-v1.1.2_GH0.tar.gz) = 17360 From owner-svn-ports-all@freebsd.org Sun Oct 1 08:07:34 2017 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 A871EE37640; Sun, 1 Oct 2017 08:07:34 +0000 (UTC) (envelope-from sunpoet@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 71E787CBE8; Sun, 1 Oct 2017 08:07:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9187Xpw021931; Sun, 1 Oct 2017 08:07:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9187XuR021929; Sun, 1 Oct 2017 08:07:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710010807.v9187XuR021929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Oct 2017 08:07:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451032 - head/www/rubygem-rack-contrib X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-rack-contrib X-SVN-Commit-Revision: 451032 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 08:07:34 -0000 Author: sunpoet Date: Sun Oct 1 08:07:33 2017 New Revision: 451032 URL: https://svnweb.freebsd.org/changeset/ports/451032 Log: Update to 1.7.0 Changes: https://github.com/rack/rack-contrib/releases Modified: head/www/rubygem-rack-contrib/Makefile head/www/rubygem-rack-contrib/distinfo Modified: head/www/rubygem-rack-contrib/Makefile ============================================================================== --- head/www/rubygem-rack-contrib/Makefile Sun Oct 1 08:07:28 2017 (r451031) +++ head/www/rubygem-rack-contrib/Makefile Sun Oct 1 08:07:33 2017 (r451032) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rack-contrib -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-rack-contrib/distinfo ============================================================================== --- head/www/rubygem-rack-contrib/distinfo Sun Oct 1 08:07:28 2017 (r451031) +++ head/www/rubygem-rack-contrib/distinfo Sun Oct 1 08:07:33 2017 (r451032) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504258217 -SHA256 (rubygem/rack-contrib-1.6.0.gem) = f0203c44f678e15f64aa1457f712313fb75dc29d166e0e03a0aa19d7b43799b6 -SIZE (rubygem/rack-contrib-1.6.0.gem) = 29696 +TIMESTAMP = 1506832617 +SHA256 (rubygem/rack-contrib-1.7.0.gem) = 5c12b0aa2147f739a6c8a50d41c03245d1d3593afe0b1bfcde9a07f10ad7e1f9 +SIZE (rubygem/rack-contrib-1.7.0.gem) = 29696 From owner-svn-ports-all@freebsd.org Sun Oct 1 08:07:14 2017 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 8AE39E37627; Sun, 1 Oct 2017 08:07:14 +0000 (UTC) (envelope-from sunpoet@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 5613C7CAA6; Sun, 1 Oct 2017 08:07:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9187DMN021436; Sun, 1 Oct 2017 08:07:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9187D7Q021434; Sun, 1 Oct 2017 08:07:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710010807.v9187D7Q021434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Oct 2017 08:07:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451028 - head/textproc/p5-TOML-Parser X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-TOML-Parser X-SVN-Commit-Revision: 451028 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 08:07:14 -0000 Author: sunpoet Date: Sun Oct 1 08:07:13 2017 New Revision: 451028 URL: https://svnweb.freebsd.org/changeset/ports/451028 Log: Update to 0.90 Changes: http://search.cpan.org/dist/TOML-Parser/Changes Modified: head/textproc/p5-TOML-Parser/Makefile head/textproc/p5-TOML-Parser/distinfo Modified: head/textproc/p5-TOML-Parser/Makefile ============================================================================== --- head/textproc/p5-TOML-Parser/Makefile Sun Oct 1 08:07:08 2017 (r451027) +++ head/textproc/p5-TOML-Parser/Makefile Sun Oct 1 08:07:13 2017 (r451028) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= TOML-Parser -PORTVERSION= 0.10 +PORTVERSION= 0.90 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KARUPA Modified: head/textproc/p5-TOML-Parser/distinfo ============================================================================== --- head/textproc/p5-TOML-Parser/distinfo Sun Oct 1 08:07:08 2017 (r451027) +++ head/textproc/p5-TOML-Parser/distinfo Sun Oct 1 08:07:13 2017 (r451028) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494215608 -SHA256 (TOML-Parser-0.10.tar.gz) = 666b20a23a3a986911d072d5493a7952fb980d9ccd2a31722a91b2941aa88bb3 -SIZE (TOML-Parser-0.10.tar.gz) = 22359 +TIMESTAMP = 1506836528 +SHA256 (TOML-Parser-0.90.tar.gz) = 2dc07a31e306489d8a9b50bf6f33bf998b7e8397dae66acd3813929d54938910 +SIZE (TOML-Parser-0.90.tar.gz) = 22713 From owner-svn-ports-all@freebsd.org Sun Oct 1 08:07:29 2017 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 CB4ADE3763D; Sun, 1 Oct 2017 08:07:29 +0000 (UTC) (envelope-from sunpoet@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 9651E7CB8D; Sun, 1 Oct 2017 08:07:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9187SVG021807; Sun, 1 Oct 2017 08:07:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9187SXZ021805; Sun, 1 Oct 2017 08:07:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710010807.v9187SXZ021805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Oct 2017 08:07:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451031 - head/www/rubygem-carrierwave X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-carrierwave X-SVN-Commit-Revision: 451031 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 08:07:29 -0000 Author: sunpoet Date: Sun Oct 1 08:07:28 2017 New Revision: 451031 URL: https://svnweb.freebsd.org/changeset/ports/451031 Log: Update to 1.2.0 Changes: https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md Modified: head/www/rubygem-carrierwave/Makefile head/www/rubygem-carrierwave/distinfo Modified: head/www/rubygem-carrierwave/Makefile ============================================================================== --- head/www/rubygem-carrierwave/Makefile Sun Oct 1 08:07:23 2017 (r451030) +++ head/www/rubygem-carrierwave/Makefile Sun Oct 1 08:07:28 2017 (r451031) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= carrierwave -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-carrierwave/distinfo ============================================================================== --- head/www/rubygem-carrierwave/distinfo Sun Oct 1 08:07:23 2017 (r451030) +++ head/www/rubygem-carrierwave/distinfo Sun Oct 1 08:07:28 2017 (r451031) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493551679 -SHA256 (rubygem/carrierwave-1.1.0.gem) = 4c608aaf8ed005c30f9a1c3fbab8b45e3038fdc729f2dee093edd4b90d27ba5a -SIZE (rubygem/carrierwave-1.1.0.gem) = 45056 +TIMESTAMP = 1506832611 +SHA256 (rubygem/carrierwave-1.2.0.gem) = 4655c5cc099f8ea8bb6bad5c9852ceb5a16e4c8425cf744b415b7661a49d15c0 +SIZE (rubygem/carrierwave-1.2.0.gem) = 45568 From owner-svn-ports-all@freebsd.org Sun Oct 1 08:10:53 2017 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 790EDE378F1; Sun, 1 Oct 2017 08:10:53 +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 47F307D078; Sun, 1 Oct 2017 08:10:53 +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 v918Aqr9022155; Sun, 1 Oct 2017 08:10:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v918AqEx022154; Sun, 1 Oct 2017 08:10:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710010810.v918AqEx022154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 1 Oct 2017 08:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451033 - head/devel/radare2/files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/radare2/files X-SVN-Commit-Revision: 451033 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 08:10:53 -0000 Author: antoine Date: Sun Oct 1 08:10:52 2017 New Revision: 451033 URL: https://svnweb.freebsd.org/changeset/ports/451033 Log: Unbreak, it seems the patch was applied twice Reported by: pkg-fallout Modified: head/devel/radare2/files/patch-kinfo_file.c Modified: head/devel/radare2/files/patch-kinfo_file.c ============================================================================== --- head/devel/radare2/files/patch-kinfo_file.c Sun Oct 1 08:07:33 2017 (r451032) +++ head/devel/radare2/files/patch-kinfo_file.c Sun Oct 1 08:10:52 2017 (r451033) @@ -1,29 +1,6 @@ ---- libr/debug/p/debug_native.c 2017-08-08 00:36:25.502447000 +0200 -+++ libr/debug/p/debug_native.c 2017-08-08 00:39:41.234685000 +0200 -@@ -1487,15 +1487,15 @@ - type = 's'; - if (kve->kf_sock_domain == AF_LOCAL) { - struct sockaddr_un *sun = -- (struct sockaddr_un *)&kve->kf_sa_local; -+ (struct sockaddr_un *)&kve->kf_un.kf_sock.kf_sa_local; - if (sun->sun_path[0] != 0) -- addr_to_string (&kve->kf_sa_local, path, sizeof(path)); -+ addr_to_string (&kve->kf_un.kf_sock.kf_sa_local, path, sizeof(path)); - else -- addr_to_string (&kve->kf_sa_peer, path, sizeof(path)); -+ addr_to_string (&kve->kf_un.kf_sock.kf_sa_peer, path, sizeof(path)); - } else { -- addr_to_string (&kve->kf_sa_local, path, sizeof(path)); -+ addr_to_string (&kve->kf_un.kf_sock.kf_sa_local, path, sizeof(path)); - strcat (path, " "); -- addr_to_string (&kve->kf_sa_peer, path + strlen (path), -+ addr_to_string (&kve->kf_un.kf_sock.kf_sa_peer, path + strlen (path), - sizeof (path)); - } - str = path; ---- libr/debug/p/debug_native.c 2017-08-08 00:36:25.502447000 +0200 -+++ libr/debug/p/debug_native.c 2017-08-08 00:39:41.234685000 +0200 -@@ -1487,15 +1487,15 @@ +--- libr/debug/p/debug_native.c.orig 2016-11-10 16:17:54 UTC ++++ libr/debug/p/debug_native.c +@@ -1487,15 +1487,15 @@ static RList *r_debug_desc_native_list ( type = 's'; if (kve->kf_sock_domain == AF_LOCAL) { struct sockaddr_un *sun = From owner-svn-ports-all@freebsd.org Sun Oct 1 10:01:47 2017 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 21802E0DFB3; Sun, 1 Oct 2017 10:01:47 +0000 (UTC) (envelope-from sunpoet@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 D8461802E1; Sun, 1 Oct 2017 10:01:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91A1jCn069269; Sun, 1 Oct 2017 10:01:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91A1jeG069246; Sun, 1 Oct 2017 10:01:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710011001.v91A1jeG069246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Oct 2017 10:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451039 - head/x11-fonts/dejavu X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/x11-fonts/dejavu X-SVN-Commit-Revision: 451039 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 10:01:47 -0000 Author: sunpoet Date: Sun Oct 1 10:01:45 2017 New Revision: 451039 URL: https://svnweb.freebsd.org/changeset/ports/451039 Log: Add LICENSE PR: 222357 (based on) Submitted by: Yasuhiro KIMURA Modified: head/x11-fonts/dejavu/Makefile Modified: head/x11-fonts/dejavu/Makefile ============================================================================== --- head/x11-fonts/dejavu/Makefile Sun Oct 1 09:47:45 2017 (r451038) +++ head/x11-fonts/dejavu/Makefile Sun Oct 1 10:01:45 2017 (r451039) @@ -10,6 +10,18 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bitstream Vera Fonts clone with a wider range of characters +LICENSE= AMS AREV BITSTREAM +LICENSE_COMB= multi +LICENSE_NAME_AMS= AMSFonts Copyright version 2.2 +LICENSE_NAME_AREV= Arev Fonts Copyright +LICENSE_NAME_BITSTREAM= Bitstream Vera Fonts Copyright +LICENSE_FILE_AMS= ${WRKSRC}/LICENSE +LICENSE_FILE_AREV= ${WRKSRC}/LICENSE +LICENSE_FILE_BITSTREAM= ${WRKSRC}/LICENSE +LICENSE_PERMS_AMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_AREV= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_BITSTREAM=${_LICENSE_PERMS_DEFAULT} + OPTIONS_DEFINE= DOCS LINKS OPTIONS_DEFAULT=LINKS OPTIONS_SUB= yes From owner-svn-ports-all@freebsd.org Sun Oct 1 10:01:47 2017 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 DE4F7E0DFBB; Sun, 1 Oct 2017 10:01:47 +0000 (UTC) (envelope-from matthew@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 86EFB802E6; Sun, 1 Oct 2017 10:01:47 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91A1kQE069363; Sun, 1 Oct 2017 10:01:46 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91A1kb6069360; Sun, 1 Oct 2017 10:01:46 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201710011001.v91A1kb6069360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 1 Oct 2017 10:01:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451040 - head/devel/tig X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/devel/tig X-SVN-Commit-Revision: 451040 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 10:01:48 -0000 Author: matthew Date: Sun Oct 1 10:01:46 2017 New Revision: 451040 URL: https://svnweb.freebsd.org/changeset/ports/451040 Log: Update to 2.2.2 PR: 222185 Submitted by: seschwar@gmail.com Approved by: maintainer timeout (20+ days) Modified: head/devel/tig/Makefile head/devel/tig/distinfo Modified: head/devel/tig/Makefile ============================================================================== --- head/devel/tig/Makefile Sun Oct 1 10:01:45 2017 (r451039) +++ head/devel/tig/Makefile Sun Oct 1 10:01:46 2017 (r451040) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tig -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.2.2 CATEGORIES= devel MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ Modified: head/devel/tig/distinfo ============================================================================== --- head/devel/tig/distinfo Sun Oct 1 10:01:45 2017 (r451039) +++ head/devel/tig/distinfo Sun Oct 1 10:01:46 2017 (r451040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479353524 -SHA256 (tig-2.2.1.tar.gz) = 0b48080896de59179c45c980080b4b414bb235df65ad08d661a9c9e169c3fa71 -SIZE (tig-2.2.1.tar.gz) = 1028479 +TIMESTAMP = 1500772777 +SHA256 (tig-2.2.2.tar.gz) = 316214d87f7693abc0cbe8ebbb85decdf5e1b49d7ad760ac801af3dd73385e35 +SIZE (tig-2.2.2.tar.gz) = 1046910 From owner-svn-ports-all@freebsd.org Sun Oct 1 10:06:45 2017 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 75E80E0E7F8; Sun, 1 Oct 2017 10:06:45 +0000 (UTC) (envelope-from sunpoet@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 4031180614; Sun, 1 Oct 2017 10:06:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91A6ile071985; Sun, 1 Oct 2017 10:06:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91A6iZE071984; Sun, 1 Oct 2017 10:06:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710011006.v91A6iZE071984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Oct 2017 10:06:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451041 - head/x11-fonts/dejavu X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/x11-fonts/dejavu X-SVN-Commit-Revision: 451041 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 10:06:45 -0000 Author: sunpoet Date: Sun Oct 1 10:06:44 2017 New Revision: 451041 URL: https://svnweb.freebsd.org/changeset/ports/451041 Log: Expand _LICENSE_PERMS_DEFAULT Modified: head/x11-fonts/dejavu/Makefile Modified: head/x11-fonts/dejavu/Makefile ============================================================================== --- head/x11-fonts/dejavu/Makefile Sun Oct 1 10:01:46 2017 (r451040) +++ head/x11-fonts/dejavu/Makefile Sun Oct 1 10:06:44 2017 (r451041) @@ -18,9 +18,9 @@ LICENSE_NAME_BITSTREAM= Bitstream Vera Fonts Copyright LICENSE_FILE_AMS= ${WRKSRC}/LICENSE LICENSE_FILE_AREV= ${WRKSRC}/LICENSE LICENSE_FILE_BITSTREAM= ${WRKSRC}/LICENSE -LICENSE_PERMS_AMS= ${_LICENSE_PERMS_DEFAULT} -LICENSE_PERMS_AREV= ${_LICENSE_PERMS_DEFAULT} -LICENSE_PERMS_BITSTREAM=${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_AMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_AREV= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_BITSTREAM=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept OPTIONS_DEFINE= DOCS LINKS OPTIONS_DEFAULT=LINKS From owner-svn-ports-all@freebsd.org Sun Oct 1 09:02:06 2017 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 AA3A9E3B156; Sun, 1 Oct 2017 09:02:06 +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 798BA7E3AA; Sun, 1 Oct 2017 09:02:06 +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 v919250K046573; Sun, 1 Oct 2017 09:02:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91925bF046572; Sun, 1 Oct 2017 09:02:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201710010902.v91925bF046572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 1 Oct 2017 09:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451035 - head/x11/gnome-desktop-reference X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/gnome-desktop-reference X-SVN-Commit-Revision: 451035 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 09:02:06 -0000 Author: amdmi3 Date: Sun Oct 1 09:02:05 2017 New Revision: 451035 URL: https://svnweb.freebsd.org/changeset/ports/451035 Log: - Update WWW Approved by: portmgr blanket Modified: head/x11/gnome-desktop-reference/pkg-descr Modified: head/x11/gnome-desktop-reference/pkg-descr ============================================================================== --- head/x11/gnome-desktop-reference/pkg-descr Sun Oct 1 08:39:55 2017 (r451034) +++ head/x11/gnome-desktop-reference/pkg-descr Sun Oct 1 09:02:05 2017 (r451035) @@ -1,3 +1,3 @@ This port contains the programming reference for x11/gnome-desktop. -WWW: http://www.gnome.org/ +WWW: https://www.gnome.org/ From owner-svn-ports-all@freebsd.org Sun Oct 1 09:15:55 2017 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 B2E21E3C126; Sun, 1 Oct 2017 09:15:55 +0000 (UTC) (envelope-from jbeich@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 8EC597E8EB; Sun, 1 Oct 2017 09:15:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v919Fs0s051028; Sun, 1 Oct 2017 09:15:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v919Fslh051021; Sun, 1 Oct 2017 09:15:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710010915.v919Fslh051021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 1 Oct 2017 09:15:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451036 - in head: . emulators emulators/ppsspp emulators/ppsspp-devel emulators/ppsspp-qt5-devel emulators/ppsspp/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: . emulators emulators/ppsspp emulators/ppsspp-devel emulators/ppsspp-qt5-devel emulators/ppsspp/files X-SVN-Commit-Revision: 451036 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 09:15:55 -0000 Author: jbeich Date: Sun Oct 1 09:15:53 2017 New Revision: 451036 URL: https://svnweb.freebsd.org/changeset/ports/451036 Log: emulators/ppsspp-devel: revive and update to 1.4.2.463 Changes: https://github.com/hrydgard/ppsspp/compare/v1.4.2...11f8bcc8a Added: head/emulators/ppsspp-devel/ - copied from r398685, head/emulators/ppsspp-devel/ head/emulators/ppsspp-qt5-devel/ - copied from r451026, head/emulators/ppsspp-qt5/ Deleted: head/emulators/ppsspp/files/patch-Common_MemoryUtil.cpp Modified: head/MOVED head/emulators/Makefile head/emulators/ppsspp-devel/Makefile head/emulators/ppsspp-devel/distinfo head/emulators/ppsspp-qt5-devel/Makefile head/emulators/ppsspp/Makefile head/emulators/ppsspp/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Sun Oct 1 09:02:05 2017 (r451035) +++ head/MOVED Sun Oct 1 09:15:53 2017 (r451036) @@ -7822,7 +7822,6 @@ net/linc||2015-09-27|Has expired: Last release in 2003 net/linc-reference||2015-09-27|Has expired: Last release in 2003, not used by anything anymore x11/xlogout||2015-09-27|Has expired: Useless cruft from 1989 net/rubygem-amq-client||2015-10-01|Has expired: Deprecated by Upstream. It is part of net/rubygem-amqp codebase now -emulators/ppsspp-devel|emulators/ppsspp|2015-10-06|Out of date: use emulators/ppsspp for now ports-mgmt/bpm||2015-10-10|No support for pkg www/moodle27||2015-10-11|Has expired: Please upgrade to moodle28 or moodle29 graphics/epeg|devel/efl|2015-10-11|Has expired: Merged into devel/efl Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Sun Oct 1 09:02:05 2017 (r451035) +++ head/emulators/Makefile Sun Oct 1 09:15:53 2017 (r451036) @@ -110,7 +110,9 @@ SUBDIR += pipelight SUBDIR += playonbsd SUBDIR += ppsspp + SUBDIR += ppsspp-devel SUBDIR += ppsspp-qt5 + SUBDIR += ppsspp-qt5-devel SUBDIR += py-gns3-converter SUBDIR += py-nova SUBDIR += py-unicorn Modified: head/emulators/ppsspp-devel/Makefile ============================================================================== --- head/emulators/ppsspp-devel/Makefile Tue Oct 6 08:08:59 2015 (r398685) +++ head/emulators/ppsspp-devel/Makefile Sun Oct 1 09:15:53 2017 (r451036) @@ -1,13 +1,15 @@ # $FreeBSD$ -DISTVERSION= 1.0.1-2768 -DISTVERSIONSUFFIX= -gd8b43dd -PORTREVISION= 0 -PKGNAMESUFFIX= -devel +DISTVERSION= 1.4.2-463 +DISTVERSIONSUFFIX= -g11f8bcc8a +PORTREVISION?= 0 +PKGNAMESUFFIX?= -devel -GH_TAGNAME= e22d7a5:lang a0b878f:ext_armips - -CONFLICTS_INSTALL?= ${PORTNAME}-[0-9]* +GH_TUPLE= hrydgard:glslang:136b1e2d:glslang/ext/glslang \ + hrydgard:${PORTNAME}-lang:c31a1d3:lang/assets/lang \ + KhronosGroup:SPIRV-Cross:90966d5:SPIRV/ext/SPIRV-Cross \ + Kingcom:armips:v0.9-26-g770365d:armips/ext/armips \ + Kingcom:tinyformat:Release-2.0.1-7-gb7f5a22:tinyformat/ext/armips/ext/tinyformat MASTERDIR= ${.CURDIR}/../ppsspp DISTINFO_FILE= ${.CURDIR}/distinfo Modified: head/emulators/ppsspp-devel/distinfo ============================================================================== --- head/emulators/ppsspp-devel/distinfo Tue Oct 6 08:08:59 2015 (r398685) +++ head/emulators/ppsspp-devel/distinfo Sun Oct 1 09:15:53 2017 (r451036) @@ -1,8 +1,15 @@ -SHA256 (ppsspp.1) = 8e335555393a6400c97d5f6d23798af801f88b909181bb5af676dfdcb4f8f8be -SIZE (ppsspp.1) = 1507 -SHA256 (hrydgard-ppsspp-v1.0.1-2768-gd8b43dd_GH0.tar.gz) = 0f5c25a67cf8466b56a7947fa0ceb65b92eca3f51b164830d6f6d84648432299 -SIZE (hrydgard-ppsspp-v1.0.1-2768-gd8b43dd_GH0.tar.gz) = 14756762 -SHA256 (hrydgard-ppsspp-lang-e22d7a5_GH0.tar.gz) = b481a44c75b646d99909e3acd1f59614e7c05463e73c3827a662d9cf298e84cb -SIZE (hrydgard-ppsspp-lang-e22d7a5_GH0.tar.gz) = 210229 -SHA256 (Kingcom-armips-a0b878f_GH0.tar.gz) = 64623bbddda609f9692904e6b6823b1d2d4dd0149349f2be9edcc600bf12bafa -SIZE (Kingcom-armips-a0b878f_GH0.tar.gz) = 136535 +TIMESTAMP = 1506755177 +SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b +SIZE (ppsspp.1) = 1598 +SHA256 (hrydgard-ppsspp-v1.4.2-463-g11f8bcc8a_GH0.tar.gz) = 1cafca6b9c83d20b4adb961095de208a6e236c1e67a549d84cc91544cb6ba77b +SIZE (hrydgard-ppsspp-v1.4.2-463-g11f8bcc8a_GH0.tar.gz) = 18994696 +SHA256 (hrydgard-glslang-136b1e2d_GH0.tar.gz) = 430bd17420a0bf453c8b3f47ff19a58aadf5ae3e15cc773f2b833d60f0ecadea +SIZE (hrydgard-glslang-136b1e2d_GH0.tar.gz) = 1767855 +SHA256 (hrydgard-ppsspp-lang-c31a1d3_GH0.tar.gz) = 6c007432d9af7ad9358710d54d13c66d80364db7b33ab018b76c87d92853c160 +SIZE (hrydgard-ppsspp-lang-c31a1d3_GH0.tar.gz) = 328423 +SHA256 (KhronosGroup-SPIRV-Cross-90966d5_GH0.tar.gz) = de8bcf01e0a0c4107871fdc8b764771487052fedbe2990a369e7908d4a95c000 +SIZE (KhronosGroup-SPIRV-Cross-90966d5_GH0.tar.gz) = 228783 +SHA256 (Kingcom-armips-v0.9-26-g770365d_GH0.tar.gz) = e6c52967082658082544f83875cc08e50227ff788d3553e0b0bc28abdb2615ed +SIZE (Kingcom-armips-v0.9-26-g770365d_GH0.tar.gz) = 163606 +SHA256 (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = d86b5b4592047254c5118d0639e51d00869b3adc2f2c5419fdf29381ca42011e +SIZE (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = 22286 Modified: head/emulators/ppsspp-qt5-devel/Makefile ============================================================================== --- head/emulators/ppsspp-qt5/Makefile Sun Oct 1 07:43:22 2017 (r451026) +++ head/emulators/ppsspp-qt5-devel/Makefile Sun Oct 1 09:15:53 2017 (r451036) @@ -1,9 +1,9 @@ # $FreeBSD$ -PORTREVISION= 1 -PKGNAMESUFFIX= -qt5 +PORTREVISION= 0 +PKGNAMESUFFIX= -qt5-devel -MASTERDIR= ${.CURDIR}/../ppsspp +MASTERDIR= ${.CURDIR}/../ppsspp-devel OPTIONS_SLAVE= QT5 Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Sun Oct 1 09:02:05 2017 (r451035) +++ head/emulators/ppsspp/Makefile Sun Oct 1 09:15:53 2017 (r451036) @@ -10,6 +10,11 @@ MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2 DISTFILES= ${PORTNAME}.1:manpage EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} +.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX:N*-devel} +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= e33acdc5e922.patch:-p1 +.endif + MAINTAINER= jbeich@FreeBSD.org COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS Modified: head/emulators/ppsspp/distinfo ============================================================================== --- head/emulators/ppsspp/distinfo Sun Oct 1 09:02:05 2017 (r451035) +++ head/emulators/ppsspp/distinfo Sun Oct 1 09:15:53 2017 (r451036) @@ -13,3 +13,5 @@ SHA256 (Kingcom-armips-v0.9-26-g770365d_GH0.tar.gz) = SIZE (Kingcom-armips-v0.9-26-g770365d_GH0.tar.gz) = 163606 SHA256 (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = d86b5b4592047254c5118d0639e51d00869b3adc2f2c5419fdf29381ca42011e SIZE (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = 22286 +SHA256 (e33acdc5e922.patch) = 26db4fe256c3947193b379ea7d17b0aae59e4339ae3822b53ef40fd6dca07004 +SIZE (e33acdc5e922.patch) = 1819 From owner-svn-ports-all@freebsd.org Sun Oct 1 09:47:47 2017 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 33EECE3E7E4; Sun, 1 Oct 2017 09:47:47 +0000 (UTC) (envelope-from riggs@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 02CA17F860; Sun, 1 Oct 2017 09:47:46 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v919lkAA063604; Sun, 1 Oct 2017 09:47:46 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v919lkcA063602; Sun, 1 Oct 2017 09:47:46 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201710010947.v919lkcA063602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 1 Oct 2017 09:47:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451038 - head/multimedia/libmatroska X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/multimedia/libmatroska X-SVN-Commit-Revision: 451038 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 09:47:47 -0000 Author: riggs Date: Sun Oct 1 09:47:45 2017 New Revision: 451038 URL: https://svnweb.freebsd.org/changeset/ports/451038 Log: Update to upstream version 1.4.8; tarball now available as xz archive Modified: head/multimedia/libmatroska/Makefile head/multimedia/libmatroska/distinfo Modified: head/multimedia/libmatroska/Makefile ============================================================================== --- head/multimedia/libmatroska/Makefile Sun Oct 1 09:19:54 2017 (r451037) +++ head/multimedia/libmatroska/Makefile Sun Oct 1 09:47:45 2017 (r451038) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmatroska -PORTVERSION= 1.4.7 +PORTVERSION= 1.4.8 CATEGORIES= multimedia audio MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/ \ http://www.bunkus.org/videotools/mkvtoolnix/sources/ @@ -14,7 +14,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libebml.so:textproc/libebml -USES= libtool pathfix pkgconfig tar:bzip2 +USES= libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/multimedia/libmatroska/distinfo ============================================================================== --- head/multimedia/libmatroska/distinfo Sun Oct 1 09:19:54 2017 (r451037) +++ head/multimedia/libmatroska/distinfo Sun Oct 1 09:47:45 2017 (r451038) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492939156 -SHA256 (libmatroska-1.4.7.tar.bz2) = 46441eb3bae9f970f68affaa211dd74302a7072dcd2becfb1114da11b66525fa -SIZE (libmatroska-1.4.7.tar.bz2) = 619463 +TIMESTAMP = 1506850533 +SHA256 (libmatroska-1.4.8.tar.xz) = d8c72b20d4c5bf888776884b0854f95e74139b5267494fae1f395f7212d7c992 +SIZE (libmatroska-1.4.8.tar.xz) = 286284 From owner-svn-ports-all@freebsd.org Sun Oct 1 10:23:19 2017 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 2AAC9E0F4A4; Sun, 1 Oct 2017 10:23:19 +0000 (UTC) (envelope-from tobik@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 E98E880F0C; Sun, 1 Oct 2017 10:23:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91ANIUx080158; Sun, 1 Oct 2017 10:23:18 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91ANHgJ080155; Sun, 1 Oct 2017 10:23:17 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710011023.v91ANHgJ080155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 1 Oct 2017 10:23:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451042 - in head/sysutils/exa: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/sysutils/exa: . files X-SVN-Commit-Revision: 451042 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 10:23:19 -0000 Author: tobik Date: Sun Oct 1 10:23:17 2017 New Revision: 451042 URL: https://svnweb.freebsd.org/changeset/ports/451042 Log: sysutils/exa: Update to 0.8.0 - Also install bash, fish, zsh completion files Changes: https://github.com/ogham/exa/releases/tag/v0.8.0 Added: head/sysutils/exa/files/ head/sysutils/exa/files/patch-cargo-crates_datetime-0.4.5_src_system.rs (contents, props changed) Modified: head/sysutils/exa/Makefile head/sysutils/exa/distinfo Modified: head/sysutils/exa/Makefile ============================================================================== --- head/sysutils/exa/Makefile Sun Oct 1 10:06:44 2017 (r451041) +++ head/sysutils/exa/Makefile Sun Oct 1 10:23:17 2017 (r451042) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= exa -PORTVERSION= 0.7.0 DISTVERSIONPREFIX= v +DISTVERSION= 0.8.0 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org @@ -14,54 +14,82 @@ LICENSE_FILE= ${WRKSRC}/LICENCE USES= cargo USE_GITHUB= yes GH_ACCOUNT= ogham -GH_TUPLE= rust-datetime:zoneinfo-compiled:f56921ea5e9f7cf065b1480ff270a1757c1f742f:zoneinfo_compiled -PLIST_FILES= bin/exa man/man1/exa.1.gz - -CARGO_CRATES= ansi_term-0.8.0 \ +CARGO_CRATES= aho-corasick-0.5.3 \ + ansi_term-0.8.0 \ + bitflags-0.7.0 \ bitflags-0.9.1 \ byteorder-0.4.2 \ - cmake-0.1.24 \ - datetime-0.4.4 \ - gcc-0.3.51 \ + cmake-0.1.25 \ + conv-0.3.3 \ + custom_derive-0.1.7 \ + datetime-0.4.5 \ + env_logger-0.3.5 \ + gcc-0.3.53 \ getopts-0.2.14 \ - git2-0.6.6 \ + git2-0.6.8 \ glob-0.2.11 \ - idna-0.1.2 \ + idna-0.1.4 \ iso8601-0.1.1 \ + kernel32-sys-0.2.2 \ lazy_static-0.2.8 \ - libc-0.2.24 \ - libgit2-sys-0.6.12 \ + libc-0.2.30 \ + libgit2-sys-0.6.14 \ libz-sys-1.0.16 \ locale-0.2.2 \ + log-0.3.8 \ + magenta-0.1.1 \ + magenta-sys-0.1.1 \ matches-0.1.6 \ + memchr-0.1.11 \ natord-1.0.9 \ nom-1.2.4 \ - num-0.1.39 \ - num-bigint-0.1.39 \ - num-complex-0.1.38 \ - num-integer-0.1.34 \ - num-iter-0.1.33 \ - num-rational-0.1.38 \ - num-traits-0.1.39 \ + num-0.1.40 \ + num-bigint-0.1.40 \ + num-complex-0.1.40 \ + num-integer-0.1.35 \ + num-iter-0.1.34 \ + num-rational-0.1.39 \ + num-traits-0.1.40 \ num_cpus-1.6.2 \ number_prefix-0.2.7 \ pad-0.1.4 \ percent-encoding-1.0.0 \ pkg-config-0.3.9 \ - rand-0.3.15 \ + rand-0.3.16 \ + redox_syscall-0.1.31 \ + regex-0.1.80 \ + regex-syntax-0.3.9 \ rustc-serialize-0.3.24 \ scoped_threadpool-0.1.7 \ - term_grid-0.1.5 \ - unicode-bidi-0.3.3 \ + term_grid-0.1.6 \ + term_size-0.3.0 \ + thread-id-2.0.0 \ + thread_local-0.2.7 \ + unicode-bidi-0.3.4 \ unicode-normalization-0.1.5 \ unicode-width-0.1.4 \ url-1.5.1 \ - users-0.5.2 \ - vcpkg-0.2.2 -CARGO_USE_GITHUB= yes + users-0.5.3 \ + utf8-ranges-0.1.3 \ + vcpkg-0.2.2 \ + winapi-0.2.8 \ + winapi-build-0.1.1 \ + zoneinfo_compiled-0.4.5 +PLIST_FILES= bin/exa \ + man/man1/exa.1.gz \ + etc/bash_completion.d/exa.bash \ + share/fish/completions/exa.fish \ + share/zsh/site-functions/_exa + post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d + ${INSTALL_DATA} ${WRKSRC}/contrib/completions.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/exa.bash + @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions + ${INSTALL_DATA} ${WRKSRC}/contrib/completions.fish ${STAGEDIR}${PREFIX}/share/fish/completions/exa.fish + @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions + ${INSTALL_DATA} ${WRKSRC}/contrib/completions.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_exa ${INSTALL_MAN} ${WRKSRC}/contrib/man/exa.1 ${STAGEDIR}${PREFIX}/man/man1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/exa Modified: head/sysutils/exa/distinfo ============================================================================== --- head/sysutils/exa/distinfo Sun Oct 1 10:06:44 2017 (r451041) +++ head/sysutils/exa/distinfo Sun Oct 1 10:23:17 2017 (r451042) @@ -1,56 +1,76 @@ -TIMESTAMP = 1499505120 +TIMESTAMP = 1506846825 +SHA256 (rust/crates/aho-corasick-0.5.3.tar.gz) = ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66 +SIZE (rust/crates/aho-corasick-0.5.3.tar.gz) = 252052 SHA256 (rust/crates/ansi_term-0.8.0.tar.gz) = c877397e09fec7a240af5fa74ad0124054b8066149d6544cd1ace93f8de3be68 SIZE (rust/crates/ansi_term-0.8.0.tar.gz) = 10340 +SHA256 (rust/crates/bitflags-0.7.0.tar.gz) = aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d +SIZE (rust/crates/bitflags-0.7.0.tar.gz) = 10851 SHA256 (rust/crates/bitflags-0.9.1.tar.gz) = 4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5 SIZE (rust/crates/bitflags-0.9.1.tar.gz) = 12406 SHA256 (rust/crates/byteorder-0.4.2.tar.gz) = 96c8b41881888cc08af32d47ac4edd52bc7fa27fef774be47a92443756451304 SIZE (rust/crates/byteorder-0.4.2.tar.gz) = 9092 -SHA256 (rust/crates/cmake-0.1.24.tar.gz) = b8ebbb35d3dc9cd09497168f33de1acb79b265d350ab0ac34133b98f8509af1f -SIZE (rust/crates/cmake-0.1.24.tar.gz) = 11525 -SHA256 (rust/crates/datetime-0.4.4.tar.gz) = 2d425bf1f6bbd57cf833081c1e60ac294fd74e7edd66acc91c3fca2e496bcee9 -SIZE (rust/crates/datetime-0.4.4.tar.gz) = 116548 -SHA256 (rust/crates/gcc-0.3.51.tar.gz) = 120d07f202dcc3f72859422563522b66fe6463a4c513df062874daad05f85f0a -SIZE (rust/crates/gcc-0.3.51.tar.gz) = 33348 +SHA256 (rust/crates/cmake-0.1.25.tar.gz) = 0c8a6541a55bcd72d3de4faee2d101a5a66df29790282c7f797082a7228a9b3d +SIZE (rust/crates/cmake-0.1.25.tar.gz) = 11903 +SHA256 (rust/crates/conv-0.3.3.tar.gz) = 78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299 +SIZE (rust/crates/conv-0.3.3.tar.gz) = 22124 +SHA256 (rust/crates/custom_derive-0.1.7.tar.gz) = ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9 +SIZE (rust/crates/custom_derive-0.1.7.tar.gz) = 10700 +SHA256 (rust/crates/datetime-0.4.5.tar.gz) = 865ed3829ccf00833e92d46f061dbbafccb4a551655a183024f97bddc0f90ccc +SIZE (rust/crates/datetime-0.4.5.tar.gz) = 117339 +SHA256 (rust/crates/env_logger-0.3.5.tar.gz) = 15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f +SIZE (rust/crates/env_logger-0.3.5.tar.gz) = 5950 +SHA256 (rust/crates/gcc-0.3.53.tar.gz) = e8310f7e9c890398b0e80e301c4f474e9918d2b27fca8f48486ca775fa9ffc5a +SIZE (rust/crates/gcc-0.3.53.tar.gz) = 37116 SHA256 (rust/crates/getopts-0.2.14.tar.gz) = d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685 SIZE (rust/crates/getopts-0.2.14.tar.gz) = 16622 -SHA256 (rust/crates/git2-0.6.6.tar.gz) = aa01936ac96555c083c0e8553f672616274408d9d3fc5b8696603fbf63ff43ee -SIZE (rust/crates/git2-0.6.6.tar.gz) = 131360 +SHA256 (rust/crates/git2-0.6.8.tar.gz) = 0c1c0203d653f4140241da0c1375a404f0a397249ec818cd2076c6280c50f6fa +SIZE (rust/crates/git2-0.6.8.tar.gz) = 133449 SHA256 (rust/crates/glob-0.2.11.tar.gz) = 8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb SIZE (rust/crates/glob-0.2.11.tar.gz) = 18065 -SHA256 (rust/crates/idna-0.1.2.tar.gz) = 2233d4940b1f19f0418c158509cd7396b8d70a5db5705ce410914dc8fa603b37 -SIZE (rust/crates/idna-0.1.2.tar.gz) = 248301 +SHA256 (rust/crates/idna-0.1.4.tar.gz) = 014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d +SIZE (rust/crates/idna-0.1.4.tar.gz) = 289112 SHA256 (rust/crates/iso8601-0.1.1.tar.gz) = 11dc464f8c6f17595d191447c9c6559298b2d023d6f846a4a23ac7ea3c46c477 SIZE (rust/crates/iso8601-0.1.1.tar.gz) = 7770 +SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d +SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 SHA256 (rust/crates/lazy_static-0.2.8.tar.gz) = 3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf SIZE (rust/crates/lazy_static-0.2.8.tar.gz) = 9950 -SHA256 (rust/crates/libc-0.2.24.tar.gz) = 38f5c2b18a287cf78b4097db62e20f43cace381dc76ae5c0a3073067f78b7ddc -SIZE (rust/crates/libc-0.2.24.tar.gz) = 157495 -SHA256 (rust/crates/libgit2-sys-0.6.12.tar.gz) = df18a822100352d9863b302faf6f8f25c0e77f0e60feb40e5dbe1238b7f13b1d -SIZE (rust/crates/libgit2-sys-0.6.12.tar.gz) = 4653762 +SHA256 (rust/crates/libc-0.2.30.tar.gz) = 2370ca07ec338939e356443dac2296f581453c35fe1e3a3ed06023c49435f915 +SIZE (rust/crates/libc-0.2.30.tar.gz) = 214259 +SHA256 (rust/crates/libgit2-sys-0.6.14.tar.gz) = c00f6e5bc3fb2b5f87e75e8d0fd4ae6720d55f3ee23d389b7c6cae30f8db8db1 +SIZE (rust/crates/libgit2-sys-0.6.14.tar.gz) = 4659537 SHA256 (rust/crates/libz-sys-1.0.16.tar.gz) = 3fdd64ef8ee652185674455c1d450b83cbc8ad895625d543b5324d923f82e4d8 SIZE (rust/crates/libz-sys-1.0.16.tar.gz) = 603527 SHA256 (rust/crates/locale-0.2.2.tar.gz) = 5fdbe492a9c0238da900a1165c42fc5067161ce292678a6fe80921f30fe307fd SIZE (rust/crates/locale-0.2.2.tar.gz) = 18910 +SHA256 (rust/crates/log-0.3.8.tar.gz) = 880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b +SIZE (rust/crates/log-0.3.8.tar.gz) = 17756 +SHA256 (rust/crates/magenta-0.1.1.tar.gz) = 4bf0336886480e671965f794bc9b6fce88503563013d1bfb7a502c81fe3ac527 +SIZE (rust/crates/magenta-0.1.1.tar.gz) = 24465 +SHA256 (rust/crates/magenta-sys-0.1.1.tar.gz) = 40d014c7011ac470ae28e2f76a02bfea4a8480f73e701353b49ad7a8d75f4699 +SIZE (rust/crates/magenta-sys-0.1.1.tar.gz) = 5827 SHA256 (rust/crates/matches-0.1.6.tar.gz) = 100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376 SIZE (rust/crates/matches-0.1.6.tar.gz) = 1916 +SHA256 (rust/crates/memchr-0.1.11.tar.gz) = d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20 +SIZE (rust/crates/memchr-0.1.11.tar.gz) = 6977 SHA256 (rust/crates/natord-1.0.9.tar.gz) = 308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c SIZE (rust/crates/natord-1.0.9.tar.gz) = 3866 SHA256 (rust/crates/nom-1.2.4.tar.gz) = a5b8c256fd9471521bcb84c3cdba98921497f1a331cbc15b8030fc63b82050ce SIZE (rust/crates/nom-1.2.4.tar.gz) = 68547 -SHA256 (rust/crates/num-0.1.39.tar.gz) = 2c3a3dc9f30bf824141521b30c908a859ab190b76e20435fcd89f35eb6583887 -SIZE (rust/crates/num-0.1.39.tar.gz) = 30137 -SHA256 (rust/crates/num-bigint-0.1.39.tar.gz) = 6361748d02e5291c72a422dc8ed4d8464a80cb1e618971f6fffe6d52d97e3286 -SIZE (rust/crates/num-bigint-0.1.39.tar.gz) = 34736 -SHA256 (rust/crates/num-complex-0.1.38.tar.gz) = 412dfc143c56579aa6a22c574e38ddbf724522f1280ae2b257498cccff3fb6af -SIZE (rust/crates/num-complex-0.1.38.tar.gz) = 13547 -SHA256 (rust/crates/num-integer-0.1.34.tar.gz) = ef1a4bf6f9174aa5783a9b4cc892cacd11aebad6c69ad027a0b65c6ca5f8aa37 -SIZE (rust/crates/num-integer-0.1.34.tar.gz) = 10400 -SHA256 (rust/crates/num-iter-0.1.33.tar.gz) = f7d1891bd7b936f12349b7d1403761c8a0b85a18b148e9da4429d5d102c1a41e -SIZE (rust/crates/num-iter-0.1.33.tar.gz) = 7397 -SHA256 (rust/crates/num-rational-0.1.38.tar.gz) = 33c881e104a26e1accc09449374c095ff2312c8e0c27fab7bbefe16eac7c776d -SIZE (rust/crates/num-rational-0.1.38.tar.gz) = 13848 -SHA256 (rust/crates/num-traits-0.1.39.tar.gz) = 1708c0628602a98b52fad936cf3edb9a107af06e52e49fdf0707e884456a6af6 -SIZE (rust/crates/num-traits-0.1.39.tar.gz) = 22618 +SHA256 (rust/crates/num-0.1.40.tar.gz) = a311b77ebdc5dd4cf6449d81e4135d9f0e3b153839ac90e648a8ef538f923525 +SIZE (rust/crates/num-0.1.40.tar.gz) = 30293 +SHA256 (rust/crates/num-bigint-0.1.40.tar.gz) = 8fd0f8dbb4c0960998958a796281d88c16fbe68d87b1baa6f31e2979e81fd0bd +SIZE (rust/crates/num-bigint-0.1.40.tar.gz) = 50381 +SHA256 (rust/crates/num-complex-0.1.40.tar.gz) = 503e668405c5492d67cf662a81e05be40efe2e6bcf10f7794a07bd9865e704e6 +SIZE (rust/crates/num-complex-0.1.40.tar.gz) = 15826 +SHA256 (rust/crates/num-integer-0.1.35.tar.gz) = d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba +SIZE (rust/crates/num-integer-0.1.35.tar.gz) = 10413 +SHA256 (rust/crates/num-iter-0.1.34.tar.gz) = 7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01 +SIZE (rust/crates/num-iter-0.1.34.tar.gz) = 7351 +SHA256 (rust/crates/num-rational-0.1.39.tar.gz) = 288629c76fac4b33556f4b7ab57ba21ae202da65ba8b77466e6d598e31990790 +SIZE (rust/crates/num-rational-0.1.39.tar.gz) = 14112 +SHA256 (rust/crates/num-traits-0.1.40.tar.gz) = 99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0 +SIZE (rust/crates/num-traits-0.1.40.tar.gz) = 22673 SHA256 (rust/crates/num_cpus-1.6.2.tar.gz) = aec53c34f2d0247c5ca5d32cca1478762f301740468ee9ee6dcb7a0dd7a0c584 SIZE (rust/crates/num_cpus-1.6.2.tar.gz) = 8442 SHA256 (rust/crates/number_prefix-0.2.7.tar.gz) = 59a14be9c211cb9c602bad35ac99f41e9a84b44d71b8cbd3040e3bd02a214902 @@ -61,27 +81,45 @@ SHA256 (rust/crates/percent-encoding-1.0.0.tar.gz) = d SIZE (rust/crates/percent-encoding-1.0.0.tar.gz) = 5408 SHA256 (rust/crates/pkg-config-0.3.9.tar.gz) = 3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903 SIZE (rust/crates/pkg-config-0.3.9.tar.gz) = 11055 -SHA256 (rust/crates/rand-0.3.15.tar.gz) = 022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d -SIZE (rust/crates/rand-0.3.15.tar.gz) = 55312 +SHA256 (rust/crates/rand-0.3.16.tar.gz) = eb250fd207a4729c976794d03db689c9be1d634ab5a1c9da9492a13d8fecbcdf +SIZE (rust/crates/rand-0.3.16.tar.gz) = 57389 +SHA256 (rust/crates/redox_syscall-0.1.31.tar.gz) = 8dde11f18c108289bef24469638a04dce49da56084f2d50618b226e47eb04509 +SIZE (rust/crates/redox_syscall-0.1.31.tar.gz) = 13420 +SHA256 (rust/crates/regex-0.1.80.tar.gz) = 4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f +SIZE (rust/crates/regex-0.1.80.tar.gz) = 185806 +SHA256 (rust/crates/regex-syntax-0.3.9.tar.gz) = f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957 +SIZE (rust/crates/regex-syntax-0.3.9.tar.gz) = 117427 SHA256 (rust/crates/rustc-serialize-0.3.24.tar.gz) = dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda SIZE (rust/crates/rustc-serialize-0.3.24.tar.gz) = 45926 SHA256 (rust/crates/scoped_threadpool-0.1.7.tar.gz) = 3ef399c8893e8cb7aa9696e895427fab3a6bf265977bb96e126f24ddd2cda85a SIZE (rust/crates/scoped_threadpool-0.1.7.tar.gz) = 265925 -SHA256 (rust/crates/term_grid-0.1.5.tar.gz) = ccc202875496cf72a683a1ecd66f0742a830e73c202bdbd21867d73dfaac8343 -SIZE (rust/crates/term_grid-0.1.5.tar.gz) = 6186 -SHA256 (rust/crates/unicode-bidi-0.3.3.tar.gz) = a6a2c4e3710edd365cd7e78383153ed739fa31af19f9172f72d3575060f5a43a -SIZE (rust/crates/unicode-bidi-0.3.3.tar.gz) = 35909 +SHA256 (rust/crates/term_grid-0.1.6.tar.gz) = b56a46b68f4aa347ba5512b1abc12dcb641ff0e9aa3cb49b007595a320e369c5 +SIZE (rust/crates/term_grid-0.1.6.tar.gz) = 6593 +SHA256 (rust/crates/term_size-0.3.0.tar.gz) = e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209 +SIZE (rust/crates/term_size-0.3.0.tar.gz) = 9932 +SHA256 (rust/crates/thread-id-2.0.0.tar.gz) = a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03 +SIZE (rust/crates/thread-id-2.0.0.tar.gz) = 6108 +SHA256 (rust/crates/thread_local-0.2.7.tar.gz) = 8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5 +SIZE (rust/crates/thread_local-0.2.7.tar.gz) = 10954 +SHA256 (rust/crates/unicode-bidi-0.3.4.tar.gz) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 +SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 SHA256 (rust/crates/unicode-normalization-0.1.5.tar.gz) = 51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f SIZE (rust/crates/unicode-normalization-0.1.5.tar.gz) = 290328 SHA256 (rust/crates/unicode-width-0.1.4.tar.gz) = bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f SIZE (rust/crates/unicode-width-0.1.4.tar.gz) = 15283 SHA256 (rust/crates/url-1.5.1.tar.gz) = eeb819346883532a271eb626deb43c4a1bb4c4dd47c519bd78137c3e72a4fe27 SIZE (rust/crates/url-1.5.1.tar.gz) = 71508 -SHA256 (rust/crates/users-0.5.2.tar.gz) = a7ae8fdf783cb9652109c99886459648feb92ecc749e6b8e7930f6decba74c7c -SIZE (rust/crates/users-0.5.2.tar.gz) = 16568 +SHA256 (rust/crates/users-0.5.3.tar.gz) = e7d8fb16f17ce0e6a18a25ce39f08edb5fbe9a25f3f346c9dca5e6ffc0485cdf +SIZE (rust/crates/users-0.5.3.tar.gz) = 16979 +SHA256 (rust/crates/utf8-ranges-0.1.3.tar.gz) = a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f +SIZE (rust/crates/utf8-ranges-0.1.3.tar.gz) = 8422 SHA256 (rust/crates/vcpkg-0.2.2.tar.gz) = 9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b SIZE (rust/crates/vcpkg-0.2.2.tar.gz) = 5870 -SHA256 (ogham-exa-v0.7.0_GH0.tar.gz) = 1be554f28a234741cdc336891996969c49c16c80c8ca84dedb05e76b4ccac709 -SIZE (ogham-exa-v0.7.0_GH0.tar.gz) = 502525 -SHA256 (rust-datetime-zoneinfo-compiled-f56921ea5e9f7cf065b1480ff270a1757c1f742f_GH0.tar.gz) = b338ee965ea75f23713b17bda5bfa61989eb4ebc8e97de2267fedf0d3cf6f2d9 -SIZE (rust-datetime-zoneinfo-compiled-f56921ea5e9f7cf065b1480ff270a1757c1f742f_GH0.tar.gz) = 7009 +SHA256 (rust/crates/winapi-0.2.8.tar.gz) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a +SIZE (rust/crates/winapi-0.2.8.tar.gz) = 455145 +SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc +SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 +SHA256 (rust/crates/zoneinfo_compiled-0.4.5.tar.gz) = 97d89e408f902f2359bfebbdb3fd4974dad6faf4ecf5daa625c0241d40eeeafa +SIZE (rust/crates/zoneinfo_compiled-0.4.5.tar.gz) = 7260 +SHA256 (ogham-exa-v0.8.0_GH0.tar.gz) = 07085fd784d553b7c3b62b5a52e4635580d6154f47e6d64245ec0588638dee3e +SIZE (ogham-exa-v0.8.0_GH0.tar.gz) = 548070 Added: head/sysutils/exa/files/patch-cargo-crates_datetime-0.4.5_src_system.rs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/exa/files/patch-cargo-crates_datetime-0.4.5_src_system.rs Sun Oct 1 10:23:17 2017 (r451042) @@ -0,0 +1,19 @@ +Fix build on FreeBSD 10.3/i386 + +error[E0308]: mismatched types + --> cargo-crates/datetime-0.4.5/src/system.rs:76:6 + | +76 | (tv.tv_sec, (tv.tv_nsec / 1000) as i16) + | ^^^^^^^^^ expected i64, found i32 + +--- cargo-crates/datetime-0.4.5/src/system.rs.orig 2017-10-01 10:07:40 UTC ++++ cargo-crates/datetime-0.4.5/src/system.rs +@@ -73,7 +73,7 @@ fn file_time_as_u64(ft: &FILETIME) -> u64 { + pub unsafe fn sys_time() -> (i64, i16) { + let mut tv = libc::timespec { tv_sec: 0, tv_nsec: 0 }; + let _ = clock_gettime(libc::CLOCK_REALTIME, &mut tv); +- (tv.tv_sec, (tv.tv_nsec / 1000) as i16) ++ (tv.tv_sec as i64, (tv.tv_nsec / 1000) as i16) + } + + /// Returns the system’s current time, as a tuple of seconds elapsed since From owner-svn-ports-all@freebsd.org Sun Oct 1 11:50:16 2017 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 8ECE9E15556; Sun, 1 Oct 2017 11:50:16 +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 384BF832A6; Sun, 1 Oct 2017 11:50:16 +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 v91BoFMG013505; Sun, 1 Oct 2017 11:50:15 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91BoFBU013502; Sun, 1 Oct 2017 11:50:15 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710011150.v91BoFBU013502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 1 Oct 2017 11:50:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451043 - head/devel/aws-sdk-cpp X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/aws-sdk-cpp X-SVN-Commit-Revision: 451043 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 11:50:16 -0000 Author: vanilla Date: Sun Oct 1 11:50:15 2017 New Revision: 451043 URL: https://svnweb.freebsd.org/changeset/ports/451043 Log: Update to 1.2.5. Modified: head/devel/aws-sdk-cpp/Makefile head/devel/aws-sdk-cpp/distinfo head/devel/aws-sdk-cpp/pkg-plist Modified: head/devel/aws-sdk-cpp/Makefile ============================================================================== --- head/devel/aws-sdk-cpp/Makefile Sun Oct 1 10:23:17 2017 (r451042) +++ head/devel/aws-sdk-cpp/Makefile Sun Oct 1 11:50:15 2017 (r451043) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-cpp -PORTVERSION= 1.1.33 -PORTREVISION= 1 +PORTVERSION= 1.2.5 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org Modified: head/devel/aws-sdk-cpp/distinfo ============================================================================== --- head/devel/aws-sdk-cpp/distinfo Sun Oct 1 10:23:17 2017 (r451042) +++ head/devel/aws-sdk-cpp/distinfo Sun Oct 1 11:50:15 2017 (r451043) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503479083 -SHA256 (aws-aws-sdk-cpp-1.1.33_GH0.tar.gz) = 82f450544e827c4c1cd8c27b2be04dd58d2a208e8ccc60644d88c81294cfee36 -SIZE (aws-aws-sdk-cpp-1.1.33_GH0.tar.gz) = 11837074 +TIMESTAMP = 1506785831 +SHA256 (aws-aws-sdk-cpp-1.2.5_GH0.tar.gz) = d27e3a184ee64e27c9dd5d617181da1ea6592ae96a995a2559d6277b6e7f63e2 +SIZE (aws-aws-sdk-cpp-1.2.5_GH0.tar.gz) = 12186128 Modified: head/devel/aws-sdk-cpp/pkg-plist ============================================================================== --- head/devel/aws-sdk-cpp/pkg-plist Sun Oct 1 10:23:17 2017 (r451042) +++ head/devel/aws-sdk-cpp/pkg-plist Sun Oct 1 11:50:15 2017 (r451043) @@ -387,6 +387,10 @@ include/aws/appstream/model/CreateDirectoryConfigReque include/aws/appstream/model/CreateDirectoryConfigResult.h include/aws/appstream/model/CreateFleetRequest.h include/aws/appstream/model/CreateFleetResult.h +include/aws/appstream/model/CreateImageBuilderRequest.h +include/aws/appstream/model/CreateImageBuilderResult.h +include/aws/appstream/model/CreateImageBuilderStreamingURLRequest.h +include/aws/appstream/model/CreateImageBuilderStreamingURLResult.h include/aws/appstream/model/CreateStackRequest.h include/aws/appstream/model/CreateStackResult.h include/aws/appstream/model/CreateStreamingURLRequest.h @@ -395,12 +399,18 @@ include/aws/appstream/model/DeleteDirectoryConfigReque include/aws/appstream/model/DeleteDirectoryConfigResult.h include/aws/appstream/model/DeleteFleetRequest.h include/aws/appstream/model/DeleteFleetResult.h +include/aws/appstream/model/DeleteImageBuilderRequest.h +include/aws/appstream/model/DeleteImageBuilderResult.h +include/aws/appstream/model/DeleteImageRequest.h +include/aws/appstream/model/DeleteImageResult.h include/aws/appstream/model/DeleteStackRequest.h include/aws/appstream/model/DeleteStackResult.h include/aws/appstream/model/DescribeDirectoryConfigsRequest.h include/aws/appstream/model/DescribeDirectoryConfigsResult.h include/aws/appstream/model/DescribeFleetsRequest.h include/aws/appstream/model/DescribeFleetsResult.h +include/aws/appstream/model/DescribeImageBuildersRequest.h +include/aws/appstream/model/DescribeImageBuildersResult.h include/aws/appstream/model/DescribeImagesRequest.h include/aws/appstream/model/DescribeImagesResult.h include/aws/appstream/model/DescribeSessionsRequest.h @@ -418,7 +428,12 @@ include/aws/appstream/model/FleetAttribute.h include/aws/appstream/model/FleetError.h include/aws/appstream/model/FleetErrorCode.h include/aws/appstream/model/FleetState.h +include/aws/appstream/model/FleetType.h include/aws/appstream/model/Image.h +include/aws/appstream/model/ImageBuilder.h +include/aws/appstream/model/ImageBuilderState.h +include/aws/appstream/model/ImageBuilderStateChangeReason.h +include/aws/appstream/model/ImageBuilderStateChangeReasonCode.h include/aws/appstream/model/ImageState.h include/aws/appstream/model/ImageStateChangeReason.h include/aws/appstream/model/ImageStateChangeReasonCode.h @@ -427,6 +442,7 @@ include/aws/appstream/model/ListAssociatedFleetsResult include/aws/appstream/model/ListAssociatedStacksRequest.h include/aws/appstream/model/ListAssociatedStacksResult.h include/aws/appstream/model/PlatformType.h +include/aws/appstream/model/ResourceError.h include/aws/appstream/model/ServiceAccountCredentials.h include/aws/appstream/model/Session.h include/aws/appstream/model/SessionState.h @@ -435,8 +451,12 @@ include/aws/appstream/model/StackError.h include/aws/appstream/model/StackErrorCode.h include/aws/appstream/model/StartFleetRequest.h include/aws/appstream/model/StartFleetResult.h +include/aws/appstream/model/StartImageBuilderRequest.h +include/aws/appstream/model/StartImageBuilderResult.h include/aws/appstream/model/StopFleetRequest.h include/aws/appstream/model/StopFleetResult.h +include/aws/appstream/model/StopImageBuilderRequest.h +include/aws/appstream/model/StopImageBuilderResult.h include/aws/appstream/model/StorageConnector.h include/aws/appstream/model/StorageConnectorType.h include/aws/appstream/model/UpdateDirectoryConfigRequest.h @@ -580,6 +600,7 @@ include/aws/autoscaling/model/Instance.h include/aws/autoscaling/model/InstanceMonitoring.h include/aws/autoscaling/model/LaunchConfiguration.h include/aws/autoscaling/model/LifecycleHook.h +include/aws/autoscaling/model/LifecycleHookSpecification.h include/aws/autoscaling/model/LifecycleState.h include/aws/autoscaling/model/LoadBalancerState.h include/aws/autoscaling/model/LoadBalancerTargetGroupState.h @@ -720,6 +741,7 @@ include/aws/budgets/model/NotificationWithSubscribers. include/aws/budgets/model/Spend.h include/aws/budgets/model/Subscriber.h include/aws/budgets/model/SubscriptionType.h +include/aws/budgets/model/ThresholdType.h include/aws/budgets/model/TimePeriod.h include/aws/budgets/model/TimeUnit.h include/aws/budgets/model/UpdateBudgetRequest.h @@ -1043,6 +1065,8 @@ include/aws/cloudformation/model/ResourceSignalStatus. include/aws/cloudformation/model/ResourceStatus.h include/aws/cloudformation/model/ResourceTargetDefinition.h include/aws/cloudformation/model/ResponseMetadata.h +include/aws/cloudformation/model/RollbackConfiguration.h +include/aws/cloudformation/model/RollbackTrigger.h include/aws/cloudformation/model/SetStackPolicyRequest.h include/aws/cloudformation/model/SignalResourceRequest.h include/aws/cloudformation/model/Stack.h @@ -1074,6 +1098,8 @@ include/aws/cloudformation/model/UpdateStackRequest.h include/aws/cloudformation/model/UpdateStackResult.h include/aws/cloudformation/model/UpdateStackSetRequest.h include/aws/cloudformation/model/UpdateStackSetResult.h +include/aws/cloudformation/model/UpdateTerminationProtectionRequest.h +include/aws/cloudformation/model/UpdateTerminationProtectionResult.h include/aws/cloudformation/model/ValidateTemplateRequest.h include/aws/cloudformation/model/ValidateTemplateResult.h include/aws/cloudfront/CloudFrontClient.h @@ -1450,24 +1476,32 @@ include/aws/codebuild/CodeBuild_EXPORTS.h include/aws/codebuild/model/ArtifactNamespace.h include/aws/codebuild/model/ArtifactPackaging.h include/aws/codebuild/model/ArtifactsType.h +include/aws/codebuild/model/BatchDeleteBuildsRequest.h +include/aws/codebuild/model/BatchDeleteBuildsResult.h include/aws/codebuild/model/BatchGetBuildsRequest.h include/aws/codebuild/model/BatchGetBuildsResult.h include/aws/codebuild/model/BatchGetProjectsRequest.h include/aws/codebuild/model/BatchGetProjectsResult.h include/aws/codebuild/model/Build.h include/aws/codebuild/model/BuildArtifacts.h +include/aws/codebuild/model/BuildNotDeleted.h include/aws/codebuild/model/BuildPhase.h include/aws/codebuild/model/BuildPhaseType.h include/aws/codebuild/model/ComputeType.h include/aws/codebuild/model/CreateProjectRequest.h include/aws/codebuild/model/CreateProjectResult.h +include/aws/codebuild/model/CreateWebhookRequest.h +include/aws/codebuild/model/CreateWebhookResult.h include/aws/codebuild/model/DeleteProjectRequest.h include/aws/codebuild/model/DeleteProjectResult.h +include/aws/codebuild/model/DeleteWebhookRequest.h +include/aws/codebuild/model/DeleteWebhookResult.h include/aws/codebuild/model/EnvironmentImage.h include/aws/codebuild/model/EnvironmentLanguage.h include/aws/codebuild/model/EnvironmentPlatform.h include/aws/codebuild/model/EnvironmentType.h include/aws/codebuild/model/EnvironmentVariable.h +include/aws/codebuild/model/EnvironmentVariableType.h include/aws/codebuild/model/LanguageType.h include/aws/codebuild/model/ListBuildsForProjectRequest.h include/aws/codebuild/model/ListBuildsForProjectResult.h @@ -1497,6 +1531,7 @@ include/aws/codebuild/model/StopBuildResult.h include/aws/codebuild/model/Tag.h include/aws/codebuild/model/UpdateProjectRequest.h include/aws/codebuild/model/UpdateProjectResult.h +include/aws/codebuild/model/Webhook.h include/aws/codecommit/CodeCommitClient.h include/aws/codecommit/CodeCommitEndpoint.h include/aws/codecommit/CodeCommitErrorMarshaller.h @@ -1759,6 +1794,7 @@ include/aws/codepipeline/model/PipelineDeclaration.h include/aws/codepipeline/model/PipelineExecution.h include/aws/codepipeline/model/PipelineExecutionStatus.h include/aws/codepipeline/model/PipelineExecutionSummary.h +include/aws/codepipeline/model/PipelineMetadata.h include/aws/codepipeline/model/PipelineSummary.h include/aws/codepipeline/model/PollForJobsRequest.h include/aws/codepipeline/model/PollForJobsResult.h @@ -1816,13 +1852,19 @@ include/aws/codestar/model/ListProjectsRequest.h include/aws/codestar/model/ListProjectsResult.h include/aws/codestar/model/ListResourcesRequest.h include/aws/codestar/model/ListResourcesResult.h +include/aws/codestar/model/ListTagsForProjectRequest.h +include/aws/codestar/model/ListTagsForProjectResult.h include/aws/codestar/model/ListTeamMembersRequest.h include/aws/codestar/model/ListTeamMembersResult.h include/aws/codestar/model/ListUserProfilesRequest.h include/aws/codestar/model/ListUserProfilesResult.h include/aws/codestar/model/ProjectSummary.h include/aws/codestar/model/Resource.h +include/aws/codestar/model/TagProjectRequest.h +include/aws/codestar/model/TagProjectResult.h include/aws/codestar/model/TeamMember.h +include/aws/codestar/model/UntagProjectRequest.h +include/aws/codestar/model/UntagProjectResult.h include/aws/codestar/model/UpdateProjectRequest.h include/aws/codestar/model/UpdateProjectResult.h include/aws/codestar/model/UpdateTeamMemberRequest.h @@ -2508,6 +2550,7 @@ include/aws/devicefarm/model/CreateRemoteAccessSession include/aws/devicefarm/model/CreateUploadRequest.h include/aws/devicefarm/model/CreateUploadResult.h include/aws/devicefarm/model/CurrencyCode.h +include/aws/devicefarm/model/CustomerArtifactPaths.h include/aws/devicefarm/model/DeleteDevicePoolRequest.h include/aws/devicefarm/model/DeleteDevicePoolResult.h include/aws/devicefarm/model/DeleteNetworkProfileRequest.h @@ -2530,6 +2573,7 @@ include/aws/devicefarm/model/DevicePoolCompatibilityRe include/aws/devicefarm/model/DevicePoolType.h include/aws/devicefarm/model/ExecutionConfiguration.h include/aws/devicefarm/model/ExecutionResult.h +include/aws/devicefarm/model/ExecutionResultCode.h include/aws/devicefarm/model/ExecutionStatus.h include/aws/devicefarm/model/GetAccountSettingsRequest.h include/aws/devicefarm/model/GetAccountSettingsResult.h @@ -3231,6 +3275,7 @@ include/aws/ec2/model/CancelSpotInstanceRequestState.h include/aws/ec2/model/CancelSpotInstanceRequestsRequest.h include/aws/ec2/model/CancelSpotInstanceRequestsResponse.h include/aws/ec2/model/CancelledSpotInstanceRequest.h +include/aws/ec2/model/CidrBlock.h include/aws/ec2/model/ClassicLinkDnsSupport.h include/aws/ec2/model/ClassicLinkInstance.h include/aws/ec2/model/ClientData.h @@ -3239,6 +3284,8 @@ include/aws/ec2/model/ConfirmProductInstanceResponse.h include/aws/ec2/model/ContainerFormat.h include/aws/ec2/model/ConversionTask.h include/aws/ec2/model/ConversionTaskState.h +include/aws/ec2/model/CopyFpgaImageRequest.h +include/aws/ec2/model/CopyFpgaImageResponse.h include/aws/ec2/model/CopyImageRequest.h include/aws/ec2/model/CopyImageResponse.h include/aws/ec2/model/CopySnapshotRequest.h @@ -3312,6 +3359,8 @@ include/aws/ec2/model/DeleteEgressOnlyInternetGatewayR include/aws/ec2/model/DeleteEgressOnlyInternetGatewayResponse.h include/aws/ec2/model/DeleteFlowLogsRequest.h include/aws/ec2/model/DeleteFlowLogsResponse.h +include/aws/ec2/model/DeleteFpgaImageRequest.h +include/aws/ec2/model/DeleteFpgaImageResponse.h include/aws/ec2/model/DeleteInternetGatewayRequest.h include/aws/ec2/model/DeleteKeyPairRequest.h include/aws/ec2/model/DeleteNatGatewayRequest.h @@ -3363,6 +3412,8 @@ include/aws/ec2/model/DescribeExportTasksRequest.h include/aws/ec2/model/DescribeExportTasksResponse.h include/aws/ec2/model/DescribeFlowLogsRequest.h include/aws/ec2/model/DescribeFlowLogsResponse.h +include/aws/ec2/model/DescribeFpgaImageAttributeRequest.h +include/aws/ec2/model/DescribeFpgaImageAttributeResponse.h include/aws/ec2/model/DescribeFpgaImagesRequest.h include/aws/ec2/model/DescribeFpgaImagesResponse.h include/aws/ec2/model/DescribeHostReservationOfferingsRequest.h @@ -3538,6 +3589,8 @@ include/aws/ec2/model/FleetType.h include/aws/ec2/model/FlowLog.h include/aws/ec2/model/FlowLogsResourceType.h include/aws/ec2/model/FpgaImage.h +include/aws/ec2/model/FpgaImageAttribute.h +include/aws/ec2/model/FpgaImageAttributeName.h include/aws/ec2/model/FpgaImageState.h include/aws/ec2/model/FpgaImageStateCode.h include/aws/ec2/model/GatewayType.h @@ -3595,6 +3648,7 @@ include/aws/ec2/model/InstanceCapacity.h include/aws/ec2/model/InstanceCount.h include/aws/ec2/model/InstanceExportDetails.h include/aws/ec2/model/InstanceHealthStatus.h +include/aws/ec2/model/InstanceInterruptionBehavior.h include/aws/ec2/model/InstanceIpv6Address.h include/aws/ec2/model/InstanceLifecycleType.h include/aws/ec2/model/InstanceMonitoring.h @@ -3624,6 +3678,11 @@ include/aws/ec2/model/LaunchPermissionModifications.h include/aws/ec2/model/LaunchSpecification.h include/aws/ec2/model/ListingState.h include/aws/ec2/model/ListingStatus.h +include/aws/ec2/model/LoadPermission.h +include/aws/ec2/model/LoadPermissionModifications.h +include/aws/ec2/model/LoadPermissionRequest.h +include/aws/ec2/model/ModifyFpgaImageAttributeRequest.h +include/aws/ec2/model/ModifyFpgaImageAttributeResponse.h include/aws/ec2/model/ModifyHostsRequest.h include/aws/ec2/model/ModifyHostsResponse.h include/aws/ec2/model/ModifyIdFormatRequest.h @@ -3747,6 +3806,9 @@ include/aws/ec2/model/ReservedInstancesListing.h include/aws/ec2/model/ReservedInstancesModification.h include/aws/ec2/model/ReservedInstancesModificationResponse.h include/aws/ec2/model/ReservedInstancesOffering.h +include/aws/ec2/model/ResetFpgaImageAttributeName.h +include/aws/ec2/model/ResetFpgaImageAttributeRequest.h +include/aws/ec2/model/ResetFpgaImageAttributeResponse.h include/aws/ec2/model/ResetImageAttributeName.h include/aws/ec2/model/ResetImageAttributeRequest.h include/aws/ec2/model/ResetInstanceAttributeRequest.h @@ -3845,6 +3907,10 @@ include/aws/ec2/model/UnmonitorInstancesRequest.h include/aws/ec2/model/UnmonitorInstancesResponse.h include/aws/ec2/model/UnsuccessfulItem.h include/aws/ec2/model/UnsuccessfulItemError.h +include/aws/ec2/model/UpdateSecurityGroupRuleDescriptionsEgressRequest.h +include/aws/ec2/model/UpdateSecurityGroupRuleDescriptionsEgressResponse.h +include/aws/ec2/model/UpdateSecurityGroupRuleDescriptionsIngressRequest.h +include/aws/ec2/model/UpdateSecurityGroupRuleDescriptionsIngressResponse.h include/aws/ec2/model/UserBucket.h include/aws/ec2/model/UserBucketDetails.h include/aws/ec2/model/UserData.h @@ -3870,6 +3936,7 @@ include/aws/ec2/model/VolumeType.h include/aws/ec2/model/Vpc.h include/aws/ec2/model/VpcAttachment.h include/aws/ec2/model/VpcAttributeName.h +include/aws/ec2/model/VpcCidrBlockAssociation.h include/aws/ec2/model/VpcCidrBlockState.h include/aws/ec2/model/VpcCidrBlockStateCode.h include/aws/ec2/model/VpcClassicLink.h @@ -3988,7 +4055,9 @@ include/aws/ecs/model/DiscoverPollEndpointResult.h include/aws/ecs/model/Failure.h include/aws/ecs/model/HostEntry.h include/aws/ecs/model/HostVolumeProperties.h +include/aws/ecs/model/KernelCapabilities.h include/aws/ecs/model/KeyValuePair.h +include/aws/ecs/model/LinuxParameters.h include/aws/ecs/model/ListAttributesRequest.h include/aws/ecs/model/ListAttributesResult.h include/aws/ecs/model/ListClustersRequest.h @@ -4497,6 +4566,7 @@ include/aws/elasticloadbalancingv2/model/IpAddressType include/aws/elasticloadbalancingv2/model/Limit.h include/aws/elasticloadbalancingv2/model/Listener.h include/aws/elasticloadbalancingv2/model/LoadBalancer.h +include/aws/elasticloadbalancingv2/model/LoadBalancerAddress.h include/aws/elasticloadbalancingv2/model/LoadBalancerAttribute.h include/aws/elasticloadbalancingv2/model/LoadBalancerSchemeEnum.h include/aws/elasticloadbalancingv2/model/LoadBalancerState.h @@ -4531,6 +4601,7 @@ include/aws/elasticloadbalancingv2/model/SetSecurityGr include/aws/elasticloadbalancingv2/model/SetSubnetsRequest.h include/aws/elasticloadbalancingv2/model/SetSubnetsResult.h include/aws/elasticloadbalancingv2/model/SslPolicy.h +include/aws/elasticloadbalancingv2/model/SubnetMapping.h include/aws/elasticloadbalancingv2/model/Tag.h include/aws/elasticloadbalancingv2/model/TagDescription.h include/aws/elasticloadbalancingv2/model/TargetDescription.h @@ -4540,6 +4611,7 @@ include/aws/elasticloadbalancingv2/model/TargetHealth. include/aws/elasticloadbalancingv2/model/TargetHealthDescription.h include/aws/elasticloadbalancingv2/model/TargetHealthReasonEnum.h include/aws/elasticloadbalancingv2/model/TargetHealthStateEnum.h +include/aws/elasticloadbalancingv2/model/TargetTypeEnum.h include/aws/elasticmapreduce/EMRClient.h include/aws/elasticmapreduce/EMREndpoint.h include/aws/elasticmapreduce/EMRErrorMarshaller.h @@ -4785,6 +4857,8 @@ include/aws/email/model/CreateConfigurationSetEventDes include/aws/email/model/CreateConfigurationSetEventDestinationResult.h include/aws/email/model/CreateConfigurationSetRequest.h include/aws/email/model/CreateConfigurationSetResult.h +include/aws/email/model/CreateConfigurationSetTrackingOptionsRequest.h +include/aws/email/model/CreateConfigurationSetTrackingOptionsResult.h include/aws/email/model/CreateReceiptFilterRequest.h include/aws/email/model/CreateReceiptFilterResult.h include/aws/email/model/CreateReceiptRuleRequest.h @@ -4796,6 +4870,8 @@ include/aws/email/model/DeleteConfigurationSetEventDes include/aws/email/model/DeleteConfigurationSetEventDestinationResult.h include/aws/email/model/DeleteConfigurationSetRequest.h include/aws/email/model/DeleteConfigurationSetResult.h +include/aws/email/model/DeleteConfigurationSetTrackingOptionsRequest.h +include/aws/email/model/DeleteConfigurationSetTrackingOptionsResult.h include/aws/email/model/DeleteIdentityPolicyRequest.h include/aws/email/model/DeleteIdentityPolicyResult.h include/aws/email/model/DeleteIdentityRequest.h @@ -4900,8 +4976,11 @@ include/aws/email/model/SetReceiptRulePositionResult.h include/aws/email/model/StopAction.h include/aws/email/model/StopScope.h include/aws/email/model/TlsPolicy.h +include/aws/email/model/TrackingOptions.h include/aws/email/model/UpdateConfigurationSetEventDestinationRequest.h include/aws/email/model/UpdateConfigurationSetEventDestinationResult.h +include/aws/email/model/UpdateConfigurationSetTrackingOptionsRequest.h +include/aws/email/model/UpdateConfigurationSetTrackingOptionsResult.h include/aws/email/model/UpdateReceiptRuleRequest.h include/aws/email/model/UpdateReceiptRuleResult.h include/aws/email/model/VerificationStatus.h @@ -5104,6 +5183,10 @@ include/aws/gamelift/model/CreatePlayerSessionRequest. include/aws/gamelift/model/CreatePlayerSessionResult.h include/aws/gamelift/model/CreatePlayerSessionsRequest.h include/aws/gamelift/model/CreatePlayerSessionsResult.h +include/aws/gamelift/model/CreateVpcPeeringAuthorizationRequest.h +include/aws/gamelift/model/CreateVpcPeeringAuthorizationResult.h +include/aws/gamelift/model/CreateVpcPeeringConnectionRequest.h +include/aws/gamelift/model/CreateVpcPeeringConnectionResult.h include/aws/gamelift/model/DeleteAliasRequest.h include/aws/gamelift/model/DeleteBuildRequest.h include/aws/gamelift/model/DeleteFleetRequest.h @@ -5112,6 +5195,10 @@ include/aws/gamelift/model/DeleteGameSessionQueueResul include/aws/gamelift/model/DeleteMatchmakingConfigurationRequest.h include/aws/gamelift/model/DeleteMatchmakingConfigurationResult.h include/aws/gamelift/model/DeleteScalingPolicyRequest.h +include/aws/gamelift/model/DeleteVpcPeeringAuthorizationRequest.h +include/aws/gamelift/model/DeleteVpcPeeringAuthorizationResult.h +include/aws/gamelift/model/DeleteVpcPeeringConnectionRequest.h +include/aws/gamelift/model/DeleteVpcPeeringConnectionResult.h include/aws/gamelift/model/DescribeAliasRequest.h include/aws/gamelift/model/DescribeAliasResult.h include/aws/gamelift/model/DescribeBuildRequest.h @@ -5150,6 +5237,10 @@ include/aws/gamelift/model/DescribeRuntimeConfiguratio include/aws/gamelift/model/DescribeRuntimeConfigurationResult.h include/aws/gamelift/model/DescribeScalingPoliciesRequest.h include/aws/gamelift/model/DescribeScalingPoliciesResult.h +include/aws/gamelift/model/DescribeVpcPeeringAuthorizationsRequest.h +include/aws/gamelift/model/DescribeVpcPeeringAuthorizationsResult.h +include/aws/gamelift/model/DescribeVpcPeeringConnectionsRequest.h +include/aws/gamelift/model/DescribeVpcPeeringConnectionsResult.h include/aws/gamelift/model/DesiredPlayerSession.h include/aws/gamelift/model/EC2InstanceCounts.h include/aws/gamelift/model/EC2InstanceLimit.h @@ -5245,6 +5336,9 @@ include/aws/gamelift/model/UpdateRuntimeConfigurationR include/aws/gamelift/model/UpdateRuntimeConfigurationResult.h include/aws/gamelift/model/ValidateMatchmakingRuleSetRequest.h include/aws/gamelift/model/ValidateMatchmakingRuleSetResult.h +include/aws/gamelift/model/VpcPeeringAuthorization.h +include/aws/gamelift/model/VpcPeeringConnection.h +include/aws/gamelift/model/VpcPeeringConnectionStatus.h include/aws/glacier/GlacierClient.h include/aws/glacier/GlacierEndpoint.h include/aws/glacier/GlacierErrorMarshaller.h @@ -5685,6 +5779,8 @@ include/aws/greengrass/model/LoggerComponent.h include/aws/greengrass/model/LoggerDefinitionVersion.h include/aws/greengrass/model/LoggerLevel.h include/aws/greengrass/model/LoggerType.h +include/aws/greengrass/model/ResetDeploymentsRequest.h +include/aws/greengrass/model/ResetDeploymentsResult.h include/aws/greengrass/model/Subscription.h include/aws/greengrass/model/SubscriptionDefinitionVersion.h include/aws/greengrass/model/UpdateConnectivityInfoRequest.h @@ -5799,11 +5895,15 @@ include/aws/iam/model/DeleteRoleRequest.h include/aws/iam/model/DeleteSAMLProviderRequest.h include/aws/iam/model/DeleteSSHPublicKeyRequest.h include/aws/iam/model/DeleteServerCertificateRequest.h +include/aws/iam/model/DeleteServiceLinkedRoleRequest.h +include/aws/iam/model/DeleteServiceLinkedRoleResult.h include/aws/iam/model/DeleteServiceSpecificCredentialRequest.h include/aws/iam/model/DeleteSigningCertificateRequest.h include/aws/iam/model/DeleteUserPolicyRequest.h include/aws/iam/model/DeleteUserRequest.h include/aws/iam/model/DeleteVirtualMFADeviceRequest.h +include/aws/iam/model/DeletionTaskFailureReasonType.h +include/aws/iam/model/DeletionTaskStatusType.h include/aws/iam/model/DetachGroupPolicyRequest.h include/aws/iam/model/DetachRolePolicyRequest.h include/aws/iam/model/DetachUserPolicyRequest.h @@ -5851,6 +5951,8 @@ include/aws/iam/model/GetSSHPublicKeyRequest.h include/aws/iam/model/GetSSHPublicKeyResult.h include/aws/iam/model/GetServerCertificateRequest.h include/aws/iam/model/GetServerCertificateResult.h +include/aws/iam/model/GetServiceLinkedRoleDeletionStatusRequest.h +include/aws/iam/model/GetServiceLinkedRoleDeletionStatusResult.h include/aws/iam/model/GetUserPolicyRequest.h include/aws/iam/model/GetUserPolicyResult.h include/aws/iam/model/GetUserRequest.h @@ -5939,6 +6041,7 @@ include/aws/iam/model/ResponseMetadata.h include/aws/iam/model/ResyncMFADeviceRequest.h include/aws/iam/model/Role.h include/aws/iam/model/RoleDetail.h +include/aws/iam/model/RoleUsageType.h include/aws/iam/model/SAMLProviderListEntry.h include/aws/iam/model/SSHPublicKey.h include/aws/iam/model/SSHPublicKeyMetadata.h @@ -6586,6 +6689,8 @@ include/aws/lex-models/model/DeleteSlotTypeRequest.h include/aws/lex-models/model/DeleteSlotTypeVersionRequest.h include/aws/lex-models/model/DeleteUtterancesRequest.h include/aws/lex-models/model/EnumerationValue.h +include/aws/lex-models/model/ExportStatus.h +include/aws/lex-models/model/ExportType.h include/aws/lex-models/model/FollowUpPrompt.h include/aws/lex-models/model/FulfillmentActivity.h include/aws/lex-models/model/FulfillmentActivityType.h @@ -6609,6 +6714,8 @@ include/aws/lex-models/model/GetBuiltinIntentsRequest. include/aws/lex-models/model/GetBuiltinIntentsResult.h include/aws/lex-models/model/GetBuiltinSlotTypesRequest.h include/aws/lex-models/model/GetBuiltinSlotTypesResult.h +include/aws/lex-models/model/GetExportRequest.h +include/aws/lex-models/model/GetExportResult.h include/aws/lex-models/model/GetIntentRequest.h include/aws/lex-models/model/GetIntentResult.h include/aws/lex-models/model/GetIntentVersionsRequest.h @@ -6639,9 +6746,11 @@ include/aws/lex-models/model/PutSlotTypeRequest.h include/aws/lex-models/model/PutSlotTypeResult.h include/aws/lex-models/model/ReferenceType.h include/aws/lex-models/model/ResourceReference.h +include/aws/lex-models/model/ResourceType.h include/aws/lex-models/model/Slot.h include/aws/lex-models/model/SlotConstraint.h include/aws/lex-models/model/SlotTypeMetadata.h +include/aws/lex-models/model/SlotValueSelectionStrategy.h include/aws/lex-models/model/Statement.h include/aws/lex-models/model/Status.h include/aws/lex-models/model/StatusType.h @@ -6806,6 +6915,7 @@ include/aws/logs/CloudWatchLogsErrorMarshaller.h include/aws/logs/CloudWatchLogsErrors.h include/aws/logs/CloudWatchLogsRequest.h include/aws/logs/CloudWatchLogs_EXPORTS.h +include/aws/logs/model/AssociateKmsKeyRequest.h include/aws/logs/model/CancelExportTaskRequest.h include/aws/logs/model/CreateExportTaskRequest.h include/aws/logs/model/CreateExportTaskResult.h @@ -6815,6 +6925,7 @@ include/aws/logs/model/DeleteDestinationRequest.h include/aws/logs/model/DeleteLogGroupRequest.h include/aws/logs/model/DeleteLogStreamRequest.h include/aws/logs/model/DeleteMetricFilterRequest.h +include/aws/logs/model/DeleteResourcePolicyRequest.h include/aws/logs/model/DeleteRetentionPolicyRequest.h include/aws/logs/model/DeleteSubscriptionFilterRequest.h include/aws/logs/model/DescribeDestinationsRequest.h @@ -6827,9 +6938,12 @@ include/aws/logs/model/DescribeLogStreamsRequest.h include/aws/logs/model/DescribeLogStreamsResult.h include/aws/logs/model/DescribeMetricFiltersRequest.h include/aws/logs/model/DescribeMetricFiltersResult.h +include/aws/logs/model/DescribeResourcePoliciesRequest.h +include/aws/logs/model/DescribeResourcePoliciesResult.h include/aws/logs/model/DescribeSubscriptionFiltersRequest.h include/aws/logs/model/DescribeSubscriptionFiltersResult.h include/aws/logs/model/Destination.h +include/aws/logs/model/DisassociateKmsKeyRequest.h include/aws/logs/model/Distribution.h include/aws/logs/model/ExportTask.h include/aws/logs/model/ExportTaskExecutionInfo.h @@ -6856,9 +6970,12 @@ include/aws/logs/model/PutDestinationResult.h include/aws/logs/model/PutLogEventsRequest.h include/aws/logs/model/PutLogEventsResult.h include/aws/logs/model/PutMetricFilterRequest.h +include/aws/logs/model/PutResourcePolicyRequest.h +include/aws/logs/model/PutResourcePolicyResult.h include/aws/logs/model/PutRetentionPolicyRequest.h include/aws/logs/model/PutSubscriptionFilterRequest.h include/aws/logs/model/RejectedLogEventsInfo.h +include/aws/logs/model/ResourcePolicy.h include/aws/logs/model/SearchedLogStream.h include/aws/logs/model/SubscriptionFilter.h include/aws/logs/model/TagLogGroupRequest.h @@ -7489,6 +7606,9 @@ include/aws/pinpoint/PinpointErrorMarshaller.h include/aws/pinpoint/PinpointErrors.h include/aws/pinpoint/PinpointRequest.h include/aws/pinpoint/Pinpoint_EXPORTS.h +include/aws/pinpoint/model/ADMChannelRequest.h +include/aws/pinpoint/model/ADMChannelResponse.h +include/aws/pinpoint/model/ADMMessage.h include/aws/pinpoint/model/APNSChannelRequest.h include/aws/pinpoint/model/APNSChannelResponse.h include/aws/pinpoint/model/APNSMessage.h @@ -7503,6 +7623,9 @@ include/aws/pinpoint/model/ApplicationSettingsResource include/aws/pinpoint/model/ApplicationsResponse.h include/aws/pinpoint/model/AttributeDimension.h include/aws/pinpoint/model/AttributeType.h +include/aws/pinpoint/model/BaiduChannelRequest.h +include/aws/pinpoint/model/BaiduChannelResponse.h +include/aws/pinpoint/model/BaiduMessage.h include/aws/pinpoint/model/CampaignEmailMessage.h include/aws/pinpoint/model/CampaignLimits.h include/aws/pinpoint/model/CampaignResponse.h @@ -7522,12 +7645,16 @@ include/aws/pinpoint/model/CreateSegmentRequest.h include/aws/pinpoint/model/CreateSegmentResult.h include/aws/pinpoint/model/DefaultMessage.h include/aws/pinpoint/model/DefaultPushNotificationMessage.h +include/aws/pinpoint/model/DeleteAdmChannelRequest.h +include/aws/pinpoint/model/DeleteAdmChannelResult.h include/aws/pinpoint/model/DeleteApnsChannelRequest.h include/aws/pinpoint/model/DeleteApnsChannelResult.h include/aws/pinpoint/model/DeleteApnsSandboxChannelRequest.h include/aws/pinpoint/model/DeleteApnsSandboxChannelResult.h include/aws/pinpoint/model/DeleteAppRequest.h include/aws/pinpoint/model/DeleteAppResult.h +include/aws/pinpoint/model/DeleteBaiduChannelRequest.h +include/aws/pinpoint/model/DeleteBaiduChannelResult.h include/aws/pinpoint/model/DeleteCampaignRequest.h include/aws/pinpoint/model/DeleteCampaignResult.h include/aws/pinpoint/model/DeleteEmailChannelRequest.h @@ -7546,12 +7673,15 @@ include/aws/pinpoint/model/DirectMessageConfiguration. include/aws/pinpoint/model/Duration.h include/aws/pinpoint/model/EmailChannelRequest.h include/aws/pinpoint/model/EmailChannelResponse.h +include/aws/pinpoint/model/EmailMessage.h include/aws/pinpoint/model/EndpointBatchItem.h include/aws/pinpoint/model/EndpointBatchRequest.h include/aws/pinpoint/model/EndpointDemographic.h include/aws/pinpoint/model/EndpointLocation.h +include/aws/pinpoint/model/EndpointMessageResult.h include/aws/pinpoint/model/EndpointRequest.h include/aws/pinpoint/model/EndpointResponse.h +include/aws/pinpoint/model/EndpointSendConfiguration.h include/aws/pinpoint/model/EndpointUser.h include/aws/pinpoint/model/EventStream.h include/aws/pinpoint/model/Format.h @@ -7559,6 +7689,8 @@ include/aws/pinpoint/model/Frequency.h include/aws/pinpoint/model/GCMChannelRequest.h include/aws/pinpoint/model/GCMChannelResponse.h include/aws/pinpoint/model/GCMMessage.h +include/aws/pinpoint/model/GetAdmChannelRequest.h +include/aws/pinpoint/model/GetAdmChannelResult.h include/aws/pinpoint/model/GetApnsChannelRequest.h include/aws/pinpoint/model/GetApnsChannelResult.h include/aws/pinpoint/model/GetApnsSandboxChannelRequest.h @@ -7569,6 +7701,8 @@ include/aws/pinpoint/model/GetApplicationSettingsReque include/aws/pinpoint/model/GetApplicationSettingsResult.h include/aws/pinpoint/model/GetAppsRequest.h include/aws/pinpoint/model/GetAppsResult.h +include/aws/pinpoint/model/GetBaiduChannelRequest.h +include/aws/pinpoint/model/GetBaiduChannelResult.h include/aws/pinpoint/model/GetCampaignActivitiesRequest.h include/aws/pinpoint/model/GetCampaignActivitiesResult.h include/aws/pinpoint/model/GetCampaignRequest.h @@ -7634,14 +7768,22 @@ include/aws/pinpoint/model/SegmentType.h include/aws/pinpoint/model/SegmentsResponse.h include/aws/pinpoint/model/SendMessagesRequest.h include/aws/pinpoint/model/SendMessagesResult.h +include/aws/pinpoint/model/SendUsersMessageRequest.h +include/aws/pinpoint/model/SendUsersMessageResponse.h +include/aws/pinpoint/model/SendUsersMessagesRequest.h +include/aws/pinpoint/model/SendUsersMessagesResult.h include/aws/pinpoint/model/SetDimension.h include/aws/pinpoint/model/TreatmentResource.h +include/aws/pinpoint/model/UpdateAdmChannelRequest.h +include/aws/pinpoint/model/UpdateAdmChannelResult.h include/aws/pinpoint/model/UpdateApnsChannelRequest.h include/aws/pinpoint/model/UpdateApnsChannelResult.h include/aws/pinpoint/model/UpdateApnsSandboxChannelRequest.h include/aws/pinpoint/model/UpdateApnsSandboxChannelResult.h include/aws/pinpoint/model/UpdateApplicationSettingsRequest.h include/aws/pinpoint/model/UpdateApplicationSettingsResult.h +include/aws/pinpoint/model/UpdateBaiduChannelRequest.h +include/aws/pinpoint/model/UpdateBaiduChannelResult.h include/aws/pinpoint/model/UpdateCampaignRequest.h include/aws/pinpoint/model/UpdateCampaignResult.h include/aws/pinpoint/model/UpdateEmailChannelRequest.h @@ -8203,6 +8345,8 @@ include/aws/route53/model/CreateHealthCheckRequest.h include/aws/route53/model/CreateHealthCheckResult.h include/aws/route53/model/CreateHostedZoneRequest.h include/aws/route53/model/CreateHostedZoneResult.h +include/aws/route53/model/CreateQueryLoggingConfigRequest.h +include/aws/route53/model/CreateQueryLoggingConfigResult.h include/aws/route53/model/CreateReusableDelegationSetRequest.h include/aws/route53/model/CreateReusableDelegationSetResult.h include/aws/route53/model/CreateTrafficPolicyInstanceRequest.h @@ -8218,6 +8362,8 @@ include/aws/route53/model/DeleteHealthCheckRequest.h include/aws/route53/model/DeleteHealthCheckResult.h include/aws/route53/model/DeleteHostedZoneRequest.h include/aws/route53/model/DeleteHostedZoneResult.h +include/aws/route53/model/DeleteQueryLoggingConfigRequest.h +include/aws/route53/model/DeleteQueryLoggingConfigResult.h include/aws/route53/model/DeleteReusableDelegationSetRequest.h include/aws/route53/model/DeleteReusableDelegationSetResult.h include/aws/route53/model/DeleteTrafficPolicyInstanceRequest.h @@ -8249,6 +8395,8 @@ include/aws/route53/model/GetHostedZoneCountRequest.h include/aws/route53/model/GetHostedZoneCountResult.h include/aws/route53/model/GetHostedZoneRequest.h include/aws/route53/model/GetHostedZoneResult.h +include/aws/route53/model/GetQueryLoggingConfigRequest.h +include/aws/route53/model/GetQueryLoggingConfigResult.h include/aws/route53/model/GetReusableDelegationSetRequest.h include/aws/route53/model/GetReusableDelegationSetResult.h include/aws/route53/model/GetTrafficPolicyInstanceCountRequest.h @@ -8273,6 +8421,8 @@ include/aws/route53/model/ListHostedZonesByNameRequest include/aws/route53/model/ListHostedZonesByNameResult.h include/aws/route53/model/ListHostedZonesRequest.h include/aws/route53/model/ListHostedZonesResult.h +include/aws/route53/model/ListQueryLoggingConfigsRequest.h +include/aws/route53/model/ListQueryLoggingConfigsResult.h include/aws/route53/model/ListResourceRecordSetsRequest.h include/aws/route53/model/ListResourceRecordSetsResult.h include/aws/route53/model/ListReusableDelegationSetsRequest.h @@ -8293,7 +8443,9 @@ include/aws/route53/model/ListTrafficPolicyVersionsReq include/aws/route53/model/ListTrafficPolicyVersionsResult.h include/aws/route53/model/ListVPCAssociationAuthorizationsRequest.h include/aws/route53/model/ListVPCAssociationAuthorizationsResult.h +include/aws/route53/model/QueryLoggingConfig.h include/aws/route53/model/RRType.h +include/aws/route53/model/ResettableElementName.h include/aws/route53/model/ResourceRecord.h include/aws/route53/model/ResourceRecordSet.h include/aws/route53/model/ResourceRecordSetFailover.h @@ -8672,6 +8824,10 @@ include/aws/servicecatalog/model/AssociateTagOptionWit include/aws/servicecatalog/model/AssociateTagOptionWithResourceResult.h include/aws/servicecatalog/model/ConstraintDetail.h include/aws/servicecatalog/model/ConstraintSummary.h +include/aws/servicecatalog/model/CopyOption.h +include/aws/servicecatalog/model/CopyProductRequest.h +include/aws/servicecatalog/model/CopyProductResult.h +include/aws/servicecatalog/model/CopyProductStatus.h include/aws/servicecatalog/model/CreateConstraintRequest.h include/aws/servicecatalog/model/CreateConstraintResult.h include/aws/servicecatalog/model/CreatePortfolioRequest.h @@ -8696,6 +8852,8 @@ include/aws/servicecatalog/model/DeleteProvisioningArt include/aws/servicecatalog/model/DeleteProvisioningArtifactResult.h include/aws/servicecatalog/model/DescribeConstraintRequest.h include/aws/servicecatalog/model/DescribeConstraintResult.h +include/aws/servicecatalog/model/DescribeCopyProductStatusRequest.h +include/aws/servicecatalog/model/DescribeCopyProductStatusResult.h include/aws/servicecatalog/model/DescribePortfolioRequest.h include/aws/servicecatalog/model/DescribePortfolioResult.h include/aws/servicecatalog/model/DescribeProductAsAdminRequest.h @@ -8764,6 +8922,7 @@ include/aws/servicecatalog/model/ProvisioningArtifact. include/aws/servicecatalog/model/ProvisioningArtifactDetail.h include/aws/servicecatalog/model/ProvisioningArtifactParameter.h include/aws/servicecatalog/model/ProvisioningArtifactProperties.h +include/aws/servicecatalog/model/ProvisioningArtifactPropertyName.h include/aws/servicecatalog/model/ProvisioningArtifactSummary.h include/aws/servicecatalog/model/ProvisioningArtifactType.h include/aws/servicecatalog/model/ProvisioningParameter.h @@ -9248,10 +9407,10 @@ include/aws/ssm/model/InventoryQueryOperatorType.h include/aws/ssm/model/InventoryResultEntity.h include/aws/ssm/model/InventoryResultItem.h include/aws/ssm/model/LastResourceDataSyncStatus.h -include/aws/ssm/model/ListAssociationsRequest.h -include/aws/ssm/model/ListAssociationsResult.h include/aws/ssm/model/ListAssociationVersionsRequest.h include/aws/ssm/model/ListAssociationVersionsResult.h +include/aws/ssm/model/ListAssociationsRequest.h +include/aws/ssm/model/ListAssociationsResult.h include/aws/ssm/model/ListCommandInvocationsRequest.h include/aws/ssm/model/ListCommandInvocationsResult.h include/aws/ssm/model/ListCommandsRequest.h From owner-svn-ports-all@freebsd.org Sun Oct 1 12:58:14 2017 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 42EA0E24271; Sun, 1 Oct 2017 12:58:14 +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 07F4084D64; Sun, 1 Oct 2017 12:58:13 +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 v91CwD1R042230; Sun, 1 Oct 2017 12:58:13 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91CwCsU042218; Sun, 1 Oct 2017 12:58:12 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201710011258.v91CwCsU042218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 1 Oct 2017 12:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451044 - in head/databases: mariadb102-client mariadb102-client/files mariadb102-server mariadb102-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/databases: mariadb102-client mariadb102-client/files mariadb102-server mariadb102-server/files X-SVN-Commit-Revision: 451044 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 12:58:14 -0000 Author: brnrd Date: Sun Oct 1 12:58:11 2017 New Revision: 451044 URL: https://svnweb.freebsd.org/changeset/ports/451044 Log: databases/mariadb102-server: Update to 10.2.9 Added: head/databases/mariadb102-server/files/patch-storage_rocksdb_rdb__datadic.h (contents, props changed) head/databases/mariadb102-server/files/patch-storage_rocksdb_rocksdb_db_malloc__stats.cc (contents, props changed) Deleted: head/databases/mariadb102-server/files/patch-storage_rocksdb_rocksdb_db_db__impl.cc Modified: head/databases/mariadb102-client/Makefile head/databases/mariadb102-client/files/patch-include_CMakeLists.txt head/databases/mariadb102-client/pkg-plist head/databases/mariadb102-server/Makefile head/databases/mariadb102-server/distinfo head/databases/mariadb102-server/files/patch-include_CMakeLists.txt head/databases/mariadb102-server/files/patch-pcre_CMakeLists.txt head/databases/mariadb102-server/files/patch-sql_CMakeLists.txt head/databases/mariadb102-server/files/patch-storage_tokudb_CMakeLists.txt head/databases/mariadb102-server/pkg-plist Modified: head/databases/mariadb102-client/Makefile ============================================================================== --- head/databases/mariadb102-client/Makefile Sun Oct 1 11:50:15 2017 (r451043) +++ head/databases/mariadb102-client/Makefile Sun Oct 1 12:58:11 2017 (r451044) @@ -23,7 +23,7 @@ CLIENT_ONLY= yes post-install: ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 ${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig - ${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/private + ${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/server ${RM} -r ${STAGEDIR}${DATADIR}/policy ${RM} ${STAGEDIR}${PREFIX}/man/man1/aria* ${STAGEDIR}${PREFIX}/man/man1/myisam* # Fix https://mariadb.atlassian.net/browse/MDEV-9388 Modified: head/databases/mariadb102-client/files/patch-include_CMakeLists.txt ============================================================================== --- head/databases/mariadb102-client/files/patch-include_CMakeLists.txt Sun Oct 1 11:50:15 2017 (r451043) +++ head/databases/mariadb102-client/files/patch-include_CMakeLists.txt Sun Oct 1 12:58:11 2017 (r451044) @@ -1,16 +1,17 @@ ---- include/CMakeLists.txt.orig 2017-04-04 19:11:34 UTC +--- include/CMakeLists.txt.orig 2017-08-17 10:05:38 UTC +++ include/CMakeLists.txt -@@ -73,11 +73,13 @@ INSTALL(DIRECTORY mysql/ DESTINATION ${I - STRING(REPLACE "." "\\." EXCL_RE "${HEADERS};${HEADERS_GEN_CONFIGURE}") +@@ -80,12 +80,14 @@ STRING(REPLACE "." "\\." EXCL_RE "${HEAD STRING(REPLACE ";" "|" EXCL_RE "${EXCL_RE}") + MACRO(INSTALL_PRIVATE DIR) +IF(FALSE) - INSTALL(DIRECTORY . DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development - FILES_MATCHING PATTERN "*.h" - PATTERN CMakeFiles EXCLUDE - PATTERN mysql EXCLUDE - REGEX "\\./(${EXCL_RE}$)" EXCLUDE) + INSTALL(DIRECTORY ${DIR}/. + DESTINATION ${INSTALL_INCLUDEDIR}/server/private COMPONENT Development + FILES_MATCHING PATTERN "*.h" + PATTERN CMakeFiles EXCLUDE + PATTERN mysql EXCLUDE + REGEX "\\./(${EXCL_RE}$)" EXCLUDE) +ENDIF() + ENDMACRO() - INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/. DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development - FILES_MATCHING PATTERN "*.h" + INSTALL_PRIVATE(${CMAKE_CURRENT_BINARY_DIR}) Modified: head/databases/mariadb102-client/pkg-plist ============================================================================== --- head/databases/mariadb102-client/pkg-plist Sun Oct 1 11:50:15 2017 (r451043) +++ head/databases/mariadb102-client/pkg-plist Sun Oct 1 12:58:11 2017 (r451044) @@ -11,22 +11,7 @@ bin/mysqlimport bin/mysqlshow bin/mysqlslap bin/mysql_config -include/mysql/auth_dialog_client.h -include/mysql/big_endian.h -include/mysql/byte_order_generic.h -include/mysql/byte_order_generic_x86.h -include/mysql/byte_order_generic_x86_64.h -include/mysql/client_plugin.h -include/mysql/decimal.h include/mysql/errmsg.h -include/mysql/handler_ername.h -include/mysql/handler_state.h -include/mysql/json_lib.h -include/mysql/keycache.h -include/mysql/little_endian.h -include/mysql/m_ctype.h -include/mysql/m_string.h -include/mysql/ma_dyncol.h include/mysql/ma_list.h include/mysql/ma_pvio.h include/mysql/ma_tls.h @@ -36,82 +21,11 @@ include/mysql/mariadb_ctype.h include/mysql/mariadb_dyncol.h include/mysql/mariadb_stmt.h include/mysql/mariadb_version.h -include/mysql/my_alloc.h -include/mysql/my_attribute.h -include/mysql/my_byteorder.h -include/mysql/my_compiler.h -include/mysql/my_config.h -include/mysql/my_dbug.h -include/mysql/my_decimal_limits.h -include/mysql/my_dir.h -include/mysql/my_getopt.h -include/mysql/my_global.h -include/mysql/my_list.h -include/mysql/my_net.h -include/mysql/my_pthread.h -include/mysql/my_sys.h -include/mysql/my_valgrind.h -include/mysql/my_xml.h include/mysql/mysql.h -include/mysql/mysql_com.h -include/mysql/mysql_com_server.h -include/mysql/mysql_embed.h -include/mysql/mysql_time.h -include/mysql/mysql_version.h -include/mysql/mysqld_ername.h -include/mysql/mysqld_error.h include/mysql/mysql/client_plugin.h include/mysql/mysql/plugin_auth.h include/mysql/mysql/plugin_auth_common.h -include/mysql/pack.h -include/mysql/plugin.h -include/mysql/plugin_audit.h -include/mysql/plugin_auth.h -include/mysql/plugin_auth_common.h -include/mysql/plugin_encryption.h -include/mysql/plugin_ftparser.h -include/mysql/plugin_password_validation.h -include/mysql/psi/mysql_file.h -include/mysql/psi/mysql_idle.h -include/mysql/psi/mysql_socket.h -include/mysql/psi/mysql_stage.h -include/mysql/psi/mysql_statement.h -include/mysql/psi/mysql_table.h -include/mysql/psi/mysql_thread.h -include/mysql/psi/psi.h -include/mysql/psi/psi_abi_v0.h -include/mysql/psi/psi_abi_v1.h -include/mysql/psi/psi_abi_v2.h -include/mysql/psi/psi_base.h -include/mysql/psi/psi_memory.h -include/mysql/service_base64.h -include/mysql/service_debug_sync.h -include/mysql/service_encryption.h -include/mysql/service_encryption_scheme.h -include/mysql/service_kill_statement.h -include/mysql/service_logger.h -include/mysql/service_md5.h -include/mysql/service_my_crypt.h -include/mysql/service_my_print_error.h -include/mysql/service_my_snprintf.h -include/mysql/service_progress_report.h -include/mysql/service_sha1.h -include/mysql/service_sha2.h -include/mysql/service_thd_alloc.h -include/mysql/service_thd_autoinc.h -include/mysql/service_thd_error_context.h -include/mysql/service_thd_rnd.h -include/mysql/service_thd_specifics.h -include/mysql/service_thd_timezone.h -include/mysql/service_thd_wait.h -include/mysql/service_wsrep.h -include/mysql/services.h -include/mysql/sql_common.h -include/mysql/sql_state.h -include/mysql/sslopt-case.h -include/mysql/sslopt-longopts.h -include/mysql/sslopt-vars.h -include/mysql/typelib.h +@comment include/mysql/mysqld_error.h %%NO_GSSAPI_NONE%%lib/mysql/plugin/auth_gssapi_client.so lib/mysql/libmariadb.so lib/mysql/libmariadb.so.3 @@ -161,6 +75,7 @@ lib/mysql/plugin/sha256_password.so %%DATADIR%%/french/errmsg.sys %%DATADIR%%/german/errmsg.sys %%DATADIR%%/greek/errmsg.sys +%%DATADIR%%/hindi/errmsg.sys %%DATADIR%%/hungarian/errmsg.sys %%DATADIR%%/italian/errmsg.sys %%DATADIR%%/japanese/errmsg.sys Modified: head/databases/mariadb102-server/Makefile ============================================================================== --- head/databases/mariadb102-server/Makefile Sun Oct 1 11:50:15 2017 (r451043) +++ head/databases/mariadb102-server/Makefile Sun Oct 1 12:58:11 2017 (r451044) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.2.7 -PORTREVISION?= 3 +PORTVERSION= 10.2.9 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \ http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \ Modified: head/databases/mariadb102-server/distinfo ============================================================================== --- head/databases/mariadb102-server/distinfo Sun Oct 1 11:50:15 2017 (r451043) +++ head/databases/mariadb102-server/distinfo Sun Oct 1 12:58:11 2017 (r451044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499877512 -SHA256 (mariadb-10.2.7.tar.gz) = 225ba1bbc48325ad38a9f433ff99da4641028f42404a29591cc370e4a676c0bc -SIZE (mariadb-10.2.7.tar.gz) = 67669554 +TIMESTAMP = 1506627462 +SHA256 (mariadb-10.2.9.tar.gz) = 12e0a01c52591ee77cf0f940fe65df024457fa16c70f08c6116048d576096124 +SIZE (mariadb-10.2.9.tar.gz) = 70858881 Modified: head/databases/mariadb102-server/files/patch-include_CMakeLists.txt ============================================================================== --- head/databases/mariadb102-server/files/patch-include_CMakeLists.txt Sun Oct 1 11:50:15 2017 (r451043) +++ head/databases/mariadb102-server/files/patch-include_CMakeLists.txt Sun Oct 1 12:58:11 2017 (r451044) @@ -1,27 +1,38 @@ ---- include/CMakeLists.txt.orig 2017-05-14 23:13:15 UTC +--- include/CMakeLists.txt.orig 2017-08-17 10:05:38 UTC +++ include/CMakeLists.txt -@@ -64,20 +64,24 @@ SET(HEADERS - json_lib.h - ) +@@ -1,5 +1,5 @@ + # Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved. +-# ++# + # This program is free software; you can redistribute it and/or modify + # it under the terms of the GNU General Public License as published by + # the Free Software Foundation; version 2 of the License. +@@ -68,6 +68,7 @@ SET(HEADERS + INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mysqld_error.h + DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development) +IF(FALSE) - INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development) + INSTALL(FILES ${HEADERS} + DESTINATION ${INSTALL_INCLUDEDIR}/server COMPONENT Development) FOREACH(f ${HEADERS_GEN_CONFIGURE}) - INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${f} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development PERMISSIONS OWNER_READ GROUP_READ WORLD_READ) +@@ -75,17 +76,20 @@ FOREACH(f ${HEADERS_GEN_CONFIGURE}) + DESTINATION ${INSTALL_INCLUDEDIR}/server COMPONENT Development) ENDFOREACH(f) - INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development FILES_MATCHING PATTERN "*.h") + INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/server/mysql COMPONENT Development FILES_MATCHING PATTERN "*.h") +ENDIF() STRING(REPLACE "." "\\." EXCL_RE "${HEADERS};${HEADERS_GEN_CONFIGURE}") STRING(REPLACE ";" "|" EXCL_RE "${EXCL_RE}") + MACRO(INSTALL_PRIVATE DIR) +IF(FALSE) - INSTALL(DIRECTORY . DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development - FILES_MATCHING PATTERN "*.h" - PATTERN CMakeFiles EXCLUDE - PATTERN mysql EXCLUDE - REGEX "\\./(${EXCL_RE}$)" EXCLUDE) + INSTALL(DIRECTORY ${DIR}/. + DESTINATION ${INSTALL_INCLUDEDIR}/server/private COMPONENT Development + FILES_MATCHING PATTERN "*.h" + PATTERN CMakeFiles EXCLUDE + PATTERN mysql EXCLUDE + REGEX "\\./(${EXCL_RE}$)" EXCLUDE) +ENDIF() + ENDMACRO() - INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/. DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development - FILES_MATCHING PATTERN "*.h" + INSTALL_PRIVATE(${CMAKE_CURRENT_BINARY_DIR}) Modified: head/databases/mariadb102-server/files/patch-pcre_CMakeLists.txt ============================================================================== --- head/databases/mariadb102-server/files/patch-pcre_CMakeLists.txt Sun Oct 1 11:50:15 2017 (r451043) +++ head/databases/mariadb102-server/files/patch-pcre_CMakeLists.txt Sun Oct 1 12:58:11 2017 (r451044) @@ -1,13 +1,11 @@ -Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options - ---- pcre/CMakeLists.txt.orig 2017-05-14 23:13:17 UTC +--- pcre/CMakeLists.txt.orig 2017-08-17 10:05:39 UTC +++ pcre/CMakeLists.txt @@ -510,6 +510,8 @@ IF(PCRE_SHOW_REPORT) MESSAGE(STATUS "") ENDIF(PCRE_SHOW_REPORT) +IF(FALSE) - INSTALL(FILES ${CMAKE_BINARY_DIR}/pcre/pcre.h DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development) + INSTALL(FILES ${CMAKE_BINARY_DIR}/pcre/pcre.h DESTINATION ${INSTALL_INCLUDEDIR}/server/private COMPONENT Development) +ENDIF() # end CMakeLists.txt Modified: head/databases/mariadb102-server/files/patch-sql_CMakeLists.txt ============================================================================== --- head/databases/mariadb102-server/files/patch-sql_CMakeLists.txt Sun Oct 1 11:50:15 2017 (r451043) +++ head/databases/mariadb102-server/files/patch-sql_CMakeLists.txt Sun Oct 1 12:58:11 2017 (r451044) @@ -1,8 +1,6 @@ -Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options - ---- sql/CMakeLists.txt.orig 2017-05-14 23:13:18 UTC +--- sql/CMakeLists.txt.orig 2017-08-17 10:05:40 UTC +++ sql/CMakeLists.txt -@@ -379,6 +379,7 @@ ADD_CUSTOM_TARGET(distclean +@@ -386,6 +386,7 @@ ADD_CUSTOM_TARGET(distclean VERBATIM ) @@ -10,7 +8,7 @@ Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options IF(INSTALL_LAYOUT STREQUAL "STANDALONE") # Copy db.opt into data/test/ -@@ -422,6 +423,7 @@ ELSE() +@@ -429,6 +430,7 @@ ELSE() INSTALL(FILES ${DUMMY_FILE} DESTINATION data/mysql COMPONENT DataFiles) ENDIF(WIN32 AND MYSQLD_EXECUTABLE) ENDIF(INSTALL_LAYOUT STREQUAL "STANDALONE") @@ -18,12 +16,12 @@ Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options IF(WIN32) SET(my_bootstrap_sql ${CMAKE_CURRENT_BINARY_DIR}/my_bootstrap.sql) -@@ -465,7 +467,9 @@ IF(WIN32) +@@ -472,7 +474,9 @@ IF(WIN32) TARGET_LINK_LIBRARIES(mysql_upgrade_service mysys winservice) ENDIF(WIN32) +IF(FALSE) - INSTALL(DIRECTORY . DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development + INSTALL(DIRECTORY . DESTINATION ${INSTALL_INCLUDEDIR}/server/private COMPONENT Development FILES_MATCHING PATTERN "*.h" PATTERN share EXCLUDE PATTERN CMakeFiles EXCLUDE) Added: head/databases/mariadb102-server/files/patch-storage_rocksdb_rdb__datadic.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb102-server/files/patch-storage_rocksdb_rdb__datadic.h Sun Oct 1 12:58:11 2017 (r451044) @@ -0,0 +1,10 @@ +--- storage/rocksdb/rdb_datadic.h.orig 2017-09-25 06:33:26 UTC ++++ storage/rocksdb/rdb_datadic.h +@@ -16,6 +16,7 @@ + #pragma once + + /* C++ standard header files */ ++#include + #include + #include + #include Added: head/databases/mariadb102-server/files/patch-storage_rocksdb_rocksdb_db_malloc__stats.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb102-server/files/patch-storage_rocksdb_rocksdb_db_malloc__stats.cc Sun Oct 1 12:58:11 2017 (r451044) @@ -0,0 +1,15 @@ +--- storage/rocksdb/rocksdb/db/malloc_stats.cc.orig 2017-08-17 10:05:38 UTC ++++ storage/rocksdb/rocksdb/db/malloc_stats.cc +@@ -16,7 +16,12 @@ + namespace rocksdb { + + #ifdef ROCKSDB_JEMALLOC ++#ifdef __FreeBSD__ ++#include ++#define je_malloc_stats_print malloc_stats_print ++#else + #include "jemalloc/jemalloc.h" ++#endif + + typedef struct { + char* cur; Modified: head/databases/mariadb102-server/files/patch-storage_tokudb_CMakeLists.txt ============================================================================== --- head/databases/mariadb102-server/files/patch-storage_tokudb_CMakeLists.txt Sun Oct 1 11:50:15 2017 (r451043) +++ head/databases/mariadb102-server/files/patch-storage_tokudb_CMakeLists.txt Sun Oct 1 12:58:11 2017 (r451044) @@ -1,12 +1,9 @@ ---- storage/tokudb/CMakeLists.txt.orig 2017-05-14 23:13:20 UTC -+++ storage/tokudb/CMakeLists.txt -@@ -108,9 +108,6 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINA +--- storage/tokudb/CMakeLists.txt.orig 2017-09-25 08:33:26.000000000 +0200 ++++ storage/tokudb/CMakeLists.txt 2017-09-28 21:46:55.119327000 +0200 +@@ -108,6 +108,3 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINA + TARGET_LINK_LIBRARIES(tokudb tokufractaltree_static tokuportability_static ${ZLIB_LIBRARY} ${LIBJEMALLOC} stdc++) - +- -SET(CMAKE_MODULE_LINKER_FLAGS_RELEASE "${CMAKE_MODULE_LINKER_FLAGS_RELEASE} -flto -fuse-linker-plugin") -SET(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO} -flto -fuse-linker-plugin") -- - IF (INSTALL_SYSCONF2DIR) - INSTALL(FILES tokudb.cnf DESTINATION ${INSTALL_SYSCONF2DIR} - COMPONENT tokudb-engine) Modified: head/databases/mariadb102-server/pkg-plist ============================================================================== --- head/databases/mariadb102-server/pkg-plist Sun Oct 1 11:50:15 2017 (r451043) +++ head/databases/mariadb102-server/pkg-plist Sun Oct 1 12:58:11 2017 (r451044) @@ -44,65 +44,13 @@ bin/wsrep_sst_mysqldump bin/wsrep_sst_rsync bin/wsrep_sst_xtrabackup bin/wsrep_sst_xtrabackup-v2 -include/mysql/private/atomic/gcc_builtins.h -include/mysql/private/atomic/generic-msvc.h -include/mysql/private/atomic/solaris.h -include/mysql/private/atomic/x86-gcc.h -include/mysql/private/config.h -include/mysql/private/dur_prop.h -include/mysql/private/embedded_priv.h -include/mysql/private/ft_global.h -include/mysql/private/hash.h -include/mysql/private/heap.h -include/mysql/private/lf.h -include/mysql/private/maria.h -include/mysql/private/my_alarm.h -include/mysql/private/my_atomic.h -include/mysql/private/my_base.h -include/mysql/private/my_bit.h -include/mysql/private/my_bitmap.h -include/mysql/private/my_check_opt.h -include/mysql/private/my_compare.h -include/mysql/private/my_context.h -include/mysql/private/my_cpu.h -include/mysql/private/my_crypt.h -include/mysql/private/my_default.h -include/mysql/private/my_handler_errors.h -include/mysql/private/my_libwrap.h -include/mysql/private/my_md5.h -include/mysql/private/my_nosys.h -include/mysql/private/my_rdtsc.h -include/mysql/private/my_rnd.h -include/mysql/private/my_stacktrace.h -include/mysql/private/my_systemd.h -include/mysql/private/my_time.h -include/mysql/private/my_tree.h -include/mysql/private/my_uctype.h -include/mysql/private/my_user.h -include/mysql/private/myisam.h -include/mysql/private/myisamchk.h -include/mysql/private/myisammrg.h -include/mysql/private/myisampack.h -include/mysql/private/mysql_async.h -include/mysql/private/mysqld_default_groups.h -include/mysql/private/mysys_err.h -include/mysql/private/password.h -include/mysql/private/probes_mysql.h -include/mysql/private/probes_mysql_nodtrace.h -include/mysql/private/queues.h -include/mysql/private/rijndael.h -include/mysql/private/service_versions.h -include/mysql/private/ssl_compat.h -include/mysql/private/t_ctype.h -include/mysql/private/thr_alarm.h -include/mysql/private/thr_lock.h -include/mysql/private/thr_timer.h -include/mysql/private/thread_pool_priv.h -include/mysql/private/violite.h -include/mysql/private/waiting_threads.h -include/mysql/private/welcome_copyright_notice.h -include/mysql/private/wqueue.h -include/mysql/private/wsrep.h +include/mysql/my_config.h +include/mysql/my_global.h +include/mysql/my_sys.h +include/mysql/mysql_com.h +include/mysql/mysql_version.h +include/mysql/mysqld_error.h +include/mysql/server/private/embedded_priv.h @comment lib/mysql/libmariadb.so @comment lib/mysql/libmariadb.so.3 @comment lib/mysql/libmariadbclient.a From owner-svn-ports-all@freebsd.org Sun Oct 1 13:29:04 2017 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 6BDF9E24D0C; Sun, 1 Oct 2017 13:29:04 +0000 (UTC) (envelope-from pi@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 381F2E28; Sun, 1 Oct 2017 13:29:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91DT3Z8054576; Sun, 1 Oct 2017 13:29:03 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91DT3kL054574; Sun, 1 Oct 2017 13:29:03 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201710011329.v91DT3kL054574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 1 Oct 2017 13:29:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451045 - in head/net/quagga: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/net/quagga: . files X-SVN-Commit-Revision: 451045 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 13:29:04 -0000 Author: pi Date: Sun Oct 1 13:29:03 2017 New Revision: 451045 URL: https://svnweb.freebsd.org/changeset/ports/451045 Log: net/quagga: bgpd: multi-segment AS_PATH UPDATE message length calculation fix See https://lists.quagga.net/pipermail/quagga-dev/2017-September/033284.html for the source of this patch. Submitted by: Andreas Jaggi Added: head/net/quagga/files/patch-bgpd__bgp_aspath.c (contents, props changed) Modified: head/net/quagga/Makefile Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Sun Oct 1 12:58:11 2017 (r451044) +++ head/net/quagga/Makefile Sun Oct 1 13:29:03 2017 (r451045) @@ -3,7 +3,7 @@ PORTNAME= quagga PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH Added: head/net/quagga/files/patch-bgpd__bgp_aspath.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/quagga/files/patch-bgpd__bgp_aspath.c Sun Oct 1 13:29:03 2017 (r451045) @@ -0,0 +1,11 @@ +--- bgpd/bgp_aspath.c.orig 2017-03-10 12:55:06 UTC ++++ bgpd/bgp_aspath.c +@@ -903,7 +903,7 @@ aspath_put (struct stream *s, struct aspath *as, int u + assegment_header_put (s, seg->type, AS_SEGMENT_MAX); + assegment_data_put (s, seg->as, AS_SEGMENT_MAX, use32bit); + written += AS_SEGMENT_MAX; +- bytes += ASSEGMENT_SIZE (written, use32bit); ++ bytes += ASSEGMENT_SIZE (AS_SEGMENT_MAX, use32bit); + } + + /* write the final segment, probably is also the first */ From owner-svn-ports-all@freebsd.org Sun Oct 1 14:37:56 2017 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 C6E84E2617A; Sun, 1 Oct 2017 14:37:56 +0000 (UTC) (envelope-from riggs@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 961B82B34; Sun, 1 Oct 2017 14:37:56 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91Ebt7I082925; Sun, 1 Oct 2017 14:37:55 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91EbtrM082923; Sun, 1 Oct 2017 14:37:55 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201710011437.v91EbtrM082923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 1 Oct 2017 14:37:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451046 - head/multimedia/mkvtoolnix X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/multimedia/mkvtoolnix X-SVN-Commit-Revision: 451046 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 14:37:56 -0000 Author: riggs Date: Sun Oct 1 14:37:55 2017 New Revision: 451046 URL: https://svnweb.freebsd.org/changeset/ports/451046 Log: Update to upstream version 16.0.0 Modified: head/multimedia/mkvtoolnix/Makefile head/multimedia/mkvtoolnix/distinfo Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Sun Oct 1 13:29:03 2017 (r451045) +++ head/multimedia/mkvtoolnix/Makefile Sun Oct 1 14:37:55 2017 (r451046) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 15.0.0 -PORTREVISION= 3 +PORTVERSION= 16.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: head/multimedia/mkvtoolnix/distinfo ============================================================================== --- head/multimedia/mkvtoolnix/distinfo Sun Oct 1 13:29:03 2017 (r451045) +++ head/multimedia/mkvtoolnix/distinfo Sun Oct 1 14:37:55 2017 (r451046) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503134198 -SHA256 (mkvtoolnix-15.0.0.tar.xz) = 73dc3b6f0a7147e28c06f44427fa0e824d0a4129e40c942d7642d9f451a51195 -SIZE (mkvtoolnix-15.0.0.tar.xz) = 4552588 +TIMESTAMP = 1506850384 +SHA256 (mkvtoolnix-16.0.0.tar.xz) = 5dfb2517003f69f3d8b942751200122c2e4cad2a8675b6fc2dfaad5c98e946e0 +SIZE (mkvtoolnix-16.0.0.tar.xz) = 4607360 From owner-svn-ports-all@freebsd.org Sun Oct 1 14:44:17 2017 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 47A18E266A0; Sun, 1 Oct 2017 14:44:17 +0000 (UTC) (envelope-from lifanov@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 157962FE8; Sun, 1 Oct 2017 14:44:17 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91EiGsY086984; Sun, 1 Oct 2017 14:44:16 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91EiF8V086974; Sun, 1 Oct 2017 14:44:15 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201710011444.v91EiF8V086974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Sun, 1 Oct 2017 14:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451047 - in head/sysutils: . zrepl zrepl/files X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: in head/sysutils: . zrepl zrepl/files X-SVN-Commit-Revision: 451047 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 14:44:17 -0000 Author: lifanov Date: Sun Oct 1 14:44:15 2017 New Revision: 451047 URL: https://svnweb.freebsd.org/changeset/ports/451047 Log: new port: sysutils/zrepl zrepl is a complete ZFS dataset replication tool written in Go that supports feature detection, bookmarks, and other new features. Significant parts of this port were submitted by woodsb02. Thank you! Submitted by: woodsb02, me Reviewed by: woodsb02 Differential Revision: https://reviews.freebsd.org/D12462 Added: head/sysutils/zrepl/ head/sysutils/zrepl/Makefile (contents, props changed) head/sysutils/zrepl/distinfo (contents, props changed) head/sysutils/zrepl/files/ head/sysutils/zrepl/files/newsyslog-zrepl.conf (contents, props changed) head/sysutils/zrepl/files/pkg-message.in (contents, props changed) head/sysutils/zrepl/files/syslog-zrepl.conf.sample (contents, props changed) head/sysutils/zrepl/files/zrepl.in (contents, props changed) head/sysutils/zrepl/files/zrepl.yml.sample (contents, props changed) head/sysutils/zrepl/pkg-descr (contents, props changed) head/sysutils/zrepl/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Oct 1 14:37:55 2017 (r451046) +++ head/sysutils/Makefile Sun Oct 1 14:44:15 2017 (r451047) @@ -1356,6 +1356,7 @@ SUBDIR += znapzend SUBDIR += zogftw SUBDIR += zrep + SUBDIR += zrepl SUBDIR += zsd SUBDIR += zxfer Added: head/sysutils/zrepl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/zrepl/Makefile Sun Oct 1 14:44:15 2017 (r451047) @@ -0,0 +1,62 @@ +# Created by: Nikolai Lifanov and Ben Woods +# $FreeBSD$ + +PORTNAME= zrepl +PORTVERSION= 0.0.1 +CATEGORIES= sysutils + +MAINTAINER= lifanov@FreeBSD.org +COMMENT= ZFS dataset replication tool + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go +USE_RC_SUBR= zrepl +SUB_FILES= pkg-message + +USE_GITHUB= yes +GH_SUBDIR= src/github.com/zrepl/zrepl +GH_TUPLE= davecgh:go-spew:v1.1.0:go_spew/src/github.com/davecgh/go-spew \ + fsnotify:fsnotify:v1.4.2:fsnotify/src/github.com/fsnotify/fsnotify \ + ftrvxmtrx:fd:c6d8003:fd/src/github.com/ftrvxmtrx/fd \ + go-logfmt:logfmt:v0.3.0:go_logfmt/src/github.com/go-logfmt/logfmt \ + go-yaml:yaml:eb3733d:go_yaml/src/github.com/go-yaml/yaml \ + hashicorp:hcl:68e816d:hcl/src/github.com/hashicorp/hcl \ + inconshreveable:mousetrap:v1.0:mousetrap/src/github.com/inconshreveable/mousetrap \ + jinzhu:copier:db4671f:copier/src/github.com/jinzhu/copier \ + kr:logfmt:b84e30a:logfmt/src/github.com/kr/logfmt \ + kr:pretty:cfb55aa:pretty/src/github.com/kr/pretty \ + kr:text:7cafcd8:text/src/github.com/kr/text \ + magiconair:properties:v1.7.3:properties/src/github.com/magiconair/properties \ + mitchellh:go-homedir:b8bc1bf:go_homedir/src/github.com/mitchellh/go-homedir \ + mitchellh:mapstructure:d0303fe:mapstructure/src/github.com/mitchellh/mapstructure \ + pelletier:go-buffruneio:v0.2.0:go_buffruneio/src/github.com/pelletier/go-buffruneio \ + pelletier:go-toml:v1.0.0:go_toml/src/github.com/pelletier/go-toml \ + pkg:errors:v0.8.0:errors/src/github.com/pkg/errors \ + pmezard:go-difflib:v1.0.0:go_difflib/src/github.com/pmezard/go-difflib \ + spf13:afero:ee1bd8e:afero/src/github.com/spf13/afero \ + spf13:cast:v1.1.0:cast/src/github.com/spf13/cast \ + spf13:cobra:b787445:cobra/src/github.com/spf13/cobra \ + spf13:jWalterWeatherman:12bd96e:jwalterweatherman/src/github.com/spf13/jwalterweatherman \ + spf13:pflag:v1.0.0:pflag/src/github.com/spf13/pflag \ + spf13:viper:v1.0.0:viper/src/github.com/spf13/viper \ + stretchr:testify:v1.1.4:testify/src/github.com/stretchr/testify + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} + +post-extract: + ${LN} -sf ${WRKSRC}/src ${WRKDIR} + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d \ + ${STAGEDIR}${PREFIX}/etc/syslog.d \ + ${STAGEDIR}${PREFIX}/etc/zrepl + ${INSTALL_DATA} ${FILESDIR}/newsyslog-zrepl.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/zrepl.conf + ${INSTALL_DATA} ${FILESDIR}/syslog-zrepl.conf.sample ${STAGEDIR}${PREFIX}/etc/syslog.d/zrepl.conf.sample + ${INSTALL_DATA} ${FILESDIR}/zrepl.yml.sample ${STAGEDIR}${PREFIX}/etc/zrepl/zrepl.yml.sample + +.include Added: head/sysutils/zrepl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/zrepl/distinfo Sun Oct 1 14:44:15 2017 (r451047) @@ -0,0 +1,53 @@ +TIMESTAMP = 1506825154 +SHA256 (zrepl-zrepl-0.0.1_GH0.tar.gz) = 33bc044745a22d9b4e4e8a7196668a0c414b1448205600a1d18b0a0102cebe29 +SIZE (zrepl-zrepl-0.0.1_GH0.tar.gz) = 65120 +SHA256 (davecgh-go-spew-v1.1.0_GH0.tar.gz) = 1f7e0bd2db0341925b5f2ee5834e99380f4c2b1bd36cf0fa62d7717899d39d62 +SIZE (davecgh-go-spew-v1.1.0_GH0.tar.gz) = 42337 +SHA256 (fsnotify-fsnotify-v1.4.2_GH0.tar.gz) = 4a1fd9beeb0496b9cf6084ac83654ece19188e9b2ffa041652d1071d4b225415 +SIZE (fsnotify-fsnotify-v1.4.2_GH0.tar.gz) = 29552 +SHA256 (ftrvxmtrx-fd-c6d8003_GH0.tar.gz) = cc6ff072f220c819fffde3b35edeba0183c827e8ff76f221acb6a6d71d257e90 +SIZE (ftrvxmtrx-fd-c6d8003_GH0.tar.gz) = 3283 +SHA256 (go-logfmt-logfmt-v0.3.0_GH0.tar.gz) = 74a958064177fc33cc66c60ae118f95faf9f986bcab0465c47f40d8cad978fce +SIZE (go-logfmt-logfmt-v0.3.0_GH0.tar.gz) = 11546 +SHA256 (go-yaml-yaml-eb3733d_GH0.tar.gz) = d2ae44f0e31f3a13a1b89a55ceaabcbab4d588d41951fd2243739b60b10146bb +SIZE (go-yaml-yaml-eb3733d_GH0.tar.gz) = 64686 +SHA256 (hashicorp-hcl-68e816d_GH0.tar.gz) = 288631e25ed9624a73ccd66b198f272fb50cc047d1705c22b3c42d3933e192dc +SIZE (hashicorp-hcl-68e816d_GH0.tar.gz) = 69764 +SHA256 (inconshreveable-mousetrap-v1.0_GH0.tar.gz) = a4d93289b6c62780bf78f221febe9e45dc3095f382336a166734ed294007ff1b +SIZE (inconshreveable-mousetrap-v1.0_GH0.tar.gz) = 2288 +SHA256 (jinzhu-copier-db4671f_GH0.tar.gz) = 3ae429e4a775545174f89591605f2775e3d52d9942ef1619019c84dfec65552f +SIZE (jinzhu-copier-db4671f_GH0.tar.gz) = 5039 +SHA256 (kr-logfmt-b84e30a_GH0.tar.gz) = 1fb415fdfeca3d607e0bd0474def2f76a1438abfea8e35f1cda052673e5967e0 +SIZE (kr-logfmt-b84e30a_GH0.tar.gz) = 6405 +SHA256 (kr-pretty-cfb55aa_GH0.tar.gz) = 5c8e2093298c7540a2707a34d283ce37f1b288497786d4f5725647a63ab2ac5c +SIZE (kr-pretty-cfb55aa_GH0.tar.gz) = 8499 +SHA256 (kr-text-7cafcd8_GH0.tar.gz) = 218bd56a3927283e4c9232b4ee15e0fcc989ace72a2a0be14863ce3795ad3c90 +SIZE (kr-text-7cafcd8_GH0.tar.gz) = 8584 +SHA256 (magiconair-properties-v1.7.3_GH0.tar.gz) = 984fdc5c5d303e4c85975e3a8e15ac7217f48998c262388b21dbceb94010b1a8 +SIZE (magiconair-properties-v1.7.3_GH0.tar.gz) = 27512 +SHA256 (mitchellh-go-homedir-b8bc1bf_GH0.tar.gz) = 4baa24d61eab2da480d6f11d1d6f2a1cb7601f7b634af2ad5a978c95452150b9 +SIZE (mitchellh-go-homedir-b8bc1bf_GH0.tar.gz) = 2993 +SHA256 (mitchellh-mapstructure-d0303fe_GH0.tar.gz) = 30e7697b7e321d8f14bff5f19b789cd38fd277518aae251c370ea53ddb53d1f7 +SIZE (mitchellh-mapstructure-d0303fe_GH0.tar.gz) = 15560 +SHA256 (pelletier-go-buffruneio-v0.2.0_GH0.tar.gz) = 2a838bbc3240d323549c9e6820cbf66199296d2706e72697685ee9576affd49f +SIZE (pelletier-go-buffruneio-v0.2.0_GH0.tar.gz) = 3028 +SHA256 (pelletier-go-toml-v1.0.0_GH0.tar.gz) = 068455531f9a8cb9cad590d2d9a02bc25180737868de640849d85a5b99a0ce37 +SIZE (pelletier-go-toml-v1.0.0_GH0.tar.gz) = 47009 +SHA256 (pkg-errors-v0.8.0_GH0.tar.gz) = bacf6c58e490911398cee61742ddc6a90c560733e4c9dcb3d867b17a894c9dd5 +SIZE (pkg-errors-v0.8.0_GH0.tar.gz) = 11344 +SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda +SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 +SHA256 (spf13-afero-ee1bd8e_GH0.tar.gz) = 17fd67e75e894ac0dd8742aab75ab8937a5f95716e433c6e5af59a34669f5b3c +SIZE (spf13-afero-ee1bd8e_GH0.tar.gz) = 42558 +SHA256 (spf13-cast-v1.1.0_GH0.tar.gz) = 2758eb969dd8707c0ff165fda4191fd8811e19b0c5d29d3dced0fba1b4410ad4 +SIZE (spf13-cast-v1.1.0_GH0.tar.gz) = 9592 +SHA256 (spf13-cobra-b787445_GH0.tar.gz) = 2923b91766a9e68a22f81d3b46768dad963fd4ae3f6a5b2e137e2a7b87b37276 +SIZE (spf13-cobra-b787445_GH0.tar.gz) = 99833 +SHA256 (spf13-jWalterWeatherman-12bd96e_GH0.tar.gz) = 58740d954bd3cb9c3f3e34581a62403d8d32bab3491422276bc2b1c339f6ec85 +SIZE (spf13-jWalterWeatherman-12bd96e_GH0.tar.gz) = 6342 +SHA256 (spf13-pflag-v1.0.0_GH0.tar.gz) = 690b86ae5499fad84ada4644c85215d66d56f31934683e8543f4c57c5048e011 +SIZE (spf13-pflag-v1.0.0_GH0.tar.gz) = 38988 +SHA256 (spf13-viper-v1.0.0_GH0.tar.gz) = 50c1c336095ce0e7edf414c25f80f3f01b65457b092752252f2c47af85c8c99e +SIZE (spf13-viper-v1.0.0_GH0.tar.gz) = 30804 +SHA256 (stretchr-testify-v1.1.4_GH0.tar.gz) = f7a244ad38ee484296e8969356209e0d9fb35bd790f69fc5e7758b4e2a9e1874 +SIZE (stretchr-testify-v1.1.4_GH0.tar.gz) = 83325 Added: head/sysutils/zrepl/files/newsyslog-zrepl.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/zrepl/files/newsyslog-zrepl.conf Sun Oct 1 14:44:15 2017 (r451047) @@ -0,0 +1,7 @@ +# $FreeBSD$ +# +# Newsyslog configuration file for zrepl. +# See newsyslog.conf(5) for details. +# +# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num] +/var/log/zrepl.log 644 7 1000 @T00 JNC Added: head/sysutils/zrepl/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/zrepl/files/pkg-message.in Sun Oct 1 14:44:15 2017 (r451047) @@ -0,0 +1,15 @@ +------------------------------------------------------------------------ +zrepl must be configured before it is started the first time. +- Create the log file /var/log/zrepl.log: + # service newsyslog restart +- Teach syslogd to redirect facility local0 to the zrepl.log file: + # service syslogd reload +- Modify the %%PREFIX%%/etc/zrepl/zrepl.yml configuration file +- For remote backups, create the SSH key pair and authorized_keys file +- Enable the zrepl daemon to start automatically at boot: + # sysrc zrepl_enable="YES" +- Start the zrepl daemon: + # service zrepl start + +For documentation, refer to https://zrepl.github.io/. +------------------------------------------------------------------------ Added: head/sysutils/zrepl/files/syslog-zrepl.conf.sample ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/zrepl/files/syslog-zrepl.conf.sample Sun Oct 1 14:44:15 2017 (r451047) @@ -0,0 +1,8 @@ +# $FreeBSD$ +# +# Syslog configuration file for zrepl. +# See syslog.conf(5) for details. +# +# SELECTOR ACTION +# FACILITY.[!<=>]LEVEL +local0.info /var/log/zrepl.log Added: head/sysutils/zrepl/files/zrepl.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/zrepl/files/zrepl.in Sun Oct 1 14:44:15 2017 (r451047) @@ -0,0 +1,59 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: zrepl +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# zrepl_enable: Set to YES to enable the zrepl service. +# Default: NO +# zrepl_config: File containing zrepl configuration details. +# Default: %%PREFIX%%/etc/zrepl/zrepl.yml +# zrepl_user: The user account used to run the zrepl daemon. +# Do not specifically set this to an empty string as this +# will cause the daemon to run as root. +# Default: root +# zrepl_group: The group account used to run the zrepl daemon. +# Do not specifically set this to an empty string as this +# will cause the daemon to run with group wheel. +# Default: wheel + +. /etc/rc.subr +name=zrepl +rcvar=${name}_enable +load_rc_config $name + +: ${zrepl_enable:="NO"} +: ${zrepl_config:="%%PREFIX%%/etc/zrepl/zrepl.yml"} +: ${zrepl_user:="root"} +: ${zrepl_group:="wheel"} + +pidfile="/var/run/zrepl/daemon.pid" +command="/usr/sbin/daemon" +procname="%%PREFIX%%/bin/zrepl" +command_args="-p ${pidfile} -S -l local0 -s alert -T zrepl ${procname} --config ${zrepl_config} daemon" + +start_precmd=zrepl_precmd +zrepl_precmd() +{ + if [ ! -d "/var/run/zrepl/stdinserver" ]; then + install -d -g ${zrepl_group} -o ${zrepl_user} -m 0700 -- "/var/run/zrepl"; + install -d -g ${zrepl_group} -o ${zrepl_user} -m 0700 -- "/var/run/zrepl/stdinserver"; + fi + + if [ ! -e "${pidfile}" ]; then + install -g ${zrepl_group} -o ${zrepl_user} -- /dev/null "${pidfile}"; + fi +} + +stop_postcmd=zrepl_postcmd +zrepl_postcmd() +{ + rm -f -- "${pidfile}" +} + +run_rc_command "$1" Added: head/sysutils/zrepl/files/zrepl.yml.sample ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/zrepl/files/zrepl.yml.sample Sun Oct 1 14:44:15 2017 (r451047) @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# zrepl main configuration file. +# For documentation, refer to https://zrepl.github.io/ +# +global: + logging: + syslog: + enable: true + format: logfmt + +# Add "jobs:" section(s) here for your specific use cases. Added: head/sysutils/zrepl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/zrepl/pkg-descr Sun Oct 1 14:44:15 2017 (r451047) @@ -0,0 +1,4 @@ +Cross-platform ZFS replication tool written in Go that supports +feature detection, bookmarks, and other new features. + +WWW: https://zrepl.github.io/ Added: head/sysutils/zrepl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/zrepl/pkg-plist Sun Oct 1 14:44:15 2017 (r451047) @@ -0,0 +1,4 @@ +bin/zrepl +etc/newsyslog.conf.d/zrepl.conf +@sample etc/syslog.d/zrepl.conf.sample +@sample etc/zrepl/zrepl.yml.sample From owner-svn-ports-all@freebsd.org Sun Oct 1 15:10:24 2017 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 0504CE27074; Sun, 1 Oct 2017 15:10:24 +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 C80193FF7; Sun, 1 Oct 2017 15:10:23 +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 v91FANQt095562; Sun, 1 Oct 2017 15:10:23 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91FAMSk095560; Sun, 1 Oct 2017 15:10:22 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201710011510.v91FAMSk095560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 1 Oct 2017 15:10:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451048 - head/databases/mariadb101-server X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/databases/mariadb101-server X-SVN-Commit-Revision: 451048 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 15:10:24 -0000 Author: brnrd Date: Sun Oct 1 15:10:22 2017 New Revision: 451048 URL: https://svnweb.freebsd.org/changeset/ports/451048 Log: databases/mariadb101-server: Update to 10.1.28 Modified: head/databases/mariadb101-server/Makefile head/databases/mariadb101-server/distinfo Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Sun Oct 1 14:44:15 2017 (r451047) +++ head/databases/mariadb101-server/Makefile Sun Oct 1 15:10:22 2017 (r451048) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.26 -PORTREVISION?= 3 +PORTVERSION= 10.1.28 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb101-server/distinfo ============================================================================== --- head/databases/mariadb101-server/distinfo Sun Oct 1 14:44:15 2017 (r451047) +++ head/databases/mariadb101-server/distinfo Sun Oct 1 15:10:22 2017 (r451048) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502489306 -SHA256 (mariadb-10.1.26.tar.gz) = ba88b1cb9967dea2909938a34ba89373b162b0d83e5c98a0f1c94540156bf73d -SIZE (mariadb-10.1.26.tar.gz) = 61887132 +TIMESTAMP = 1506862730 +SHA256 (mariadb-10.1.28.tar.gz) = 292dc8fff420c4bdaf3a2c3381ec3c99292965db2b09de0d7fec414c00032bbd +SIZE (mariadb-10.1.28.tar.gz) = 67559689 From owner-svn-ports-all@freebsd.org Sun Oct 1 15:15:45 2017 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 E5E2BE27287; Sun, 1 Oct 2017 15:15:45 +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 9C9696363E; Sun, 1 Oct 2017 15:15: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 v91FFih9099816; Sun, 1 Oct 2017 15:15:44 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91FFiHW099815; Sun, 1 Oct 2017 15:15:44 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201710011515.v91FFiHW099815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 1 Oct 2017 15:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451049 - head/sysutils/zrepl/files X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/sysutils/zrepl/files X-SVN-Commit-Revision: 451049 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 15:15:46 -0000 Author: woodsb02 Date: Sun Oct 1 15:15:44 2017 New Revision: 451049 URL: https://svnweb.freebsd.org/changeset/ports/451049 Log: Fix svn:keywords post r451047 Approved by: lifanov (maintainer, implicit) Modified: Directory Properties: head/sysutils/zrepl/files/syslog-zrepl.conf.sample (props changed) head/sysutils/zrepl/files/zrepl.yml.sample (props changed) From owner-svn-ports-all@freebsd.org Sun Oct 1 15:19:50 2017 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 9D13BE273EF; Sun, 1 Oct 2017 15:19:50 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-ua0-x236.google.com (mail-ua0-x236.google.com [IPv6:2607:f8b0:400c:c08::236]) (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 53BA363839; Sun, 1 Oct 2017 15:19:50 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-ua0-x236.google.com with SMTP id k23so2044746uaf.4; Sun, 01 Oct 2017 08:19:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Po2+c0cQN63vhgN6IP+sleiCtmktqdOVZ02Xlv42clc=; b=ZoYqDs0hZ0swYktxVz9c4rnnsTA+EG+hSAGGtkFWaSUu2opD8V/Q/ALaJrGQEZ9Wtr rN+XGcbd0bBtKfOQ5I2dL0xJ6/VF9Ps6WV3AHJHLRSoeGUV5qJlYMDkTaiFIHO6PiKuO 6kgbKwCaNfOfcIATacrzO8QJNXLDLBMmgb/C3wSmkx6pzL0iwzPMx6t9L3xYO/WG43oJ HVe0o+0cTJNRbuqgjW63Eu8jvMoSlRXUnKzx7ens5c2aQkZgyIYAgZiXTgMi+KI4pDFb lkcon0akeBuIlEA34uxBx12bUM/GHRKC4G3xbigmRV9t9j/ch+VdX+lWUPngwrZ9sc6Z cMww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Po2+c0cQN63vhgN6IP+sleiCtmktqdOVZ02Xlv42clc=; b=axQ81GSdr13SeqiG026Z7Y6FkvcvFP/NC8pfWf67+5RqUVxz7lV41x7l0+WO9XkdiS pVoOJE7P3CHkRi4PF3fNBSFAWrn2X+owvVizk3Kc39iaJYfgLQLXUu1fXp4aZnw0vfFG ivwjK2N807nTSlqHslll2thGsnPBF4QCotLzzWkFagBxv+kmCYt6yFfmRLVzg4uay5os F5LcBkODboa99c/JdRlnfekPqwS+pGQek0GYp2Gn8FUulmejoNcmW9aUm3Ys7tSYwx1l njhsFBaZXw4AP5rqf1lWGgrWD6qLW50sMukX9oJIo+vs1TYPP5xXDE86aeAa2b6mgq9n VGeA== X-Gm-Message-State: AHPjjUj7BsIW6T4M1p3J62uBdQ0J9DbhDdeyika3CO2RUsq1gbZfZJvW DceFUCt8gxGCXav4i3CROE3C5+14d3xaYqEs07wcsbPy X-Google-Smtp-Source: AOwi7QDYmXhQWtx+nbqFWd11UYv9BRokk7lCo5vM+TeCxvkNNZq/DVqTf6EKRiAsNVz6jp9i91XoEPDTx/SLS0YxwrI= X-Received: by 10.176.5.101 with SMTP id 92mr7600315uax.188.1506871189330; Sun, 01 Oct 2017 08:19:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.107.204 with HTTP; Sun, 1 Oct 2017 08:19:48 -0700 (PDT) In-Reply-To: <201710011444.v91EiF8V086974@repo.freebsd.org> References: <201710011444.v91EiF8V086974@repo.freebsd.org> From: Ben Woods Date: Sun, 1 Oct 2017 23:19:48 +0800 Message-ID: Subject: Re: svn commit: r451047 - in head/sysutils: . zrepl zrepl/files To: Nikolai Lifanov Cc: "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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, 01 Oct 2017 15:19:50 -0000 On 1 October 2017 at 22:44, Nikolai Lifanov wrote: > Author: lifanov > Date: Sun Oct 1 14:44:15 2017 > New Revision: 451047 > URL: https://svnweb.freebsd.org/changeset/ports/451047 > > Log: > new port: sysutils/zrepl > > zrepl is a complete ZFS dataset replication tool written in Go > that supports feature detection, bookmarks, and other new features. > > Significant parts of this port were submitted by woodsb02. Thank you! > > Submitted by: woodsb02, me > Reviewed by: woodsb02 > Differential Revision: https://reviews.freebsd.org/D12462 > > Added: > head/sysutils/zrepl/ > head/sysutils/zrepl/Makefile (contents, props changed) > head/sysutils/zrepl/distinfo (contents, props changed) > head/sysutils/zrepl/files/ > head/sysutils/zrepl/files/newsyslog-zrepl.conf (contents, props > changed) > head/sysutils/zrepl/files/pkg-message.in (contents, props changed) > head/sysutils/zrepl/files/syslog-zrepl.conf.sample (contents, props > changed) > head/sysutils/zrepl/files/zrepl.in (contents, props changed) > head/sysutils/zrepl/files/zrepl.yml.sample (contents, props changed) > head/sysutils/zrepl/pkg-descr (contents, props changed) > head/sysutils/zrepl/pkg-plist (contents, props changed) > Modified: > head/sysutils/Makefile > Nice work Nikolai - thanks for committing. Just a heads up, I just committed r451049 to add svn:keywords to files/syslog-zrepl.conf.sample and files/zrepl.yml.sample. Regards, Ben From owner-svn-ports-all@freebsd.org Sun Oct 1 16:26:41 2017 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 23C82E28920; Sun, 1 Oct 2017 16:26:41 +0000 (UTC) (envelope-from adridg@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 F118D65694; Sun, 1 Oct 2017 16:26:40 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91GQdDu028808; Sun, 1 Oct 2017 16:26:39 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91GQd76028803; Sun, 1 Oct 2017 16:26:39 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201710011626.v91GQd76028803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Sun, 1 Oct 2017 16:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451050 - in head/devel: cmake cmake-doc cmake-gui cmake/files X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head/devel: cmake cmake-doc cmake-gui cmake/files X-SVN-Commit-Revision: 451050 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 16:26:41 -0000 Author: adridg Date: Sun Oct 1 16:26:39 2017 New Revision: 451050 URL: https://svnweb.freebsd.org/changeset/ports/451050 Log: Update CMake to 3.9.3 This includes the upstream patches for the new Boost version (PR 222207, r450301). Thanks to antoine@ for the exp-run. PR: 222513 Approved by: rakuco (mentor), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12427 Deleted: head/devel/cmake/files/patch-git_ee1f8903 Modified: head/devel/cmake-doc/Makefile head/devel/cmake-gui/Makefile head/devel/cmake/Makefile head/devel/cmake/distinfo head/devel/cmake/files/patch-Modules_Platform_FreeBSD-CXX.cmake Modified: head/devel/cmake-doc/Makefile ============================================================================== --- head/devel/cmake-doc/Makefile Sun Oct 1 15:15:44 2017 (r451049) +++ head/devel/cmake-doc/Makefile Sun Oct 1 16:26:39 2017 (r451050) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cmake -DISTVERSION= 3.9.2 +DISTVERSION= 3.9.3 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ PKGNAMESUFFIX= -doc Modified: head/devel/cmake-gui/Makefile ============================================================================== --- head/devel/cmake-gui/Makefile Sun Oct 1 15:15:44 2017 (r451049) +++ head/devel/cmake-gui/Makefile Sun Oct 1 16:26:39 2017 (r451050) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cmake -DISTVERSION= 3.9.2 +DISTVERSION= 3.9.3 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ PKGNAMESUFFIX= -gui Modified: head/devel/cmake/Makefile ============================================================================== --- head/devel/cmake/Makefile Sun Oct 1 15:15:44 2017 (r451049) +++ head/devel/cmake/Makefile Sun Oct 1 16:26:39 2017 (r451050) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= cmake -DISTVERSION= 3.9.2 -PORTREVISION= 1 +# Remember to update devel/cmake-doc and devel/cmake-gui as well. +DISTVERSION= 3.9.3 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ Modified: head/devel/cmake/distinfo ============================================================================== --- head/devel/cmake/distinfo Sun Oct 1 15:15:44 2017 (r451049) +++ head/devel/cmake/distinfo Sun Oct 1 16:26:39 2017 (r451050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504850116 -SHA256 (cmake-3.9.2.tar.gz) = 954a5801a456ee48e76f01107c9a4961677dd0f3e115275bbd18410dc22ba3c1 -SIZE (cmake-3.9.2.tar.gz) = 7703777 +TIMESTAMP = 1505937220 +SHA256 (cmake-3.9.3.tar.gz) = 8eaf75e1e932159aae98ab5e7491499545554be62a08cbcbc7c75c84b999f28a +SIZE (cmake-3.9.3.tar.gz) = 7705238 Modified: head/devel/cmake/files/patch-Modules_Platform_FreeBSD-CXX.cmake ============================================================================== --- head/devel/cmake/files/patch-Modules_Platform_FreeBSD-CXX.cmake Sun Oct 1 15:15:44 2017 (r451049) +++ head/devel/cmake/files/patch-Modules_Platform_FreeBSD-CXX.cmake Sun Oct 1 16:26:39 2017 (r451050) @@ -1,5 +1,8 @@ This prefers c++ over CC as the C++ compiler command. See PR 203793. +Upstreamed as 6f666f4335c7f6b44fc4ccdc886590094fdfa16d +Will be included in CMake 3.10 + --- Modules/Platform/FreeBSD-CXX.cmake.orig 2017-06-14 21:54:30 UTC +++ Modules/Platform/FreeBSD-CXX.cmake @@ -0,0 +1,3 @@ From owner-svn-ports-all@freebsd.org Sun Oct 1 16:34:24 2017 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 7FFF7E28C38; Sun, 1 Oct 2017 16:34:24 +0000 (UTC) (envelope-from adridg@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 4990965BE1; Sun, 1 Oct 2017 16:34:24 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91GYNug033062; Sun, 1 Oct 2017 16:34:23 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91GYMlx033054; Sun, 1 Oct 2017 16:34:22 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201710011634.v91GYMlx033054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Sun, 1 Oct 2017 16:34:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451051 - in head: . graphics graphics/kgraphviewer graphics/kgraphviewer/files X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head: . graphics graphics/kgraphviewer graphics/kgraphviewer/files X-SVN-Commit-Revision: 451051 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 16:34:24 -0000 Author: adridg Date: Sun Oct 1 16:34:22 2017 New Revision: 451051 URL: https://svnweb.freebsd.org/changeset/ports/451051 Log: Resurrect KGraphviewer, now in a KF5 version. Upstream there is a new maintainer and regular releases. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12530 Added: head/graphics/kgraphviewer/ - copied from r346396, head/graphics/kgraphviewer/ head/graphics/kgraphviewer/files/patch-cmake_FindGraphviz.cmake (contents, props changed) Deleted: head/graphics/kgraphviewer/files/patch-CMakeLists.txt head/graphics/kgraphviewer/files/patch-src_CMakeLists.txt Modified: head/MOVED head/graphics/Makefile head/graphics/kgraphviewer/Makefile head/graphics/kgraphviewer/distinfo head/graphics/kgraphviewer/files/patch-src_part_CMakeLists.txt head/graphics/kgraphviewer/pkg-descr head/graphics/kgraphviewer/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Sun Oct 1 16:26:39 2017 (r451050) +++ head/MOVED Sun Oct 1 16:34:22 2017 (r451051) @@ -5456,7 +5456,6 @@ sysutils/slmon||2014-02-27|Has expired: Broken for mor www/trac-revtree||2014-02-27|Has expired: Broken for more than 6 months security/crack||2014-02-27|Has expired: Broken for more than 6 months sysutils/graphicboot||2014-02-27|Has expired: Broken for more than 6 months, upstream disappeared -graphics/kgraphviewer||2014-02-27|Has expired: Broken for more than 6 months sysutils/ckl||2014-02-27|Has expired: Broken for more than 6 months japanese/trac||2014-02-27|Has expired: Broken for more than 6 months lang/opa||2014-02-27|Has expired: Broken for more than 6 months Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Oct 1 16:26:39 2017 (r451050) +++ head/graphics/Makefile Sun Oct 1 16:34:22 2017 (r451051) @@ -413,6 +413,7 @@ SUBDIR += kf5-kimageformats SUBDIR += kf5-kplotting SUBDIR += kf5-prison + SUBDIR += kgraphviewer SUBDIR += kiconedit SUBDIR += kipi-plugin-acquireimages SUBDIR += kipi-plugin-advancedslideshow Modified: head/graphics/kgraphviewer/Makefile ============================================================================== --- head/graphics/kgraphviewer/Makefile Thu Feb 27 22:35:11 2014 (r346396) +++ head/graphics/kgraphviewer/Makefile Sun Oct 1 16:34:22 2017 (r451051) @@ -1,45 +1,25 @@ # $FreeBSD$ PORTNAME= kgraphviewer -PORTVERSION= ${APP_VER}.${EXTRA_VER} -PORTREVISION= 6 +DISTVERSION= 2.4.2 CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/extragear -DISTNAME= ${PORTNAME}-${APP_VER}-kde${EXTRA_VER} -DIST_SUBDIR= KDE/extragear +MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ +DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org -COMMENT= GraphViz dot graph viewer for KDE +COMMENT= Graphs-viewer for GraphViz files -LIB_DEPENDS= gvc:${PORTSDIR}/graphics/graphviz +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -NO_STAGE= yes -# Several problems at once here: -# - The port does not include graphviz's include directory, assuming it is -# always in the compiler's default path (ie. /usr/include). -# - The port includes , while code is expected to include -# instead, and pass -I${LOCALBASE}/graphviz instead of just -# -I${LOCALBASE} to the compiler. -# - The code in the development repository does a better job at fixing the -# problems above, but it still relies on the deprecated libgraph library that -# graphics/graphviz in ports does not install anymore. -BROKEN= does not build -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2014-02-27 +LIB_DEPENDS= libgvc.so:graphics/graphviz -USE_BZIP2= yes -USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 -USE_QT4= corelib qmake_build moc_build rcc_build uic_build -USES= cmake - -APP_VER= 2.0.2 -EXTRA_VER= 4.4.0 - -post-patch: -#Fix build with kdelibs>=4.5.0 - ${REINPLACE_CMD} -e 's,V4.1.2-Based,V4.2-Based,g' \ - ${WRKSRC}/doc-translations/*_kgraphviewer/kgraphviewer/index.docbook \ - ${WRKSRC}/doc/index.docbook +USES= cmake:outsource desktop-file-utils kde:5 tar:xz pkgconfig +USE_KDE= auth codecs completion config configwidgets \ + coreaddons i18n iconthemes jobwidgets kio parts service \ + sonnet textwidgets widgetsaddons xmlgui \ + ecm_build +USE_QT5= core dbus gui network printsupport svg widgets xml \ + buildtools_build qmake_build .include Modified: head/graphics/kgraphviewer/distinfo ============================================================================== --- head/graphics/kgraphviewer/distinfo Thu Feb 27 22:35:11 2014 (r346396) +++ head/graphics/kgraphviewer/distinfo Sun Oct 1 16:34:22 2017 (r451051) @@ -1,2 +1,3 @@ -SHA256 (KDE/extragear/kgraphviewer-2.0.2-kde4.4.0.tar.bz2) = 65963e02b1031b5f1ce3456f2f9f9d53d871d856c892a4bfa0638453a420ac00 -SIZE (KDE/extragear/kgraphviewer-2.0.2-kde4.4.0.tar.bz2) = 1075677 +TIMESTAMP = 1506604380 +SHA256 (KDE/kgraphviewer/kgraphviewer-2.4.2.tar.xz) = 49438b4e6cca69d2e658de50059f045ede42cfe78ee97cece35959e29ffb85c9 +SIZE (KDE/kgraphviewer/kgraphviewer-2.4.2.tar.xz) = 1565692 Added: head/graphics/kgraphviewer/files/patch-cmake_FindGraphviz.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/kgraphviewer/files/patch-cmake_FindGraphviz.cmake Sun Oct 1 16:34:22 2017 (r451051) @@ -0,0 +1,58 @@ +Don't name-collide the variables from pkg-config with the ones this +CMake find-module is supposed to set. Follow the hints that pkg-config +provides to find the actual libraries. +--- cmake/FindGraphviz.cmake.orig 2017-09-27 13:15:56 UTC ++++ cmake/FindGraphviz.cmake +@@ -29,10 +29,8 @@ + if ( NOT WIN32 ) + + find_package(PkgConfig) +- pkg_check_modules( graphviz ${REQUIRED} libgvc libcdt libcgraph libpathplan ) +- if ( graphviz_FOUND ) +- set ( graphviz_INCLUDE_DIRECTORIES ${graphviz_INCLUDE_DIRS} ) +- endif ( graphviz_FOUND ) ++ # Don't name-collide with the find_library() calls below, use pc_ prefix ++ pkg_check_modules( pc_graphviz ${REQUIRED} libgvc libcdt libcgraph libpathplan ) + + endif ( NOT WIN32 ) + +@@ -43,6 +41,7 @@ find_path( graphviz_INCLUDE_DIRECTORIES + /usr/local/include + /usr/include + PATH_SUFFIXES graphviz ++ HINTS ${pc_graphviz_INCLUDE_DIRECTORIES} + ) + + find_library( graphviz_GVC_LIBRARY +@@ -53,6 +52,7 @@ find_library( graphviz_GVC_LIBRARY + /usr/lib64 + /usr/local/lib + /usr/lib ++ HINTS ${pc_graphviz_LIBRARY_DIRS} + ) + + find_library( graphviz_CDT_LIBRARY +@@ -63,6 +63,7 @@ find_library( graphviz_CDT_LIBRARY + /usr/lib64 + /usr/local/lib + /usr/lib ++ HINTS ${pc_graphviz_LIBRARY_DIRS} + ) + + find_library( graphviz_GRAPH_LIBRARY +@@ -73,6 +74,7 @@ find_library( graphviz_GRAPH_LIBRARY + /usr/lib64 + /usr/local/lib + /usr/lib ++ HINTS ${pc_graphviz_LIBRARY_DIRS} + ) + + find_library( graphviz_PATHPLAN_LIBRARY +@@ -83,6 +85,7 @@ find_library( graphviz_PATHPLAN_LIBRARY + /usr/lib64 + /usr/local/lib + /usr/lib ++ HINTS ${pc_graphviz_LIBRARY_DIRS} + ) + + if ( graphviz_INCLUDE_DIRECTORIES AND Modified: head/graphics/kgraphviewer/files/patch-src_part_CMakeLists.txt ============================================================================== --- head/graphics/kgraphviewer/files/patch-src_part_CMakeLists.txt Thu Feb 27 22:35:11 2014 (r346396) +++ head/graphics/kgraphviewer/files/patch-src_part_CMakeLists.txt Sun Oct 1 16:34:22 2017 (r451051) @@ -1,11 +1,12 @@ ---- src/part/CMakeLists.txt.orig 2009-07-30 23:25:29.000000000 +1100 -+++ src/part/CMakeLists.txt 2009-08-03 02:07:52.000000000 +1100 -@@ -15,7 +15,7 @@ - kde4_add_plugin(kgraphviewerpart ${kgraphviewerpart_PART_SRCS}) +The gvc, cgraph, .. libraries are already linked to kgraphviewerlib. +--- src/part/CMakeLists.txt.orig 2017-09-27 13:15:56 UTC ++++ src/part/CMakeLists.txt +@@ -79,7 +79,7 @@ set( kgraphviewerpart_PART_SRCS kgraphvi + add_library(kgraphviewerpart MODULE ${kgraphviewerpart_PART_SRCS}) + generate_export_header(kgraphviewerpart BASE_NAME kgraphviewer) - add_definitions(-DQT_STL) --target_link_libraries(kgraphviewerpart ${QT_QTXML_LIBRARY} ${QT_QTSVG_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KWALLETCLIENT_LIBS} ${KDE4_KDESU_LIBS} gvc graph pathplan cdt) -+target_link_libraries(kgraphviewerpart ${QT_QTXML_LIBRARY} ${QT_QTSVG_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KWALLETCLIENT_LIBS} ${KDE4_KDESU_LIBS} ${LIBGVC_LIBRARY} gvc graph pathplan cdt) +-target_link_libraries(kgraphviewerpart Qt5::Core KF5::Parts gvc cgraph pathplan cdt kgraphviewerlib) ++target_link_libraries(kgraphviewerpart Qt5::Core KF5::Parts kgraphviewerlib) - install( TARGETS kgraphviewerpart DESTINATION ${PLUGIN_INSTALL_DIR}) + install( TARGETS kgraphviewerpart DESTINATION ${KDE_INSTALL_PLUGINDIR}) Modified: head/graphics/kgraphviewer/pkg-descr ============================================================================== --- head/graphics/kgraphviewer/pkg-descr Thu Feb 27 22:35:11 2014 (r346396) +++ head/graphics/kgraphviewer/pkg-descr Sun Oct 1 16:34:22 2017 (r451051) @@ -1,6 +1,3 @@ -KGraphViewer is a GraphViz DOT graph viewer for KDE. The GraphViz -programs are free-software layout engines for graphs. KGraphViewer -displays the graphs in a modern, user-friendly GUI with all the -power of a well integrated KDE application. +KGraphViewer is a Graphviz DOT graph file viewer. -WWW: http://extragear.kde.org/apps/kgraphviewer/ +WWW: https://extragear.kde.org/apps/kgraphviewer/ Modified: head/graphics/kgraphviewer/pkg-plist ============================================================================== --- head/graphics/kgraphviewer/pkg-plist Thu Feb 27 22:35:11 2014 (r346396) +++ head/graphics/kgraphviewer/pkg-plist Sun Oct 1 16:34:22 2017 (r451051) @@ -1,21 +1,31 @@ -bin/kgrapheditor bin/kgraphviewer -lib/kde4/kgraphviewerpart.so -share/applications/kde4/kgrapheditor.desktop -share/applications/kde4/kgraphviewer.desktop -share/apps/kgrapheditor/kgrapheditorui.rc -share/apps/kgraphviewer/kgraphviewerui.rc -share/apps/kgraphviewerpart/kgraphviewer_part.rc -share/apps/kgraphviewerpart/pics/kgraphviewer-bev.png -share/apps/kgraphviewerpart/pics/kgraphviewer-newedge.png -share/apps/kgraphviewerpart/pics/kgraphviewer-newnode.png -share/config.kcfg/kgrapheditorsettings.kcfg +etc/xdg/kgraphviewer.categories +include/kgraphviewer/kgraphviewer_interface.h +lib/cmake/KGraphViewerPart/KGraphViewerPartConfig.cmake +lib/cmake/KGraphViewerPart/KGraphViewerPartConfigVersion.cmake +lib/libkgraphviewer.so +lib/libkgraphviewer.so.2.4.2 +lib/libkgraphviewer.so.3 +%%QT_PLUGINDIR%%/kgraphviewerpart.so +share/applications/org.kde.kgraphviewer.desktop share/config.kcfg/kgraphviewer_partsettings.kcfg share/config.kcfg/kgraphviewersettings.kcfg -share/doc/HTML/de/kgraphviewer/common share/doc/HTML/de/kgraphviewer/index.cache.bz2 share/doc/HTML/de/kgraphviewer/index.docbook -share/doc/HTML/en/kgraphviewer/common +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-ask2.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-ask3.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-config1.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-config2.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-config3.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-init.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-main.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-pagesmarges.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-ppview1.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-ppview2.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-ppview3.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-psetup1.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-zmax.png +share/doc/HTML/de/kgraphviewer/kgraphviewer-snap-zmin.png share/doc/HTML/en/kgraphviewer/index.cache.bz2 share/doc/HTML/en/kgraphviewer/index.docbook share/doc/HTML/en/kgraphviewer/kgraphviewer-but-layout.png @@ -43,19 +53,16 @@ share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-ppvie share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-psetup1.png share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-zmax.png share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-zmin.png -share/doc/HTML/et/kgraphviewer/common share/doc/HTML/et/kgraphviewer/index.cache.bz2 share/doc/HTML/et/kgraphviewer/index.docbook -share/doc/HTML/it/kgraphviewer/common share/doc/HTML/it/kgraphviewer/index.cache.bz2 share/doc/HTML/it/kgraphviewer/index.docbook -share/doc/HTML/pt/kgraphviewer/common +share/doc/HTML/nl/kgraphviewer/index.cache.bz2 +share/doc/HTML/nl/kgraphviewer/index.docbook share/doc/HTML/pt/kgraphviewer/index.cache.bz2 share/doc/HTML/pt/kgraphviewer/index.docbook -share/doc/HTML/pt_BR/kgraphviewer/common share/doc/HTML/pt_BR/kgraphviewer/index.cache.bz2 share/doc/HTML/pt_BR/kgraphviewer/index.docbook -share/doc/HTML/sv/kgraphviewer/common share/doc/HTML/sv/kgraphviewer/index.cache.bz2 share/doc/HTML/sv/kgraphviewer/index.docbook share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-ask1.png @@ -73,15 +80,23 @@ share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-ppvie share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-psetup1.png share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-zmax.png share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-zmin.png -share/doc/HTML/uk/kgraphviewer/common share/doc/HTML/uk/kgraphviewer/index.cache.bz2 share/doc/HTML/uk/kgraphviewer/index.docbook share/icons/hicolor/16x16/apps/kgraphviewer.png share/icons/hicolor/32x32/apps/kgraphviewer.png -share/kde4/services/kgraphviewer_part.desktop +share/kgraphviewerpart/pics/chain-broken.png +share/kgraphviewerpart/pics/chain.png +share/kgraphviewerpart/pics/kgraphviewer-bev.png +share/kgraphviewerpart/pics/kgraphviewer-newedge.png +share/kgraphviewerpart/pics/kgraphviewer-newnode.png +share/kservices5/kgraphviewer_part.desktop +share/kxmlgui5/kgraphviewer/kgraphviewer_part.rc +share/kxmlgui5/kgraphviewer/kgraphviewerui.rc share/locale/ar/LC_MESSAGES/kgraphviewer.mo +share/locale/ast/LC_MESSAGES/kgraphviewer.mo share/locale/be/LC_MESSAGES/kgraphviewer.mo share/locale/bg/LC_MESSAGES/kgraphviewer.mo +share/locale/bs/LC_MESSAGES/kgraphviewer.mo share/locale/ca/LC_MESSAGES/kgraphviewer.mo share/locale/ca@valencia/LC_MESSAGES/kgraphviewer.mo share/locale/cs/LC_MESSAGES/kgraphviewer.mo @@ -92,12 +107,15 @@ share/locale/en_GB/LC_MESSAGES/kgraphviewer.mo share/locale/eo/LC_MESSAGES/kgraphviewer.mo share/locale/es/LC_MESSAGES/kgraphviewer.mo share/locale/et/LC_MESSAGES/kgraphviewer.mo +share/locale/eu/LC_MESSAGES/kgraphviewer.mo +share/locale/fi/LC_MESSAGES/kgraphviewer.mo share/locale/fr/LC_MESSAGES/kgraphviewer.mo share/locale/ga/LC_MESSAGES/kgraphviewer.mo share/locale/gl/LC_MESSAGES/kgraphviewer.mo share/locale/hi/LC_MESSAGES/kgraphviewer.mo share/locale/hne/LC_MESSAGES/kgraphviewer.mo share/locale/hr/LC_MESSAGES/kgraphviewer.mo +share/locale/hu/LC_MESSAGES/kgraphviewer.mo share/locale/is/LC_MESSAGES/kgraphviewer.mo share/locale/it/LC_MESSAGES/kgraphviewer.mo share/locale/ja/LC_MESSAGES/kgraphviewer.mo @@ -105,6 +123,7 @@ share/locale/km/LC_MESSAGES/kgraphviewer.mo share/locale/ku/LC_MESSAGES/kgraphviewer.mo share/locale/lt/LC_MESSAGES/kgraphviewer.mo share/locale/mai/LC_MESSAGES/kgraphviewer.mo +share/locale/mr/LC_MESSAGES/kgraphviewer.mo share/locale/nb/LC_MESSAGES/kgraphviewer.mo share/locale/nds/LC_MESSAGES/kgraphviewer.mo share/locale/nl/LC_MESSAGES/kgraphviewer.mo @@ -114,24 +133,16 @@ share/locale/pl/LC_MESSAGES/kgraphviewer.mo share/locale/pt/LC_MESSAGES/kgraphviewer.mo share/locale/pt_BR/LC_MESSAGES/kgraphviewer.mo share/locale/ro/LC_MESSAGES/kgraphviewer.mo +share/locale/ru/LC_MESSAGES/kgraphviewer.mo share/locale/se/LC_MESSAGES/kgraphviewer.mo share/locale/sk/LC_MESSAGES/kgraphviewer.mo share/locale/sv/LC_MESSAGES/kgraphviewer.mo share/locale/th/LC_MESSAGES/kgraphviewer.mo share/locale/tr/LC_MESSAGES/kgraphviewer.mo +share/locale/ug/LC_MESSAGES/kgraphviewer.mo share/locale/uk/LC_MESSAGES/kgraphviewer.mo share/locale/vi/LC_MESSAGES/kgraphviewer.mo share/locale/zh_CN/LC_MESSAGES/kgraphviewer.mo share/locale/zh_TW/LC_MESSAGES/kgraphviewer.mo -@dirrm share/doc/HTML/uk/kgraphviewer -@dirrm share/doc/HTML/sv/kgraphviewer -@dirrm share/doc/HTML/pt_BR/kgraphviewer -@dirrm share/doc/HTML/pt/kgraphviewer -@dirrm share/doc/HTML/it/kgraphviewer -@dirrm share/doc/HTML/et/kgraphviewer -@dirrm share/doc/HTML/en/kgraphviewer -@dirrm share/doc/HTML/de/kgraphviewer -@dirrm share/apps/kgraphviewerpart/pics -@dirrm share/apps/kgraphviewerpart -@dirrm share/apps/kgraphviewer -@dirrm share/apps/kgrapheditor +share/metainfo/org.kde.kgraphviewer.appdata.xml +share/metainfo/org.kde.libkgraphviewer.metainfo.xml From owner-svn-ports-all@freebsd.org Sun Oct 1 17:09:49 2017 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 0D72AE29B38; Sun, 1 Oct 2017 17:09:49 +0000 (UTC) (envelope-from sunpoet@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 CF8406735A; Sun, 1 Oct 2017 17:09:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91H9lm6046142; Sun, 1 Oct 2017 17:09:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91H9l0u046140; Sun, 1 Oct 2017 17:09:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710011709.v91H9l0u046140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Oct 2017 17:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451052 - head/devel/p5-Config-Model X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Config-Model X-SVN-Commit-Revision: 451052 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 17:09:49 -0000 Author: sunpoet Date: Sun Oct 1 17:09:47 2017 New Revision: 451052 URL: https://svnweb.freebsd.org/changeset/ports/451052 Log: Update to 2.112 Changes: http://search.cpan.org/dist/Config-Model/Changes Modified: head/devel/p5-Config-Model/Makefile head/devel/p5-Config-Model/distinfo Modified: head/devel/p5-Config-Model/Makefile ============================================================================== --- head/devel/p5-Config-Model/Makefile Sun Oct 1 16:34:22 2017 (r451051) +++ head/devel/p5-Config-Model/Makefile Sun Oct 1 17:09:47 2017 (r451052) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model -PORTVERSION= 2.111 +PORTVERSION= 2.112 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Model/distinfo ============================================================================== --- head/devel/p5-Config-Model/distinfo Sun Oct 1 16:34:22 2017 (r451051) +++ head/devel/p5-Config-Model/distinfo Sun Oct 1 17:09:47 2017 (r451052) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506176453 -SHA256 (Config-Model-2.111.tar.gz) = 2f283e701aeaf09388a6efedc9e353977eedaddb984fd14170d1db89f6789350 -SIZE (Config-Model-2.111.tar.gz) = 346038 +TIMESTAMP = 1506876968 +SHA256 (Config-Model-2.112.tar.gz) = d3fa2d7bd5d82de5017e57c84c598cd9b02b2bb7bb89eac113551e696ed4504c +SIZE (Config-Model-2.112.tar.gz) = 346777 From owner-svn-ports-all@freebsd.org Sun Oct 1 17:09:54 2017 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 34583E29B5E; Sun, 1 Oct 2017 17:09:54 +0000 (UTC) (envelope-from sunpoet@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 F2A0167374; Sun, 1 Oct 2017 17:09:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91H9rwD046283; Sun, 1 Oct 2017 17:09:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91H9qpP046280; Sun, 1 Oct 2017 17:09:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710011709.v91H9qpP046280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Oct 2017 17:09:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451053 - head/net-mgmt/p5-Net-IPv6Addr X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/p5-Net-IPv6Addr X-SVN-Commit-Revision: 451053 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 17:09:54 -0000 Author: sunpoet Date: Sun Oct 1 17:09:52 2017 New Revision: 451053 URL: https://svnweb.freebsd.org/changeset/ports/451053 Log: Update to 0.8 - Sort PLIST Changes: http://search.cpan.org/dist/Net-IPv6Addr/ChangeLog Modified: head/net-mgmt/p5-Net-IPv6Addr/Makefile head/net-mgmt/p5-Net-IPv6Addr/distinfo head/net-mgmt/p5-Net-IPv6Addr/pkg-plist Modified: head/net-mgmt/p5-Net-IPv6Addr/Makefile ============================================================================== --- head/net-mgmt/p5-Net-IPv6Addr/Makefile Sun Oct 1 17:09:47 2017 (r451052) +++ head/net-mgmt/p5-Net-IPv6Addr/Makefile Sun Oct 1 17:09:52 2017 (r451053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-IPv6Addr -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= net-mgmt perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net-mgmt/p5-Net-IPv6Addr/distinfo ============================================================================== --- head/net-mgmt/p5-Net-IPv6Addr/distinfo Sun Oct 1 17:09:47 2017 (r451052) +++ head/net-mgmt/p5-Net-IPv6Addr/distinfo Sun Oct 1 17:09:52 2017 (r451053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503805902 -SHA256 (Net-IPv6Addr-0.7.tar.gz) = 184f24de9dea098ced6ef54aae4903231ab167b55e4a9c65556bd096ac1482de -SIZE (Net-IPv6Addr-0.7.tar.gz) = 10153 +TIMESTAMP = 1506876992 +SHA256 (Net-IPv6Addr-0.8.tar.gz) = 9c06e12bea598aec722b74bdcc3be283026bc26a428e756173f54453b62142a0 +SIZE (Net-IPv6Addr-0.8.tar.gz) = 11028 Modified: head/net-mgmt/p5-Net-IPv6Addr/pkg-plist ============================================================================== --- head/net-mgmt/p5-Net-IPv6Addr/pkg-plist Sun Oct 1 17:09:47 2017 (r451052) +++ head/net-mgmt/p5-Net-IPv6Addr/pkg-plist Sun Oct 1 17:09:52 2017 (r451053) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Net::IPv6Addr.3.gz %%SITE_PERL%%/Net/IPv6Addr.pm %%SITE_PERL%%/Net/IPv6Addr.pod +%%PERL5_MAN3%%/Net::IPv6Addr.3.gz From owner-svn-ports-all@freebsd.org Sun Oct 1 17:28:41 2017 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 4FDACE2A4D6; Sun, 1 Oct 2017 17:28:41 +0000 (UTC) (envelope-from ehaupt@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 1CF32682C3; Sun, 1 Oct 2017 17:28:41 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91HSefN054253; Sun, 1 Oct 2017 17:28:40 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91HSeVh054251; Sun, 1 Oct 2017 17:28:40 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201710011728.v91HSeVh054251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 1 Oct 2017 17:28:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451054 - head/audio/shairport-sync X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/audio/shairport-sync X-SVN-Commit-Revision: 451054 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 17:28:41 -0000 Author: ehaupt Date: Sun Oct 1 17:28:39 2017 New Revision: 451054 URL: https://svnweb.freebsd.org/changeset/ports/451054 Log: Update to 3.2.d8 Modified: head/audio/shairport-sync/Makefile head/audio/shairport-sync/distinfo Modified: head/audio/shairport-sync/Makefile ============================================================================== --- head/audio/shairport-sync/Makefile Sun Oct 1 17:09:52 2017 (r451053) +++ head/audio/shairport-sync/Makefile Sun Oct 1 17:28:39 2017 (r451054) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shairport-sync -DISTVERSION= 3.2d5 +DISTVERSION= 3.2d8 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org Modified: head/audio/shairport-sync/distinfo ============================================================================== --- head/audio/shairport-sync/distinfo Sun Oct 1 17:09:52 2017 (r451053) +++ head/audio/shairport-sync/distinfo Sun Oct 1 17:28:39 2017 (r451054) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505664412 -SHA256 (mikebrady-shairport-sync-3.2d5_GH0.tar.gz) = 583a8bcf4eb055e3e5babc258411a5711e371059de5decce1a0a230a68b00177 -SIZE (mikebrady-shairport-sync-3.2d5_GH0.tar.gz) = 298145 +TIMESTAMP = 1506877500 +SHA256 (mikebrady-shairport-sync-3.2d8_GH0.tar.gz) = 8fe733f4eb98b73e393df48f957194a540bb6681b22b8464cfed3020639a34d5 +SIZE (mikebrady-shairport-sync-3.2d8_GH0.tar.gz) = 304889 From owner-svn-ports-all@freebsd.org Sun Oct 1 18:01:19 2017 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 6E118E2AD49; Sun, 1 Oct 2017 18:01:19 +0000 (UTC) (envelope-from jrm@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 3C97969477; Sun, 1 Oct 2017 18:01:19 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91I1I9C067417; Sun, 1 Oct 2017 18:01:18 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91I1Ixw067416; Sun, 1 Oct 2017 18:01:18 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201710011801.v91I1Ixw067416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 1 Oct 2017 18:01:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451055 - head/www/yarn X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/www/yarn X-SVN-Commit-Revision: 451055 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 18:01:19 -0000 Author: jrm Date: Sun Oct 1 18:01:18 2017 New Revision: 451055 URL: https://svnweb.freebsd.org/changeset/ports/451055 Log: www/yarn: Fix broken REINPLACE_CMD Modified: head/www/yarn/Makefile Modified: head/www/yarn/Makefile ============================================================================== --- head/www/yarn/Makefile Sun Oct 1 17:28:39 2017 (r451054) +++ head/www/yarn/Makefile Sun Oct 1 18:01:18 2017 (r451055) @@ -3,6 +3,7 @@ PORTNAME= yarn DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://yarnpkg.com/downloads/${PORTVERSION}/ @@ -37,7 +38,7 @@ post-patch: @${REINPLACE_CMD} -i '' \ -e 's|"installationMethod": "tar"|"installationMethod": "pkg"|g' \ ${WRKSRC}/package.json - @${REINPLACE_CMD} -i '' -e 's%"Linux)%Linux|FreeBSD)%g' \ + @${REINPLACE_CMD} -i '' -e 's%Linux)%Linux|FreeBSD)%g' \ ${WRKSRC}/bin/yarn do-install: From owner-svn-ports-all@freebsd.org Sun Oct 1 18:49:14 2017 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 9E743E2BE97; Sun, 1 Oct 2017 18:49:14 +0000 (UTC) (envelope-from adridg@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 6A3B16A9D5; Sun, 1 Oct 2017 18:49:14 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91InDRg087222; Sun, 1 Oct 2017 18:49:13 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91InD45087220; Sun, 1 Oct 2017 18:49:13 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201710011849.v91InD45087220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Sun, 1 Oct 2017 18:49:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451056 - in head/audio/cantata: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head/audio/cantata: . files X-SVN-Commit-Revision: 451056 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 18:49:14 -0000 Author: adridg Date: Sun Oct 1 18:49:13 2017 New Revision: 451056 URL: https://svnweb.freebsd.org/changeset/ports/451056 Log: Update audio/cantata to 2.2.0 - All previous patches have been upstreamed - Switch to DISTVERSION Approved by: tcberner (mentor), rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D12550 Deleted: head/audio/cantata/files/ Modified: head/audio/cantata/Makefile head/audio/cantata/distinfo Modified: head/audio/cantata/Makefile ============================================================================== --- head/audio/cantata/Makefile Sun Oct 1 18:01:18 2017 (r451055) +++ head/audio/cantata/Makefile Sun Oct 1 18:49:13 2017 (r451056) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cantata -PORTVERSION= 2.1.0 +DISTVERSION= 2.2.0 DISTVERSIONPREFIX= v CATEGORIES= audio kde @@ -22,7 +22,7 @@ CMAKE_ARGS= -DENABLE_QT5:BOOL=TRUE \ -DCMAKE_DISABLE_FIND_PACKAGE_UDev:BOOL=TRUE USES= cmake:outsource cpe pkgconfig shebangfix -SHEBANG_FILES= dynamic/cantata-dynamic cantata-remote.cmake +SHEBANG_FILES= playlists/cantata-dynamic cantata-remote.cmake CPE_VENDOR= craig_drummond USE_LDCONFIG= yes Modified: head/audio/cantata/distinfo ============================================================================== --- head/audio/cantata/distinfo Sun Oct 1 18:01:18 2017 (r451055) +++ head/audio/cantata/distinfo Sun Oct 1 18:49:13 2017 (r451056) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501534413 -SHA256 (CDrummond-cantata-v2.1.0_GH0.tar.gz) = ad679d10f013a427e0af2ed92ed3ab435f60071aef71b271467f3947b4852c8b -SIZE (CDrummond-cantata-v2.1.0_GH0.tar.gz) = 2925024 +TIMESTAMP = 1506781584 +SHA256 (CDrummond-cantata-v2.2.0_GH0.tar.gz) = 000f7a8561667fc8d15fad3b8bf0ada8f693a76fed0afafa166a0225cc93e9de +SIZE (CDrummond-cantata-v2.2.0_GH0.tar.gz) = 2955660 From owner-svn-ports-all@freebsd.org Sun Oct 1 20:02:00 2017 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 CB926E2D579; Sun, 1 Oct 2017 20:02:00 +0000 (UTC) (envelope-from olgeni@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 A794E6CEC3; Sun, 1 Oct 2017 20:02:00 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91K1xlE020422; Sun, 1 Oct 2017 20:01:59 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91K1xve020419; Sun, 1 Oct 2017 20:01:59 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710012001.v91K1xve020419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 1 Oct 2017 20:01:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451057 - head/textproc/elixir-ex_doc X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/textproc/elixir-ex_doc X-SVN-Commit-Revision: 451057 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 20:02:00 -0000 Author: olgeni Date: Sun Oct 1 20:01:59 2017 New Revision: 451057 URL: https://svnweb.freebsd.org/changeset/ports/451057 Log: Update textproc/elixir-ex_doc to version 0.17.0. Modified: head/textproc/elixir-ex_doc/Makefile head/textproc/elixir-ex_doc/distinfo head/textproc/elixir-ex_doc/pkg-plist Modified: head/textproc/elixir-ex_doc/Makefile ============================================================================== --- head/textproc/elixir-ex_doc/Makefile Sun Oct 1 18:49:13 2017 (r451056) +++ head/textproc/elixir-ex_doc/Makefile Sun Oct 1 20:01:59 2017 (r451057) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ex_doc -PORTVERSION= 0.16.4 +PORTVERSION= 0.17.0 DISTVERSIONPREFIX= v CATEGORIES= textproc PKGNAMEPREFIX= elixir- Modified: head/textproc/elixir-ex_doc/distinfo ============================================================================== --- head/textproc/elixir-ex_doc/distinfo Sun Oct 1 18:49:13 2017 (r451056) +++ head/textproc/elixir-ex_doc/distinfo Sun Oct 1 20:01:59 2017 (r451057) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505245687 -SHA256 (elixir-lang-ex_doc-v0.16.4_GH0.tar.gz) = f10dbd9972a11e6033f93dc439bb83114457f4c959d84cc038b2b2345fa1de13 -SIZE (elixir-lang-ex_doc-v0.16.4_GH0.tar.gz) = 508193 +TIMESTAMP = 1506886383 +SHA256 (elixir-lang-ex_doc-v0.17.0_GH0.tar.gz) = 6a9aa5ed35b0144e8906be6f2ebd75aa0cacc1672505afa11bd44973e67a9157 +SIZE (elixir-lang-ex_doc-v0.17.0_GH0.tar.gz) = 509705 Modified: head/textproc/elixir-ex_doc/pkg-plist ============================================================================== --- head/textproc/elixir-ex_doc/pkg-plist Sun Oct 1 18:49:13 2017 (r451056) +++ head/textproc/elixir-ex_doc/pkg-plist Sun Oct 1 20:01:59 2017 (r451057) @@ -8,6 +8,7 @@ lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Formatter.HTML lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Formatter.HTML.Templates.beam lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Formatter.HTML.beam lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.FunctionNode.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.GroupMatcher.beam lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Markdown.Cmark.beam lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Markdown.Earmark.beam lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Markdown.Hoedown.beam @@ -50,6 +51,7 @@ lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templa lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/sidebar_template.eex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/summary_item_template.eex lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/summary_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/group_matcher.ex lib/elixir/lib/ex_doc/lib/ex_doc/markdown.ex lib/elixir/lib/ex_doc/lib/ex_doc/markdown/cmark.ex lib/elixir/lib/ex_doc/lib/ex_doc/markdown/earmark.ex @@ -60,7 +62,7 @@ lib/elixir/lib/ex_doc/priv/ex_doc/formatter/epub/asset lib/elixir/lib/ex_doc/priv/ex_doc/formatter/epub/assets/dist/epub-3f654f2a47.css lib/elixir/lib/ex_doc/priv/ex_doc/formatter/epub/assets/metainfo/com.apple.ibooks.display-options.xml lib/elixir/lib/ex_doc/priv/ex_doc/formatter/epub/assets/metainfo/container.xml -lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/dist/app-5b9e160cec.css +lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/dist/app-110d9134a6.css lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/dist/app-da04b39d0c.js lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/dist/app-da04b39d0c.js.map lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/fonts/icomoon.eot From owner-svn-ports-all@freebsd.org Sun Oct 1 20:19:50 2017 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 D2CE2E2D845; Sun, 1 Oct 2017 20:19:50 +0000 (UTC) (envelope-from pi@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 AD48D6D5E3; Sun, 1 Oct 2017 20:19:50 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91KJnx2024935; Sun, 1 Oct 2017 20:19:49 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91KJnTI024933; Sun, 1 Oct 2017 20:19:49 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201710012019.v91KJnTI024933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 1 Oct 2017 20:19:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451058 - head/security/tor X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/security/tor X-SVN-Commit-Revision: 451058 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 20:19:50 -0000 Author: pi Date: Sun Oct 1 20:19:49 2017 New Revision: 451058 URL: https://svnweb.freebsd.org/changeset/ports/451058 Log: security/tor: update 0.3.0.10 -> 0.3.1.7 - Adds Lzma and Zstd compression - Rework some options to options_ng PR: 222431 Submitted by: brnrd, Yuri Victorovich (maintainer) Modified: head/security/tor/Makefile head/security/tor/distinfo Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Sun Oct 1 20:01:59 2017 (r451057) +++ head/security/tor/Makefile Sun Oct 1 20:19:49 2017 (r451058) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -PORTVERSION= 0.3.0.10 -PORTREVISION= 1 +PORTVERSION= 0.3.1.7 CATEGORIES= security net ipv6 MASTER_SITES= TOR @@ -26,12 +25,14 @@ CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/i TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}" OPTIONS_DEFINE= MANPAGES DOCS STATIC_TOR TCMALLOC TOR2WEB -OPTIONS_DEFAULT=MANPAGES +OPTIONS_GROUP= COMPRESSION +OPTIONS_GROUP_COMPRESSION=ZSTD LZMA +OPTIONS_DEFAULT=MANPAGES ZSTD LZMA OPTIONS_SUB= yes - STATIC_TOR_DESC= Build a static tor TCMALLOC_DESC= Use the tcmalloc memory allocation library TOR2WEB_DESC= (EXPERT OPTION) Faster but non-anonymous hidden services +COMPRESSION_DESC= Supported compression libraries USE_RC_SUBR= tor SUB_FILES= pkg-message @@ -41,11 +42,16 @@ PLIST_SUB= USER="${USERS}" GROUP="${GROUPS}" GROUPS= _tor USERS= _tor -CONFLICTS= tor-devel-[0-9]* +CONFLICTS_INSTALL= tor-devel-[0-9]* STATIC_TOR_USES= ssl:build STATIC_TOR_USES_OFF= ssl +TOR2WEB_CONFIGURE_ENABLE= tor2web-mode +ZSTD_CONFIGURE_ENABLE= zstd +ZSTD_CONFIGURE_ENV=TOR_ZSTD_LIBS="${TOR_ZSTD_LIBS}" +LZMA_CONFIGURE_ENABLE= lzma + .include .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} @@ -66,10 +72,18 @@ BUILD_DEPENDS += ${LOCALBASE}/lib/libevent.a:devel/lib CONFIGURE_ARGS+= --enable-static-tor \ --with-zlib-dir=/usr/lib --disable-linker-hardening TOR_LIBEVENT_LIBS= ${LOCALBASE}/lib/libevent.a +. if ${PORT_OPTIONS:MZSTD} +BUILD_DEPENDS+= ${LOCALBASE}/lib/libzstd.a:archivers/zstd +TOR_ZSTD_LIBS= ${LOCALBASE}/lib/libzstd.a +. endif .else CONFIGURE_ARGS+= --enable-linker-hardening LIB_DEPENDS+= libevent.so:devel/libevent TOR_LIBEVENT_LIBS= -levent +. if ${PORT_OPTIONS:MZSTD} +LIB_DEPENDS+= libzstd.so:archivers/zstd +TOR_ZSTD_LIBS= -lzstd +. endif .endif .if ${PORT_OPTIONS:MTCMALLOC} @@ -79,10 +93,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libtcmalloc.a:devel/ .else LIB_DEPENDS+= libtcmalloc.so:devel/google-perftools .endif -.endif - -.if ${PORT_OPTIONS:MTOR2WEB} -CONFIGURE_ARGS+= --enable-tor2web-mode .endif pre-everything:: Modified: head/security/tor/distinfo ============================================================================== --- head/security/tor/distinfo Sun Oct 1 20:01:59 2017 (r451057) +++ head/security/tor/distinfo Sun Oct 1 20:19:49 2017 (r451058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502098144 -SHA256 (tor-0.3.0.10.tar.gz) = 9a8e6e49a1688dae64dca10f84a414ec9a4f393fb2256ae28e0c2e3239185ab1 -SIZE (tor-0.3.0.10.tar.gz) = 5845205 +TIMESTAMP = 1505762209 +SHA256 (tor-0.3.1.7.tar.gz) = 1df5dd4894bb2f5e0dc96c466955146353cf33ac50cd997cfc1b28ea3ed9c08f +SIZE (tor-0.3.1.7.tar.gz) = 6058284 From owner-svn-ports-all@freebsd.org Sun Oct 1 20:20:44 2017 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 01620E2D8C9; Sun, 1 Oct 2017 20:20:44 +0000 (UTC) (envelope-from pi@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 C53C86D720; Sun, 1 Oct 2017 20:20:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91KKh1J027268; Sun, 1 Oct 2017 20:20:43 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91KKgFR027266; Sun, 1 Oct 2017 20:20:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201710012020.v91KKgFR027266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 1 Oct 2017 20:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451059 - head/security/tor-devel X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/security/tor-devel X-SVN-Commit-Revision: 451059 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 20:20:44 -0000 Author: pi Date: Sun Oct 1 20:20:42 2017 New Revision: 451059 URL: https://svnweb.freebsd.org/changeset/ports/451059 Log: security/tor-devel: update 0.3.1.6-rc -> 0.3.2.1-alpha PR: 222432 Submitted by: Yuri Victorovich (maintainer) Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Sun Oct 1 20:19:49 2017 (r451058) +++ head/security/tor-devel/Makefile Sun Oct 1 20:20:42 2017 (r451059) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.3.1.6-rc -PORTREVISION= 1 +DISTVERSION= 0.3.2.1-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Sun Oct 1 20:19:49 2017 (r451058) +++ head/security/tor-devel/distinfo Sun Oct 1 20:20:42 2017 (r451059) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505321357 -SHA256 (tor-0.3.1.6-rc.tar.gz) = d1548e28e1f82e2eb4a95f2334f4809383f173b32e57ab628d76b088f10ca6fd -SIZE (tor-0.3.1.6-rc.tar.gz) = 6029128 +TIMESTAMP = 1505763833 +SHA256 (tor-0.3.2.1-alpha.tar.gz) = a2ce9c0eb0eaf1a478bb8cba4b809b9e4b65dd28a49ff26f78d3b3ea06126728 +SIZE (tor-0.3.2.1-alpha.tar.gz) = 6241078 From owner-svn-ports-all@freebsd.org Sun Oct 1 20:43:02 2017 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 97367E2E345; Sun, 1 Oct 2017 20:43:02 +0000 (UTC) (envelope-from rene@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 65F7C6E671; Sun, 1 Oct 2017 20:43:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91Kh1rY037217; Sun, 1 Oct 2017 20:43:01 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91Kh1Kv037215; Sun, 1 Oct 2017 20:43:01 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201710012043.v91Kh1Kv037215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 1 Oct 2017 20:43:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451060 - in head: . ports-mgmt ports-mgmt/redports-node X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . ports-mgmt ports-mgmt/redports-node X-SVN-Commit-Revision: 451060 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 20:43:02 -0000 Author: rene Date: Sun Oct 1 20:43:01 2017 New Revision: 451060 URL: https://svnweb.freebsd.org/changeset/ports/451060 Log: Remove expired port: 2017-09-30 ports-mgmt/redports-node: Upstream is dead so port is not useable anymore. Deleted: head/ports-mgmt/redports-node/ Modified: head/MOVED head/ports-mgmt/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Oct 1 20:20:42 2017 (r451059) +++ head/MOVED Sun Oct 1 20:43:01 2017 (r451060) @@ -9565,3 +9565,4 @@ textproc/py-twistedLore|devel/py-twisted|2017-09-30|Ha www/py-twistedWeb|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead www/py-twistedWeb2|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead devel/libclaw||2017-09-30|Has expired: useless for anything apart from removed games/plee-the-bear +ports-mgmt/redports-node||2017-10-01|Has expired: Upstream is dead so port is not useable anymore. Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Sun Oct 1 20:20:42 2017 (r451059) +++ head/ports-mgmt/Makefile Sun Oct 1 20:43:01 2017 (r451060) @@ -67,7 +67,6 @@ SUBDIR += psearch SUBDIR += py-pytoport SUBDIR += py-skog - SUBDIR += redports-node SUBDIR += symports SUBDIR += synth SUBDIR += tinderbox From owner-svn-ports-all@freebsd.org Sun Oct 1 20:44:30 2017 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 E0C91E2E38F; Sun, 1 Oct 2017 20:44:30 +0000 (UTC) (envelope-from cmt@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 AF9856E756; Sun, 1 Oct 2017 20:44:30 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91KiTiV037403; Sun, 1 Oct 2017 20:44:29 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91KiTe6037401; Sun, 1 Oct 2017 20:44:29 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201710012044.v91KiTe6037401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 1 Oct 2017 20:44:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451061 - head/print/gutenprint X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/print/gutenprint X-SVN-Commit-Revision: 451061 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 20:44:31 -0000 Author: cmt Date: Sun Oct 1 20:44:29 2017 New Revision: 451061 URL: https://svnweb.freebsd.org/changeset/ports/451061 Log: print/gutenprint: update PPDs after updates cups will refuse to print if we run with PPDs with the wrong version info - call cups-genppdupdate to update the PPDs automatically Reported by: Paul Beard, tijl@ Modified: head/print/gutenprint/Makefile head/print/gutenprint/pkg-plist Modified: head/print/gutenprint/Makefile ============================================================================== --- head/print/gutenprint/Makefile Sun Oct 1 20:43:01 2017 (r451060) +++ head/print/gutenprint/Makefile Sun Oct 1 20:44:29 2017 (r451061) @@ -4,7 +4,7 @@ PORTNAME= gutenprint PORTVERSION= 5.2.13 -PORTREVISION?= 0 # also print/gimp-gutenprint +PORTREVISION?= 1 # also print/gimp-gutenprint CATEGORIES= print MASTER_SITES= SF/gimp-print/gutenprint-5.2/${PORTVERSION} Modified: head/print/gutenprint/pkg-plist ============================================================================== --- head/print/gutenprint/pkg-plist Sun Oct 1 20:43:01 2017 (r451060) +++ head/print/gutenprint/pkg-plist Sun Oct 1 20:44:29 2017 (r451061) @@ -393,3 +393,4 @@ share/locale/zh_CN/LC_MESSAGES/gutenprint.mo share/locale/zh_CN/gutenprint_zh_CN.po share/locale/zh_TW/LC_MESSAGES/gutenprint.mo share/locale/zh_TW/gutenprint_zh_TW.po +@postexec %D/sbin/cups-genppdupdate > /dev/null From owner-svn-ports-all@freebsd.org Sun Oct 1 21:20:17 2017 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 8E064E2ED32; Sun, 1 Oct 2017 21:20:17 +0000 (UTC) (envelope-from rene@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 43D386F7CC; Sun, 1 Oct 2017 21:20:17 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91LKGbt050084; Sun, 1 Oct 2017 21:20:16 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91LKGUC050083; Sun, 1 Oct 2017 21:20:16 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201710012120.v91LKGUC050083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 1 Oct 2017 21:20:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451062 - branches/2017Q4 X-SVN-Group: ports-branches X-SVN-Commit-Author: rene X-SVN-Commit-Paths: branches/2017Q4 X-SVN-Commit-Revision: 451062 X-SVN-Commit-Repository: ports 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.23 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, 01 Oct 2017 21:20:17 -0000 Author: rene Date: Sun Oct 1 21:20:16 2017 New Revision: 451062 URL: https://svnweb.freebsd.org/changeset/ports/451062 Log: Branch 2017Q4 Added: branches/2017Q4/ - copied from r451061, head/ From owner-svn-ports-all@freebsd.org Mon Oct 2 01:46:14 2017 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 6AD3EE335C3; Mon, 2 Oct 2017 01:46:14 +0000 (UTC) (envelope-from araujo@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 3135376057; Mon, 2 Oct 2017 01:46:14 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v921kDDd060810; Mon, 2 Oct 2017 01:46:13 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v921kDAm060808; Mon, 2 Oct 2017 01:46:13 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201710020146.v921kDAm060808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Mon, 2 Oct 2017 01:46:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451063 - head/sysutils/ndmpd X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/sysutils/ndmpd X-SVN-Commit-Revision: 451063 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 01:46:14 -0000 Author: araujo Date: Mon Oct 2 01:46:13 2017 New Revision: 451063 URL: https://svnweb.freebsd.org/changeset/ports/451063 Log: - Unbreak it on FreeBSD HEAD(12) and FreeBSD STABLE(11). - Tests with ndmjob and ndmpcopy(Java version). - Tested on FreeNAS 11 too. Sponsored by: iXsystems, Inc. Modified: head/sysutils/ndmpd/Makefile head/sysutils/ndmpd/distinfo Modified: head/sysutils/ndmpd/Makefile ============================================================================== --- head/sysutils/ndmpd/Makefile Sun Oct 1 21:20:16 2017 (r451062) +++ head/sysutils/ndmpd/Makefile Mon Oct 2 01:46:13 2017 (r451063) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ndmpd -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= sysutils MAINTAINER= araujo@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= araujobsd GH_PROJECT= ndmpd -GH_TAGNAME= daa00f9 +GH_TAGNAME= ffde7d1 ONLY_FOR_ARCHS= amd64 i386 PLIST_FILES= sbin/ndmpd etc/ndmpd.conf.example Modified: head/sysutils/ndmpd/distinfo ============================================================================== --- head/sysutils/ndmpd/distinfo Sun Oct 1 21:20:16 2017 (r451062) +++ head/sysutils/ndmpd/distinfo Mon Oct 2 01:46:13 2017 (r451063) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506179264 -SHA256 (araujobsd-ndmpd-1.1-daa00f9_GH0.tar.gz) = 18a763113f999b25752022c8afeb6e0b421edf596cd98d9e17fa09362e615225 -SIZE (araujobsd-ndmpd-1.1-daa00f9_GH0.tar.gz) = 1401048 +TIMESTAMP = 1506885240 +SHA256 (araujobsd-ndmpd-1.2-ffde7d1_GH0.tar.gz) = 699b51fffa3af99a9614e82f6bc31bbde07f3957def4707d40c21cbe8e08d5f8 +SIZE (araujobsd-ndmpd-1.2-ffde7d1_GH0.tar.gz) = 1401875 From owner-svn-ports-all@freebsd.org Mon Oct 2 01:49:33 2017 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 B8A90E33618; Mon, 2 Oct 2017 01:49:33 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-lf0-x22f.google.com (mail-lf0-x22f.google.com [IPv6:2a00:1450:4010:c07::22f]) (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 31CAB76174; Mon, 2 Oct 2017 01:49:33 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by mail-lf0-x22f.google.com with SMTP id p184so4201201lfe.12; Sun, 01 Oct 2017 18:49:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=wM1QWThxCMHKyrk/IHStUhKdx1mz7xfjwNXRQUaQfoM=; b=IxSzdV+9+3FOxNh2n26sbqCelbf5OJKTDv/lvQAgAhNuOgCnvoZrn2s4j5ostPUluM wbriJ/cEyHQcJ+TaBCIg47Od41R+uEWqroTW49uVJyXYCRWB51pUr5r4weDwnKn0hLme Ph+hkW3uTzdJ0lOhtCjTIxWYiwcCovEdxF2bJOzB+jmPcDxSWuDtDjPhkOPiAqW86myh DxXvceHOVUav617B7lPUx6v7kA9uBFNGVzV6lFyKReN8O4k0OyttUV6g+gnqzwUangi9 uuCDvj+Xiylw8PILaAlK0NstTTNfhkhZvjsuu1G+oZKUfGixFV/JzHTWWeh+Cv81CCi8 YOng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=wM1QWThxCMHKyrk/IHStUhKdx1mz7xfjwNXRQUaQfoM=; b=QGEpQyJAp9TkHJt2qoEEDcQW0WHl+lQrgUS2aKgx5fOX/Xf6c2SlIDsxDF9Q4aU2LO xxs0emYL5pwoQSzlV5sykwF5445c3lxS1Z7YXqRJZCYPoRzvnQsRs6vZtlpFgTTaOHQS g7WQTkD01t/XUBkxloJpZu9byVDk4AD2t9DeBly3583s35arAVGSk6nnR0un6ErpqXVT ClxMdgYty/p98ym/foRXbqn6FQZg1NuZYsX0aQYsXs2zj7PUYbV3w8Mn6nV3pyz2fbHo a9FhVuZdJawCuL5rajemJbexnY3UxAUc4CGa/LMmFliFy6IzmXYsoeU9wbtvq9Jw+4WM xQMA== X-Gm-Message-State: AMCzsaX6e73oNpYHYfbiwpoqr1c1DbOyRBAORnKY1Gt0ocZcAQHVxL8f zWUwfSWZRZsJ5kczUZfah6mIAJremQqg8ZlQH0w= X-Google-Smtp-Source: AOwi7QBK8SIErp8AGNx5nmbGt2yvLzj2alwLl6BmdYwDVQb3v25a/3gXgTr4kOAebJmD6nAJdbjZhf7zhyByWH3QvQ8= X-Received: by 10.25.115.89 with SMTP id o86mr3327778lfc.164.1506908970855; Sun, 01 Oct 2017 18:49:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.193.211 with HTTP; Sun, 1 Oct 2017 18:49:30 -0700 (PDT) Reply-To: araujo@freebsd.org In-Reply-To: <201710020146.v921kDAm060808@repo.freebsd.org> References: <201710020146.v921kDAm060808@repo.freebsd.org> From: Marcelo Araujo Date: Mon, 2 Oct 2017 09:49:30 +0800 Message-ID: Subject: Re: svn commit: r451063 - head/sysutils/ndmpd To: Marcelo Araujo Cc: ports-committers , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 02 Oct 2017 01:49:33 -0000 Forgot to add, update to 1.2. 2017-10-01 21:46 GMT-04:00 Marcelo Araujo : > Author: araujo > Date: Mon Oct 2 01:46:13 2017 > New Revision: 451063 > URL: https://svnweb.freebsd.org/changeset/ports/451063 > > Log: > - Unbreak it on FreeBSD HEAD(12) and FreeBSD STABLE(11). > - Tests with ndmjob and ndmpcopy(Java version). > - Tested on FreeNAS 11 too. > > Sponsored by: iXsystems, Inc. > > Modified: > head/sysutils/ndmpd/Makefile > head/sysutils/ndmpd/distinfo > > Modified: head/sysutils/ndmpd/Makefile > ============================================================ > ================== > --- head/sysutils/ndmpd/Makefile Sun Oct 1 21:20:16 2017 > (r451062) > +++ head/sysutils/ndmpd/Makefile Mon Oct 2 01:46:13 2017 > (r451063) > @@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= ndmpd > -PORTVERSION= 1.1 > +PORTVERSION= 1.2 > CATEGORIES= sysutils > > MAINTAINER= araujo@FreeBSD.org > @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE > USE_GITHUB= yes > GH_ACCOUNT= araujobsd > GH_PROJECT= ndmpd > -GH_TAGNAME= daa00f9 > +GH_TAGNAME= ffde7d1 > > ONLY_FOR_ARCHS= amd64 i386 > PLIST_FILES= sbin/ndmpd etc/ndmpd.conf.example > > Modified: head/sysutils/ndmpd/distinfo > ============================================================ > ================== > --- head/sysutils/ndmpd/distinfo Sun Oct 1 21:20:16 2017 > (r451062) > +++ head/sysutils/ndmpd/distinfo Mon Oct 2 01:46:13 2017 > (r451063) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1506179264 > -SHA256 (araujobsd-ndmpd-1.1-daa00f9_GH0.tar.gz) = > 18a763113f999b25752022c8afeb6e0b421edf596cd98d9e17fa09362e615225 > -SIZE (araujobsd-ndmpd-1.1-daa00f9_GH0.tar.gz) = 1401048 > +TIMESTAMP = 1506885240 > +SHA256 (araujobsd-ndmpd-1.2-ffde7d1_GH0.tar.gz) = > 699b51fffa3af99a9614e82f6bc31bbde07f3957def4707d40c21cbe8e08d5f8 > +SIZE (araujobsd-ndmpd-1.2-ffde7d1_GH0.tar.gz) = 1401875 > > -- -- Marcelo Araujo (__)araujo@FreeBSD.org \\\'',)http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_) From owner-svn-ports-all@freebsd.org Mon Oct 2 03:14:11 2017 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 AEE46E34BC2; Mon, 2 Oct 2017 03:14:11 +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 77E027C8E9; Mon, 2 Oct 2017 03:14:11 +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 v923EAUB098677; Mon, 2 Oct 2017 03:14:10 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v923EAE6098675; Mon, 2 Oct 2017 03:14:10 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710020314.v923EAE6098675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 2 Oct 2017 03:14:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451064 - head/devel/py-robotremoteserver X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/py-robotremoteserver X-SVN-Commit-Revision: 451064 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 03:14:11 -0000 Author: vanilla Date: Mon Oct 2 03:14:10 2017 New Revision: 451064 URL: https://svnweb.freebsd.org/changeset/ports/451064 Log: Update to 1.1. PR: 222663 Submitted by: maintainer Modified: head/devel/py-robotremoteserver/Makefile head/devel/py-robotremoteserver/distinfo Modified: head/devel/py-robotremoteserver/Makefile ============================================================================== --- head/devel/py-robotremoteserver/Makefile Mon Oct 2 01:46:13 2017 (r451063) +++ head/devel/py-robotremoteserver/Makefile Mon Oct 2 03:14:10 2017 (r451064) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= robotremoteserver -PORTVERSION= 1.0.1 +PORTVERSION= 1.1 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework -USES= python:2 +USES= python:-2.7 USE_PYTHON= distutils autoplist +NO_ARCH= yes .include Modified: head/devel/py-robotremoteserver/distinfo ============================================================================== --- head/devel/py-robotremoteserver/distinfo Mon Oct 2 01:46:13 2017 (r451063) +++ head/devel/py-robotremoteserver/distinfo Mon Oct 2 03:14:10 2017 (r451064) @@ -1,2 +1,3 @@ -SHA256 (robotremoteserver-1.0.1.tar.gz) = b696542f2c53bd303d0af8c0940dc89c200160ae156e8aa01669709e3b0b90b8 -SIZE (robotremoteserver-1.0.1.tar.gz) = 12456 +TIMESTAMP = 1506596625 +SHA256 (robotremoteserver-1.1.tar.gz) = b95e75d5de49f4ba5eefb985469ee6dd3604042faed7198d2a77be35e56aea9e +SIZE (robotremoteserver-1.1.tar.gz) = 19761 From owner-svn-ports-all@freebsd.org Mon Oct 2 04:01:12 2017 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 F410BE35465; Mon, 2 Oct 2017 04:01:11 +0000 (UTC) (envelope-from ak@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 D08D37D86C; Mon, 2 Oct 2017 04:01:11 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9241BOh017652; Mon, 2 Oct 2017 04:01:11 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9241A1p017649; Mon, 2 Oct 2017 04:01:10 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201710020401.v9241A1p017649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Mon, 2 Oct 2017 04:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451065 - in head/x11/xloadimage: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: in head/x11/xloadimage: . files X-SVN-Commit-Revision: 451065 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 04:01:12 -0000 Author: ak Date: Mon Oct 2 04:01:10 2017 New Revision: 451065 URL: https://svnweb.freebsd.org/changeset/ports/451065 Log: - Update to debian patchset 24 * Fix fullscreen scaling * Fix shrink zooming upward * Manual page various fixes Modified: head/x11/xloadimage/Makefile head/x11/xloadimage/distinfo head/x11/xloadimage/files/patch-Makefile.in Modified: head/x11/xloadimage/Makefile ============================================================================== --- head/x11/xloadimage/Makefile Mon Oct 2 03:14:10 2017 (r451064) +++ head/x11/xloadimage/Makefile Mon Oct 2 04:01:10 2017 (r451065) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= xloadimage -PORTVERSION= 4.1.21 -PORTREVISION= 1 +PORTVERSION= 4.1.24 CATEGORIES= x11 graphics MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}.${VERSION} DISTFILES= ${DISTNAME:S/./_/}.orig${EXTRACT_SUFX} \ - ${DISTNAME:S/./_/}-${REVISION}.debian.tar.gz + ${DISTNAME:S/./_/}-${REVISION}.debian.tar.xz MAINTAINER= ak@FreeBSD.org COMMENT= X11 Image Loading Utility @@ -21,6 +20,9 @@ LIB_DEPENDS= libpng.so:graphics/png \ CONFLICTS_INSTALL= xli-* EXTRA_PATCHES= ${WRKDIR}/debian/patches/*.patch +IGNORE_PATCHES= 07_SYSPATHFILE.patch 24_libtiff5.patch \ + 25_hardening-flags.patch 26_uufilter-implicit-declaration.patch \ + 30_libtiff5.patch 31_reproducible-build.patch PATCH_STRIP= -p1 VERSION= ${PORTVERSION:R} @@ -32,6 +34,9 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib + +pre-patch: + @${RM} ${IGNORE_PATCHES:S,^,${WRKDIR}/debian/patches/,} post-patch: @${CHMOD} a+rx ${WRKSRC}/configure Modified: head/x11/xloadimage/distinfo ============================================================================== --- head/x11/xloadimage/distinfo Mon Oct 2 03:14:10 2017 (r451064) +++ head/x11/xloadimage/distinfo Mon Oct 2 04:01:10 2017 (r451065) @@ -1,5 +1,5 @@ -TIMESTAMP = 1465187272 +TIMESTAMP = 1506910724 SHA256 (xloadimage_4.1.orig.tar.gz) = 400bc7d84dcfb3265a7a1ce51819679dc3adaeda231514bd89b0f932b78ff5c4 SIZE (xloadimage_4.1.orig.tar.gz) = 596021 -SHA256 (xloadimage_4.1-21.debian.tar.gz) = 4a15879f501462f1e45f3f8064a67b46362826c44bab5827e5dc051cd5c0a49f -SIZE (xloadimage_4.1-21.debian.tar.gz) = 76415 +SHA256 (xloadimage_4.1-24.debian.tar.xz) = 3f5332fbca08e6c1d2ecad2f4ddeed5390273b4607921b0e2d8385eb75b1ed85 +SIZE (xloadimage_4.1-24.debian.tar.xz) = 69684 Modified: head/x11/xloadimage/files/patch-Makefile.in ============================================================================== --- head/x11/xloadimage/files/patch-Makefile.in Mon Oct 2 03:14:10 2017 (r451064) +++ head/x11/xloadimage/files/patch-Makefile.in Mon Oct 2 04:01:10 2017 (r451065) @@ -6,7 +6,7 @@ +prefix = @prefix@ CC = @CC@ --DEFS = @DEFS@ -DSYSPATHFILE=\"/etc/X11/Xloadimage\" +-DEFS = @DEFS@ -CFLAGS = @CFLAGS@ +DEFS = @DEFS@ -DSYSPATHFILE=\"@sysconfdir@/xloadimagerc\" +CFLAGS = @CFLAGS@ @CPPFLAGS@ @X_CFLAGS@ From owner-svn-ports-all@freebsd.org Mon Oct 2 05:52:07 2017 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 DB51CE36E5F; Mon, 2 Oct 2017 05:52:07 +0000 (UTC) (envelope-from jbeich@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 A50897FEC3; Mon, 2 Oct 2017 05:52:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v925q6Vl061825; Mon, 2 Oct 2017 05:52:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v925q6md061819; Mon, 2 Oct 2017 05:52:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710020552.v925q6md061819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 2 Oct 2017 05:52:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451066 - in head: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey X-SVN-Commit-Revision: 451066 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 05:52:08 -0000 Author: jbeich Date: Mon Oct 2 05:52:06 2017 New Revision: 451066 URL: https://svnweb.freebsd.org/changeset/ports/451066 Log: gecko: enable PROFILE by default (like official builds) This stops passing -fomit-frame-pointer which is detrimental for stack unwinding as used by dtrace, pmcstat or gdb/lldb. MFH: 2017Q4 Modified: head/mail/thunderbird/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/Makefile.options (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Mon Oct 2 04:01:10 2017 (r451065) +++ head/mail/thunderbird/Makefile Mon Oct 2 05:52:06 2017 (r451066) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 52.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Mon Oct 2 04:01:10 2017 (r451065) +++ head/www/firefox-esr/Makefile Mon Oct 2 05:52:06 2017 (r451066) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 52.4.0 DISTVERSIONSUFFIX=esr.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Mon Oct 2 04:01:10 2017 (r451065) +++ head/www/firefox/Makefile Mon Oct 2 05:52:06 2017 (r451066) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 56.0 +PORTREVISION= 1 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 Modified: head/www/firefox/Makefile.options ============================================================================== --- head/www/firefox/Makefile.options Mon Oct 2 04:01:10 2017 (r451065) +++ head/www/firefox/Makefile.options Mon Oct 2 05:52:06 2017 (r451066) @@ -4,7 +4,7 @@ OPTIONS_DEFINE+= BUNDLED_CAIRO CANBERRA DBUS DEBUG DT GNOMEUI INTEGER_SAMPLES LIBPROXY \ OPTIMIZED_CFLAGS PGO PROFILE TEST -OPTIONS_DEFAULT+= DBUS DTRACE FFMPEG OPTIMIZED_CFLAGS \ +OPTIONS_DEFAULT+= DBUS DTRACE FFMPEG OPTIMIZED_CFLAGS PROFILE \ ${OPTIONS_MULTI_AUDIO:NSNDIO} \ ${MACHINE_CPU:Msoftfp:C/.+/INTEGER_SAMPLES/} Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Mon Oct 2 04:01:10 2017 (r451065) +++ head/www/libxul/Makefile Mon Oct 2 05:52:06 2017 (r451066) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.9.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build3/source Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Mon Oct 2 04:01:10 2017 (r451065) +++ head/www/seamonkey/Makefile Mon Oct 2 05:52:06 2017 (r451066) @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.48 MOZILLA_VER= 51 # above + 3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source From owner-svn-ports-all@freebsd.org Mon Oct 2 05:59:16 2017 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 36542E3702E; Mon, 2 Oct 2017 05:59:16 +0000 (UTC) (envelope-from ak@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 12A5A80081; Mon, 2 Oct 2017 05:59:16 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v925xFI2064372; Mon, 2 Oct 2017 05:59:15 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v925xEEP064368; Mon, 2 Oct 2017 05:59:14 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201710020559.v925xEEP064368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Mon, 2 Oct 2017 05:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451067 - in head/graphics/pngquant: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: in head/graphics/pngquant: . files X-SVN-Commit-Revision: 451067 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 05:59:16 -0000 Author: ak Date: Mon Oct 2 05:59:14 2017 New Revision: 451067 URL: https://svnweb.freebsd.org/changeset/ports/451067 Log: - Update to 2.10.1 Modified: head/graphics/pngquant/Makefile head/graphics/pngquant/distinfo head/graphics/pngquant/files/patch-configure head/graphics/pngquant/files/patch-lib_configure Modified: head/graphics/pngquant/Makefile ============================================================================== --- head/graphics/pngquant/Makefile Mon Oct 2 05:52:06 2017 (r451066) +++ head/graphics/pngquant/Makefile Mon Oct 2 05:59:14 2017 (r451067) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngquant -PORTVERSION= 2.9.0 +PORTVERSION= 2.10.1 DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= http://pngquant.org/ Modified: head/graphics/pngquant/distinfo ============================================================================== --- head/graphics/pngquant/distinfo Mon Oct 2 05:52:06 2017 (r451066) +++ head/graphics/pngquant/distinfo Mon Oct 2 05:59:14 2017 (r451067) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490049268 -SHA256 (pngquant-2.9.0-src.tar.gz) = ed9ae6943a3520c7e14700692ebfbd568dad73790582efaeb4cab93104f21cfc -SIZE (pngquant-2.9.0-src.tar.gz) = 94747 +TIMESTAMP = 1506920489 +SHA256 (pngquant-2.10.1-src.tar.gz) = e07a21fe37b6ae9fa5524f1e20a8e73b698566d42d2cc3edd469531745faa850 +SIZE (pngquant-2.10.1-src.tar.gz) = 136133 Modified: head/graphics/pngquant/files/patch-configure ============================================================================== --- head/graphics/pngquant/files/patch-configure Mon Oct 2 05:52:06 2017 (r451066) +++ head/graphics/pngquant/files/patch-configure Mon Oct 2 05:59:14 2017 (r451067) @@ -1,12 +1,15 @@ ---- configure.orig 2017-03-02 11:48:03 UTC -+++ configure -@@ -1,4 +1,4 @@ +Index: configure +@@ -1,15 +1,15 @@ -#!/usr/bin/env bash +#!/bin/sh CONFIG="config.mk" PREFIX="/usr/local" -@@ -14,7 +14,7 @@ DEBUG= + + DEBUG= + LIQSRCDIR=./lib +-LIQCONFIGURE=(--quiet) ++LIQCONFIGURE=--quiet SSE=auto OPENMP= LIBPNG_DIR=. @@ -15,8 +18,8 @@ COCOA_READER=auto LCMS2=0 else -@@ -44,7 +44,7 @@ for i in "$@"; do - echo +@@ -41,7 +41,7 @@ + help "--with-libimagequant= external libimagequant (lib/ default)" help "--with-openmp=static compile with multicore support" help "--with-lcms2/--without-lcms2 compile with color profile support" -if [[ "$OSTYPE" =~ "darwin" ]]; then @@ -24,7 +27,71 @@ help "--with-cocoa/--without-cocoa use Cocoa framework to read images" fi help "--with-libpng= search for libpng in directory" -@@ -115,7 +115,7 @@ done +@@ -56,35 +56,35 @@ + CC=*) + CC=${i#*=} + SKIP_CC_CHECK=1 +- LIQCONFIGURE+=("$i") ++ LIQCONFIGURE="$LIQCONFIGURE $i" + ;; + CFLAGS=*) + CFLAGS=${i#*=} +- LIQCONFIGURE+=("$i") ++ LIQCONFIGURE="$LIQCONFIGURE $i" + ;; + LDFLAGS=*) + LDFLAGS=${i#*=} +- LIQCONFIGURE+=("$i") ++ LIQCONFIGURE="$LIQCONFIGURE $i" + ;; + --enable-debug) + DEBUG=1 +- LIQCONFIGURE+=("$i") ++ LIQCONFIGURE="$LIQCONFIGURE $i" + ;; + --enable-sse) + SSE=1 +- LIQCONFIGURE+=("$i") ++ LIQCONFIGURE="$LIQCONFIGURE $i" + ;; + --disable-sse) + SSE=0 +- LIQCONFIGURE+=("$i") ++ LIQCONFIGURE="$LIQCONFIGURE $i" + ;; + --with-openmp) + OPENMP=1 +- LIQCONFIGURE+=("$i") ++ LIQCONFIGURE="$LIQCONFIGURE $i" + ;; + --with-openmp=static) + OPENMP=static +- LIQCONFIGURE+=("$i") ++ LIQCONFIGURE="$LIQCONFIGURE $i" + ;; + --with-lcms2) + LCMS2=1 +@@ -111,16 +111,16 @@ + ;; + --prefix=*) + PREFIX=${i#*=} +- LIQCONFIGURE+=("$i") ++ LIQCONFIGURE="$LIQCONFIGURE $i" + ;; + # can be used multiple times or in quotes to set multiple flags + --extra-cflags=*) + EXTRA_CFLAGS="$EXTRA_CFLAGS ${i#*=}" +- LIQCONFIGURE+=("$i") ++ LIQCONFIGURE="$LIQCONFIGURE $i" + ;; + --extra-ldflags=*) + EXTRA_LDFLAGS="$EXTRA_LDFLAGS ${i#*=}" +- LIQCONFIGURE+=("$i") ++ LIQCONFIGURE="$LIQCONFIGURE $i" + ;; + *) + echo "warning: unknown switch ${i%%=*} (see $0 --help for the list)" +@@ -130,7 +130,7 @@ # If someone runs sudo make install as very first command, and configure later, # $CONFIG cannot be overwritten, and must be deleted before continuing. @@ -33,7 +100,7 @@ echo "Cannot overwrite file $CONFIG! Please delete it." exit 1 fi -@@ -152,7 +152,7 @@ find_h() { +@@ -167,7 +167,7 @@ find_pkgconfig() { local LIBNAME=$1 @@ -41,8 +108,8 @@ + if pkg-config --exists "$LIBNAME" >/dev/null; then cflags "$(pkg-config --cflags "$LIBNAME")" lflags "$(pkg-config --libs "$LIBNAME")" - status "$LIBNAME" "shared ($(pkg-config --modversion "$LIBNAME"))" -@@ -216,9 +216,13 @@ find_library() { + LIBRARY_FOUND_VERSION=$(pkg-config --modversion "$LIBNAME") +@@ -248,9 +248,13 @@ return 0 fi @@ -59,7 +126,7 @@ return 0 fi done -@@ -272,12 +276,8 @@ fi +@@ -305,12 +309,8 @@ # SSE if [ "$SSE" = 'auto' ]; then SSE=0 @@ -74,7 +141,7 @@ fi if [ "$SSE" -eq 1 ]; then -@@ -300,9 +300,8 @@ if [ -n "$OPENMP" ]; then +@@ -333,9 +333,8 @@ else OPENMPFLAGS="-fopenmp" fi @@ -86,7 +153,7 @@ cflags "$OPENMPFLAGS" lflags "$OPENMPFLAGS" status "OpenMP" "yes" -@@ -317,11 +316,13 @@ else +@@ -350,11 +349,13 @@ fi # Cocoa @@ -102,7 +169,7 @@ COCOA_READER=1 cflags "-DUSE_COCOA=1" lflags "-framework Cocoa" -@@ -332,25 +333,24 @@ if [[ "$OSTYPE" =~ "darwin" ]]; then +@@ -365,32 +366,29 @@ fi # pairs of possible *.h and lib*.so locations @@ -114,7 +181,15 @@ + DIRS="$(libpng-config --prefix) $(libpng-config --libdir)" fi --DIRS+=("/usr/local/include /usr/local/lib" +-if [ -n $"LIQSRCDIR" ]; then +- DIRS+=("$LIQSRCDIR" "$LIQSRCDIR") # local libimagequant ++if [ -n "$LIQSRCDIR" ]; then ++ DIRS="$DIRS $LIQSRCDIR $LIQSRCDIR" # local libimagequant + fi + +-DIRS+=( +- "/usr/local/include /usr/local/lib" +- "/usr/include /usr/lib64" - "/usr/include /usr/lib" - "/opt/local/include /opt/local/lib" # macports - ) @@ -131,12 +206,14 @@ XCODE_PATH=$($XCODE_CMD -p) - DIRS+=("$XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib") - DIRS+=("$XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/lib") +-elif [[ "$OSTYPE" =~ "msys" ]]; then + DIRS="$DIRS $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib" + DIRS="$DIRS $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/lib" ++elif echo "$OSTYPE" | grep -q "msys" ; then + SOLIBSUFFIX=dll else SOLIBSUFFIX=so - fi -@@ -362,7 +362,7 @@ HAS_LIBPNG=0 +@@ -431,7 +429,7 @@ if echo "#include \"png.h\" int main(){ return !png_create_write_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); @@ -145,16 +222,16 @@ status "libpng" "custom flags" HAS_LIBPNG=1 fi -@@ -373,7 +373,7 @@ if [ "$HAS_LIBPNG" -eq 0 ]; then +@@ -442,7 +440,7 @@ if [ -n "$PNGH" ]; then PNGH_STRING=$(pngh_string "$PNGH") PNGH_MAJMIN=$(pngh_majmin "$PNGH") - if [[ -n "$PNGH_STRING" && -n "$PNGH_MAJMIN" ]]; then + if [ -n "$PNGH_STRING" -a -n "$PNGH_MAJMIN" ]; then LIBPNGA=$(find_f "$LIBPNG_DIR" "libpng${PNGH_MAJMIN}.a") - if [ -n "$LIBPNGA" ]; then - cflags "-I${PNGH%/*}" -@@ -389,14 +389,19 @@ if [ "$HAS_LIBPNG" -eq 0 ]; then + if [ -z "$LIBPNGA" ]; then + LIBPNGA=$(find_f "$LIBPNG_DIR" "libpng.a") +@@ -461,14 +459,19 @@ if find_pkgconfig libpng; then HAS_LIBPNG=1 else @@ -179,7 +256,7 @@ if [ -n "$LIBPNGSO" ]; then cflags "-I${PNGH%/*}" lflags "-L${LIBPNGSO%/*} -lpng${PNGH_MAJMIN}" -@@ -410,7 +415,7 @@ if [ "$HAS_LIBPNG" -eq 0 ]; then +@@ -482,7 +485,7 @@ fi fi if [ "$HAS_LIBPNG" -eq 0 ]; then @@ -188,3 +265,11 @@ LIBPNG_CMD='`brew install libpng`' else LIBPNG_CMD='`apt-get install libpng16-dev` or `apt-get install libpng-dev` or `yum install libpng-devel`' +@@ -550,6 +553,6 @@ + SOLIBSUFFIX = $SOLIBSUFFIX + STATICLIBDEPS = $STATICLIBDEPS + LIQSRCDIR = $LIQSRCDIR +-LIQCONFIGUREFLAGS = $(printf "'%s' " "${LIQCONFIGURE[@]}") ++LIQCONFIGUREFLAGS = "$LIQCONFIGURE" + " > "$CONFIG" + Modified: head/graphics/pngquant/files/patch-lib_configure ============================================================================== --- head/graphics/pngquant/files/patch-lib_configure Mon Oct 2 05:52:06 2017 (r451066) +++ head/graphics/pngquant/files/patch-lib_configure Mon Oct 2 05:59:14 2017 (r451067) @@ -1,12 +1,11 @@ ---- lib/configure.orig 2017-03-02 11:48:03 UTC -+++ lib/configure +Index: lib/configure @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh CONFIG="config.mk" PREFIX="/usr/local" -@@ -79,7 +79,7 @@ done +@@ -86,7 +86,7 @@ # If someone runs sudo make install as very first command, and configure later, # $CONFIG cannot be overwritten, and must be deleted before continuing. @@ -15,7 +14,7 @@ echo "Cannot overwrite file $CONFIG! Please delete it." exit 1 fi -@@ -138,12 +138,8 @@ fi +@@ -146,12 +146,8 @@ # SSE if [ "$SSE" = 'auto' ]; then SSE=0 @@ -30,7 +29,7 @@ fi if [ "$SSE" -eq 1 ]; then -@@ -166,9 +162,8 @@ if [ -n "$OPENMP" ]; then +@@ -174,9 +170,8 @@ else OPENMPFLAGS="-fopenmp" fi @@ -42,3 +41,29 @@ cflags "$OPENMPFLAGS" lflags "$OPENMPFLAGS" status "OpenMP" "yes" +@@ -191,20 +186,20 @@ + fi + + # Cocoa +-if [[ "$OSTYPE" =~ "darwin" ]]; then ++if echo "$OSTYPE" | grep -q "darwin" ; then + cflags "-mmacosx-version-min=10.6" + lflags "-mmacosx-version-min=10.6" + fi + +-if [[ "$OSTYPE" =~ "darwin" ]]; then ++if echo "$OSTYPE" | grep -q "darwin" ; then + SOLIBSUFFIX=dylib + + # Search Developer SDK paths, since Apple seems to have dropped the standard Unixy ones + XCODE_CMD="xcode-select" + XCODE_PATH=$($XCODE_CMD -p) +- DIRS+=("$XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib") +- DIRS+=("$XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/lib") +-elif [[ "$OSTYPE" =~ "msys" ]]; then ++ DIRS="$DIRS $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib" ++ DIRS="$DIRS $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/lib" ++elif echo "$OSTYPE" | grep -q "msys" ; then + SOLIBSUFFIX=dll + else + SOLIBSUFFIX=so From owner-svn-ports-all@freebsd.org Mon Oct 2 06:24:44 2017 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 1B0E5E377D6; Mon, 2 Oct 2017 06:24:44 +0000 (UTC) (envelope-from ehaupt@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 DD69C80DE6; Mon, 2 Oct 2017 06:24:43 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v926OgVP076658; Mon, 2 Oct 2017 06:24:42 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v926OgDj076655; Mon, 2 Oct 2017 06:24:42 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201710020624.v926OgDj076655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 2 Oct 2017 06:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451068 - head/mail/isync X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/mail/isync X-SVN-Commit-Revision: 451068 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 06:24:44 -0000 Author: ehaupt Date: Mon Oct 2 06:24:42 2017 New Revision: 451068 URL: https://svnweb.freebsd.org/changeset/ports/451068 Log: Update to 1.3.0 PR: 222720 Submitted by: seschwar@gmail.com Modified: head/mail/isync/Makefile head/mail/isync/distinfo head/mail/isync/pkg-plist Modified: head/mail/isync/Makefile ============================================================================== --- head/mail/isync/Makefile Mon Oct 2 05:59:14 2017 (r451067) +++ head/mail/isync/Makefile Mon Oct 2 06:24:42 2017 (r451068) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= isync -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 CATEGORIES= mail MASTER_SITES= SF @@ -13,7 +13,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 -USES= alias bdb cpe ssl +USES= alias bdb cpe perl5 ssl +USE_PERL5= build CPE_VENDOR= oswald_buddenhagen GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sasl=${LOCALBASE} \ Modified: head/mail/isync/distinfo ============================================================================== --- head/mail/isync/distinfo Mon Oct 2 05:59:14 2017 (r451067) +++ head/mail/isync/distinfo Mon Oct 2 06:24:42 2017 (r451068) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502654615 -SHA256 (isync-1.2.2.tar.gz) = d9197e27bfe77e3d8971f4fcb25ec37b2506827c4bc9439b72376caa091ce877 -SIZE (isync-1.2.2.tar.gz) = 285745 +TIMESTAMP = 1506865850 +SHA256 (isync-1.3.0.tar.gz) = 8d5f583976e3119705bdba27fa4fc962e807ff5996f24f354957178ffa697c9c +SIZE (isync-1.3.0.tar.gz) = 309459 Modified: head/mail/isync/pkg-plist ============================================================================== --- head/mail/isync/pkg-plist Mon Oct 2 05:59:14 2017 (r451067) +++ head/mail/isync/pkg-plist Mon Oct 2 06:24:42 2017 (r451068) @@ -1,6 +1,6 @@ -bin/get-cert bin/isync bin/mbsync +bin/mbsync-get-cert bin/mdconvert man/man1/isync.1.gz man/man1/mbsync.1.gz From owner-svn-ports-all@freebsd.org Mon Oct 2 06:26:27 2017 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 1E28FE37918; Mon, 2 Oct 2017 06:26:27 +0000 (UTC) (envelope-from ehaupt@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 E0B8380FC7; Mon, 2 Oct 2017 06:26:26 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v926QQ1a076868; Mon, 2 Oct 2017 06:26:26 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v926QQOv076867; Mon, 2 Oct 2017 06:26:26 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201710020626.v926QQOv076867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 2 Oct 2017 06:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451069 - head X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 451069 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 06:26:27 -0000 Author: ehaupt Date: Mon Oct 2 06:26:25 2017 New Revision: 451069 URL: https://svnweb.freebsd.org/changeset/ports/451069 Log: Add a notification for users of mail/isync using Maildir sub-folders. PR: 222720 (based on) Submitted by: seschwar@gmail.com Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Oct 2 06:24:42 2017 (r451068) +++ head/UPDATING Mon Oct 2 06:26:25 2017 (r451069) @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20171001: + AFFECTS: users of mail/isync using Maildir sub-folders + AUTHOR: ehaupt@FreeBSD.org + + If you have Maildir sub-folders, you need to update the configuration + to specify the naming style. + + Please refer to the mbsync(1) man page section 'SubFolders + Verbatim|Maildir++|Legacy' on how to make the apropriate changes. + 20170930: AFFECTS: users of PHP and its modules AUTHOR: eugen@FreeBSD.org From owner-svn-ports-all@freebsd.org Mon Oct 2 06:54:14 2017 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 113E9E380CF; Mon, 2 Oct 2017 06:54:14 +0000 (UTC) (envelope-from farrokhi@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 C4B2C81BDD; Mon, 2 Oct 2017 06:54:13 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v926sC71088887; Mon, 2 Oct 2017 06:54:12 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v926sCS4088884; Mon, 2 Oct 2017 06:54:12 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201710020654.v926sCS4088884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Mon, 2 Oct 2017 06:54:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451070 - in head/security/erlang-fast_tls: . files X-SVN-Group: ports-head X-SVN-Commit-Author: farrokhi X-SVN-Commit-Paths: in head/security/erlang-fast_tls: . files X-SVN-Commit-Revision: 451070 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 06:54:14 -0000 Author: farrokhi Date: Mon Oct 2 06:54:12 2017 New Revision: 451070 URL: https://svnweb.freebsd.org/changeset/ports/451070 Log: security/erlang-fast_tls: Update to 1.0.16 Modified: head/security/erlang-fast_tls/Makefile head/security/erlang-fast_tls/distinfo head/security/erlang-fast_tls/files/patch-rebar.config Modified: head/security/erlang-fast_tls/Makefile ============================================================================== --- head/security/erlang-fast_tls/Makefile Mon Oct 2 06:26:25 2017 (r451069) +++ head/security/erlang-fast_tls/Makefile Mon Oct 2 06:54:12 2017 (r451070) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fast_tls -PORTVERSION= 1.0.15 +PORTVERSION= 1.0.16 CATEGORIES= security PKGNAMEPREFIX= erlang- Modified: head/security/erlang-fast_tls/distinfo ============================================================================== --- head/security/erlang-fast_tls/distinfo Mon Oct 2 06:26:25 2017 (r451069) +++ head/security/erlang-fast_tls/distinfo Mon Oct 2 06:54:12 2017 (r451070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501664393 -SHA256 (processone-fast_tls-1.0.15_GH0.tar.gz) = 8a5e88d836f3733cba67a667f54241dc96480f7d176596c7d958d674bd1490bf -SIZE (processone-fast_tls-1.0.15_GH0.tar.gz) = 63082 +TIMESTAMP = 1506924939 +SHA256 (processone-fast_tls-1.0.16_GH0.tar.gz) = 32f8f14e0e6b97a633e714c4164d81f171aa4b0f92a62e40c5702b898fba5e72 +SIZE (processone-fast_tls-1.0.16_GH0.tar.gz) = 63739 Modified: head/security/erlang-fast_tls/files/patch-rebar.config ============================================================================== --- head/security/erlang-fast_tls/files/patch-rebar.config Mon Oct 2 06:26:25 2017 (r451069) +++ head/security/erlang-fast_tls/files/patch-rebar.config Mon Oct 2 06:54:12 2017 (r451070) @@ -4,7 +4,7 @@ {port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c", "c_src/hashmap.c"]}, {"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}. --{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.9"}}}]}. +-{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.10"}}}]}. +{deps, []}. {clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno", From owner-svn-ports-all@freebsd.org Mon Oct 2 08:02:04 2017 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 88121E39344; Mon, 2 Oct 2017 08:02:04 +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 554D383962; Mon, 2 Oct 2017 08:02:04 +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 v92823nP017049; Mon, 2 Oct 2017 08:02:03 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92823lC017047; Mon, 2 Oct 2017 08:02:03 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710020802.v92823lC017047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 2 Oct 2017 08:02:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451071 - head/benchmarks/fio X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/benchmarks/fio X-SVN-Commit-Revision: 451071 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 08:02:04 -0000 Author: bapt Date: Mon Oct 2 08:02:03 2017 New Revision: 451071 URL: https://svnweb.freebsd.org/changeset/ports/451071 Log: Update to 3.1 Modified: head/benchmarks/fio/Makefile head/benchmarks/fio/distinfo Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Mon Oct 2 06:54:12 2017 (r451070) +++ head/benchmarks/fio/Makefile Mon Oct 2 08:02:03 2017 (r451071) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 3.0 +PORTVERSION= 3.1 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Mon Oct 2 06:54:12 2017 (r451070) +++ head/benchmarks/fio/distinfo Mon Oct 2 08:02:03 2017 (r451071) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503260247 -SHA256 (fio-3.0.tar.bz2) = fa07e3c944da1eb7e0c4df8496d4c605e4328a89891482b13aa50a4673f2db16 -SIZE (fio-3.0.tar.bz2) = 607553 +TIMESTAMP = 1506931281 +SHA256 (fio-3.1.tar.bz2) = d0b72b0d5433c40f9b8581c7f9e00a940a463432b58dc2fe6df398cb2d61ebc6 +SIZE (fio-3.1.tar.bz2) = 608658 From owner-svn-ports-all@freebsd.org Mon Oct 2 09:02:08 2017 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 AC066E3A277; Mon, 2 Oct 2017 09:02:08 +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 7B40584FBC; Mon, 2 Oct 2017 09:02:08 +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 v92927YR042242; Mon, 2 Oct 2017 09:02:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92927wS042241; Mon, 2 Oct 2017 09:02:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201710020902.v92927wS042241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Oct 2017 09:02:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451072 - head/devel/gnome-vfs-reference X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/gnome-vfs-reference X-SVN-Commit-Revision: 451072 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 09:02:08 -0000 Author: amdmi3 Date: Mon Oct 2 09:02:07 2017 New Revision: 451072 URL: https://svnweb.freebsd.org/changeset/ports/451072 Log: - Update WWW Approved by: portmgr blanket Modified: head/devel/gnome-vfs-reference/pkg-descr Modified: head/devel/gnome-vfs-reference/pkg-descr ============================================================================== --- head/devel/gnome-vfs-reference/pkg-descr Mon Oct 2 08:02:03 2017 (r451071) +++ head/devel/gnome-vfs-reference/pkg-descr Mon Oct 2 09:02:07 2017 (r451072) @@ -1,3 +1,3 @@ This port contains the programming reference for devel/gnome-vfs. -WWW: http://www.gnome.org/ +WWW: https://www.gnome.org/ From owner-svn-ports-all@freebsd.org Mon Oct 2 09:50:36 2017 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 A4D68E3AE32; Mon, 2 Oct 2017 09:50:36 +0000 (UTC) (envelope-from jbeich@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 6C2171AEE; Mon, 2 Oct 2017 09:50:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v929oZhW059092; Mon, 2 Oct 2017 09:50:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v929oZYf059090; Mon, 2 Oct 2017 09:50:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710020950.v929oZYf059090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 2 Oct 2017 09:50:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451073 - head/multimedia/mpc-qt X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/mpc-qt X-SVN-Commit-Revision: 451073 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 09:50:36 -0000 Author: jbeich Date: Mon Oct 2 09:50:35 2017 New Revision: 451073 URL: https://svnweb.freebsd.org/changeset/ports/451073 Log: multimedia/mpc-qt: update to 17.10 Changes: https://github.com/cmdrkotori/mpc-qt/compare/1f6806d...v17.10 MFH: 2017Q4 Modified: head/multimedia/mpc-qt/Makefile (contents, props changed) head/multimedia/mpc-qt/distinfo (contents, props changed) Modified: head/multimedia/mpc-qt/Makefile ============================================================================== --- head/multimedia/mpc-qt/Makefile Mon Oct 2 09:02:07 2017 (r451072) +++ head/multimedia/mpc-qt/Makefile Mon Oct 2 09:50:35 2017 (r451073) @@ -2,8 +2,7 @@ PORTNAME= mpc-qt DISTVERSIONPREFIX= v -DISTVERSION= 17.09-18 -DISTVERSIONSUFFIX= -g1f6806d +DISTVERSION= 17.10 CATEGORIES= multimedia audio MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/mpc-qt/distinfo ============================================================================== --- head/multimedia/mpc-qt/distinfo Mon Oct 2 09:02:07 2017 (r451072) +++ head/multimedia/mpc-qt/distinfo Mon Oct 2 09:50:35 2017 (r451073) @@ -1,5 +1,5 @@ -TIMESTAMP = 1506072779 -SHA256 (cmdrkotori-mpc-qt-v17.09-18-g1f6806d_GH0.tar.gz) = 5d5a377c695b8eaf5c68d368fd121d3447a4b3820395a93e44f9195a11277c62 -SIZE (cmdrkotori-mpc-qt-v17.09-18-g1f6806d_GH0.tar.gz) = 172885 +TIMESTAMP = 1506814049 +SHA256 (cmdrkotori-mpc-qt-v17.10_GH0.tar.gz) = 7ea9ec0d661b17696adbf6c53782b92a289b7619a314ce8e9d62821e7561e690 +SIZE (cmdrkotori-mpc-qt-v17.10_GH0.tar.gz) = 172383 SHA256 (Argon--mpv-stats-1.1-24-g6a37a6d_GH0.tar.gz) = 4b180ea8f4f45bb8d822745b32d22d61b09204a2d192543429a562801f3af650 SIZE (Argon--mpv-stats-1.1-24-g6a37a6d_GH0.tar.gz) = 15179 From owner-svn-ports-all@freebsd.org Mon Oct 2 09:55:53 2017 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 8FD10E3B011; Mon, 2 Oct 2017 09:55:53 +0000 (UTC) (envelope-from jbeich@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 5E43D1F51; Mon, 2 Oct 2017 09:55:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v929tqNo062981; Mon, 2 Oct 2017 09:55:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v929tqTx062979; Mon, 2 Oct 2017 09:55:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710020955.v929tqTx062979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 2 Oct 2017 09:55:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451074 - head/multimedia/mpc-qt X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/mpc-qt X-SVN-Commit-Revision: 451074 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 09:55:53 -0000 Author: jbeich Date: Mon Oct 2 09:55:52 2017 New Revision: 451074 URL: https://svnweb.freebsd.org/changeset/ports/451074 Log: multimedia/mpc-qt: chase submodule after r451073 Changes: https://github.com/Argon-/mpv-stats/compare/6a37a6d...f42aa68 MFH: 2017Q4 Modified: head/multimedia/mpc-qt/Makefile (contents, props changed) head/multimedia/mpc-qt/distinfo (contents, props changed) Modified: head/multimedia/mpc-qt/Makefile ============================================================================== --- head/multimedia/mpc-qt/Makefile Mon Oct 2 09:50:35 2017 (r451073) +++ head/multimedia/mpc-qt/Makefile Mon Oct 2 09:55:52 2017 (r451074) @@ -14,7 +14,7 @@ LIB_DEPENDS= libmpv.so:multimedia/mpv USE_GITHUB= yes GH_ACCOUNT= cmdrkotori -GH_TUPLE= Argon-:mpv-stats:1.1-24-g6a37a6d:mpv_stats/external/mpv-stats +GH_TUPLE= Argon-:mpv-stats:1.1-28-gf42aa68:mpv_stats/external/mpv-stats USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake USE_QT5= qmake_build buildtools_build linguisttools_build \ Modified: head/multimedia/mpc-qt/distinfo ============================================================================== --- head/multimedia/mpc-qt/distinfo Mon Oct 2 09:50:35 2017 (r451073) +++ head/multimedia/mpc-qt/distinfo Mon Oct 2 09:55:52 2017 (r451074) @@ -1,5 +1,5 @@ TIMESTAMP = 1506814049 SHA256 (cmdrkotori-mpc-qt-v17.10_GH0.tar.gz) = 7ea9ec0d661b17696adbf6c53782b92a289b7619a314ce8e9d62821e7561e690 SIZE (cmdrkotori-mpc-qt-v17.10_GH0.tar.gz) = 172383 -SHA256 (Argon--mpv-stats-1.1-24-g6a37a6d_GH0.tar.gz) = 4b180ea8f4f45bb8d822745b32d22d61b09204a2d192543429a562801f3af650 -SIZE (Argon--mpv-stats-1.1-24-g6a37a6d_GH0.tar.gz) = 15179 +SHA256 (Argon--mpv-stats-1.1-28-gf42aa68_GH0.tar.gz) = ef5651ec085a16276960a74c6da809b804dd0213b1676787f6bd125f076237e2 +SIZE (Argon--mpv-stats-1.1-28-gf42aa68_GH0.tar.gz) = 15168 From owner-svn-ports-all@freebsd.org Mon Oct 2 11:06:34 2017 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 5A960E3C76F; Mon, 2 Oct 2017 11:06:34 +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 2680763429; Mon, 2 Oct 2017 11:06:34 +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 v92B6XQZ092445; Mon, 2 Oct 2017 11:06:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92B6XQQ092443; Mon, 2 Oct 2017 11:06:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710021106.v92B6XQQ092443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 2 Oct 2017 11:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451075 - in head/shells/zsh: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/shells/zsh: . files X-SVN-Commit-Revision: 451075 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 11:06:34 -0000 Author: bapt Date: Mon Oct 2 11:06:33 2017 New Revision: 451075 URL: https://svnweb.freebsd.org/changeset/ports/451075 Log: Fix diff -u completion PR: 222420 Submitted by: cy Added: head/shells/zsh/files/patch-Completion-Unix-Type-_diff_options (contents, props changed) Modified: head/shells/zsh/Makefile Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Mon Oct 2 09:55:52 2017 (r451074) +++ head/shells/zsh/Makefile Mon Oct 2 11:06:33 2017 (r451075) @@ -3,6 +3,7 @@ PORTNAME= zsh DISTVERSION= 5.4.2 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.zsh.org/pub/ \ SF \ Added: head/shells/zsh/files/patch-Completion-Unix-Type-_diff_options ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/zsh/files/patch-Completion-Unix-Type-_diff_options Mon Oct 2 11:06:33 2017 (r451075) @@ -0,0 +1,9 @@ +--- Completion/Unix/Type/_diff_options.orig 2016-08-27 12:54:44.000000000 -0702 ++++ Completion/Unix/Type/_diff_options 2017-09-17 22:13:47.153055000 -0700 +@@ -183,5 +183,6 @@ + "($of)-f[output a reversed ed script]" \ + '-b[skip trailing white spaces]' \ + '-r[recursively compare subdirectories]' \ ++ "($of)-u[output a unified diff]" \ + "$@" + fi From owner-svn-ports-all@freebsd.org Mon Oct 2 12:22:12 2017 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 4C026E3E921; Mon, 2 Oct 2017 12:22:12 +0000 (UTC) (envelope-from ehaupt@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 EFD0366713; Mon, 2 Oct 2017 12:22:11 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92CMBjG025893; Mon, 2 Oct 2017 12:22:11 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92CMAsl025891; Mon, 2 Oct 2017 12:22:10 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201710021222.v92CMAsl025891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 2 Oct 2017 12:22:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451076 - head/net/rclone X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/net/rclone X-SVN-Commit-Revision: 451076 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 12:22:12 -0000 Author: ehaupt Date: Mon Oct 2 12:22:10 2017 New Revision: 451076 URL: https://svnweb.freebsd.org/changeset/ports/451076 Log: Update to 1.38 PR: 222714 Approved by: wg (maintainer) Modified: head/net/rclone/Makefile head/net/rclone/distinfo Modified: head/net/rclone/Makefile ============================================================================== --- head/net/rclone/Makefile Mon Oct 2 11:06:33 2017 (r451075) +++ head/net/rclone/Makefile Mon Oct 2 12:22:10 2017 (r451076) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= rclone -PORTVERSION= 1.33 -DISTVERSIONPREFIX= v +PORTVERSION= 1.38 +DISTVERSIONPREFIX= v CATEGORIES= net -MAINTAINER= wg@FreeBSD.org -COMMENT= Sync files to and from various cloud services +MAINTAINER= wg@FreeBSD.org +COMMENT= Sync files to and from various cloud services LICENSE= MIT USES= go -USE_GITHUB= yes +USE_GITHUB= yes GH_ACCOUNT= ncw GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} GH_TUPLE+= \ @@ -41,7 +41,7 @@ GH_TUPLE+= \ PLIST_FILES= bin/rclone -STRIP= # stripping can break go binaries +STRIP= # stripping can break go binaries do-build: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME}; ${SETENV} GOPATH=${WRKSRC} go build . Modified: head/net/rclone/distinfo ============================================================================== --- head/net/rclone/distinfo Mon Oct 2 11:06:33 2017 (r451075) +++ head/net/rclone/distinfo Mon Oct 2 12:22:10 2017 (r451076) @@ -1,6 +1,6 @@ -TIMESTAMP = 1474661586 -SHA256 (ncw-rclone-v1.33_GH0.tar.gz) = c1f947b9fa624bb70da151327d3b7e4652746ae56a2e66772a0808f2061efde3 -SIZE (ncw-rclone-v1.33_GH0.tar.gz) = 11684240 +TIMESTAMP = 1506858959 +SHA256 (ncw-rclone-v1.38_GH0.tar.gz) = d4806a55b64ab54923b55b230f2b2679406d5de995884433d3d60516bb8ebcc0 +SIZE (ncw-rclone-v1.38_GH0.tar.gz) = 36890082 SHA256 (google-google-api-go-client-0caa379_GH0.tar.gz) = dca32796b5cc6d1a73053db2bfd841389234948b918ec36cbf23d614b8ae2e65 SIZE (google-google-api-go-client-0caa379_GH0.tar.gz) = 3677588 SHA256 (ncw-go-acd-56da839_GH0.tar.gz) = 190c93a65d4b9469d27ed631536ee498a3893b85b8e7bc643b1aa6bdd68bff2b From owner-svn-ports-all@freebsd.org Mon Oct 2 13:01:13 2017 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 53096E3F1C3; Mon, 2 Oct 2017 13:01:13 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32E8867832; Mon, 2 Oct 2017 13:01:13 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8302D150AD; Mon, 2 Oct 2017 13:01:12 +0000 (UTC) Date: Mon, 2 Oct 2017 13:01:12 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r450691 - in head/databases: . pointcloud Message-ID: <20171002130112.GA24943@FreeBSD.org> References: <201709261830.v8QIU8HE085018@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201709261830.v8QIU8HE085018@repo.freebsd.org> User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 02 Oct 2017 13:01:13 -0000 On Tue, Sep 26, 2017 at 06:30:08PM +0000, Mathieu Arnold wrote: > New Revision: 450691 > URL: https://svnweb.freebsd.org/changeset/ports/450691 > > Log: > Remove non functionnal port. > > Sponsored by: Absolight > > Deleted: > head/databases/pointcloud/ > Modified: > head/databases/Makefile (contents, props changed) Why would you do this? Adam has made it quite clear in r450690 that it would be reconnected shortly. But now it had caused more confusion and repo churn that was originally anticipated. Stepping on others' toes like this is counter-productive, to say the least. ./danfe From owner-svn-ports-all@freebsd.org Mon Oct 2 13:26:51 2017 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 DF93CE3F8B9; Mon, 2 Oct 2017 13:26:51 +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 B6C30684A0; Mon, 2 Oct 2017 13:26:51 +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 v92DQoB2050874; Mon, 2 Oct 2017 13:26:50 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92DQoHj050870; Mon, 2 Oct 2017 13:26:50 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201710021326.v92DQoHj050870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 2 Oct 2017 13:26:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451077 - head/multimedia/emby-server X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/multimedia/emby-server X-SVN-Commit-Revision: 451077 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 13:26:52 -0000 Author: woodsb02 Date: Mon Oct 2 13:26:50 2017 New Revision: 451077 URL: https://svnweb.freebsd.org/changeset/ports/451077 Log: multimedia/emby-server: Update to 3.2.33.0 Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.2.33.0 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 Mon Oct 2 12:22:10 2017 (r451076) +++ head/multimedia/emby-server/Makefile Mon Oct 2 13:26:50 2017 (r451077) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.2.32.0 -PORTREVISION= 1 +PORTVERSION= 3.2.33.0 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Mon Oct 2 12:22:10 2017 (r451076) +++ head/multimedia/emby-server/distinfo Mon Oct 2 13:26:50 2017 (r451077) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506167380 -SHA256 (MediaBrowser-Emby-3.2.32.0_GH0.tar.gz) = 4086b6f11eba5aeb910c4acfd2f846da967b5de580b4744dd2040033ad31a255 -SIZE (MediaBrowser-Emby-3.2.32.0_GH0.tar.gz) = 78315616 +TIMESTAMP = 1506945784 +SHA256 (MediaBrowser-Emby-3.2.33.0_GH0.tar.gz) = 655a85d9aa317986f48ff451aa3ba81f0dc0a51818a3f9dab1dddedc2e102910 +SIZE (MediaBrowser-Emby-3.2.33.0_GH0.tar.gz) = 77455867 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Mon Oct 2 12:22:10 2017 (r451076) +++ head/multimedia/emby-server/pkg-plist Mon Oct 2 13:26:50 2017 (r451077) @@ -116,7 +116,8 @@ lib/emby-server/dashboard-ui/bower_components/emby-web lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/chaptercardbuilder.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/peoplecardbuilder.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/roundcard.css -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/chromecastplayer.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/chromecast/chromecasthelpers.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/chromecast/chromecastplayer.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/clearbutton.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/collectioneditor/collectioneditor.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/confirm/confirm.js @@ -199,6 +200,9 @@ lib/emby-server/dashboard-ui/bower_components/emby-web lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/basicimagefetcher.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/style.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/imageuploader/imageuploader.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/imageuploader/imageuploader.template.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/imageuploader/style.css 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 @@ -259,6 +263,8 @@ lib/emby-server/dashboard-ui/bower_components/emby-web lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playback/playqueuemanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playback/remotecontrolautoplay.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playback/volumeosd.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playbacksettings/playbacksettings.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playbacksettings/playbacksettings.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playerstats/playerstats.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playerstats/playerstats.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playlisteditor/playlisteditor.js @@ -382,6 +388,9 @@ lib/emby-server/dashboard-ui/bower_components/emby-web lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/themes/dark-red/theme.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/themes/dark/logo.png lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/themes/dark/theme.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/themes/halloween/bg.jpg +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/themes/halloween/logo.png +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/themes/halloween/theme.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/themes/light-blue/logo.png lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/themes/light-blue/theme.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/themes/light-green/logo.png @@ -463,7 +472,6 @@ lib/emby-server/dashboard-ui/components/accessschedule lib/emby-server/dashboard-ui/components/apphost.js lib/emby-server/dashboard-ui/components/categorysyncbuttons.js lib/emby-server/dashboard-ui/components/channelmapper/channelmapper.js -lib/emby-server/dashboard-ui/components/chromecasthelpers.js lib/emby-server/dashboard-ui/components/directorybrowser/directorybrowser.css lib/emby-server/dashboard-ui/components/directorybrowser/directorybrowser.js lib/emby-server/dashboard-ui/components/dockedtabs/dockedtabs.css @@ -479,8 +487,6 @@ lib/emby-server/dashboard-ui/components/guestinviter/g lib/emby-server/dashboard-ui/components/guestinviter/guestinviter.template.html lib/emby-server/dashboard-ui/components/humanedate.js lib/emby-server/dashboard-ui/components/iap.js -lib/emby-server/dashboard-ui/components/imageuploader/imageuploader.js -lib/emby-server/dashboard-ui/components/imageuploader/imageuploader.template.html lib/emby-server/dashboard-ui/components/libraryoptionseditor/libraryoptionseditor.js lib/emby-server/dashboard-ui/components/libraryoptionseditor/libraryoptionseditor.template.html lib/emby-server/dashboard-ui/components/maintabsmanager.js @@ -655,7 +661,6 @@ lib/emby-server/dashboard-ui/playbackconfiguration.htm lib/emby-server/dashboard-ui/playlists.html lib/emby-server/dashboard-ui/plugincatalog.html lib/emby-server/dashboard-ui/plugins.html -lib/emby-server/dashboard-ui/reports.html lib/emby-server/dashboard-ui/robots.txt lib/emby-server/dashboard-ui/scheduledtask.html lib/emby-server/dashboard-ui/scheduledtasks.html @@ -824,8 +829,6 @@ lib/emby-server/dashboard-ui/strings/zh-tw.json lib/emby-server/dashboard-ui/supporterkey.html lib/emby-server/dashboard-ui/syncactivity.html lib/emby-server/dashboard-ui/syncsettings.html -lib/emby-server/dashboard-ui/themes/halloween/bg.jpg -lib/emby-server/dashboard-ui/themes/halloween/style.css lib/emby-server/dashboard-ui/themes/halloween/theme.js lib/emby-server/dashboard-ui/themes/holiday/style.css lib/emby-server/dashboard-ui/themes/holiday/theme.js From owner-svn-ports-all@freebsd.org Mon Oct 2 14:06:28 2017 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 4DDCDE40273; Mon, 2 Oct 2017 14:06:28 +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 0DB2E69A59; Mon, 2 Oct 2017 14:06:27 +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 v92E6RIx067121; Mon, 2 Oct 2017 14:06:27 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92E6ROS067119; Mon, 2 Oct 2017 14:06:27 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201710021406.v92E6ROS067119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 2 Oct 2017 14:06:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451078 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 451078 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 14:06:28 -0000 Author: brnrd Date: Mon Oct 2 14:06:26 2017 New Revision: 451078 URL: https://svnweb.freebsd.org/changeset/ports/451078 Log: security/vuxml: Document dnsmasq vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 2 13:26:50 2017 (r451077) +++ head/security/vuxml/vuln.xml Mon Oct 2 14:06:26 2017 (r451078) @@ -58,6 +58,52 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + dnsmasq -- mulitple + + + dnsmasq + 2.78,1 + + + dnsmasq-devel + 2.78 + + + + +

Google Project Zero reports:

+
+
    +
  • CVE-2017-14491: Heap based overflow (2 bytes). Before 2.76 and this + commit overflow was unrestricted.
  • +
  • CVE-2017-14492: Heap based overflow.
  • +
  • CVE-2017-14493: Stack Based overflow.
  • +
  • CVE-2017-14494: Information Leak
  • +
  • CVE-2017-14495: Lack of free()
  • +
  • CVE-2017-14496: Invalid boundary checks. Integer underflow leading + to a huge memcpy.
  • +
  • CVE-2017-13704: Crash on large DNS query
  • +
+
+ +
+ + https://security.googleblog.com/2017/10/behind-masq-yet-more-dns-and-dhcp.html + CVE-2017-14491 + CVE-2017-14492 + CVE-2017-14493 + CVE-2017-14494 + CVE-2017-14495 + CVE-2017-14496 + CVE-2017-13704 + + + 2017-10-02 + 2017-10-02 + +
+ phpmyfaq -- multiple issues From owner-svn-ports-all@freebsd.org Mon Oct 2 15:02:18 2017 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 3F5B2E410F4; Mon, 2 Oct 2017 15:02:18 +0000 (UTC) (envelope-from lwhsu@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 02BF66B40A; Mon, 2 Oct 2017 15:02:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92F2Hme091744; Mon, 2 Oct 2017 15:02:17 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92F2HNl091742; Mon, 2 Oct 2017 15:02:17 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201710021502.v92F2HNl091742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 2 Oct 2017 15:02:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451079 - head/devel/jenkins X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/jenkins X-SVN-Commit-Revision: 451079 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 15:02:18 -0000 Author: lwhsu Date: Mon Oct 2 15:02:16 2017 New Revision: 451079 URL: https://svnweb.freebsd.org/changeset/ports/451079 Log: - Update to 2.82 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Mon Oct 2 14:06:26 2017 (r451078) +++ head/devel/jenkins/Makefile Mon Oct 2 15:02:16 2017 (r451079) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.81 +PORTVERSION= 2.82 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Mon Oct 2 14:06:26 2017 (r451078) +++ head/devel/jenkins/distinfo Mon Oct 2 15:02:16 2017 (r451079) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506580567 -SHA256 (jenkins/2.81/jenkins.war) = 6cdb8912f63b19bad5f87e9200babb8926ab1a1a480998b1f54d4a215c354338 -SIZE (jenkins/2.81/jenkins.war) = 73097494 +TIMESTAMP = 1506948547 +SHA256 (jenkins/2.82/jenkins.war) = d6babda3a28e108eaa2a897a5484c35a10ade4e837b69e1510d71c0ecda94c0e +SIZE (jenkins/2.82/jenkins.war) = 73421362 From owner-svn-ports-all@freebsd.org Mon Oct 2 15:04:38 2017 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 B5B27E4123C; Mon, 2 Oct 2017 15:04:38 +0000 (UTC) (envelope-from tobik@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 915FA6B543; Mon, 2 Oct 2017 15:04:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92F4bL7091971; Mon, 2 Oct 2017 15:04:37 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92F4bHV091967; Mon, 2 Oct 2017 15:04:37 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710021504.v92F4bHV091967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 2 Oct 2017 15:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451080 - in head: . x11-wm/cwm x11-wm/cwm/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: . x11-wm/cwm x11-wm/cwm/files X-SVN-Commit-Revision: 451080 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 15:04:38 -0000 Author: tobik Date: Mon Oct 2 15:04:37 2017 New Revision: 451080 URL: https://svnweb.freebsd.org/changeset/ports/451080 Log: x11-wm/cwm: Update to 5.6-201-g5a46349 A lot of things have changed for the better since version 5.6 in cwm, but upstream has stopped tagging new releases. This updates the port to use a more recent commit to match cwm in OpenBSD more closely. This is important because configuration options have changed which makes it harder to share config files between systems. While here - Fix license which appears to not be BSD 2-clause but the ISC license - Update WWW. The old site is gone. - Remove MASTER_SITES which wasn't really used Changes: https://github.com/chneukirchen/cwm/compare/v5.6...linux PR: 222423 Approved by: braakvaak@aol.com (maintainer timeout, 2 weeks) Deleted: head/x11-wm/cwm/files/ Modified: head/UPDATING head/x11-wm/cwm/Makefile head/x11-wm/cwm/distinfo head/x11-wm/cwm/pkg-descr Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Oct 2 15:02:16 2017 (r451079) +++ head/UPDATING Mon Oct 2 15:04:37 2017 (r451080) @@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20171002: + AFFECTS: users of x11-wm/cwm + AUTHOR: tobik@FreeBSD.org + + Configuration options were renamed and you need to update your ~/.cwmrc + accordingly. Make sure to check cwmrc(5) for the new option names. + cwm-migrate-config.pl can help in migrating your ~/.cwmrc. + 20171001: AFFECTS: users of mail/isync using Maildir sub-folders AUTHOR: ehaupt@FreeBSD.org Modified: head/x11-wm/cwm/Makefile ============================================================================== --- head/x11-wm/cwm/Makefile Mon Oct 2 15:02:16 2017 (r451079) +++ head/x11-wm/cwm/Makefile Mon Oct 2 15:04:37 2017 (r451080) @@ -1,29 +1,44 @@ # $FreeBSD$ PORTNAME= cwm -PORTVERSION= 5.6 DISTVERSIONPREFIX= v +DISTVERSION= 5.6-201 +DISTVERSIONSUFFIX= -g5a46349 CATEGORIES= x11-wm -MASTER_SITES= http://chneukirchen.org/releases/ \ MAINTAINER= braakvaak@aol.com COMMENT= Minimalistic window manager for X11 based on evilwm -LICENSE= BSD2CLAUSE +LICENSE= ISCL -LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 -USES= pkgconfig:build -USE_XORG= x11 xft xinerama xrandr +USES= pkgconfig shebangfix USE_GITHUB= yes GH_ACCOUNT= chneukirchen +USE_XORG= x11 xft xinerama xrandr PLIST_FILES= bin/cwm \ + bin/cwm-migrate-config.pl \ man/man1/cwm.1.gz \ man/man5/cwmrc.5.gz +SHEBANG_FILES= migrate-config.pl +.include + +post-patch: + @${REINPLACE_CMD} 's@/usr/X11R6@${LOCALBASE}@' ${WRKSRC}/cwmrc.5 + @${REINPLACE_CMD} -e 's@strlcpy.o strlcat.o@@' \ + -e 's@strtonum.o@@' ${WRKSRC}/Makefile +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100072 + @${REINPLACE_CMD} 's@reallocarray.o@@' ${WRKSRC}/Makefile +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cwm ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/migrate-config.pl \ + ${STAGEDIR}${PREFIX}/bin/cwm-migrate-config.pl ${INSTALL_MAN} ${WRKSRC}/cwm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/cwmrc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 Modified: head/x11-wm/cwm/distinfo ============================================================================== --- head/x11-wm/cwm/distinfo Mon Oct 2 15:02:16 2017 (r451079) +++ head/x11-wm/cwm/distinfo Mon Oct 2 15:04:37 2017 (r451080) @@ -1,2 +1,3 @@ -SHA256 (chneukirchen-cwm-v5.6_GH0.tar.gz) = 006320bb1716cc0f93bac5634dcccd01f21d468263b5fc9d1be2dd11078a0625 -SIZE (chneukirchen-cwm-v5.6_GH0.tar.gz) = 50799 +TIMESTAMP = 1505255816 +SHA256 (chneukirchen-cwm-v5.6-201-g5a46349_GH0.tar.gz) = 0ef72de4dcffc5d1ea848d8e1e24884ae6436147c042f56166d996f28d46ebb8 +SIZE (chneukirchen-cwm-v5.6-201-g5a46349_GH0.tar.gz) = 51003 Modified: head/x11-wm/cwm/pkg-descr ============================================================================== --- head/x11-wm/cwm/pkg-descr Mon Oct 2 15:02:16 2017 (r451079) +++ head/x11-wm/cwm/pkg-descr Mon Oct 2 15:04:37 2017 (r451080) @@ -2,7 +2,4 @@ cwm is a window manager for X11 initially inspired by novel features, including the ability to search for windows. it features a very simple and attractive aesthetic. -This port is based on OpenBSD's continued work on cwm, as development on the -project seems to have halted. - -WWW: http://monkey.org/~marius/pages/?page=cwm +WWW: https://github.com/chneukirchen/cwm From owner-svn-ports-all@freebsd.org Mon Oct 2 15:15:14 2017 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 88000E414CC; Mon, 2 Oct 2017 15:15:14 +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 549D26B9FF; Mon, 2 Oct 2017 15:15: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 v92FFDZ3096018; Mon, 2 Oct 2017 15:15:13 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92FFDus096016; Mon, 2 Oct 2017 15:15:13 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201710021515.v92FFDus096016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 2 Oct 2017 15:15:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451081 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 451081 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 15:15:14 -0000 Author: brnrd Date: Mon Oct 2 15:15:13 2017 New Revision: 451081 URL: https://svnweb.freebsd.org/changeset/ports/451081 Log: security/vuxml: Fix title on latest entry Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 2 15:04:37 2017 (r451080) +++ head/security/vuxml/vuln.xml Mon Oct 2 15:15:13 2017 (r451081) @@ -59,7 +59,7 @@ Notes: --> - dnsmasq -- mulitple + dnsmasq -- mulitple vulnerabilities dnsmasq From owner-svn-ports-all@freebsd.org Mon Oct 2 15:49:07 2017 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 4D99DE41D35; Mon, 2 Oct 2017 15:49:07 +0000 (UTC) (envelope-from olgeni@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 1C3E36C9CD; Mon, 2 Oct 2017 15:49:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92Fn6pP008679; Mon, 2 Oct 2017 15:49:06 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92Fn54R008676; Mon, 2 Oct 2017 15:49:05 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710021549.v92Fn54R008676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 2 Oct 2017 15:49:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451082 - head/textproc/elixir-ex_doc X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/textproc/elixir-ex_doc X-SVN-Commit-Revision: 451082 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 15:49:07 -0000 Author: olgeni Date: Mon Oct 2 15:49:05 2017 New Revision: 451082 URL: https://svnweb.freebsd.org/changeset/ports/451082 Log: Update textproc/elixir-ex_doc to version 0.17.1. Modified: head/textproc/elixir-ex_doc/Makefile head/textproc/elixir-ex_doc/distinfo head/textproc/elixir-ex_doc/pkg-plist Modified: head/textproc/elixir-ex_doc/Makefile ============================================================================== --- head/textproc/elixir-ex_doc/Makefile Mon Oct 2 15:15:13 2017 (r451081) +++ head/textproc/elixir-ex_doc/Makefile Mon Oct 2 15:49:05 2017 (r451082) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ex_doc -PORTVERSION= 0.17.0 +PORTVERSION= 0.17.1 DISTVERSIONPREFIX= v CATEGORIES= textproc PKGNAMEPREFIX= elixir- Modified: head/textproc/elixir-ex_doc/distinfo ============================================================================== --- head/textproc/elixir-ex_doc/distinfo Mon Oct 2 15:15:13 2017 (r451081) +++ head/textproc/elixir-ex_doc/distinfo Mon Oct 2 15:49:05 2017 (r451082) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506886383 -SHA256 (elixir-lang-ex_doc-v0.17.0_GH0.tar.gz) = 6a9aa5ed35b0144e8906be6f2ebd75aa0cacc1672505afa11bd44973e67a9157 -SIZE (elixir-lang-ex_doc-v0.17.0_GH0.tar.gz) = 509705 +TIMESTAMP = 1506959148 +SHA256 (elixir-lang-ex_doc-v0.17.1_GH0.tar.gz) = 8b3dd32c1e6a5c6fab035d5f6459fd3b42a4d2f8f3998ebd33ba483bacd48987 +SIZE (elixir-lang-ex_doc-v0.17.1_GH0.tar.gz) = 509657 Modified: head/textproc/elixir-ex_doc/pkg-plist ============================================================================== --- head/textproc/elixir-ex_doc/pkg-plist Mon Oct 2 15:15:13 2017 (r451081) +++ head/textproc/elixir-ex_doc/pkg-plist Mon Oct 2 15:49:05 2017 (r451082) @@ -63,8 +63,8 @@ lib/elixir/lib/ex_doc/priv/ex_doc/formatter/epub/asset lib/elixir/lib/ex_doc/priv/ex_doc/formatter/epub/assets/metainfo/com.apple.ibooks.display-options.xml lib/elixir/lib/ex_doc/priv/ex_doc/formatter/epub/assets/metainfo/container.xml lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/dist/app-110d9134a6.css -lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/dist/app-da04b39d0c.js -lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/dist/app-da04b39d0c.js.map +lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/dist/app-4cfb39be16.js +lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/dist/app-4cfb39be16.js.map lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/fonts/icomoon.eot lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/fonts/icomoon.svg lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/assets/fonts/icomoon.ttf From owner-svn-ports-all@freebsd.org Mon Oct 2 16:24:20 2017 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 51584E0DD0C; Mon, 2 Oct 2017 16:24:20 +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 2E1B56DF19; Mon, 2 Oct 2017 16:24:20 +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 v92GOJwq025480; Mon, 2 Oct 2017 16:24:19 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92GOJl8025477; Mon, 2 Oct 2017 16:24:19 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201710021624.v92GOJl8025477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 2 Oct 2017 16:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451083 - head/java/bootstrap-openjdk8 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/java/bootstrap-openjdk8 X-SVN-Commit-Revision: 451083 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 16:24:20 -0000 Author: jkim Date: Mon Oct 2 16:24:18 2017 New Revision: 451083 URL: https://svnweb.freebsd.org/changeset/ports/451083 Log: Update arm distfiles to sync. with amd64 and i386. Deleted: head/java/bootstrap-openjdk8/pkg-plist.arm Modified: head/java/bootstrap-openjdk8/Makefile head/java/bootstrap-openjdk8/Makefile.update head/java/bootstrap-openjdk8/distinfo.arm Modified: head/java/bootstrap-openjdk8/Makefile ============================================================================== --- head/java/bootstrap-openjdk8/Makefile Mon Oct 2 15:49:05 2017 (r451082) +++ head/java/bootstrap-openjdk8/Makefile Mon Oct 2 16:24:18 2017 (r451083) @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 DISTINFO_FILE= ${.CURDIR}/distinfo.${JDK_ARCH} DISTVERSION_amd64= r450802 -DISTVERSION_arm= r444448 +DISTVERSION_arm= r450802 DISTVERSION_i386= r450802 JDK_ARCH= ${ARCH:C/armv.*/arm/} @@ -34,16 +34,11 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT} .if ${ARCH:Marmv*} RUN_DEPENDS+= ${LOCALBASE}/lib/libffi.so.6:devel/libffi -RUN_DEPENDS+= java-zoneinfo>0:java/java-zoneinfo -PLIST= ${PKGDIR}/pkg-plist.arm .endif do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${INSTALLDIR} @cd ${WRKSRC} && ${COPYTREE_BIN} bin ${INSTALLDIR} -.if ${ARCH:Marmv*} - @cd ${WRKSRC} && ${COPYTREE_BIN} jre/bin ${INSTALLDIR} -.endif update: @${MAKE} -f ${.CURDIR}/Makefile.update \ Modified: head/java/bootstrap-openjdk8/Makefile.update ============================================================================== --- head/java/bootstrap-openjdk8/Makefile.update Mon Oct 2 15:49:05 2017 (r451082) +++ head/java/bootstrap-openjdk8/Makefile.update Mon Oct 2 16:24:18 2017 (r451083) @@ -3,7 +3,6 @@ JDK_ARCH?= ${ARCH:C/armv.*/arm/} JDK_PORT?= openjdk8 JDK_ROOT?= bootstrap-${JDK_PORT} -TARGET_OS?= 10 .if !defined(PORTSDIR) .if exists(${.CURDIR}/../${JDK_PORT}/Makefile) @@ -40,6 +39,14 @@ BUILD_ARGS= BATCH=yes PORT_DBDIR=/var/empty BUILD_ENV= __MAKE_CONF=/dev/null PATH="${PATH}" BUILD_ENV+= java_openjdk8_UNSET="ALSA X11" JDK_BUILD_ARGS= ${BUILD_ARGS} + +.if !defined(TARGET_OS) +.if ${ARCH:Marmv*} +TARGET_OS= 11 +.else +TARGET_OS= 10 +.endif +.endif all: @${ECHO} "" Modified: head/java/bootstrap-openjdk8/distinfo.arm ============================================================================== --- head/java/bootstrap-openjdk8/distinfo.arm Mon Oct 2 15:49:05 2017 (r451082) +++ head/java/bootstrap-openjdk8/distinfo.arm Mon Oct 2 16:24:18 2017 (r451083) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506551470 -SHA256 (openjdk8-arm-r444448.tar.xz) = 9ebe082068fd919ae956c5b604a9db1e4199afc00875eb890ff6c132ebe6d371 -SIZE (openjdk8-arm-r444448.tar.xz) = 22669660 +TIMESTAMP = 1506851046 +SHA256 (openjdk8-arm-r450802.tar.xz) = f85d192ef73d40c08bea9f3fea5fe59c1d1e145004e4942fcee48b4769062532 +SIZE (openjdk8-arm-r450802.tar.xz) = 27149448 From owner-svn-ports-all@freebsd.org Mon Oct 2 16:47:03 2017 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 1FB53E0E535; Mon, 2 Oct 2017 16:47:03 +0000 (UTC) (envelope-from feld@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 DF75E6EB6B; Mon, 2 Oct 2017 16:47:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92Gl2p3033812; Mon, 2 Oct 2017 16:47:02 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92Gl1uB033809; Mon, 2 Oct 2017 16:47:01 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201710021647.v92Gl1uB033809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 2 Oct 2017 16:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451084 - in head/net-im/py-matrix-synapse: . files X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/net-im/py-matrix-synapse: . files X-SVN-Commit-Revision: 451084 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 16:47:03 -0000 Author: feld Date: Mon Oct 2 16:47:01 2017 New Revision: 451084 URL: https://svnweb.freebsd.org/changeset/ports/451084 Log: net-im/py-matrix-synapse: Update to 0.23.0 Added: head/net-im/py-matrix-synapse/files/patch-disable-affinity (contents, props changed) Modified: head/net-im/py-matrix-synapse/Makefile head/net-im/py-matrix-synapse/distinfo Modified: head/net-im/py-matrix-synapse/Makefile ============================================================================== --- head/net-im/py-matrix-synapse/Makefile Mon Oct 2 16:24:18 2017 (r451083) +++ head/net-im/py-matrix-synapse/Makefile Mon Oct 2 16:47:01 2017 (r451084) @@ -3,8 +3,8 @@ PORTNAME= matrix-synapse DISTVERSIONPREFIX= v -DISTVERSION= 0.22.1 -PORTREVISION= 2 +DISTVERSION= 0.23.0 +PORTREVISION= 0 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net-im/py-matrix-synapse/distinfo ============================================================================== --- head/net-im/py-matrix-synapse/distinfo Mon Oct 2 16:24:18 2017 (r451083) +++ head/net-im/py-matrix-synapse/distinfo Mon Oct 2 16:47:01 2017 (r451084) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499444196 -SHA256 (matrix-org-synapse-v0.22.1_GH0.tar.gz) = 57e7c927d14cce731d92adc214b0a026ebe804b9c709ca50f8173bf9eff25032 -SIZE (matrix-org-synapse-v0.22.1_GH0.tar.gz) = 835240 +TIMESTAMP = 1506956682 +SHA256 (matrix-org-synapse-v0.23.0_GH0.tar.gz) = 26a4bae1097d097452d53a89bcb72b61eafc006d50f030b84eba8e39d9454a2e +SIZE (matrix-org-synapse-v0.23.0_GH0.tar.gz) = 846883 Added: head/net-im/py-matrix-synapse/files/patch-disable-affinity ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/py-matrix-synapse/files/patch-disable-affinity Mon Oct 2 16:47:01 2017 (r451084) @@ -0,0 +1,114 @@ +--- synapse/app/_base.py.orig 2017-10-02 12:52:03 UTC ++++ synapse/app/_base.py +@@ -15,7 +15,6 @@ + import gc + import logging + +-import affinity + from daemonize import Daemonize + from synapse.util import PreserveLoggingContext + from synapse.util.rlimit import change_resource_limit +@@ -41,8 +40,7 @@ def start_worker_reactor(appname, config + config.gc_thresholds, + config.worker_pid_file, + config.worker_daemonize, +- config.worker_cpu_affinity, +- logger, ++ logger + ) + + +@@ -52,7 +50,6 @@ def start_reactor( + gc_thresholds, + pid_file, + daemonize, +- cpu_affinity, + logger, + ): + """ Run the reactor in the main process +@@ -66,7 +63,6 @@ def start_reactor( + gc_thresholds: + pid_file (str): name of pid file to write to if daemonize is True + daemonize (bool): true to run the reactor in a background process +- cpu_affinity (int|None): cpu affinity mask + logger (logging.Logger): logger instance to pass to Daemonize + """ + +@@ -77,9 +73,6 @@ def start_reactor( + # between the sentinel and `run` logcontexts. + with PreserveLoggingContext(): + logger.info("Running") +- if cpu_affinity is not None: +- logger.info("Setting CPU affinity to %s" % cpu_affinity) +- affinity.set_process_affinity_mask(0, cpu_affinity) + change_resource_limit(soft_file_limit) + if gc_thresholds: + gc.set_threshold(*gc_thresholds) +--- synapse/app/homeserver.py.orig 2017-10-02 12:52:03 UTC ++++ synapse/app/homeserver.py +@@ -442,7 +442,6 @@ def run(hs): + hs.config.gc_thresholds, + hs.config.pid_file, + hs.config.daemonize, +- hs.config.cpu_affinity, + logger, + ) + +--- synapse/config/server.py.orig 2017-10-02 12:52:03 UTC ++++ synapse/config/server.py +@@ -30,7 +30,6 @@ class ServerConfig(Config): + self.user_agent_suffix = config.get("user_agent_suffix") + self.use_frozen_dicts = config.get("use_frozen_dicts", False) + self.public_baseurl = config.get("public_baseurl") +- self.cpu_affinity = config.get("cpu_affinity") + + # Whether to send federation traffic out in this process. This only + # applies to some federation traffic, and so shouldn't be used to +@@ -155,27 +154,6 @@ class ServerConfig(Config): + # When running as a daemon, the file to store the pid in + pid_file: %(pid_file)s + +- # CPU affinity mask. Setting this restricts the CPUs on which the +- # process will be scheduled. It is represented as a bitmask, with the +- # lowest order bit corresponding to the first logical CPU and the +- # highest order bit corresponding to the last logical CPU. Not all CPUs +- # may exist on a given system but a mask may specify more CPUs than are +- # present. +- # +- # For example: +- # 0x00000001 is processor #0, +- # 0x00000003 is processors #0 and #1, +- # 0xFFFFFFFF is all processors (#0 through #31). +- # +- # Pinning a Python process to a single CPU is desirable, because Python +- # is inherently single-threaded due to the GIL, and can suffer a +- # 30-40%% slowdown due to cache blow-out and thread context switching +- # if the scheduler happens to schedule the underlying threads across +- # different cores. See +- # https://www.mirantis.com/blog/improve-performance-python-programs-restricting-single-cpu/. +- # +- # cpu_affinity: 0xFFFFFFFF +- + # Whether to serve a web client from the HTTP/HTTPS root resource. + web_client: True + +--- synapse/config/workers.py.orig 2017-10-02 12:52:03 UTC ++++ synapse/config/workers.py +@@ -33,7 +33,6 @@ class WorkerConfig(Config): + self.worker_name = config.get("worker_name", self.worker_app) + + self.worker_main_http_uri = config.get("worker_main_http_uri", None) +- self.worker_cpu_affinity = config.get("worker_cpu_affinity") + + if self.worker_listeners: + for listener in self.worker_listeners: +--- synapse/python_dependencies.py.orig 2017-10-02 12:52:03 UTC ++++ synapse/python_dependencies.py +@@ -40,7 +40,6 @@ REQUIREMENTS = { + "pymacaroons-pynacl": ["pymacaroons"], + "msgpack-python>=0.3.0": ["msgpack"], + "phonenumbers>=8.2.0": ["phonenumbers"], +- "affinity": ["affinity"], + } + CONDITIONAL_REQUIREMENTS = { + "web_client": { From owner-svn-ports-all@freebsd.org Mon Oct 2 17:17:10 2017 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 6A0E2E0F1A9; Mon, 2 Oct 2017 17:17:10 +0000 (UTC) (envelope-from swills@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 46C6D6F9DF; Mon, 2 Oct 2017 17:17:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92HH98l046328; Mon, 2 Oct 2017 17:17:09 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92HH9eh046324; Mon, 2 Oct 2017 17:17:09 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710021717.v92HH9eh046324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 2 Oct 2017 17:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451085 - in head/sysutils/intel-pcm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/sysutils/intel-pcm: . files X-SVN-Commit-Revision: 451085 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 17:17:10 -0000 Author: swills Date: Mon Oct 2 17:17:08 2017 New Revision: 451085 URL: https://svnweb.freebsd.org/changeset/ports/451085 Log: sysutils/intel-pcm: update to 201705 PR: 222383 Submitted by: kbowling Approved by: maintainer timeout (imp, > 2 weeks) Added: head/sysutils/intel-pcm/files/patch-cpucounters.cpp (contents, props changed) Modified: head/sysutils/intel-pcm/Makefile head/sysutils/intel-pcm/distinfo head/sysutils/intel-pcm/files/patch-pci.cpp Modified: head/sysutils/intel-pcm/Makefile ============================================================================== --- head/sysutils/intel-pcm/Makefile Mon Oct 2 16:47:01 2017 (r451084) +++ head/sysutils/intel-pcm/Makefile Mon Oct 2 17:17:08 2017 (r451085) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= intel-pcm -PORTVERSION= 2.11.1 +PORTVERSION= 201705 CATEGORIES= sysutils MAINTAINER= imp@FreeBSD.org @@ -18,7 +18,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_GITHUB= yes GH_ACCOUNT= opcm GH_PROJECT= pcm -GH_TAGNAME= 5581ad7 +GH_TAGNAME= 201705 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin Modified: head/sysutils/intel-pcm/distinfo ============================================================================== --- head/sysutils/intel-pcm/distinfo Mon Oct 2 16:47:01 2017 (r451084) +++ head/sysutils/intel-pcm/distinfo Mon Oct 2 17:17:08 2017 (r451085) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483897863 -SHA256 (opcm-pcm-2.11.1-5581ad7_GH0.tar.gz) = 1bdc8412abc825a243ea0327d56315f7777e8e9b65810a66a7159faea5b3a18a -SIZE (opcm-pcm-2.11.1-5581ad7_GH0.tar.gz) = 878049 +TIMESTAMP = 1505629521 +SHA256 (opcm-pcm-201705_GH0.tar.gz) = ad101e3803def846b0203a481fa73e97451d7b432b90e775f4109815343099b9 +SIZE (opcm-pcm-201705_GH0.tar.gz) = 1085327 Added: head/sysutils/intel-pcm/files/patch-cpucounters.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/intel-pcm/files/patch-cpucounters.cpp Mon Oct 2 17:17:08 2017 (r451085) @@ -0,0 +1,12 @@ +--- cpucounters.cpp.orig 2017-09-17 06:31:28 UTC ++++ cpucounters.cpp +@@ -192,6 +192,9 @@ class InstanceLock (public) + }; + #endif // end of _MSC_VER else + ++#if defined(__FreeBSD__) ++#define cpu_set_t cpuset_t ++#endif + + class TemporalThreadAffinity // speedup trick for Linux, FreeBSD, DragonFlyBSD + { Modified: head/sysutils/intel-pcm/files/patch-pci.cpp ============================================================================== --- head/sysutils/intel-pcm/files/patch-pci.cpp Mon Oct 2 16:47:01 2017 (r451084) +++ head/sysutils/intel-pcm/files/patch-pci.cpp Mon Oct 2 17:17:08 2017 (r451085) @@ -1,6 +1,6 @@ ---- pci.cpp.orig 2016-10-31 10:26:34 UTC +--- pci.cpp.orig 2017-05-15 10:43:22 UTC +++ pci.cpp -@@ -17,6 +17,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIG +@@ -17,6 +17,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND #include #include From owner-svn-ports-all@freebsd.org Mon Oct 2 17:47:29 2017 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 F29E7E0FB19; Mon, 2 Oct 2017 17:47:29 +0000 (UTC) (envelope-from pi@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 CE589707CB; Mon, 2 Oct 2017 17:47:29 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92HlSH5058824; Mon, 2 Oct 2017 17:47:28 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92HlSKe058818; Mon, 2 Oct 2017 17:47:28 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201710021747.v92HlSKe058818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 2 Oct 2017 17:47:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451086 - in head/net: . quagga-esr quagga-esr/files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/net: . quagga-esr quagga-esr/files X-SVN-Commit-Revision: 451086 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 17:47:30 -0000 Author: pi Date: Mon Oct 2 17:47:28 2017 New Revision: 451086 URL: https://svnweb.freebsd.org/changeset/ports/451086 Log: New port: net/quagga-esr -esr means extended support for now (as newer quagga versions have some issues). Quagga is a routing software suite, providing implementations of OSPFv2, OSPFv3, RIP v1 and v2, RIPv3, BGPv4 and experemental ISIS for Unix platforms, particularly FreeBSD and Linux and also NetBSD, to mention a few. Quagga is a fork of GNU Zebra which was developed by KunihiroIshiguro. The Quagga tree aims to build a more involved community around Quagga than the current centralised model of GNU Zebra. WWW: http://www.quagga.net/ Added: head/net/quagga-esr/ - copied from r438111, head/net/quagga/ head/net/quagga-esr/files/patch-bgpd__bgp_aspath.c (contents, props changed) Modified: head/net/Makefile head/net/quagga-esr/Makefile head/net/quagga-esr/distinfo head/net/quagga-esr/pkg-plist Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Oct 2 17:17:08 2017 (r451085) +++ head/net/Makefile Mon Oct 2 17:47:28 2017 (r451086) @@ -1098,6 +1098,7 @@ SUBDIR += qt5-network SUBDIR += qtweetlib SUBDIR += quagga + SUBDIR += quagga-esr SUBDIR += queso SUBDIR += quiterss SUBDIR += quoted Modified: head/net/quagga-esr/Makefile ============================================================================== --- head/net/quagga/Makefile Sun Apr 9 18:16:13 2017 (r438111) +++ head/net/quagga-esr/Makefile Mon Oct 2 17:47:28 2017 (r451086) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= quagga -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 0.99.24.1 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH +PKGNAMESUFFIX= -esr MAINTAINER= pi@FreeBSD.org COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software Modified: head/net/quagga-esr/distinfo ============================================================================== --- head/net/quagga/distinfo Sun Apr 9 18:16:13 2017 (r438111) +++ head/net/quagga-esr/distinfo Mon Oct 2 17:47:28 2017 (r451086) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489184471 -SHA256 (quagga-1.2.1.tar.gz) = aaddba5d4f41ed8e4c2f155f4584c993465d122c9096b5b52ada3fc75266fbcd -SIZE (quagga-1.2.1.tar.gz) = 2922514 +TIMESTAMP = 1491761954 +SHA256 (quagga-0.99.24.1.tar.gz) = 84ae1a47df085119a8fcab6c43ccea9efb9bc3112388b1dece5a9f0a0262754f +SIZE (quagga-0.99.24.1.tar.gz) = 2683800 Added: head/net/quagga-esr/files/patch-bgpd__bgp_aspath.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/quagga-esr/files/patch-bgpd__bgp_aspath.c Mon Oct 2 17:47:28 2017 (r451086) @@ -0,0 +1,11 @@ +--- bgpd/bgp_aspath.c.orig 2017-03-10 12:55:06 UTC ++++ bgpd/bgp_aspath.c +@@ -903,7 +903,7 @@ aspath_put (struct stream *s, struct aspath *as, int u + assegment_header_put (s, seg->type, AS_SEGMENT_MAX); + assegment_data_put (s, seg->as, AS_SEGMENT_MAX, use32bit); + written += AS_SEGMENT_MAX; +- bytes += ASSEGMENT_SIZE (written, use32bit); ++ bytes += ASSEGMENT_SIZE (AS_SEGMENT_MAX, use32bit); + } + + /* write the final segment, probably is also the first */ Modified: head/net/quagga-esr/pkg-plist ============================================================================== --- head/net/quagga/pkg-plist Sun Apr 9 18:16:13 2017 (r438111) +++ head/net/quagga-esr/pkg-plist Mon Oct 2 17:47:28 2017 (r451086) @@ -1,12 +1,10 @@ -bin/bgp_btoa %%PIMD%%bin/test_igmpv3_join bin/vtysh +sbin/babeld include/quagga/buffer.h include/quagga/checksum.h include/quagga/command.h include/quagga/distribute.h -include/quagga/event_counter.h -include/quagga/fifo.h include/quagga/filter.h include/quagga/getopt.h include/quagga/hash.h @@ -21,7 +19,6 @@ include/quagga/md5.h include/quagga/memory.h include/quagga/memtypes.h include/quagga/network.h -include/quagga/nexthop.h include/quagga/ospfapi/ospf_apiclient.h include/quagga/ospfd/ospf_api.h include/quagga/ospfd/ospf_asbr.h @@ -48,16 +45,11 @@ include/quagga/table.h include/quagga/thread.h include/quagga/vector.h include/quagga/version.h -include/quagga/vrf.h include/quagga/vty.h include/quagga/workqueue.h include/quagga/zassert.h include/quagga/zclient.h include/quagga/zebra.h -lib/libfpm_pb.a -lib/libfpm_pb.so -lib/libfpm_pb.so.0 -lib/libfpm_pb.so.0.0.0 lib/libospf.a lib/libospf.so lib/libospf.so.0 @@ -66,14 +58,10 @@ lib/libospfapiclient.a lib/libospfapiclient.so lib/libospfapiclient.so.0 lib/libospfapiclient.so.0.0.0 -lib/libquagga_pb.a -lib/libquagga_pb.so -lib/libquagga_pb.so.0 -lib/libquagga_pb.so.0.0.0 lib/libzebra.a lib/libzebra.so -lib/libzebra.so.1 -lib/libzebra.so.1.0.0 +lib/libzebra.so.0 +lib/libzebra.so.0.0.0 man/man1/vtysh.1.gz man/man8/bgpd.8.gz %%ISISD%%man/man8/isisd.8.gz @@ -95,6 +83,7 @@ sbin/ripd sbin/ripngd sbin/watchquagga sbin/zebra +%%EXAMPLESDIR%%/babeld.conf.sample %%EXAMPLESDIR%%/bgpd.conf.sample %%EXAMPLESDIR%%/bgpd.conf.sample2 %%ISISD%%%%EXAMPLESDIR%%/isisd.conf.sample From owner-svn-ports-all@freebsd.org Mon Oct 2 18:24:02 2017 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 40CCFE23BF3; Mon, 2 Oct 2017 18:24:02 +0000 (UTC) (envelope-from sunpoet@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 19BC971D6F; Mon, 2 Oct 2017 18:24:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92IO1SA075058; Mon, 2 Oct 2017 18:24:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92IO0aa075054; Mon, 2 Oct 2017 18:24:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710021824.v92IO0aa075054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Oct 2017 18:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451087 - in head/www: . py-requests-mock X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . py-requests-mock X-SVN-Commit-Revision: 451087 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 18:24:02 -0000 Author: sunpoet Date: Mon Oct 2 18:24:00 2017 New Revision: 451087 URL: https://svnweb.freebsd.org/changeset/ports/451087 Log: Add py-requests-mock 1.3.0 requests-mock provides a building block to stub out the HTTP requests portions of your testing code. WWW: https://pypi.python.org/pypi/requests-mock Added: head/www/py-requests-mock/ head/www/py-requests-mock/Makefile (contents, props changed) head/www/py-requests-mock/distinfo (contents, props changed) head/www/py-requests-mock/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Oct 2 17:47:28 2017 (r451086) +++ head/www/Makefile Mon Oct 2 18:24:00 2017 (r451087) @@ -1811,6 +1811,7 @@ SUBDIR += py-requestbuilder SUBDIR += py-requests SUBDIR += py-requests-futures + SUBDIR += py-requests-mock SUBDIR += py-requests-oauthlib SUBDIR += py-requests-toolbelt SUBDIR += py-requests1 Added: head/www/py-requests-mock/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-requests-mock/Makefile Mon Oct 2 18:24:00 2017 (r451087) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= requests-mock +PORTVERSION= 1.3.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Mock out responses from the requests package + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include Added: head/www/py-requests-mock/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-requests-mock/distinfo Mon Oct 2 18:24:00 2017 (r451087) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506962911 +SHA256 (requests-mock-1.3.0.tar.gz) = bd86970d6c52cc97071f5185aa594de6a997a5ca63b3bb36aceb9bb9db49294b +SIZE (requests-mock-1.3.0.tar.gz) = 42399 Added: head/www/py-requests-mock/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-requests-mock/pkg-descr Mon Oct 2 18:24:00 2017 (r451087) @@ -0,0 +1,4 @@ +requests-mock provides a building block to stub out the HTTP requests portions +of your testing code. + +WWW: https://pypi.python.org/pypi/requests-mock From owner-svn-ports-all@freebsd.org Mon Oct 2 18:24:07 2017 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 32733E23BF9; Mon, 2 Oct 2017 18:24:07 +0000 (UTC) (envelope-from sunpoet@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 F1B4A71D7D; Mon, 2 Oct 2017 18:24:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92IO68x075183; Mon, 2 Oct 2017 18:24:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92IO6w5075181; Mon, 2 Oct 2017 18:24:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710021824.v92IO6w5075181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Oct 2017 18:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451088 - head/german/mythes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/german/mythes X-SVN-Commit-Revision: 451088 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 18:24:07 -0000 Author: sunpoet Date: Mon Oct 2 18:24:05 2017 New Revision: 451088 URL: https://svnweb.freebsd.org/changeset/ports/451088 Log: Update to 2017.10.01 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Oct 2 18:24:00 2017 (r451087) +++ head/german/mythes/Makefile Mon Oct 2 18:24:05 2017 (r451088) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.09.24 +PORTVERSION= 2017.10.01 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Oct 2 18:24:00 2017 (r451087) +++ head/german/mythes/distinfo Mon Oct 2 18:24:05 2017 (r451088) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506340450 -SHA256 (mythes/Deutscher-Thesaurus-20170924.oxt) = 3410a7221231d9b46bb0e0b228d3415aaa2ac30206dc366517586da592933ddd -SIZE (mythes/Deutscher-Thesaurus-20170924.oxt) = 8725818 +TIMESTAMP = 1506960233 +SHA256 (mythes/Deutscher-Thesaurus-20171001.oxt) = 4ff1f16d65eec5b7fea85c62b4202a5e95c24e85e82b0d9874bd1350e9979a34 +SIZE (mythes/Deutscher-Thesaurus-20171001.oxt) = 8727015 From owner-svn-ports-all@freebsd.org Mon Oct 2 18:24:12 2017 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 0D110E23C35; Mon, 2 Oct 2017 18:24:12 +0000 (UTC) (envelope-from sunpoet@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 CBBA471DBF; Mon, 2 Oct 2017 18:24:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92IOBcf075306; Mon, 2 Oct 2017 18:24:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92IOAcm075304; Mon, 2 Oct 2017 18:24:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710021824.v92IOAcm075304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Oct 2017 18:24:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451089 - head/textproc/sk-mythes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/sk-mythes X-SVN-Commit-Revision: 451089 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 18:24:12 -0000 Author: sunpoet Date: Mon Oct 2 18:24:10 2017 New Revision: 451089 URL: https://svnweb.freebsd.org/changeset/ports/451089 Log: Update to 2017.10.01 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Oct 2 18:24:05 2017 (r451088) +++ head/textproc/sk-mythes/Makefile Mon Oct 2 18:24:10 2017 (r451089) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.09.24 +PORTVERSION= 2017.10.01 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Oct 2 18:24:05 2017 (r451088) +++ head/textproc/sk-mythes/distinfo Mon Oct 2 18:24:10 2017 (r451089) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506340457 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170924.zip) = 9e0a10bedea7b25a35473fd54b59d25c5aa5f181211dd9ccd0c221cca99380b9 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20170924.zip) = 239473 +TIMESTAMP = 1506960241 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20171001.zip) = ba522c7393926865f0cab3c13aeb7f1145b3f642d8477cb897ddfc7dff118c95 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20171001.zip) = 239473 From owner-svn-ports-all@freebsd.org Mon Oct 2 18:24:17 2017 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 8B414E23C8B; Mon, 2 Oct 2017 18:24:17 +0000 (UTC) (envelope-from sunpoet@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 5222471E47; Mon, 2 Oct 2017 18:24:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92IOG1i075430; Mon, 2 Oct 2017 18:24:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92IOGMa075428; Mon, 2 Oct 2017 18:24:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710021824.v92IOGMa075428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Oct 2017 18:24:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451090 - head/net-mgmt/p5-Net-IPv6Addr X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/p5-Net-IPv6Addr X-SVN-Commit-Revision: 451090 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 18:24:17 -0000 Author: sunpoet Date: Mon Oct 2 18:24:15 2017 New Revision: 451090 URL: https://svnweb.freebsd.org/changeset/ports/451090 Log: Update to 0.9 Changes: http://search.cpan.org/dist/Net-IPv6Addr/ChangeLog Modified: head/net-mgmt/p5-Net-IPv6Addr/Makefile head/net-mgmt/p5-Net-IPv6Addr/distinfo Modified: head/net-mgmt/p5-Net-IPv6Addr/Makefile ============================================================================== --- head/net-mgmt/p5-Net-IPv6Addr/Makefile Mon Oct 2 18:24:10 2017 (r451089) +++ head/net-mgmt/p5-Net-IPv6Addr/Makefile Mon Oct 2 18:24:15 2017 (r451090) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-IPv6Addr -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= net-mgmt perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net-mgmt/p5-Net-IPv6Addr/distinfo ============================================================================== --- head/net-mgmt/p5-Net-IPv6Addr/distinfo Mon Oct 2 18:24:10 2017 (r451089) +++ head/net-mgmt/p5-Net-IPv6Addr/distinfo Mon Oct 2 18:24:15 2017 (r451090) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506876992 -SHA256 (Net-IPv6Addr-0.8.tar.gz) = 9c06e12bea598aec722b74bdcc3be283026bc26a428e756173f54453b62142a0 -SIZE (Net-IPv6Addr-0.8.tar.gz) = 11028 +TIMESTAMP = 1506960918 +SHA256 (Net-IPv6Addr-0.9.tar.gz) = 22c0ae38e58cd60d1006bf535e532305e480e93ebeb97abe241d873bf80ed5d8 +SIZE (Net-IPv6Addr-0.9.tar.gz) = 11699 From owner-svn-ports-all@freebsd.org Mon Oct 2 18:24:22 2017 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 9E7FAE23CC5; Mon, 2 Oct 2017 18:24:22 +0000 (UTC) (envelope-from sunpoet@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 69F9771EBF; Mon, 2 Oct 2017 18:24:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92IOLrh075555; Mon, 2 Oct 2017 18:24:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92IOLkO075553; Mon, 2 Oct 2017 18:24:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710021824.v92IOLkO075553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Oct 2017 18:24:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451091 - head/devel/mercurial X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/mercurial X-SVN-Commit-Revision: 451091 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 18:24:22 -0000 Author: sunpoet Date: Mon Oct 2 18:24:21 2017 New Revision: 451091 URL: https://svnweb.freebsd.org/changeset/ports/451091 Log: Update to 4.3.3 Changes: https://www.mercurial-scm.org/wiki/WhatsNew Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Mon Oct 2 18:24:15 2017 (r451090) +++ head/devel/mercurial/Makefile Mon Oct 2 18:24:21 2017 (r451091) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 4.3.2 +PORTVERSION= 4.3.3 CATEGORIES= devel python MASTER_SITES= https://www.mercurial-scm.org/release/ Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Mon Oct 2 18:24:15 2017 (r451090) +++ head/devel/mercurial/distinfo Mon Oct 2 18:24:21 2017 (r451091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505828541 -SHA256 (mercurial-4.3.2.tar.gz) = 0f5bf688ba2add6f5db98a633edef43411ecf2c7ada5f2e14b9265820a96cd48 -SIZE (mercurial-4.3.2.tar.gz) = 5491214 +TIMESTAMP = 1506960930 +SHA256 (mercurial-4.3.3.tar.gz) = 47a63c78698bc735667984bbc5b76619ff29a38d742f20cdf9f44cce59752374 +SIZE (mercurial-4.3.3.tar.gz) = 5491634 From owner-svn-ports-all@freebsd.org Mon Oct 2 18:24:27 2017 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 8D965E23CFD; Mon, 2 Oct 2017 18:24:27 +0000 (UTC) (envelope-from sunpoet@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 5B0DF71F2D; Mon, 2 Oct 2017 18:24:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92IOQCR075678; Mon, 2 Oct 2017 18:24:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92IOQdf075676; Mon, 2 Oct 2017 18:24:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710021824.v92IOQdf075676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Oct 2017 18:24:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451092 - head/www/py-MechanicalSoup X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-MechanicalSoup X-SVN-Commit-Revision: 451092 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 18:24:27 -0000 Author: sunpoet Date: Mon Oct 2 18:24:26 2017 New Revision: 451092 URL: https://svnweb.freebsd.org/changeset/ports/451092 Log: Update to 0.8.0 - Add BUILD_DEPENDS - Add TEST_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/hickford/MechanicalSoup/releases Modified: head/www/py-MechanicalSoup/Makefile head/www/py-MechanicalSoup/distinfo Modified: head/www/py-MechanicalSoup/Makefile ============================================================================== --- head/www/py-MechanicalSoup/Makefile Mon Oct 2 18:24:21 2017 (r451091) +++ head/www/py-MechanicalSoup/Makefile Mon Oct 2 18:24:26 2017 (r451092) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MechanicalSoup -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,15 +13,19 @@ COMMENT= Python library for automating interaction wit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov \ + ${PYTHON_PKGNAMEPREFIX}requests-mock>=0:www/py-requests-mock USE_GITHUB= yes GH_ACCOUNT= hickford NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Modified: head/www/py-MechanicalSoup/distinfo ============================================================================== --- head/www/py-MechanicalSoup/distinfo Mon Oct 2 18:24:21 2017 (r451091) +++ head/www/py-MechanicalSoup/distinfo Mon Oct 2 18:24:26 2017 (r451092) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494215638 -SHA256 (hickford-MechanicalSoup-v0.7.0_GH0.tar.gz) = e2a59a01f0e368c57ec9ba43dce0eee1f97229621c0a59425a27664bc58cda06 -SIZE (hickford-MechanicalSoup-v0.7.0_GH0.tar.gz) = 16527 +TIMESTAMP = 1506960940 +SHA256 (hickford-MechanicalSoup-v0.8.0_GH0.tar.gz) = d2fb260a12347d22bafa4cc79d477d9c7c025d447ee63616b786680c07fc8748 +SIZE (hickford-MechanicalSoup-v0.8.0_GH0.tar.gz) = 21039 From owner-svn-ports-all@freebsd.org Mon Oct 2 18:24:33 2017 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 3E1C5E23D64; Mon, 2 Oct 2017 18:24:33 +0000 (UTC) (envelope-from sunpoet@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 07D0471FAF; Mon, 2 Oct 2017 18:24:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92IOWRR075803; Mon, 2 Oct 2017 18:24:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92IOWp6075801; Mon, 2 Oct 2017 18:24:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710021824.v92IOWp6075801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Oct 2017 18:24:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451093 - head/devel/rubygem-google-api-client X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-google-api-client X-SVN-Commit-Revision: 451093 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 18:24:33 -0000 Author: sunpoet Date: Mon Oct 2 18:24:31 2017 New Revision: 451093 URL: https://svnweb.freebsd.org/changeset/ports/451093 Log: Update to 0.14.5 Changes: https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md Modified: head/devel/rubygem-google-api-client/Makefile head/devel/rubygem-google-api-client/distinfo Modified: head/devel/rubygem-google-api-client/Makefile ============================================================================== --- head/devel/rubygem-google-api-client/Makefile Mon Oct 2 18:24:26 2017 (r451092) +++ head/devel/rubygem-google-api-client/Makefile Mon Oct 2 18:24:31 2017 (r451093) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-api-client -PORTVERSION= 0.14.4 +PORTVERSION= 0.14.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-google-api-client/distinfo ============================================================================== --- head/devel/rubygem-google-api-client/distinfo Mon Oct 2 18:24:26 2017 (r451092) +++ head/devel/rubygem-google-api-client/distinfo Mon Oct 2 18:24:31 2017 (r451093) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506343641 -SHA256 (rubygem/google-api-client-0.14.4.gem) = 558b1cc916f46f4fa850d7dd53464f2c5fb44dbb9e8ce121673e9d4feb959d05 -SIZE (rubygem/google-api-client-0.14.4.gem) = 3259904 +TIMESTAMP = 1506960955 +SHA256 (rubygem/google-api-client-0.14.5.gem) = 3610c780f3f99f9990da1573ca5ff8651451fa39157732dfaa4834313d36f8d4 +SIZE (rubygem/google-api-client-0.14.5.gem) = 3303424 From owner-svn-ports-all@freebsd.org Mon Oct 2 18:24:38 2017 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 6FA6CE23D96; Mon, 2 Oct 2017 18:24:38 +0000 (UTC) (envelope-from sunpoet@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 3F1C67202A; Mon, 2 Oct 2017 18:24:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92IObfo075928; Mon, 2 Oct 2017 18:24:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92IOb82075926; Mon, 2 Oct 2017 18:24:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710021824.v92IOb82075926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Oct 2017 18:24:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451094 - head/devel/rubygem-sequel X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-sequel X-SVN-Commit-Revision: 451094 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 18:24:38 -0000 Author: sunpoet Date: Mon Oct 2 18:24:37 2017 New Revision: 451094 URL: https://svnweb.freebsd.org/changeset/ports/451094 Log: Update to 5.1.0 Changes: https://github.com/jeremyevans/sequel/blob/master/CHANGELOG Modified: head/devel/rubygem-sequel/Makefile head/devel/rubygem-sequel/distinfo Modified: head/devel/rubygem-sequel/Makefile ============================================================================== --- head/devel/rubygem-sequel/Makefile Mon Oct 2 18:24:31 2017 (r451093) +++ head/devel/rubygem-sequel/Makefile Mon Oct 2 18:24:37 2017 (r451094) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sequel -PORTVERSION= 5.0.0 +PORTVERSION= 5.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sequel/distinfo ============================================================================== --- head/devel/rubygem-sequel/distinfo Mon Oct 2 18:24:31 2017 (r451093) +++ head/devel/rubygem-sequel/distinfo Mon Oct 2 18:24:37 2017 (r451094) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505930650 -SHA256 (rubygem/sequel-5.0.0.gem) = aabb9dec0d0416a67c2aed9c32e51362ab20dcbfaba38646ad16edc1740db228 -SIZE (rubygem/sequel-5.0.0.gem) = 1381376 +TIMESTAMP = 1506960963 +SHA256 (rubygem/sequel-5.1.0.gem) = 92ee8da5ec88904c3e14ffdaf9c2042d0fcf7af079ae28525b7a855aca5603ec +SIZE (rubygem/sequel-5.1.0.gem) = 1381888 From owner-svn-ports-all@freebsd.org Mon Oct 2 18:40:32 2017 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 169C3E2433D; Mon, 2 Oct 2017 18:40:32 +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 D849272BD9; Mon, 2 Oct 2017 18:40:31 +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 v92IeUWr080340; Mon, 2 Oct 2017 18:40:30 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92IeUdv080338; Mon, 2 Oct 2017 18:40:30 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201710021840.v92IeUdv080338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 2 Oct 2017 18:40:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451095 - in head/dns/dnsmasq: . files X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/dns/dnsmasq: . files X-SVN-Commit-Revision: 451095 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 18:40:32 -0000 Author: brnrd Date: Mon Oct 2 18:40:30 2017 New Revision: 451095 URL: https://svnweb.freebsd.org/changeset/ports/451095 Log: dns/dnsmasq: Security update to 2.78 PR: 222739 Approved by: ports-secteam MFH: 2017Q4 Security: b77b5646-a778-11e7-ac58-b499baebfeaf Deleted: head/dns/dnsmasq/files/patch-src_rfc2131.c Modified: head/dns/dnsmasq/Makefile head/dns/dnsmasq/distinfo Modified: head/dns/dnsmasq/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Mon Oct 2 18:24:37 2017 (r451094) +++ head/dns/dnsmasq/Makefile Mon Oct 2 18:40:30 2017 (r451095) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.77 -PORTREVISION= 1 # leave this in even if 0 to avoid PORTEPOCH bumps +DISTVERSION= 2.78 +PORTREVISION= 0 # leave this in even if 0 to avoid PORTEPOCH bumps PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ Modified: head/dns/dnsmasq/distinfo ============================================================================== --- head/dns/dnsmasq/distinfo Mon Oct 2 18:24:37 2017 (r451094) +++ head/dns/dnsmasq/distinfo Mon Oct 2 18:40:30 2017 (r451095) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496338430 -SHA256 (dnsmasq-2.77.tar.xz) = 6eac3b1c50ae25170e3ff8c96ddb55236cf45007633fdb8a35b1f3e02f5f8b8a -SIZE (dnsmasq-2.77.tar.xz) = 487244 +TIMESTAMP = 1506953238 +SHA256 (dnsmasq-2.78.tar.xz) = 89949f438c74b0c7543f06689c319484bd126cc4b1f8c745c742ab397681252b +SIZE (dnsmasq-2.78.tar.xz) = 489172 From owner-svn-ports-all@freebsd.org Mon Oct 2 18:42:00 2017 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 B5585E244CF; Mon, 2 Oct 2017 18:42:00 +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 8481B72EFF; Mon, 2 Oct 2017 18:42:00 +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 v92IfxcV083624; Mon, 2 Oct 2017 18:41:59 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92Ifxa6083622; Mon, 2 Oct 2017 18:41:59 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201710021841.v92Ifxa6083622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 2 Oct 2017 18:41:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451096 - in branches/2017Q4/dns/dnsmasq: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in branches/2017Q4/dns/dnsmasq: . files X-SVN-Commit-Revision: 451096 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 18:42:00 -0000 Author: brnrd Date: Mon Oct 2 18:41:59 2017 New Revision: 451096 URL: https://svnweb.freebsd.org/changeset/ports/451096 Log: MFH: r451095 dns/dnsmasq: Security update to 2.78 PR: 222739 Approved by: ports-secteam Security: b77b5646-a778-11e7-ac58-b499baebfeaf Approved by: ports-secteam (delphij) Deleted: branches/2017Q4/dns/dnsmasq/files/patch-src_rfc2131.c Modified: branches/2017Q4/dns/dnsmasq/Makefile branches/2017Q4/dns/dnsmasq/distinfo Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/dns/dnsmasq/Makefile ============================================================================== --- branches/2017Q4/dns/dnsmasq/Makefile Mon Oct 2 18:40:30 2017 (r451095) +++ branches/2017Q4/dns/dnsmasq/Makefile Mon Oct 2 18:41:59 2017 (r451096) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.77 -PORTREVISION= 1 # leave this in even if 0 to avoid PORTEPOCH bumps +DISTVERSION= 2.78 +PORTREVISION= 0 # leave this in even if 0 to avoid PORTEPOCH bumps PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ Modified: branches/2017Q4/dns/dnsmasq/distinfo ============================================================================== --- branches/2017Q4/dns/dnsmasq/distinfo Mon Oct 2 18:40:30 2017 (r451095) +++ branches/2017Q4/dns/dnsmasq/distinfo Mon Oct 2 18:41:59 2017 (r451096) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496338430 -SHA256 (dnsmasq-2.77.tar.xz) = 6eac3b1c50ae25170e3ff8c96ddb55236cf45007633fdb8a35b1f3e02f5f8b8a -SIZE (dnsmasq-2.77.tar.xz) = 487244 +TIMESTAMP = 1506953238 +SHA256 (dnsmasq-2.78.tar.xz) = 89949f438c74b0c7543f06689c319484bd126cc4b1f8c745c742ab397681252b +SIZE (dnsmasq-2.78.tar.xz) = 489172 From owner-svn-ports-all@freebsd.org Mon Oct 2 19:19:11 2017 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 E25BEE254A1; Mon, 2 Oct 2017 19:19:11 +0000 (UTC) (envelope-from mandree@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 B0D45745B5; Mon, 2 Oct 2017 19:19:11 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92JJAZv097114; Mon, 2 Oct 2017 19:19:10 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92JJA5v097112; Mon, 2 Oct 2017 19:19:10 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201710021919.v92JJA5v097112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 2 Oct 2017 19:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451097 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 451097 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 19:19:12 -0000 Author: mandree Date: Mon Oct 2 19:19:10 2017 New Revision: 451097 URL: https://svnweb.freebsd.org/changeset/ports/451097 Log: fix typo in dnsmasq < 2.78 entries Security: b77b5646-a778-11e7-ac58-b499baebfeaf Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 2 18:41:59 2017 (r451096) +++ head/security/vuxml/vuln.xml Mon Oct 2 19:19:10 2017 (r451097) @@ -59,7 +59,7 @@ Notes: --> - dnsmasq -- mulitple vulnerabilities + dnsmasq -- multiple vulnerabilities dnsmasq From owner-svn-ports-all@freebsd.org Mon Oct 2 19:51:52 2017 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 9A9AAE260F6; Mon, 2 Oct 2017 19:51:52 +0000 (UTC) (envelope-from wg@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 16960756C6; Mon, 2 Oct 2017 19:51:52 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92JppVT010276; Mon, 2 Oct 2017 19:51:51 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92JpoAR010248; Mon, 2 Oct 2017 19:51:50 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201710021951.v92JpoAR010248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 2 Oct 2017 19:51:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451098 - head/www/dojo X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: head/www/dojo X-SVN-Commit-Revision: 451098 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 19:51:52 -0000 Author: wg Date: Mon Oct 2 19:51:50 2017 New Revision: 451098 URL: https://svnweb.freebsd.org/changeset/ports/451098 Log: www/dojo: update to 1.12.2 Modified: head/www/dojo/Makefile head/www/dojo/distinfo head/www/dojo/pkg-plist Modified: head/www/dojo/Makefile ============================================================================== --- head/www/dojo/Makefile Mon Oct 2 19:19:10 2017 (r451097) +++ head/www/dojo/Makefile Mon Oct 2 19:51:50 2017 (r451098) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dojo -PORTVERSION= 1.11.1 +PORTVERSION= 1.12.2 CATEGORIES= www MASTER_SITES= http://download.dojotoolkit.org/release-${PORTVERSION}/ DISTNAME= dojo-release-${PORTVERSION} Modified: head/www/dojo/distinfo ============================================================================== --- head/www/dojo/distinfo Mon Oct 2 19:19:10 2017 (r451097) +++ head/www/dojo/distinfo Mon Oct 2 19:51:50 2017 (r451098) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464613858 -SHA256 (dojo-release-1.11.1.tar.gz) = 8a39f6dcc354d65c5c3dfcf5b72fad97d20b94692f95580aa43a24b092ff8b8b -SIZE (dojo-release-1.11.1.tar.gz) = 9160967 +TIMESTAMP = 1506944608 +SHA256 (dojo-release-1.12.2.tar.gz) = 2bb4e07bb717fd0506720e775f6b63ffc79e082f27b4cbbb2e8e3f8e34a5ff09 +SIZE (dojo-release-1.12.2.tar.gz) = 15971843 Modified: head/www/dojo/pkg-plist ============================================================================== --- head/www/dojo/pkg-plist Mon Oct 2 19:19:10 2017 (r451097) +++ head/www/dojo/pkg-plist Mon Oct 2 19:51:50 2017 (r451098) @@ -1,407 +1,807 @@ %%APACHE%%@sample %%CONFDIR%%/dojo.conf.sample %%WWWDIR%%/build-report.txt %%WWWDIR%%/dijit/BackgroundIframe.js +%%WWWDIR%%/dijit/BackgroundIframe.js.consoleStripped.js +%%WWWDIR%%/dijit/BackgroundIframe.js.map %%WWWDIR%%/dijit/BackgroundIframe.js.uncompressed.js %%WWWDIR%%/dijit/CONTRIBUTING.md %%WWWDIR%%/dijit/Calendar.js +%%WWWDIR%%/dijit/Calendar.js.consoleStripped.js +%%WWWDIR%%/dijit/Calendar.js.map %%WWWDIR%%/dijit/Calendar.js.uncompressed.js %%WWWDIR%%/dijit/CalendarLite.js +%%WWWDIR%%/dijit/CalendarLite.js.consoleStripped.js +%%WWWDIR%%/dijit/CalendarLite.js.map %%WWWDIR%%/dijit/CalendarLite.js.uncompressed.js %%WWWDIR%%/dijit/CheckedMenuItem.js +%%WWWDIR%%/dijit/CheckedMenuItem.js.consoleStripped.js +%%WWWDIR%%/dijit/CheckedMenuItem.js.map %%WWWDIR%%/dijit/CheckedMenuItem.js.uncompressed.js %%WWWDIR%%/dijit/ColorPalette.js +%%WWWDIR%%/dijit/ColorPalette.js.consoleStripped.js +%%WWWDIR%%/dijit/ColorPalette.js.map %%WWWDIR%%/dijit/ColorPalette.js.uncompressed.js %%WWWDIR%%/dijit/ConfirmDialog.js +%%WWWDIR%%/dijit/ConfirmDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/ConfirmDialog.js.map %%WWWDIR%%/dijit/ConfirmDialog.js.uncompressed.js %%WWWDIR%%/dijit/ConfirmTooltipDialog.js +%%WWWDIR%%/dijit/ConfirmTooltipDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/ConfirmTooltipDialog.js.map %%WWWDIR%%/dijit/ConfirmTooltipDialog.js.uncompressed.js %%WWWDIR%%/dijit/Declaration.js +%%WWWDIR%%/dijit/Declaration.js.consoleStripped.js +%%WWWDIR%%/dijit/Declaration.js.map %%WWWDIR%%/dijit/Declaration.js.uncompressed.js %%WWWDIR%%/dijit/Destroyable.js +%%WWWDIR%%/dijit/Destroyable.js.consoleStripped.js +%%WWWDIR%%/dijit/Destroyable.js.map %%WWWDIR%%/dijit/Destroyable.js.uncompressed.js %%WWWDIR%%/dijit/Dialog.js +%%WWWDIR%%/dijit/Dialog.js.consoleStripped.js +%%WWWDIR%%/dijit/Dialog.js.map %%WWWDIR%%/dijit/Dialog.js.uncompressed.js %%WWWDIR%%/dijit/DialogUnderlay.js +%%WWWDIR%%/dijit/DialogUnderlay.js.consoleStripped.js +%%WWWDIR%%/dijit/DialogUnderlay.js.map %%WWWDIR%%/dijit/DialogUnderlay.js.uncompressed.js %%WWWDIR%%/dijit/DropDownMenu.js +%%WWWDIR%%/dijit/DropDownMenu.js.consoleStripped.js +%%WWWDIR%%/dijit/DropDownMenu.js.map %%WWWDIR%%/dijit/DropDownMenu.js.uncompressed.js %%WWWDIR%%/dijit/Editor.js +%%WWWDIR%%/dijit/Editor.js.consoleStripped.js +%%WWWDIR%%/dijit/Editor.js.map %%WWWDIR%%/dijit/Editor.js.uncompressed.js %%WWWDIR%%/dijit/Fieldset.js +%%WWWDIR%%/dijit/Fieldset.js.consoleStripped.js +%%WWWDIR%%/dijit/Fieldset.js.map %%WWWDIR%%/dijit/Fieldset.js.uncompressed.js %%WWWDIR%%/dijit/InlineEditBox.js +%%WWWDIR%%/dijit/InlineEditBox.js.consoleStripped.js +%%WWWDIR%%/dijit/InlineEditBox.js.map %%WWWDIR%%/dijit/InlineEditBox.js.uncompressed.js %%WWWDIR%%/dijit/LICENSE %%WWWDIR%%/dijit/Menu.js +%%WWWDIR%%/dijit/Menu.js.consoleStripped.js +%%WWWDIR%%/dijit/Menu.js.map %%WWWDIR%%/dijit/Menu.js.uncompressed.js %%WWWDIR%%/dijit/MenuBar.js +%%WWWDIR%%/dijit/MenuBar.js.consoleStripped.js +%%WWWDIR%%/dijit/MenuBar.js.map %%WWWDIR%%/dijit/MenuBar.js.uncompressed.js %%WWWDIR%%/dijit/MenuBarItem.js +%%WWWDIR%%/dijit/MenuBarItem.js.consoleStripped.js +%%WWWDIR%%/dijit/MenuBarItem.js.map %%WWWDIR%%/dijit/MenuBarItem.js.uncompressed.js %%WWWDIR%%/dijit/MenuItem.js +%%WWWDIR%%/dijit/MenuItem.js.consoleStripped.js +%%WWWDIR%%/dijit/MenuItem.js.map %%WWWDIR%%/dijit/MenuItem.js.uncompressed.js %%WWWDIR%%/dijit/MenuSeparator.js +%%WWWDIR%%/dijit/MenuSeparator.js.consoleStripped.js +%%WWWDIR%%/dijit/MenuSeparator.js.map %%WWWDIR%%/dijit/MenuSeparator.js.uncompressed.js %%WWWDIR%%/dijit/PopupMenuBarItem.js +%%WWWDIR%%/dijit/PopupMenuBarItem.js.consoleStripped.js +%%WWWDIR%%/dijit/PopupMenuBarItem.js.map %%WWWDIR%%/dijit/PopupMenuBarItem.js.uncompressed.js %%WWWDIR%%/dijit/PopupMenuItem.js +%%WWWDIR%%/dijit/PopupMenuItem.js.consoleStripped.js +%%WWWDIR%%/dijit/PopupMenuItem.js.map %%WWWDIR%%/dijit/PopupMenuItem.js.uncompressed.js %%WWWDIR%%/dijit/ProgressBar.js +%%WWWDIR%%/dijit/ProgressBar.js.consoleStripped.js +%%WWWDIR%%/dijit/ProgressBar.js.map %%WWWDIR%%/dijit/ProgressBar.js.uncompressed.js %%WWWDIR%%/dijit/README.md %%WWWDIR%%/dijit/RadioMenuItem.js +%%WWWDIR%%/dijit/RadioMenuItem.js.consoleStripped.js +%%WWWDIR%%/dijit/RadioMenuItem.js.map %%WWWDIR%%/dijit/RadioMenuItem.js.uncompressed.js %%WWWDIR%%/dijit/TitlePane.js +%%WWWDIR%%/dijit/TitlePane.js.consoleStripped.js +%%WWWDIR%%/dijit/TitlePane.js.map %%WWWDIR%%/dijit/TitlePane.js.uncompressed.js %%WWWDIR%%/dijit/Toolbar.js +%%WWWDIR%%/dijit/Toolbar.js.consoleStripped.js +%%WWWDIR%%/dijit/Toolbar.js.map %%WWWDIR%%/dijit/Toolbar.js.uncompressed.js %%WWWDIR%%/dijit/ToolbarSeparator.js +%%WWWDIR%%/dijit/ToolbarSeparator.js.consoleStripped.js +%%WWWDIR%%/dijit/ToolbarSeparator.js.map %%WWWDIR%%/dijit/ToolbarSeparator.js.uncompressed.js %%WWWDIR%%/dijit/Tooltip.js +%%WWWDIR%%/dijit/Tooltip.js.consoleStripped.js +%%WWWDIR%%/dijit/Tooltip.js.map %%WWWDIR%%/dijit/Tooltip.js.uncompressed.js %%WWWDIR%%/dijit/TooltipDialog.js +%%WWWDIR%%/dijit/TooltipDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/TooltipDialog.js.map %%WWWDIR%%/dijit/TooltipDialog.js.uncompressed.js %%WWWDIR%%/dijit/Tree.js +%%WWWDIR%%/dijit/Tree.js.consoleStripped.js +%%WWWDIR%%/dijit/Tree.js.map %%WWWDIR%%/dijit/Tree.js.uncompressed.js %%WWWDIR%%/dijit/Viewport.js +%%WWWDIR%%/dijit/Viewport.js.consoleStripped.js +%%WWWDIR%%/dijit/Viewport.js.map %%WWWDIR%%/dijit/Viewport.js.uncompressed.js %%WWWDIR%%/dijit/WidgetSet.js +%%WWWDIR%%/dijit/WidgetSet.js.consoleStripped.js +%%WWWDIR%%/dijit/WidgetSet.js.map %%WWWDIR%%/dijit/WidgetSet.js.uncompressed.js %%WWWDIR%%/dijit/_AttachMixin.js +%%WWWDIR%%/dijit/_AttachMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/_AttachMixin.js.map %%WWWDIR%%/dijit/_AttachMixin.js.uncompressed.js %%WWWDIR%%/dijit/_BidiMixin.js +%%WWWDIR%%/dijit/_BidiMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/_BidiMixin.js.map %%WWWDIR%%/dijit/_BidiMixin.js.uncompressed.js %%WWWDIR%%/dijit/_BidiSupport.js +%%WWWDIR%%/dijit/_BidiSupport.js.consoleStripped.js +%%WWWDIR%%/dijit/_BidiSupport.js.map %%WWWDIR%%/dijit/_BidiSupport.js.uncompressed.js %%WWWDIR%%/dijit/_Calendar.js +%%WWWDIR%%/dijit/_Calendar.js.consoleStripped.js +%%WWWDIR%%/dijit/_Calendar.js.map %%WWWDIR%%/dijit/_Calendar.js.uncompressed.js %%WWWDIR%%/dijit/_ConfirmDialogMixin.js +%%WWWDIR%%/dijit/_ConfirmDialogMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/_ConfirmDialogMixin.js.map %%WWWDIR%%/dijit/_ConfirmDialogMixin.js.uncompressed.js %%WWWDIR%%/dijit/_Contained.js +%%WWWDIR%%/dijit/_Contained.js.consoleStripped.js +%%WWWDIR%%/dijit/_Contained.js.map %%WWWDIR%%/dijit/_Contained.js.uncompressed.js %%WWWDIR%%/dijit/_Container.js +%%WWWDIR%%/dijit/_Container.js.consoleStripped.js +%%WWWDIR%%/dijit/_Container.js.map %%WWWDIR%%/dijit/_Container.js.uncompressed.js %%WWWDIR%%/dijit/_CssStateMixin.js +%%WWWDIR%%/dijit/_CssStateMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/_CssStateMixin.js.map %%WWWDIR%%/dijit/_CssStateMixin.js.uncompressed.js %%WWWDIR%%/dijit/_DialogMixin.js +%%WWWDIR%%/dijit/_DialogMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/_DialogMixin.js.map %%WWWDIR%%/dijit/_DialogMixin.js.uncompressed.js %%WWWDIR%%/dijit/_FocusMixin.js +%%WWWDIR%%/dijit/_FocusMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/_FocusMixin.js.map %%WWWDIR%%/dijit/_FocusMixin.js.uncompressed.js %%WWWDIR%%/dijit/_HasDropDown.js +%%WWWDIR%%/dijit/_HasDropDown.js.consoleStripped.js +%%WWWDIR%%/dijit/_HasDropDown.js.map %%WWWDIR%%/dijit/_HasDropDown.js.uncompressed.js %%WWWDIR%%/dijit/_KeyNavContainer.js +%%WWWDIR%%/dijit/_KeyNavContainer.js.consoleStripped.js +%%WWWDIR%%/dijit/_KeyNavContainer.js.map %%WWWDIR%%/dijit/_KeyNavContainer.js.uncompressed.js %%WWWDIR%%/dijit/_KeyNavMixin.js +%%WWWDIR%%/dijit/_KeyNavMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/_KeyNavMixin.js.map %%WWWDIR%%/dijit/_KeyNavMixin.js.uncompressed.js %%WWWDIR%%/dijit/_MenuBase.js +%%WWWDIR%%/dijit/_MenuBase.js.consoleStripped.js +%%WWWDIR%%/dijit/_MenuBase.js.map %%WWWDIR%%/dijit/_MenuBase.js.uncompressed.js %%WWWDIR%%/dijit/_OnDijitClickMixin.js +%%WWWDIR%%/dijit/_OnDijitClickMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/_OnDijitClickMixin.js.map %%WWWDIR%%/dijit/_OnDijitClickMixin.js.uncompressed.js %%WWWDIR%%/dijit/_PaletteMixin.js +%%WWWDIR%%/dijit/_PaletteMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/_PaletteMixin.js.map %%WWWDIR%%/dijit/_PaletteMixin.js.uncompressed.js %%WWWDIR%%/dijit/_Templated.js +%%WWWDIR%%/dijit/_Templated.js.consoleStripped.js +%%WWWDIR%%/dijit/_Templated.js.map %%WWWDIR%%/dijit/_Templated.js.uncompressed.js %%WWWDIR%%/dijit/_TemplatedMixin.js +%%WWWDIR%%/dijit/_TemplatedMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/_TemplatedMixin.js.map %%WWWDIR%%/dijit/_TemplatedMixin.js.uncompressed.js %%WWWDIR%%/dijit/_TimePicker.js +%%WWWDIR%%/dijit/_TimePicker.js.consoleStripped.js +%%WWWDIR%%/dijit/_TimePicker.js.map %%WWWDIR%%/dijit/_TimePicker.js.uncompressed.js %%WWWDIR%%/dijit/_Widget.js +%%WWWDIR%%/dijit/_Widget.js.consoleStripped.js +%%WWWDIR%%/dijit/_Widget.js.map %%WWWDIR%%/dijit/_Widget.js.uncompressed.js %%WWWDIR%%/dijit/_WidgetBase.js +%%WWWDIR%%/dijit/_WidgetBase.js.consoleStripped.js +%%WWWDIR%%/dijit/_WidgetBase.js.map %%WWWDIR%%/dijit/_WidgetBase.js.uncompressed.js %%WWWDIR%%/dijit/_WidgetsInTemplateMixin.js +%%WWWDIR%%/dijit/_WidgetsInTemplateMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/_WidgetsInTemplateMixin.js.map %%WWWDIR%%/dijit/_WidgetsInTemplateMixin.js.uncompressed.js %%WWWDIR%%/dijit/_base.js +%%WWWDIR%%/dijit/_base.js.consoleStripped.js +%%WWWDIR%%/dijit/_base.js.map %%WWWDIR%%/dijit/_base.js.uncompressed.js %%WWWDIR%%/dijit/_base/focus.js +%%WWWDIR%%/dijit/_base/focus.js.consoleStripped.js +%%WWWDIR%%/dijit/_base/focus.js.map %%WWWDIR%%/dijit/_base/focus.js.uncompressed.js %%WWWDIR%%/dijit/_base/manager.js +%%WWWDIR%%/dijit/_base/manager.js.consoleStripped.js +%%WWWDIR%%/dijit/_base/manager.js.map %%WWWDIR%%/dijit/_base/manager.js.uncompressed.js %%WWWDIR%%/dijit/_base/place.js +%%WWWDIR%%/dijit/_base/place.js.consoleStripped.js +%%WWWDIR%%/dijit/_base/place.js.map %%WWWDIR%%/dijit/_base/place.js.uncompressed.js %%WWWDIR%%/dijit/_base/popup.js +%%WWWDIR%%/dijit/_base/popup.js.consoleStripped.js +%%WWWDIR%%/dijit/_base/popup.js.map %%WWWDIR%%/dijit/_base/popup.js.uncompressed.js %%WWWDIR%%/dijit/_base/scroll.js +%%WWWDIR%%/dijit/_base/scroll.js.consoleStripped.js +%%WWWDIR%%/dijit/_base/scroll.js.map %%WWWDIR%%/dijit/_base/scroll.js.uncompressed.js %%WWWDIR%%/dijit/_base/sniff.js +%%WWWDIR%%/dijit/_base/sniff.js.consoleStripped.js +%%WWWDIR%%/dijit/_base/sniff.js.map %%WWWDIR%%/dijit/_base/sniff.js.uncompressed.js %%WWWDIR%%/dijit/_base/typematic.js +%%WWWDIR%%/dijit/_base/typematic.js.consoleStripped.js +%%WWWDIR%%/dijit/_base/typematic.js.map %%WWWDIR%%/dijit/_base/typematic.js.uncompressed.js %%WWWDIR%%/dijit/_base/wai.js +%%WWWDIR%%/dijit/_base/wai.js.consoleStripped.js +%%WWWDIR%%/dijit/_base/wai.js.map %%WWWDIR%%/dijit/_base/wai.js.uncompressed.js %%WWWDIR%%/dijit/_base/window.js +%%WWWDIR%%/dijit/_base/window.js.consoleStripped.js +%%WWWDIR%%/dijit/_base/window.js.map %%WWWDIR%%/dijit/_base/window.js.uncompressed.js %%WWWDIR%%/dijit/_editor/RichText.js +%%WWWDIR%%/dijit/_editor/RichText.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/RichText.js.map %%WWWDIR%%/dijit/_editor/RichText.js.uncompressed.js %%WWWDIR%%/dijit/_editor/_Plugin.js +%%WWWDIR%%/dijit/_editor/_Plugin.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/_Plugin.js.map %%WWWDIR%%/dijit/_editor/_Plugin.js.uncompressed.js %%WWWDIR%%/dijit/_editor/html.js +%%WWWDIR%%/dijit/_editor/html.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/html.js.map %%WWWDIR%%/dijit/_editor/html.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ar/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/ar/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ar/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/ar/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ar/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/ar/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ar/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/ar/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ar/commands.js +%%WWWDIR%%/dijit/_editor/nls/ar/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ar/commands.js.map %%WWWDIR%%/dijit/_editor/nls/ar/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/az/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/az/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/az/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/az/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/az/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/az/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/az/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/az/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/az/commands.js +%%WWWDIR%%/dijit/_editor/nls/az/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/az/commands.js.map %%WWWDIR%%/dijit/_editor/nls/az/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/bg/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/bg/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/bg/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/bg/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/bg/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/bg/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/bg/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/bg/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/bg/commands.js +%%WWWDIR%%/dijit/_editor/nls/bg/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/bg/commands.js.map %%WWWDIR%%/dijit/_editor/nls/bg/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/bs/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/bs/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/bs/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/bs/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/bs/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/bs/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/bs/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/bs/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/bs/commands.js +%%WWWDIR%%/dijit/_editor/nls/bs/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/bs/commands.js.map %%WWWDIR%%/dijit/_editor/nls/bs/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ca/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/ca/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ca/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/ca/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ca/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/ca/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ca/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/ca/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ca/commands.js +%%WWWDIR%%/dijit/_editor/nls/ca/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ca/commands.js.map %%WWWDIR%%/dijit/_editor/nls/ca/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/commands.js +%%WWWDIR%%/dijit/_editor/nls/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/commands.js.map %%WWWDIR%%/dijit/_editor/nls/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/cs/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/cs/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/cs/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/cs/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/cs/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/cs/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/cs/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/cs/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/cs/commands.js +%%WWWDIR%%/dijit/_editor/nls/cs/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/cs/commands.js.map %%WWWDIR%%/dijit/_editor/nls/cs/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/da/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/da/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/da/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/da/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/da/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/da/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/da/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/da/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/da/commands.js +%%WWWDIR%%/dijit/_editor/nls/da/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/da/commands.js.map %%WWWDIR%%/dijit/_editor/nls/da/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/de/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/de/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/de/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/de/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/de/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/de/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/de/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/de/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/de/commands.js +%%WWWDIR%%/dijit/_editor/nls/de/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/de/commands.js.map %%WWWDIR%%/dijit/_editor/nls/de/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/el/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/el/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/el/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/el/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/el/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/el/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/el/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/el/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/el/commands.js +%%WWWDIR%%/dijit/_editor/nls/el/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/el/commands.js.map %%WWWDIR%%/dijit/_editor/nls/el/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/es/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/es/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/es/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/es/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/es/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/es/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/es/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/es/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/es/commands.js +%%WWWDIR%%/dijit/_editor/nls/es/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/es/commands.js.map %%WWWDIR%%/dijit/_editor/nls/es/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/eu/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/eu/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/eu/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/eu/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/eu/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/eu/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/eu/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/eu/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/eu/commands.js +%%WWWDIR%%/dijit/_editor/nls/eu/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/eu/commands.js.map %%WWWDIR%%/dijit/_editor/nls/eu/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/fi/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/fi/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/fi/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/fi/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/fi/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/fi/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/fi/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/fi/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/fi/commands.js +%%WWWDIR%%/dijit/_editor/nls/fi/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/fi/commands.js.map %%WWWDIR%%/dijit/_editor/nls/fi/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/fr/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/fr/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/fr/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/fr/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/fr/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/fr/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/fr/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/fr/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/fr/commands.js +%%WWWDIR%%/dijit/_editor/nls/fr/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/fr/commands.js.map %%WWWDIR%%/dijit/_editor/nls/fr/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/he/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/he/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/he/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/he/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/he/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/he/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/he/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/he/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/he/commands.js +%%WWWDIR%%/dijit/_editor/nls/he/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/he/commands.js.map %%WWWDIR%%/dijit/_editor/nls/he/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/hr/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/hr/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/hr/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/hr/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/hr/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/hr/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/hr/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/hr/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/hr/commands.js +%%WWWDIR%%/dijit/_editor/nls/hr/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/hr/commands.js.map %%WWWDIR%%/dijit/_editor/nls/hr/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/hu/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/hu/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/hu/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/hu/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/hu/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/hu/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/hu/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/hu/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/hu/commands.js +%%WWWDIR%%/dijit/_editor/nls/hu/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/hu/commands.js.map %%WWWDIR%%/dijit/_editor/nls/hu/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/id/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/id/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/id/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/id/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/id/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/id/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/id/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/id/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/id/commands.js +%%WWWDIR%%/dijit/_editor/nls/id/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/id/commands.js.map %%WWWDIR%%/dijit/_editor/nls/id/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/it/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/it/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/it/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/it/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/it/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/it/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/it/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/it/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/it/commands.js +%%WWWDIR%%/dijit/_editor/nls/it/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/it/commands.js.map %%WWWDIR%%/dijit/_editor/nls/it/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ja/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/ja/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ja/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/ja/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ja/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/ja/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ja/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/ja/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ja/commands.js +%%WWWDIR%%/dijit/_editor/nls/ja/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ja/commands.js.map %%WWWDIR%%/dijit/_editor/nls/ja/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/kk/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/kk/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/kk/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/kk/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/kk/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/kk/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/kk/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/kk/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/kk/commands.js +%%WWWDIR%%/dijit/_editor/nls/kk/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/kk/commands.js.map %%WWWDIR%%/dijit/_editor/nls/kk/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ko/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/ko/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ko/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/ko/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ko/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/ko/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ko/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/ko/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ko/commands.js +%%WWWDIR%%/dijit/_editor/nls/ko/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ko/commands.js.map %%WWWDIR%%/dijit/_editor/nls/ko/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/mk/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/mk/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/mk/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/mk/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/mk/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/mk/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/mk/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/mk/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/mk/commands.js +%%WWWDIR%%/dijit/_editor/nls/mk/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/mk/commands.js.map %%WWWDIR%%/dijit/_editor/nls/mk/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/nb/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/nb/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/nb/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/nb/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/nb/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/nb/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/nb/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/nb/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/nb/commands.js +%%WWWDIR%%/dijit/_editor/nls/nb/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/nb/commands.js.map %%WWWDIR%%/dijit/_editor/nls/nb/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/nl/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/nl/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/nl/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/nl/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/nl/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/nl/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/nl/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/nl/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/nl/commands.js +%%WWWDIR%%/dijit/_editor/nls/nl/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/nl/commands.js.map %%WWWDIR%%/dijit/_editor/nls/nl/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/pl/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/pl/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/pl/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/pl/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/pl/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/pl/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/pl/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/pl/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/pl/commands.js +%%WWWDIR%%/dijit/_editor/nls/pl/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/pl/commands.js.map %%WWWDIR%%/dijit/_editor/nls/pl/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/pt-pt/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/pt-pt/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/pt-pt/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/pt-pt/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/pt-pt/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/pt-pt/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/pt-pt/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/pt-pt/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/pt-pt/commands.js +%%WWWDIR%%/dijit/_editor/nls/pt-pt/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/pt-pt/commands.js.map %%WWWDIR%%/dijit/_editor/nls/pt-pt/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/pt/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/pt/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/pt/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/pt/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/pt/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/pt/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/pt/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/pt/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/pt/commands.js +%%WWWDIR%%/dijit/_editor/nls/pt/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/pt/commands.js.map %%WWWDIR%%/dijit/_editor/nls/pt/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ro/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/ro/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ro/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/ro/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ro/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/ro/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ro/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/ro/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ro/commands.js +%%WWWDIR%%/dijit/_editor/nls/ro/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ro/commands.js.map %%WWWDIR%%/dijit/_editor/nls/ro/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ru/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/ru/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ru/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/ru/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ru/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/ru/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ru/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/ru/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/ru/commands.js +%%WWWDIR%%/dijit/_editor/nls/ru/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/ru/commands.js.map %%WWWDIR%%/dijit/_editor/nls/ru/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/sk/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/sk/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/sk/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/sk/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/sk/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/sk/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/sk/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/sk/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/sk/commands.js +%%WWWDIR%%/dijit/_editor/nls/sk/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/sk/commands.js.map %%WWWDIR%%/dijit/_editor/nls/sk/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/sl/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/sl/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/sl/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/sl/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/sl/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/sl/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/sl/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/sl/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/sl/commands.js +%%WWWDIR%%/dijit/_editor/nls/sl/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/sl/commands.js.map %%WWWDIR%%/dijit/_editor/nls/sl/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/sr/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/sr/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/sr/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/sr/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/sr/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/sr/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/sr/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/sr/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/sr/commands.js +%%WWWDIR%%/dijit/_editor/nls/sr/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/sr/commands.js.map %%WWWDIR%%/dijit/_editor/nls/sr/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/sv/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/sv/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/sv/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/sv/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/sv/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/sv/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/sv/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/sv/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/sv/commands.js +%%WWWDIR%%/dijit/_editor/nls/sv/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/sv/commands.js.map %%WWWDIR%%/dijit/_editor/nls/sv/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/th/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/th/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/th/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/th/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/th/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/th/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/th/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/th/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/th/commands.js +%%WWWDIR%%/dijit/_editor/nls/th/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/th/commands.js.map %%WWWDIR%%/dijit/_editor/nls/th/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/tr/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/tr/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/tr/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/tr/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/tr/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/tr/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/tr/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/tr/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/tr/commands.js +%%WWWDIR%%/dijit/_editor/nls/tr/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/tr/commands.js.map %%WWWDIR%%/dijit/_editor/nls/tr/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/uk/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/uk/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/uk/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/uk/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/uk/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/uk/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/uk/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/uk/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/uk/commands.js +%%WWWDIR%%/dijit/_editor/nls/uk/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/uk/commands.js.map %%WWWDIR%%/dijit/_editor/nls/uk/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/zh-tw/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/zh-tw/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/zh-tw/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/zh-tw/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/zh-tw/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/zh-tw/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/zh-tw/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/zh-tw/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/zh-tw/commands.js +%%WWWDIR%%/dijit/_editor/nls/zh-tw/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/zh-tw/commands.js.map %%WWWDIR%%/dijit/_editor/nls/zh-tw/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/zh/FontChoice.js +%%WWWDIR%%/dijit/_editor/nls/zh/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/zh/FontChoice.js.map %%WWWDIR%%/dijit/_editor/nls/zh/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/zh/LinkDialog.js +%%WWWDIR%%/dijit/_editor/nls/zh/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/zh/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/nls/zh/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/nls/zh/commands.js +%%WWWDIR%%/dijit/_editor/nls/zh/commands.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/nls/zh/commands.js.map %%WWWDIR%%/dijit/_editor/nls/zh/commands.js.uncompressed.js %%WWWDIR%%/dijit/_editor/plugins/AlwaysShowToolbar.js +%%WWWDIR%%/dijit/_editor/plugins/AlwaysShowToolbar.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/plugins/AlwaysShowToolbar.js.map %%WWWDIR%%/dijit/_editor/plugins/AlwaysShowToolbar.js.uncompressed.js %%WWWDIR%%/dijit/_editor/plugins/EnterKeyHandling.js +%%WWWDIR%%/dijit/_editor/plugins/EnterKeyHandling.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/plugins/EnterKeyHandling.js.map %%WWWDIR%%/dijit/_editor/plugins/EnterKeyHandling.js.uncompressed.js %%WWWDIR%%/dijit/_editor/plugins/FontChoice.js +%%WWWDIR%%/dijit/_editor/plugins/FontChoice.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/plugins/FontChoice.js.map %%WWWDIR%%/dijit/_editor/plugins/FontChoice.js.uncompressed.js %%WWWDIR%%/dijit/_editor/plugins/FullScreen.js +%%WWWDIR%%/dijit/_editor/plugins/FullScreen.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/plugins/FullScreen.js.map %%WWWDIR%%/dijit/_editor/plugins/FullScreen.js.uncompressed.js %%WWWDIR%%/dijit/_editor/plugins/LinkDialog.js +%%WWWDIR%%/dijit/_editor/plugins/LinkDialog.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/plugins/LinkDialog.js.map %%WWWDIR%%/dijit/_editor/plugins/LinkDialog.js.uncompressed.js %%WWWDIR%%/dijit/_editor/plugins/NewPage.js +%%WWWDIR%%/dijit/_editor/plugins/NewPage.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/plugins/NewPage.js.map %%WWWDIR%%/dijit/_editor/plugins/NewPage.js.uncompressed.js %%WWWDIR%%/dijit/_editor/plugins/Print.js +%%WWWDIR%%/dijit/_editor/plugins/Print.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/plugins/Print.js.map %%WWWDIR%%/dijit/_editor/plugins/Print.js.uncompressed.js %%WWWDIR%%/dijit/_editor/plugins/TabIndent.js +%%WWWDIR%%/dijit/_editor/plugins/TabIndent.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/plugins/TabIndent.js.map %%WWWDIR%%/dijit/_editor/plugins/TabIndent.js.uncompressed.js %%WWWDIR%%/dijit/_editor/plugins/TextColor.js +%%WWWDIR%%/dijit/_editor/plugins/TextColor.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/plugins/TextColor.js.map %%WWWDIR%%/dijit/_editor/plugins/TextColor.js.uncompressed.js %%WWWDIR%%/dijit/_editor/plugins/ToggleDir.js +%%WWWDIR%%/dijit/_editor/plugins/ToggleDir.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/plugins/ToggleDir.js.map %%WWWDIR%%/dijit/_editor/plugins/ToggleDir.js.uncompressed.js %%WWWDIR%%/dijit/_editor/plugins/ViewSource.js +%%WWWDIR%%/dijit/_editor/plugins/ViewSource.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/plugins/ViewSource.js.map %%WWWDIR%%/dijit/_editor/plugins/ViewSource.js.uncompressed.js %%WWWDIR%%/dijit/_editor/range.js +%%WWWDIR%%/dijit/_editor/range.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/range.js.map %%WWWDIR%%/dijit/_editor/range.js.uncompressed.js %%WWWDIR%%/dijit/_editor/selection.js +%%WWWDIR%%/dijit/_editor/selection.js.consoleStripped.js +%%WWWDIR%%/dijit/_editor/selection.js.map %%WWWDIR%%/dijit/_editor/selection.js.uncompressed.js %%WWWDIR%%/dijit/_tree/dndSource.js +%%WWWDIR%%/dijit/_tree/dndSource.js.consoleStripped.js +%%WWWDIR%%/dijit/_tree/dndSource.js.map %%WWWDIR%%/dijit/_tree/dndSource.js.uncompressed.js %%WWWDIR%%/dijit/a11y.js +%%WWWDIR%%/dijit/a11y.js.consoleStripped.js +%%WWWDIR%%/dijit/a11y.js.map %%WWWDIR%%/dijit/a11y.js.uncompressed.js %%WWWDIR%%/dijit/a11yclick.js +%%WWWDIR%%/dijit/a11yclick.js.consoleStripped.js +%%WWWDIR%%/dijit/a11yclick.js.map %%WWWDIR%%/dijit/a11yclick.js.uncompressed.js %%WWWDIR%%/dijit/bower.json %%WWWDIR%%/dijit/dijit-all.js @@ -410,342 +810,680 @@ %%WWWDIR%%/dijit/dijit.js.uncompressed.js %%WWWDIR%%/dijit/dijit.profile.js %%WWWDIR%%/dijit/focus.js +%%WWWDIR%%/dijit/focus.js.consoleStripped.js +%%WWWDIR%%/dijit/focus.js.map %%WWWDIR%%/dijit/focus.js.uncompressed.js %%WWWDIR%%/dijit/form/Button.js +%%WWWDIR%%/dijit/form/Button.js.consoleStripped.js +%%WWWDIR%%/dijit/form/Button.js.map %%WWWDIR%%/dijit/form/Button.js.uncompressed.js %%WWWDIR%%/dijit/form/CheckBox.js +%%WWWDIR%%/dijit/form/CheckBox.js.consoleStripped.js +%%WWWDIR%%/dijit/form/CheckBox.js.map %%WWWDIR%%/dijit/form/CheckBox.js.uncompressed.js %%WWWDIR%%/dijit/form/ComboBox.js +%%WWWDIR%%/dijit/form/ComboBox.js.consoleStripped.js +%%WWWDIR%%/dijit/form/ComboBox.js.map %%WWWDIR%%/dijit/form/ComboBox.js.uncompressed.js %%WWWDIR%%/dijit/form/ComboBoxMixin.js +%%WWWDIR%%/dijit/form/ComboBoxMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/form/ComboBoxMixin.js.map %%WWWDIR%%/dijit/form/ComboBoxMixin.js.uncompressed.js %%WWWDIR%%/dijit/form/ComboButton.js +%%WWWDIR%%/dijit/form/ComboButton.js.consoleStripped.js +%%WWWDIR%%/dijit/form/ComboButton.js.map %%WWWDIR%%/dijit/form/ComboButton.js.uncompressed.js %%WWWDIR%%/dijit/form/CurrencyTextBox.js +%%WWWDIR%%/dijit/form/CurrencyTextBox.js.consoleStripped.js +%%WWWDIR%%/dijit/form/CurrencyTextBox.js.map %%WWWDIR%%/dijit/form/CurrencyTextBox.js.uncompressed.js %%WWWDIR%%/dijit/form/DataList.js +%%WWWDIR%%/dijit/form/DataList.js.consoleStripped.js +%%WWWDIR%%/dijit/form/DataList.js.map %%WWWDIR%%/dijit/form/DataList.js.uncompressed.js %%WWWDIR%%/dijit/form/DateTextBox.js +%%WWWDIR%%/dijit/form/DateTextBox.js.consoleStripped.js +%%WWWDIR%%/dijit/form/DateTextBox.js.map %%WWWDIR%%/dijit/form/DateTextBox.js.uncompressed.js %%WWWDIR%%/dijit/form/DropDownButton.js +%%WWWDIR%%/dijit/form/DropDownButton.js.consoleStripped.js +%%WWWDIR%%/dijit/form/DropDownButton.js.map %%WWWDIR%%/dijit/form/DropDownButton.js.uncompressed.js %%WWWDIR%%/dijit/form/FilteringSelect.js +%%WWWDIR%%/dijit/form/FilteringSelect.js.consoleStripped.js +%%WWWDIR%%/dijit/form/FilteringSelect.js.map %%WWWDIR%%/dijit/form/FilteringSelect.js.uncompressed.js %%WWWDIR%%/dijit/form/Form.js +%%WWWDIR%%/dijit/form/Form.js.consoleStripped.js +%%WWWDIR%%/dijit/form/Form.js.map %%WWWDIR%%/dijit/form/Form.js.uncompressed.js %%WWWDIR%%/dijit/form/HorizontalRule.js +%%WWWDIR%%/dijit/form/HorizontalRule.js.consoleStripped.js +%%WWWDIR%%/dijit/form/HorizontalRule.js.map %%WWWDIR%%/dijit/form/HorizontalRule.js.uncompressed.js %%WWWDIR%%/dijit/form/HorizontalRuleLabels.js +%%WWWDIR%%/dijit/form/HorizontalRuleLabels.js.consoleStripped.js +%%WWWDIR%%/dijit/form/HorizontalRuleLabels.js.map %%WWWDIR%%/dijit/form/HorizontalRuleLabels.js.uncompressed.js %%WWWDIR%%/dijit/form/HorizontalSlider.js +%%WWWDIR%%/dijit/form/HorizontalSlider.js.consoleStripped.js +%%WWWDIR%%/dijit/form/HorizontalSlider.js.map %%WWWDIR%%/dijit/form/HorizontalSlider.js.uncompressed.js %%WWWDIR%%/dijit/form/MappedTextBox.js +%%WWWDIR%%/dijit/form/MappedTextBox.js.consoleStripped.js +%%WWWDIR%%/dijit/form/MappedTextBox.js.map %%WWWDIR%%/dijit/form/MappedTextBox.js.uncompressed.js %%WWWDIR%%/dijit/form/MultiSelect.js +%%WWWDIR%%/dijit/form/MultiSelect.js.consoleStripped.js +%%WWWDIR%%/dijit/form/MultiSelect.js.map %%WWWDIR%%/dijit/form/MultiSelect.js.uncompressed.js %%WWWDIR%%/dijit/form/NumberSpinner.js +%%WWWDIR%%/dijit/form/NumberSpinner.js.consoleStripped.js +%%WWWDIR%%/dijit/form/NumberSpinner.js.map %%WWWDIR%%/dijit/form/NumberSpinner.js.uncompressed.js %%WWWDIR%%/dijit/form/NumberTextBox.js +%%WWWDIR%%/dijit/form/NumberTextBox.js.consoleStripped.js +%%WWWDIR%%/dijit/form/NumberTextBox.js.map %%WWWDIR%%/dijit/form/NumberTextBox.js.uncompressed.js %%WWWDIR%%/dijit/form/RadioButton.js +%%WWWDIR%%/dijit/form/RadioButton.js.consoleStripped.js +%%WWWDIR%%/dijit/form/RadioButton.js.map %%WWWDIR%%/dijit/form/RadioButton.js.uncompressed.js %%WWWDIR%%/dijit/form/RangeBoundTextBox.js +%%WWWDIR%%/dijit/form/RangeBoundTextBox.js.consoleStripped.js +%%WWWDIR%%/dijit/form/RangeBoundTextBox.js.map %%WWWDIR%%/dijit/form/RangeBoundTextBox.js.uncompressed.js %%WWWDIR%%/dijit/form/Select.js +%%WWWDIR%%/dijit/form/Select.js.consoleStripped.js +%%WWWDIR%%/dijit/form/Select.js.map %%WWWDIR%%/dijit/form/Select.js.uncompressed.js %%WWWDIR%%/dijit/form/SimpleTextarea.js +%%WWWDIR%%/dijit/form/SimpleTextarea.js.consoleStripped.js +%%WWWDIR%%/dijit/form/SimpleTextarea.js.map %%WWWDIR%%/dijit/form/SimpleTextarea.js.uncompressed.js %%WWWDIR%%/dijit/form/Slider.js +%%WWWDIR%%/dijit/form/Slider.js.consoleStripped.js +%%WWWDIR%%/dijit/form/Slider.js.map %%WWWDIR%%/dijit/form/Slider.js.uncompressed.js %%WWWDIR%%/dijit/form/TextBox.js +%%WWWDIR%%/dijit/form/TextBox.js.consoleStripped.js +%%WWWDIR%%/dijit/form/TextBox.js.map %%WWWDIR%%/dijit/form/TextBox.js.uncompressed.js %%WWWDIR%%/dijit/form/Textarea.js +%%WWWDIR%%/dijit/form/Textarea.js.consoleStripped.js +%%WWWDIR%%/dijit/form/Textarea.js.map %%WWWDIR%%/dijit/form/Textarea.js.uncompressed.js %%WWWDIR%%/dijit/form/TimeTextBox.js +%%WWWDIR%%/dijit/form/TimeTextBox.js.consoleStripped.js +%%WWWDIR%%/dijit/form/TimeTextBox.js.map %%WWWDIR%%/dijit/form/TimeTextBox.js.uncompressed.js %%WWWDIR%%/dijit/form/ToggleButton.js +%%WWWDIR%%/dijit/form/ToggleButton.js.consoleStripped.js +%%WWWDIR%%/dijit/form/ToggleButton.js.map %%WWWDIR%%/dijit/form/ToggleButton.js.uncompressed.js %%WWWDIR%%/dijit/form/ValidationTextBox.js +%%WWWDIR%%/dijit/form/ValidationTextBox.js.consoleStripped.js +%%WWWDIR%%/dijit/form/ValidationTextBox.js.map %%WWWDIR%%/dijit/form/ValidationTextBox.js.uncompressed.js %%WWWDIR%%/dijit/form/VerticalRule.js +%%WWWDIR%%/dijit/form/VerticalRule.js.consoleStripped.js +%%WWWDIR%%/dijit/form/VerticalRule.js.map %%WWWDIR%%/dijit/form/VerticalRule.js.uncompressed.js %%WWWDIR%%/dijit/form/VerticalRuleLabels.js +%%WWWDIR%%/dijit/form/VerticalRuleLabels.js.consoleStripped.js +%%WWWDIR%%/dijit/form/VerticalRuleLabels.js.map %%WWWDIR%%/dijit/form/VerticalRuleLabels.js.uncompressed.js %%WWWDIR%%/dijit/form/VerticalSlider.js +%%WWWDIR%%/dijit/form/VerticalSlider.js.consoleStripped.js +%%WWWDIR%%/dijit/form/VerticalSlider.js.map %%WWWDIR%%/dijit/form/VerticalSlider.js.uncompressed.js %%WWWDIR%%/dijit/form/_AutoCompleterMixin.js +%%WWWDIR%%/dijit/form/_AutoCompleterMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/form/_AutoCompleterMixin.js.map %%WWWDIR%%/dijit/form/_AutoCompleterMixin.js.uncompressed.js %%WWWDIR%%/dijit/form/_ButtonMixin.js +%%WWWDIR%%/dijit/form/_ButtonMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/form/_ButtonMixin.js.map %%WWWDIR%%/dijit/form/_ButtonMixin.js.uncompressed.js %%WWWDIR%%/dijit/form/_CheckBoxMixin.js +%%WWWDIR%%/dijit/form/_CheckBoxMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/form/_CheckBoxMixin.js.map %%WWWDIR%%/dijit/form/_CheckBoxMixin.js.uncompressed.js %%WWWDIR%%/dijit/form/_ComboBoxMenu.js +%%WWWDIR%%/dijit/form/_ComboBoxMenu.js.consoleStripped.js +%%WWWDIR%%/dijit/form/_ComboBoxMenu.js.map %%WWWDIR%%/dijit/form/_ComboBoxMenu.js.uncompressed.js %%WWWDIR%%/dijit/form/_ComboBoxMenuMixin.js +%%WWWDIR%%/dijit/form/_ComboBoxMenuMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/form/_ComboBoxMenuMixin.js.map %%WWWDIR%%/dijit/form/_ComboBoxMenuMixin.js.uncompressed.js %%WWWDIR%%/dijit/form/_DateTimeTextBox.js +%%WWWDIR%%/dijit/form/_DateTimeTextBox.js.consoleStripped.js +%%WWWDIR%%/dijit/form/_DateTimeTextBox.js.map %%WWWDIR%%/dijit/form/_DateTimeTextBox.js.uncompressed.js %%WWWDIR%%/dijit/form/_ExpandingTextAreaMixin.js +%%WWWDIR%%/dijit/form/_ExpandingTextAreaMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/form/_ExpandingTextAreaMixin.js.map %%WWWDIR%%/dijit/form/_ExpandingTextAreaMixin.js.uncompressed.js %%WWWDIR%%/dijit/form/_FormMixin.js +%%WWWDIR%%/dijit/form/_FormMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/form/_FormMixin.js.map %%WWWDIR%%/dijit/form/_FormMixin.js.uncompressed.js %%WWWDIR%%/dijit/form/_FormSelectWidget.js +%%WWWDIR%%/dijit/form/_FormSelectWidget.js.consoleStripped.js +%%WWWDIR%%/dijit/form/_FormSelectWidget.js.map %%WWWDIR%%/dijit/form/_FormSelectWidget.js.uncompressed.js %%WWWDIR%%/dijit/form/_FormValueMixin.js +%%WWWDIR%%/dijit/form/_FormValueMixin.js.consoleStripped.js +%%WWWDIR%%/dijit/form/_FormValueMixin.js.map *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Oct 2 20:03:35 2017 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 D0E76E26856; Mon, 2 Oct 2017 20:03:35 +0000 (UTC) (envelope-from wg@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 9D2A575FA9; Mon, 2 Oct 2017 20:03:35 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92K3YYU017680; Mon, 2 Oct 2017 20:03:34 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92K3Y3J017678; Mon, 2 Oct 2017 20:03:34 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201710022003.v92K3Y3J017678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 2 Oct 2017 20:03:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451099 - head/multimedia/py-guessit X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: head/multimedia/py-guessit X-SVN-Commit-Revision: 451099 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 20:03:35 -0000 Author: wg Date: Mon Oct 2 20:03:34 2017 New Revision: 451099 URL: https://svnweb.freebsd.org/changeset/ports/451099 Log: multimedia/py-guessit: update to 2.1.4 PR: 221147 Submitted by: Andrej Ebert Modified: head/multimedia/py-guessit/Makefile head/multimedia/py-guessit/distinfo Modified: head/multimedia/py-guessit/Makefile ============================================================================== --- head/multimedia/py-guessit/Makefile Mon Oct 2 19:51:50 2017 (r451098) +++ head/multimedia/py-guessit/Makefile Mon Oct 2 20:03:34 2017 (r451099) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guessit -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.4 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}babelfish>=0.5.5:devel/py-babelfish \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}rebulk>=0.8.2:devel/py-rebulk + ${PYTHON_PKGNAMEPREFIX}rebulk>=0.9.0:devel/py-rebulk USES= python USE_PYTHON= distutils autoplist Modified: head/multimedia/py-guessit/distinfo ============================================================================== --- head/multimedia/py-guessit/distinfo Mon Oct 2 19:51:50 2017 (r451098) +++ head/multimedia/py-guessit/distinfo Mon Oct 2 20:03:34 2017 (r451099) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486974566 -SHA256 (guessit-2.1.1.tar.gz) = cdb51ced109e05318f35dc5ee1c50182a85edd800e86de77ec96eb68a0a99391 -SIZE (guessit-2.1.1.tar.gz) = 86447 +TIMESTAMP = 1506945768 +SHA256 (guessit-2.1.4.tar.gz) = 90e6f9fb49246ad27f34f8b9984357e22562ccc3059241cbc08b4fac1d401c56 +SIZE (guessit-2.1.4.tar.gz) = 102907 From owner-svn-ports-all@freebsd.org Mon Oct 2 20:04:42 2017 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 96D33E268C5; Mon, 2 Oct 2017 20:04:42 +0000 (UTC) (envelope-from jpaetzel@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 61E0A76102; Mon, 2 Oct 2017 20:04:42 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92K4fpA017838; Mon, 2 Oct 2017 20:04:41 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92K4fbx017837; Mon, 2 Oct 2017 20:04:41 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201710022004.v92K4fbx017837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Mon, 2 Oct 2017 20:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451100 - head/emulators/open-vm-tools X-SVN-Group: ports-head X-SVN-Commit-Author: jpaetzel X-SVN-Commit-Paths: head/emulators/open-vm-tools X-SVN-Commit-Revision: 451100 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 20:04:42 -0000 Author: jpaetzel Date: Mon Oct 2 20:04:41 2017 New Revision: 451100 URL: https://svnweb.freebsd.org/changeset/ports/451100 Log: Remove external ICU dependancy MFH: 2017Q4 Modified: head/emulators/open-vm-tools/Makefile Modified: head/emulators/open-vm-tools/Makefile ============================================================================== --- head/emulators/open-vm-tools/Makefile Mon Oct 2 20:03:34 2017 (r451099) +++ head/emulators/open-vm-tools/Makefile Mon Oct 2 20:04:41 2017 (r451100) @@ -4,7 +4,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} DISTVERSIONPREFIX= stable- -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= emulators @@ -23,8 +23,8 @@ LIB_DEPENDS= libmspack.so:archivers/libmspack \ RELEASE_VER= 10.1.10 BUILD_VER= 6082533 -OPTIONS_DEFINE= DNET ICU LIBNOTIFY OPENSSL X11 -OPTIONS_DEFAULT= DNET ICU LIBNOTIFY OPENSSL X11 +OPTIONS_DEFINE= DNET LIBNOTIFY OPENSSL X11 +OPTIONS_DEFAULT= DNET LIBNOTIFY OPENSSL X11 OPTIONS_SUB= @@ -39,8 +39,6 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig LIBNOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify DNET_CONFIGURE_WITH= dnet DNET_LIB_DEPENDS= libdnet.so:net/libdnet -ICU_CONFIGURE_WITH= icu -ICU_LIB_DEPENDS= libicuuc.so:devel/icu OPENSSL_CONFIGURE_WITH= ssl WRKSRC_SUBDIR= open-vm-tools @@ -57,7 +55,7 @@ CPPFLAGS+= -Wno-deprecated-declarations SSP_UNSAFE= kernel module does not support ssp -CONFIGURE_ARGS+= --disable-grabbitmqproxy \ +CONFIGURE_ARGS+= --disable-grabbitmqproxy --without-icu \ --disable-vgauth --without-procps \ --sysconfdir=${PREFIX}/etc From owner-svn-ports-all@freebsd.org Mon Oct 2 21:20:18 2017 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 F1FF7E27F73; Mon, 2 Oct 2017 21:20:18 +0000 (UTC) (envelope-from gerald@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 A83C07C1AA; Mon, 2 Oct 2017 21:20:18 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92LKHNd046878; Mon, 2 Oct 2017 21:20:17 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92LKHbs046876; Mon, 2 Oct 2017 21:20:17 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201710022120.v92LKHbs046876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 2 Oct 2017 21:20:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451101 - head/lang/gcc8-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc8-devel X-SVN-Commit-Revision: 451101 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 21:20:19 -0000 Author: gerald Date: Mon Oct 2 21:20:17 2017 New Revision: 451101 URL: https://svnweb.freebsd.org/changeset/ports/451101 Log: Update to the 20171001 snapshot of GCC 8. Modified: head/lang/gcc8-devel/Makefile head/lang/gcc8-devel/distinfo Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Mon Oct 2 20:04:41 2017 (r451100) +++ head/lang/gcc8-devel/Makefile Mon Oct 2 21:20:17 2017 (r451101) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.0.0.s20170924 +PORTVERSION= 8.0.0.s20171001 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc8-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Mon Oct 2 20:04:41 2017 (r451100) +++ head/lang/gcc8-devel/distinfo Mon Oct 2 21:20:17 2017 (r451101) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506371295 -SHA256 (gcc-8-20170924.tar.xz) = ea9c453e008f2fcca9e3defb4b79b2a9bf58aa251771cae5f2472cd9a9a5d1b3 -SIZE (gcc-8-20170924.tar.xz) = 60085872 +TIMESTAMP = 1506976053 +SHA256 (gcc-8-20171001.tar.xz) = 788649849b8765b296c150e396055bb5b000c803182d9390db34f94f8aa341d8 +SIZE (gcc-8-20171001.tar.xz) = 60144364 From owner-svn-ports-all@freebsd.org Mon Oct 2 22:45:02 2017 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 C68F4E2946C; Mon, 2 Oct 2017 22:45:02 +0000 (UTC) (envelope-from gerald@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 88A127E54E; Mon, 2 Oct 2017 22:45:02 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92Mj15Y083558; Mon, 2 Oct 2017 22:45:01 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92Mj1Wu083557; Mon, 2 Oct 2017 22:45:01 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201710022245.v92Mj1Wu083557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 2 Oct 2017 22:45:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451102 - head/lang/gcc7 X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc7 X-SVN-Commit-Revision: 451102 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 22:45:02 -0000 Author: gerald Date: Mon Oct 2 22:45:01 2017 New Revision: 451102 URL: https://svnweb.freebsd.org/changeset/ports/451102 Log: Add a conflict with the lang/gcc7-devel port as we've had it in lang/gcc5 (for lang/gcc5-devel) for a fair while. Bump PORTREVISION. Modified: head/lang/gcc7/Makefile Modified: head/lang/gcc7/Makefile ============================================================================== --- head/lang/gcc7/Makefile Mon Oct 2 21:20:17 2017 (r451101) +++ head/lang/gcc7/Makefile Mon Oct 2 22:45:01 2017 (r451102) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 7.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -25,6 +25,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils .if defined(MAINTAINER_MODE) BUILD_DEPENDS+= runtest:misc/dejagnu .endif + +CONFLICTS= gcc7-devel-7.* CPE_VENDOR= gnu From owner-svn-ports-all@freebsd.org Mon Oct 2 23:31:36 2017 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 A2F90E2A0C4; Mon, 2 Oct 2017 23:31:36 +0000 (UTC) (envelope-from glebius@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 71D1E7FBD8; Mon, 2 Oct 2017 23:31:36 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92NVZ5k000441; Mon, 2 Oct 2017 23:31:35 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92NVZth000439; Mon, 2 Oct 2017 23:31:35 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201710022331.v92NVZth000439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Mon, 2 Oct 2017 23:31:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451103 - in head/sysutils/lsof: . files X-SVN-Group: ports-head X-SVN-Commit-Author: glebius X-SVN-Commit-Paths: in head/sysutils/lsof: . files X-SVN-Commit-Revision: 451103 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 23:31:36 -0000 Author: glebius (src committer) Date: Mon Oct 2 23:31:35 2017 New Revision: 451103 URL: https://svnweb.freebsd.org/changeset/ports/451103 Log: Fix lsof build after src r324225. Added: head/sysutils/lsof/files/patch-dlsof.h (contents, props changed) Modified: head/sysutils/lsof/Makefile Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Mon Oct 2 22:45:01 2017 (r451102) +++ head/sysutils/lsof/Makefile Mon Oct 2 23:31:35 2017 (r451103) @@ -4,6 +4,7 @@ PORTNAME= lsof DISTVERSION= 4.90P PORTEPOCH= 8 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ Added: head/sysutils/lsof/files/patch-dlsof.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsof/files/patch-dlsof.h Mon Oct 2 23:31:35 2017 (r451103) @@ -0,0 +1,13 @@ +--- dialects/freebsd/dlsof.h.orig 2017-09-15 15:56:37.973983000 -0700 ++++ dialects/freebsd/dlsof.h 2017-09-15 15:57:27.970424000 -0700 +@@ -142,8 +142,10 @@ + #include + #include + #include ++#define _WANT_SOCKET /* for FreeBSD 12 and above */ + #include + #include ++#define _WANT_UNPCB /* for FreeBSD 12 and above */ + #include + + # if FREEBSDV>=3000 From owner-svn-ports-all@freebsd.org Mon Oct 2 23:47:44 2017 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 157F4E2A55A; Mon, 2 Oct 2017 23:47:44 +0000 (UTC) (envelope-from dvl@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 E47B580321; Mon, 2 Oct 2017 23:47:43 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92NlhB2008433; Mon, 2 Oct 2017 23:47:43 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92Nlho2008431; Mon, 2 Oct 2017 23:47:43 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201710022347.v92Nlho2008431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 2 Oct 2017 23:47:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451104 - head/databases/mantis X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/databases/mantis X-SVN-Commit-Revision: 451104 X-SVN-Commit-Repository: ports 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.23 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: Mon, 02 Oct 2017 23:47:44 -0000 Author: dvl Date: Mon Oct 2 23:47:42 2017 New Revision: 451104 URL: https://svnweb.freebsd.org/changeset/ports/451104 Log: Upgrade to 2.6.0 Modified: head/databases/mantis/Makefile head/databases/mantis/distinfo Modified: head/databases/mantis/Makefile ============================================================================== --- head/databases/mantis/Makefile Mon Oct 2 23:31:35 2017 (r451103) +++ head/databases/mantis/Makefile Mon Oct 2 23:47:42 2017 (r451104) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mantis -PORTVERSION= 2.5.1 +PORTVERSION= 2.6.0 CATEGORIES= databases www MAINTAINER= ports@FreeBSD.org Modified: head/databases/mantis/distinfo ============================================================================== --- head/databases/mantis/distinfo Mon Oct 2 23:31:35 2017 (r451103) +++ head/databases/mantis/distinfo Mon Oct 2 23:47:42 2017 (r451104) @@ -1,6 +1,6 @@ -TIMESTAMP = 1501075956 -SHA256 (mantisbt-mantisbt-2.5.1-063cce6182568cf2eba81e3ca59cdd67606e7bab_GH0.tar.gz) = 22c221478380f3cafc9d5ccdaa3916b7826327750ebf75b746b324b77df40855 -SIZE (mantisbt-mantisbt-2.5.1-063cce6182568cf2eba81e3ca59cdd67606e7bab_GH0.tar.gz) = 4523391 +TIMESTAMP = 1506987384 +SHA256 (mantisbt-mantisbt-2.6.0-063cce6182568cf2eba81e3ca59cdd67606e7bab_GH0.tar.gz) = 22c221478380f3cafc9d5ccdaa3916b7826327750ebf75b746b324b77df40855 +SIZE (mantisbt-mantisbt-2.6.0-063cce6182568cf2eba81e3ca59cdd67606e7bab_GH0.tar.gz) = 4523391 SHA256 (mantisbt-swagger-ui-0beaf61f94c3e6359ee0cdaf7b23ad4b365d761f_GH0.tar.gz) = 5c67f724da6d2daa8931920b82f92319098badc47b57848c385a942a1420bdf4 SIZE (mantisbt-swagger-ui-0beaf61f94c3e6359ee0cdaf7b23ad4b365d761f_GH0.tar.gz) = 1401641 SHA256 (mantisbt-ADOdb-cc2c13e337f1441e3aa1e17497722c1cd98b281b_GH0.tar.gz) = a9334857b2dfefb42273f5296ef89166e6d65fcca26857702bce579ba1add102 @@ -13,37 +13,3 @@ SHA256 (mantisbt-PHPMailer-e066a6277ad41fcfdb8d3b8536a SIZE (mantisbt-PHPMailer-e066a6277ad41fcfdb8d3b8536aaa55ec9b6399b_GH0.tar.gz) = 92355 SHA256 (mantisbt-securimage-65d446e137db4fe84e7f7edb9e7b06fce521a63b_GH0.tar.gz) = 490a47dd550e20de5a8f1f4841e55803232ab5716e502cc1e292cdc7dc52af30 SIZE (mantisbt-securimage-65d446e137db4fe84e7f7edb9e7b06fce521a63b_GH0.tar.gz) = 7590715 -SHA256 (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 7c9a2d08d98854c40e53ec5ae90aa84ea3849843e5dec8fceefd4cbfba6d4c88 -SIZE (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 42861 -SHA256 (mantisbt-plugins-Announce-b9459924d88b8a9503d6ee9c37045d857d7da57e_GH0.tar.gz) = 7427ae79986cc922b51263142b4f0a3427641492259ffe99d995ddf868ede7c4 -SIZE (mantisbt-plugins-Announce-b9459924d88b8a9503d6ee9c37045d857d7da57e_GH0.tar.gz) = 146279 -SHA256 (mantisbt-plugins-MantisBT-Colorized-f43dc4cc36e8851f8df1797116f904ccf5f1689d_GH0.tar.gz) = d4ca823fdcef233f041a2ab590d7b2c9e7e9209d2f92f07749967b564b128418 -SIZE (mantisbt-plugins-MantisBT-Colorized-f43dc4cc36e8851f8df1797116f904ccf5f1689d_GH0.tar.gz) = 260775 -SHA256 (mantisbt-plugins-CustomReporter-e9658eac2aa6c7e37609578e1d8bd676d22a3770_GH0.tar.gz) = 867156531e1ad67a467cfd7ef5456c2f18098dc8c9c711a636f3c7b612f64134 -SIZE (mantisbt-plugins-CustomReporter-e9658eac2aa6c7e37609578e1d8bd676d22a3770_GH0.tar.gz) = 15727 -SHA256 (mantisbt-plugins-EmailReporting-bcee020b3ce4bf91678a3f48d213660cf9902968_GH0.tar.gz) = 412446e1b8660045845d0dfb60167e15b97bc046ad81ff20e34e640dea34a664 -SIZE (mantisbt-plugins-EmailReporting-bcee020b3ce4bf91678a3f48d213660cf9902968_GH0.tar.gz) = 170934 -SHA256 (mantisbt-plugins-EventLog-74fd03cf85a32088a0206bc73bb14ddbd148aed2_GH0.tar.gz) = ee0d3fccfce3cc63b597d59e46067dd8f511014cee8b308763e5ed900753673d -SIZE (mantisbt-plugins-EventLog-74fd03cf85a32088a0206bc73bb14ddbd148aed2_GH0.tar.gz) = 264064 -SHA256 (mantisbt-plugins-FilterBugList-4de5242dcf3ced656cffbf14776ce41089c07e49_GH0.tar.gz) = ef30ffa35e3e40e6a9da494e9ce6b556510212588b66e8712661d3f5da27e24c -SIZE (mantisbt-plugins-FilterBugList-4de5242dcf3ced656cffbf14776ce41089c07e49_GH0.tar.gz) = 3172 -SHA256 (mantisbt-plugins-JqueryChosen-dc305e987ea3693bb92d22545ba23f3fc44d04c3_GH0.tar.gz) = 070cadc956689e6357af43a251e1d6fd703fa2612c8dee45c61e6e29e456d15e -SIZE (mantisbt-plugins-JqueryChosen-dc305e987ea3693bb92d22545ba23f3fc44d04c3_GH0.tar.gz) = 50254 -SHA256 (mantisbt-plugins-jQuery-UI-ca77afa51166658b469dd11bfff7713485935bda_GH0.tar.gz) = 39281ee9847ae9100c7fcfe9453e3ce860983c2de2f4a549f10117ab3e0d2be5 -SIZE (mantisbt-plugins-jQuery-UI-ca77afa51166658b469dd11bfff7713485935bda_GH0.tar.gz) = 127397 -SHA256 (mantisbt-plugins-Lightbox-f8220ba689378054ca433f718d909dc41a803def_GH0.tar.gz) = 4ad7f432feffb9f793781b06465fe63e84997b5665a73e15d423b0b45bafa925 -SIZE (mantisbt-plugins-Lightbox-f8220ba689378054ca433f718d909dc41a803def_GH0.tar.gz) = 29920 -SHA256 (mantisbt-plugins-piwik-a2dba46836bdc07a80b8040e889ba0606f97415e_GH0.tar.gz) = b0ea772a6779bba9f94560d6eb3cb4169484446bf10fdcde4292706e6798b2f1 -SIZE (mantisbt-plugins-piwik-a2dba46836bdc07a80b8040e889ba0606f97415e_GH0.tar.gz) = 2898 -SHA256 (mantisbt-plugins-SampleAuth-34856715f49a5c273f33e094c759c0e0b52b3912_GH0.tar.gz) = 0b469ad79ffb792e4fc9cbcc5d48266c686be20de3f0cd6986bf43893deca1c3 -SIZE (mantisbt-plugins-SampleAuth-34856715f49a5c273f33e094c759c0e0b52b3912_GH0.tar.gz) = 197029 -SHA256 (mantisbt-plugins-Slack-b054ea2446f7ac8cf9487cf72a9d9b7bca46f350_GH0.tar.gz) = 14ebf649ef6d16edcc370c44fb601765acfd80fb26a745e04f3fe8411705f24d -SIZE (mantisbt-plugins-Slack-b054ea2446f7ac8cf9487cf72a9d9b7bca46f350_GH0.tar.gz) = 26874 -SHA256 (mantisbt-plugins-snippets-ae08cb9845ad8a206dff7b4cad8c3dd7ffe611a5_GH0.tar.gz) = a1f01085cbb0bbc8c5359016b6ff3e6d7027ea5ea3f5548e49f58bca1e37751b -SIZE (mantisbt-plugins-snippets-ae08cb9845ad8a206dff7b4cad8c3dd7ffe611a5_GH0.tar.gz) = 13661 -SHA256 (mantisbt-plugins-source-integration-5aec11023a9c242a67f2255e24b4377d28c6a4f4_GH0.tar.gz) = b8d5924cc91bde642bff76e51ef0802f4c944ebba0450926ef9c9f192f2ff584 -SIZE (mantisbt-plugins-source-integration-5aec11023a9c242a67f2255e24b4377d28c6a4f4_GH0.tar.gz) = 102817 -SHA256 (mantisbt-plugins-Taskodrome-c9bc06c0d7fcf8683f2534263a117970ee4e418d_GH0.tar.gz) = 105efa7fe51cd182dcaa9d59fe8e8cc9e56a212f3f5036382e5835b63cbbf61e -SIZE (mantisbt-plugins-Taskodrome-c9bc06c0d7fcf8683f2534263a117970ee4e418d_GH0.tar.gz) = 14524911 -SHA256 (mantisbt-plugins-timetracking-990ce27aba9a6f79fdfbe10f71c7b60c7b8cbe26_GH0.tar.gz) = a33ff4326e33a72e3816fea02fc24ff187eb8ec544f04590b111f7a930a963b5 -SIZE (mantisbt-plugins-timetracking-990ce27aba9a6f79fdfbe10f71c7b60c7b8cbe26_GH0.tar.gz) = 12864 From owner-svn-ports-all@freebsd.org Tue Oct 3 01:38:52 2017 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 DEF9FE2C92E; Tue, 3 Oct 2017 01:38:52 +0000 (UTC) (envelope-from araujo@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 AE2A6832E3; Tue, 3 Oct 2017 01:38:52 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v931cp5D053111; Tue, 3 Oct 2017 01:38:51 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v931cpXI053109; Tue, 3 Oct 2017 01:38:51 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201710030138.v931cpXI053109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Tue, 3 Oct 2017 01:38:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451105 - head/www/youtube_dl X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/www/youtube_dl X-SVN-Commit-Revision: 451105 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 01:38:53 -0000 Author: araujo Date: Tue Oct 3 01:38:51 2017 New Revision: 451105 URL: https://svnweb.freebsd.org/changeset/ports/451105 Log: Update to 2017.10.01. Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Mon Oct 2 23:47:42 2017 (r451104) +++ head/www/youtube_dl/Makefile Tue Oct 3 01:38:51 2017 (r451105) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2017.07.30.1 +PORTVERSION= 2017.10.01 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Mon Oct 2 23:47:42 2017 (r451104) +++ head/www/youtube_dl/distinfo Tue Oct 3 01:38:51 2017 (r451105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501581075 -SHA256 (youtube-dl-2017.07.30.1.tar.gz) = 4701c7533cced9b10d281031e0f7a95a60e5d38e5a4fd368b410c16e402b36d4 -SIZE (youtube-dl-2017.07.30.1.tar.gz) = 2765732 +TIMESTAMP = 1506970842 +SHA256 (youtube-dl-2017.10.01.tar.gz) = 0b4f0e12b099c46ad47597764b10f45ceae3935834abf99d49ccd8cfb48dff10 +SIZE (youtube-dl-2017.10.01.tar.gz) = 2813364 From owner-svn-ports-all@freebsd.org Tue Oct 3 02:23:23 2017 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 5B5AAE2DCC5; Tue, 3 Oct 2017 02:23:23 +0000 (UTC) (envelope-from jmd@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 2A9F5A54; Tue, 3 Oct 2017 02:23:23 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v932NMCp073491; Tue, 3 Oct 2017 02:23:22 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v932NMaO073489; Tue, 3 Oct 2017 02:23:22 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201710030223.v932NMaO073489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Tue, 3 Oct 2017 02:23:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451106 - head/math/clblast X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/math/clblast X-SVN-Commit-Revision: 451106 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 02:23:23 -0000 Author: jmd Date: Tue Oct 3 02:23:22 2017 New Revision: 451106 URL: https://svnweb.freebsd.org/changeset/ports/451106 Log: math/clblast: Update to 1.1.0 release. Improvements include more GPUs supported by the included database and better tuners for unknown GPUs. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D12558 Modified: head/math/clblast/Makefile head/math/clblast/distinfo Modified: head/math/clblast/Makefile ============================================================================== --- head/math/clblast/Makefile Tue Oct 3 01:38:51 2017 (r451105) +++ head/math/clblast/Makefile Tue Oct 3 02:23:22 2017 (r451106) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clblast -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= math MAINTAINER= jmd@FreeBSD.org Modified: head/math/clblast/distinfo ============================================================================== --- head/math/clblast/distinfo Tue Oct 3 01:38:51 2017 (r451105) +++ head/math/clblast/distinfo Tue Oct 3 02:23:22 2017 (r451106) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501698637 -SHA256 (CNugteren-CLBlast-1.0.0_GH0.tar.gz) = 6cd32becf2f07ba3fff3c0bafa345ffce44b9b78c75f47e138fe549d3a1ea23e -SIZE (CNugteren-CLBlast-1.0.0_GH0.tar.gz) = 276789 +TIMESTAMP = 1506883955 +SHA256 (CNugteren-CLBlast-1.1.0_GH0.tar.gz) = ff8ec7abc39d880f48868791466d07a4ab8757921266d01e221ac3ca8956fc54 +SIZE (CNugteren-CLBlast-1.1.0_GH0.tar.gz) = 296173 From owner-svn-ports-all@freebsd.org Tue Oct 3 02:31:54 2017 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 AFA12E2DF70; Tue, 3 Oct 2017 02:31:54 +0000 (UTC) (envelope-from jbeich@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 7909EDE6; Tue, 3 Oct 2017 02:31:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v932Vr9c076078; Tue, 3 Oct 2017 02:31:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v932VrM4076074; Tue, 3 Oct 2017 02:31:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710030231.v932VrM4076074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 3 Oct 2017 02:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451107 - in head/mail: thunderbird thunderbird-i18n X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/mail: thunderbird thunderbird-i18n X-SVN-Commit-Revision: 451107 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 02:31:54 -0000 Author: jbeich Date: Tue Oct 3 02:31:53 2017 New Revision: 451107 URL: https://svnweb.freebsd.org/changeset/ports/451107 Log: mail/thunderbird: update to 52.4.0 Changes: https://www.mozilla.org/thunderbird/52.4.0/releasenotes/ Security: 1098a15b-b0f6-42b7-b5c7-8a8646e8be07 MFH: 2017Q4 2017Q3 Modified: head/mail/thunderbird-i18n/Makefile (contents, props changed) head/mail/thunderbird-i18n/distinfo (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/mail/thunderbird/distinfo (contents, props changed) Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Tue Oct 3 02:23:22 2017 (r451106) +++ head/mail/thunderbird-i18n/Makefile Tue Oct 3 02:31:53 2017 (r451107) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 52.3.0 +PORTVERSION= 52.4.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: head/mail/thunderbird-i18n/distinfo ============================================================================== --- head/mail/thunderbird-i18n/distinfo Tue Oct 3 02:23:22 2017 (r451106) +++ head/mail/thunderbird-i18n/distinfo Tue Oct 3 02:31:53 2017 (r451107) @@ -1,119 +1,119 @@ -TIMESTAMP = 1502795268 -SHA256 (xpi/thunderbird-i18n-52.3.0/ar.xpi) = a96dbaed8c14e113c2e2295422c4346ed97cbba349f6464532d4585ab6a5be88 -SIZE (xpi/thunderbird-i18n-52.3.0/ar.xpi) = 604235 -SHA256 (xpi/thunderbird-i18n-52.3.0/ast.xpi) = eb2614092cebafb0d326ac318bbd76d5e35a6865fe4f0be72bad871bc703584f -SIZE (xpi/thunderbird-i18n-52.3.0/ast.xpi) = 541173 -SHA256 (xpi/thunderbird-i18n-52.3.0/be.xpi) = b412a5cb7f2752d1d72325356b9d0fa124af03f29e45ceeafe3b0b9fc0c7e28b -SIZE (xpi/thunderbird-i18n-52.3.0/be.xpi) = 570932 -SHA256 (xpi/thunderbird-i18n-52.3.0/bg.xpi) = ff093e353378ae63727aca8b95578d89d369c6b86e48a030d893a9cd8ad77922 -SIZE (xpi/thunderbird-i18n-52.3.0/bg.xpi) = 634897 -SHA256 (xpi/thunderbird-i18n-52.3.0/bn-BD.xpi) = eaebfde95c33aafa0c7aa649fca093a25ed93db58e8fed3485589b9326806270 -SIZE (xpi/thunderbird-i18n-52.3.0/bn-BD.xpi) = 676900 -SHA256 (xpi/thunderbird-i18n-52.3.0/br.xpi) = 87819d6762d57ce02564ec3cdb195158eed635ba27a3165dfc862553f53f188a -SIZE (xpi/thunderbird-i18n-52.3.0/br.xpi) = 559380 -SHA256 (xpi/thunderbird-i18n-52.3.0/ca.xpi) = 9dffc936fd1dda855d19eb464ce01b22bfb667585b983b3c7b0a74ea10e298ce -SIZE (xpi/thunderbird-i18n-52.3.0/ca.xpi) = 569910 -SHA256 (xpi/thunderbird-i18n-52.3.0/cs.xpi) = eb0412f1fcf7a7c96e434d114d5763c56322317633bb8790dfa3362df03be870 -SIZE (xpi/thunderbird-i18n-52.3.0/cs.xpi) = 579150 -SHA256 (xpi/thunderbird-i18n-52.3.0/cy.xpi) = 1a000f677941f4c28186d4e58bf6df79f4d8a47e2a7a338005bad91604e8c388 -SIZE (xpi/thunderbird-i18n-52.3.0/cy.xpi) = 554858 -SHA256 (xpi/thunderbird-i18n-52.3.0/da.xpi) = 583fd8b1d6034739477cc5d935a766242b7d1e4bdb869545645f893d4d80cd70 -SIZE (xpi/thunderbird-i18n-52.3.0/da.xpi) = 543335 -SHA256 (xpi/thunderbird-i18n-52.3.0/de.xpi) = 48cf4ae0856b286f4f5788abcfec66b8817dbd836102236907e826cb2ed555b3 -SIZE (xpi/thunderbird-i18n-52.3.0/de.xpi) = 555744 -SHA256 (xpi/thunderbird-i18n-52.3.0/dsb.xpi) = 7e4333f45af142b59c401b303cd4111bd5e92a4f3a4aaf0a9287a224283087b3 -SIZE (xpi/thunderbird-i18n-52.3.0/dsb.xpi) = 584582 -SHA256 (xpi/thunderbird-i18n-52.3.0/el.xpi) = 554a62ec5d5ae4cca3d093273b8df7357b649f0b853a05714a7990667d1e8e7c -SIZE (xpi/thunderbird-i18n-52.3.0/el.xpi) = 662964 -SHA256 (xpi/thunderbird-i18n-52.3.0/en-GB.xpi) = 2cf73f099a49cba6301ac60da05e6bafa495e9363d6c0bf84caecc1a928bde8e -SIZE (xpi/thunderbird-i18n-52.3.0/en-GB.xpi) = 531234 -SHA256 (xpi/thunderbird-i18n-52.3.0/en-US.xpi) = fb145187f2917838897130f23159e6a643cd134aaea1278f0e968436cdf6c30c -SIZE (xpi/thunderbird-i18n-52.3.0/en-US.xpi) = 529123 -SHA256 (xpi/thunderbird-i18n-52.3.0/es-AR.xpi) = f4b32effba6b458346067eb3ccf1c0de6d30cc4170d0918b013e43cac476037f -SIZE (xpi/thunderbird-i18n-52.3.0/es-AR.xpi) = 565995 -SHA256 (xpi/thunderbird-i18n-52.3.0/es-ES.xpi) = ba01837ab8f6e520fab791c65b9897e7194e2297a073c9c1388e45f02f2cd9a4 -SIZE (xpi/thunderbird-i18n-52.3.0/es-ES.xpi) = 445464 -SHA256 (xpi/thunderbird-i18n-52.3.0/et.xpi) = 1fab98e403dae9cc5a890b5f36759e6c9c10c88d150f5c0d1fa97dc5f822b0df -SIZE (xpi/thunderbird-i18n-52.3.0/et.xpi) = 551661 -SHA256 (xpi/thunderbird-i18n-52.3.0/eu.xpi) = 891ca411246628ac63e41cc5e1316afcf9ace1c62eaf69e2a23777f24f4b2c29 -SIZE (xpi/thunderbird-i18n-52.3.0/eu.xpi) = 555537 -SHA256 (xpi/thunderbird-i18n-52.3.0/fi.xpi) = 83944d311d4230f8e17682f1a1248cab3713e7825b87ab0511d5293772c053bf -SIZE (xpi/thunderbird-i18n-52.3.0/fi.xpi) = 550669 -SHA256 (xpi/thunderbird-i18n-52.3.0/fr.xpi) = e9a81424c9af8e0fe21abc94deb53a20f83d6ec7f4484ae4ab2816cd4aa9022f -SIZE (xpi/thunderbird-i18n-52.3.0/fr.xpi) = 577561 -SHA256 (xpi/thunderbird-i18n-52.3.0/fy-NL.xpi) = 671f0d00c544b500b420375c385e8232354fe364f4e78dbf027ba319745ed61b -SIZE (xpi/thunderbird-i18n-52.3.0/fy-NL.xpi) = 563632 -SHA256 (xpi/thunderbird-i18n-52.3.0/ga-IE.xpi) = 5fbc249bff62b9cd732fd3ed26af3308ac25bb7ca71e5522e1b9213e22ff8e21 -SIZE (xpi/thunderbird-i18n-52.3.0/ga-IE.xpi) = 583556 -SHA256 (xpi/thunderbird-i18n-52.3.0/gd.xpi) = fc384ea05422569d075e13c8e4063fc613f37cec50e99a63deb8c0b88c12af8a -SIZE (xpi/thunderbird-i18n-52.3.0/gd.xpi) = 574065 -SHA256 (xpi/thunderbird-i18n-52.3.0/gl.xpi) = c4d9c4c7ab51985e265b7f4aaa9af7f7f798923dc9cc2796409cd912a437526e -SIZE (xpi/thunderbird-i18n-52.3.0/gl.xpi) = 575150 -SHA256 (xpi/thunderbird-i18n-52.3.0/he.xpi) = d9d6cc59c40257d7b4f47ffec7e0f8b7025f219ac08a45e5b30f645c68ebce9e -SIZE (xpi/thunderbird-i18n-52.3.0/he.xpi) = 592566 -SHA256 (xpi/thunderbird-i18n-52.3.0/hr.xpi) = a72bfb410e1a492a1f43cfa44b851b659d275a49ea930063c977501799f3367e -SIZE (xpi/thunderbird-i18n-52.3.0/hr.xpi) = 564779 -SHA256 (xpi/thunderbird-i18n-52.3.0/hsb.xpi) = d9972fe797d7b30b642ef8950dbccc81f8ef4f7230df6d9f49983528edbcac84 -SIZE (xpi/thunderbird-i18n-52.3.0/hsb.xpi) = 582241 -SHA256 (xpi/thunderbird-i18n-52.3.0/hu.xpi) = a10bb179def63b0795e871268396e8091583adaff141b06ae1ea84caf014814d -SIZE (xpi/thunderbird-i18n-52.3.0/hu.xpi) = 586446 -SHA256 (xpi/thunderbird-i18n-52.3.0/hy-AM.xpi) = b78d7432de20a474bcdbb847a35c60622ec48af5a9d17692b3d5d4b06514b9b5 -SIZE (xpi/thunderbird-i18n-52.3.0/hy-AM.xpi) = 629879 -SHA256 (xpi/thunderbird-i18n-52.3.0/id.xpi) = 06de6a7000509f8f1a9aaf1438a5ff1133a00b513a6ef868c861256463e7fff2 -SIZE (xpi/thunderbird-i18n-52.3.0/id.xpi) = 546526 -SHA256 (xpi/thunderbird-i18n-52.3.0/is.xpi) = 8dafb8e5fd1c967ce613893c12e553aca11d82a5880822e010941f7d02e3e457 -SIZE (xpi/thunderbird-i18n-52.3.0/is.xpi) = 555712 -SHA256 (xpi/thunderbird-i18n-52.3.0/it.xpi) = 3987ec1092b72806eddad880b5ee25d1fd930be2ade91c8277fca50de21f8322 -SIZE (xpi/thunderbird-i18n-52.3.0/it.xpi) = 455408 -SHA256 (xpi/thunderbird-i18n-52.3.0/ja.xpi) = 7024ed0f72065e103dc72c388162f4dba5102bcb96b2fb6384b46503fdc28057 -SIZE (xpi/thunderbird-i18n-52.3.0/ja.xpi) = 630053 -SHA256 (xpi/thunderbird-i18n-52.3.0/kab.xpi) = c4996d2ac0ca0622fc68af5154b5a8105156d72aacdbe8c971c6dcd169ae9647 -SIZE (xpi/thunderbird-i18n-52.3.0/kab.xpi) = 568691 -SHA256 (xpi/thunderbird-i18n-52.3.0/ko.xpi) = 816fbb26a0a21a88633b1ffd236a73c5fb31da5a21a28d3bfb9d4cb5f9c2b7c8 -SIZE (xpi/thunderbird-i18n-52.3.0/ko.xpi) = 595516 -SHA256 (xpi/thunderbird-i18n-52.3.0/lt.xpi) = a8505ea9138478c30e839fffe1949d63e536f2a812c2777a315a59f30bd1ddb2 -SIZE (xpi/thunderbird-i18n-52.3.0/lt.xpi) = 580598 -SHA256 (xpi/thunderbird-i18n-52.3.0/nb-NO.xpi) = c1c15dc37d85a4912ab467e9bf9aef814ae432eff338032b41c1fd49eae13010 -SIZE (xpi/thunderbird-i18n-52.3.0/nb-NO.xpi) = 551104 -SHA256 (xpi/thunderbird-i18n-52.3.0/nl.xpi) = c713a6dbeebb1c8dd77634dfba6b7dda3b422fb28a55329e2d8afa8ce60484ce -SIZE (xpi/thunderbird-i18n-52.3.0/nl.xpi) = 557957 -SHA256 (xpi/thunderbird-i18n-52.3.0/nn-NO.xpi) = a0b5cc0aa1c7017e8030fbc8c4b6573ddd3db4d6f15c97e9aa2eeeacba9c95e5 -SIZE (xpi/thunderbird-i18n-52.3.0/nn-NO.xpi) = 551891 -SHA256 (xpi/thunderbird-i18n-52.3.0/pa-IN.xpi) = bcb38080fe3aed04631029947050f12a5c5abf3a9a8710d36ef10f2186108c52 -SIZE (xpi/thunderbird-i18n-52.3.0/pa-IN.xpi) = 646568 -SHA256 (xpi/thunderbird-i18n-52.3.0/pl.xpi) = b67d804febd8b5c2ac18fd1eb16e958113b8b240d69ce4b80bcd14f9b3afd220 -SIZE (xpi/thunderbird-i18n-52.3.0/pl.xpi) = 469901 -SHA256 (xpi/thunderbird-i18n-52.3.0/pt-BR.xpi) = 01e6248cfd1939ef66a8f7f1ad682a5735392b6ee41fdefe92e7cfa5aafed5a6 -SIZE (xpi/thunderbird-i18n-52.3.0/pt-BR.xpi) = 558224 -SHA256 (xpi/thunderbird-i18n-52.3.0/pt-PT.xpi) = f02da1da4e3d5edc7b1f903470c7bf02f06026d0acfce6d064a15233a21c0e00 -SIZE (xpi/thunderbird-i18n-52.3.0/pt-PT.xpi) = 565623 -SHA256 (xpi/thunderbird-i18n-52.3.0/rm.xpi) = 3df2eb933ed20ccd66c8da61bdb74670e7b5e5a2def1c8a9a45fc2a25c55a03c -SIZE (xpi/thunderbird-i18n-52.3.0/rm.xpi) = 557605 -SHA256 (xpi/thunderbird-i18n-52.3.0/ro.xpi) = 4bbeb7ea8eedfc8e0a5bf2517d38fdd9aab6a29a7d88cb68c454e3fdf80d3413 -SIZE (xpi/thunderbird-i18n-52.3.0/ro.xpi) = 570530 -SHA256 (xpi/thunderbird-i18n-52.3.0/ru.xpi) = 0692791c71ff37b7b1c141f68ffb985d2a565edd4085b2dc3456ef3a3c45e2e3 -SIZE (xpi/thunderbird-i18n-52.3.0/ru.xpi) = 530670 -SHA256 (xpi/thunderbird-i18n-52.3.0/si.xpi) = 09af36243360b498a6352f10eb28c78f855d87ce0ef5fbfbc11f13bb45465462 -SIZE (xpi/thunderbird-i18n-52.3.0/si.xpi) = 649011 -SHA256 (xpi/thunderbird-i18n-52.3.0/sk.xpi) = 6450c19ddad79bab8b059a992b844fd362d4e6cdd58e31d63bafe25f7e73ab31 -SIZE (xpi/thunderbird-i18n-52.3.0/sk.xpi) = 583882 -SHA256 (xpi/thunderbird-i18n-52.3.0/sl.xpi) = 190ed15658855a1438b46614209d723bf27fb90864ca64dc21482fb52f5718b4 -SIZE (xpi/thunderbird-i18n-52.3.0/sl.xpi) = 562831 -SHA256 (xpi/thunderbird-i18n-52.3.0/sq.xpi) = a68c843f7d755ab2b03a8c23018f17be1664279659f9fa9bcbae207ad27d309c -SIZE (xpi/thunderbird-i18n-52.3.0/sq.xpi) = 570616 -SHA256 (xpi/thunderbird-i18n-52.3.0/sr.xpi) = 194e63cc0eac946214adeb1a45b046a07ce5f7dbe3d16c1dc960dae07f3215ef -SIZE (xpi/thunderbird-i18n-52.3.0/sr.xpi) = 609019 -SHA256 (xpi/thunderbird-i18n-52.3.0/sv-SE.xpi) = ab9811adb9abf588119d7854ba79a6fb6204eeef3724a0a615a3815fbe8ebfd8 -SIZE (xpi/thunderbird-i18n-52.3.0/sv-SE.xpi) = 565777 -SHA256 (xpi/thunderbird-i18n-52.3.0/ta-LK.xpi) = 62d4a70fc6b8c93a44e9de6d810a3c62561eead83b8abfb545b0bb22f500fec3 -SIZE (xpi/thunderbird-i18n-52.3.0/ta-LK.xpi) = 675039 -SHA256 (xpi/thunderbird-i18n-52.3.0/tr.xpi) = 4ef6bcf07c756a4da0c3aabe41c8d32962b72fb224ff93ea475d2f1270ceb061 -SIZE (xpi/thunderbird-i18n-52.3.0/tr.xpi) = 569926 -SHA256 (xpi/thunderbird-i18n-52.3.0/uk.xpi) = b6eaa27d994bb265b621f5df1b288d4d97e0f543e1806d9fd988c7a563f683a1 -SIZE (xpi/thunderbird-i18n-52.3.0/uk.xpi) = 652855 -SHA256 (xpi/thunderbird-i18n-52.3.0/vi.xpi) = 98fa9c475af8c5a4dfe132ef5f27bf3ae0b550cce46c6bf7125608beb965aa06 -SIZE (xpi/thunderbird-i18n-52.3.0/vi.xpi) = 637163 -SHA256 (xpi/thunderbird-i18n-52.3.0/zh-CN.xpi) = 2c5beb3ba1bebc339ae4124fcee79fad375ebba7d97251dac83ff1eed1042bad -SIZE (xpi/thunderbird-i18n-52.3.0/zh-CN.xpi) = 593612 -SHA256 (xpi/thunderbird-i18n-52.3.0/zh-TW.xpi) = 2279205d7288313d59be7c2eadcc572988e063fbb570e76802cb681bdc262e0e -SIZE (xpi/thunderbird-i18n-52.3.0/zh-TW.xpi) = 595729 +TIMESTAMP = 1506986580 +SHA256 (xpi/thunderbird-i18n-52.4.0/ar.xpi) = 5b17a53001f7605f9e12a9881573f93940dd5756bd54788546201c97fc323c3f +SIZE (xpi/thunderbird-i18n-52.4.0/ar.xpi) = 604235 +SHA256 (xpi/thunderbird-i18n-52.4.0/ast.xpi) = e3f5a29ee9258e49306cd1580d603b635a5ac7c8840c838504606143c141562a +SIZE (xpi/thunderbird-i18n-52.4.0/ast.xpi) = 541173 +SHA256 (xpi/thunderbird-i18n-52.4.0/be.xpi) = 1d5e536ebe848d9a9ac773c6e15ef895601c1754a9f0ee69a7ab229ec931dc32 +SIZE (xpi/thunderbird-i18n-52.4.0/be.xpi) = 570932 +SHA256 (xpi/thunderbird-i18n-52.4.0/bg.xpi) = 18063549c65ddcfb1c438b5be60ebf27f2b6ed2b926e52ba2b9fd078510bb42d +SIZE (xpi/thunderbird-i18n-52.4.0/bg.xpi) = 634897 +SHA256 (xpi/thunderbird-i18n-52.4.0/bn-BD.xpi) = cd6a5a1c7b9ee0f688815ed2d6ebffcb5300fd1ebca9f0bc0d26c0f8d8530d12 +SIZE (xpi/thunderbird-i18n-52.4.0/bn-BD.xpi) = 676901 +SHA256 (xpi/thunderbird-i18n-52.4.0/br.xpi) = 8ee2714cf3efc9477059047d70d3429601e2451e32d823ad48ecfacbad802edc +SIZE (xpi/thunderbird-i18n-52.4.0/br.xpi) = 559380 +SHA256 (xpi/thunderbird-i18n-52.4.0/ca.xpi) = 8b4929329075581266bc18189660c6200f6084153530d45ca6ce2865572a392b +SIZE (xpi/thunderbird-i18n-52.4.0/ca.xpi) = 569910 +SHA256 (xpi/thunderbird-i18n-52.4.0/cs.xpi) = d3898778cd4aceea175c46ddc386b47cbe134a1b89322cee285e5925042032d1 +SIZE (xpi/thunderbird-i18n-52.4.0/cs.xpi) = 579150 +SHA256 (xpi/thunderbird-i18n-52.4.0/cy.xpi) = c95bcfee29f32aaf12dba7e835f35311eb71dc923c71dfc063b8150165e552dd +SIZE (xpi/thunderbird-i18n-52.4.0/cy.xpi) = 554858 +SHA256 (xpi/thunderbird-i18n-52.4.0/da.xpi) = cf1efa5a056dbb9b98324b1b959a61467af15ea82ad586369b4b46856d89d990 +SIZE (xpi/thunderbird-i18n-52.4.0/da.xpi) = 543336 +SHA256 (xpi/thunderbird-i18n-52.4.0/de.xpi) = 6d8bc484a1edcdbff75d39dea9f33b85b92514058f505f2915810609796e8a1a +SIZE (xpi/thunderbird-i18n-52.4.0/de.xpi) = 555744 +SHA256 (xpi/thunderbird-i18n-52.4.0/dsb.xpi) = 94bc57a6b7ca577fcfeac8a04e2cb20c30a54582b8f5c8906c449e20ac1641d4 +SIZE (xpi/thunderbird-i18n-52.4.0/dsb.xpi) = 584578 +SHA256 (xpi/thunderbird-i18n-52.4.0/el.xpi) = c5201686e88cde81222817b006957bbee08df0745fdbfeeea067b558f9131872 +SIZE (xpi/thunderbird-i18n-52.4.0/el.xpi) = 662965 +SHA256 (xpi/thunderbird-i18n-52.4.0/en-GB.xpi) = 45905f12c6053324c1ed880837fbb6b00afd631d83907d6274fc4aa53a4861a3 +SIZE (xpi/thunderbird-i18n-52.4.0/en-GB.xpi) = 531234 +SHA256 (xpi/thunderbird-i18n-52.4.0/en-US.xpi) = 1b281ee6cf6898fe7aec71b1f8ec6a4bceffae6d1720dd64d678a41bdc5ba197 +SIZE (xpi/thunderbird-i18n-52.4.0/en-US.xpi) = 529123 +SHA256 (xpi/thunderbird-i18n-52.4.0/es-AR.xpi) = f6bb96a72a3a8271b9796d9516908de2b885028d7e3cf00913fa74415b7a9ce3 +SIZE (xpi/thunderbird-i18n-52.4.0/es-AR.xpi) = 565995 +SHA256 (xpi/thunderbird-i18n-52.4.0/es-ES.xpi) = 2d49b3b67e7b0c8f99871906e65d5e3a6cd684ad3dde05a730dfc8d328205005 +SIZE (xpi/thunderbird-i18n-52.4.0/es-ES.xpi) = 445464 +SHA256 (xpi/thunderbird-i18n-52.4.0/et.xpi) = eee8043f3300c1fbef18d87c783de89a11e69a75e7185e0fe0ce5a73a0feca0c +SIZE (xpi/thunderbird-i18n-52.4.0/et.xpi) = 551661 +SHA256 (xpi/thunderbird-i18n-52.4.0/eu.xpi) = 448a3d9d8f4babd98872e2f91c2837342e4c01fc6bbeb0bed3a4f4e14ea381b6 +SIZE (xpi/thunderbird-i18n-52.4.0/eu.xpi) = 555536 +SHA256 (xpi/thunderbird-i18n-52.4.0/fi.xpi) = fde89077936d1ef35642d6b451926e885f69b9636b66314c4d1d182a9b753ee0 +SIZE (xpi/thunderbird-i18n-52.4.0/fi.xpi) = 550670 +SHA256 (xpi/thunderbird-i18n-52.4.0/fr.xpi) = 98c758ebd8c286bb93a1b9b75a5af1939944c520164a5b38f1f39936529fd7bb +SIZE (xpi/thunderbird-i18n-52.4.0/fr.xpi) = 577561 +SHA256 (xpi/thunderbird-i18n-52.4.0/fy-NL.xpi) = 1225accf01b15e7e3132ef51d9275ce573a3615360f16647c91bc078134f5002 +SIZE (xpi/thunderbird-i18n-52.4.0/fy-NL.xpi) = 563632 +SHA256 (xpi/thunderbird-i18n-52.4.0/ga-IE.xpi) = 22d847437c25ff7aa94b9f5ca1147277c87bccb5b38afa4f0ef7fa5124a59cdf +SIZE (xpi/thunderbird-i18n-52.4.0/ga-IE.xpi) = 583556 +SHA256 (xpi/thunderbird-i18n-52.4.0/gd.xpi) = d184019e5989bd88b8bdb7a27788535b0a3a487921d85339ad0a1bb81cf46a40 +SIZE (xpi/thunderbird-i18n-52.4.0/gd.xpi) = 574065 +SHA256 (xpi/thunderbird-i18n-52.4.0/gl.xpi) = a35d8e9441219196eb90a31d1f65f08493ded91fc1ebb1b712c417827451ff13 +SIZE (xpi/thunderbird-i18n-52.4.0/gl.xpi) = 575150 +SHA256 (xpi/thunderbird-i18n-52.4.0/he.xpi) = 8d46ec38430a1939cde04141c9f5bcfe22b81a154bebb89dc112ff199042203f +SIZE (xpi/thunderbird-i18n-52.4.0/he.xpi) = 592566 +SHA256 (xpi/thunderbird-i18n-52.4.0/hr.xpi) = 119c5055305b8f16b02a822b70044ff2410cc79f32a456d59c71c455002b8523 +SIZE (xpi/thunderbird-i18n-52.4.0/hr.xpi) = 564780 +SHA256 (xpi/thunderbird-i18n-52.4.0/hsb.xpi) = 1444e2582233eb0ed7abc8566ea951d6938f75bc069a20b47d6f5cd8608a740c +SIZE (xpi/thunderbird-i18n-52.4.0/hsb.xpi) = 582242 +SHA256 (xpi/thunderbird-i18n-52.4.0/hu.xpi) = b98796554589eb7ff3e30bd8fbbb27c8d2ad31bc74d96d4070df1f0eeba40544 +SIZE (xpi/thunderbird-i18n-52.4.0/hu.xpi) = 586446 +SHA256 (xpi/thunderbird-i18n-52.4.0/hy-AM.xpi) = ed1d4f05c0d4d2c8f4dc4227c43a4f08be01ec6aed92a3ede2ca83550543bbe6 +SIZE (xpi/thunderbird-i18n-52.4.0/hy-AM.xpi) = 629879 +SHA256 (xpi/thunderbird-i18n-52.4.0/id.xpi) = 5bd33fd191ed602e3ab0c47e9d8106328e73dcb07e3ae10062470d1de138aec0 +SIZE (xpi/thunderbird-i18n-52.4.0/id.xpi) = 546527 +SHA256 (xpi/thunderbird-i18n-52.4.0/is.xpi) = eed6b20e25e34b0ee1498948c8baed0060abe1b3a25f9188b123c81fd044771b +SIZE (xpi/thunderbird-i18n-52.4.0/is.xpi) = 555712 +SHA256 (xpi/thunderbird-i18n-52.4.0/it.xpi) = 5800130bfd912f58e6335791afde9718a59dd3428a589581fca160394a3f4b75 +SIZE (xpi/thunderbird-i18n-52.4.0/it.xpi) = 455408 +SHA256 (xpi/thunderbird-i18n-52.4.0/ja.xpi) = 8846bd908fa6481e2ed0a2e7fa1cfbd7bbfe02a78b1cca75e9b2a1ddaffe1084 +SIZE (xpi/thunderbird-i18n-52.4.0/ja.xpi) = 630053 +SHA256 (xpi/thunderbird-i18n-52.4.0/kab.xpi) = 0a2f439791e95def79ef4389b9997b4cfae4293f57ac441dfc854d7ae665c95d +SIZE (xpi/thunderbird-i18n-52.4.0/kab.xpi) = 568689 +SHA256 (xpi/thunderbird-i18n-52.4.0/ko.xpi) = 89192fe23dbce157aeec48168b45ac94cc47bd6d83907b3ab7dbaeabe5b7b7ef +SIZE (xpi/thunderbird-i18n-52.4.0/ko.xpi) = 595517 +SHA256 (xpi/thunderbird-i18n-52.4.0/lt.xpi) = 90bc80f8742b35525af3e1f4fad4c5e6fb3442423b6be7ddb8c4a5be76bcf564 +SIZE (xpi/thunderbird-i18n-52.4.0/lt.xpi) = 580598 +SHA256 (xpi/thunderbird-i18n-52.4.0/nb-NO.xpi) = 24cd76bbfab1f20c5f916bdaff001759d75bee16e6a15f56b5e66d8a8d730d0c +SIZE (xpi/thunderbird-i18n-52.4.0/nb-NO.xpi) = 551104 +SHA256 (xpi/thunderbird-i18n-52.4.0/nl.xpi) = a9523e8f9cd9e653b645c1b7b8105d98f3c33c6723f07d9e6a2a1e4b9e6abdaa +SIZE (xpi/thunderbird-i18n-52.4.0/nl.xpi) = 557957 +SHA256 (xpi/thunderbird-i18n-52.4.0/nn-NO.xpi) = 22961936b2e19e95838777b24e29d3f43eab296a75958036b20c21471301f96d +SIZE (xpi/thunderbird-i18n-52.4.0/nn-NO.xpi) = 551891 +SHA256 (xpi/thunderbird-i18n-52.4.0/pa-IN.xpi) = c806abe05b9614690c9c8466a3b3c8e15fab6bbe6fa166e23f0dbb64f5e70be6 +SIZE (xpi/thunderbird-i18n-52.4.0/pa-IN.xpi) = 646569 +SHA256 (xpi/thunderbird-i18n-52.4.0/pl.xpi) = 46cd992cd75c2216af075f5d1080f3620e1e6ead488de2e14ed56f7698669d25 +SIZE (xpi/thunderbird-i18n-52.4.0/pl.xpi) = 469901 +SHA256 (xpi/thunderbird-i18n-52.4.0/pt-BR.xpi) = 273539724246f023b0afdf79a9dd517ab0e71606381900ca26b0844a5e30e9c9 +SIZE (xpi/thunderbird-i18n-52.4.0/pt-BR.xpi) = 558224 +SHA256 (xpi/thunderbird-i18n-52.4.0/pt-PT.xpi) = 7923394ff64a094d4da561b962b694011e79c8e586c8d125cb450878d3cb53f1 +SIZE (xpi/thunderbird-i18n-52.4.0/pt-PT.xpi) = 565624 +SHA256 (xpi/thunderbird-i18n-52.4.0/rm.xpi) = 91afce6ed4b6e4a52b03a83db4610685cc272e829a5da10db79c371ef9b00e2f +SIZE (xpi/thunderbird-i18n-52.4.0/rm.xpi) = 557605 +SHA256 (xpi/thunderbird-i18n-52.4.0/ro.xpi) = 0972682e3c8b1767dd45efd8dfc1d5fe664731d4a7786a12104452ba29b449c9 +SIZE (xpi/thunderbird-i18n-52.4.0/ro.xpi) = 570529 +SHA256 (xpi/thunderbird-i18n-52.4.0/ru.xpi) = 662fdebfb7b71ac6136e1ce707234440672a9b019f2a4b3337bf24338349b7a5 +SIZE (xpi/thunderbird-i18n-52.4.0/ru.xpi) = 530669 +SHA256 (xpi/thunderbird-i18n-52.4.0/si.xpi) = 027776f83ce747dac6bf7bc939a6c53495022131bdb283496e0bff9deaa2a0b4 +SIZE (xpi/thunderbird-i18n-52.4.0/si.xpi) = 649010 +SHA256 (xpi/thunderbird-i18n-52.4.0/sk.xpi) = ddeb2172f620877f95b69cfbe8d1bda1dc77b1829ad491189e9cf5f5ddbdd8de +SIZE (xpi/thunderbird-i18n-52.4.0/sk.xpi) = 583882 +SHA256 (xpi/thunderbird-i18n-52.4.0/sl.xpi) = e36184d7264bcdd4bf7dbd9e8e547ccce50d2eb057cddd8589752f03df1a1f06 +SIZE (xpi/thunderbird-i18n-52.4.0/sl.xpi) = 562834 +SHA256 (xpi/thunderbird-i18n-52.4.0/sq.xpi) = e721f6e1ba3818c5ef258dddf19d5d7cdd635c485d620d4fda2107bcb0fb67c8 +SIZE (xpi/thunderbird-i18n-52.4.0/sq.xpi) = 570617 +SHA256 (xpi/thunderbird-i18n-52.4.0/sr.xpi) = d17e021710ecb696ec97a339e579ecf67d0397b26ac2a7b578358a40fbcea3f8 +SIZE (xpi/thunderbird-i18n-52.4.0/sr.xpi) = 609020 +SHA256 (xpi/thunderbird-i18n-52.4.0/sv-SE.xpi) = 708c1093cf817a0502cb65014e73c0881f94dabead931c71beb4b563e948575e +SIZE (xpi/thunderbird-i18n-52.4.0/sv-SE.xpi) = 565777 +SHA256 (xpi/thunderbird-i18n-52.4.0/ta-LK.xpi) = 875114b08adbe2783dcefbc56334bc4bc4c3da8c8b3300f37f2cf67ebc04df7a +SIZE (xpi/thunderbird-i18n-52.4.0/ta-LK.xpi) = 675039 +SHA256 (xpi/thunderbird-i18n-52.4.0/tr.xpi) = 9824c64701faa3f24c69e19801cc98b313b26582eda0ad46c8c78a3452f7ba33 +SIZE (xpi/thunderbird-i18n-52.4.0/tr.xpi) = 569926 +SHA256 (xpi/thunderbird-i18n-52.4.0/uk.xpi) = d3e3a3cb60e7f6fba14759590df00e85456c17cf071cebcc358744abcd2b1ac3 +SIZE (xpi/thunderbird-i18n-52.4.0/uk.xpi) = 652855 +SHA256 (xpi/thunderbird-i18n-52.4.0/vi.xpi) = 7541bfec6716ae705afc51f66578100662aacdd92f8c1d8e9a33c82ad33c2872 +SIZE (xpi/thunderbird-i18n-52.4.0/vi.xpi) = 637164 +SHA256 (xpi/thunderbird-i18n-52.4.0/zh-CN.xpi) = c1ef258d0b0b3ec1016c7878ec20c7af8a1d1cdfdad785389172b30739b674d6 +SIZE (xpi/thunderbird-i18n-52.4.0/zh-CN.xpi) = 593612 +SHA256 (xpi/thunderbird-i18n-52.4.0/zh-TW.xpi) = 7a1dc6483c83b43852c892f5b26b29fbdb0794c81bca4ecb5d1080e8cc371da4 +SIZE (xpi/thunderbird-i18n-52.4.0/zh-TW.xpi) = 595729 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Tue Oct 3 02:23:22 2017 (r451106) +++ head/mail/thunderbird/Makefile Tue Oct 3 02:31:53 2017 (r451107) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 52.3.0 -PORTREVISION= 4 +DISTVERSION= 52.4.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Tue Oct 3 02:23:22 2017 (r451106) +++ head/mail/thunderbird/distinfo Tue Oct 3 02:31:53 2017 (r451107) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502795268 -SHA256 (thunderbird-52.3.0.source.tar.xz) = 050acc320a9c50365a53e4faa6538a0ad7f9a302d5f2cfb6edf0c6fe1b573b18 -SIZE (thunderbird-52.3.0.source.tar.xz) = 228532004 +TIMESTAMP = 1506986580 +SHA256 (thunderbird-52.4.0.source.tar.xz) = df5a9070b72e327f440a54767b6506d6442c88e9de6485a28352ce5ff8de6a70 +SIZE (thunderbird-52.4.0.source.tar.xz) = 228574936 From owner-svn-ports-all@freebsd.org Tue Oct 3 02:33:10 2017 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 0163FE2E180; Tue, 3 Oct 2017 02:33:10 +0000 (UTC) (envelope-from ashish@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 64DA910CD; Tue, 3 Oct 2017 02:33:09 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v932X8bY077708; Tue, 3 Oct 2017 02:33:08 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v932X8sc077703; Tue, 3 Oct 2017 02:33:08 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201710030233.v932X8sc077703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Tue, 3 Oct 2017 02:33:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451108 - in head/lang/rubinius: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: in head/lang/rubinius: . files X-SVN-Commit-Revision: 451108 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 02:33:10 -0000 Author: ashish Date: Tue Oct 3 02:33:08 2017 New Revision: 451108 URL: https://svnweb.freebsd.org/changeset/ports/451108 Log: - Update to 3.86 Modified: head/lang/rubinius/Makefile head/lang/rubinius/distinfo head/lang/rubinius/files/patch-configure head/lang/rubinius/pkg-plist Modified: head/lang/rubinius/Makefile ============================================================================== --- head/lang/rubinius/Makefile Tue Oct 3 02:31:53 2017 (r451107) +++ head/lang/rubinius/Makefile Tue Oct 3 02:33:08 2017 (r451108) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rubinius -PORTVERSION= 3.70 -PORTREVISION= 1 +PORTVERSION= 3.86 CATEGORIES= lang MASTER_SITES= http://releases.rubini.us/:source DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source Modified: head/lang/rubinius/distinfo ============================================================================== --- head/lang/rubinius/distinfo Tue Oct 3 02:31:53 2017 (r451107) +++ head/lang/rubinius/distinfo Tue Oct 3 02:33:08 2017 (r451108) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486057092 -SHA256 (rubinius-3.70.tar.bz2) = e5b22ff6f19d7ac75d94e7503ae74c0bf9a3d249ce0e80480402cf7cbd2fea19 -SIZE (rubinius-3.70.tar.bz2) = 12693239 +TIMESTAMP = 1506919612 +SHA256 (rubinius-3.86.tar.bz2) = cfb0650b937d109cf52c982f185ef247cc7a184dbb5f16c625d4827cef11f6fb +SIZE (rubinius-3.86.tar.bz2) = 12559664 Modified: head/lang/rubinius/files/patch-configure ============================================================================== --- head/lang/rubinius/files/patch-configure Tue Oct 3 02:31:53 2017 (r451107) +++ head/lang/rubinius/files/patch-configure Tue Oct 3 02:33:08 2017 (r451108) @@ -1,11 +1,11 @@ ---- configure.orig 2016-12-01 05:41:14 UTC +--- configure.orig 2017-06-28 04:32:27 UTC +++ configure -@@ -710,8 +710,8 @@ not support #{name} compiler, please ema +@@ -714,8 +714,8 @@ not support #{name} compiler, please ema check_tool_version @cc, '-dumpversion', [4, 1] check_tool_version @cxx, '-dumpversion', [4, 1] -- supported_compiler "clang C" unless @cc =~ /clang/ -- supported_compiler "clang++ C++" unless @cxx =~ /clang\+\+/ +- supported_compiler "clang C" unless @cc =~ /clang|ccc-analyzer/ +- supported_compiler "clang++ C++" unless @cxx =~ /clang\+\+|c\+\+\-analyzer/ + supported_compiler "clang C" unless @cc == "%%CC%%" + supported_compiler "clang++ C++" unless @cxx == "%%CXX%%" Modified: head/lang/rubinius/pkg-plist ============================================================================== --- head/lang/rubinius/pkg-plist Tue Oct 3 02:31:53 2017 (r451107) +++ head/lang/rubinius/pkg-plist Tue Oct 3 02:33:08 2017 (r451108) @@ -41,26 +41,25 @@ lib/ruby/gems/rubinius/bin/rdoc lib/ruby/gems/rubinius/bin/ri lib/ruby/gems/rubinius/bin/y2racc lib/ruby/gems/rubinius/cache/bundler-1.11.2.gem -lib/ruby/gems/rubinius/cache/daedalus-core-0.5.0.gem -lib/ruby/gems/rubinius/cache/daedalus-core-1.3.gem +lib/ruby/gems/rubinius/cache/daedalus-core-1.5.gem lib/ruby/gems/rubinius/cache/ffi2-generators-0.1.1.gem -lib/ruby/gems/rubinius/cache/json-1.8.3.gem +lib/ruby/gems/rubinius/cache/json-1.8.6.gem lib/ruby/gems/rubinius/cache/minitest-4.7.5.gem lib/ruby/gems/rubinius/cache/psych-2.0.17.gem lib/ruby/gems/rubinius/cache/racc-1.4.14.gem -lib/ruby/gems/rubinius/cache/rake-10.5.0.gem -lib/ruby/gems/rubinius/cache/rdoc-4.2.2.gem +lib/ruby/gems/rubinius/cache/rake-12.1.0.gem +lib/ruby/gems/rubinius/cache/rdoc-4.3.0.gem lib/ruby/gems/rubinius/cache/redcard-1.1.0.gem -lib/ruby/gems/rubinius/cache/rubinius-ast-3.8.gem +lib/ruby/gems/rubinius/cache/rubinius-ast-3.9.gem lib/ruby/gems/rubinius/cache/rubinius-bridge-2.2.gem lib/ruby/gems/rubinius/cache/rubinius-code-3.0.gem -lib/ruby/gems/rubinius/cache/rubinius-compiler-3.10.gem +lib/ruby/gems/rubinius/cache/rubinius-compiler-3.16.gem lib/ruby/gems/rubinius/cache/rubinius-coverage-2.1.gem lib/ruby/gems/rubinius/cache/rubinius-debugger-2.6.gem lib/ruby/gems/rubinius/cache/rubinius-developer_tools-2.0.0.gem lib/ruby/gems/rubinius/cache/rubinius-instructions-3.0.gem -lib/ruby/gems/rubinius/cache/rubinius-melbourne-3.8.gem -lib/ruby/gems/rubinius/cache/rubinius-processor-3.2.gem +lib/ruby/gems/rubinius/cache/rubinius-melbourne-3.9.gem +lib/ruby/gems/rubinius/cache/rubinius-processor-3.3.gem lib/ruby/gems/rubinius/cache/rubinius-profiler-2.1.gem lib/ruby/gems/rubinius/cache/rubinius-toolset-3.0.gem lib/ruby/gems/rubinius/cache/rubysl-2.2.0.gem @@ -118,7 +117,7 @@ lib/ruby/gems/rubinius/cache/rubysl-open3-2.0.0.gem lib/ruby/gems/rubinius/cache/rubysl-openssl-2.9.gem lib/ruby/gems/rubinius/cache/rubysl-optparse-2.0.1.gem lib/ruby/gems/rubinius/cache/rubysl-ostruct-2.1.0.gem -lib/ruby/gems/rubinius/cache/rubysl-pathname-2.3.gem +lib/ruby/gems/rubinius/cache/rubysl-pathname-%%RUBY_VER%%.gem lib/ruby/gems/rubinius/cache/rubysl-prettyprint-2.0.3.gem lib/ruby/gems/rubinius/cache/rubysl-prime-2.0.1.gem lib/ruby/gems/rubinius/cache/rubysl-profile-2.0.0.gem @@ -136,7 +135,7 @@ lib/ruby/gems/rubinius/cache/rubysl-securerandom-2.0.0 lib/ruby/gems/rubinius/cache/rubysl-set-2.0.1.gem lib/ruby/gems/rubinius/cache/rubysl-shellwords-2.0.0.gem lib/ruby/gems/rubinius/cache/rubysl-singleton-2.0.0.gem -lib/ruby/gems/rubinius/cache/rubysl-socket-2.2.gem +lib/ruby/gems/rubinius/cache/rubysl-socket-2.2.1.gem lib/ruby/gems/rubinius/cache/rubysl-stringio-2.1.0.gem lib/ruby/gems/rubinius/cache/rubysl-strscan-2.0.0.gem lib/ruby/gems/rubinius/cache/rubysl-sync-2.0.0.gem @@ -375,20 +374,13 @@ lib/ruby/gems/rubinius/gems/bundler-1.11.2/man/bundle- lib/ruby/gems/rubinius/gems/bundler-1.11.2/man/bundle.ronn lib/ruby/gems/rubinius/gems/bundler-1.11.2/man/gemfile.5.ronn lib/ruby/gems/rubinius/gems/bundler-1.11.2/man/index.txt -lib/ruby/gems/rubinius/gems/daedalus-core-0.5.0/.gitignore -lib/ruby/gems/rubinius/gems/daedalus-core-0.5.0/LICENSE -lib/ruby/gems/rubinius/gems/daedalus-core-0.5.0/README.md -lib/ruby/gems/rubinius/gems/daedalus-core-0.5.0/daedalus-core.gemspec -lib/ruby/gems/rubinius/gems/daedalus-core-0.5.0/lib/daedalus.rb -lib/ruby/gems/rubinius/gems/daedalus-core-0.5.0/lib/daedalus/dependency_grapher.rb -lib/ruby/gems/rubinius/gems/daedalus-core-0.5.0/lib/daedalus/version.rb -lib/ruby/gems/rubinius/gems/daedalus-core-1.3/.gitignore -lib/ruby/gems/rubinius/gems/daedalus-core-1.3/LICENSE -lib/ruby/gems/rubinius/gems/daedalus-core-1.3/README.md -lib/ruby/gems/rubinius/gems/daedalus-core-1.3/daedalus-core.gemspec -lib/ruby/gems/rubinius/gems/daedalus-core-1.3/lib/daedalus.rb -lib/ruby/gems/rubinius/gems/daedalus-core-1.3/lib/daedalus/dependency_grapher.rb -lib/ruby/gems/rubinius/gems/daedalus-core-1.3/lib/daedalus/version.rb +lib/ruby/gems/rubinius/gems/daedalus-core-1.5/.gitignore +lib/ruby/gems/rubinius/gems/daedalus-core-1.5/LICENSE +lib/ruby/gems/rubinius/gems/daedalus-core-1.5/README.md +lib/ruby/gems/rubinius/gems/daedalus-core-1.5/daedalus-core.gemspec +lib/ruby/gems/rubinius/gems/daedalus-core-1.5/lib/daedalus.rb +lib/ruby/gems/rubinius/gems/daedalus-core-1.5/lib/daedalus/dependency_grapher.rb +lib/ruby/gems/rubinius/gems/daedalus-core-1.5/lib/daedalus/version.rb lib/ruby/gems/rubinius/gems/ffi2-generators-0.1.1/.gitignore lib/ruby/gems/rubinius/gems/ffi2-generators-0.1.1/Gemfile lib/ruby/gems/rubinius/gems/ffi2-generators-0.1.1/LICENSE @@ -401,125 +393,123 @@ lib/ruby/gems/rubinius/gems/ffi2-generators-0.1.1/lib/ lib/ruby/gems/rubinius/gems/ffi2-generators-0.1.1/lib/ffi2/generators/structures.rb lib/ruby/gems/rubinius/gems/ffi2-generators-0.1.1/lib/ffi2/generators/types.rb lib/ruby/gems/rubinius/gems/ffi2-generators-0.1.1/lib/ffi2/generators/version.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/.gitignore -lib/ruby/gems/rubinius/gems/json-1.8.3/.travis.yml -lib/ruby/gems/rubinius/gems/json-1.8.3/CHANGES -lib/ruby/gems/rubinius/gems/json-1.8.3/COPYING -lib/ruby/gems/rubinius/gems/json-1.8.3/COPYING-json-jruby -lib/ruby/gems/rubinius/gems/json-1.8.3/GPL -lib/ruby/gems/rubinius/gems/json-1.8.3/Gemfile -lib/ruby/gems/rubinius/gems/json-1.8.3/README-json-jruby.markdown -lib/ruby/gems/rubinius/gems/json-1.8.3/README.rdoc -lib/ruby/gems/rubinius/gems/json-1.8.3/Rakefile -lib/ruby/gems/rubinius/gems/json-1.8.3/TODO -lib/ruby/gems/rubinius/gems/json-1.8.3/VERSION -lib/ruby/gems/rubinius/gems/json-1.8.3/data/example.json -lib/ruby/gems/rubinius/gems/json-1.8.3/data/index.html -lib/ruby/gems/rubinius/gems/json-1.8.3/data/prototype.js -lib/ruby/gems/rubinius/gems/json-1.8.3/diagrams/.keep -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/Makefile -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/fbuffer/fbuffer.h -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/generator/.RUBYARCHDIR.-.json.-.ext.time -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/generator/Makefile -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/generator/depend -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/generator/extconf.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/generator/generator.c -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/generator/generator.h -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/generator/generator.o -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/generator/generator.so -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/parser/.RUBYARCHDIR.-.json.-.ext.time -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/parser/Makefile -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/parser/depend -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/parser/extconf.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/parser/parser.c -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/parser/parser.h -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/parser/parser.o -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/parser/parser.rl -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/ext/parser/parser.so -lib/ruby/gems/rubinius/gems/json-1.8.3/ext/json/extconf.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/install.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/ByteListTranscoder.java -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/Generator.java -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/GeneratorMethods.java -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/GeneratorService.java -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/GeneratorState.java -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/OptionsReader.java -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/Parser.java -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/Parser.rl -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/ParserService.java -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/RuntimeInfo.java -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/StringDecoder.java -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/StringEncoder.java -lib/ruby/gems/rubinius/gems/json-1.8.3/java/src/json/ext/Utils.java -lib/ruby/gems/rubinius/gems/json-1.8.3/json-java.gemspec -lib/ruby/gems/rubinius/gems/json-1.8.3/json.gemspec -lib/ruby/gems/rubinius/gems/json-1.8.3/json_pure.gemspec -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/bigdecimal.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/complex.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/core.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/date.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/date_time.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/exception.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/ostruct.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/range.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/rational.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/regexp.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/struct.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/symbol.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/add/time.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/common.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/ext.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/ext/.keep -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/ext/generator.so -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/ext/parser.so -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/generic_object.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/pure.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/pure/generator.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/pure/parser.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/lib/json/version.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail1.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail10.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail11.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail12.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail13.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail14.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail18.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail19.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail2.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail20.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail21.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail22.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail%%RUBY_SUFFIX%%.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail24.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail25.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail27.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail28.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail3.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail4.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail5.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail6.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail7.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail8.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/fail9.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/pass1.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/pass15.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/pass16.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/pass17.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/pass2.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/pass26.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/fixtures/pass3.json -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/setup_variant.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/test_json.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/test_json_addition.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/test_json_encoding.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/test_json_fixtures.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/test_json_generate.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/test_json_generic_object.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/test_json_string_matching.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/tests/test_json_unicode.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/tools/fuzz.rb -lib/ruby/gems/rubinius/gems/json-1.8.3/tools/server.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/.gitignore +lib/ruby/gems/rubinius/gems/json-1.8.6/.travis.yml +lib/ruby/gems/rubinius/gems/json-1.8.6/CHANGES +lib/ruby/gems/rubinius/gems/json-1.8.6/Gemfile +lib/ruby/gems/rubinius/gems/json-1.8.6/README-json-jruby.markdown +lib/ruby/gems/rubinius/gems/json-1.8.6/README.md +lib/ruby/gems/rubinius/gems/json-1.8.6/Rakefile +lib/ruby/gems/rubinius/gems/json-1.8.6/TODO +lib/ruby/gems/rubinius/gems/json-1.8.6/VERSION +lib/ruby/gems/rubinius/gems/json-1.8.6/data/example.json +lib/ruby/gems/rubinius/gems/json-1.8.6/data/index.html +lib/ruby/gems/rubinius/gems/json-1.8.6/data/prototype.js +lib/ruby/gems/rubinius/gems/json-1.8.6/diagrams/.keep +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/Makefile +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/fbuffer/fbuffer.h +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/generator/.RUBYARCHDIR.-.json.-.ext.time +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/generator/Makefile +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/generator/depend +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/generator/extconf.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/generator/generator.c +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/generator/generator.h +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/generator/generator.o +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/generator/generator.so +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/parser/.RUBYARCHDIR.-.json.-.ext.time +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/parser/Makefile +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/parser/depend +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/parser/extconf.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/parser/parser.c +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/parser/parser.h +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/parser/parser.o +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/parser/parser.rl +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/ext/parser/parser.so +lib/ruby/gems/rubinius/gems/json-1.8.6/ext/json/extconf.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/install.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/ByteListTranscoder.java +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/Generator.java +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/GeneratorMethods.java +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/GeneratorService.java +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/GeneratorState.java +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/OptionsReader.java +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/Parser.java +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/Parser.rl +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/ParserService.java +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/RuntimeInfo.java +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/StringDecoder.java +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/StringEncoder.java +lib/ruby/gems/rubinius/gems/json-1.8.6/java/src/json/ext/Utils.java +lib/ruby/gems/rubinius/gems/json-1.8.6/json-java.gemspec +lib/ruby/gems/rubinius/gems/json-1.8.6/json.gemspec +lib/ruby/gems/rubinius/gems/json-1.8.6/json_pure.gemspec +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/bigdecimal.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/complex.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/core.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/date.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/date_time.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/exception.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/ostruct.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/range.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/rational.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/regexp.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/struct.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/symbol.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/add/time.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/common.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/ext.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/ext/.keep +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/ext/generator.so +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/ext/parser.so +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/generic_object.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/pure.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/pure/generator.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/pure/parser.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/lib/json/version.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail1.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail10.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail11.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail12.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail13.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail14.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail18.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail19.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail2.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail20.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail21.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail22.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail%%RUBY_SUFFIX%%.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail24.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail25.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail27.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail28.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail3.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail4.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail5.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail6.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail7.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail8.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/fail9.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/pass1.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/pass15.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/pass16.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/pass17.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/pass2.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/pass26.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/fixtures/pass3.json +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/setup_variant.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/test_json.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/test_json_addition.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/test_json_encoding.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/test_json_fixtures.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/test_json_generate.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/test_json_generic_object.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/test_json_string_matching.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/tests/test_json_unicode.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/tools/diff.sh +lib/ruby/gems/rubinius/gems/json-1.8.6/tools/fuzz.rb +lib/ruby/gems/rubinius/gems/json-1.8.6/tools/server.rb lib/ruby/gems/rubinius/gems/minitest-4.7.5/.autotest lib/ruby/gems/rubinius/gems/minitest-4.7.5/.gemtest lib/ruby/gems/rubinius/gems/minitest-4.7.5/History.txt @@ -771,481 +761,381 @@ lib/ruby/gems/rubinius/gems/racc-1.4.14/test/test_scan lib/ruby/gems/rubinius/gems/racc-1.4.14/test/testscanner.rb lib/ruby/gems/rubinius/gems/racc-1.4.14/web/racc.en.rhtml lib/ruby/gems/rubinius/gems/racc-1.4.14/web/racc.ja.rhtml -lib/ruby/gems/rubinius/gems/rake-10.5.0/.autotest -lib/ruby/gems/rubinius/gems/rake-10.5.0/.rubocop.yml -lib/ruby/gems/rubinius/gems/rake-10.5.0/.togglerc -lib/ruby/gems/rubinius/gems/rake-10.5.0/CONTRIBUTING.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/History.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/MIT-LICENSE -lib/ruby/gems/rubinius/gems/rake-10.5.0/Manifest.txt -lib/ruby/gems/rubinius/gems/rake-10.5.0/README.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/Rakefile -lib/ruby/gems/rubinius/gems/rake-10.5.0/bin/rake -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/command_line_usage.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/example/Rakefile1 -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/example/Rakefile2 -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/example/a.c -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/example/b.c -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/example/main.c -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/glossary.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/jamis.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/proto_rake.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/rake.1 -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/rakefile.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/rational.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.4.14.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.4.15.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.5.0.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.5.3.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.5.4.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.6.0.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.7.0.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.7.1.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.7.2.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.7.3.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.8.0.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.8.2.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.8.3.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.8.4.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.8.5.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.8.6.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.8.7.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.9.0.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.9.1.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.9.2.2.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.9.2.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.9.3.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.9.4.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.9.5.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-0.9.6.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-10.0.0.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-10.0.1.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-10.0.2.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-10.0.3.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/doc/release_notes/rake-10.1.0.rdoc -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/alt_system.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/application.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/backtrace.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/clean.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/cloneable.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/contrib/.document -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/contrib/compositepublisher.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/contrib/ftptools.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/contrib/publisher.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/contrib/rubyforgepublisher.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/contrib/sshpublisher.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/contrib/sys.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/cpu_counter.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/default_loader.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/dsl_definition.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/early_time.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/ext/core.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/ext/module.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/ext/pathname.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/ext/string.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/ext/time.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/file_creation_task.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/file_list.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/file_task.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/file_utils.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/file_utils_ext.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/gempackagetask.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/invocation_chain.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/invocation_exception_mixin.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/late_time.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/linked_list.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/loaders/makefile.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/multi_task.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/name_space.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/packagetask.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/pathmap.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/phony.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/private_reader.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/promise.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/pseudo_status.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/rake_module.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/rake_test_loader.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/rdoctask.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/ruby182_test_unit_fix.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/rule_recursion_overflow_error.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/runtest.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/scope.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/task.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/task_argument_error.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/task_arguments.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/task_manager.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/tasklib.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/testtask.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/thread_history_display.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/thread_pool.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/trace_output.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/version.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/lib/rake/win32.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/rakelib/publish.rake -lib/ruby/gems/rubinius/gems/rake-10.5.0/rakelib/test_times.rake -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/file_creation.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/helper.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/support/rakefile_definitions.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/support/ruby_runner.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_private_reader.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_application.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_application_options.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_backtrace.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_clean.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_cpu_counter.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_definitions.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_directory_task.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_dsl.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_early_time.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_extension.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_file_creation_task.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_file_list.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_file_list_path_map.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_file_task.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_file_utils.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_ftp_file.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_functional.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_invocation_chain.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_late_time.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_linked_list.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_makefile_loader.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_multi_task.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_name_space.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_package_task.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_path_map.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_path_map_explode.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_path_map_partial.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_pathname_extensions.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_pseudo_status.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_rake_test_loader.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_reduce_compat.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_require.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_rules.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_scope.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_task.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_task_argument_parsing.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_task_arguments.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_task_lib.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_task_manager.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_task_manager_argument_resolution.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_task_with_arguments.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_test_task.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_thread_pool.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_top_level_functions.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_rake_win32.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_thread_history_display.rb -lib/ruby/gems/rubinius/gems/rake-10.5.0/test/test_trace_output.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/.autotest -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/.document -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/CONTRIBUTING.rdoc -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/CVE-2013-0256.rdoc -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/ExampleMarkdown.md -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/ExampleRDoc.rdoc -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/History.rdoc -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/LEGAL.rdoc -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/LICENSE.rdoc -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/Manifest.txt -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/README.rdoc -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/RI.rdoc -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/Rakefile -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/TODO.rdoc -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/bin/rdoc -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/bin/ri -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/gauntlet_rdoc.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/alias.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/anon_class.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/any_method.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/attr.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/class_module.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/code_object.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/code_objects.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/comment.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/constant.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/context.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/context/section.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/cross_reference.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/encoding.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/erb_partial.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/erbio.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/extend.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/darkfish.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/json_index.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/markup.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/pot.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/pot/message_extractor.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/pot/po.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/pot/po_entry.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/ri.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/.document -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_footer.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_head.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_search.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/class.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/css/fonts.css -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/css/rdoc.css -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/Lato-Light.ttf -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/Lato-LightItalic.ttf -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/Lato-Regular.ttf -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/Lato-RegularItalic.ttf -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Bold.ttf -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Regular.ttf -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/add.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/arrow_up.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/brick.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/brick_link.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/bug.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/bullet_black.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/date.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/delete.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/find.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/loadingAnimation.gif -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/macFFBgHack.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/package.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/page_green.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/page_white_text.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/page_white_width.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/plugin.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/ruby.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/tag_blue.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/tag_green.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/transparent.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/wrench.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/wrench_orange.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/zoom.png -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/index.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/js/darkfish.js -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/js/jquery.js -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/js/search.js -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/page.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/servlet_not_found.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/servlet_root.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/table_of_contents.rhtml -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/json_index/.document -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/json_index/js/navigation.js -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/generator/template/json_index/js/searcher.js -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/ghost_method.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/i18n.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/i18n/locale.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/i18n/text.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/include.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/known_classes.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markdown.kpeg -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markdown.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markdown/entities.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markdown/literals_1_8.kpeg -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markdown/literals_1_8.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markdown/literals_1_9.kpeg -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markdown/literals_1_9.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/attr_changer.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/attr_span.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/attribute_manager.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/attributes.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/blank_line.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/block_quote.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/document.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/formatter.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/formatter_test_case.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/hard_break.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/heading.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/include.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/indented_paragraph.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/inline.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/list.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/list_item.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/paragraph.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/parser.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/pre_process.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/raw.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/rule.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/special.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/text_formatter_test_case.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/to_ansi.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/to_bs.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/to_html.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/to_html_crossref.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/to_html_snippet.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/to_joined_paragraph.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/to_label.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/to_markdown.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/to_rdoc.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/to_table_of_contents.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/to_test.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/to_tt_only.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/markup/verbatim.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/meta_method.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/method_attr.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/mixin.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/normal_class.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/normal_module.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/options.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/parser.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/parser/c.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/parser/changelog.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/parser/markdown.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/parser/rd.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/parser/ruby.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/parser/ruby_tools.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/parser/simple.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/parser/text.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/rd.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/rd/block_parser.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/rd/block_parser.ry -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/rd/inline.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/rd/inline_parser.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/rd/inline_parser.ry -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/rdoc.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/require.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/ri.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/ri/driver.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/ri/formatter.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/ri/paths.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/ri/store.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/ruby_lex.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/ruby_token.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/rubygems_hook.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/servlet.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/single_class.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/stats.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/stats/normal.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/stats/quiet.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/stats/verbose.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/store.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/task.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/test_case.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/text.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/token_stream.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/tom_doc.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/lib/rdoc/top_level.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Amps and angle encoding.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Auto links.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Backslash escapes.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Blockquotes with code blocks.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Code Blocks.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Code Spans.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Hard-wrapped paragraphs with list-like lines.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Horizontal rules.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Inline HTML (Advanced).text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Inline HTML (Simple).text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Inline HTML comments.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Links, inline style.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Links, reference style.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Links, shortcut references.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Literal quotes in titles.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Markdown Documentation - Basics.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Markdown Documentation - Syntax.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Nested blockquotes.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Ordered and unordered lists.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Strong and em together.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Tabs.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Tidyness.text -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/README -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/binary.dat -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/hidden.zip.txt -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test.ja.largedoc -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test.ja.rdoc -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test.ja.txt -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test.txt -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_alias.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_any_method.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_attr.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_class_module.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_code_object.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_comment.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_constant.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_context.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_context_section.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_cross_reference.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_encoding.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_extend.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_generator_darkfish.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_generator_json_index.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_generator_markup.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_generator_pot.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_generator_pot_po.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_generator_pot_po_entry.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_generator_ri.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_i18n_locale.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_i18n_text.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_include.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markdown.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markdown_test.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_attribute_manager.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_attributes.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_document.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_formatter.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_hard_break.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_heading.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_include.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_indented_paragraph.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_paragraph.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_parser.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_pre_process.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_raw.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_to_ansi.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_to_bs.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_to_html.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_to_html_crossref.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_to_html_snippet.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_to_joined_paragraph.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_to_label.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_to_markdown.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_to_rdoc.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_to_table_of_contents.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_to_tt_only.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_markup_verbatim.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_method_attr.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_normal_class.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_normal_module.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_options.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_parser.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_parser_c.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_parser_changelog.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_parser_markdown.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_parser_rd.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_parser_ruby.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_parser_simple.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_rd.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_rd_block_parser.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_rd_inline.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_rd_inline_parser.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_rdoc.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_require.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_ri_driver.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_ri_paths.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_ruby_lex.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_ruby_token.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_rubygems_hook.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_servlet.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_single_class.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_stats.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_store.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_task.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_text.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_token_stream.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_tom_doc.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/test_rdoc_top_level.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/xref_data.rb -lib/ruby/gems/rubinius/gems/rdoc-4.2.2/test/xref_test_case.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/.gitignore +lib/ruby/gems/rubinius/gems/rake-12.1.0/CONTRIBUTING.rdoc +lib/ruby/gems/rubinius/gems/rake-12.1.0/Gemfile +lib/ruby/gems/rubinius/gems/rake-12.1.0/History.rdoc +lib/ruby/gems/rubinius/gems/rake-12.1.0/MIT-LICENSE +lib/ruby/gems/rubinius/gems/rake-12.1.0/README.rdoc +lib/ruby/gems/rubinius/gems/rake-12.1.0/Rakefile +lib/ruby/gems/rubinius/gems/rake-12.1.0/bin/console +lib/ruby/gems/rubinius/gems/rake-12.1.0/bin/setup +lib/ruby/gems/rubinius/gems/rake-12.1.0/doc/command_line_usage.rdoc +lib/ruby/gems/rubinius/gems/rake-12.1.0/doc/example/Rakefile1 +lib/ruby/gems/rubinius/gems/rake-12.1.0/doc/example/Rakefile2 +lib/ruby/gems/rubinius/gems/rake-12.1.0/doc/example/a.c +lib/ruby/gems/rubinius/gems/rake-12.1.0/doc/example/b.c +lib/ruby/gems/rubinius/gems/rake-12.1.0/doc/example/main.c +lib/ruby/gems/rubinius/gems/rake-12.1.0/doc/glossary.rdoc +lib/ruby/gems/rubinius/gems/rake-12.1.0/doc/jamis.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/doc/proto_rake.rdoc +lib/ruby/gems/rubinius/gems/rake-12.1.0/doc/rake.1 +lib/ruby/gems/rubinius/gems/rake-12.1.0/doc/rakefile.rdoc +lib/ruby/gems/rubinius/gems/rake-12.1.0/doc/rational.rdoc +lib/ruby/gems/rubinius/gems/rake-12.1.0/exe/rake +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/application.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/backtrace.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/clean.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/cloneable.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/cpu_counter.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/default_loader.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/dsl_definition.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/early_time.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/ext/core.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/ext/string.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/file_creation_task.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/file_list.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/file_task.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/file_utils.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/file_utils_ext.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/invocation_chain.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/invocation_exception_mixin.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/late_time.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/linked_list.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/loaders/makefile.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/multi_task.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/name_space.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/packagetask.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/phony.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/private_reader.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/promise.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/pseudo_status.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/rake_module.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/rake_test_loader.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/rule_recursion_overflow_error.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/scope.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/task.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/task_argument_error.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/task_arguments.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/task_manager.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/tasklib.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/testtask.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/thread_history_display.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/thread_pool.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/trace_output.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/version.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/lib/rake/win32.rb +lib/ruby/gems/rubinius/gems/rake-12.1.0/rake.gemspec +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/.autotest +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/.document +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/CONTRIBUTING.rdoc +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/CVE-2013-0256.rdoc +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/ExampleMarkdown.md +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/ExampleRDoc.rdoc +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/History.rdoc +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/LEGAL.rdoc +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/LICENSE.rdoc +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/Manifest.txt +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/README.rdoc +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/RI.rdoc +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/Rakefile +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/TODO.rdoc +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/bin/rdoc +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/bin/ri +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/gauntlet_rdoc.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/alias.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/anon_class.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/any_method.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/attr.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/class_module.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/code_object.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/code_objects.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/comment.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/constant.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/context.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/context/section.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/cross_reference.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/encoding.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/erb_partial.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/erbio.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/extend.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/darkfish.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/json_index.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/markup.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/pot.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/pot/message_extractor.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/pot/po.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/pot/po_entry.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/ri.rb +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/.document +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_footer.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_head.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_search.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/class.rhtml +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/css/fonts.css +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/css/rdoc.css +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/fonts/Lato-Light.ttf +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/fonts/Lato-LightItalic.ttf +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/fonts/Lato-Regular.ttf +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/fonts/Lato-RegularItalic.ttf +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Bold.ttf +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Regular.ttf +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/add.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/arrow_up.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/brick.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/brick_link.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/bug.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/bullet_black.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/date.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/delete.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/find.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/loadingAnimation.gif +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/macFFBgHack.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/package.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/page_green.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/page_white_text.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/page_white_width.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/plugin.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/ruby.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/tag_blue.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/tag_green.png +lib/ruby/gems/rubinius/gems/rdoc-4.3.0/lib/rdoc/generator/template/darkfish/images/transparent.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Oct 3 02:41:33 2017 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 D8DDBE2E3E4; Tue, 3 Oct 2017 02:41:33 +0000 (UTC) (envelope-from araujo@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 A4B6E14BF; Tue, 3 Oct 2017 02:41:33 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v932fWH7078117; Tue, 3 Oct 2017 02:41:32 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v932fWjX078115; Tue, 3 Oct 2017 02:41:32 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201710030241.v932fWjX078115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Tue, 3 Oct 2017 02:41:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451109 - in head: . sysutils sysutils/iocage sysutils/py3-iocage X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: in head: . sysutils sysutils/iocage sysutils/py3-iocage X-SVN-Commit-Revision: 451109 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 02:41:34 -0000 Author: araujo Date: Tue Oct 3 02:41:32 2017 New Revision: 451109 URL: https://svnweb.freebsd.org/changeset/ports/451109 Log: Rename py3-iocage to iocage as by now we don't have more conflicts with the old iocage version and also in favor of python flavors that will land soon, it makes sense to do it now. Sponsored by: iXsystems, Inc. Added: head/sysutils/iocage/ - copied from r451108, head/sysutils/py3-iocage/ Deleted: head/sysutils/py3-iocage/ Modified: head/MOVED head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Oct 3 02:33:08 2017 (r451108) +++ head/MOVED Tue Oct 3 02:41:32 2017 (r451109) @@ -9566,3 +9566,4 @@ www/py-twistedWeb|devel/py-twisted|2017-09-30|Has expi www/py-twistedWeb2|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead devel/libclaw||2017-09-30|Has expired: useless for anything apart from removed games/plee-the-bear ports-mgmt/redports-node||2017-10-01|Has expired: Upstream is dead so port is not useable anymore. +sysutils/py3-iocage|sysutils/iocage|2017-10-02|Port was renamed Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Oct 3 02:33:08 2017 (r451108) +++ head/sysutils/Makefile Tue Oct 3 02:41:32 2017 (r451109) @@ -923,7 +923,7 @@ SUBDIR += py-zdaemon SUBDIR += py-zfs SUBDIR += py3-execnet - SUBDIR += py3-iocage + SUBDIR += iocage SUBDIR += py3-pkginfo SUBDIR += py3-ptyprocess SUBDIR += pydf From owner-svn-ports-all@freebsd.org Tue Oct 3 02:46:37 2017 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 501CCE2E598 for ; Tue, 3 Oct 2017 02:46:37 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-wr0-x22c.google.com (mail-wr0-x22c.google.com [IPv6:2a00:1450:400c:c0c::22c]) (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 D8DC216C0 for ; Tue, 3 Oct 2017 02:46:36 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail-wr0-x22c.google.com with SMTP id 54so5304907wrz.10 for ; Mon, 02 Oct 2017 19:46:36 -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=QLtRGjf27yPWfHMV9ujPKzw+FZMUdyDFKGwPziKDj98=; b=rqO/j703oyqV8XpQ3cptIGcci8ArO7D0xqVF37oQFL3guxhvmOLizKmI9HKRGXtpa7 tQS6edr8Bj8R6iFHS7S8kQiDvrSsU+BrB2/GAb1dr+rD+URRnoko7A3tL9NdueUsLzop 7EWREhxq4px+jFCf7G2B78eCKHA0b9hhnYmYep8bxnylGDA5Wp4HJY+Rehq1G3jqJRck 3vIwO5kKygASsUkJ9e5j/ngW4ZK+ltEqkRzNTU/rR5z3u5ytBrZ792lkWZVogTUefV5e mWXYGTZi78LER6be2ILZ/9Tk+pPMSQHKu60xeUpxKE/8akIi8snnvWpSf9CZbjJroheX VMwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=QLtRGjf27yPWfHMV9ujPKzw+FZMUdyDFKGwPziKDj98=; b=K1DNQ/9CC4g0TOHFtFf1keAxMXLewh/kY7KBGIvbBc7L27lrkHKA4BfRAwo9iOozZH pv/fWwo+Ag/ydVB6ZMZ7DBdmZ08WpnAOHaxWBq8suBRXFZuaJqZRNbnnUzqyM16i3gEq 5BOSoj7Wkp0lEioGmkUTa4rojA4rMpSqmurvWQJV7dz3eAhdirOsDtq3Doys9WGlrax0 yLmDPUhaAVzbBZIfZCt0kn/zxVob32S7D1XxYr76+7vYl3GwRDHrM6WLPL1/BzyzGjNh NhCv07AaefjLtrqnrK4/ptA0GY3bvEIKmR46PkkDP75D0ESWhtYDRCCD1WwJvGyXkJYb QLRw== X-Gm-Message-State: AMCzsaXPlcYOJTpmHmRnqPFfJ+8cKxb+2iHSu+jk1TGYGNPfYawYvwGQ p8y4t6qEMpnyrQVmbvE5SLcloUPZjEpsACynv16Tgw== X-Google-Smtp-Source: AOwi7QA5aYX+nz2DPD/DowEkRMIWOLHC1kJS1pYSuXcMZRqRRhfHn91GoeG2Yp8Y9Rt/NrkbLYMcnCIC66IjQ5g1Nfk= X-Received: by 10.223.128.3 with SMTP id 3mr7755185wrk.196.1506998795025; Mon, 02 Oct 2017 19:46:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.183.78 with HTTP; Mon, 2 Oct 2017 19:46:34 -0700 (PDT) Reply-To: v@fatpipi.com In-Reply-To: <201710030241.v932fWjX078115@repo.freebsd.org> References: <201710030241.v932fWjX078115@repo.freebsd.org> From: Vanilla Hsu Date: Tue, 3 Oct 2017 10:46:34 +0800 Message-ID: Subject: Re: svn commit: r451109 - in head: . sysutils sysutils/iocage sysutils/py3-iocage To: Marcelo Araujo Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 02:46:37 -0000 Hi: You should keep the order of Makefile. 2017-10-03 10:41 GMT+08:00 Marcelo Araujo : > Author: araujo > Date: Tue Oct 3 02:41:32 2017 > New Revision: 451109 > URL: https://svnweb.freebsd.org/changeset/ports/451109 > > Log: > Rename py3-iocage to iocage as by now we don't have more conflicts with > the old iocage version and also in favor of python flavors that will > land soon, it makes sense to do it now. > > Sponsored by: iXsystems, Inc. > > Added: > head/sysutils/iocage/ > - copied from r451108, head/sysutils/py3-iocage/ > Deleted: > head/sysutils/py3-iocage/ > Modified: > head/MOVED > head/sysutils/Makefile > > Modified: head/MOVED > ============================================================ > ================== > --- head/MOVED Tue Oct 3 02:33:08 2017 (r451108) > +++ head/MOVED Tue Oct 3 02:41:32 2017 (r451109) > @@ -9566,3 +9566,4 @@ www/py-twistedWeb|devel/py-twisted|2017-09-30|Has > expi > www/py-twistedWeb2|devel/py-twisted|2017-09-30|Has expired: Use > devel/py-twisted instead > devel/libclaw||2017-09-30|Has expired: useless for anything apart from > removed games/plee-the-bear > ports-mgmt/redports-node||2017-10-01|Has expired: Upstream is dead so > port is not useable anymore. > +sysutils/py3-iocage|sysutils/iocage|2017-10-02|Port was renamed > > Modified: head/sysutils/Makefile > ============================================================ > ================== > --- head/sysutils/Makefile Tue Oct 3 02:33:08 2017 (r451108) > +++ head/sysutils/Makefile Tue Oct 3 02:41:32 2017 (r451109) > @@ -923,7 +923,7 @@ > SUBDIR += py-zdaemon > SUBDIR += py-zfs > SUBDIR += py3-execnet > - SUBDIR += py3-iocage > + SUBDIR += iocage > SUBDIR += py3-pkginfo > SUBDIR += py3-ptyprocess > SUBDIR += pydf > > From owner-svn-ports-all@freebsd.org Tue Oct 3 03:36:19 2017 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 40418E2F33E; Tue, 3 Oct 2017 03:36:19 +0000 (UTC) (envelope-from araujo@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 0F1682E3D; Tue, 3 Oct 2017 03:36:18 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v933aImk003294; Tue, 3 Oct 2017 03:36:18 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v933aHU1003291; Tue, 3 Oct 2017 03:36:17 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201710030336.v933aHU1003291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Tue, 3 Oct 2017 03:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451110 - head/sysutils/iocage X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/sysutils/iocage X-SVN-Commit-Revision: 451110 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 03:36:19 -0000 Author: araujo Date: Tue Oct 3 03:36:17 2017 New Revision: 451110 URL: https://svnweb.freebsd.org/changeset/ports/451110 Log: Update to 0.9.9.2. Changelog at: https://github.com/iocage/iocage/releases/tag/0.9.9.2 Sponsored by: iXsystems Inc. Modified: head/sysutils/iocage/Makefile head/sysutils/iocage/distinfo Modified: head/sysutils/iocage/Makefile ============================================================================== --- head/sysutils/iocage/Makefile Tue Oct 3 02:41:32 2017 (r451109) +++ head/sysutils/iocage/Makefile Tue Oct 3 03:36:17 2017 (r451110) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= iocage -PORTVERSION= 0.9.9.1 -PORTREVISION= 1 +PORTVERSION= 0.9.9.2 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/iocage/distinfo ============================================================================== --- head/sysutils/iocage/distinfo Tue Oct 3 02:41:32 2017 (r451109) +++ head/sysutils/iocage/distinfo Tue Oct 3 03:36:17 2017 (r451110) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501641345 -SHA256 (iocage-iocage-0.9.9.1_GH0.tar.gz) = 2816927b27070c313cf287e79133bde4e312e53f360e40c53854b592102cad24 -SIZE (iocage-iocage-0.9.9.1_GH0.tar.gz) = 381695 +TIMESTAMP = 1506975756 +SHA256 (iocage-iocage-0.9.9.2_GH0.tar.gz) = 18ef4517b9f8e352c8b6286c2de63e8b0726528491b70a5c58417f97410dd0e9 +SIZE (iocage-iocage-0.9.9.2_GH0.tar.gz) = 428305 From owner-svn-ports-all@freebsd.org Tue Oct 3 03:39:11 2017 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 822F8E2F3A8; Tue, 3 Oct 2017 03:39:11 +0000 (UTC) (envelope-from araujo@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 51CD72F4F; Tue, 3 Oct 2017 03:39:11 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v933dAMD003559; Tue, 3 Oct 2017 03:39:10 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v933dA6K003558; Tue, 3 Oct 2017 03:39:10 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201710030339.v933dA6K003558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Tue, 3 Oct 2017 03:39:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451111 - head/sysutils X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/sysutils X-SVN-Commit-Revision: 451111 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 03:39:11 -0000 Author: araujo Date: Tue Oct 3 03:39:10 2017 New Revision: 451111 URL: https://svnweb.freebsd.org/changeset/ports/451111 Log: Sort Makefile after rename py3-iocage. Sponsored by: iXsystems Inc. Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Oct 3 03:36:17 2017 (r451110) +++ head/sysutils/Makefile Tue Oct 3 03:39:10 2017 (r451111) @@ -480,6 +480,7 @@ SUBDIR += intel-nvmupdate SUBDIR += intel-pcm SUBDIR += intel-qcu + SUBDIR += iocage SUBDIR += iocell SUBDIR += iogen SUBDIR += iograph @@ -923,7 +924,6 @@ SUBDIR += py-zdaemon SUBDIR += py-zfs SUBDIR += py3-execnet - SUBDIR += iocage SUBDIR += py3-pkginfo SUBDIR += py3-ptyprocess SUBDIR += pydf From owner-svn-ports-all@freebsd.org Tue Oct 3 03:39:28 2017 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 056A0E2F3D7; Tue, 3 Oct 2017 03:39:28 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-lf0-x235.google.com (mail-lf0-x235.google.com [IPv6:2a00:1450:4010:c07::235]) (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 7C0D63028; Tue, 3 Oct 2017 03:39:27 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by mail-lf0-x235.google.com with SMTP id d17so8175737lfe.2; Mon, 02 Oct 2017 20:39:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=+6erHpJKlexpjaRoIXBiQbkBWh0ENFw/1HI9bEQIiEg=; b=Kh+bCq2kMelqT2Jvwlbhxiss8a57HiiCnzBU5uVgDonhTBi2FxsKNcyij2uro0Jg+X vZ+JEwnD/1ScpBurmBMA+xdXmFreoQ4Z/v+KjN3ZQzusXljfm0TQr1unNC9eH6J7v8ll kYqjMQgjN0QG/GC1azo7ZGx4ajNxAwO6M8iKAQL3eFpwZnby1j9wI6Im6Zus+LabibsU Op/jEvyG0cq4GTaNC7ibFXm4oKFRe3VmZftVXbyZ9pPHad0qj65xmmZZjx4M0o5eC/dO L1nDiDdfniPNy0SOZEna4G387stoAXNmVLjLPWuOz9/uZQzrvlhIaiaqPDYxZmVKj71t Doxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=+6erHpJKlexpjaRoIXBiQbkBWh0ENFw/1HI9bEQIiEg=; b=pPaWmiKb2Rhtx9Avvar3+N11D4kZmVPlBynUbN2m5+WmqtsjYRss/tX/mpcGPISFXZ 8r5ivB0p0d3I+X8JE5BAr37W6+TQ7tb0tZVJHo0tFHH9MQ9knhVm3yudhFVLdembhzBh 16DRx78dHG9/paOzub8YNhLLDhtpvWCpbUXdlv+zmXQ7zQUCMtN0NIdcfJYTXV+zdtVN 7VmbEJnBbkXtBexeQjAXUONhMpC6hANI5OaA7sEi6pNaBeP5q//mG3VIHN6uMfzLyV/P OY+nv0Nf7QzWuphWxsJ3jG4Zofpo73QwjjuB8iAGjXvtvBT6DVuUda7bOzKU8HuNrhMx 0Qmg== X-Gm-Message-State: AMCzsaXUi/dpvziOpC8/M+COCjG0EmL3I+tRNaxMXAger+mziH0NKqX4 ZRDlbF3skuQ/N0HS81QglXQvY8u7TcEAXdphatM= X-Google-Smtp-Source: AOwi7QDmIcBYFY/7994f+tOcqQzbvzSbcKcKyGkuQl1mAf7XvYljV0wBrAOLzpnZtzeF44uTtvr9+tHdrU6mSpS6rWs= X-Received: by 10.25.195.196 with SMTP id t187mr4827516lff.214.1507001964813; Mon, 02 Oct 2017 20:39:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.208.8 with HTTP; Mon, 2 Oct 2017 20:39:24 -0700 (PDT) Reply-To: araujo@freebsd.org In-Reply-To: References: <201710030241.v932fWjX078115@repo.freebsd.org> From: Marcelo Araujo Date: Tue, 3 Oct 2017 11:39:24 +0800 Message-ID: Subject: Re: svn commit: r451109 - in head: . sysutils sysutils/iocage sysutils/py3-iocage To: v@fatpipi.com Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 03:39:28 -0000 Done at: r451111. Tks. 2017-10-02 22:46 GMT-04:00 Vanilla Hsu : > Hi: > > You should keep the order of Makefile. > > 2017-10-03 10:41 GMT+08:00 Marcelo Araujo : > >> Author: araujo >> Date: Tue Oct 3 02:41:32 2017 >> New Revision: 451109 >> URL: https://svnweb.freebsd.org/changeset/ports/451109 >> >> Log: >> Rename py3-iocage to iocage as by now we don't have more conflicts with >> the old iocage version and also in favor of python flavors that will >> land soon, it makes sense to do it now. >> >> Sponsored by: iXsystems, Inc. >> >> Added: >> head/sysutils/iocage/ >> - copied from r451108, head/sysutils/py3-iocage/ >> Deleted: >> head/sysutils/py3-iocage/ >> Modified: >> head/MOVED >> head/sysutils/Makefile >> >> Modified: head/MOVED >> ============================================================ >> ================== >> --- head/MOVED Tue Oct 3 02:33:08 2017 (r451108) >> +++ head/MOVED Tue Oct 3 02:41:32 2017 (r451109) >> @@ -9566,3 +9566,4 @@ www/py-twistedWeb|devel/py-twisted|2017-09-30|Has >> expi >> www/py-twistedWeb2|devel/py-twisted|2017-09-30|Has expired: Use >> devel/py-twisted instead >> devel/libclaw||2017-09-30|Has expired: useless for anything apart from >> removed games/plee-the-bear >> ports-mgmt/redports-node||2017-10-01|Has expired: Upstream is dead so >> port is not useable anymore. >> +sysutils/py3-iocage|sysutils/iocage|2017-10-02|Port was renamed >> >> Modified: head/sysutils/Makefile >> ============================================================ >> ================== >> --- head/sysutils/Makefile Tue Oct 3 02:33:08 2017 (r451108) >> +++ head/sysutils/Makefile Tue Oct 3 02:41:32 2017 (r451109) >> @@ -923,7 +923,7 @@ >> SUBDIR += py-zdaemon >> SUBDIR += py-zfs >> SUBDIR += py3-execnet >> - SUBDIR += py3-iocage >> + SUBDIR += iocage >> SUBDIR += py3-pkginfo >> SUBDIR += py3-ptyprocess >> SUBDIR += pydf >> >> > -- -- Marcelo Araujo (__)araujo@FreeBSD.org \\\'',)http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_) From owner-svn-ports-all@freebsd.org Tue Oct 3 04:01:33 2017 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 5CE8BE2F9A5; Tue, 3 Oct 2017 04:01:33 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FBAA38CC; Tue, 3 Oct 2017 04:01:33 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 9A1541FC44; Tue, 3 Oct 2017 04:01:32 +0000 (UTC) From: Jan Beich To: Marcelo Araujo Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r451109 - in head: . sysutils sysutils/iocage sysutils/py3-iocage References: <201710030241.v932fWjX078115@repo.freebsd.org> Date: Tue, 03 Oct 2017 06:01:28 +0200 In-Reply-To: <201710030241.v932fWjX078115@repo.freebsd.org> (Marcelo Araujo's message of "Tue, 3 Oct 2017 02:41:32 +0000 (UTC)") Message-ID: <8tgs-khgn-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 04:01:33 -0000 Marcelo Araujo writes: > Author: araujo > Date: Tue Oct 3 02:41:32 2017 > New Revision: 451109 > URL: https://svnweb.freebsd.org/changeset/ports/451109 > > Log: > Rename py3-iocage to iocage as by now we don't have more conflicts with > the old iocage version If you mean CONFLICTS = py-iocage-[0-9]* then it never worked as package comparison failed on underspecificed pyXY- prefix. > and also in favor of python flavors that will land soon, it makes > sense to do it now. Wouldn't those conflict with each other unless USE_PYTHON=concurrent ? > > Sponsored by: iXsystems, Inc. > > Added: > head/sysutils/iocage/ > - copied from r451108, head/sysutils/py3-iocage/ Wasn't the python@ way to keep py- prefix in port origin to match pyXY- prefix in package name? foo/bar -> bar foo/py-bar -> py27-bar ... py36-bar foo/py2-bar -> py27-bar foo/py3-bar -> py34-bar, py35-bar, py36-bar From owner-svn-ports-all@freebsd.org Tue Oct 3 04:41:20 2017 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 39854E30504; Tue, 3 Oct 2017 04:41:20 +0000 (UTC) (envelope-from araujo@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 F2DB163A31; Tue, 3 Oct 2017 04:41:19 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v934fIJE032058; Tue, 3 Oct 2017 04:41:18 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v934fIgr032057; Tue, 3 Oct 2017 04:41:18 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201710030441.v934fIgr032057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Tue, 3 Oct 2017 04:41:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451112 - head/sysutils/iocage X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/sysutils/iocage X-SVN-Commit-Revision: 451112 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 04:41:20 -0000 Author: araujo Date: Tue Oct 3 04:41:18 2017 New Revision: 451112 URL: https://svnweb.freebsd.org/changeset/ports/451112 Log: After rename py36-iocage, remove unused conflict ports iocage-[0-9]* and iocage-devel-[0-9]*. Sponsored by: iXsystems Inc. Modified: head/sysutils/iocage/Makefile Modified: head/sysutils/iocage/Makefile ============================================================================== --- head/sysutils/iocage/Makefile Tue Oct 3 03:39:10 2017 (r451111) +++ head/sysutils/iocage/Makefile Tue Oct 3 04:41:18 2017 (r451112) @@ -29,6 +29,6 @@ NO_ARCH= yes USES= python:3.6 USE_PYTHON= autoplist distutils -CONFLICTS= py-iocage-[0-9]* iocage-[0-9]* iocage-devel-[0-9]* +CONFLICTS= py-iocage-[0-9]* .include From owner-svn-ports-all@freebsd.org Tue Oct 3 04:49:40 2017 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 28DE8E305F9; Tue, 3 Oct 2017 04:49:40 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-lf0-x22f.google.com (mail-lf0-x22f.google.com [IPv6:2a00:1450:4010:c07::22f]) (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 9527163D65; Tue, 3 Oct 2017 04:49:39 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by mail-lf0-x22f.google.com with SMTP id d10so5961878lfg.11; Mon, 02 Oct 2017 21:49:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=COpqdV95y25f8Lo6I+ZhamSk45U/8DRPmbrJz+O/T5o=; b=SgIrKOzfe63H8GNqxhbmzLFzWu6wQTTE/MkiK8yTEcoIAotOYnDXU86O2d/vIzdy1O PiVtMl/b+NWkThs9Qr3OrsAHSvAAJIl+U8hrovmdwg3byiUckhg1Win9J3rYpF18WeCL qne02i2hUhLsd4q+ZOJcUERkBFeWD8sAuavyT0yu0fgbsHXibsYz8uBjYgcH1NPLJz9V vplNPgwzm2hNFneZWdyDsLDX73kMeD05WE8l3af3Tl93Q4ChAr7iwrDychIrGrh0gsca 5NxYLxoT+LBtomOaUhcBvLpB2A/VSKURTg3Ad2oQirAH+UrrMiBDou2jDnNhX1n0hkkh s8mQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=COpqdV95y25f8Lo6I+ZhamSk45U/8DRPmbrJz+O/T5o=; b=VuAqDqWSNfy1VeCClah5QAISrU1CI6RoLTE3maaD3zR2bK36qcP30VA+5ACvFYxE5f bRGatvqV3+aSpueov5sETN05hOwD7CHzc8xMjg2GUlTLrhdDiYy0CE01Tl3eKLLrdVay XHGMGxwgyn+709SFzV5LXzG8niCpWDh5YruRaXqd684Z24R2WZH6oZe/thyMIism9YPn VPB3SCzRr/zk1tH4qnr3iWp3MD7+QvHVJb5+oTtdhAu1TX+uGN3uOxal7wXxJ6RuMEam mqIIFyjKvlF9MBcKWqsgyhc6Ivhm3PHkctpH+eqyGWHN7m+HBvcfLO56d6VRiGDLXzAE 2nqQ== X-Gm-Message-State: AHPjjUhxTdCi6W9eRpIGdCcGMSjSinxwLBQlR4YEKGvsrtPHgTk3Z8Op MyFYLACIMLkhb6GloyQpPZ+nqIZ6LuzgrdyR5Nzz6A== X-Google-Smtp-Source: AOwi7QAvbE+6hQOVuCfqIb2EiQSB480X8r0qz6MEswq+m/uj3AATKlT1q6GRbeCRjmrVGaLf/7VZqyobwk+K+rmqpsU= X-Received: by 10.46.77.154 with SMTP id c26mr8623633ljd.184.1507006176893; Mon, 02 Oct 2017 21:49:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.208.8 with HTTP; Mon, 2 Oct 2017 21:49:36 -0700 (PDT) Reply-To: araujo@freebsd.org In-Reply-To: <8tgs-khgn-wny@FreeBSD.org> References: <201710030241.v932fWjX078115@repo.freebsd.org> <8tgs-khgn-wny@FreeBSD.org> From: Marcelo Araujo Date: Tue, 3 Oct 2017 12:49:36 +0800 Message-ID: Subject: Re: svn commit: r451109 - in head: . sysutils sysutils/iocage sysutils/py3-iocage To: Jan Beich Cc: ports-committers , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 04:49:40 -0000 2017-10-03 12:01 GMT+08:00 Jan Beich : > Marcelo Araujo writes: > > > Author: araujo > > Date: Tue Oct 3 02:41:32 2017 > > New Revision: 451109 > > URL: https://svnweb.freebsd.org/changeset/ports/451109 > > > > Log: > > Rename py3-iocage to iocage as by now we don't have more conflicts with > > the old iocage version > > If you mean CONFLICTS = py-iocage-[0-9]* then it never worked as package > comparison failed on underspecificed pyXY- prefix. > We used to have py-iocage, here the CONFLICTS isn't for checking pyXY. sysutils/iocage-devel||2017-04-10|Has expired: Outdated version. Please use sysutils/py-iocage instead sysutils/iocage||2017-04-10|Has expired: Outdated version. Please use sysutils/py-iocage instead > > > and also in favor of python flavors that will land soon, it makes > > sense to do it now. > > Wouldn't those conflict with each other unless USE_PYTHON=concurrent ? > This ports uses python3.6 and won't work with python2* > > > > > Sponsored by: iXsystems, Inc. > > > > Added: > > head/sysutils/iocage/ > > - copied from r451108, head/sysutils/py3-iocage/ > > Wasn't the python@ way to keep py- prefix in port origin to match pyXY- > prefix in package name? > > foo/bar -> bar > foo/py-bar -> py27-bar ... py36-bar > foo/py2-bar -> py27-bar > foo/py3-bar -> py34-bar, py35-bar, py36-bar > Best, -- -- Marcelo Araujo (__)araujo@FreeBSD.org \\\'',)http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_) From owner-svn-ports-all@freebsd.org Tue Oct 3 05:11:25 2017 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 D37F6E30BA7; Tue, 3 Oct 2017 05:11:25 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B3FC96454C; Tue, 3 Oct 2017 05:11:25 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 1B0223C0; Tue, 3 Oct 2017 05:11:25 +0000 (UTC) From: Jan Beich To: Marcelo Araujo Cc: araujo@freebsd.org, "svn-ports-head\@freebsd.org" , "svn-ports-all\@freebsd.org" , ports-committers Subject: Re: svn commit: r451109 - in head: . sysutils sysutils/iocage sysutils/py3-iocage References: <201710030241.v932fWjX078115@repo.freebsd.org> <8tgs-khgn-wny@FreeBSD.org> Date: Tue, 03 Oct 2017 07:11:20 +0200 In-Reply-To: (Marcelo Araujo's message of "Tue, 3 Oct 2017 12:49:36 +0800") Message-ID: <60bw-iznr-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 05:11:26 -0000 Marcelo Araujo writes: > 2017-10-03 12:01 GMT+08:00 Jan Beich : > >> Marcelo Araujo writes: >> >> > Author: araujo >> > Date: Tue Oct 3 02:41:32 2017 >> > New Revision: 451109 >> > URL: https://svnweb.freebsd.org/changeset/ports/451109 >> > >> > Log: >> > Rename py3-iocage to iocage as by now we don't have more conflicts with >> > the old iocage version >> >> If you mean CONFLICTS = py-iocage-[0-9]* then it never worked as package >> comparison failed on underspecificed pyXY- prefix. >> > > We used to have py-iocage, here the CONFLICTS isn't for checking pyXY. > > sysutils/iocage-devel||2017-04-10|Has expired: Outdated version. Please use > sysutils/py-iocage instead > sysutils/iocage||2017-04-10|Has expired: Outdated version. Please use > sysutils/py-iocage instead What is the CONFLICTS line for then? Try installing sysutils/py-iocage then proceed to install sysutils/iocage and notice CONFLICTS doesn't abort early but proceeds to install dependencies and iocage itself until a file conflict occurs. From owner-svn-ports-all@freebsd.org Tue Oct 3 05:17:04 2017 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 C7044E30D02; Tue, 3 Oct 2017 05:17:04 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-lf0-x22f.google.com (mail-lf0-x22f.google.com [IPv6:2a00:1450:4010:c07::22f]) (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 4916464882; Tue, 3 Oct 2017 05:17:04 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by mail-lf0-x22f.google.com with SMTP id 90so150399lfs.13; Mon, 02 Oct 2017 22:17:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Ymz1VGDdepzpn4vFII7HSssvVDsPMIlben4CD6m92lI=; b=oNiHe91Tbh4kEoqVSY7lAY6QeStvTHfXMOdjgi/cUIabN+wVgCTPO1JTVX8FlC5Vpk BrxK1bLEHzzPaQALIaX2zQej74jSvjW51hLFM3q+R+3Xc3B6ft6fnvilaYyjS7LJisZj uTUMeXkiFgyluUOgDb3BTm5NrkBJ8uql6MAiuXJmhtA3kik+yOKf2gduaVCVRp7/wkk5 ljpqAosHtsTu3InZqUqP3I6YWZpWq27PDCXinW+XyC8/oT2Zls/nIPZlk4XWQ9hFpD4X kIIa80NpBjxdhWoH0KJ1acyNjjQArsa5UBa3SwnfYUAKeZOtKMoYqlMmAukxa6KpVZGk aeJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=Ymz1VGDdepzpn4vFII7HSssvVDsPMIlben4CD6m92lI=; b=AhlhKeWhfgJGXwWxWm8/aezzILqyPMOCbco/jOZEkMjeLVui+QhFitMUAIe+A09xw9 Bh75AnCESXdlhqHofQwLZdg3sfMu3rW76Sy+lVMrGfDRK/TS/pvjjkDzmGkf9fYQ3Plw XnyqmbfIWi1ktz7s6GCZER+RE2AcqXvaXsnvw0Ea+A9emx1Qh3BVfj7LzyVhFmT0hWeh SFBBdgM6Wi35dIQuzMJwuWNWdZUTa7PJ1m2amF/ecPOU7vkH0hdXoseTuCMune6Pqwmk /cbXPkyo3kAwTxg//bgVh8CeN6pqome8zslJaYxSwW3BLkI57FCrwF1xseEhZ29Y74j+ iF9g== X-Gm-Message-State: AHPjjUgbNnaBFurJCVamMBkKDcDDIAwKiA/aDaNH5nbY1HhbxT2ZmZ0f Z/wt7XLvO9Av/MUD4oOgKPVyASb9kKbkt+LGoJrK+Q== X-Google-Smtp-Source: AOwi7QB7CutXaG+LFxW4IA9+0XojF8UnfIEHrPneYfiA/td31zNZOBcRDg1tVV2iD+8qMoeQd5MFV+Xreoj30EoOwZI= X-Received: by 10.46.66.22 with SMTP id p22mr7641633lja.18.1507007822316; Mon, 02 Oct 2017 22:17:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.208.8 with HTTP; Mon, 2 Oct 2017 22:17:01 -0700 (PDT) Reply-To: araujo@freebsd.org In-Reply-To: <60bw-iznr-wny@FreeBSD.org> References: <201710030241.v932fWjX078115@repo.freebsd.org> <8tgs-khgn-wny@FreeBSD.org> <60bw-iznr-wny@FreeBSD.org> From: Marcelo Araujo Date: Tue, 3 Oct 2017 13:17:01 +0800 Message-ID: Subject: Re: svn commit: r451109 - in head: . sysutils sysutils/iocage sysutils/py3-iocage To: Jan Beich Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 05:17:04 -0000 2017-10-03 13:11 GMT+08:00 Jan Beich : > Marcelo Araujo writes: > > > 2017-10-03 12:01 GMT+08:00 Jan Beich : > > > >> Marcelo Araujo writes: > >> > >> > Author: araujo > >> > Date: Tue Oct 3 02:41:32 2017 > >> > New Revision: 451109 > >> > URL: https://svnweb.freebsd.org/changeset/ports/451109 > >> > > >> > Log: > >> > Rename py3-iocage to iocage as by now we don't have more conflicts > with > >> > the old iocage version > >> > >> If you mean CONFLICTS = py-iocage-[0-9]* then it never worked as package > >> comparison failed on underspecificed pyXY- prefix. > >> > > > > We used to have py-iocage, here the CONFLICTS isn't for checking pyXY. > > > > sysutils/iocage-devel||2017-04-10|Has expired: Outdated version. Please > use > > sysutils/py-iocage instead > > sysutils/iocage||2017-04-10|Has expired: Outdated version. Please use > > sysutils/py-iocage instead > > What is the CONFLICTS line for then? Try installing sysutils/py-iocage > then proceed to install sysutils/iocage and notice CONFLICTS doesn't > abort early but proceeds to install dependencies and iocage itself until > a file conflict occurs. > We don't have sysutils/py-iocage anymore in the portstree. sysutils/py-iocage|sysutils/py3-iocage|2017-07-10|Has expired: obsoleted by sysutils/py3-iocage port using Python 3 instead of Python 2 But I can't avoid that maybe some legacy systems might still ran py-iocage. Best, -- -- Marcelo Araujo (__)araujo@FreeBSD.org \\\'',)http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_) From owner-svn-ports-all@freebsd.org Tue Oct 3 05:27:51 2017 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 51635E31002; Tue, 3 Oct 2017 05:27:51 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30C4564CBB; Tue, 3 Oct 2017 05:27:51 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 879EB6B1; Tue, 3 Oct 2017 05:27:50 +0000 (UTC) From: Jan Beich To: Marcelo Araujo Cc: araujo@freebsd.org, "svn-ports-head\@freebsd.org" , "svn-ports-all\@freebsd.org" , ports-committers Subject: Re: svn commit: r451109 - in head: . sysutils sysutils/iocage sysutils/py3-iocage References: <201710030241.v932fWjX078115@repo.freebsd.org> <8tgs-khgn-wny@FreeBSD.org> <60bw-iznr-wny@FreeBSD.org> Date: Tue, 03 Oct 2017 07:27:35 +0200 In-Reply-To: (Marcelo Araujo's message of "Tue, 3 Oct 2017 13:17:01 +0800") Message-ID: <8tgs-g5rs-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 05:27:51 -0000 Marcelo Araujo writes: > 2017-10-03 13:11 GMT+08:00 Jan Beich : > >> Marcelo Araujo writes: >> >> > 2017-10-03 12:01 GMT+08:00 Jan Beich : >> > >> >> Marcelo Araujo writes: >> >> >> >> > Author: araujo >> >> > Date: Tue Oct 3 02:41:32 2017 >> >> > New Revision: 451109 >> >> > URL: https://svnweb.freebsd.org/changeset/ports/451109 >> >> > >> >> > Log: >> >> > Rename py3-iocage to iocage as by now we don't have more conflicts >> with >> >> > the old iocage version >> >> >> >> If you mean CONFLICTS = py-iocage-[0-9]* then it never worked as package >> >> comparison failed on underspecificed pyXY- prefix. >> >> >> > >> > We used to have py-iocage, here the CONFLICTS isn't for checking pyXY. >> > >> > sysutils/iocage-devel||2017-04-10|Has expired: Outdated version. Please >> use >> > sysutils/py-iocage instead >> > sysutils/iocage||2017-04-10|Has expired: Outdated version. Please use >> > sysutils/py-iocage instead >> >> What is the CONFLICTS line for then? Try installing sysutils/py-iocage >> then proceed to install sysutils/iocage and notice CONFLICTS doesn't >> abort early but proceeds to install dependencies and iocage itself until >> a file conflict occurs. >> > > We don't have sysutils/py-iocage anymore in the portstree. > sysutils/py-iocage|sysutils/py3-iocage|2017-07-10|Has expired: obsoleted by > sysutils/py3-iocage port using Python 3 instead of Python 2 > > But I can't avoid that maybe some legacy systems might still ran py-iocage. Have you actually tested such a scenario? The CONFLICTS line is currently a nop. Here's how to make it work. $ svn up -qr445458 sysutils/py-iocage $ make install -C sysutils/py-iocage [...] $ make install -C sysutils/iocage ===> py36-iocage-0.9.9.2 conflicts with installed package(s): py27-iocage-0.9.5_1 They install files into the same place. You may want to stop build with Ctrl + C. Index: sysutils/iocage/Makefile =================================================================== --- sysutils/iocage/Makefile (revision 451112) +++ sysutils/iocage/Makefile (working copy) @@ -29,6 +29,6 @@ NO_ARCH= yes USES= python:3.6 USE_PYTHON= autoplist distutils -CONFLICTS= py-iocage-[0-9]* +CONFLICTS= py27-iocage-[0-9]* .include From owner-svn-ports-all@freebsd.org Tue Oct 3 05:33:48 2017 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 B373AE313A7; Tue, 3 Oct 2017 05:33:48 +0000 (UTC) (envelope-from araujo@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 800AF650D8; Tue, 3 Oct 2017 05:33:48 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v935XlL6052336; Tue, 3 Oct 2017 05:33:47 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v935XlUT052335; Tue, 3 Oct 2017 05:33:47 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201710030533.v935XlUT052335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Tue, 3 Oct 2017 05:33:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451113 - head/sysutils/iocage X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/sysutils/iocage X-SVN-Commit-Revision: 451113 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 05:33:48 -0000 Author: araujo Date: Tue Oct 3 05:33:47 2017 New Revision: 451113 URL: https://svnweb.freebsd.org/changeset/ports/451113 Log: Be more precise about the python version in CONFLICTS. Submited by: jbeich Modified: head/sysutils/iocage/Makefile Modified: head/sysutils/iocage/Makefile ============================================================================== --- head/sysutils/iocage/Makefile Tue Oct 3 04:41:18 2017 (r451112) +++ head/sysutils/iocage/Makefile Tue Oct 3 05:33:47 2017 (r451113) @@ -29,6 +29,6 @@ NO_ARCH= yes USES= python:3.6 USE_PYTHON= autoplist distutils -CONFLICTS= py-iocage-[0-9]* +CONFLICTS= py27-iocage-[0-9]* .include From owner-svn-ports-all@freebsd.org Tue Oct 3 05:34:27 2017 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 76763E313FD; Tue, 3 Oct 2017 05:34:27 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-lf0-x236.google.com (mail-lf0-x236.google.com [IPv6:2a00:1450:4010:c07::236]) (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 EB9D9651BB; Tue, 3 Oct 2017 05:34:26 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by mail-lf0-x236.google.com with SMTP id p184so8096450lfe.12; Mon, 02 Oct 2017 22:34:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=bw+MGBfh23DYfB7Y73yLlGgW1j9RTr2m/dth9ID7PiY=; b=ksyZIseX2rbr8bSn++Gu0yRg52kx1r9LDmywC4Bujop7QmXtQjLmXkJAcwiG/oN9s+ O80TtCyXsAsQndkP6M0lg3WRq2pCgp1s7f96TI4qVSD9GVTwOYrcSnwT0D0B4j00U0Lv aG3lmgKcYKyYlC2/NoSnLel6clnG3ycoSlCgv/m6ewJ1TyjlQO2+alHQISUeE/GefSaT MjuwquIqJHJdyXFPjW+7YjcerlO5oDSo96EV55QPt/S1TBCbfUBGdZ2izdY6mfNWaRqC v8xSSZev72FHGxbS9C52DrvkBvHr8NtObZd4MLOA6C76o42XXXUuKWuA2PMu6j7BuiG1 Q7PA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=bw+MGBfh23DYfB7Y73yLlGgW1j9RTr2m/dth9ID7PiY=; b=uKQcvYQKCA0scrPMnGzRn2mYcVVOJ0gflCMynxTh0rcIDK3TOQG4RJH914zPEogdIu vxvqewshAGqs7TbPxoi/EowVQM96s1pgJMJy+1jjHol0q0C2W7YVBlbZI0BRuHCkcYYG 7KaF+2/tO/10Kt/uab2685QWygJe/kN/5qwot/vbvSm+SR7Jo69jo8fjgwIRY/CQuEwd Bq03WowdRdG/KX94YM2ATodZZzWOMBaUDOy0nlhUOvTEC9bnKOJ2dGFZmn5R/5oH5Keh IVKdhg6JShxPZzuWXrSXkMHlQRxugivejrB0X/+7yX9nyu5oPpufAo/g1LOciwZeVm99 RiKQ== X-Gm-Message-State: AHPjjUjF4lMil6K72Gg93viqXMzylgSz0tK7XwkRfOaV6ZFxxiYZVdvu Ou1M90TdvQw+zGOwF45MMG1oPOeb4tP7edLgem2wCQ== X-Google-Smtp-Source: AOwi7QBjpq0mef3h1qGMb4KuaBoSVFPRg1BKSFFyKITgwuo9Qez5JFjOItze1mOVXv12NztAw9UF1EuH7YWcpuqfB10= X-Received: by 10.46.80.84 with SMTP id v20mr8089601ljd.93.1507008864425; Mon, 02 Oct 2017 22:34:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.208.8 with HTTP; Mon, 2 Oct 2017 22:34:23 -0700 (PDT) Reply-To: araujo@freebsd.org In-Reply-To: <8tgs-g5rs-wny@FreeBSD.org> References: <201710030241.v932fWjX078115@repo.freebsd.org> <8tgs-khgn-wny@FreeBSD.org> <60bw-iznr-wny@FreeBSD.org> <8tgs-g5rs-wny@FreeBSD.org> From: Marcelo Araujo Date: Tue, 3 Oct 2017 13:34:23 +0800 Message-ID: Subject: Re: svn commit: r451109 - in head: . sysutils sysutils/iocage sysutils/py3-iocage To: Jan Beich Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 05:34:27 -0000 2017-10-03 13:27 GMT+08:00 Jan Beich : > Marcelo Araujo writes: > > > 2017-10-03 13:11 GMT+08:00 Jan Beich : > > > >> Marcelo Araujo writes: > >> > >> > 2017-10-03 12:01 GMT+08:00 Jan Beich : > >> > > >> >> Marcelo Araujo writes: > >> >> > >> >> > Author: araujo > >> >> > Date: Tue Oct 3 02:41:32 2017 > >> >> > New Revision: 451109 > >> >> > URL: https://svnweb.freebsd.org/changeset/ports/451109 > >> >> > > >> >> > Log: > >> >> > Rename py3-iocage to iocage as by now we don't have more > conflicts > >> with > >> >> > the old iocage version > >> >> > >> >> If you mean CONFLICTS = py-iocage-[0-9]* then it never worked as > package > >> >> comparison failed on underspecificed pyXY- prefix. > >> >> > >> > > >> > We used to have py-iocage, here the CONFLICTS isn't for checking pyXY. > >> > > >> > sysutils/iocage-devel||2017-04-10|Has expired: Outdated version. > Please > >> use > >> > sysutils/py-iocage instead > >> > sysutils/iocage||2017-04-10|Has expired: Outdated version. Please use > >> > sysutils/py-iocage instead > >> > >> What is the CONFLICTS line for then? Try installing sysutils/py-iocage > >> then proceed to install sysutils/iocage and notice CONFLICTS doesn't > >> abort early but proceeds to install dependencies and iocage itself until > >> a file conflict occurs. > >> > > > > We don't have sysutils/py-iocage anymore in the portstree. > > sysutils/py-iocage|sysutils/py3-iocage|2017-07-10|Has expired: > obsoleted by > > sysutils/py3-iocage port using Python 3 instead of Python 2 > > > > But I can't avoid that maybe some legacy systems might still ran > py-iocage. > > Have you actually tested such a scenario? The CONFLICTS line is > currently a nop. Here's how to make it work. > > $ svn up -qr445458 sysutils/py-iocage > $ make install -C sysutils/py-iocage > [...] > $ make install -C sysutils/iocage > > ===> py36-iocage-0.9.9.2 conflicts with installed package(s): > py27-iocage-0.9.5_1 > > They install files into the same place. > You may want to stop build with Ctrl + C. > > Index: sysutils/iocage/Makefile > =================================================================== > --- sysutils/iocage/Makefile (revision 451112) > +++ sysutils/iocage/Makefile (working copy) > @@ -29,6 +29,6 @@ NO_ARCH= yes > USES= python:3.6 > USE_PYTHON= autoplist distutils > > -CONFLICTS= py-iocage-[0-9]* > +CONFLICTS= py27-iocage-[0-9]* > > .include > I see, fixed at revision 451113. Thanks, -- -- Marcelo Araujo (__)araujo@FreeBSD.org \\\'',)http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_) From owner-svn-ports-all@freebsd.org Tue Oct 3 05:54:05 2017 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 D84B6E31A97; Tue, 3 Oct 2017 05:54:05 +0000 (UTC) (envelope-from jbeich@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 A436165A09; Tue, 3 Oct 2017 05:54:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v935s4Xw060736; Tue, 3 Oct 2017 05:54:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v935s4dp060734; Tue, 3 Oct 2017 05:54:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710030554.v935s4dp060734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 3 Oct 2017 05:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451114 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 451114 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 05:54:06 -0000 Author: jbeich Date: Tue Oct 3 05:54:04 2017 New Revision: 451114 URL: https://svnweb.freebsd.org/changeset/ports/451114 Log: security/vuxml: seamonkey 2.49.1 build2 uses gecko from firefox 52.4 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 3 05:33:47 2017 (r451113) +++ head/security/vuxml/vuln.xml Tue Oct 3 05:54:04 2017 (r451114) @@ -192,7 +192,7 @@ Notes: seamonkey linux-seamonkey - 2.49.2 + 2.49.1 firefox-esr @@ -259,6 +259,7 @@ Notes: 2017-09-28 2017-09-29 + 2017-10-03 From owner-svn-ports-all@freebsd.org Tue Oct 3 08:11:16 2017 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 98C59E349EE; Tue, 3 Oct 2017 08:11:16 +0000 (UTC) (envelope-from jlh@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 683FB69BBD; Tue, 3 Oct 2017 08:11:16 +0000 (UTC) (envelope-from jlh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v938BFoZ015213; Tue, 3 Oct 2017 08:11:15 GMT (envelope-from jlh@FreeBSD.org) Received: (from jlh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v938BFA8015211; Tue, 3 Oct 2017 08:11:15 GMT (envelope-from jlh@FreeBSD.org) Message-Id: <201710030811.v938BFA8015211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlh set sender to jlh@FreeBSD.org using -f From: Jeremie Le Hen Date: Tue, 3 Oct 2017 08:11:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451115 - head/net/bsdrcmds X-SVN-Group: ports-head X-SVN-Commit-Author: jlh X-SVN-Commit-Paths: head/net/bsdrcmds X-SVN-Commit-Revision: 451115 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 08:11:16 -0000 Author: jlh (src committer) Date: Tue Oct 3 08:11:15 2017 New Revision: 451115 URL: https://svnweb.freebsd.org/changeset/ports/451115 Log: Update to bsdrcmds-20171003 and switch to USE_GITHUB. Reviewed by: bapt Approved by: bapt Modified: head/net/bsdrcmds/Makefile head/net/bsdrcmds/distinfo Modified: head/net/bsdrcmds/Makefile ============================================================================== --- head/net/bsdrcmds/Makefile Tue Oct 3 05:54:04 2017 (r451114) +++ head/net/bsdrcmds/Makefile Tue Oct 3 08:11:15 2017 (r451115) @@ -4,14 +4,16 @@ PORTNAME= bsdrcmds PORTVERSION= 20170627 CATEGORIES= net -MASTER_SITES= LOCAL/jlh +USE_GITHUB= yes +GH_ACCOUNT= jlehen + MAINTAINER= jlh@FreeBSD.org COMMENT= FreeBSD rcmds (rcp/rlogin/rlogind/rsh/rshd/ruptime/rwho/rwhod) LICENSE= BSD3CLAUSE -USES= tar:xz uidfix +USES= uidfix MAKE_ARGS+= BINOWN=${BINOWN} BINMODE=${BINMODE} MAKE_ENV+= NO_WERROR=1 Modified: head/net/bsdrcmds/distinfo ============================================================================== --- head/net/bsdrcmds/distinfo Tue Oct 3 05:54:04 2017 (r451114) +++ head/net/bsdrcmds/distinfo Tue Oct 3 08:11:15 2017 (r451115) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498577522 -SHA256 (bsdrcmds-20170627.tar.xz) = 731ea0afef630bba4bb22ddfabfac1ac55510e8b1fd7bf14920839740fdcd831 -SIZE (bsdrcmds-20170627.tar.xz) = 35072 +TIMESTAMP = 1507018117 +SHA256 (jlehen-bsdrcmds-20170627_GH0.tar.gz) = ad71374df772a1777fe996b34f84b08a237996ea9aed21fef3294a84fab629a6 +SIZE (jlehen-bsdrcmds-20170627_GH0.tar.gz) = 41868 From owner-svn-ports-all@freebsd.org Tue Oct 3 08:26:08 2017 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 459B3E34EDE; Tue, 3 Oct 2017 08:26:08 +0000 (UTC) (envelope-from ashish@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 1E7026A349; Tue, 3 Oct 2017 08:26:08 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v938Q7Lf022425; Tue, 3 Oct 2017 08:26:07 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v938Q6dt022417; Tue, 3 Oct 2017 08:26:06 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201710030826.v938Q6dt022417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Tue, 3 Oct 2017 08:26:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451116 - in head/lang/sagittarius-scheme: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: in head/lang/sagittarius-scheme: . files X-SVN-Commit-Revision: 451116 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 08:26:08 -0000 Author: ashish Date: Tue Oct 3 08:26:06 2017 New Revision: 451116 URL: https://svnweb.freebsd.org/changeset/ports/451116 Log: - Update to 0.8.7 - Add SIMD option (off by default) to control compilation with SIMD flags - Add program to generate cpuinfo required for SIMD support detection Added: head/lang/sagittarius-scheme/files/cpuid.c (contents, props changed) head/lang/sagittarius-scheme/files/patch-cmake_FindSSE.cmake (contents, props changed) Modified: head/lang/sagittarius-scheme/Makefile head/lang/sagittarius-scheme/distinfo head/lang/sagittarius-scheme/files/patch-CMakeLists.txt head/lang/sagittarius-scheme/files/patch-cmake_CMakeLists.txt head/lang/sagittarius-scheme/files/patch-ext_termios_termios.c head/lang/sagittarius-scheme/pkg-plist Modified: head/lang/sagittarius-scheme/Makefile ============================================================================== --- head/lang/sagittarius-scheme/Makefile Tue Oct 3 08:11:15 2017 (r451115) +++ head/lang/sagittarius-scheme/Makefile Tue Oct 3 08:26:06 2017 (r451116) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sagittarius -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.7 CATEGORIES= lang MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \ LOCAL/ashish @@ -23,12 +23,13 @@ USES= cmake pkgconfig ONLY_FOR_ARCHS= amd64 i386 MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= ODBC +OPTIONS_DEFINE= ODBC SIMD PLIST_SUB= PORTNAME=sagittarius PORTVERSION=${PORTVERSION} ODBC_LIB_DEPENDS= libiodbc.so:databases/libiodbc ODBC_CMAKE_ON= -DODBC_INCLUDE_DIR:STRING=${LOCALBASE}/include/libiodbc +SIMD_CMAKE_BOOL= USE_SSE OPTIONS_SUB= ODBC .include @@ -41,6 +42,10 @@ PLIST_ARCH= x86_64 .endif PLIST_SUB+= PLIST_ARCH=${PLIST_ARCH} + +pre-configure: + @${CC} ${CFLAGS} -o ${WRKDIR}/cpuid ${FILESDIR}/cpuid.c + @${REINPLACE_CMD} -e 's,%%CPUID%%,${WRKDIR}/cpuid,' ${WRKSRC}/cmake/FindSSE.cmake post-patch-ODBC-off: @${REINPLACE_CMD} -e '/odbc odbc/d' ${WRKSRC}/ext/CMakeLists.txt Modified: head/lang/sagittarius-scheme/distinfo ============================================================================== --- head/lang/sagittarius-scheme/distinfo Tue Oct 3 08:11:15 2017 (r451115) +++ head/lang/sagittarius-scheme/distinfo Tue Oct 3 08:26:06 2017 (r451116) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506268065 -SHA256 (sagittarius-0.8.6.tar.gz) = d15a604be5b414bf3c7f2bb101794cc01a05650c81fe889e39521c7c82398243 -SIZE (sagittarius-0.8.6.tar.gz) = 6749494 +TIMESTAMP = 1506920792 +SHA256 (sagittarius-0.8.7.tar.gz) = a7dbca62879c88b89b335557f781ecb98f584ea0e86d3b7a3f4dc649dbbc7b79 +SIZE (sagittarius-0.8.7.tar.gz) = 6798931 Added: head/lang/sagittarius-scheme/files/cpuid.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/sagittarius-scheme/files/cpuid.c Tue Oct 3 08:26:06 2017 (r451116) @@ -0,0 +1,42 @@ +#include + +const char *s_edx[] = { "FPU", "VME", "DE", "PSE", "TSC", "MSR", + "PAE", "MCE", "CX8", "APIC", NULL, "SEP", + "MTRR", "PGE", "MCA", "CMOV", "PAT", "PSE36", + "PSN", "CLFLUSH", NULL, "DTS", "ACPI", "MMX", + "FXSR", "SSE", "SSE2", "SS", "HTT", "TM", + "IA64", "PBE" }; + +const char *s_ecx[] = { "SSE3", "PCLMULQDQ", "DTES64", "MON", "DS_CPL", "VMX", + "SMX", "EST", "TM2", "SSSE3", "CNXT_ID", "SDBG", + "FMA", "CX16", "XTPTR", "PDCM", NULL, "PCID", "DCA", + "SSE4.1", "SSE4.2", "x2APIC", "MOVBE", "POPCNT", + "TSCDLT", "AESNI", "XSAVE", "OSXSAVE", "AVX", "F16C", + "RDRAND", "HYPERVISOR" }; + +#define PRINT_REG(reg) for (f = 1, i = 0; i < 32; i++, f <<= 1 ) { \ + if( NULL != s_##reg[i] ) { \ + if( (reg & f) == f) { \ + if( i !=0 ) \ + putchar(','); \ + printf( "%s", s_##reg[i] ); \ + } \ + } \ + } + + +int +main() +{ + int edx, ecx; + int i, f; + + __asm__("cpuid" : "=c"(ecx), "=d"(edx) : "a"(1)); + + printf( "Features=0x%x<", edx ); + PRINT_REG(edx); + puts(">"); + printf( "Features2=0x%x<", ecx ); + PRINT_REG(ecx); + puts(">"); +} Modified: head/lang/sagittarius-scheme/files/patch-CMakeLists.txt ============================================================================== --- head/lang/sagittarius-scheme/files/patch-CMakeLists.txt Tue Oct 3 08:11:15 2017 (r451115) +++ head/lang/sagittarius-scheme/files/patch-CMakeLists.txt Tue Oct 3 08:26:06 2017 (r451116) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2016-02-19 19:27:37 UTC +--- CMakeLists.txt.orig 2017-09-23 20:35:38 UTC +++ CMakeLists.txt -@@ -38,7 +38,7 @@ GET_PARAMETER(INCLUDE_DIR include) +@@ -42,7 +42,7 @@ GET_PARAMETER(INCLUDE_DIR include) GET_PARAMETER(SHARE_DIR share) # FreeBSD ports adds a patch for this directory # so make it configurable Modified: head/lang/sagittarius-scheme/files/patch-cmake_CMakeLists.txt ============================================================================== --- head/lang/sagittarius-scheme/files/patch-cmake_CMakeLists.txt Tue Oct 3 08:11:15 2017 (r451115) +++ head/lang/sagittarius-scheme/files/patch-cmake_CMakeLists.txt Tue Oct 3 08:26:06 2017 (r451116) @@ -1,4 +1,4 @@ ---- cmake/CMakeLists.txt.orig 2016-02-19 19:27:42 UTC +--- cmake/CMakeLists.txt.orig 2017-09-23 20:35:38 UTC +++ cmake/CMakeLists.txt @@ -1,5 +1,5 @@ # Post install script Added: head/lang/sagittarius-scheme/files/patch-cmake_FindSSE.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/sagittarius-scheme/files/patch-cmake_FindSSE.cmake Tue Oct 3 08:26:06 2017 (r451116) @@ -0,0 +1,68 @@ +--- cmake/FindSSE.cmake.orig 2017-09-23 20:35:38 UTC ++++ cmake/FindSSE.cmake +@@ -5,6 +5,7 @@ + MACRO (FindSSE) + # SSE is only for x86 and relatives + IF(CMAKE_SYSTEM_PROCESSOR MATCHES "i.86" OR ++ CMAKE_SYSTEM_PROCESSOR MATCHES "amd64" OR + CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64") + IF(CMAKE_SYSTEM_NAME MATCHES "Linux" OR CYGWIN) + EXEC_PROGRAM(cat ARGS "/proc/cpuinfo" OUTPUT_VARIABLE CPUINFO) +@@ -122,6 +123,57 @@ MACRO (FindSSE) + set(SSE4_1_FOUND false CACHE BOOL "SSE4.1 available on host") + set(SSE4_2_FOUND false CACHE BOOL "SSE4.2 available on host") + set(AVX_FOUND false CACHE BOOL "AVX available on host") ++ ++ ELSEIF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") ++ EXEC_PROGRAM(%%CPUID%% OUTPUT_VARIABLE CPUINFO) ++ ++ STRING(REGEX REPLACE "^.*,(SSE2).*$" "\\1" SSE_THERE ${CPUINFO}) ++ STRING(COMPARE EQUAL "SSE2" "${SSE_THERE}" SSE2_TRUE) ++ IF (SSE2_TRUE) ++ set(SSE2_FOUND true CACHE BOOL "SSE2 available on host") ++ ELSE (SSE2_TRUE) ++ set(SSE2_FOUND false CACHE BOOL "SSE2 available on host") ++ ENDIF (SSE2_TRUE) ++ ++ STRING(REGEX REPLACE "^.*<(SSE3).*$" "\\1" SSE_THERE ${CPUINFO}) ++ STRING(COMPARE EQUAL "SSE3" "${SSE_THERE}" SSE3_TRUE) ++ ++ STRING(REGEX REPLACE "^.*,(SSSE3).*$" "\\1" SSE_THERE ${CPUINFO}) ++ STRING(COMPARE EQUAL "SSSE3" "${SSE_THERE}" SSSE3_TRUE) ++ IF (SSE3_TRUE OR SSSE3_TRUE) ++ set(SSE3_FOUND true CACHE BOOL "SSE3 available on host") ++ ELSE (SSE3_TRUE OR SSSE3_TRUE) ++ set(SSE3_FOUND false CACHE BOOL "SSE3 available on host") ++ ENDIF (SSE3_TRUE OR SSSE3_TRUE) ++ IF (SSSE3_TRUE) ++ set(SSSE3_FOUND true CACHE BOOL "SSSE3 available on host") ++ ELSE (SSSE3_TRUE) ++ set(SSSE3_FOUND false CACHE BOOL "SSSE3 available on host") ++ ENDIF (SSSE3_TRUE) ++ ++ STRING(REGEX REPLACE "^.*,(SSE4\\.1).*$" "\\1" SSE_THERE ${CPUINFO}) ++ STRING(COMPARE EQUAL "SSE4.1" "${SSE_THERE}" SSE41_TRUE) ++ IF (SSE41_TRUE) ++ set(SSE4_1_FOUND true CACHE BOOL "SSE4.1 available on host") ++ ELSE (SSE41_TRUE) ++ set(SSE4_1_FOUND false CACHE BOOL "SSE4.1 available on host") ++ ENDIF (SSE41_TRUE) ++ ++ STRING(REGEX REPLACE "^.*,(SSE4\\.2).*$" "\\1" SSE_THERE ${CPUINFO}) ++ STRING(COMPARE EQUAL "SSE4.2" "${SSE_THERE}" SSE42_TRUE) ++ IF (SSE42_TRUE) ++ set(SSE4_2_FOUND true CACHE BOOL "SSE4.2 available on host") ++ ELSE (SSE42_TRUE) ++ set(SSE4_2_FOUND false CACHE BOOL "SSE4.2 available on host") ++ ENDIF (SSE42_TRUE) ++ ++ STRING(REGEX REPLACE "^.*,(AVX).*$" "\\1" SSE_THERE ${CPUINFO}) ++ STRING(COMPARE EQUAL "AVX" "${SSE_THERE}" AVX_TRUE) ++ IF (AVX_TRUE) ++ set(AVX_FOUND true CACHE BOOL "AVX available on host") ++ ELSE (AVX_TRUE) ++ set(AVX_FOUND false CACHE BOOL "AVX available on host") ++ ENDIF (AVX_TRUE) + ELSE() + set(SSE2_FOUND true CACHE BOOL "SSE2 available on host") + set(SSE3_FOUND false CACHE BOOL "SSE3 available on host") Modified: head/lang/sagittarius-scheme/files/patch-ext_termios_termios.c ============================================================================== --- head/lang/sagittarius-scheme/files/patch-ext_termios_termios.c Tue Oct 3 08:11:15 2017 (r451115) +++ head/lang/sagittarius-scheme/files/patch-ext_termios_termios.c Tue Oct 3 08:26:06 2017 (r451116) @@ -1,4 +1,4 @@ ---- ext/termios/termios.c.orig 2016-02-19 19:27:59 UTC +--- ext/termios/termios.c.orig 2017-09-23 20:35:41 UTC +++ ext/termios/termios.c @@ -457,29 +457,29 @@ SG_EXTENSION_ENTRY void Sg_Init_sagittar TERMIOS_VAR(OCRNL); Modified: head/lang/sagittarius-scheme/pkg-plist ============================================================================== --- head/lang/sagittarius-scheme/pkg-plist Tue Oct 3 08:11:15 2017 (r451115) +++ head/lang/sagittarius-scheme/pkg-plist Tue Oct 3 08:26:06 2017 (r451116) @@ -546,6 +546,8 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a143/fixnums.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a144.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a144/flonums.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a145.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a145/assumptions.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a151.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a151/bitwise.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a17.scm @@ -652,6 +654,7 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/142.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/143.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/144.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/145.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/151.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/17.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/2.scm From owner-svn-ports-all@freebsd.org Tue Oct 3 08:55:45 2017 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 A6F7AE35AD4; Tue, 3 Oct 2017 08:55:45 +0000 (UTC) (envelope-from jlh@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 769856B279; Tue, 3 Oct 2017 08:55:45 +0000 (UTC) (envelope-from jlh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v938tiRk034800; Tue, 3 Oct 2017 08:55:44 GMT (envelope-from jlh@FreeBSD.org) Received: (from jlh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v938ti2Z034798; Tue, 3 Oct 2017 08:55:44 GMT (envelope-from jlh@FreeBSD.org) Message-Id: <201710030855.v938ti2Z034798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlh set sender to jlh@FreeBSD.org using -f From: Jeremie Le Hen Date: Tue, 3 Oct 2017 08:55:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451117 - head/net/bsdrcmds X-SVN-Group: ports-head X-SVN-Commit-Author: jlh X-SVN-Commit-Paths: head/net/bsdrcmds X-SVN-Commit-Revision: 451117 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 08:55:45 -0000 Author: jlh (src committer) Date: Tue Oct 3 08:55:44 2017 New Revision: 451117 URL: https://svnweb.freebsd.org/changeset/ports/451117 Log: Really update to bsdrcmds-20171003, as announced in the last commit mesage. Modified: head/net/bsdrcmds/Makefile head/net/bsdrcmds/distinfo Modified: head/net/bsdrcmds/Makefile ============================================================================== --- head/net/bsdrcmds/Makefile Tue Oct 3 08:26:06 2017 (r451116) +++ head/net/bsdrcmds/Makefile Tue Oct 3 08:55:44 2017 (r451117) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdrcmds -PORTVERSION= 20170627 +PORTVERSION= 20171003 CATEGORIES= net USE_GITHUB= yes Modified: head/net/bsdrcmds/distinfo ============================================================================== --- head/net/bsdrcmds/distinfo Tue Oct 3 08:26:06 2017 (r451116) +++ head/net/bsdrcmds/distinfo Tue Oct 3 08:55:44 2017 (r451117) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507018117 -SHA256 (jlehen-bsdrcmds-20170627_GH0.tar.gz) = ad71374df772a1777fe996b34f84b08a237996ea9aed21fef3294a84fab629a6 -SIZE (jlehen-bsdrcmds-20170627_GH0.tar.gz) = 41868 +TIMESTAMP = 1507020906 +SHA256 (jlehen-bsdrcmds-20171003_GH0.tar.gz) = ee0f6e65236087c0462d2a62cafe3f54b59c8f2dc79e1ad4f8895f41b06a08f9 +SIZE (jlehen-bsdrcmds-20171003_GH0.tar.gz) = 30082 From owner-svn-ports-all@freebsd.org Tue Oct 3 08:59:54 2017 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 5B044E35E13; Tue, 3 Oct 2017 08:59:54 +0000 (UTC) (envelope-from jlh@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 2A4D46B5C4; Tue, 3 Oct 2017 08:59:54 +0000 (UTC) (envelope-from jlh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v938xruO035033; Tue, 3 Oct 2017 08:59:53 GMT (envelope-from jlh@FreeBSD.org) Received: (from jlh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v938xr05035031; Tue, 3 Oct 2017 08:59:53 GMT (envelope-from jlh@FreeBSD.org) Message-Id: <201710030859.v938xr05035031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlh set sender to jlh@FreeBSD.org using -f From: Jeremie Le Hen Date: Tue, 3 Oct 2017 08:59:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451118 - head/net/bsdrcmds X-SVN-Group: ports-head X-SVN-Commit-Author: jlh X-SVN-Commit-Paths: head/net/bsdrcmds X-SVN-Commit-Revision: 451118 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 08:59:54 -0000 Author: jlh (src committer) Date: Tue Oct 3 08:59:53 2017 New Revision: 451118 URL: https://svnweb.freebsd.org/changeset/ports/451118 Log: Also update the accompanying files for 20171003. ruptime/rwho/rwhod don't belong to this port anymore, they are part of the FreeBSD base system as pointed out by peter@ in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220953 Modified: head/net/bsdrcmds/pkg-descr head/net/bsdrcmds/pkg-plist Modified: head/net/bsdrcmds/pkg-descr ============================================================================== --- head/net/bsdrcmds/pkg-descr Tue Oct 3 08:55:44 2017 (r451117) +++ head/net/bsdrcmds/pkg-descr Tue Oct 3 08:59:53 2017 (r451118) @@ -5,6 +5,3 @@ rlogin(1) rlogind(8) rsh(1) rshd(8) -ruptime(1) -rwho(1) -rwhod(8) Modified: head/net/bsdrcmds/pkg-plist ============================================================================== --- head/net/bsdrcmds/pkg-plist Tue Oct 3 08:55:44 2017 (r451117) +++ head/net/bsdrcmds/pkg-plist Tue Oct 3 08:59:53 2017 (r451118) @@ -1,16 +1,10 @@ -bin/ruptime @(,,4555) bin/rsh -bin/rwho @(,,4555) bin/rlogin @(,,4555) bin/rcp man/man8/rlogind.8.gz man/man8/rshd.8.gz -man/man8/rwhod.8.gz man/man1/rsh.1.gz -man/man1/ruptime.1.gz man/man1/rlogin.1.gz -man/man1/rwho.1.gz man/man1/rcp.1.gz -sbin/rwhod sbin/rlogind sbin/rshd From owner-svn-ports-all@freebsd.org Tue Oct 3 09:02:08 2017 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 2ECEBE36350; Tue, 3 Oct 2017 09:02:08 +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 E41126B997; Tue, 3 Oct 2017 09:02:07 +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 v93927XW036650; Tue, 3 Oct 2017 09:02:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93927Ut036649; Tue, 3 Oct 2017 09:02:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201710030902.v93927Ut036649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Oct 2017 09:02:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451119 - head/dns/getdns X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/dns/getdns X-SVN-Commit-Revision: 451119 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 09:02:08 -0000 Author: amdmi3 Date: Tue Oct 3 09:02:06 2017 New Revision: 451119 URL: https://svnweb.freebsd.org/changeset/ports/451119 Log: - Update WWW Approved by: portmgr blanket Modified: head/dns/getdns/pkg-descr Modified: head/dns/getdns/pkg-descr ============================================================================== --- head/dns/getdns/pkg-descr Tue Oct 3 08:59:53 2017 (r451118) +++ head/dns/getdns/pkg-descr Tue Oct 3 09:02:06 2017 (r451119) @@ -7,4 +7,4 @@ way to access DNS security (DNSSEC) and other powerful a particular hope is to inspire application developers towards innovative security solutions in their applications. -WWW: http://getdnsapi.net/ +WWW: https://getdnsapi.net/ From owner-svn-ports-all@freebsd.org Tue Oct 3 09:17:09 2017 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 C92D2E3677A; Tue, 3 Oct 2017 09:17:09 +0000 (UTC) (envelope-from jlh@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 96FC56BFEE; Tue, 3 Oct 2017 09:17:09 +0000 (UTC) (envelope-from jlh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v939H8rM043500; Tue, 3 Oct 2017 09:17:08 GMT (envelope-from jlh@FreeBSD.org) Received: (from jlh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v939H8M2043497; Tue, 3 Oct 2017 09:17:08 GMT (envelope-from jlh@FreeBSD.org) Message-Id: <201710030917.v939H8M2043497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlh set sender to jlh@FreeBSD.org using -f From: Jeremie Le Hen Date: Tue, 3 Oct 2017 09:17:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451120 - head/net/bsdrcmds X-SVN-Group: ports-head X-SVN-Commit-Author: jlh X-SVN-Commit-Paths: head/net/bsdrcmds X-SVN-Commit-Revision: 451120 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 09:17:09 -0000 Author: jlh (src committer) Date: Tue Oct 3 09:17:08 2017 New Revision: 451120 URL: https://svnweb.freebsd.org/changeset/ports/451120 Log: I should always test end-to-end before committing (x10). It turns out I forgot to update the Makefile in the Github project after the removal of ruptime/rwho/rwhod. So new tag, new distinfo. Modified: head/net/bsdrcmds/Makefile head/net/bsdrcmds/distinfo Modified: head/net/bsdrcmds/Makefile ============================================================================== --- head/net/bsdrcmds/Makefile Tue Oct 3 09:02:06 2017 (r451119) +++ head/net/bsdrcmds/Makefile Tue Oct 3 09:17:08 2017 (r451120) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= bsdrcmds -PORTVERSION= 20171003 +PORTVERSION= 20171003.01 CATEGORIES= net USE_GITHUB= yes GH_ACCOUNT= jlehen MAINTAINER= jlh@FreeBSD.org -COMMENT= FreeBSD rcmds (rcp/rlogin/rlogind/rsh/rshd/ruptime/rwho/rwhod) +COMMENT= FreeBSD rcmds (rcp/rlogin/rlogind/rsh/rshd) LICENSE= BSD3CLAUSE Modified: head/net/bsdrcmds/distinfo ============================================================================== --- head/net/bsdrcmds/distinfo Tue Oct 3 09:02:06 2017 (r451119) +++ head/net/bsdrcmds/distinfo Tue Oct 3 09:17:08 2017 (r451120) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507020906 -SHA256 (jlehen-bsdrcmds-20171003_GH0.tar.gz) = ee0f6e65236087c0462d2a62cafe3f54b59c8f2dc79e1ad4f8895f41b06a08f9 -SIZE (jlehen-bsdrcmds-20171003_GH0.tar.gz) = 30082 +TIMESTAMP = 1507021885 +SHA256 (jlehen-bsdrcmds-20171003.01_GH0.tar.gz) = 904ce71744493944806b7aa460f4ba3bddfaa7117d7c38505b2d851ccbab301c +SIZE (jlehen-bsdrcmds-20171003.01_GH0.tar.gz) = 30067 From owner-svn-ports-all@freebsd.org Tue Oct 3 09:25:49 2017 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 8F99AE36B97; Tue, 3 Oct 2017 09:25:49 +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 5E7596C581; Tue, 3 Oct 2017 09:25:49 +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 v939Pm0v047480; Tue, 3 Oct 2017 09:25:48 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v939PmX7047478; Tue, 3 Oct 2017 09:25:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710030925.v939PmX7047478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 3 Oct 2017 09:25:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451121 - head/devel/jna X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/jna X-SVN-Commit-Revision: 451121 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 09:25:49 -0000 Author: vanilla Date: Tue Oct 3 09:25:48 2017 New Revision: 451121 URL: https://svnweb.freebsd.org/changeset/ports/451121 Log: Update to 4.5.0. Modified: head/devel/jna/Makefile head/devel/jna/distinfo Modified: head/devel/jna/Makefile ============================================================================== --- head/devel/jna/Makefile Tue Oct 3 09:17:08 2017 (r451120) +++ head/devel/jna/Makefile Tue Oct 3 09:25:48 2017 (r451121) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jna -PORTVERSION= 4.4.0 +PORTVERSION= 4.5.0 CATEGORIES= devel java MAINTAINER= ports@FreeBSD.org Modified: head/devel/jna/distinfo ============================================================================== --- head/devel/jna/distinfo Tue Oct 3 09:17:08 2017 (r451120) +++ head/devel/jna/distinfo Tue Oct 3 09:25:48 2017 (r451121) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489759715 -SHA256 (java-native-access-jna-4.4.0_GH0.tar.gz) = 6743c351df7114f5c3eb8294a5dd6e76aa29b49ce3eb1efdc4130276a39882f2 -SIZE (java-native-access-jna-4.4.0_GH0.tar.gz) = 69248416 +TIMESTAMP = 1507011056 +SHA256 (java-native-access-jna-4.5.0_GH0.tar.gz) = f1e12cde12994df4ad00cae85694f61f1bc2faaff8bef208200d47304a3673d3 +SIZE (java-native-access-jna-4.5.0_GH0.tar.gz) = 73139832 From owner-svn-ports-all@freebsd.org Tue Oct 3 10:05:27 2017 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 93D7BE3753D; Tue, 3 Oct 2017 10:05:27 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7598F6D4AD; Tue, 3 Oct 2017 10:05:27 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id C8F1D3592; Tue, 3 Oct 2017 10:05:26 +0000 (UTC) From: Jan Beich To: Ashish SHUKLA Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r451116 - in head/lang/sagittarius-scheme: . files References: <201710030826.v938Q6dt022417@repo.freebsd.org> Date: Tue, 03 Oct 2017 12:05:20 +0200 In-Reply-To: <201710030826.v938Q6dt022417@repo.freebsd.org> (Ashish SHUKLA's message of "Tue, 3 Oct 2017 08:26:06 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 10:05:27 -0000 Ashish SHUKLA writes: > Author: ashish > Date: Tue Oct 3 08:26:06 2017 > New Revision: 451116 > URL: https://svnweb.freebsd.org/changeset/ports/451116 > > Log: > - Update to 0.8.7 > - Add SIMD option (off by default) to control compilation with SIMD > flags > - Add program to generate cpuinfo required for SIMD support detection [...] > ++ ELSEIF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") > ++ EXEC_PROGRAM(%%CPUID%% OUTPUT_VARIABLE CPUINFO) > ++ > ++ STRING(REGEX REPLACE "^.*,(SSE2).*$" "\\1" SSE_THERE ${CPUINFO}) > ++ STRING(COMPARE EQUAL "SSE2" "${SSE_THERE}" SSE2_TRUE) > ++ IF (SSE2_TRUE) > ++ set(SSE2_FOUND true CACHE BOOL "SSE2 available on host") > ++ ELSE (SSE2_TRUE) > ++ set(SSE2_FOUND false CACHE BOOL "SSE2 available on host") > ++ ENDIF (SSE2_TRUE) [...] > IF (USE_SSE) > IF (SSE2_FOUND) > SET(CMAKE_C_FLAGS "-msse2 ${CMAKE_C_FLAGS}") > SET(CMAKE_CXX_FLAGS "-msse2 ${CMAKE_CXX_FLAGS}") > ENDIF() Given the lack of __SSE*__ guards in the source -m* flags look like a cargo cult optimization or a verbose way to say CFLAGS += -march=native. For one, users with CPUTYPE set via make.conf already have -march= which enables -m* flags supported by the specific CPU. From owner-svn-ports-all@freebsd.org Tue Oct 3 10:25:35 2017 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 A1ED7E37B39; Tue, 3 Oct 2017 10:25:35 +0000 (UTC) (envelope-from kwm@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 6BE2A6DD56; Tue, 3 Oct 2017 10:25:35 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93APYVr071949; Tue, 3 Oct 2017 10:25:34 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93APYU0071946; Tue, 3 Oct 2017 10:25:34 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201710031025.v93APYU0071946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 3 Oct 2017 10:25:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451122 - head/graphics/poppler-data X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/graphics/poppler-data X-SVN-Commit-Revision: 451122 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 10:25:35 -0000 Author: kwm Date: Tue Oct 3 10:25:34 2017 New Revision: 451122 URL: https://svnweb.freebsd.org/changeset/ports/451122 Log: Update poppler-data to 0.4.8. Modified: head/graphics/poppler-data/Makefile head/graphics/poppler-data/distinfo head/graphics/poppler-data/pkg-plist Modified: head/graphics/poppler-data/Makefile ============================================================================== --- head/graphics/poppler-data/Makefile Tue Oct 3 09:25:48 2017 (r451121) +++ head/graphics/poppler-data/Makefile Tue Oct 3 10:25:34 2017 (r451122) @@ -1,8 +1,7 @@ # $FreeBSD$ -# $MCom: ports/graphics/poppler-data/Makefile,v 1.5 2010/11/17 15:12:27 kwm Exp $ PORTNAME= poppler-data -PORTVERSION= 0.4.7 +PORTVERSION= 0.4.8 CATEGORIES= graphics MASTER_SITES= http://poppler.freedesktop.org/ Modified: head/graphics/poppler-data/distinfo ============================================================================== --- head/graphics/poppler-data/distinfo Tue Oct 3 09:25:48 2017 (r451121) +++ head/graphics/poppler-data/distinfo Tue Oct 3 10:25:34 2017 (r451122) @@ -1,2 +1,3 @@ -SHA256 (poppler-data-0.4.7.tar.gz) = e752b0d88a7aba54574152143e7bf76436a7ef51977c55d6bd9a48dccde3a7de -SIZE (poppler-data-0.4.7.tar.gz) = 4182339 +TIMESTAMP = 1507026292 +SHA256 (poppler-data-0.4.8.tar.gz) = 1096a18161f263cccdc6d8a2eb5548c41ff8fcf9a3609243f1b6296abdf72872 +SIZE (poppler-data-0.4.8.tar.gz) = 4209901 Modified: head/graphics/poppler-data/pkg-plist ============================================================================== --- head/graphics/poppler-data/pkg-plist Tue Oct 3 09:25:48 2017 (r451121) +++ head/graphics/poppler-data/pkg-plist Tue Oct 3 10:25:34 2017 (r451122) @@ -6,6 +6,7 @@ share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-3 share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-4 share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-5 share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-6 +share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-7 share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-B5pc share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-ETen-B5 share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-H-CID From owner-svn-ports-all@freebsd.org Tue Oct 3 11:32:25 2017 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 D3727E39709; Tue, 3 Oct 2017 11:32:25 +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 A2C0070125; Tue, 3 Oct 2017 11:32:25 +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 v93BWOLu099770; Tue, 3 Oct 2017 11:32:24 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93BWONZ099767; Tue, 3 Oct 2017 11:32:24 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710031132.v93BWONZ099767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 3 Oct 2017 11:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451123 - head/textproc/lowdown X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/textproc/lowdown X-SVN-Commit-Revision: 451123 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 11:32:25 -0000 Author: bapt Date: Tue Oct 3 11:32:24 2017 New Revision: 451123 URL: https://svnweb.freebsd.org/changeset/ports/451123 Log: Update to 0.2.7 Modified: head/textproc/lowdown/Makefile head/textproc/lowdown/distinfo head/textproc/lowdown/pkg-plist Modified: head/textproc/lowdown/Makefile ============================================================================== --- head/textproc/lowdown/Makefile Tue Oct 3 10:25:34 2017 (r451122) +++ head/textproc/lowdown/Makefile Tue Oct 3 11:32:24 2017 (r451123) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lowdown -PORTVERSION= 0.2.5 +PORTVERSION= 0.2.7 CATEGORIES= textproc MASTER_SITES= http://kristaps.bsd.lv/lowdown/snapshots/ Modified: head/textproc/lowdown/distinfo ============================================================================== --- head/textproc/lowdown/distinfo Tue Oct 3 10:25:34 2017 (r451122) +++ head/textproc/lowdown/distinfo Tue Oct 3 11:32:24 2017 (r451123) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506596641 -SHA256 (lowdown-0.2.5.tar.gz) = 173febbb750e8944972c3e7b67d86c9b4d5b69d63362f30835db279aa72a4518 -SIZE (lowdown-0.2.5.tar.gz) = 67223 +TIMESTAMP = 1506931108 +SHA256 (lowdown-0.2.7.tar.gz) = c96c105c231484843a8d38e8b7deb248ef7736810953b9289f613fef9d777de1 +SIZE (lowdown-0.2.7.tar.gz) = 72312 Modified: head/textproc/lowdown/pkg-plist ============================================================================== --- head/textproc/lowdown/pkg-plist Tue Oct 3 10:25:34 2017 (r451122) +++ head/textproc/lowdown/pkg-plist Tue Oct 3 11:32:24 2017 (r451123) @@ -18,3 +18,4 @@ man/man3/lowdown_nroff_rndr.3.gz man/man3/lowdown_tree_free.3.gz man/man3/lowdown_tree_new.3.gz man/man3/lowdown_tree_rndr.3.gz +man/man5/lowdown.5.gz From owner-svn-ports-all@freebsd.org Tue Oct 3 11:33:04 2017 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 90102E39748; Tue, 3 Oct 2017 11:33:04 +0000 (UTC) (envelope-from mat@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 69EDC70228; Tue, 3 Oct 2017 11:33:04 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93BX3DZ000724; Tue, 3 Oct 2017 11:33:03 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93BX35J000721; Tue, 3 Oct 2017 11:33:03 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201710031133.v93BX35J000721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 3 Oct 2017 11:33:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451124 - head/lang/perl5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/lang/perl5-devel X-SVN-Commit-Revision: 451124 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 11:33:04 -0000 Author: mat Date: Tue Oct 3 11:33:03 2017 New Revision: 451124 URL: https://svnweb.freebsd.org/changeset/ports/451124 Log: Update to v5.27.4-36-g95db2ef. Changes: https://github.com/Perl/perl5/compare/v5.27.4-28-g60dfa51...v5.27.4-36-g95db2ef Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) head/lang/perl5-devel/pkg-plist (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Tue Oct 3 11:32:24 2017 (r451123) +++ head/lang/perl5-devel/Makefile Tue Oct 3 11:33:03 2017 (r451124) @@ -35,7 +35,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.27.4-28-g60dfa51 +GH_TAGNAME= v5.27.4-36-g95db2ef OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \ THREADS PERL_MALLOC DTRACE DOT_INC Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Tue Oct 3 11:32:24 2017 (r451123) +++ head/lang/perl5-devel/distinfo Tue Oct 3 11:33:03 2017 (r451124) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506341985 -SHA256 (perl/Perl-perl5-v5.27.4-28-g60dfa51_GH0.tar.gz) = 451fb4476b77fbba7f444a603614b1135c19eb1cd46c9a5109701fad8517a0f6 -SIZE (perl/Perl-perl5-v5.27.4-28-g60dfa51_GH0.tar.gz) = 18692387 +TIMESTAMP = 1507028082 +SHA256 (perl/Perl-perl5-v5.27.4-36-g95db2ef_GH0.tar.gz) = af44f286b982543b915dbf145ddfafd810e55ba9b7099d2cd754bc8338fcc212 +SIZE (perl/Perl-perl5-v5.27.4-36-g95db2ef_GH0.tar.gz) = 18714184 Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Tue Oct 3 11:32:24 2017 (r451123) +++ head/lang/perl5-devel/pkg-plist Tue Oct 3 11:33:03 2017 (r451124) @@ -499,15 +499,27 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/Test2/Event/Diag.pm %%PRIV_LIB%%/Test2/Event/Encoding.pm %%PRIV_LIB%%/Test2/Event/Exception.pm +%%PRIV_LIB%%/Test2/Event/Fail.pm %%PRIV_LIB%%/Test2/Event/Generic.pm -%%PRIV_LIB%%/Test2/Event/Info.pm %%PRIV_LIB%%/Test2/Event/Note.pm %%PRIV_LIB%%/Test2/Event/Ok.pm +%%PRIV_LIB%%/Test2/Event/Pass.pm %%PRIV_LIB%%/Test2/Event/Plan.pm %%PRIV_LIB%%/Test2/Event/Skip.pm %%PRIV_LIB%%/Test2/Event/Subtest.pm %%PRIV_LIB%%/Test2/Event/TAP/Version.pm %%PRIV_LIB%%/Test2/Event/Waiting.pm +%%PRIV_LIB%%/Test2/EventFacet.pm +%%PRIV_LIB%%/Test2/EventFacet/About.pm +%%PRIV_LIB%%/Test2/EventFacet/Amnesty.pm +%%PRIV_LIB%%/Test2/EventFacet/Assert.pm +%%PRIV_LIB%%/Test2/EventFacet/Control.pm +%%PRIV_LIB%%/Test2/EventFacet/Error.pm +%%PRIV_LIB%%/Test2/EventFacet/Info.pm +%%PRIV_LIB%%/Test2/EventFacet/Meta.pm +%%PRIV_LIB%%/Test2/EventFacet/Parent.pm +%%PRIV_LIB%%/Test2/EventFacet/Plan.pm +%%PRIV_LIB%%/Test2/EventFacet/Trace.pm %%PRIV_LIB%%/Test2/Formatter.pm %%PRIV_LIB%%/Test2/Formatter/TAP.pm %%PRIV_LIB%%/Test2/Hub.pm @@ -521,6 +533,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/Test2/Transition.pod %%PRIV_LIB%%/Test2/Util.pm %%PRIV_LIB%%/Test2/Util/ExternalMeta.pm +%%PRIV_LIB%%/Test2/Util/Facets2Legacy.pm %%PRIV_LIB%%/Test2/Util/HashBase.pm %%PRIV_LIB%%/Test2/Util/Trace.pm %%PRIV_LIB%%/Text/Abbrev.pm @@ -1594,15 +1607,27 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN3%%/Test2::Event::Diag.3.gz %%MAN3%%/Test2::Event::Encoding.3.gz %%MAN3%%/Test2::Event::Exception.3.gz +%%MAN3%%/Test2::Event::Fail.3.gz %%MAN3%%/Test2::Event::Generic.3.gz -%%MAN3%%/Test2::Event::Info.3.gz %%MAN3%%/Test2::Event::Note.3.gz %%MAN3%%/Test2::Event::Ok.3.gz +%%MAN3%%/Test2::Event::Pass.3.gz %%MAN3%%/Test2::Event::Plan.3.gz %%MAN3%%/Test2::Event::Skip.3.gz %%MAN3%%/Test2::Event::Subtest.3.gz %%MAN3%%/Test2::Event::TAP::Version.3.gz %%MAN3%%/Test2::Event::Waiting.3.gz +%%MAN3%%/Test2::EventFacet.3.gz +%%MAN3%%/Test2::EventFacet::About.3.gz +%%MAN3%%/Test2::EventFacet::Amnesty.3.gz +%%MAN3%%/Test2::EventFacet::Assert.3.gz +%%MAN3%%/Test2::EventFacet::Control.3.gz +%%MAN3%%/Test2::EventFacet::Error.3.gz +%%MAN3%%/Test2::EventFacet::Info.3.gz +%%MAN3%%/Test2::EventFacet::Meta.3.gz +%%MAN3%%/Test2::EventFacet::Parent.3.gz +%%MAN3%%/Test2::EventFacet::Plan.3.gz +%%MAN3%%/Test2::EventFacet::Trace.3.gz %%MAN3%%/Test2::Formatter.3.gz %%MAN3%%/Test2::Formatter::TAP.3.gz %%MAN3%%/Test2::Hub.3.gz From owner-svn-ports-all@freebsd.org Tue Oct 3 11:33:11 2017 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 5EC71E3976F; Tue, 3 Oct 2017 11:33:11 +0000 (UTC) (envelope-from mat@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 37E8070256; Tue, 3 Oct 2017 11:33:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93BXAa7000865; Tue, 3 Oct 2017 11:33:10 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93BXAC1000861; Tue, 3 Oct 2017 11:33:10 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201710031133.v93BXAC1000861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 3 Oct 2017 11:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451125 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind9-devel: . files X-SVN-Commit-Revision: 451125 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 11:33:11 -0000 Author: mat Date: Tue Oct 3 11:33:09 2017 New Revision: 451125 URL: https://svnweb.freebsd.org/changeset/ports/451125 Log: Update to latest commit. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Tue Oct 3 11:33:03 2017 (r451124) +++ head/dns/bind9-devel/Makefile Tue Oct 3 11:33:09 2017 (r451125) @@ -31,8 +31,8 @@ LICENSE= MPL LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2017.09.23 -HASH= 2919a6d +ISCVERSION= 9.12.0a.2017.10.03 +HASH= e515fae USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Tue Oct 3 11:33:03 2017 (r451124) +++ head/dns/bind9-devel/distinfo Tue Oct 3 11:33:09 2017 (r451125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506342038 -SHA256 (bind9-2919a6d.tar.gz) = 360cb4f842a6fbbffee4fd703452a5f48189c80ab7906a6305314dd6f18f784d -SIZE (bind9-2919a6d.tar.gz) = 11701389 +TIMESTAMP = 1507028237 +SHA256 (bind9-e515fae.tar.gz) = 5888262b5e949cc1ad602d4d2faeddba8a4aad93b9ad5c150cb4eea837e4ce0f +SIZE (bind9-e515fae.tar.gz) = 11708606 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Tue Oct 3 11:33:03 2017 (r451124) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Tue Oct 3 11:33:09 2017 (r451125) @@ -1,6 +1,6 @@ ---- bin/named/config.c.orig 2017-09-23 04:57:27 UTC +--- bin/named/config.c.orig 2017-10-03 08:11:36 UTC +++ bin/named/config.c -@@ -179,12 +179,14 @@ options {\n\ +@@ -178,12 +178,14 @@ options {\n\ max-recursion-queries 75;\n\ max-stale-ttl 604800; /* 1 week */\n\ message-compression yes;\n\ @@ -15,9 +15,9 @@ provide-ixfr true;\n\ query-source address *;\n\ query-source-v6 address *;\n\ ---- bin/named/server.c.orig 2017-09-23 04:57:27 UTC +--- bin/named/server.c.orig 2017-10-03 08:11:36 UTC +++ bin/named/server.c -@@ -4090,6 +4090,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -4029,6 +4029,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -34,7 +34,7 @@ result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2017-09-23 04:57:27 UTC +--- lib/dns/include/dns/view.h.orig 2017-10-03 08:11:36 UTC +++ lib/dns/include/dns/view.h @@ -145,6 +145,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -45,9 +45,9 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2017-09-23 04:57:27 UTC +--- lib/dns/resolver.c.orig 2017-10-03 08:11:36 UTC +++ lib/dns/resolver.c -@@ -5751,6 +5751,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5749,6 +5749,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -66,7 +66,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2017-09-23 04:57:27 UTC +--- lib/isccfg/namedconf.c.orig 2017-10-03 08:11:36 UTC +++ lib/isccfg/namedconf.c @@ -1918,6 +1918,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, From owner-svn-ports-all@freebsd.org Tue Oct 3 11:33:14 2017 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 9128EE39792; Tue, 3 Oct 2017 11:33:14 +0000 (UTC) (envelope-from mat@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 5C8D97029B; Tue, 3 Oct 2017 11:33:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93BXD1B000989; Tue, 3 Oct 2017 11:33:13 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93BXDO0000987; Tue, 3 Oct 2017 11:33:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201710031133.v93BXDO0000987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 3 Oct 2017 11:33:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451126 - head/www/ikiwiki X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/www/ikiwiki X-SVN-Commit-Revision: 451126 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 11:33:14 -0000 Author: mat Date: Tue Oct 3 11:33:13 2017 New Revision: 451126 URL: https://svnweb.freebsd.org/changeset/ports/451126 Log: Update to 3.20171001. Sponsored by: Absolight Modified: head/www/ikiwiki/Makefile (contents, props changed) head/www/ikiwiki/distinfo (contents, props changed) Modified: head/www/ikiwiki/Makefile ============================================================================== --- head/www/ikiwiki/Makefile Tue Oct 3 11:33:09 2017 (r451125) +++ head/www/ikiwiki/Makefile Tue Oct 3 11:33:13 2017 (r451126) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ikiwiki -PORTVERSION= 3.20170622 +PORTVERSION= 3.20171001 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= DEBIAN_POOL \ Modified: head/www/ikiwiki/distinfo ============================================================================== --- head/www/ikiwiki/distinfo Tue Oct 3 11:33:09 2017 (r451125) +++ head/www/ikiwiki/distinfo Tue Oct 3 11:33:13 2017 (r451126) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498564263 -SHA256 (ikiwiki_3.20170622.tar.xz) = 0eb3d8a85ac56da11b410eba4ff99b8611b4afbfebfc59292b651de3f3ca8bfe -SIZE (ikiwiki_3.20170622.tar.xz) = 2633776 +TIMESTAMP = 1507029217 +SHA256 (ikiwiki_3.20171001.tar.xz) = a3bdeaf2f129d38ae6ee55c73deaed40623e05ccfb5f692bde8a6c7b4e021966 +SIZE (ikiwiki_3.20171001.tar.xz) = 2638780 From owner-svn-ports-all@freebsd.org Tue Oct 3 13:02:08 2017 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 3D46CE3C161; Tue, 3 Oct 2017 13:02:08 +0000 (UTC) (envelope-from jbeich@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 0DCE3733D5; Tue, 3 Oct 2017 13:02:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93D26xA037150; Tue, 3 Oct 2017 13:02:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93D26pq037149; Tue, 3 Oct 2017 13:02:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710031302.v93D26pq037149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 3 Oct 2017 13:02:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451127 - head/mail/thunderbird/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/mail/thunderbird/files X-SVN-Commit-Revision: 451127 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 13:02:08 -0000 Author: jbeich Date: Tue Oct 3 13:02:06 2017 New Revision: 451127 URL: https://svnweb.freebsd.org/changeset/ports/451127 Log: mail/thunderbird: unbreak RUST=on error[E0463]: can't find crate for `cheddar` --> mozilla/media/libstagefright/binding/mp4parse_capi/build.rs:1:1 | 1 | extern crate cheddar; | ^^^^^^^^^^^^^^^^^^^^^ can't find crate error: aborting due to previous error(s) error: Could not compile `mp4parse_capi`. PR: 222754 Reported by: Vladimir Omelchuk Added: head/mail/thunderbird/files/patch-bug1338655 (contents, props changed) Added: head/mail/thunderbird/files/patch-bug1338655 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/patch-bug1338655 Tue Oct 3 13:02:06 2017 (r451127) @@ -0,0 +1,66 @@ +commit bbd48a5613c8 +Author: Ralph Giles +Date: Fri Feb 10 12:58:18 2017 -0800 + + Bug 1338655 - Don't try to build mp4parse bindings. r=froydnj + + We use the cheddar crate to generate a C header file + for our mp4parse_capi wrapper crate. Currently we + do this at code check-in time via update-rust.sh. + + Cargo 0.18 and later will try to execute a build.rs + file in the crate source tree regardless of whether + it's specified in Cargo.toml so patching out that + line just results in 'crate cheddar not found'. + + This change restores the old behaviour by substituting + a 'build = false' line instead. + + We do have syntex vendored, but we don't currently build + it by default, so I prefer this solution to just vendoring + cheddar and generating the header at build time. The syntex + crate is quite large and adds significantly to our compile + time. + + MozReview-Commit-ID: InJRRODWAdP + + --HG-- + extra : rebase_source : 29378fcbc86015ce6cc22dc66d38a43ddbac204e +--- + media/libstagefright/binding/mp4parse-cargo.patch | 5 +++-- + media/libstagefright/binding/mp4parse_capi/Cargo.toml | 2 ++ + 2 files changed, 5 insertions(+), 2 deletions(-) + +diff --git media/libstagefright/binding/mp4parse-cargo.patch media/libstagefright/binding/mp4parse-cargo.patch +index 1dd13d20472a..bfa0ab74b424 100644 +--- mozilla/media/libstagefright/binding/mp4parse-cargo.patch ++++ mozilla/media/libstagefright/binding/mp4parse-cargo.patch +@@ -25,12 +25,13 @@ diff --git a/media/libstagefright/binding/mp4parse_cap + index aeeebc65..5c0836a 100644 + --- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml + +++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml +-@@ -18,17 +18,9 @@ exclude = [ ++@@ -18,17 +18,11 @@ exclude = [ + "*.mp4", + ] + + -build = "build.rs" +-- +++build = false ++ + [dependencies] + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} + +diff --git media/libstagefright/binding/mp4parse_capi/Cargo.toml media/libstagefright/binding/mp4parse_capi/Cargo.toml +index aee7ee947151..d7e3f55119d3 100644 +--- mozilla/media/libstagefright/binding/mp4parse_capi/Cargo.toml ++++ mozilla/media/libstagefright/binding/mp4parse_capi/Cargo.toml +@@ -18,6 +18,8 @@ exclude = [ + "*.mp4", + ] + ++build = false ++ + [dependencies] + byteorder = "1.0.0" + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} From owner-svn-ports-all@freebsd.org Tue Oct 3 13:06:52 2017 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 AFFFBE3C986; Tue, 3 Oct 2017 13:06:52 +0000 (UTC) (envelope-from lifanov@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 7EEAA73821; Tue, 3 Oct 2017 13:06:52 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93D6pGt038220; Tue, 3 Oct 2017 13:06:51 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93D6prq038218; Tue, 3 Oct 2017 13:06:51 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201710031306.v93D6prq038218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Tue, 3 Oct 2017 13:06:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451128 - head/sysutils/terraform X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: head/sysutils/terraform X-SVN-Commit-Revision: 451128 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 13:06:52 -0000 Author: lifanov Date: Tue Oct 3 13:06:51 2017 New Revision: 451128 URL: https://svnweb.freebsd.org/changeset/ports/451128 Log: update sysutils/terraform to 0.10.7 Changes: https://github.com/hashicorp/terraform/blob/v0.10.7/CHANGELOG.md Modified: head/sysutils/terraform/Makefile head/sysutils/terraform/distinfo Modified: head/sysutils/terraform/Makefile ============================================================================== --- head/sysutils/terraform/Makefile Tue Oct 3 13:02:06 2017 (r451127) +++ head/sysutils/terraform/Makefile Tue Oct 3 13:06:51 2017 (r451128) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= terraform -PORTVERSION= 0.10.6 +PORTVERSION= 0.10.7 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/terraform/distinfo ============================================================================== --- head/sysutils/terraform/distinfo Tue Oct 3 13:02:06 2017 (r451127) +++ head/sysutils/terraform/distinfo Tue Oct 3 13:06:51 2017 (r451128) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506069026 -SHA256 (hashicorp-terraform-v0.10.6_GH0.tar.gz) = 3170223c601263a7be9af9d14194e36170900cecfec784464abca1679e03fb11 -SIZE (hashicorp-terraform-v0.10.6_GH0.tar.gz) = 8212772 +TIMESTAMP = 1507035910 +SHA256 (hashicorp-terraform-v0.10.7_GH0.tar.gz) = 4959ace3c3c350d4121e235ba64771f94e5d5a4a6acdd5bce1c053a417283938 +SIZE (hashicorp-terraform-v0.10.7_GH0.tar.gz) = 8227294 From owner-svn-ports-all@freebsd.org Tue Oct 3 13:24:12 2017 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 DADF9E3D009; Tue, 3 Oct 2017 13:24:12 +0000 (UTC) (envelope-from riggs@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 A484E741C5; Tue, 3 Oct 2017 13:24:12 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93DOBuQ046343; Tue, 3 Oct 2017 13:24:11 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93DOBMu046340; Tue, 3 Oct 2017 13:24:11 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201710031324.v93DOBMu046340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 3 Oct 2017 13:24:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451129 - in head/databases/mongodb34: . files X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in head/databases/mongodb34: . files X-SVN-Commit-Revision: 451129 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 13:24:13 -0000 Author: riggs Date: Tue Oct 3 13:24:11 2017 New Revision: 451129 URL: https://svnweb.freebsd.org/changeset/ports/451129 Log: Update to upstream version 3.4.7 PR: 222298 Submitted by: eric@camachat.org (maintainer) MFH: 2017Q4 Modified: head/databases/mongodb34/Makefile head/databases/mongodb34/distinfo head/databases/mongodb34/files/patch-SConstruct Modified: head/databases/mongodb34/Makefile ============================================================================== --- head/databases/mongodb34/Makefile Tue Oct 3 13:06:51 2017 (r451128) +++ head/databases/mongodb34/Makefile Tue Oct 3 13:24:11 2017 (r451129) @@ -2,8 +2,8 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 3.4.6 -PORTREVISION= 3 +DISTVERSION= 3.4.7 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ Modified: head/databases/mongodb34/distinfo ============================================================================== --- head/databases/mongodb34/distinfo Tue Oct 3 13:06:51 2017 (r451128) +++ head/databases/mongodb34/distinfo Tue Oct 3 13:24:11 2017 (r451129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499359915 -SHA256 (mongodb-src-r3.4.6.tar.gz) = 8170360f6dfede9c19c131f3d76831e952b3f1494925aa7e2a3a2f95b58ad901 -SIZE (mongodb-src-r3.4.6.tar.gz) = 39922209 +TIMESTAMP = 1504811876 +SHA256 (mongodb-src-r3.4.7.tar.gz) = 9272e7663c7915e09ad2609e28c58437d760d54a9552c711ea735cd8e1784ec0 +SIZE (mongodb-src-r3.4.7.tar.gz) = 39936247 Modified: head/databases/mongodb34/files/patch-SConstruct ============================================================================== --- head/databases/mongodb34/files/patch-SConstruct Tue Oct 3 13:06:51 2017 (r451128) +++ head/databases/mongodb34/files/patch-SConstruct Tue Oct 3 13:24:11 2017 (r451129) @@ -70,11 +70,3 @@ context.Result(ret) return ret -@@ -2645,6 +2645,7 @@ def doConfigure(myenv): - - conf = Configure(myenv, custom_tests = { - 'CheckPThreadSetNameNP': CheckPThreadSetNameNP, -+ 'CheckBoostMinVersion': CheckBoostMinVersion, - }) - - if conf.CheckPThreadSetNameNP(): From owner-svn-ports-all@freebsd.org Tue Oct 3 13:37:01 2017 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 D2976E3D32A; Tue, 3 Oct 2017 13:37:01 +0000 (UTC) (envelope-from marius@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 9FF4274793; Tue, 3 Oct 2017 13:37:01 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93Db03Z051226; Tue, 3 Oct 2017 13:37:00 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93DaxBC051214; Tue, 3 Oct 2017 13:36:59 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201710031336.v93DaxBC051214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Tue, 3 Oct 2017 13:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451130 - in head/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Group: ports-head X-SVN-Commit-Author: marius X-SVN-Commit-Paths: in head/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Commit-Revision: 451130 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 13:37:01 -0000 Author: marius Date: Tue Oct 3 13:36:59 2017 New Revision: 451130 URL: https://svnweb.freebsd.org/changeset/ports/451130 Log: - Add 10.4-RELEASE checksums. - Remove 10.4-{BETA,RC}* checksums. Approved by: bdrewery (maintainer, implicit, re@ blanket) Added: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-10.4-RELEASE (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-10.4-RELEASE (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/ia64-ia64-10.4-RELEASE (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-10.4-RELEASE (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-10.4-RELEASE (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-10.4-RELEASE (contents, props changed) Deleted: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-10.4-BETA2 head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-10.4-BETA3 head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-10.4-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-10.4-RC1 head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-10.4-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-10.4-BETA2 head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-10.4-BETA3 head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-10.4-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-10.4-RC1 head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-10.4-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/ia64-ia64-10.4-BETA2 head/misc/freebsd-release-manifests/files/MANIFESTS/ia64-ia64-10.4-BETA3 head/misc/freebsd-release-manifests/files/MANIFESTS/ia64-ia64-10.4-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/ia64-ia64-10.4-RC1 head/misc/freebsd-release-manifests/files/MANIFESTS/ia64-ia64-10.4-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-10.4-BETA2 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-10.4-BETA3 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-10.4-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-10.4-RC1 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-10.4-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-10.4-BETA2 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-10.4-BETA3 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-10.4-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-10.4-RC1 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-10.4-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-10.4-BETA2 head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-10.4-BETA3 head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-10.4-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-10.4-RC1 head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-10.4-RC2 Modified: head/misc/freebsd-release-manifests/Makefile head/misc/freebsd-release-manifests/pkg-plist Modified: head/misc/freebsd-release-manifests/Makefile ============================================================================== --- head/misc/freebsd-release-manifests/Makefile Tue Oct 3 13:24:11 2017 (r451129) +++ head/misc/freebsd-release-manifests/Makefile Tue Oct 3 13:36:59 2017 (r451130) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= freebsd-release-manifests -DISTVERSION= 20170925 +DISTVERSION= 20171003 PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= # Added: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-10.4-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-10.4-RELEASE Tue Oct 3 13:36:59 2017 (r451130) @@ -0,0 +1,7 @@ +base.txz bd0ea137c3746a2bb2da985af1afc15f990015da7f3ba3c303fd96e2ffd2744a 20271 base "Base system (MANDATORY)" on +doc.txz 7f785a6aca26b13e91b02e5e8eb4ba8d534777cc112df5ffb0496bbf22a4c06d 121 doc "Additional documentation" off +games.txz 98afc109d6c66867ecc5155c3bc567a3c784076a56c6c972410f385fb06bb8ef 53 games "Games (fortune, etc.)" on +kernel.txz 0f331734033b4e5012fcac320166555dfbb7006955241fe279001d5b6b610afd 1574 kernel "Kernel (MANDATORY)" on +lib32.txz e8bd451737d2ec10ecfa37c9718157414581779f9d2cacd4c261d8e8c697d3b0 687 lib32 "32-bit compatibility libraries" on +ports.txz 83feda24ec2cce44d58cc719892018407777680de8c604b125a70f653c5c1775 166796 ports "Ports tree" on +src.txz 77cf971eb09baccc9eea4d78381bd5517714d6dec60f071b00d67f046b61e882 71851 src "System source code" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-10.4-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-10.4-RELEASE Tue Oct 3 13:36:59 2017 (r451130) @@ -0,0 +1,6 @@ +base.txz 57237e25d4ddec1b628780296a48270c46b0292bf20b5bc04f9ce97ed42edc74 20285 base "Base system (MANDATORY)" on +doc.txz 67f471bfc86de390ffad74b3961d7c9825bb80e8bb33d7165f7595b08d617255 121 doc "Additional documentation" off +games.txz 11eb9faef0d7b8f912c8c59254f3363391afa4e17ea9ab9d12fdf22086749069 53 games "Games (fortune, etc.)" on +kernel.txz 1878719d9c0377ccfba12501b0e35d746c63071c603d6e4c964e31b7591ee4ee 1610 kernel "Kernel (MANDATORY)" on +ports.txz f41863a1bb5eba99363336140b06420e292a7e0d7dca78aaf165641127176aa8 166796 ports "Ports tree" on +src.txz 77cf971eb09baccc9eea4d78381bd5517714d6dec60f071b00d67f046b61e882 71851 src "System source code" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/ia64-ia64-10.4-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/ia64-ia64-10.4-RELEASE Tue Oct 3 13:36:59 2017 (r451130) @@ -0,0 +1,6 @@ +base.txz ff526e4ccfe4eaa3db9fa9fd717327ab77274a14fefd278b167b6b8b954e573f 20273 base "Base system (MANDATORY)" on +doc.txz e40dd0a22d998c74258199e81e0e3680fa3e6aa87d4ecda430a41127691a8f89 121 doc "Additional documentation" off +games.txz 3ed9f9e1aa1e6b54040083402b4dad20c4510a6d687b407d30a7d5f42b0c499e 53 games "Games (fortune, etc.)" on +kernel.txz 32c3db4a938ecc9b660ecc0f9a80106f64e915a84368f8afcb4b9572f76ee1dc 1087 kernel "Kernel (MANDATORY)" on +ports.txz b86c6aa3f7cd62f282733e33a922ffcb9ba5c56e8727c60a5c45b24201c08a80 166796 ports "Ports tree" on +src.txz 77cf971eb09baccc9eea4d78381bd5517714d6dec60f071b00d67f046b61e882 71851 src "System source code" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-10.4-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-10.4-RELEASE Tue Oct 3 13:36:59 2017 (r451130) @@ -0,0 +1,6 @@ +base.txz d8b490389b9fd202144cd9afc51c47f9f26c70940f100162a0012c262a796f5e 20369 base "Base system (MANDATORY)" on +doc.txz 912771ba3ca4e8fcac9cadece8d223ad15d9616c7eb2dcd19712939d5480c3a7 121 doc "Additional documentation" off +games.txz 2910e8a25ea496720371a2be42ddf57f4f9c88c0397f18d86774bae3cab7c3d6 53 games "Games (fortune, etc.)" on +kernel.txz e7390a171b8d5c1214d14815ba145068ceceb28be914807b5795e1ba7876e11a 1039 kernel "Kernel (MANDATORY)" on +ports.txz 74a825fb056a20c8c22f35b0bc7e92643adcb2c8f698fdcdd4c31298dafe0f2f 166796 ports "Ports tree" on +src.txz 77cf971eb09baccc9eea4d78381bd5517714d6dec60f071b00d67f046b61e882 71851 src "System source code" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-10.4-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-10.4-RELEASE Tue Oct 3 13:36:59 2017 (r451130) @@ -0,0 +1,7 @@ +base.txz 9f954b1eaf6397290db5fe4446c9bfd03c207afcd67942ee357b8fec037eb9d0 20387 base "Base system (MANDATORY)" on +doc.txz 1ea0026e5622855dba1ea7a46388f52fd4a4d4835805a254c4c6d3df88d94e27 121 doc "Additional documentation" off +games.txz eae492330007e4c7d500040b2e12223769757729928668d9602e6b863561bf98 53 games "Games (fortune, etc.)" on +kernel.txz 387c8f1297489a31b7577d27fbc8e36257fd1cec4fe2598a8c43eee17a717efe 1261 kernel "Kernel (MANDATORY)" on +lib32.txz 50e4a69e60f1f8edec7dc75b6dbbd0e094c4195e5366a4fcd591f8f375c9f6b2 684 lib32 "32-bit compatibility libraries" on +ports.txz db3cb4bc7603e6e1b6bfa7312add94d2ec6527bb0f2b8f6362b12368c3bd5638 166796 ports "Ports tree" on +src.txz 77cf971eb09baccc9eea4d78381bd5517714d6dec60f071b00d67f046b61e882 71851 src "System source code" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-10.4-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-10.4-RELEASE Tue Oct 3 13:36:59 2017 (r451130) @@ -0,0 +1,6 @@ +base.txz 2254c68482d41aa452db0573e35e5bc744c6ad43c563277d098e097efcbac70c 20339 base "Base system (MANDATORY)" on +doc.txz 02d27d130a7b1b6e0b3a66a9e3477106b9793496fca927394be59804ce1d7a53 121 doc "Additional documentation" off +games.txz bb5e6e5c6e85c4e4d1d3979e78d05c26c5f15f5f177ce0b3b21c8081d3b0e1bf 53 games "Games (fortune, etc.)" on +kernel.txz 3eb009295a917fe50aa158f6a086f0c65b62aa5e4ddd50588b3df1756f356d49 1043 kernel "Kernel (MANDATORY)" on +ports.txz 2e2c020dfec0094eb7249d7dd950b26f2c5c728ab9108e5f4f0e66a7f8f1fb3a 166796 ports "Ports tree" on +src.txz 77cf971eb09baccc9eea4d78381bd5517714d6dec60f071b00d67f046b61e882 71851 src "System source code" off Modified: head/misc/freebsd-release-manifests/pkg-plist ============================================================================== --- head/misc/freebsd-release-manifests/pkg-plist Tue Oct 3 13:24:11 2017 (r451129) +++ head/misc/freebsd-release-manifests/pkg-plist Tue Oct 3 13:36:59 2017 (r451130) @@ -56,33 +56,9 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc-11.1-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc64-11.1-RELEASE %%DATADIR%%/MANIFESTS/sparc64-sparc64-11.1-RELEASE -%%DATADIR%%/MANIFESTS/amd64-amd64-10.4-BETA2 -%%DATADIR%%/MANIFESTS/i386-i386-10.4-BETA2 -%%DATADIR%%/MANIFESTS/ia64-ia64-10.4-BETA2 -%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.4-BETA2 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.4-BETA2 -%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.4-BETA2 -%%DATADIR%%/MANIFESTS/amd64-amd64-10.4-BETA3 -%%DATADIR%%/MANIFESTS/i386-i386-10.4-BETA3 -%%DATADIR%%/MANIFESTS/ia64-ia64-10.4-BETA3 -%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.4-BETA3 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.4-BETA3 -%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.4-BETA3 -%%DATADIR%%/MANIFESTS/amd64-amd64-10.4-BETA4 -%%DATADIR%%/MANIFESTS/i386-i386-10.4-BETA4 -%%DATADIR%%/MANIFESTS/ia64-ia64-10.4-BETA4 -%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.4-BETA4 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.4-BETA4 -%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.4-BETA4 -%%DATADIR%%/MANIFESTS/amd64-amd64-10.4-RC1 -%%DATADIR%%/MANIFESTS/i386-i386-10.4-RC1 -%%DATADIR%%/MANIFESTS/ia64-ia64-10.4-RC1 -%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.4-RC1 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.4-RC1 -%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.4-RC1 -%%DATADIR%%/MANIFESTS/amd64-amd64-10.4-RC2 -%%DATADIR%%/MANIFESTS/i386-i386-10.4-RC2 -%%DATADIR%%/MANIFESTS/ia64-ia64-10.4-RC2 -%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.4-RC2 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.4-RC2 -%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.4-RC2 +%%DATADIR%%/MANIFESTS/amd64-amd64-10.4-RELEASE +%%DATADIR%%/MANIFESTS/i386-i386-10.4-RELEASE +%%DATADIR%%/MANIFESTS/ia64-ia64-10.4-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.4-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.4-RELEASE +%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.4-RELEASE From owner-svn-ports-all@freebsd.org Tue Oct 3 13:40:27 2017 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 92763E3D400; Tue, 3 Oct 2017 13:40:27 +0000 (UTC) (envelope-from feld@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 621A4748FB; Tue, 3 Oct 2017 13:40:27 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93DeQfF051460; Tue, 3 Oct 2017 13:40:26 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93DeQub051458; Tue, 3 Oct 2017 13:40:26 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201710031340.v93DeQub051458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 Oct 2017 13:40:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451131 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 451131 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 13:40:27 -0000 Author: feld Date: Tue Oct 3 13:40:26 2017 New Revision: 451131 URL: https://svnweb.freebsd.org/changeset/ports/451131 Log: Document FreeBSD-SA-17:05.heimdal Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 3 13:36:59 2017 (r451130) +++ head/security/vuxml/vuln.xml Tue Oct 3 13:40:26 2017 (r451131) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- heimdal KDC-REP service name validation vulnerability + + + FreeBSD + 11.011.0_11 + 10.310.3_20 + + + + +

Problem Description:

+

There is a programming error in the Heimdal implementation + that used an unauthenticated, plain-text version of the + KDC-REP service name found in a ticket.

+

Impact:

+

An attacker who has control of the network between a + client and the service it talks to will be able to impersonate + the service, allowing a successful man-in-the-middle (MITM) + attack that circumvents the mutual authentication.

+ +
+ + CVE-2017-1110 + SA-17:05.heimdal + + + 2017-07-12 + 2017-10-03 + +
+ dnsmasq -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Tue Oct 3 13:41:16 2017 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 63062E3D619; Tue, 3 Oct 2017 13:41:16 +0000 (UTC) (envelope-from feld@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 2D75174ADA; Tue, 3 Oct 2017 13:41:16 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93DfFKV052998; Tue, 3 Oct 2017 13:41:15 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93DfFwm052996; Tue, 3 Oct 2017 13:41:15 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201710031341.v93DfFwm052996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 Oct 2017 13:41:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451132 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 451132 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 13:41:16 -0000 Author: feld Date: Tue Oct 3 13:41:14 2017 New Revision: 451132 URL: https://svnweb.freebsd.org/changeset/ports/451132 Log: Document FreeBSD-SA-17:06.openssh Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 3 13:40:26 2017 (r451131) +++ head/security/vuxml/vuln.xml Tue Oct 3 13:41:14 2017 (r451132) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- OpenSSH Denial of Service vulnerability + + + FreeBSD + 11.111.1_1 + 11.011.0_12 + 10.310.3_21 + + + + +

Problem Description:

+

There is no limit on the password length.

+

Impact:

+

A remote attacker may be able to cause an affected SSH + server to use excessive amount of CPU by sending very long + passwords, when PasswordAuthentication is enabled by the + system administrator.

+ +
+ + CVE-2016-6515 + SA-17:06.openssh + + + 2017-08-10 + 2017-10-03 + +
+ FreeBSD -- heimdal KDC-REP service name validation vulnerability From owner-svn-ports-all@freebsd.org Tue Oct 3 14:16:11 2017 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 87661E3E1B3; Tue, 3 Oct 2017 14:16:11 +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 477D075D50; Tue, 3 Oct 2017 14:16:11 +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 6CEC4BDD39; Tue, 3 Oct 2017 16:16:08 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 38AD3BDD37; Tue, 3 Oct 2017 16:16:08 +0200 (CEST) Subject: Re: svn commit: r450898 - head/security/vuxml To: Ryan Steinmetz , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201709291517.v8TFH4Hg005273@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Tue, 3 Oct 2017 16:16:02 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201709291517.v8TFH4Hg005273@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jsrSsACHxbdpCIujN7pa8Lw1BleGQkj5f" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 14:16:11 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --jsrSsACHxbdpCIujN7pa8Lw1BleGQkj5f Content-Type: multipart/mixed; boundary="u5WvBejngI2FLxpvbMDQvhCuefcTpi2pn"; protected-headers="v1" From: Mathieu Arnold To: Ryan Steinmetz , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r450898 - head/security/vuxml References: <201709291517.v8TFH4Hg005273@repo.freebsd.org> In-Reply-To: <201709291517.v8TFH4Hg005273@repo.freebsd.org> --u5WvBejngI2FLxpvbMDQvhCuefcTpi2pn Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 29/09/2017 =C3=A0 17:17, Ryan Steinmetz a =C3=A9crit=C2=A0: > - Purge 6887828f-0229-11e0-b84d-00262d5ed8ee as it has been supercede= d by other entries and it is massive. (We have hit 5M on vuln.xml) I do not think removing an entry is allowed. You should mark it as cancelled like such: --=20 Mathieu Arnold --u5WvBejngI2FLxpvbMDQvhCuefcTpi2pn-- --jsrSsACHxbdpCIujN7pa8Lw1BleGQkj5f Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJZ05unXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I19UQAI85DHgDn90LZjYUr3HigA0x CQmCRvnfEWKwjmbdRnqeplpeKjmbekCh8fbVE3DXAKAd4pDXD5TDf6KWpzcpi8cy Q9hCWFM8MaLV1Wb2uIoyNp4NlfxwDaurYUAghHlNO7wcvLZlOHJG5luPsW508M0z WE3AniUOoTsyRW0cGj14/WlJajtlzWeILInAXDReMZVArigfoXhlpepOvkf+eeod nMbSS3HbetV03D9VRKaTFjToQXR2L42yxkHoFMQd3mswwZ6HHmOmTlKCokdmK0Hz PWzYHpSrYpSR044p+moMOjpP3ArA1NCti/Ci1cnOMZZpxzgTWayQA9j9rJBO64WT SzICk78VfqqwN0Jt8ZqoTf2TF2iGJO/s84K8wc9MYV0MGlnSiFDZHUTQYBjdtkxS RE1QCye8RT9oXhMtgn88+QI5hTDsJDyLRWTw+BTCq7kuZD1rjQXKq1+0yWpEIR/c RRi8MRXBC+cxkrsZyXcZxJILEjKvz8xm7ZpdMCKjJ5zied2hB3ULo5BXeozHxWu6 cQWX9KoN0erqcC5gtFvvLO4NTGIis+eMBGIkyoPi1pDRxmUfbKjs0n9w+YSIlWPz yG6qo8RlW0Ave/zejUKEjxM5P6ETa5hyKPk9QJUpJbbZfqpQ0l3oj2RUlRPdImXU EL6ZSAtMthRElbCmHCHD =6hsY -----END PGP SIGNATURE----- --jsrSsACHxbdpCIujN7pa8Lw1BleGQkj5f-- From owner-svn-ports-all@freebsd.org Tue Oct 3 14:25:11 2017 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 26E8BE3E663; Tue, 3 Oct 2017 14:25:11 +0000 (UTC) (envelope-from swills@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 E8A5D76492; Tue, 3 Oct 2017 14:25:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93EPAQc071950; Tue, 3 Oct 2017 14:25:10 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93EPAWJ071947; Tue, 3 Oct 2017 14:25:10 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710031425.v93EPAWJ071947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 3 Oct 2017 14:25:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451133 - in head/net-p2p: bitcoin bitcoin-daemon X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net-p2p: bitcoin bitcoin-daemon X-SVN-Commit-Revision: 451133 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 14:25:11 -0000 Author: swills Date: Tue Oct 3 14:25:09 2017 New Revision: 451133 URL: https://svnweb.freebsd.org/changeset/ports/451133 Log: net-p2p/bitcoin: Update to 0.15.0.1 [1] While here, fix plist for bitcoin-daemon [2] PR: 222384 [1] PR: 222167 [2] Submitted by: kbowling [1] Submitted by: jbeich [2] Approved by: robbak@robbak.com (maintainer) Modified: head/net-p2p/bitcoin-daemon/Makefile head/net-p2p/bitcoin/Makefile head/net-p2p/bitcoin/distinfo Modified: head/net-p2p/bitcoin-daemon/Makefile ============================================================================== --- head/net-p2p/bitcoin-daemon/Makefile Tue Oct 3 13:41:14 2017 (r451132) +++ head/net-p2p/bitcoin-daemon/Makefile Tue Oct 3 14:25:09 2017 (r451133) @@ -24,7 +24,8 @@ CONFIGURE_ARGS= --with-daemon \ --without-utils PLIST_FILES= bin/bitcoind \ - man/man1/bitcoind.1.gz + man/man1/bitcoind.1.gz \ + %%ETCDIR%%.conf.sample USE_RC_SUBR= bitcoind Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Tue Oct 3 13:41:14 2017 (r451132) +++ head/net-p2p/bitcoin/Makefile Tue Oct 3 14:25:09 2017 (r451133) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.14.2 +PORTVERSION= 0.15.0.1 DISTVERSIONPREFIX= v -PORTREVISION= 4 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com @@ -18,7 +17,6 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ BROKEN_powerpc64= fails to compile: util.cpp: undefined reference to boost::program_options::to_internal USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl -SHEBANG_FILES= src/test/*.py USE_GITHUB= yes GNU_CONFIGURE= yes Modified: head/net-p2p/bitcoin/distinfo ============================================================================== --- head/net-p2p/bitcoin/distinfo Tue Oct 3 13:41:14 2017 (r451132) +++ head/net-p2p/bitcoin/distinfo Tue Oct 3 14:25:09 2017 (r451133) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500590635 -SHA256 (bitcoin-bitcoin-v0.14.2_GH0.tar.gz) = e0ac23f01a953fcc6290c96799deeffb32aa76ca8e216c564d20c18e75a25219 -SIZE (bitcoin-bitcoin-v0.14.2_GH0.tar.gz) = 7180535 +TIMESTAMP = 1505631653 +SHA256 (bitcoin-bitcoin-v0.15.0.1_GH0.tar.gz) = a2d28632be6918ce23d2fd589f0aecbb2a90579c9345f47fdfe1e77ec31f023e +SIZE (bitcoin-bitcoin-v0.15.0.1_GH0.tar.gz) = 7504139 From owner-svn-ports-all@freebsd.org Tue Oct 3 14:32:28 2017 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 95F7CE3EB4D; Tue, 3 Oct 2017 14:32:28 +0000 (UTC) (envelope-from danfe@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 6517476CB6; Tue, 3 Oct 2017 14:32:28 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93EWRKm076008; Tue, 3 Oct 2017 14:32:27 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93EWR3u076006; Tue, 3 Oct 2017 14:32:27 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201710031432.v93EWR3u076006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 3 Oct 2017 14:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451134 - head/x11/nvidia-driver X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/x11/nvidia-driver X-SVN-Commit-Revision: 451134 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 14:32:28 -0000 Author: danfe Date: Tue Oct 3 14:32:27 2017 New Revision: 451134 URL: https://svnweb.freebsd.org/changeset/ports/451134 Log: Update nVidia driver to the most recent long lived branch version 384.90. PR: 222547 Submitted by: kbowling Modified: head/x11/nvidia-driver/Makefile head/x11/nvidia-driver/distinfo Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Tue Oct 3 14:25:09 2017 (r451133) +++ head/x11/nvidia-driver/Makefile Tue Oct 3 14:32:27 2017 (r451134) @@ -10,7 +10,7 @@ # slave ports instead (`x11/nvidia-driver-340' or `x11/nvidia-driver-304'). PORTNAME= nvidia-driver -DISTVERSION?= 384.59 +DISTVERSION?= 384.90 # Always try to set PORTREVISION as it can be overridden by the slave ports PORTREVISION?= 0 CATEGORIES= x11 Modified: head/x11/nvidia-driver/distinfo ============================================================================== --- head/x11/nvidia-driver/distinfo Tue Oct 3 14:25:09 2017 (r451133) +++ head/x11/nvidia-driver/distinfo Tue Oct 3 14:32:27 2017 (r451134) @@ -1,8 +1,9 @@ TIMESTAMP = 1482026038 -SHA256 (NVIDIA-FreeBSD-x86_64-384.59.tar.gz) = 325612d3fa039b34f6f6e817eccfa03ef0b45346acf14e5d6daf01a6d4f4241b -SIZE (NVIDIA-FreeBSD-x86_64-384.59.tar.gz) = 62465295 -SHA256 (NVIDIA-FreeBSD-x86-384.59.tar.gz) = 0ae4aeb3beab6be586cd76f193d03ee7aa7397c66bfcdc84ab6629f808543bb0 -SIZE (NVIDIA-FreeBSD-x86-384.59.tar.gz) = 63257550 +SHA256 (NVIDIA-FreeBSD-x86_64-384.90.tar.gz) = b213fe40c3df81a8391bfa81fd2763a878f28e846c8dcd65fd922ad6dbbeb3e5 +SIZE (NVIDIA-FreeBSD-x86_64-384.90.tar.gz) = 62724143 +TIMESTAMP = 1506420702 +SHA256 (NVIDIA-FreeBSD-x86-384.90.tar.gz) = 84a307e03c7db1eb230538e46c45640f815750141cb3d6bd6cb3f3e68381c31e +SIZE (NVIDIA-FreeBSD-x86-384.90.tar.gz) = 63539967 SHA256 (NVIDIA-FreeBSD-x86_64-340.102.tar.gz) = 6d1108c2e8d1b25eb16cd8dc4eb221f2a20d2e4c39a515c0b5809fb407991f94 SIZE (NVIDIA-FreeBSD-x86_64-340.102.tar.gz) = 60862932 SHA256 (NVIDIA-FreeBSD-x86-340.102.tar.gz) = 7b4f66260a1ce6ce35b7a463f8e0ff68fec0f47202af9d243931647f3eeb1dc5 From owner-svn-ports-all@freebsd.org Tue Oct 3 14:43:17 2017 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 3B670E3F077; Tue, 3 Oct 2017 14:43:17 +0000 (UTC) (envelope-from madpilot@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 15633773D7; Tue, 3 Oct 2017 14:43:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93EhGA8080309; Tue, 3 Oct 2017 14:43:16 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93EhFTk080305; Tue, 3 Oct 2017 14:43:15 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201710031443.v93EhFTk080305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 3 Oct 2017 14:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451135 - head/audio/xfce4-pulseaudio-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/audio/xfce4-pulseaudio-plugin X-SVN-Commit-Revision: 451135 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 14:43:17 -0000 Author: madpilot Date: Tue Oct 3 14:43:15 2017 New Revision: 451135 URL: https://svnweb.freebsd.org/changeset/ports/451135 Log: - Update audio/xfce4-pulseaudio-plugin to 0.2.5 - Adjust dependencies as reported by stage-qa PR: 219357 Submitted by: Olivier Duchateau Modified: head/audio/xfce4-pulseaudio-plugin/Makefile head/audio/xfce4-pulseaudio-plugin/distinfo head/audio/xfce4-pulseaudio-plugin/pkg-plist Modified: head/audio/xfce4-pulseaudio-plugin/Makefile ============================================================================== --- head/audio/xfce4-pulseaudio-plugin/Makefile Tue Oct 3 14:32:27 2017 (r451134) +++ head/audio/xfce4-pulseaudio-plugin/Makefile Tue Oct 3 14:43:15 2017 (r451135) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-pulseaudio-plugin -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= audio xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -12,12 +12,14 @@ COMMENT= Panel plugin for controlling PulseAudio mixer LICENSE= GPLv2 -LIB_DEPENDS= libpulse-mainloop-glib.so:audio/pulseaudio +LIB_DEPENDS= libpulse-mainloop-glib.so:audio/pulseaudio \ + libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib RUN_DEPENDS= pavucontrol>=2.0:audio/pavucontrol USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 GNU_CONFIGURE= yes -USE_GNOME= glib20 gtk30 intltool intlhack +USE_GNOME= glib20 gtk30 intltool cairo USE_XFCE= panel USE_XORG= x11 INSTALLS_ICONS= yes Modified: head/audio/xfce4-pulseaudio-plugin/distinfo ============================================================================== --- head/audio/xfce4-pulseaudio-plugin/distinfo Tue Oct 3 14:32:27 2017 (r451134) +++ head/audio/xfce4-pulseaudio-plugin/distinfo Tue Oct 3 14:43:15 2017 (r451135) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-pulseaudio-plugin-0.2.4.tar.bz2) = 8d9330ddf1d44a864a36d566cce4b76d4f859c5984bba7653d7dc39aa24d5c3e -SIZE (xfce4/xfce4-pulseaudio-plugin-0.2.4.tar.bz2) = 307315 +TIMESTAMP = 1495034696 +SHA256 (xfce4/xfce4-pulseaudio-plugin-0.2.5.tar.bz2) = 087441331240f8fca6cbcc2839251ad7e8d624fed7b4b7b4cd4e6938cb26c0b2 +SIZE (xfce4/xfce4-pulseaudio-plugin-0.2.5.tar.bz2) = 351062 Modified: head/audio/xfce4-pulseaudio-plugin/pkg-plist ============================================================================== --- head/audio/xfce4-pulseaudio-plugin/pkg-plist Tue Oct 3 14:32:27 2017 (r451134) +++ head/audio/xfce4-pulseaudio-plugin/pkg-plist Tue Oct 3 14:43:15 2017 (r451135) @@ -1,8 +1,42 @@ lib/xfce4/panel/plugins/libpulseaudio-plugin.so share/icons/hicolor/48x48/apps/xfce4-pulseaudio-plugin.png +share/icons/hicolor/scalable/apps/xfce4-pulseaudio-plugin.svg share/icons/hicolor/scalable/status/audio-volume-high-symbolic.svg share/icons/hicolor/scalable/status/audio-volume-low-symbolic.svg share/icons/hicolor/scalable/status/audio-volume-medium-symbolic.svg share/icons/hicolor/scalable/status/audio-volume-muted-symbolic.svg -share/icons/hicolor/scalable/apps/xfce4-pulseaudio-plugin.svg +share/locale/bg/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/ca/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/cs/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/da/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/de/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/el/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/en_AU/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/es/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/fr/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/gl/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/he/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/hr/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/hu/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/is/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/it/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/kk/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/ko/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/lt/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/ms/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/nb/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/nl/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/oc/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/pl/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/pt/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/pt_BR/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/ru/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/sk/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/sr/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/sv/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/th/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/tr/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/uk/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/zh_CN/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/zh_TW/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/xfce4/panel/plugins/pulseaudio.desktop From owner-svn-ports-all@freebsd.org Tue Oct 3 15:07:14 2017 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 F083AE3FB22; Tue, 3 Oct 2017 15:07:14 +0000 (UTC) (envelope-from mandree@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 BEA1A7C5FE; Tue, 3 Oct 2017 15:07:14 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93F7DSg088652; Tue, 3 Oct 2017 15:07:13 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93F7DeR088650; Tue, 3 Oct 2017 15:07:13 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201710031507.v93F7DeR088650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 3 Oct 2017 15:07:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451136 - head/textproc/wiggle X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/textproc/wiggle X-SVN-Commit-Revision: 451136 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:07:15 -0000 Author: mandree Date: Tue Oct 3 15:07:13 2017 New Revision: 451136 URL: https://svnweb.freebsd.org/changeset/ports/451136 Log: Update to upstream release 1.1, reduce requirements. Modified: head/textproc/wiggle/Makefile head/textproc/wiggle/distinfo Modified: head/textproc/wiggle/Makefile ============================================================================== --- head/textproc/wiggle/Makefile Tue Oct 3 14:43:15 2017 (r451135) +++ head/textproc/wiggle/Makefile Tue Oct 3 15:07:13 2017 (r451136) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wiggle -PORTVERSION= 1.0 -PORTREVISION= 3 +PORTVERSION= 1.1 CATEGORIES= textproc MASTER_SITES= http://neil.brown.name/wiggle/ @@ -14,9 +13,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= bash:shells/bash -BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable - -USES= compiler:nestedfct gmake groff ncurses +USES= gmake groff ncurses MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter" Modified: head/textproc/wiggle/distinfo ============================================================================== --- head/textproc/wiggle/distinfo Tue Oct 3 14:43:15 2017 (r451135) +++ head/textproc/wiggle/distinfo Tue Oct 3 15:07:13 2017 (r451136) @@ -1,2 +1,3 @@ -SHA256 (wiggle-1.0.tar.gz) = 44c97b2d47a109c709cdd4181d9ba941fee50dbb64448018b91d4a2fffe69cf2 -SIZE (wiggle-1.0.tar.gz) = 868216 +TIMESTAMP = 1506973815 +SHA256 (wiggle-1.1.tar.gz) = 3da3cf6a456dd1415d2644e345f9831eb2912c6fa8dfa5d63d9bf49d744abff3 +SIZE (wiggle-1.1.tar.gz) = 846772 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:16:14 2017 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 B0C13E3FE39; Tue, 3 Oct 2017 15:16:14 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5AA457CAEC; Tue, 3 Oct 2017 15:16:14 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id zOvbd1q8QDJTWzOvdd04RB; Tue, 03 Oct 2017 09:16:13 -0600 X-Authority-Analysis: v=2.2 cv=B4DJ6KlM c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=02M-m0pO-4AA:10 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=OFY2bitnLY5ICSv3y7UA:9 a=QEXdDO2ut3YA:10 a=oWxEF6MhYQ9RZVvlLrEA:9 a=Jrh-ITJJq28lI4fR:21 a=_W_S_7VecoQA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from [10.168.3.139] (S0106d4ca6d8943b0.gv.shawcable.net [24.68.134.59]) by spqr.komquats.com (Postfix) with ESMTPSA id 917FB2C1; Tue, 3 Oct 2017 08:16:11 -0700 (PDT) MIME-Version: 1.0 From: Cy Schubert Subject: RE: svn commit: r450898 - head/security/vuxml Date: Tue, 3 Oct 2017 08:16:13 -0700 To: Mathieu Arnold , Ryan Steinmetz , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Message-Id: <20171003151611.917FB2C1@spqr.komquats.com> X-CMAE-Envelope: MS4wfKvUknW/Gg24C7+XonXkrkVJ75nLQ+7CN3M++7hVco+rhRq/9TcS6ubnHM3VvETLvmU6x4D5a/XGMOBXiYtRO2fFyHQ+XMzMvHI8/jMfTttiKMT6kuDk yhe0lpH1ek8O3tjmEJBAG3JRXReFlsrwnQ1pyiBr7mI52UXy7zBPYmMB+oDnuYuh7t0RO0DB52F+wrG5CUTz8O9FmlRVzqmEAxRdjIQzoNTE298xq7ncvj8p 3dp3kJ3NLoooWkCjntV9XxodWuHeKE9bYu62cLwt8mJ/WW0eYnT3G/XIhxTJFpeUK6JCwAszMug4qQM5J9Ec8A== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 15:16:14 -0000 Yes, that didn't make sense to me either. Why the 5m limit? --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Cy Schubert or -----Original Message----- From: Mathieu Arnold Sent: 03/10/2017 07:16 To: Ryan Steinmetz; ports-committers@freebsd.org; svn-ports-all@freebsd.org= ; svn-ports-head@freebsd.org Subject: Re: svn commit: r450898 - head/security/vuxml Le 29/09/2017 =C3=A0 17:17, Ryan Steinmetz a =C3=A9crit=C2=A0: > - Purge 6887828f-0229-11e0-b84d-00262d5ed8ee as it has been superceded = by other entries and it is massive. (We have hit 5M on vuln.xml) I do not think removing an entry is allowed. You should mark it as cancelled like such: --=20 Mathieu Arnold From owner-svn-ports-all@freebsd.org Tue Oct 3 15:34:53 2017 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 736B5E403FC; Tue, 3 Oct 2017 15:34:53 +0000 (UTC) (envelope-from sunpoet@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 42B8E7D468; Tue, 3 Oct 2017 15:34:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FYq9D001051; Tue, 3 Oct 2017 15:34:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FYqLd001049; Tue, 3 Oct 2017 15:34:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031534.v93FYqLd001049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:34:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451137 - head/devel/p5-Safe-Isa X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Safe-Isa X-SVN-Commit-Revision: 451137 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:34:53 -0000 Author: sunpoet Date: Tue Oct 3 15:34:52 2017 New Revision: 451137 URL: https://svnweb.freebsd.org/changeset/ports/451137 Log: Update to 1.000008 Changes: http://search.cpan.org/dist/Safe-Isa/Changes Modified: head/devel/p5-Safe-Isa/Makefile head/devel/p5-Safe-Isa/distinfo Modified: head/devel/p5-Safe-Isa/Makefile ============================================================================== --- head/devel/p5-Safe-Isa/Makefile Tue Oct 3 15:07:13 2017 (r451136) +++ head/devel/p5-Safe-Isa/Makefile Tue Oct 3 15:34:52 2017 (r451137) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Safe-Isa -PORTVERSION= 1.000007 +PORTVERSION= 1.000008 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Safe-Isa/distinfo ============================================================================== --- head/devel/p5-Safe-Isa/distinfo Tue Oct 3 15:07:13 2017 (r451136) +++ head/devel/p5-Safe-Isa/distinfo Tue Oct 3 15:34:52 2017 (r451137) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506067788 -SHA256 (Safe-Isa-1.000007.tar.gz) = 6e5ff6792fd697ab1e63b222c33973f0ff28027fccb042630bcbf05bf9eaade5 -SIZE (Safe-Isa-1.000007.tar.gz) = 5522 +TIMESTAMP = 1507041406 +SHA256 (Safe-Isa-1.000008.tar.gz) = 7db6d7d9be58d41ef8cd91bd86ffa025bce5ad4a59f265575c6315dc39242723 +SIZE (Safe-Isa-1.000008.tar.gz) = 5994 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:34:58 2017 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 97243E40428; Tue, 3 Oct 2017 15:34:58 +0000 (UTC) (envelope-from sunpoet@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 6600B7D481; Tue, 3 Oct 2017 15:34:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FYvmO001176; Tue, 3 Oct 2017 15:34:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FYvS5001174; Tue, 3 Oct 2017 15:34:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031534.v93FYvS5001174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:34:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451138 - head/lang/p5-List-MoreUtils-XS X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/lang/p5-List-MoreUtils-XS X-SVN-Commit-Revision: 451138 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:34:58 -0000 Author: sunpoet Date: Tue Oct 3 15:34:57 2017 New Revision: 451138 URL: https://svnweb.freebsd.org/changeset/ports/451138 Log: Update to 0.426 Changes: http://search.cpan.org/dist/List-MoreUtils-XS/Changes Modified: head/lang/p5-List-MoreUtils-XS/Makefile head/lang/p5-List-MoreUtils-XS/distinfo Modified: head/lang/p5-List-MoreUtils-XS/Makefile ============================================================================== --- head/lang/p5-List-MoreUtils-XS/Makefile Tue Oct 3 15:34:52 2017 (r451137) +++ head/lang/p5-List-MoreUtils-XS/Makefile Tue Oct 3 15:34:57 2017 (r451138) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= List-MoreUtils-XS -PORTVERSION= 0.423 +PORTVERSION= 0.426 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,7 @@ USES= perl5 .include -.if ${PERL_LEVEL} < 502503 +.if ${PERL_LEVEL} < 502401 BUILD_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader RUN_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader .endif Modified: head/lang/p5-List-MoreUtils-XS/distinfo ============================================================================== --- head/lang/p5-List-MoreUtils-XS/distinfo Tue Oct 3 15:34:52 2017 (r451137) +++ head/lang/p5-List-MoreUtils-XS/distinfo Tue Oct 3 15:34:57 2017 (r451138) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503223739 -SHA256 (List-MoreUtils-XS-0.423.tar.gz) = 7bd44f4cd6fb341f193564b2890e65d69372bddc9d9dc817354a75d861a7c98a -SIZE (List-MoreUtils-XS-0.423.tar.gz) = 158385 +TIMESTAMP = 1507041416 +SHA256 (List-MoreUtils-XS-0.426.tar.gz) = 6c7dbf4cf9ab5fe15ff0198927e938c5ee7a04ee0a5685537b47639f1c50406b +SIZE (List-MoreUtils-XS-0.426.tar.gz) = 159015 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:35:03 2017 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 79690E40462; Tue, 3 Oct 2017 15:35:03 +0000 (UTC) (envelope-from sunpoet@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 3FB9B7D4E1; Tue, 3 Oct 2017 15:35:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FZ2om001310; Tue, 3 Oct 2017 15:35:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FZ2Fp001308; Tue, 3 Oct 2017 15:35:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031535.v93FZ2Fp001308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451139 - head/science/py-cdo X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-cdo X-SVN-Commit-Revision: 451139 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:35:03 -0000 Author: sunpoet Date: Tue Oct 3 15:35:02 2017 New Revision: 451139 URL: https://svnweb.freebsd.org/changeset/ports/451139 Log: Update to 1.3.5 Changes: https://github.com/Try2Code/cdo-bindings/blob/master/README.md#changelog https://github.com/Try2Code/cdo-bindings/commits/master Modified: head/science/py-cdo/Makefile head/science/py-cdo/distinfo Modified: head/science/py-cdo/Makefile ============================================================================== --- head/science/py-cdo/Makefile Tue Oct 3 15:34:57 2017 (r451138) +++ head/science/py-cdo/Makefile Tue Oct 3 15:35:02 2017 (r451139) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdo -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-cdo/distinfo ============================================================================== --- head/science/py-cdo/distinfo Tue Oct 3 15:34:57 2017 (r451138) +++ head/science/py-cdo/distinfo Tue Oct 3 15:35:02 2017 (r451139) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504799652 -SHA256 (cdo-1.3.4.tar.gz) = 2f086a4141f8448947ebcd11532faad42a5836d57b63edf3e1f054ea6feab289 -SIZE (cdo-1.3.4.tar.gz) = 13500 +TIMESTAMP = 1507041428 +SHA256 (cdo-1.3.5.tar.gz) = b1225773f29c0e52354c66cf0d1026ce78cb6fa9872fdb2748c0f209218df316 +SIZE (cdo-1.3.5.tar.gz) = 13567 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:35:08 2017 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 B7960E40471; Tue, 3 Oct 2017 15:35:08 +0000 (UTC) (envelope-from sunpoet@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 858A37D552; Tue, 3 Oct 2017 15:35:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FZ7lB001435; Tue, 3 Oct 2017 15:35:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FZ7gf001433; Tue, 3 Oct 2017 15:35:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031535.v93FZ7gf001433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:35:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451140 - head/databases/rubygem-redis X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-redis X-SVN-Commit-Revision: 451140 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:35:08 -0000 Author: sunpoet Date: Tue Oct 3 15:35:07 2017 New Revision: 451140 URL: https://svnweb.freebsd.org/changeset/ports/451140 Log: Update to 3.3.5 Changes: https://github.com/redis/redis-rb/blob/3.3/CHANGELOG.md Modified: head/databases/rubygem-redis/Makefile head/databases/rubygem-redis/distinfo Modified: head/databases/rubygem-redis/Makefile ============================================================================== --- head/databases/rubygem-redis/Makefile Tue Oct 3 15:35:02 2017 (r451139) +++ head/databases/rubygem-redis/Makefile Tue Oct 3 15:35:07 2017 (r451140) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.5 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-redis/distinfo ============================================================================== --- head/databases/rubygem-redis/distinfo Tue Oct 3 15:35:02 2017 (r451139) +++ head/databases/rubygem-redis/distinfo Tue Oct 3 15:35:07 2017 (r451140) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485269787 -SHA256 (rubygem/redis-3.3.3.gem) = cf746c6af7c7ad80757b8094459c9977204680e1f3f0a82ade781a1a4239b24d -SIZE (rubygem/redis-3.3.3.gem) = 92672 +TIMESTAMP = 1507043292 +SHA256 (rubygem/redis-3.3.5.gem) = 3b47205af551f81623da98160550270c3aa365e97b46e3a3de8581f8502f8144 +SIZE (rubygem/redis-3.3.5.gem) = 92672 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:35:13 2017 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 9B814E404B3; Tue, 3 Oct 2017 15:35:13 +0000 (UTC) (envelope-from sunpoet@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 689687D5C2; Tue, 3 Oct 2017 15:35:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FZCGO001571; Tue, 3 Oct 2017 15:35:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FZCvR001569; Tue, 3 Oct 2017 15:35:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031535.v93FZCvR001569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451141 - head/net/rubygem-fog-ovirt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-fog-ovirt X-SVN-Commit-Revision: 451141 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:35:13 -0000 Author: sunpoet Date: Tue Oct 3 15:35:12 2017 New Revision: 451141 URL: https://svnweb.freebsd.org/changeset/ports/451141 Log: Update to 0.1.1 Changes: https://github.com/fog/fog-ovirt/commits/master Modified: head/net/rubygem-fog-ovirt/Makefile head/net/rubygem-fog-ovirt/distinfo Modified: head/net/rubygem-fog-ovirt/Makefile ============================================================================== --- head/net/rubygem-fog-ovirt/Makefile Tue Oct 3 15:35:07 2017 (r451140) +++ head/net/rubygem-fog-ovirt/Makefile Tue Oct 3 15:35:12 2017 (r451141) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-ovirt -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-ovirt/distinfo ============================================================================== --- head/net/rubygem-fog-ovirt/distinfo Tue Oct 3 15:35:07 2017 (r451140) +++ head/net/rubygem-fog-ovirt/distinfo Tue Oct 3 15:35:12 2017 (r451141) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506770405 -SHA256 (rubygem/fog-ovirt-0.1.0.gem) = a3d636031f6d18d8c18253b4ae714e24873a89c25b76ba6a4e8f03737429a73d -SIZE (rubygem/fog-ovirt-0.1.0.gem) = 22016 +TIMESTAMP = 1507041438 +SHA256 (rubygem/fog-ovirt-0.1.1.gem) = 1063bfe3103fe416751cdb9c5923d24dfde65abe6893b4ff12d30f82fc3ea2db +SIZE (rubygem/fog-ovirt-0.1.1.gem) = 22528 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:35:18 2017 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 8E911E404F7; Tue, 3 Oct 2017 15:35:18 +0000 (UTC) (envelope-from sunpoet@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 51BAA7D633; Tue, 3 Oct 2017 15:35:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FZHnN001694; Tue, 3 Oct 2017 15:35:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FZHqC001692; Tue, 3 Oct 2017 15:35:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031535.v93FZHqC001692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:35:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451142 - head/net/rubygem-gitaly-proto X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-gitaly-proto X-SVN-Commit-Revision: 451142 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:35:18 -0000 Author: sunpoet Date: Tue Oct 3 15:35:17 2017 New Revision: 451142 URL: https://svnweb.freebsd.org/changeset/ports/451142 Log: Update to 0.39.0 Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master Modified: head/net/rubygem-gitaly-proto/Makefile head/net/rubygem-gitaly-proto/distinfo Modified: head/net/rubygem-gitaly-proto/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Tue Oct 3 15:35:12 2017 (r451141) +++ head/net/rubygem-gitaly-proto/Makefile Tue Oct 3 15:35:17 2017 (r451142) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitaly-proto -PORTVERSION= 0.38.0 +PORTVERSION= 0.39.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-gitaly-proto/distinfo ============================================================================== --- head/net/rubygem-gitaly-proto/distinfo Tue Oct 3 15:35:12 2017 (r451141) +++ head/net/rubygem-gitaly-proto/distinfo Tue Oct 3 15:35:17 2017 (r451142) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506694230 -SHA256 (rubygem/gitaly-proto-0.38.0.gem) = f954761140033d41b027315f3767ef7b188d42da1711b349376a63c214cf03f1 -SIZE (rubygem/gitaly-proto-0.38.0.gem) = 11776 +TIMESTAMP = 1507041444 +SHA256 (rubygem/gitaly-proto-0.39.0.gem) = b388c127618280ade459999399f5e8184c4ba7b67f006ee2149196ec9d1f2c47 +SIZE (rubygem/gitaly-proto-0.39.0.gem) = 11776 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:35:23 2017 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 75BD8E40521; Tue, 3 Oct 2017 15:35:23 +0000 (UTC) (envelope-from sunpoet@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 3C3DB7D6AF; Tue, 3 Oct 2017 15:35:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FZMok001819; Tue, 3 Oct 2017 15:35:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FZMrT001817; Tue, 3 Oct 2017 15:35:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031535.v93FZMrT001817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:35:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451143 - head/devel/p5-Test-Simple X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test-Simple X-SVN-Commit-Revision: 451143 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:35:23 -0000 Author: sunpoet Date: Tue Oct 3 15:35:22 2017 New Revision: 451143 URL: https://svnweb.freebsd.org/changeset/ports/451143 Log: Update to 1.302097 Changes: http://search.cpan.org/dist/Test-Simple/Changes Modified: head/devel/p5-Test-Simple/Makefile head/devel/p5-Test-Simple/distinfo Modified: head/devel/p5-Test-Simple/Makefile ============================================================================== --- head/devel/p5-Test-Simple/Makefile Tue Oct 3 15:35:17 2017 (r451142) +++ head/devel/p5-Test-Simple/Makefile Tue Oct 3 15:35:22 2017 (r451143) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Simple -PORTVERSION= 1.302096 +PORTVERSION= 1.302097 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Simple/distinfo ============================================================================== --- head/devel/p5-Test-Simple/distinfo Tue Oct 3 15:35:17 2017 (r451142) +++ head/devel/p5-Test-Simple/distinfo Tue Oct 3 15:35:22 2017 (r451143) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505229634 -SHA256 (Test-Simple-1.302096.tar.gz) = 314b38cb33fb608c352bd895431cf504b14642ff8714831c410f30877019dc11 -SIZE (Test-Simple-1.302096.tar.gz) = 282450 +TIMESTAMP = 1507041453 +SHA256 (Test-Simple-1.302097.tar.gz) = a710a4056333962fce050a2a1018bf0554e16daff9e31950975d624e5ae89fe8 +SIZE (Test-Simple-1.302097.tar.gz) = 284359 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:35:28 2017 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 8E010E40539; Tue, 3 Oct 2017 15:35:28 +0000 (UTC) (envelope-from sunpoet@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 584857D716; Tue, 3 Oct 2017 15:35:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FZRhV001944; Tue, 3 Oct 2017 15:35:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FZRtp001942; Tue, 3 Oct 2017 15:35:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031535.v93FZRtp001942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451144 - head/databases/rubygem-activerecord-import X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-activerecord-import X-SVN-Commit-Revision: 451144 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:35:28 -0000 Author: sunpoet Date: Tue Oct 3 15:35:27 2017 New Revision: 451144 URL: https://svnweb.freebsd.org/changeset/ports/451144 Log: Update to 0.20.2 Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md Modified: head/databases/rubygem-activerecord-import/Makefile head/databases/rubygem-activerecord-import/distinfo Modified: head/databases/rubygem-activerecord-import/Makefile ============================================================================== --- head/databases/rubygem-activerecord-import/Makefile Tue Oct 3 15:35:22 2017 (r451143) +++ head/databases/rubygem-activerecord-import/Makefile Tue Oct 3 15:35:27 2017 (r451144) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= activerecord-import -PORTVERSION= 0.20.1 +PORTVERSION= 0.20.2 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-activerecord-import/distinfo ============================================================================== --- head/databases/rubygem-activerecord-import/distinfo Tue Oct 3 15:35:22 2017 (r451143) +++ head/databases/rubygem-activerecord-import/distinfo Tue Oct 3 15:35:27 2017 (r451144) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505828547 -SHA256 (rubygem/activerecord-import-0.20.1.gem) = 8a1aea18f3dda84b0a9e974e56292b6811ac89f0de1d276323676db6f41f0a02 -SIZE (rubygem/activerecord-import-0.20.1.gem) = 51200 +TIMESTAMP = 1507041461 +SHA256 (rubygem/activerecord-import-0.20.2.gem) = 4f9424b02d2579fbc865fecfa0c8f12d5f1872f3589c36d35c719d1ad26d99ae +SIZE (rubygem/activerecord-import-0.20.2.gem) = 51712 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:35:44 2017 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 2D072E405C2; Tue, 3 Oct 2017 15:35:44 +0000 (UTC) (envelope-from sunpoet@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 E65067D870; Tue, 3 Oct 2017 15:35:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FZhWc002315; Tue, 3 Oct 2017 15:35:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FZgHB002313; Tue, 3 Oct 2017 15:35:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031535.v93FZgHB002313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:35:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451147 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 451147 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:35:44 -0000 Author: sunpoet Date: Tue Oct 3 15:35:42 2017 New Revision: 451147 URL: https://svnweb.freebsd.org/changeset/ports/451147 Log: Update to 2.10.56 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Tue Oct 3 15:35:37 2017 (r451146) +++ head/devel/rubygem-aws-sdk/Makefile Tue Oct 3 15:35:42 2017 (r451147) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.10.55 +PORTVERSION= 2.10.56 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Tue Oct 3 15:35:37 2017 (r451146) +++ head/devel/rubygem-aws-sdk/distinfo Tue Oct 3 15:35:42 2017 (r451147) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506767964 -SHA256 (rubygem/aws-sdk-2.10.55.gem) = f8270c5505950094800df9888d6f98b5e48f63949b43909f163d94a05c5ab10a -SIZE (rubygem/aws-sdk-2.10.55.gem) = 4608 +TIMESTAMP = 1507041486 +SHA256 (rubygem/aws-sdk-2.10.56.gem) = 37f69f44cb78f238f110b0d5facb8fe7e83e8a39b35e9f8398c82b505f965da7 +SIZE (rubygem/aws-sdk-2.10.56.gem) = 4608 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:35:33 2017 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 8DD34E4055F; Tue, 3 Oct 2017 15:35:33 +0000 (UTC) (envelope-from sunpoet@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 59F547D789; Tue, 3 Oct 2017 15:35:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FZWtk002066; Tue, 3 Oct 2017 15:35:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FZWgT002064; Tue, 3 Oct 2017 15:35:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031535.v93FZWgT002064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:35:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451145 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 451145 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:35:33 -0000 Author: sunpoet Date: Tue Oct 3 15:35:32 2017 New Revision: 451145 URL: https://svnweb.freebsd.org/changeset/ports/451145 Log: Update to 2.10.56 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Tue Oct 3 15:35:27 2017 (r451144) +++ head/devel/rubygem-aws-sdk-core/Makefile Tue Oct 3 15:35:32 2017 (r451145) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.10.55 +PORTVERSION= 2.10.56 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Tue Oct 3 15:35:27 2017 (r451144) +++ head/devel/rubygem-aws-sdk-core/distinfo Tue Oct 3 15:35:32 2017 (r451145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506767947 -SHA256 (rubygem/aws-sdk-core-2.10.55.gem) = f61597e76eddb208e198c536365b86d4af87fe8a493952fdd7819ff54145b6ab -SIZE (rubygem/aws-sdk-core-2.10.55.gem) = 1070592 +TIMESTAMP = 1507041472 +SHA256 (rubygem/aws-sdk-core-2.10.56.gem) = db58bbfbfe36f9d9a255d154d4d237cee43a44fdd35cd6615ebd52f2ef36432b +SIZE (rubygem/aws-sdk-core-2.10.56.gem) = 1070592 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:35:38 2017 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 A516FE40588; Tue, 3 Oct 2017 15:35:38 +0000 (UTC) (envelope-from sunpoet@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 6642D7D7F3; Tue, 3 Oct 2017 15:35:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FZbrm002191; Tue, 3 Oct 2017 15:35:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FZbTY002189; Tue, 3 Oct 2017 15:35:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031535.v93FZbTY002189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:35:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451146 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 451146 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:35:38 -0000 Author: sunpoet Date: Tue Oct 3 15:35:37 2017 New Revision: 451146 URL: https://svnweb.freebsd.org/changeset/ports/451146 Log: Update to 2.10.56 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Tue Oct 3 15:35:32 2017 (r451145) +++ head/devel/rubygem-aws-sdk-resources/Makefile Tue Oct 3 15:35:37 2017 (r451146) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.10.55 +PORTVERSION= 2.10.56 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Tue Oct 3 15:35:32 2017 (r451145) +++ head/devel/rubygem-aws-sdk-resources/distinfo Tue Oct 3 15:35:37 2017 (r451146) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506767957 -SHA256 (rubygem/aws-sdk-resources-2.10.55.gem) = d2eb76d8fec6a8a9e04d5a9f2fd76aa4040959c3931380d44d107fe259d125b1 -SIZE (rubygem/aws-sdk-resources-2.10.55.gem) = 48640 +TIMESTAMP = 1507041480 +SHA256 (rubygem/aws-sdk-resources-2.10.56.gem) = c0da9d40bda015a086c6788e3e80af894df895ba817b36a7a206853d071c6777 +SIZE (rubygem/aws-sdk-resources-2.10.56.gem) = 48640 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:35:49 2017 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 7E07FE405F0; Tue, 3 Oct 2017 15:35:49 +0000 (UTC) (envelope-from sunpoet@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 3F4767D8EC; Tue, 3 Oct 2017 15:35:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FZm3L002438; Tue, 3 Oct 2017 15:35:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FZml7002436; Tue, 3 Oct 2017 15:35:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031535.v93FZml7002436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451148 - head/devel/rubygem-capybara X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-capybara X-SVN-Commit-Revision: 451148 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:35:49 -0000 Author: sunpoet Date: Tue Oct 3 15:35:47 2017 New Revision: 451148 URL: https://svnweb.freebsd.org/changeset/ports/451148 Log: Update to 2.15.2 Changes: https://github.com/teamcapybara/capybara/blob/master/History.md Modified: head/devel/rubygem-capybara/Makefile head/devel/rubygem-capybara/distinfo Modified: head/devel/rubygem-capybara/Makefile ============================================================================== --- head/devel/rubygem-capybara/Makefile Tue Oct 3 15:35:42 2017 (r451147) +++ head/devel/rubygem-capybara/Makefile Tue Oct 3 15:35:47 2017 (r451148) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= capybara -PORTVERSION= 2.15.1 -PORTREVISION= 2 +PORTVERSION= 2.15.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-capybara/distinfo ============================================================================== --- head/devel/rubygem-capybara/distinfo Tue Oct 3 15:35:42 2017 (r451147) +++ head/devel/rubygem-capybara/distinfo Tue Oct 3 15:35:47 2017 (r451148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501900622 -SHA256 (rubygem/capybara-2.15.1.gem) = 22718339815ad16a26b9832f496f8c9fdee41af8fe941e2283eee6d03287502d -SIZE (rubygem/capybara-2.15.1.gem) = 270336 +TIMESTAMP = 1507041497 +SHA256 (rubygem/capybara-2.15.2.gem) = 11223a4f98942913a67520c8e1126ae6f544b48f26844a9098f5f440caf12b50 +SIZE (rubygem/capybara-2.15.2.gem) = 270848 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:35:54 2017 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 BF32AE40644; Tue, 3 Oct 2017 15:35:54 +0000 (UTC) (envelope-from sunpoet@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 885887D964; Tue, 3 Oct 2017 15:35:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FZr8i002563; Tue, 3 Oct 2017 15:35:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FZrmO002561; Tue, 3 Oct 2017 15:35:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031535.v93FZrmO002561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:35:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451149 - head/devel/rubygem-default_value_for X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-default_value_for X-SVN-Commit-Revision: 451149 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:35:54 -0000 Author: sunpoet Date: Tue Oct 3 15:35:53 2017 New Revision: 451149 URL: https://svnweb.freebsd.org/changeset/ports/451149 Log: Update to 3.0.3 Changes: https://github.com/FooBarWidget/default_value_for/commits/master Modified: head/devel/rubygem-default_value_for/Makefile head/devel/rubygem-default_value_for/distinfo Modified: head/devel/rubygem-default_value_for/Makefile ============================================================================== --- head/devel/rubygem-default_value_for/Makefile Tue Oct 3 15:35:47 2017 (r451148) +++ head/devel/rubygem-default_value_for/Makefile Tue Oct 3 15:35:53 2017 (r451149) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= default_value_for -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-default_value_for/distinfo ============================================================================== --- head/devel/rubygem-default_value_for/distinfo Tue Oct 3 15:35:47 2017 (r451148) +++ head/devel/rubygem-default_value_for/distinfo Tue Oct 3 15:35:53 2017 (r451149) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483131727 -SHA256 (rubygem/default_value_for-3.0.2.gem) = e34c410a8eeb284d75a74e94df3cc82d65c998716e9bdddd118265d9ab408404 -SIZE (rubygem/default_value_for-3.0.2.gem) = 14848 +TIMESTAMP = 1507041503 +SHA256 (rubygem/default_value_for-3.0.3.gem) = 2eb32769144c721591c4f25b717b8f0705003e8351e2a94be6408ad7e119f576 +SIZE (rubygem/default_value_for-3.0.3.gem) = 14848 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:36:05 2017 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 78267E406AF; Tue, 3 Oct 2017 15:36:05 +0000 (UTC) (envelope-from sunpoet@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 19A867DA48; Tue, 3 Oct 2017 15:36:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93Fa4sO002814; Tue, 3 Oct 2017 15:36:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93Fa3i2002812; Tue, 3 Oct 2017 15:36:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031536.v93Fa3i2002812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:36:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451151 - head/devel/rubygem-message_bus X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-message_bus X-SVN-Commit-Revision: 451151 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:36:05 -0000 Author: sunpoet Date: Tue Oct 3 15:36:03 2017 New Revision: 451151 URL: https://svnweb.freebsd.org/changeset/ports/451151 Log: Update to 2.0.7 Changes: https://github.com/SamSaffron/message_bus/blob/master/CHANGELOG Modified: head/devel/rubygem-message_bus/Makefile head/devel/rubygem-message_bus/distinfo Modified: head/devel/rubygem-message_bus/Makefile ============================================================================== --- head/devel/rubygem-message_bus/Makefile Tue Oct 3 15:35:58 2017 (r451150) +++ head/devel/rubygem-message_bus/Makefile Tue Oct 3 15:36:03 2017 (r451151) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= message_bus -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-message_bus/distinfo ============================================================================== --- head/devel/rubygem-message_bus/distinfo Tue Oct 3 15:35:58 2017 (r451150) +++ head/devel/rubygem-message_bus/distinfo Tue Oct 3 15:36:03 2017 (r451151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506768026 -SHA256 (rubygem/message_bus-2.0.6.gem) = 3c398d254e166de76b4a7ecce652febc5494e29fd869c15185a8b35ec6c4109c -SIZE (rubygem/message_bus-2.0.6.gem) = 329216 +TIMESTAMP = 1507041516 +SHA256 (rubygem/message_bus-2.0.7.gem) = d06d7d6e77176ea1aa3f4bf13c8226ce51e4c9f64689db0e21721d8c0f727512 +SIZE (rubygem/message_bus-2.0.7.gem) = 329728 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:36:00 2017 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 34977E40684; Tue, 3 Oct 2017 15:36:00 +0000 (UTC) (envelope-from sunpoet@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 CA36E7D9DE; Tue, 3 Oct 2017 15:35:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FZwPc002687; Tue, 3 Oct 2017 15:35:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FZw5l002684; Tue, 3 Oct 2017 15:35:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031535.v93FZw5l002684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:35:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451150 - head/devel/rubygem-flexmock X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-flexmock X-SVN-Commit-Revision: 451150 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:36:00 -0000 Author: sunpoet Date: Tue Oct 3 15:35:58 2017 New Revision: 451150 URL: https://svnweb.freebsd.org/changeset/ports/451150 Log: Update to 2.3.6 Changes: https://github.com/doudou/flexmock/blob/master/README.md#changes https://github.com/doudou/flexmock/commits/master Modified: head/devel/rubygem-flexmock/Makefile head/devel/rubygem-flexmock/distinfo Modified: head/devel/rubygem-flexmock/Makefile ============================================================================== --- head/devel/rubygem-flexmock/Makefile Tue Oct 3 15:35:53 2017 (r451149) +++ head/devel/rubygem-flexmock/Makefile Tue Oct 3 15:35:58 2017 (r451150) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexmock -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.6 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-flexmock/distinfo ============================================================================== --- head/devel/rubygem-flexmock/distinfo Tue Oct 3 15:35:53 2017 (r451149) +++ head/devel/rubygem-flexmock/distinfo Tue Oct 3 15:35:58 2017 (r451150) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487767231 -SHA256 (rubygem/flexmock-2.3.5.gem) = 8c1ca7921a4b96911320a6157067984515bf407feb10ecc6af66521889219f6d -SIZE (rubygem/flexmock-2.3.5.gem) = 67584 +TIMESTAMP = 1507041509 +SHA256 (rubygem/flexmock-2.3.6.gem) = b5aa6dc338148be8c80f3b2a7ab57b668bacc748f66032b29eaabb533e85851e +SIZE (rubygem/flexmock-2.3.6.gem) = 67584 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:36:10 2017 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 A1EEDE406DF; Tue, 3 Oct 2017 15:36:10 +0000 (UTC) (envelope-from sunpoet@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 2392A7DAC2; Tue, 3 Oct 2017 15:36:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93Fa9eo002939; Tue, 3 Oct 2017 15:36:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93Fa8J3002937; Tue, 3 Oct 2017 15:36:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031536.v93Fa8J3002937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451152 - head/devel/rubygem-oj X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-oj X-SVN-Commit-Revision: 451152 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:36:10 -0000 Author: sunpoet Date: Tue Oct 3 15:36:08 2017 New Revision: 451152 URL: https://svnweb.freebsd.org/changeset/ports/451152 Log: Update to 3.3.7 - Fix LIB_DEPENDS Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md Modified: head/devel/rubygem-oj/Makefile head/devel/rubygem-oj/distinfo Modified: head/devel/rubygem-oj/Makefile ============================================================================== --- head/devel/rubygem-oj/Makefile Tue Oct 3 15:36:03 2017 (r451151) +++ head/devel/rubygem-oj/Makefile Tue Oct 3 15:36:08 2017 (r451152) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oj -PORTVERSION= 3.3.6 +PORTVERSION= 3.3.7 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +11,7 @@ COMMENT= Fast JSON parser and serializer LICENSE= MIT -LIB_DEPENDS= libgmp.so:math/gmp \ - libunwind.so:devel/libunwind +LIB_DEPENDS= libgmp.so:math/gmp USES= gem USE_RUBY= yes Modified: head/devel/rubygem-oj/distinfo ============================================================================== --- head/devel/rubygem-oj/distinfo Tue Oct 3 15:36:03 2017 (r451151) +++ head/devel/rubygem-oj/distinfo Tue Oct 3 15:36:08 2017 (r451152) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506081788 -SHA256 (rubygem/oj-3.3.6.gem) = 53b92bb32dae34cf8fda458b0499430e138ad6024e77f2224e4527db485ff8a3 -SIZE (rubygem/oj-3.3.6.gem) = 185344 +TIMESTAMP = 1507041524 +SHA256 (rubygem/oj-3.3.7.gem) = cf29a0762de823bab6f8a50ef22d32b0e2a528c73fdb38d955b31b0af0fd3681 +SIZE (rubygem/oj-3.3.7.gem) = 185856 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:36:15 2017 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 93B78E406FD; Tue, 3 Oct 2017 15:36:15 +0000 (UTC) (envelope-from sunpoet@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 5F9D97DB1C; Tue, 3 Oct 2017 15:36:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FaEc8003064; Tue, 3 Oct 2017 15:36:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FaEZd003062; Tue, 3 Oct 2017 15:36:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031536.v93FaEZd003062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451153 - head/devel/rubygem-sidekiq X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-sidekiq X-SVN-Commit-Revision: 451153 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:36:15 -0000 Author: sunpoet Date: Tue Oct 3 15:36:14 2017 New Revision: 451153 URL: https://svnweb.freebsd.org/changeset/ports/451153 Log: Update to 5.0.5 Changes: https://github.com/mperham/sidekiq/blob/master/Changes.md Modified: head/devel/rubygem-sidekiq/Makefile head/devel/rubygem-sidekiq/distinfo Modified: head/devel/rubygem-sidekiq/Makefile ============================================================================== --- head/devel/rubygem-sidekiq/Makefile Tue Oct 3 15:36:08 2017 (r451152) +++ head/devel/rubygem-sidekiq/Makefile Tue Oct 3 15:36:14 2017 (r451153) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sidekiq -PORTVERSION= 5.0.4 +PORTVERSION= 5.0.5 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.0:devel/rubygem-concurrent-ruby \ rubygem-connection_pool>=2.2:net/rubygem-connection_pool \ rubygem-rack-protection>=1.5.0:www/rubygem-rack-protection \ - rubygem-redis>=3.3.3:databases/rubygem-redis + rubygem-redis>=3.3.4:databases/rubygem-redis NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-sidekiq/distinfo ============================================================================== --- head/devel/rubygem-sidekiq/distinfo Tue Oct 3 15:36:08 2017 (r451152) +++ head/devel/rubygem-sidekiq/distinfo Tue Oct 3 15:36:14 2017 (r451153) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499142335 -SHA256 (rubygem/sidekiq-5.0.4.gem) = 3ce982d6328965479e5cfa0f9b721abb9d4b63fa3891333b3bec6095d4885f59 -SIZE (rubygem/sidekiq-5.0.4.gem) = 283648 +TIMESTAMP = 1507041533 +SHA256 (rubygem/sidekiq-5.0.5.gem) = 509fefac51997f87da1fa7b230bf676b5d109bd2bc76c23f392d174aa6d9b556 +SIZE (rubygem/sidekiq-5.0.5.gem) = 284160 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:36:20 2017 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 B302BE4071F; Tue, 3 Oct 2017 15:36:20 +0000 (UTC) (envelope-from sunpoet@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 3A6FE7DB8C; Tue, 3 Oct 2017 15:36:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93FaJjh003188; Tue, 3 Oct 2017 15:36:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FaJwr003186; Tue, 3 Oct 2017 15:36:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710031536.v93FaJwr003186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Oct 2017 15:36:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451154 - head/sysutils/rubygem-hiera X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-hiera X-SVN-Commit-Revision: 451154 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:36:20 -0000 Author: sunpoet Date: Tue Oct 3 15:36:18 2017 New Revision: 451154 URL: https://svnweb.freebsd.org/changeset/ports/451154 Log: Update to 3.4.2 Changes: https://github.com/puppetlabs/hiera/commits/master Modified: head/sysutils/rubygem-hiera/Makefile head/sysutils/rubygem-hiera/distinfo Modified: head/sysutils/rubygem-hiera/Makefile ============================================================================== --- head/sysutils/rubygem-hiera/Makefile Tue Oct 3 15:36:14 2017 (r451153) +++ head/sysutils/rubygem-hiera/Makefile Tue Oct 3 15:36:18 2017 (r451154) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hiera -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-hiera/distinfo ============================================================================== --- head/sysutils/rubygem-hiera/distinfo Tue Oct 3 15:36:14 2017 (r451153) +++ head/sysutils/rubygem-hiera/distinfo Tue Oct 3 15:36:18 2017 (r451154) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505424347 -SHA256 (rubygem/hiera-3.4.1.gem) = dafd7497d62dede5bc96f3ed986479f4989a54a19b45120fb87c6b4c2a0507e3 -SIZE (rubygem/hiera-3.4.1.gem) = 41472 +TIMESTAMP = 1507041540 +SHA256 (rubygem/hiera-3.4.2.gem) = ff6bc8a27c9c0627790bc67dbedb8c3c5907f594f0ec798659c99bcd0ff2026d +SIZE (rubygem/hiera-3.4.2.gem) = 41472 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:45:40 2017 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 9C391E40CA8; Tue, 3 Oct 2017 15:45:40 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (exodus.zi0r.com [71.179.14.195]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "exodus.zi0r.com", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 717837EA98; Tue, 3 Oct 2017 15:45:40 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (localhost [127.0.0.1]) by exodus.zi0r.com (Postfix) with ESMTP id 62EE8BD3B3; Tue, 3 Oct 2017 11:45:38 -0400 (EDT) X-Virus-Scanned: amavisd-new at zi0r.com Received: from exodus.zi0r.com ([127.0.0.1]) by exodus.zi0r.com (exodus.zi0r.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id 30U3GJNfrZMF; Tue, 3 Oct 2017 11:45:37 -0400 (EDT) Received: from exodus.zi0r.com (syn.zi0r.com [IPv6:2001:470:8:d58:aba:ca:daba:10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id 8D68DBD3B2; Tue, 3 Oct 2017 11:45:37 -0400 (EDT) Date: Tue, 3 Oct 2017 11:45:35 -0400 From: Ryan Steinmetz To: Cy Schubert Cc: Mathieu Arnold , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r450898 - head/security/vuxml Message-ID: <20171003154535.GA54326@exodus.zi0r.com> References: <20171003151611.917FB2C1@spqr.komquats.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline In-Reply-To: <20171003151611.917FB2C1@spqr.komquats.com> User-Agent: Mutt/1.8.3 (2017-05-23) Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 15:45:40 -0000 On (10/03/17 08:16), Cy Schubert wrote: >Yes, that didn't make sense to me either. > >Why the 5m limit? > 5M is a filesize limit imposed across the repos for the project to keep=20 things sane/manageable. https://svnweb.freebsd.org/ports/svnadmin/hooks/scripts/sizelimit.py?revi= sion=3D341047&view=3Dmarkup -r >--- >Sent using a tiny phone keyboard. Apologies for any typos and autocorrec= t. > >Cy Schubert > or > >-----Original Message----- >From: Mathieu Arnold >Sent: 03/10/2017 07:16 >To: Ryan Steinmetz; ports-committers@freebsd.org; svn-ports-all@freebsd.= org; svn-ports-head@freebsd.org >Subject: Re: svn commit: r450898 - head/security/vuxml > >Le 29/09/2017 =E0 17:17, Ryan Steinmetz a =E9crit=A0: >> - Purge 6887828f-0229-11e0-b84d-00262d5ed8ee as it has been superced= ed by other entries and it is massive. (We have hit 5M on vuln.xml) > >I do not think removing an entry is allowed. You should mark it as >cancelled like such: > > > > > >--=20 >Mathieu Arnold > > --=20 Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 From owner-svn-ports-all@freebsd.org Tue Oct 3 15:47:27 2017 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 E7506E40D25; Tue, 3 Oct 2017 15:47:27 +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 B6A967EB9D; Tue, 3 Oct 2017 15:47:27 +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 v93FlQSQ007261; Tue, 3 Oct 2017 15:47:26 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93FlQbb007259; Tue, 3 Oct 2017 15:47:26 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201710031547.v93FlQbb007259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 3 Oct 2017 15:47:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451155 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 451155 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 15:47:28 -0000 Author: zi Date: Tue Oct 3 15:47:26 2017 New Revision: 451155 URL: https://svnweb.freebsd.org/changeset/ports/451155 Log: - Re-add 6887828f-0229-11e0-b84d-00262d5ed8ee as cancelled, instead of purging it Submitted by: Mathieu Arnold Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 3 15:36:18 2017 (r451154) +++ head/security/vuxml/vuln.xml Tue Oct 3 15:47:26 2017 (r451155) @@ -79290,6 +79290,10 @@ executed in your Internet Explorer while displaying th + + + + From owner-svn-ports-all@freebsd.org Tue Oct 3 15:47:38 2017 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 CBC32E40D4F; Tue, 3 Oct 2017 15:47:38 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (exodus.zi0r.com [71.179.14.195]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "exodus.zi0r.com", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A15447EC19; Tue, 3 Oct 2017 15:47:38 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (localhost [127.0.0.1]) by exodus.zi0r.com (Postfix) with ESMTP id CE1A1BD426; Tue, 3 Oct 2017 11:47:37 -0400 (EDT) X-Virus-Scanned: amavisd-new at zi0r.com Received: from exodus.zi0r.com ([127.0.0.1]) by exodus.zi0r.com (exodus.zi0r.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id qsfjj3orA4q4; Tue, 3 Oct 2017 11:47:37 -0400 (EDT) Received: from exodus.zi0r.com (syn.zi0r.com [IPv6:2001:470:8:d58:aba:ca:daba:10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id 95329BD425; Tue, 3 Oct 2017 11:47:37 -0400 (EDT) Date: Tue, 3 Oct 2017 11:47:36 -0400 From: Ryan Steinmetz To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r450898 - head/security/vuxml Message-ID: <20171003154736.GB54326@exodus.zi0r.com> References: <201709291517.v8TFH4Hg005273@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 15:47:38 -0000 On (10/03/17 16:16), Mathieu Arnold wrote: >Le 29/09/2017 =E0 17:17, Ryan Steinmetz a =E9crit=A0: >> - Purge 6887828f-0229-11e0-b84d-00262d5ed8ee as it has been superced= ed by other entries and it is massive. (We have hit 5M on vuln.xml) > >I do not think removing an entry is allowed. You should mark it as >cancelled like such: > > > > > Committed. -r >--=20 >Mathieu Arnold > > --=20 Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 From owner-svn-ports-all@freebsd.org Tue Oct 3 16:07:39 2017 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 A7782E4160F; Tue, 3 Oct 2017 16:07:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (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 5F9D87F61B; Tue, 3 Oct 2017 16:07:39 +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 6EDD0BDD62; Tue, 3 Oct 2017 18:07:36 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 30F64BDD56; Tue, 3 Oct 2017 18:07:36 +0200 (CEST) Subject: Re: svn commit: r450898 - head/security/vuxml To: Ryan Steinmetz Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201709291517.v8TFH4Hg005273@repo.freebsd.org> <20171003154736.GB54326@exodus.zi0r.com> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <71ffd274-8870-0f7c-3595-475577fa117f@FreeBSD.org> Date: Tue, 3 Oct 2017 18:07:32 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20171003154736.GB54326@exodus.zi0r.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mrdxe4AECN5LjMtI2T8CLMcX54G5I3Qxe" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 16:07:39 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --mrdxe4AECN5LjMtI2T8CLMcX54G5I3Qxe Content-Type: multipart/mixed; boundary="ugM1mcWDLB2HdxVqfq3XOkEnCkIffUipL"; protected-headers="v1" From: Mathieu Arnold To: Ryan Steinmetz Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <71ffd274-8870-0f7c-3595-475577fa117f@FreeBSD.org> Subject: Re: svn commit: r450898 - head/security/vuxml References: <201709291517.v8TFH4Hg005273@repo.freebsd.org> <20171003154736.GB54326@exodus.zi0r.com> In-Reply-To: <20171003154736.GB54326@exodus.zi0r.com> --ugM1mcWDLB2HdxVqfq3XOkEnCkIffUipL Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 03/10/2017 =C3=A0 17:47, Ryan Steinmetz a =C3=A9crit=C2=A0: > > On (10/03/17 16:16), Mathieu Arnold wrote: >> Le 29/09/2017 =C3=A0 17:17, Ryan Steinmetz a =C3=A9crit=C2=A0: >>> =C2=A0 - Purge 6887828f-0229-11e0-b84d-00262d5ed8ee as it has been >>> superceded by other entries and it is massive. (We have hit 5M on >>> vuln.xml) >> >> I do not think removing an entry is allowed. You should mark it as >> cancelled like such: >> >> >> =C2=A0 >> >> > > Committed. > Not to be picky, but you removed some other entries, could you add them back as cancelled too? --=20 Mathieu Arnold --ugM1mcWDLB2HdxVqfq3XOkEnCkIffUipL-- --mrdxe4AECN5LjMtI2T8CLMcX54G5I3Qxe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJZ07XGXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IUmMP/A8ScdPE/eTKkS9WLDaFPHYH Wh5j4mXVOBgt+dM+TNrkmeNQd0crBag8a2QRKKLs/M4NmlZD+i5K903F1C2Y1jCg w5C5jEO3a0OAO3iCkPAVnWWRobl8kx11ZxMvraQ5WuWnr81bX3oQyEIwlA9pM/LO Fea8jW4dm/r++Yfl1u2q6nJ7Wm2Xt1iHiH1QSFqy9JRzPdyBPwjRwfVlGgzA21PM UyZlk0HXTS/EDwHwbo0tmbWHUzuI9TilH0yQZowWm/ajfvobJbx4FUIxzMUPK9/+ K2VZN43RCh5J1Z07e4PTRPxNIq1VabNpU1+rbcLrsqfommlc2BdDP96qS2i7WxJd 4YjYa/Bo1bmdhOLJGBfTvfrpnhP9d7XYsCfDz2HeioP2/yhwbOY9zSp18eSO2YBg DSsQzkhrNa8UTeToIfuIWnhGh4rU5/32U/bmlk37BuLctaO9rqC3Yk2u4ehViALq PweR6r542G/mEyEm3uPRFqVKIGjlGRwgUKg0w8jf6IuVSHA+Jf8tjuHoh5rHLr6L o+3UV07vRxPQSBgjcYOpVJp29snfU+r9XyC95D8NooqRDN9nN3SeMlQJRd0HQlGX u/dpACDidzH9o6g0vY+YA08Jc/ksjYGa2sIfaM556Ji076Xaqln/96ocUjQ1qY52 U9BaFeGeWcErWeMx3Xx/ =AV6N -----END PGP SIGNATURE----- --mrdxe4AECN5LjMtI2T8CLMcX54G5I3Qxe-- From owner-svn-ports-all@freebsd.org Tue Oct 3 16:46:32 2017 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 59085E4220D; Tue, 3 Oct 2017 16:46:32 +0000 (UTC) (envelope-from leres@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 26546809A7; Tue, 3 Oct 2017 16:46:32 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93GkV2R031897; Tue, 3 Oct 2017 16:46:31 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93GkVUl031896; Tue, 3 Oct 2017 16:46:31 GMT (envelope-from leres@FreeBSD.org) Message-Id: <201710031646.v93GkVUl031896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Tue, 3 Oct 2017 16:46:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451156 - head/devel/arduino-mk X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: head/devel/arduino-mk X-SVN-Commit-Revision: 451156 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 16:46:32 -0000 Author: leres Date: Tue Oct 3 16:46:31 2017 New Revision: 451156 URL: https://svnweb.freebsd.org/changeset/ports/451156 Log: Add missing RUN_DEPENDS for comms/p5-Device-SerialPort which is used by the ard-reset-arduino script. PR: 222148 Submitted by: Fukang Chen Reported by: ler (mentor), matthew (mentor) Reviewed by: ler (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12570 Modified: head/devel/arduino-mk/Makefile Modified: head/devel/arduino-mk/Makefile ============================================================================== --- head/devel/arduino-mk/Makefile Tue Oct 3 15:47:26 2017 (r451155) +++ head/devel/arduino-mk/Makefile Tue Oct 3 16:46:31 2017 (r451156) @@ -3,7 +3,7 @@ PORTNAME= arduino-mk PORTVERSION= 0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://mjo.tc/atelier/2009/02/acli/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,6 +15,7 @@ LICENSE= LGPL21 # gmake is needed to use the port, not to build it RUN_DEPENDS= gmake:devel/gmake \ + p5-Device-SerialPort>=0:comms/p5-Device-SerialPort \ p5-YAML>=0:textproc/p5-YAML \ arduino:devel/arduino PATCH_DEPENDS= ${LOCALBASE}/arduino/lib/version.txt:devel/arduino From owner-svn-ports-all@freebsd.org Tue Oct 3 16:55:22 2017 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 27C7CE425BB; Tue, 3 Oct 2017 16:55:22 +0000 (UTC) (envelope-from feld@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 049E280FFF; Tue, 3 Oct 2017 16:55:21 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93GtLel035970; Tue, 3 Oct 2017 16:55:21 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93GtK46035964; Tue, 3 Oct 2017 16:55:20 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201710031655.v93GtK46035964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 Oct 2017 16:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451157 - in head/devel: . p5-ExportTo X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/devel: . p5-ExportTo X-SVN-Commit-Revision: 451157 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 16:55:22 -0000 Author: feld Date: Tue Oct 3 16:55:20 2017 New Revision: 451157 URL: https://svnweb.freebsd.org/changeset/ports/451157 Log: This module allow you to export/override subroutine/method to one namespace. It can be used for mix-in, for extension of modules not using inheritance. WWW: https://github.com/ktat/ExportTo Added: head/devel/p5-ExportTo/ head/devel/p5-ExportTo/Makefile (contents, props changed) head/devel/p5-ExportTo/distinfo (contents, props changed) head/devel/p5-ExportTo/pkg-descr (contents, props changed) head/devel/p5-ExportTo/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 3 16:46:31 2017 (r451156) +++ head/devel/Makefile Tue Oct 3 16:55:20 2017 (r451157) @@ -2461,6 +2461,7 @@ SUBDIR += p5-Exporter-Lite SUBDIR += p5-Exporter-Tidy SUBDIR += p5-Exporter-Tiny + SUBDIR += p5-ExportTo SUBDIR += p5-ExtUtils-AutoInstall SUBDIR += p5-ExtUtils-CBuilder SUBDIR += p5-ExtUtils-CChecker Added: head/devel/p5-ExportTo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExportTo/Makefile Tue Oct 3 16:55:20 2017 (r451157) @@ -0,0 +1,21 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= ExportTo +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:KTAT +PKGNAMEPREFIX= p5- + +MAINTAINER= feld@FreeBSD.org +COMMENT= Export any function/method to any namespace + +LICENSE= ARTPERL10 + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/devel/p5-ExportTo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExportTo/distinfo Tue Oct 3 16:55:20 2017 (r451157) @@ -0,0 +1,3 @@ +TIMESTAMP = 1507049527 +SHA256 (ExportTo-0.03.tar.gz) = 1da77b1745824539090d2fa9146cfe7af9d54f4e7a9ca7c8f1b86aa917c73753 +SIZE (ExportTo-0.03.tar.gz) = 4597 Added: head/devel/p5-ExportTo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExportTo/pkg-descr Tue Oct 3 16:55:20 2017 (r451157) @@ -0,0 +1,5 @@ +This module allow you to export/override subroutine/method to one +namespace. It can be used for mix-in, for extension of modules not using +inheritance. + +WWW: https://github.com/ktat/ExportTo Added: head/devel/p5-ExportTo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExportTo/pkg-plist Tue Oct 3 16:55:20 2017 (r451157) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/ExportTo.pm +%%PERL5_MAN3%%/ExportTo.3.gz From owner-svn-ports-all@freebsd.org Tue Oct 3 17:01:29 2017 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 1785FE4289C; Tue, 3 Oct 2017 17:01:29 +0000 (UTC) (envelope-from thierry@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 D2E78815C3; Tue, 3 Oct 2017 17:01:28 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93H1RVZ038552; Tue, 3 Oct 2017 17:01:27 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93H1R7n038549; Tue, 3 Oct 2017 17:01:27 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201710031701.v93H1R7n038549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 3 Oct 2017 17:01:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451158 - head/devel/libuv X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/devel/libuv X-SVN-Commit-Revision: 451158 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 17:01:29 -0000 Author: thierry Date: Tue Oct 3 17:01:27 2017 New Revision: 451158 URL: https://svnweb.freebsd.org/changeset/ports/451158 Log: Upgrade to 1.15.0. Changelog at . Modified: head/devel/libuv/Makefile head/devel/libuv/distinfo Modified: head/devel/libuv/Makefile ============================================================================== --- head/devel/libuv/Makefile Tue Oct 3 16:55:20 2017 (r451157) +++ head/devel/libuv/Makefile Tue Oct 3 17:01:27 2017 (r451158) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libuv -PORTVERSION= 1.14.1 +PORTVERSION= 1.15.0 DISTVERSIONPREFIX= v CATEGORIES= devel #MASTER_SITES= http://dist.libuv.org/dist/v${PORTVERSION}/ Modified: head/devel/libuv/distinfo ============================================================================== --- head/devel/libuv/distinfo Tue Oct 3 16:55:20 2017 (r451157) +++ head/devel/libuv/distinfo Tue Oct 3 17:01:27 2017 (r451158) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504726896 -SHA256 (libuv-libuv-v1.14.1_GH0.tar.gz) = 82fbbb0eaab4adcf8ed513d3b777c8e02ed2e77aae265baf6bd2d68cb84bc9e3 -SIZE (libuv-libuv-v1.14.1_GH0.tar.gz) = 1157777 +TIMESTAMP = 1507049433 +SHA256 (libuv-libuv-v1.15.0_GH0.tar.gz) = 17afc94ec307be28fe8d4316679171219770df4f993905a79643c7583e106489 +SIZE (libuv-libuv-v1.15.0_GH0.tar.gz) = 1158746 From owner-svn-ports-all@freebsd.org Tue Oct 3 17:21:19 2017 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 9C9BFE4328F; Tue, 3 Oct 2017 17:21:19 +0000 (UTC) (envelope-from feld@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 775E58221B; Tue, 3 Oct 2017 17:21:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93HLIZn044725; Tue, 3 Oct 2017 17:21:18 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93HLIru044720; Tue, 3 Oct 2017 17:21:18 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201710031721.v93HLIru044720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 Oct 2017 17:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451159 - in head/devel: . p5-List-Pairwise X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/devel: . p5-List-Pairwise X-SVN-Commit-Revision: 451159 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 17:21:19 -0000 Author: feld Date: Tue Oct 3 17:21:17 2017 New Revision: 451159 URL: https://svnweb.freebsd.org/changeset/ports/451159 Log: List::Pairwise provides functions to map and grep lists two elements at a time, setting $a and $b to each pair instead of setting $_ to each element. WWW: https://metacpan.org/pod/List::Pairwise Added: head/devel/p5-List-Pairwise/ head/devel/p5-List-Pairwise/Makefile (contents, props changed) head/devel/p5-List-Pairwise/distinfo (contents, props changed) head/devel/p5-List-Pairwise/pkg-descr (contents, props changed) head/devel/p5-List-Pairwise/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 3 17:01:27 2017 (r451158) +++ head/devel/Makefile Tue Oct 3 17:21:17 2017 (r451159) @@ -2752,6 +2752,7 @@ SUBDIR += p5-List-Group SUBDIR += p5-List-Objects-Types SUBDIR += p5-List-Objects-WithUtils + SUBDIR += p5-List-Pairwise SUBDIR += p5-List-Permutor SUBDIR += p5-List-PowerSet SUBDIR += p5-List-Regexp Added: head/devel/p5-List-Pairwise/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-List-Pairwise/Makefile Tue Oct 3 17:21:17 2017 (r451159) @@ -0,0 +1,20 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= List-Pairwise +PORTVERSION= 1.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= feld@FreeBSD.org +COMMENT= Map/grep arrays and hashes pairwise + +LICENSE= ART10 + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/devel/p5-List-Pairwise/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-List-Pairwise/distinfo Tue Oct 3 17:21:17 2017 (r451159) @@ -0,0 +1,3 @@ +TIMESTAMP = 1507050633 +SHA256 (List-Pairwise-1.03.tar.gz) = 96d716f2b2832cf42875e3a4f81752a025be94c3114a382887dc2eb4515a302e +SIZE (List-Pairwise-1.03.tar.gz) = 26886 Added: head/devel/p5-List-Pairwise/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-List-Pairwise/pkg-descr Tue Oct 3 17:21:17 2017 (r451159) @@ -0,0 +1,5 @@ +List::Pairwise provides functions to map and grep lists two elements at +a time, setting $a and $b to each pair instead of setting $_ to each +element. + +WWW: https://metacpan.org/pod/List::Pairwise Added: head/devel/p5-List-Pairwise/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-List-Pairwise/pkg-plist Tue Oct 3 17:21:17 2017 (r451159) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/List/Pairwise.pm +%%SITE_PERL%%/List/Pairwise.pod +%%PERL5_MAN3%%/List::Pairwise.3.gz From owner-svn-ports-all@freebsd.org Tue Oct 3 17:33:37 2017 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 63591E436C3; Tue, 3 Oct 2017 17:33:37 +0000 (UTC) (envelope-from feld@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 39DC782790; Tue, 3 Oct 2017 17:33:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93HXa5C052767; Tue, 3 Oct 2017 17:33:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93HXZKm052762; Tue, 3 Oct 2017 17:33:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201710031733.v93HXZKm052762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 Oct 2017 17:33:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451160 - in head/devel: . p5-Util-Any X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/devel: . p5-Util-Any X-SVN-Commit-Revision: 451160 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 17:33:37 -0000 Author: feld Date: Tue Oct 3 17:33:35 2017 New Revision: 451160 URL: https://svnweb.freebsd.org/changeset/ports/451160 Log: For the people like the man who cannot remember uniq function is in whether List::Util or List::MoreUtils. And for the newbie who don't know where useful utilities is. WWW: https://github.com/ktat/Util-Any Added: head/devel/p5-Util-Any/ head/devel/p5-Util-Any/Makefile (contents, props changed) head/devel/p5-Util-Any/distinfo (contents, props changed) head/devel/p5-Util-Any/pkg-descr (contents, props changed) head/devel/p5-Util-Any/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 3 17:21:17 2017 (r451159) +++ head/devel/Makefile Tue Oct 3 17:33:35 2017 (r451160) @@ -3656,6 +3656,7 @@ SUBDIR += p5-UNIVERSAL-ref SUBDIR += p5-UNIVERSAL-require SUBDIR += p5-UNIVERSAL-which + SUBDIR += p5-Util-Any SUBDIR += p5-UUID SUBDIR += p5-UUID-Random SUBDIR += p5-UUID-Random-Patch-UseMRS Added: head/devel/p5-Util-Any/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Util-Any/Makefile Tue Oct 3 17:33:35 2017 (r451160) @@ -0,0 +1,29 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= Util-Any +PORTVERSION= 0.25 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:KTAT +PKGNAMEPREFIX= p5- + +MAINTAINER= feld@FreeBSD.org +COMMENT= Export any utilities and create your own utility module + +LICENSE= ART10 + +USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes + +RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone \ + p5-ExportTo>=0:devel/p5-ExportTo \ + p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ + p5-List-Pairwise>0:devel/p5-List-Pairwise \ + p5-Module-Pluggable>0:devel/p5-Module-Pluggable \ + p5-String-CamelCase>0:textproc/p5-String-CamelCase \ + p5-String-Util>0:textproc/p5-String-Util + +.include Added: head/devel/p5-Util-Any/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Util-Any/distinfo Tue Oct 3 17:33:35 2017 (r451160) @@ -0,0 +1,3 @@ +TIMESTAMP = 1507049196 +SHA256 (Util-Any-0.25.tar.gz) = 310fe7858f1cae032087567cd08627b7db1ad9b087f67b710386d809630111dc +SIZE (Util-Any-0.25.tar.gz) = 36239 Added: head/devel/p5-Util-Any/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Util-Any/pkg-descr Tue Oct 3 17:33:35 2017 (r451160) @@ -0,0 +1,5 @@ +For the people like the man who cannot remember uniq function is in +whether List::Util or List::MoreUtils. And for the newbie who don't know +where useful utilities is. + +WWW: https://github.com/ktat/Util-Any Added: head/devel/p5-Util-Any/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Util-Any/pkg-plist Tue Oct 3 17:33:35 2017 (r451160) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Util/Any.pm +%%PERL5_MAN3%%/Util::Any.3.gz From owner-svn-ports-all@freebsd.org Tue Oct 3 18:10:39 2017 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 EA953E43E20; Tue, 3 Oct 2017 18:10:39 +0000 (UTC) (envelope-from pi@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 AC69583400; Tue, 3 Oct 2017 18:10:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93IAcsK065335; Tue, 3 Oct 2017 18:10:38 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93IAcnY065333; Tue, 3 Oct 2017 18:10:38 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201710031810.v93IAcnY065333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 3 Oct 2017 18:10:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451161 - in head/net/quagga: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/net/quagga: . files X-SVN-Commit-Revision: 451161 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 18:10:40 -0000 Author: pi Date: Tue Oct 3 18:10:38 2017 New Revision: 451161 URL: https://svnweb.freebsd.org/changeset/ports/451161 Log: net/quagga: update 1.2.1 -> 1.2.2 - bgpd: Fix AS_PATH size calculation for long paths - zebra: Fix to set tag for a static route configured, #955 - Removed the installation of vrf specific tag and distance command - nhrpd: several changes and bug fixes - ripd: ripv2 fails to send packets on non multicast interface - vtysh:address-family vpnv6 and vpnv6 unicast added, #950 Reported by: Balaji Gurudoss Deleted: head/net/quagga/files/patch-bgpd__bgp_aspath.c Modified: head/net/quagga/Makefile head/net/quagga/distinfo Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Tue Oct 3 17:33:35 2017 (r451160) +++ head/net/quagga/Makefile Tue Oct 3 18:10:38 2017 (r451161) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= quagga -PORTVERSION= 1.2.1 -PORTREVISION= 4 +PORTVERSION= 1.2.2 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH Modified: head/net/quagga/distinfo ============================================================================== --- head/net/quagga/distinfo Tue Oct 3 17:33:35 2017 (r451160) +++ head/net/quagga/distinfo Tue Oct 3 18:10:38 2017 (r451161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489184471 -SHA256 (quagga-1.2.1.tar.gz) = aaddba5d4f41ed8e4c2f155f4584c993465d122c9096b5b52ada3fc75266fbcd -SIZE (quagga-1.2.1.tar.gz) = 2922514 +TIMESTAMP = 1507052274 +SHA256 (quagga-1.2.2.tar.gz) = 522e22f2beee64e3f0c2cde3d0155f3b8103f4f6fc8abef92cb40bc3a4cc2931 +SIZE (quagga-1.2.2.tar.gz) = 2986142 From owner-svn-ports-all@freebsd.org Tue Oct 3 18:13:19 2017 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 C1208E43F7B; Tue, 3 Oct 2017 18:13:19 +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 8DAF083749; Tue, 3 Oct 2017 18:13:19 +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 v93IDIkF069217; Tue, 3 Oct 2017 18:13:18 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93IDIEh069216; Tue, 3 Oct 2017 18:13:18 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201710031813.v93IDIEh069216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 3 Oct 2017 18:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451162 - head/java/openjdk8 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/java/openjdk8 X-SVN-Commit-Revision: 451162 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 18:13:19 -0000 Author: jkim Date: Tue Oct 3 18:13:18 2017 New Revision: 451162 URL: https://svnweb.freebsd.org/changeset/ports/451162 Log: Fix java/openjdk8-jre build after r444448. PR: 222750 Modified: head/java/openjdk8/Makefile Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Tue Oct 3 18:10:38 2017 (r451161) +++ head/java/openjdk8/Makefile Tue Oct 3 18:13:18 2017 (r451162) @@ -264,6 +264,9 @@ FPUHACK_DESC= Hack denormalized numbers in flush-to-z POLICY_DESC= Install the Unlimited Strength Policy Files TZUPDATE_DESC= Update the time zone data +ALSA_CONFIGURE_ENV_OFF= ALSA_NOT_NEEDED=yes +ALSA_CONFIGURE_ON= --with-alsa=${LOCALBASE} +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib FPUHACK_EXTRA_PATCHES= ${PATCHDIR}/fpuhack.patch POLICY_CONFIGURE_ENABLE= unlimited-crypto TZUPDATE_RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo @@ -281,9 +284,6 @@ DEBUGFAST_DESC= Build for debugging (with optimizatio RELEASE_DESC= Build for release (default) TEST_DESC= Run regression tests -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib -ALSA_CONFIGURE_ON= --with-alsa=${LOCALBASE} -ALSA_CONFIGURE_ENV_OFF= ALSA_NOT_NEEDED=yes DEBUG_VARS= JDK_BUILD_TYPE=slowdebug DEBUGFAST_VARS= JDK_BUILD_TYPE=fastdebug RELEASE_BUILD_DEPENDS_OFF= ${LOCALBASE}/bin/objcopy:devel/binutils From owner-svn-ports-all@freebsd.org Tue Oct 3 18:17:43 2017 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 AD07AE0D010; Tue, 3 Oct 2017 18:17:43 +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 7C33F838A0; Tue, 3 Oct 2017 18:17:43 +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 v93IHgDL069514; Tue, 3 Oct 2017 18:17:42 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93IHg94069513; Tue, 3 Oct 2017 18:17:42 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201710031817.v93IHg94069513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 3 Oct 2017 18:17:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451163 - branches/2017Q4/java/openjdk8 X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: branches/2017Q4/java/openjdk8 X-SVN-Commit-Revision: 451163 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 18:17:43 -0000 Author: jkim Date: Tue Oct 3 18:17:42 2017 New Revision: 451163 URL: https://svnweb.freebsd.org/changeset/ports/451163 Log: MFH: r451162 Fix java/openjdk8-jre build after r444448. PR: 222750 Approved by: ports-secteam (blanket) Modified: branches/2017Q4/java/openjdk8/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/java/openjdk8/Makefile ============================================================================== --- branches/2017Q4/java/openjdk8/Makefile Tue Oct 3 18:13:18 2017 (r451162) +++ branches/2017Q4/java/openjdk8/Makefile Tue Oct 3 18:17:42 2017 (r451163) @@ -264,6 +264,9 @@ FPUHACK_DESC= Hack denormalized numbers in flush-to-z POLICY_DESC= Install the Unlimited Strength Policy Files TZUPDATE_DESC= Update the time zone data +ALSA_CONFIGURE_ENV_OFF= ALSA_NOT_NEEDED=yes +ALSA_CONFIGURE_ON= --with-alsa=${LOCALBASE} +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib FPUHACK_EXTRA_PATCHES= ${PATCHDIR}/fpuhack.patch POLICY_CONFIGURE_ENABLE= unlimited-crypto TZUPDATE_RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo @@ -281,9 +284,6 @@ DEBUGFAST_DESC= Build for debugging (with optimizatio RELEASE_DESC= Build for release (default) TEST_DESC= Run regression tests -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib -ALSA_CONFIGURE_ON= --with-alsa=${LOCALBASE} -ALSA_CONFIGURE_ENV_OFF= ALSA_NOT_NEEDED=yes DEBUG_VARS= JDK_BUILD_TYPE=slowdebug DEBUGFAST_VARS= JDK_BUILD_TYPE=fastdebug RELEASE_BUILD_DEPENDS_OFF= ${LOCALBASE}/bin/objcopy:devel/binutils From owner-svn-ports-all@freebsd.org Tue Oct 3 18:36:32 2017 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 23FD9E0D7D3; Tue, 3 Oct 2017 18:36:32 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C0DD58422C; Tue, 3 Oct 2017 18:36:30 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id zS3IdJlSy8LPZzS3JdvQ0U; Tue, 03 Oct 2017 12:36:23 -0600 X-Authority-Analysis: v=2.2 cv=e552ceh/ c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=02M-m0pO-4AA:10 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=2OtzJ9dZX8CWGZAP-UEA:9 a=qNx2M3DzcAvdNt4d:21 a=mcbXx4d637cHNEuH:21 a=wPNLvfGTeEIA:10 a=t9kB7GXMK8RvYrq0RekA:9 a=9M-2QVLM6_Pa51yV:21 a=yh_mypo9A1I6yL5i:21 a=_R_MeKWneDpzdb8o:21 a=_W_S_7VecoQA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from [10.168.3.139] (S0106d4ca6d8943b0.gv.shawcable.net [24.68.134.59]) by spqr.komquats.com (Postfix) with ESMTPSA id 3CF1762E; Tue, 3 Oct 2017 11:36:20 -0700 (PDT) MIME-Version: 1.0 From: Cy Schubert Subject: RE: svn commit: r450898 - head/security/vuxml Date: Tue, 3 Oct 2017 11:36:22 -0700 To: Ryan Steinmetz CC: Mathieu Arnold , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Message-Id: <20171003183620.3CF1762E@spqr.komquats.com> X-CMAE-Envelope: MS4wfJOCduBGJYyHnMM5BlP7qrwDXb+R5Vg0ReWZZAFVkMAheR/Ze7FvsQSyIcT5vYMR/7Wx+/L68hw3Vr0Kp5B1h8n1xT+Dajx15oeCZSxISvCdFVmnPO/2 C0MAXCwkXCErgof+FsbKRyQdh51RBfzp+T/RFkA2f69+6DkUHBSDRJ9B1yiwqrKVWHZcC0voX4ds8C5w12BlZE+c1lPp56lkCuAeQkj2rvQSZXVoGhI5czKZ uq59yxXAfsQcSJPNNJrcO0QAyb0nFjBZyzeqvydRR0uuThhSyb8Ow1XkNCSRA8okJKQiHLZavXZseVPJt5s9zg== Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 18:36:32 -0000 Really? Looking at the code it's a 1m size limit. Put yourself in sizelimit.conf an= d you get 10x that, unless you put a size after your name. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Cy Schubert or -----Original Message----- From: Ryan Steinmetz Sent: 03/10/2017 08:45 To: Cy Schubert Cc: Mathieu Arnold; ports-committers@freebsd.org; svn-ports-all@freebsd.org= ; svn-ports-head@freebsd.org Subject: Re: svn commit: r450898 - head/security/vuxml On (10/03/17 08:16), Cy Schubert wrote: >Yes, that didn't make sense to me either. > >Why the 5m limit? > 5M is a filesize limit imposed across the repos for the project to keep=20 things sane/manageable. https://svnweb.freebsd.org/ports/svnadmin/hooks/scripts/sizelimit.py?revisi= on=3D341047&view=3Dmarkup -r >--- >Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. > >Cy Schubert > or > >-----Original Message----- >From: Mathieu Arnold >Sent: 03/10/2017 07:16 >To: Ryan Steinmetz; ports-committers@freebsd.org; svn-ports-all@freebsd.or= g; svn-ports-head@freebsd.org >Subject: Re: svn commit: r450898 - head/security/vuxml > >Le 29/09/2017 =E0 17:17, Ryan Steinmetz a =E9crit=A0: >> - Purge 6887828f-0229-11e0-b84d-00262d5ed8ee as it has been superceded= by other entries and it is massive. (We have hit 5M on vuln.xml) > >I do not think removing an entry is allowed. You should mark it as >cancelled like such: > > > > > >--=20 >Mathieu Arnold > > --=20 Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 From owner-svn-ports-all@freebsd.org Tue Oct 3 18:52:52 2017 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 9BCAEE0DDE9; Tue, 3 Oct 2017 18:52:52 +0000 (UTC) (envelope-from ler@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 662AD84AD8; Tue, 3 Oct 2017 18:52:52 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93Iqpvp085668; Tue, 3 Oct 2017 18:52:51 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93IqpWO085666; Tue, 3 Oct 2017 18:52:51 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201710031852.v93IqpWO085666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 3 Oct 2017 18:52:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451164 - in head/sysutils/lsof: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: in head/sysutils/lsof: . files X-SVN-Commit-Revision: 451164 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 18:52:52 -0000 Author: ler Date: Tue Oct 3 18:52:51 2017 New Revision: 451164 URL: https://svnweb.freebsd.org/changeset/ports/451164 Log: sysutils/lsof: official release picking up glebius' fix in r451103.. Deleted: head/sysutils/lsof/files/patch-dlsof.h Modified: head/sysutils/lsof/Makefile head/sysutils/lsof/distinfo Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Tue Oct 3 18:17:42 2017 (r451163) +++ head/sysutils/lsof/Makefile Tue Oct 3 18:52:51 2017 (r451164) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.90P +DISTVERSION= 4.90Q PORTEPOCH= 8 -PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ Modified: head/sysutils/lsof/distinfo ============================================================================== --- head/sysutils/lsof/distinfo Tue Oct 3 18:17:42 2017 (r451163) +++ head/sysutils/lsof/distinfo Tue Oct 3 18:52:51 2017 (r451164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505085809 -SHA256 (lsof_4.90P.freebsd.tar.bz2) = 5a8f70036c3059b1c403d675d5e2641e8493cc4bf77f61893bde6e0fd3ada3b6 -SIZE (lsof_4.90P.freebsd.tar.bz2) = 488892 +TIMESTAMP = 1507056486 +SHA256 (lsof_4.90Q.freebsd.tar.bz2) = 769ccbcef7243beb7660585393931dc7fe533ac614a045a51c5c1655ff9ea9c6 +SIZE (lsof_4.90Q.freebsd.tar.bz2) = 488907 From owner-svn-ports-all@freebsd.org Tue Oct 3 18:52:34 2017 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 19D3CE0DDBE; Tue, 3 Oct 2017 18:52:34 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (exodus.zi0r.com [71.179.14.195]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "exodus.zi0r.com", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E8A2584A0E; Tue, 3 Oct 2017 18:52:33 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (localhost [127.0.0.1]) by exodus.zi0r.com (Postfix) with ESMTP id 48568BD3B3; Tue, 3 Oct 2017 14:52:32 -0400 (EDT) X-Virus-Scanned: amavisd-new at zi0r.com Received: from exodus.zi0r.com ([127.0.0.1]) by exodus.zi0r.com (exodus.zi0r.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id tUQmkiVOMIAV; Tue, 3 Oct 2017 14:52:31 -0400 (EDT) Received: from exodus.zi0r.com (syn.zi0r.com [IPv6:2001:470:8:d58:aba:ca:daba:10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id 89DC4BD3B2; Tue, 3 Oct 2017 14:52:30 -0400 (EDT) Date: Tue, 3 Oct 2017 14:52:29 -0400 From: Ryan Steinmetz To: Cy Schubert Cc: Mathieu Arnold , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r450898 - head/security/vuxml Message-ID: <20171003185229.GA91081@exodus.zi0r.com> References: <20171003183620.3CF1762E@spqr.komquats.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline In-Reply-To: <20171003183620.3CF1762E@spqr.komquats.com> User-Agent: Mutt/1.8.3 (2017-05-23) Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 18:52:34 -0000 On (10/03/17 11:36), Cy Schubert wrote: >Really? > >Looking at the code it's a 1m size limit. Put yourself in sizelimit.conf= and you get 10x that, unless you put a size after your name. Typo--is a transaction size limit that was triggered. -r > >--- >Sent using a tiny phone keyboard. Apologies for any typos and autocorrec= t. > >Cy Schubert > or > >-----Original Message----- >From: Ryan Steinmetz >Sent: 03/10/2017 08:45 >To: Cy Schubert >Cc: Mathieu Arnold; ports-committers@freebsd.org; svn-ports-all@freebsd.= org; svn-ports-head@freebsd.org >Subject: Re: svn commit: r450898 - head/security/vuxml > > >On (10/03/17 08:16), Cy Schubert wrote: >>Yes, that didn't make sense to me either. >> >>Why the 5m limit? >> > >5M is a filesize limit imposed across the repos for the project to keep >things sane/manageable. > >https://svnweb.freebsd.org/ports/svnadmin/hooks/scripts/sizelimit.py?rev= ision=3D341047&view=3Dmarkup > >-r > >>--- >>Sent using a tiny phone keyboard. Apologies for any typos and autocorre= ct. >> >>Cy Schubert >> or >> >>-----Original Message----- >>From: Mathieu Arnold >>Sent: 03/10/2017 07:16 >>To: Ryan Steinmetz; ports-committers@freebsd.org; svn-ports-all@freebsd= .org; svn-ports-head@freebsd.org >>Subject: Re: svn commit: r450898 - head/security/vuxml >> >>Le 29/09/2017 =E0 17:17, Ryan Steinmetz a =E9crit=A0: >>> - Purge 6887828f-0229-11e0-b84d-00262d5ed8ee as it has been superce= ded by other entries and it is massive. (We have hit 5M on vuln.xml) >> >>I do not think removing an entry is allowed. You should mark it as >>cancelled like such: >> >> >> >> >> >>-- >>Mathieu Arnold >> >> > >--=20 >Ryan Steinmetz >PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 > --=20 Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 From owner-svn-ports-all@freebsd.org Tue Oct 3 19:14:32 2017 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 5300BE0E757; Tue, 3 Oct 2017 19:14:32 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EEDA2AA8; Tue, 3 Oct 2017 19:14:31 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id zSeDdJyVU8LPZzSeEdvaS3; Tue, 03 Oct 2017 13:14:31 -0600 X-Authority-Analysis: v=2.2 cv=e552ceh/ c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=8nJEP1OIZ-IA:10 a=02M-m0pO-4AA:10 a=Z7fNZm1VAAAA:8 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=rT0jjj88LH4q2ial7KYA:9 a=wPNLvfGTeEIA:10 a=Fw-XmyUaeLb1AQfjvB8Z:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id 7E26E68C; Tue, 3 Oct 2017 12:14:29 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v93JESd2007316; Tue, 3 Oct 2017 12:14:28 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201710031914.v93JESd2007316@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Ryan Steinmetz cc: Cy Schubert , Mathieu Arnold , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r450898 - head/security/vuxml In-Reply-To: Message from Ryan Steinmetz of "Tue, 03 Oct 2017 14:52:29 -0400." <20171003185229.GA91081@exodus.zi0r.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Tue, 03 Oct 2017 12:14:28 -0700 X-CMAE-Envelope: MS4wfMoBWgfzUu+/kT9i/4ijINoSuavog0P8hCxsLbg7intDh+70yDj+4xngPf5lsrcPKT2cQa/pT0awnfDhgsz565hTSpzh5/JKrVwNCUWBwkU/ZlfIb/ny dJEss/QXRQ8LGlVy30D4vxuVfIVHfdBBSNRkT9yvIIlgF+K6tHpAYhm5nCn9fcm8N8SbkOTTNpnwwkYPnqYv8P+5o8ws/MNz0cJddczIFmQbLLfm42vaa+7Z zaYWokqGASERDH1Hh1/Pz7qNr4g684Rlb9keZtsbs/9lYp/+dljcAnB26DdVvGGJy5GYgkcD2ciCOhe/4Zwo6Q== X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 19:14:32 -0000 In message <20171003185229.GA91081@exodus.zi0r.com>, Ryan Steinmetz writes: > > > On (10/03/17 11:36), Cy Schubert wrote: > >Really? > > > >Looking at the code it's a 1m size limit. Put yourself in sizelimit.conf and > you get 10x that, unless you put a size after your name. > > Typo--is a transaction size limit that was triggered. Yes. Why delete the old entries? It's history. Maybe we shouldn't keep the vuxml database in the ports tree, instead hosting the vuxml file on github instead of the port itself??? Just a thought. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Tue Oct 3 19:16:24 2017 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 3BBDCE0E855; Tue, 3 Oct 2017 19:16:24 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (exodus.zi0r.com [71.179.14.195]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "exodus.zi0r.com", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 16204BF0; Tue, 3 Oct 2017 19:16:24 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (localhost [127.0.0.1]) by exodus.zi0r.com (Postfix) with ESMTP id 474B5BD3B3; Tue, 3 Oct 2017 15:16:23 -0400 (EDT) X-Virus-Scanned: amavisd-new at zi0r.com Received: from exodus.zi0r.com ([127.0.0.1]) by exodus.zi0r.com (exodus.zi0r.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id tj0Lbi69_3CR; Tue, 3 Oct 2017 15:16:22 -0400 (EDT) Received: from exodus.zi0r.com (syn.zi0r.com [IPv6:2001:470:8:d58:aba:ca:daba:10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id 87122BD3B2; Tue, 3 Oct 2017 15:16:22 -0400 (EDT) Date: Tue, 3 Oct 2017 15:16:21 -0400 From: Ryan Steinmetz To: Cy Schubert Cc: Mathieu Arnold , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r450898 - head/security/vuxml Message-ID: <20171003191620.GA99159@exodus.zi0r.com> References: <20171003185229.GA91081@exodus.zi0r.com> <201710031914.v93JESd2007316@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <201710031914.v93JESd2007316@slippy.cwsent.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 03 Oct 2017 19:16:24 -0000 On (10/03/17 12:14), Cy Schubert wrote: >In message <20171003185229.GA91081@exodus.zi0r.com>, Ryan Steinmetz writes: >> >> >> On (10/03/17 11:36), Cy Schubert wrote: >> >Really? >> > >> >Looking at the code it's a 1m size limit. Put yourself in sizelimit.conf and >> you get 10x that, unless you put a size after your name. >> >> Typo--is a transaction size limit that was triggered. > >Yes. > >Why delete the old entries? It's history. > >Maybe we shouldn't keep the vuxml database in the ports tree, instead >hosting the vuxml file on github instead of the port itself??? Just a >thought. > We (ports-secteam) were addressing a problem (people couldn't commit new entries). There is some investigative work going on now that will give us more options in terms of dealing with growth. More information will surface in the near future. -r > >-- >Cheers, >Cy Schubert >FreeBSD UNIX: Web: http://www.FreeBSD.org > > The need of the many outweighs the greed of the few. > > -- Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 From owner-svn-ports-all@freebsd.org Tue Oct 3 19:32:21 2017 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 D0310E0F279; Tue, 3 Oct 2017 19:32:21 +0000 (UTC) (envelope-from cs@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 9E58A156B; Tue, 3 Oct 2017 19:32:21 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93JWKjr002186; Tue, 3 Oct 2017 19:32:20 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93JWK6x002184; Tue, 3 Oct 2017 19:32:20 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201710031932.v93JWK6x002184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Tue, 3 Oct 2017 19:32:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451165 - head/devel/go-glide X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: head/devel/go-glide X-SVN-Commit-Revision: 451165 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 19:32:21 -0000 Author: cs Date: Tue Oct 3 19:32:20 2017 New Revision: 451165 URL: https://svnweb.freebsd.org/changeset/ports/451165 Log: Update to 0.13.0 Modified: head/devel/go-glide/Makefile head/devel/go-glide/distinfo Modified: head/devel/go-glide/Makefile ============================================================================== --- head/devel/go-glide/Makefile Tue Oct 3 18:52:51 2017 (r451164) +++ head/devel/go-glide/Makefile Tue Oct 3 19:32:20 2017 (r451165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glide -PORTVERSION= 0.12.3 +PORTVERSION= 0.13.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= go- Modified: head/devel/go-glide/distinfo ============================================================================== --- head/devel/go-glide/distinfo Tue Oct 3 18:52:51 2017 (r451164) +++ head/devel/go-glide/distinfo Tue Oct 3 19:32:20 2017 (r451165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487002785 -SHA256 (Masterminds-glide-v0.12.3_GH0.tar.gz) = a304c29267cf7e00b7299b6ac8da0317f2f4f4096acb6cf817d4c745e0dee8b4 -SIZE (Masterminds-glide-v0.12.3_GH0.tar.gz) = 244609 +TIMESTAMP = 1507059049 +SHA256 (Masterminds-glide-v0.13.0_GH0.tar.gz) = ebbfa28e547db921add3557317c810f87d4ece983213d8e9899783b3e3b43ae7 +SIZE (Masterminds-glide-v0.13.0_GH0.tar.gz) = 269804 From owner-svn-ports-all@freebsd.org Tue Oct 3 19:36:41 2017 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 2187EE0F40A; Tue, 3 Oct 2017 19:36:41 +0000 (UTC) (envelope-from cs@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 E00FC181F; Tue, 3 Oct 2017 19:36:40 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93JaeS5002467; Tue, 3 Oct 2017 19:36:40 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93Jadql002465; Tue, 3 Oct 2017 19:36:39 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201710031936.v93Jadql002465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Tue, 3 Oct 2017 19:36:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451166 - head/security/py-gnupg X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: head/security/py-gnupg X-SVN-Commit-Revision: 451166 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 19:36:41 -0000 Author: cs Date: Tue Oct 3 19:36:39 2017 New Revision: 451166 URL: https://svnweb.freebsd.org/changeset/ports/451166 Log: Update to 2.3.1 Modified: head/security/py-gnupg/Makefile head/security/py-gnupg/distinfo Modified: head/security/py-gnupg/Makefile ============================================================================== --- head/security/py-gnupg/Makefile Tue Oct 3 19:32:20 2017 (r451165) +++ head/security/py-gnupg/Makefile Tue Oct 3 19:36:39 2017 (r451166) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-gnupg/distinfo ============================================================================== --- head/security/py-gnupg/distinfo Tue Oct 3 19:32:20 2017 (r451165) +++ head/security/py-gnupg/distinfo Tue Oct 3 19:36:39 2017 (r451166) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498507649 -SHA256 (gnupg-2.3.0.tar.gz) = 1d90e854dcc7790a7efc3aac5998159553cc34ec599ee2bc7927beb45fb564ec -SIZE (gnupg-2.3.0.tar.gz) = 100340 +TIMESTAMP = 1507059294 +SHA256 (gnupg-2.3.1.tar.gz) = 8db5a05c369dbc231dab4c98515ce828f2dffdc14f1534441a6c59b71c6d2031 +SIZE (gnupg-2.3.1.tar.gz) = 100437 From owner-svn-ports-all@freebsd.org Tue Oct 3 19:53:22 2017 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 1BAA7E0FBB3; Tue, 3 Oct 2017 19:53:22 +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 EB67F207D; Tue, 3 Oct 2017 19:53:21 +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 v93JrLnk010709; Tue, 3 Oct 2017 19:53:21 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93JrLiD010708; Tue, 3 Oct 2017 19:53:21 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201710031953.v93JrLiD010708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 3 Oct 2017 19:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451167 - head/java/openjdk8 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/java/openjdk8 X-SVN-Commit-Revision: 451167 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 19:53:22 -0000 Author: jkim Date: Tue Oct 3 19:53:20 2017 New Revision: 451167 URL: https://svnweb.freebsd.org/changeset/ports/451167 Log: Clean up X11 option handling. No functional change. Modified: head/java/openjdk8/Makefile Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Tue Oct 3 19:36:39 2017 (r451166) +++ head/java/openjdk8/Makefile Tue Oct 3 19:53:20 2017 (r451167) @@ -40,27 +40,12 @@ BUILD_DEPENDS= zip:archivers/zip \ ${LOCALBASE}/include/cups/cups.h:print/cups \ bash:shells/bash LIB_DEPENDS= libfreetype.so:print/freetype2 -X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libgif.so:graphics/giflib RUN_DEPENDS= javavm:java/javavmwrapper \ dejavu>0:x11-fonts/dejavu USES= compiler:features dos2unix gmake iconv pkgconfig \ shebangfix USE_AUTOTOOLS= autoconf -# Even when not building with X11 support, openjdk8 requires Xrender, X11, -# Xext, and Xt headers. -X11_BUILD_DEPENDS_OFF+= ${LOCALBASE}/libdata/pkgconfig/x11.pc:x11/libX11 -X11_BUILD_DEPENDS_OFF+= ${LOCALBASE}/libdata/pkgconfig/xext.pc:x11/libXext -X11_BUILD_DEPENDS_OFF+= ${LOCALBASE}/libdata/pkgconfig/xrender.pc:x11/libXrender -X11_BUILD_DEPENDS_OFF+= ${LOCALBASE}/libdata/pkgconfig/xt.pc:x11-toolkits/libXt -# Add more X11 build deps and runtime deps when X11 is enabled -X11_LIB_DEPENDS+= libX11.so.6:x11/libX11 -X11_LIB_DEPENDS+= libXext.so.6:x11/libXext -X11_LIB_DEPENDS+= libXi.so.6:x11/libXi -X11_LIB_DEPENDS+= libXrender.so.1:x11/libXrender -X11_LIB_DEPENDS+= libXt.so.6:x11-toolkits/libXt -X11_LIB_DEPENDS+= libXtst.so.6:x11/libXtst .if !exists(/usr/bin/unzip) BUILD_DEPENDS+= ${UNZIP_CMD}:archivers/unzip @@ -201,11 +186,6 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= CLASSPATH="" JAVA_HOME="" LD_LIBRARY_PATH="" MAKE_ENV+= IGNORE_OLD_CONFIG=true MAKE_ENV+= COMPILER_WARNINGS_FATAL="false" -# openjdk8 normally sets X_CFLAGS in the ./configure script, but it won't do -# that if you say --disable-headful, even though it still needs some X headers. -# Set it here instead. -X11_MAKE_ENV_OFF= MAKEFLAGS="X_CFLAGS=-I${LOCALBASE}/include" \ - BUILD_HEADLESS_ONLY=1 JDK_BUILDDIR= ${WRKSRC}/build/${JDK_OSARCH}-normal-${JDK_BUILD_JVM}-${JDK_BUILD_TYPE} .if !defined(BUILD_JRE) @@ -247,10 +227,6 @@ CONFIGURE_ARGS+= --disable-ccache \ --with-milestone=fcs \ --with-package-path=${LOCALBASE} \ --with-zlib=system -X11_CONFIGURE_ON= --with-giflib=system \ - --x-libraries=${LOCALBASE}/lib \ - --x-includes=${LOCALBASE}/include -X11_CONFIGURE_OFF= --disable-headful CONFIGURE_SCRIPT= ../../configure CONFIGURE_WRKSRC= ${WRKSRC}/common/autoconf @@ -270,6 +246,20 @@ ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib FPUHACK_EXTRA_PATCHES= ${PATCHDIR}/fpuhack.patch POLICY_CONFIGURE_ENABLE= unlimited-crypto TZUPDATE_RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo +X11_BUILD_DEPENDS_OFF= ${LOCALBASE}/include/X11/Xlib.h:x11/libX11 \ + ${LOCALBASE}/include/X11/extensions/Xdbe.h:x11/libXext \ + ${LOCALBASE}/include/X11/extensions/Xrender.h:x11/libXrender \ + ${LOCALBASE}/include/X11/Intrinsic.h:x11-toolkits/libXt +X11_CONFIGURE_OFF= --disable-headful +X11_CONFIGURE_ON= --with-giflib=system \ + --x-includes=${LOCALBASE}/include \ + --x-libraries=${LOCALBASE}/lib +X11_LIB_DEPENDS= libgif.so:graphics/giflib \ + libfontconfig.so:x11-fonts/fontconfig +X11_MAKE_ENV_OFF= BUILD_HEADLESS_ONLY=1 \ + MAKEFLAGS=X_CFLAGS="-I${LOCALBASE}/include" +X11_MAKE_ENV_ON= MAKEFLAGS="" +X11_USE= XORG=x11,xext,xi,xrender,xt,xtst JAVAVMS_COMMENT= OpenJDK${JDK_MAJOR_VERSION} From owner-svn-ports-all@freebsd.org Tue Oct 3 20:27:27 2017 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 BA6F3E23949; Tue, 3 Oct 2017 20:27:27 +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 848D43291; Tue, 3 Oct 2017 20:27:27 +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 v93KRQ4X023571; Tue, 3 Oct 2017 20:27:26 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93KRPlO023568; Tue, 3 Oct 2017 20:27:25 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201710032027.v93KRPlO023568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 3 Oct 2017 20:27:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451168 - head/sysutils/gsmartcontrol X-SVN-Group: ports-head X-SVN-Commit-Author: pawel X-SVN-Commit-Paths: head/sysutils/gsmartcontrol X-SVN-Commit-Revision: 451168 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 20:27:27 -0000 Author: pawel Date: Tue Oct 3 20:27:25 2017 New Revision: 451168 URL: https://svnweb.freebsd.org/changeset/ports/451168 Log: - Update to version 1.1.1 - Drop dependency on gnomesu for policykit, from now this should be enough to grant needed permissions - Add run dependency on xterm needed for update drive database funcionality - Update homepage address Modified: head/sysutils/gsmartcontrol/Makefile head/sysutils/gsmartcontrol/distinfo head/sysutils/gsmartcontrol/pkg-descr Modified: head/sysutils/gsmartcontrol/Makefile ============================================================================== --- head/sysutils/gsmartcontrol/Makefile Tue Oct 3 19:53:20 2017 (r451167) +++ head/sysutils/gsmartcontrol/Makefile Tue Oct 3 20:27:25 2017 (r451168) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gsmartcontrol -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -20,8 +20,9 @@ LICENSE_FILE_ZLIB= ${WRKSRC}/LICENSE_zlib.txt LIB_DEPENDS= libpcre.so:devel/pcre RUN_DEPENDS= bash:shells/bash \ - gnomesu:security/libgnomesu \ - smartctl:sysutils/smartmontools + pkexec:sysutils/polkit \ + smartctl:sysutils/smartmontools \ + xterm:x11/xterm USES= compiler:c++11-lang libtool pkgconfig tar:bzip2 USE_CXXSTD= c++11 Modified: head/sysutils/gsmartcontrol/distinfo ============================================================================== --- head/sysutils/gsmartcontrol/distinfo Tue Oct 3 19:53:20 2017 (r451167) +++ head/sysutils/gsmartcontrol/distinfo Tue Oct 3 20:27:25 2017 (r451168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505555026 -SHA256 (gsmartcontrol-1.1.0.tar.bz2) = 90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8 -SIZE (gsmartcontrol-1.1.0.tar.bz2) = 683898 +TIMESTAMP = 1506956283 +SHA256 (gsmartcontrol-1.1.1.tar.bz2) = 2e39ad330829ae93824732f1b663303ac9ea1223f703901fae28549a3b2d7518 +SIZE (gsmartcontrol-1.1.1.tar.bz2) = 667372 Modified: head/sysutils/gsmartcontrol/pkg-descr ============================================================================== --- head/sysutils/gsmartcontrol/pkg-descr Tue Oct 3 19:53:20 2017 (r451167) +++ head/sysutils/gsmartcontrol/pkg-descr Tue Oct 3 20:27:25 2017 (r451168) @@ -5,4 +5,4 @@ Technology) data on modern hard disk drives. It allows inspect the drive's SMART data to determine its health, as well as run various tests on it. -WWW: http://gsmartcontrol.sourceforge.net +WWW: https://gsmartcontrol.sourceforge.io From owner-svn-ports-all@freebsd.org Tue Oct 3 20:38:28 2017 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 AE968E23DE1; Tue, 3 Oct 2017 20:38:28 +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 7DC013A73; Tue, 3 Oct 2017 20:38:28 +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 v93KcRIf027756; Tue, 3 Oct 2017 20:38:27 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93KcRQw027753; Tue, 3 Oct 2017 20:38:27 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201710032038.v93KcRQw027753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 3 Oct 2017 20:38:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451169 - head/textproc/libexttextcat X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/textproc/libexttextcat X-SVN-Commit-Revision: 451169 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 20:38:28 -0000 Author: jkim Date: Tue Oct 3 20:38:27 2017 New Revision: 451169 URL: https://svnweb.freebsd.org/changeset/ports/451169 Log: Update to 3.4.5. Modified: head/textproc/libexttextcat/Makefile head/textproc/libexttextcat/distinfo head/textproc/libexttextcat/pkg-descr Modified: head/textproc/libexttextcat/Makefile ============================================================================== --- head/textproc/libexttextcat/Makefile Tue Oct 3 20:27:25 2017 (r451168) +++ head/textproc/libexttextcat/Makefile Tue Oct 3 20:38:27 2017 (r451169) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libexttextcat -PORTVERSION= 3.4.4 +PORTVERSION= 3.4.5 CATEGORIES= textproc MASTER_SITES= http://dev-www.libreoffice.org/src/libexttextcat/ Modified: head/textproc/libexttextcat/distinfo ============================================================================== --- head/textproc/libexttextcat/distinfo Tue Oct 3 20:27:25 2017 (r451168) +++ head/textproc/libexttextcat/distinfo Tue Oct 3 20:38:27 2017 (r451169) @@ -1,2 +1,3 @@ -SHA256 (libexttextcat-3.4.4.tar.xz) = f24c086cf3523424228ed58b9f678cc7647688822e5407d5fbc155fbfc846293 -SIZE (libexttextcat-3.4.4.tar.xz) = 1025376 +TIMESTAMP = 1507061257 +SHA256 (libexttextcat-3.4.5.tar.xz) = 13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8 +SIZE (libexttextcat-3.4.5.tar.xz) = 1041268 Modified: head/textproc/libexttextcat/pkg-descr ============================================================================== --- head/textproc/libexttextcat/pkg-descr Tue Oct 3 20:27:25 2017 (r451168) +++ head/textproc/libexttextcat/pkg-descr Tue Oct 3 20:38:27 2017 (r451169) @@ -2,4 +2,4 @@ N-Gram-Based Text Categorization library to guess the is written in. Fundamentally an adaption of of wiseguys libtextcat extended to be UTF-8 aware. -WWW: http://www.freedesktop.org/wiki/Software/libexttextcat/ +WWW: https://wiki.documentfoundation.org/Libexttextcat From owner-svn-ports-all@freebsd.org Tue Oct 3 20:54:30 2017 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 5BD02E245C5; Tue, 3 Oct 2017 20:54:30 +0000 (UTC) (envelope-from zleslie@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 2CEE0635AD; Tue, 3 Oct 2017 20:54:30 +0000 (UTC) (envelope-from zleslie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93KsTrr035542; Tue, 3 Oct 2017 20:54:29 GMT (envelope-from zleslie@FreeBSD.org) Received: (from zleslie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93KsT4j035540; Tue, 3 Oct 2017 20:54:29 GMT (envelope-from zleslie@FreeBSD.org) Message-Id: <201710032054.v93KsT4j035540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zleslie set sender to zleslie@FreeBSD.org using -f From: Zach Leslie Date: Tue, 3 Oct 2017 20:54:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451170 - head/sysutils/facter X-SVN-Group: ports-head X-SVN-Commit-Author: zleslie X-SVN-Commit-Paths: head/sysutils/facter X-SVN-Commit-Revision: 451170 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 20:54:30 -0000 Author: zleslie Date: Tue Oct 3 20:54:29 2017 New Revision: 451170 URL: https://svnweb.freebsd.org/changeset/ports/451170 Log: sysutils/facter: Drop slave port, add Java option default Here we drop support for the slave port, since it never quite worked as desired, nor was it ever submitted, and removes the conditionals to support it. Also, we add a new default option FACTER_JAVA to build support for Java and install facter.jar to be used by sysutils/puppetserver5. Approved by: swills(mentor) Differential Revision: D12498 Modified: head/sysutils/facter/Makefile head/sysutils/facter/pkg-plist Modified: head/sysutils/facter/Makefile ============================================================================== --- head/sysutils/facter/Makefile Tue Oct 3 20:38:27 2017 (r451169) +++ head/sysutils/facter/Makefile Tue Oct 3 20:54:29 2017 (r451170) @@ -2,7 +2,7 @@ PORTNAME= facter PORTVERSION= 3.9.0 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= sysutils MASTER_SITES= http://downloads.puppetlabs.com/facter/ @@ -12,10 +12,8 @@ COMMENT= Cross-platform library for retrieving facts f LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake +USES= cmake compiler:c++11-lib ssl -.if !defined(PKGNAMEPREFIX) - BROKEN_DragonFly= DragonFly is not supported upstream BROKEN_powerpc64= fails to compile: collection.cc: 'stoi' was not declared in this scope @@ -26,13 +24,24 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libleatherman_locale.so:devel/leatherman \ libyaml-cpp.so:devel/yaml-cpp -PLIST_SUB+= PORTVERSION="${PORTVERSION}" +PLIST_SUB= PORTVERSION="${PORTVERSION}" USE_LDCONFIG= yes USE_RUBY= yes -USES+= compiler:c++11-lib ssl CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man +OPTIONS_DEFINE= FACTER_JAVA +FACTER_JAVA_DESC= Build with Java bindings for puppetserver +FACTER_JAVA_USE= java=yes +FACTER_JAVA_VARS= JAVA_BUILD=yes +FACTER_JAVA_CMAKE_ON= -DJAVA_HOME=${JAVA_HOME} + +OPTIONS_DEFAULT= FACTER_JAVA + +OPTIONS_SUB= yes + +.include + post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/lib/src/facts/posix/collection.cc \ @@ -42,28 +51,9 @@ test: build cd ${WRKSRC}/lib && bundle install --path vendor cd ${WRKSRC} && ${MAKE_CMD} test -.elif ${PKGNAMEPREFIX} == java- - -LIB_DEPENDS= libfacter.so:sysutils/facter - -ALL_TARGET= facter-jruby -USE_JAVA= yes -JAVA_BUILD= yes -CMAKE_ARGS+= -DJAVA_HOME=${JAVA_HOME} - -# Ignore sysutils/facter's pkg-plist by providing a non-existent file -PLIST= ${WRKDIR}/no-plist -PLIST_FILES= ${PREFIX}/lib/ruby/vendor_ruby/facter.jar - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/ruby/vendor_ruby - cd ${WRKSRC} && ${INSTALL_DATA} lib/facter.jar ${STAGEDIR}${PREFIX}/lib/ruby/vendor_ruby - -.endif - .include -.if !defined(PKGNAMEPREFIX) && ${OPSYS} == FreeBSD && ${COMPILER_FEATURES:Mlibstdc++} +.if ${OPSYS} == FreeBSD && ${COMPILER_FEATURES:Mlibstdc++} BROKEN= Build with system libstdc++ is unsupported .endif Modified: head/sysutils/facter/pkg-plist ============================================================================== --- head/sysutils/facter/pkg-plist Tue Oct 3 20:38:27 2017 (r451169) +++ head/sysutils/facter/pkg-plist Tue Oct 3 20:54:29 2017 (r451170) @@ -21,3 +21,4 @@ lib/libfacter.so lib/libfacter.so.%%PORTVERSION%% lib/ruby/vendor_ruby/facter.rb man/man8/facter.8.gz +%%FACTER_JAVA%%lib/ruby/vendor_ruby/facter.jar From owner-svn-ports-all@freebsd.org Tue Oct 3 21:04:09 2017 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 38BA5E2497D; Tue, 3 Oct 2017 21:04:09 +0000 (UTC) (envelope-from jrm@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 0877C63B2C; Tue, 3 Oct 2017 21:04:08 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93L48rn039996; Tue, 3 Oct 2017 21:04:08 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93L48vU039994; Tue, 3 Oct 2017 21:04:08 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201710032104.v93L48vU039994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Tue, 3 Oct 2017 21:04:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451171 - head/sysutils/zap X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/sysutils/zap X-SVN-Commit-Revision: 451171 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 21:04:09 -0000 Author: jrm Date: Tue Oct 3 21:04:07 2017 New Revision: 451171 URL: https://svnweb.freebsd.org/changeset/ports/451171 Log: sysutils/zap: Update to version 0.7.4 Upstream changes: https://github.com/Jehops/zap/releases/tag/0.7.4 Modified: head/sysutils/zap/Makefile head/sysutils/zap/distinfo Modified: head/sysutils/zap/Makefile ============================================================================== --- head/sysutils/zap/Makefile Tue Oct 3 20:54:29 2017 (r451170) +++ head/sysutils/zap/Makefile Tue Oct 3 21:04:07 2017 (r451171) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zap -DISTVERSION= 0.7.3 +DISTVERSION= 0.7.4 CATEGORIES= sysutils MAINTAINER= jrm@FreeBSD.org Modified: head/sysutils/zap/distinfo ============================================================================== --- head/sysutils/zap/distinfo Tue Oct 3 20:54:29 2017 (r451170) +++ head/sysutils/zap/distinfo Tue Oct 3 21:04:07 2017 (r451171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504572828 -SHA256 (Jehops-zap-0.7.3_GH0.tar.gz) = d28bd276fd3a91c951a8165e401e15be54ddb514347e1e6eefa3543a46dbac31 -SIZE (Jehops-zap-0.7.3_GH0.tar.gz) = 7842 +TIMESTAMP = 1507064526 +SHA256 (Jehops-zap-0.7.4_GH0.tar.gz) = 0bd0c305ada4b4cf8176ab2ffdc1490d8c810f2d31fd83312bec3b4ff21af964 +SIZE (Jehops-zap-0.7.4_GH0.tar.gz) = 8024 From owner-svn-ports-all@freebsd.org Tue Oct 3 21:25:01 2017 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 2CD18E24FE7; Tue, 3 Oct 2017 21:25:01 +0000 (UTC) (envelope-from tobik@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 9BE35648CA; Tue, 3 Oct 2017 21:25:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93LOxcL048519; Tue, 3 Oct 2017 21:24:59 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93LOwdG048507; Tue, 3 Oct 2017 21:24:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710032124.v93LOwdG048507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 3 Oct 2017 21:24:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451172 - in head/java/openjfx8-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/java/openjfx8-devel: . files X-SVN-Commit-Revision: 451172 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 21:25:01 -0000 Author: tobik Date: Tue Oct 3 21:24:58 2017 New Revision: 451172 URL: https://svnweb.freebsd.org/changeset/ports/451172 Log: java/openjfx8-devel: Update to 8u172-b00 - Move to the regular OpenJFX 8 repository [1], add all *BSD specific patches to the port, and stop using the repository at [2]. This should make port contributions and updates a lot easier going forward. - Bump PORTEPOCH and start using version numbers based on the tags from [1] - Prepare the port for supporting multiple audio backend options - Fix PREFIX/LOCALBASE confusion and get all Java dependencies from LOCALBASE and not from PREFIX - Respect CC and CXX during the WebKit build. Clang in FreeBSD 10.3 segfaults while building it now, so make sure we use Clang from devel/llvm40 via compiler:c++14-lang instead. [1] http://hg.openjdk.java.net/openjfx/8u/rt/ [2] https://bitbucket.org/tobik/openjfx-rt Added: head/java/openjfx8-devel/files/bsd.gradle (contents, props changed) head/java/openjfx8-devel/files/gstsndio.c (contents, props changed) head/java/openjfx8-devel/files/patch-build.properties (contents, props changed) head/java/openjfx8-devel/files/patch-modules_fxpackager_src_main_native_library_common_PosixPlatform.cpp (contents, props changed) head/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_glass_ui_Platform.java (contents, props changed) head/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_glass_utils_NativeLibLoader.java (contents, props changed) head/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_font_PrismFontFactory.java (contents, props changed) head/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_tk_Toolkit.java (contents, props changed) head/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-font_fontpath__linux.c (contents, props changed) head/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-font_freetype.c (contents, props changed) head/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-font_pango.c (contents, props changed) head/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_glass__evloop.cpp (contents, props changed) head/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_glass__general.cpp (contents, props changed) head/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_glass__window.h (contents, props changed) head/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-prism-es2_PrismES2Defs.h (contents, props changed) head/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_projects_bsd_gstreamer-lite_Makefile (contents, props changed) head/java/openjfx8-devel/files/patch-modules_media_src_main_native_jfxmedia_platform_gstreamer_GstPipelineFactory.cpp (contents, props changed) head/java/openjfx8-devel/files/patch-modules_media_src_main_native_jfxmedia_projects_bsd_Makefile (contents, props changed) head/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_JavaScriptCore_PlatformJava.cmake (contents, props changed) head/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_PlatformJava.cmake (contents, props changed) head/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WTF_wtf_CMakeLists.txt (contents, props changed) head/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WTF_wtf_unicode_java_UnicodeJava.h (contents, props changed) head/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WebCore_PlatformJava.cmake (contents, props changed) head/java/openjfx8-devel/files/patch-modules_web_src_main_native_Tools_DumpRenderTree_TestRunner.cpp (contents, props changed) head/java/openjfx8-devel/files/patch-modules_web_src_main_native_Tools_DumpRenderTree_java_CMakeLists.txt (contents, props changed) head/java/openjfx8-devel/files/patch-modules_web_src_main_native_Tools_Scripts_webkitdirs.pm (contents, props changed) head/java/openjfx8-devel/files/sndiosink.c (contents, props changed) head/java/openjfx8-devel/files/sndiosink.h (contents, props changed) Deleted: head/java/openjfx8-devel/files/patch-icu59 Modified: head/java/openjfx8-devel/Makefile head/java/openjfx8-devel/distinfo head/java/openjfx8-devel/files/patch-build.gradle head/java/openjfx8-devel/files/patch-buildSrc_build.gradle head/java/openjfx8-devel/files/patch-modules_base_src_main_java_com_sun_javafx_PlatformUtil.java head/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_prism_impl_PrismSettings.java head/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_cmake_OptionsJava.cmake Modified: head/java/openjfx8-devel/Makefile ============================================================================== --- head/java/openjfx8-devel/Makefile Tue Oct 3 21:04:07 2017 (r451171) +++ head/java/openjfx8-devel/Makefile Tue Oct 3 21:24:58 2017 (r451172) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= openjfx8 -PORTVERSION= 20170722 -PORTREVISION= 4 +DISTVERSION= 8u172-b00 +PORTEPOCH= 1 CATEGORIES= java x11-toolkits devel -MASTER_SITES= https://bitbucket.org/tobik/openjfx-rt/get/freebsd${PORTVERSION}${EXTRACT_SUFX}?dummy=/ +MASTER_SITES= https://github.com/t6/openjfx/releases/download/release/ \ + http://hg.openjdk.java.net/openjfx/8u/rt/archive/${DISTVERSION}${EXTRACT_SUFX}?dummy=/ PKGNAMESUFFIX= -devel MAINTAINER= tobik@FreeBSD.org -COMMENT= JavaFX (OpenJFX) SDK overlay for OpenJDK 8 +COMMENT= JavaFX SDK overlay for OpenJDK 8 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -29,9 +30,9 @@ USES= gettext-runtime jpeg sqlite USE_GL= gl USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango USE_JAVA= yes +JAVA_VERSION= 1.8 USE_LDCONFIG= yes USE_XORG= x11 xtst xxf86vm -JAVA_VERSION= 1.8 OPTIONS_DEFINE= MEDIA TEST WEBKIT OPTIONS_DEFAULT= MEDIA WEBKIT @@ -51,7 +52,7 @@ TEST_VARS= AWT_TEST=true FULL_TEST=true WEBKIT_BUILD_DEPENDS= cmake:devel/cmake WEBKIT_IMPLIES= MEDIA WEBKIT_LIB_DEPENDS= libicui18n.so:devel/icu -WEBKIT_USES= bison compiler:c++11-lib gmake gperf perl5 pkgconfig \ +WEBKIT_USES= bison compiler:c++14-lang gmake gperf perl5 pkgconfig \ python:2.7,build WEBKIT_USE= GNOME=libxslt,libxml2 \ PERL5=build \ @@ -59,21 +60,44 @@ WEBKIT_USE= GNOME=libxslt,libxml2 \ XORG=xcomposite,xdamage,xfixes,xrender,xt WEBKIT_VARS= RUBY_NO_RUN_DEPENDS=yes COMPILE_WEBKIT=true +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home \ + CC=${CC} CXX=${CXX} +GRADLE_RUN= ${SETENV} ${GRADLE_ENV} gradle --no-daemon + PLIST_SUB= ARCH=${ARCH} \ JAVA_HOME=${JAVA_HOME} +WRKSRC= ${WRKDIR}/rt-${DISTVERSION} -WRKSRC= ${WRKDIR}/tobik-openjfx-rt-9ccdaef460fa - -GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home -GRADLE_RUN= ${SETENV} ${GRADLE_ENV} gradle --no-daemon - # NOTE: This port won't build if ${JAVA_HOME}/jre/lib/ext/jfxrt.jar # already exists on your system. This is not a problem in Poudriere # or Synth but something to be aware of if you're trying to build this # port in a non-pristine environment. +# The BSD Makefiles for GStreamer-lite and Jfxmedia are based on the +# Linux versions. Prepare the tree, so that we only see the changes +# from Linux's Makefile in our own patches. +pre-patch: + @${CP} -r ${WRKSRC}/modules/media/src/main/native/jfxmedia/projects/linux \ + ${WRKSRC}/modules/media/src/main/native/jfxmedia/projects/bsd + @${CP} -r ${WRKSRC}/modules/media/src/main/native/gstreamer/projects/linux \ + ${WRKSRC}/modules/media/src/main/native/gstreamer/projects/bsd + post-patch: - @${REINPLACE_CMD} -E -e 's|%%PREFIX%%|${PREFIX}|g' \ + @${CP} ${FILESDIR}/bsd.gradle ${WRKSRC}/buildSrc +# Add a *BSD native audio sink to GStreamer-lite instead of using the +# bundled ALSA sink. Currently we add an sndio sink, but this is an extension +# point for eventually adding an OSS backend (or others) as an option as well. +# If you add a new one make sure it registers itself as "bsdaudiosink" as defined +# in modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp + @${MKDIR} ${WRKSRC}/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/bsdaudio + @${CP} ${FILESDIR}/gstsndio.c ${FILESDIR}/sndiosink.c ${FILESDIR}/sndiosink.h \ + ${WRKSRC}/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/bsdaudio + @cd ${WRKSRC}/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/bsdaudio && \ + ${LN} -s gstsndio.c gstbsdaudio.c && \ + ${LN} -s sndiosink.c bsdaudiosink.c +# Pull Java dependencies from LOCALBASE + @${REINPLACE_CMD} 's@/usr/local@${LOCALBASE}@g' \ ${WRKSRC}/build.gradle ${WRKSRC}/buildSrc/build.gradle # Remove the bundled libicu and libsqlite3. We use the system's # versions instead. @@ -81,7 +105,6 @@ post-patch: ${WRKSRC}/modules/web/src/main/native/Source/ThirdParty/sqlite do-configure: -# Gradle creates ${HOME}/.gradle, pretend home is somewhere else @${MKDIR} ${WRKDIR}/gradle-home @${ECHO_CMD} "NUM_COMPILE_THREADS = ${MAKE_JOBS_NUMBER}" > ${WRKSRC}/gradle.properties .for prop in COMPILE_MEDIA COMPILE_WEBKIT AWT_TEST FULL_TEST Modified: head/java/openjfx8-devel/distinfo ============================================================================== --- head/java/openjfx8-devel/distinfo Tue Oct 3 21:04:07 2017 (r451171) +++ head/java/openjfx8-devel/distinfo Tue Oct 3 21:24:58 2017 (r451172) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500739313 -SHA256 (openjfx8-20170722.tar.gz) = b11fb19e7a05802754505c95dc247013941eb0beb5b1221ed8477997aad1344b -SIZE (openjfx8-20170722.tar.gz) = 109167999 +TIMESTAMP = 1506878786 +SHA256 (openjfx8-8u172-b00.tar.gz) = b6689302cb215b22b0b673d47b3738ac48a423149f2e047dbdebbc87fbefc8ac +SIZE (openjfx8-8u172-b00.tar.gz) = 109884684 Added: head/java/openjfx8-devel/files/bsd.gradle ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjfx8-devel/files/bsd.gradle Tue Oct 3 21:24:58 2017 (r451172) @@ -0,0 +1,258 @@ +/* + * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +ext.BSD = [:] + +// Declare whether this particular target file applies to the current system +BSD.canBuild = IS_BSD; +if (!BSD.canBuild) return; + +// All desktop related packages should be built +BSD.compileSwing = true; +BSD.compileSWT = true; +BSD.compileFXPackager = true; + +// Libraries end up in the sdk/rt/lib/$OS_ARCH directory for freebsd +BSD.libDest = "lib/$OS_ARCH" + +// Lambda for naming the generated libs +BSD.library = { name -> return "lib${name}.so" as String } + +// A set of common parameters to use for both compiling and linking +def commonFlags = [ + "-fno-strict-aliasing", "-fPIC", "-fno-omit-frame-pointer", // optimization flags + "-W", "-Wall", "-Wno-unused", "-Wno-parentheses", "-Werror=implicit-function-declaration"] // warning flags + +if (!IS_64) { + commonFlags += "-m32" +} + +// Specify the compilation parameters and link parameters +def ccFlags = [ + commonFlags, "-I$JDK_HOME/include", "-I$JDK_HOME/include/freebsd", "-c", + IS_DEBUG_NATIVE ? ["-ggdb", "-DVERBOSE"] : ["-O2", "-DNDEBUG"]].flatten() +//ccFlags.addAll(["-Wnon-virtual-dtor", "-Woverloaded-virtual", "-std=c++0x"]) +def linkFlags = ["-shared", commonFlags].flatten() + +// Create $buildDir/bsd_tools.properties file and load props from it +setupTools("bsd_tools", + { propFile -> + ByteArrayOutputStream results = new ByteArrayOutputStream(); + exec { + commandLine("pkg-config", "--cflags", "gtk+-2.0", "gthread-2.0", "xtst"); + setStandardOutput(results); + } + propFile << "cflags=" << results.toString().trim() << "\n"; + + results = new ByteArrayOutputStream(); + exec { + commandLine "pkg-config", "--libs", "gtk+-2.0", "gthread-2.0", "xtst" + standardOutput = results + } + propFile << "libs=" << results.toString().trim(); + }, + { properties -> + ccFlags.addAll(properties.getProperty("cflags").split(" ")) + linkFlags.addAll(properties.getProperty("libs").split(" ")) + } +) + +def pangoCCFlags = ["-D_ENABLE_PANGO"]; +def pangoLinkFlags = []; +setupTools("bsd_pango_tools", + { propFile -> + ByteArrayOutputStream results = new ByteArrayOutputStream(); + exec { + commandLine "pkg-config", "--cflags", "pangoft2" + standardOutput = results + } + propFile << "cflags=" << results.toString().trim() << "\n"; + + results = new ByteArrayOutputStream(); + exec { + commandLine "pkg-config", "--libs", "pangoft2" + standardOutput = results + } + propFile << "libs=" << results.toString().trim(); + }, + { properties -> + pangoCCFlags.addAll(properties.getProperty("cflags").split(" ")) + pangoLinkFlags.addAll(properties.getProperty("libs").split(" ")) + } +) + +def freetypeCCFlags = [ext.IS_COMPILE_PANGO ? "-D_ENABLE_PANGO" : + ext.IS_COMPILE_HARFBUZZ ? "-D_ENABLE_HARFBUZZ" : ""] +def freetypeLinkFlags = [] +setupTools("bsd_freetype_tools", + { propFile -> + ByteArrayOutputStream results = new ByteArrayOutputStream(); + exec { + commandLine "pkg-config", "--cflags", "freetype2" + standardOutput = results + } + propFile << "cflags=" << results.toString().trim() << "\n"; + + results = new ByteArrayOutputStream(); + exec { + commandLine "pkg-config", "--libs", "freetype2" + standardOutput = results + } + propFile << "libs=" << results.toString().trim(); + }, + { properties -> + freetypeCCFlags.addAll(properties.getProperty("cflags").split(" ")) + freetypeLinkFlags.addAll(properties.getProperty("libs").split(" ")) + } +) + +def compiler = IS_COMPILE_PARFAIT ? "parfait-gcc" : "cc"; +def linker = IS_COMPILE_PARFAIT ? "parfait-g++" : "c++"; + +BSD.glass = [:] +BSD.glass.javahInclude = [ + "com/sun/glass/events/**", + "com/sun/glass/ui/*", + "com/sun/glass/ui/gtk/*"] +BSD.glass.nativeSource = file("modules/graphics/src/main/native-glass/gtk") +BSD.glass.compiler = compiler +BSD.glass.ccFlags = [ccFlags, "-Werror"].flatten() +BSD.glass.linker = linker +BSD.glass.linkFlags = [linkFlags].flatten() +BSD.glass.lib = "glass" + +BSD.decora = [:] +BSD.decora.compiler = compiler +BSD.decora.ccFlags = [ccFlags, "-ffast-math"].flatten() +BSD.decora.linker = linker +BSD.decora.linkFlags = [linkFlags].flatten() +BSD.decora.lib = "decora_sse" + +BSD.prism = [:] +BSD.prism.javahInclude = ["com/sun/prism/impl/**/*", "com/sun/prism/PresentableState*"] +BSD.prism.nativeSource = file("modules/graphics/src/main/native-prism") +BSD.prism.compiler = compiler +BSD.prism.ccFlags = [ccFlags, "-DINLINE=inline"].flatten() +BSD.prism.linker = linker +BSD.prism.linkFlags = [linkFlags].flatten() +BSD.prism.lib = "prism_common" + +BSD.prismSW = [:] +BSD.prismSW.javahInclude = ["com/sun/pisces/**/*"] +BSD.prismSW.nativeSource = file("modules/graphics/src/main/native-prism-sw") +BSD.prismSW.compiler = compiler +BSD.prismSW.ccFlags = [ccFlags, "-DINLINE=inline"].flatten() +BSD.prismSW.linker = linker +BSD.prismSW.linkFlags = [linkFlags].flatten() +BSD.prismSW.lib = "prism_sw" + +BSD.launcher = [:] +BSD.launcher.compiler = compiler +BSD.launcher.ccFlags = ["-DJAVAARCH=\"$OS_ARCH\"", "-I$JDK_HOME/include", "-I$JDK_HOME/include/freebsd", "-c"] +BSD.launcher.linker = linker +BSD.launcher.linkFlags = ["-ldl"] +if (!IS_64) { + BSD.launcher.ccFlags += "-m32" + BSD.launcher.linkFlags += "-m32" +} + +BSD.launcherlibrary = [:] +BSD.launcherlibrary.compiler = compiler +BSD.launcherlibrary.ccFlags = ["-DJAVAARCH=\"$OS_ARCH\"", "-I$JDK_HOME/include", "-I$JDK_HOME/include/freebsd", "-c", "-fPIC"] +BSD.launcherlibrary.linker = linker +BSD.launcherlibrary.linkFlags = ["-ldl", "-lpthread", "-shared"] +if (!IS_64) { + BSD.launcherlibrary.ccFlags += "-m32" + BSD.launcherlibrary.linkFlags += "-m32" +} + +BSD.iio = [:] +BSD.iio.javahInclude = ["com/sun/javafx/iio/**/*"] +BSD.iio.nativeSource = [file("modules/graphics/src/main/native-iio")] +BSD.iio.compiler = compiler +BSD.iio.ccFlags = [ccFlags].flatten() +BSD.iio.linker = linker +BSD.iio.linkFlags = [linkFlags].flatten() +BSD.iio.linkFlags += "-ljpeg" +BSD.iio.lib = "javafx_iio" + +BSD.prismES2 = [:] +BSD.prismES2.javahInclude = ["com/sun/prism/es2/**/*"] +BSD.prismES2.nativeSource = [ + file("modules/graphics/src/main/native-prism-es2"), + file("modules/graphics/src/main/native-prism-es2/GL"), + file("modules/graphics/src/main/native-prism-es2/x11") +] +BSD.prismES2.compiler = compiler +BSD.prismES2.ccFlags = ["-DFREEBSD", ccFlags].flatten() +BSD.prismES2.linker = linker +BSD.prismES2.linkFlags = [linkFlags, "-lX11", "-lXxf86vm", "-lGL"].flatten() +BSD.prismES2.lib = "prism_es2" + +def closedDir = file("$projectDir/../rt-closed") +BSD.font = [:] +BSD.font.javahInclude = [ + "com/sun/javafx/font/**/*", + "com/sun/javafx/text/**/*"] +BSD.font.compiler = compiler +BSD.font.nativeSource = [file("modules/graphics/src/main/native-font")] +BSD.font.ccFlags = ["-DJFXFONT_PLUS", ccFlags].flatten() +BSD.font.linker = linker +BSD.font.linkFlags = [linkFlags].flatten() +BSD.font.lib = "javafx_font" + +BSD.fontT2K = [:] +BSD.fontT2K.javahInclude = ["com/sun/javafx/font/t2k/**/*"] +BSD.fontT2K.nativeSource = [ + file("$closedDir/javafx-font-t2k-native/src"), + file("$closedDir/javafx-font-t2k-native/src/layout")] +BSD.fontT2K.compiler = compiler +BSD.fontT2K.ccFlags = ["-DJFXFONT_PLUS", "-DLE_STANDALONE", ccFlags].flatten() +BSD.fontT2K.linker = linker +BSD.fontT2K.linkFlags = [linkFlags].flatten() +BSD.fontT2K.lib = "javafx_font_t2k" + +BSD.fontFreetype = [:] +BSD.fontFreetype.javahInclude = ["com/sun/javafx/font/freetype/OSFreetype.class"] +BSD.fontFreetype.nativeSource = ["src/main/native-font/freetype.c"] +BSD.fontFreetype.compiler = compiler +BSD.fontFreetype.ccFlags = ["-DJFXFONT_PLUS", ccFlags, freetypeCCFlags].flatten() +BSD.fontFreetype.linker = linker +BSD.fontFreetype.linkFlags = [linkFlags, freetypeLinkFlags].flatten() +BSD.fontFreetype.lib = "javafx_font_freetype" + +BSD.fontPango = [:] +BSD.fontPango.javahInclude = ["com/sun/javafx/font/freetype/OSPango.class"] +BSD.fontPango.nativeSource = ["src/main/native-font/pango.c"] +BSD.fontPango.compiler = compiler +BSD.fontPango.ccFlags = ["-DJFXFONT_PLUS", ccFlags, pangoCCFlags].flatten() +BSD.fontPango.linker = linker +BSD.fontPango.linkFlags = [linkFlags, pangoLinkFlags].flatten() +BSD.fontPango.lib = "javafx_font_pango" + +BSD.media = [:] +BSD.media.compiler = compiler +BSD.media.linker = linker +BSD.media.lib = "ar" Added: head/java/openjfx8-devel/files/gstsndio.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjfx8-devel/files/gstsndio.c Tue Oct 3 21:24:58 2017 (r451172) @@ -0,0 +1,42 @@ +/* + * Copyright (C) <2008> Jacob Meuser + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +#include "sndiosink.h" + +GST_DEBUG_CATEGORY (gst_sndio_debug); + +gboolean +plugin_init_alsa (GstPlugin * plugin) +{ + if (!gst_element_register (plugin, "bsdaudiosink", GST_RANK_PRIMARY, + GST_TYPE_SNDIOSINK)) { + return FALSE; + } + + GST_DEBUG_CATEGORY_INIT (gst_sndio_debug, "sndio", 0, "sndio elements"); + +#ifdef ENABLE_NLS + GST_DEBUG ("binding text domain %s to locale dir %s", GETTEXT_PACKAGE, + LOCALEDIR); + bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); +#endif /* ENABLE_NLS */ + + return TRUE; +} Modified: head/java/openjfx8-devel/files/patch-build.gradle ============================================================================== --- head/java/openjfx8-devel/files/patch-build.gradle Tue Oct 3 21:04:07 2017 (r451171) +++ head/java/openjfx8-devel/files/patch-build.gradle Tue Oct 3 21:24:58 2017 (r451172) @@ -1,40 +1,134 @@ ---- build.gradle.orig 2017-07-20 23:39:54 UTC +--- build.gradle.orig 2017-09-08 16:56:55 UTC +++ build.gradle -@@ -344,7 +344,7 @@ ext.SWT_FILE_NAME = IS_MAC ? "org.eclipse.swt.cocoa.ma +@@ -251,6 +251,7 @@ ext.IS_64 = OS_ARCH.toLowerCase().contains("64") + ext.IS_MAC = OS_NAME.contains("mac") || OS_NAME.contains("darwin") + ext.IS_WINDOWS = OS_NAME.contains("windows") + ext.IS_LINUX = OS_NAME.contains("linux") ++ext.IS_BSD = OS_NAME.contains("freebsd") || OS_NAME.contains("dragonfly") + + // Get the JDK_HOME automatically based on the version of Java used to execute gradle. Or, if specified, + // use a user supplied JDK_HOME, STUB_RUNTIME, JAVAC, and/or JAVAH, all of which may be specified +@@ -311,7 +312,7 @@ defineProperty("COMPILE_MEDIA", "false") + ext.IS_COMPILE_MEDIA = Boolean.parseBoolean(COMPILE_MEDIA) + + // COMPILE_PANGO specifies whether to build javafx_font_pango. +-defineProperty("COMPILE_PANGO", "${IS_LINUX}") ++defineProperty("COMPILE_PANGO", "${IS_LINUX || IS_BSD}") + ext.IS_COMPILE_PANGO = Boolean.parseBoolean(COMPILE_PANGO) + + // COMPILE_HARFBUZZ specifies whether to use Harfbuzz. +@@ -342,7 +343,8 @@ ext.SWT_FILE_NAME = IS_MAC ? "org.eclipse.swt.cocoa.ma + IS_WINDOWS && IS_64 ? "org.eclipse.swt.win32.win32.x86_64_3.7.2.v3740f" : IS_WINDOWS && !IS_64 ? "org.eclipse.swt.win32.win32.x86_3.7.2.v3740f" : IS_LINUX && IS_64 ? "org.eclipse.swt.gtk.linux.x86_64_3.7.2.v3740f" : - IS_LINUX && !IS_64 ? "org.eclipse.swt.gtk.linux.x86_3.7.2.v3740f" : -- IS_BSD ? "/usr/local/share/java/classes/swt-devel.jar" : "" -+ IS_BSD ? "%%PREFIX%%/share/java/classes/swt-devel.jar" : "" +- IS_LINUX && !IS_64 ? "org.eclipse.swt.gtk.linux.x86_3.7.2.v3740f" : "" ++ IS_LINUX && !IS_64 ? "org.eclipse.swt.gtk.linux.x86_3.7.2.v3740f" : ++ IS_BSD ? "/usr/local/share/java/classes/swt-devel.jar" : "" // Build javadocs only if BUILD_JAVADOC=true defineProperty("BUILD_JAVADOC", "false") -@@ -1163,7 +1163,8 @@ allprojects { +@@ -402,6 +404,12 @@ if (IS_MAC) { + defineProperty("NUM_COMPILE_THREADS", "${Runtime.runtime.availableProcessors()}") + } + ++if (IS_BSD) { ++ ext.MAKE_CMD = "gmake" ++} else { ++ ext.MAKE_CMD = "make" ++} ++ + // + // The next three sections of properties are used to generate the + // VersionInfo class, and the Windows DLL manifest. +@@ -442,7 +450,7 @@ defineProperty("RELEASE_MILESTONE", jfxReleaseMileston + // Check whether the COMPILE_TARGETS property has been specified (if so, it was done by + // the user and not by this script). If it has not been defined then default + // to building the normal desktop build for this machine +-project.ext.set("defaultHostTarget", IS_MAC ? "mac" : IS_WINDOWS ? "win" : IS_LINUX ? "linux" : ""); ++project.ext.set("defaultHostTarget", IS_MAC ? "mac" : IS_WINDOWS ? "win" : IS_LINUX ? "linux" : IS_BSD ? "bsd" : ""); + defineProperty("COMPILE_TARGETS", "$defaultHostTarget") + + // Flag indicating whether to import cross compile tools +@@ -549,7 +557,7 @@ void fetchExternalTools(String configName, List packag + def File pkgdir = file("$destdir/$basename") + + if (pkgname.endsWith(".tgz")) { +- if (IS_LINUX || IS_MAC) { ++ if (IS_BSD || IS_LINUX || IS_MAC) { + // use native tar to support symlinks + pkgdir.mkdirs() + exec { +@@ -674,7 +682,7 @@ compileTargets { t -> + if (!targetProperties.containsKey('includeMonocle')) targetProperties.includeMonocle = false + if (!targetProperties.containsKey('includeEGL')) targetProperties.includeEGL = false + +- if (!targetProperties.containsKey('includeGTK')) targetProperties.includeGTK = IS_LINUX ++ if (!targetProperties.containsKey('includeGTK')) targetProperties.includeGTK = IS_LINUX || IS_BSD + + // This value is used to under ./build/${sdkDirName} to allow for + // a common name for the hosted build (for use when building apps) +@@ -706,7 +714,7 @@ compileTargets { t -> + // at present building on PI is not supported, but we would only need to make + // some changes on assumptions on what should be built (like SWT / Swing) and + // such and we could probably make it work. +-if (!IS_MAC && !IS_WINDOWS && !IS_LINUX) logger.error("Unsupported build OS ${OS_NAME}") ++if (!IS_MAC && !IS_WINDOWS && !IS_LINUX && !IS_BSD) logger.error("Unsupported build OS ${OS_NAME}") + if (IS_WINDOWS && OS_ARCH != "x86" && OS_ARCH != "amd64") { + throw new Exception("Unknown and unsupported build architecture: $OS_ARCH") + } else if (IS_MAC && OS_ARCH != "x86_64") { +@@ -1168,7 +1176,8 @@ allprojects { // By default all of our projects require junit for testing so we can just // setup this dependency here. dependencies { - testCompile group: "junit", name: "junit", version: "4.8.2" -+ testCompile files("%%PREFIX%%/share/java/classes/junit4.jar", -+ "%%PREFIX%%/share/java/classes/hamcrest.jar") ++ testCompile files("/usr/local/share/java/classes/junit4.jar", ++ "/usr/local/share/java/classes/hamcrest.jar") if (BUILD_CLOSED && DO_JCOV) { testCompile name: "jcov" } -@@ -1306,11 +1307,10 @@ project(":graphics") { - } else { - compile name: SWT_FILE_NAME - } +@@ -1306,12 +1315,15 @@ project(":graphics") { + + dependencies { + compile project(":base"), BUILD_SRC +- compile name: SWT_FILE_NAME - stubCompile group: "junit", name: "junit", version: "4.8.2", -+ stubCompile files("%%PREFIX%%/share/java/classes/junit4.jar", -+ "%%PREFIX%%/share/java/classes/hamcrest.jar"), ++ if (IS_BSD) { ++ compile files(SWT_FILE_NAME) ++ } else { ++ compile name: SWT_FILE_NAME ++ } ++ stubCompile files("/usr/local/share/java/classes/junit4.jar", ++ "/usr/local/share/java/classes/hamcrest.jar"), project(":base").sourceSets.test.output, sourceSets.main.output - antlr3 group: "org.antlr", name: "antlr", version: "3.1.3" - antlr3 group: "org.antlr", name: "antlr-runtime", version: "3.1.3" - antlr3 group: "org.antlr", name: "stringtemplate", version: "3.2" -+ antlr3 files("%%PREFIX%%/share/java/classes/antlr-3.5.2-complete.jar") ++ antlr3 files("/usr/local/share/java/classes/antlr-3.5.2-complete.jar") } // Create a single "native" task which will depend on all the individual native tasks for graphics -@@ -1600,9 +1600,7 @@ project(":graphics") { +@@ -1460,7 +1472,7 @@ project(":graphics") { + workingDir = "modules/graphics" + main = settings.generator + classpath = configurations.compile + configurations.antlr3 +- classpath += files("$buildDir/classes/main") ++ classpath += files("$buildDir/classes/java/main") + classpath += files("$buildDir/classes/jsl-compilers/decora") + args = ["-i", sourceDir, "-o", destinationDir, "-t", "-pkg", "com/sun/scenario/effect", "$settings.outputs", "$settings.fileName"] + jvmArgs "-Djava.ext.dirs=" +@@ -1471,9 +1483,9 @@ project(":graphics") { + task generateDecoraNativeHeaders(type: JavaHeaderTask, dependsOn: compileDecoraJavaShaders) { + description = "Generates JNI Headers for Decora SSE Natives" + source file("$buildDir/classes/jsl-decora") +- source file("$buildDir/classes/main") ++ source file("$buildDir/classes/java/main") + include("com/sun/scenario/effect/impl/sw/sse/*"); +- classpath = files("$buildDir/classes/main", "$buildDir/classes/jsl-decora") ++ classpath = files("$buildDir/classes/java/main", "$buildDir/classes/jsl-decora") + output = file("$buildDir/generated-src/headers/jsl-decora") + } + +@@ -1601,9 +1613,7 @@ project(":graphics") { copy { into libsDir from f.getParentFile() @@ -45,20 +139,50 @@ includeEmptyDirs = false } // Have to rename the swt jar because it is some platform specific name but -@@ -1789,7 +1787,7 @@ project(":fxpackager") { +@@ -1650,7 +1660,7 @@ project(":controls") { + javaexec { + executable = JAVA + workingDir = "modules/controls" +- classpath files("$buildDir/classes/main", ++ classpath files("$buildDir/classes/java/main", + project(":graphics").sourceSets.main.output, + project(":base").sourceSets.main.output) + main = "com.sun.javafx.css.parser.Css2Bin" +@@ -1687,7 +1697,11 @@ project(":swt") { } + dependencies { + compile BUILD_SRC, project(":base"), project(":graphics") +- compile name: SWT_FILE_NAME ++ if (IS_BSD) { ++ compile files(SWT_FILE_NAME) ++ } else { ++ compile name: SWT_FILE_NAME ++ } + } + } +@@ -1786,7 +1800,7 @@ project(":fxpackager") { + } + dependencies { - compile group: "org.apache.ant", name: "ant", version: "1.8.2" -+ compile files("%%PREFIX%%/share/java/apache-ant/lib/ant.jar") ++ compile files("/usr/local/share/java/apache-ant/lib/ant.jar") } // When producing the jar, we need to relocate a few class files -@@ -2049,21 +2047,6 @@ project(":fxpackager") { +@@ -2037,7 +2051,7 @@ project(":fxpackager") { + description = "Creates the packager.jar" + archiveName = "packager.jar"; + includeEmptyDirs = false +- from("$buildDir/classes/main"); ++ from("$buildDir/classes/java/main"); + from("$buildDir/resources/main"); + include('jdk/packager/**') +@@ -2047,21 +2061,6 @@ project(":fxpackager") { jar.dependsOn buildJavaPackager jar.dependsOn packagerJar -- + - classes << { - // Copy all of the download libraries to libs directory for the sake of the IDEs - File libsDir = rootProject.file("build/libs"); @@ -73,6 +197,261 @@ - } - } - } - +- task packagerFakeJar(type: Jar) { dependsOn compileTestJava + from compileTestJava.destinationDir +@@ -2240,7 +2239,7 @@ project(":media") { + + doLast { + exec { +- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/jfxmedia/projects/${projectDir}") ++ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/jfxmedia/projects/${projectDir}") + args("JAVA_HOME=${JDK_HOME}", "GENERATED_HEADERS_DIR=${generatedHeadersDir}", + "OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", "BASE_NAME=jfxmedia", + "COMPILE_PARFAIT=${compileParfait}") +@@ -2250,7 +2249,7 @@ project(":media") { + args(IS_64 ? "ARCH=x64" : "ARCH=x32", "RESOURCE=${nativeOutputDir}/${buildType}/${WIN.media.jfxmediaRcFile}") + } else { + args ("CC=${mediaProperties.compiler}", "LINK=${mediaProperties.linker}", "LIB=${mediaProperties.lib}") +- if (t.name == "linux") { ++ if (t.name == "linux" || t.name == "bsd") { + args(IS_64 ? "ARCH=x64" : "ARCH=x32") + } + +@@ -2272,7 +2271,7 @@ project(":media") { + enabled = IS_COMPILE_MEDIA + doLast { + exec { +- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/gstreamer-lite") ++ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/gstreamer-lite") + args("OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", "BASE_NAME=gstreamer-lite") + + if (t.name == "win") { +@@ -2280,7 +2279,7 @@ project(":media") { + args(IS_64 ? "ARCH=x64" : "ARCH=x32", "RESOURCE=${nativeOutputDir}/${buildType}/${WIN.media.gstreamerRcFile}") + } else { + args ("CC=${mediaProperties.compiler}", "LINK=${mediaProperties.linker}", "LIB=${mediaProperties.lib}") +- if (t.name == "linux") { ++ if (t.name == "linux" || t.name == "bsd") { + args(IS_64 ? "ARCH=x64" : "ARCH=x32") + } + } +@@ -2301,7 +2300,7 @@ project(":media") { + + doLast { + exec { +- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/fxplugins") ++ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/fxplugins") + args("OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", "BASE_NAME=fxplugins", + "ON2_SRCDIR=${project.ext.ON2_SRCDIR}", "ON2_LIB=${project.ext.ON2_LIB}") + +@@ -2318,7 +2317,7 @@ project(":media") { + args(IS_64 ? "ARCH=x64" : "ARCH=x32", "RESOURCE=${nativeOutputDir}/${buildType}/${WIN.media.fxpluginsRcFile}") + } else { + args ("CC=${mediaProperties.compiler}", "LINK=${mediaProperties.linker}", "LIB=${mediaProperties.lib}") +- if (t.name == "linux") { ++ if (t.name == "linux" || t.name == "bsd") { + args(IS_64 ? "ARCH=x64" : "ARCH=x32") + } + } +@@ -2328,7 +2327,7 @@ project(":media") { + + buildNative.dependsOn buildPlugins + +- if (t.name == "linux") { ++ if (t.name == "linux" || t.name == "bsd") { + def buildAVPlugin = task( "buildAVPlugin", dependsOn: [buildPlugins]) { + enabled = IS_COMPILE_MEDIA + +@@ -2339,7 +2338,7 @@ project(":media") { + File dir = file(libavDir) + if (dir.exists()) { + exec { +- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/linux/avplugin") ++ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${t.name}/avplugin") + args("CC=${mediaProperties.compiler}", "OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", + "BASE_NAME=avplugin", "VERSION=${version}", "LIBAV_DIR=${libavDir}", + "SUFFIX=", IS_64 ? "ARCH=x64" : "ARCH=x32") +@@ -2352,7 +2351,7 @@ project(":media") { + File dir = file(libavDir) + if (dir.exists()) { + exec { +- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/linux/avplugin") ++ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${t.name}/avplugin") + args("CC=${mediaProperties.compiler}", "LINKER=${mediaProperties.linker}", + "OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", + "BASE_NAME=avplugin", "VERSION=${version}", "LIBAV_DIR=${libavDir}", +@@ -2363,7 +2362,7 @@ project(":media") { + } else { + // Building fxavcodec plugin (libav plugin) + exec { +- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/linux/avplugin") ++ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/linux/avplugin") + args("CC=${mediaProperties.compiler}", "OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", + "BASE_NAME=avplugin", IS_64 ? "ARCH=x64" : "ARCH=x32") + } +@@ -2411,7 +2410,7 @@ project(":media") { + doLast { + exec { + environment(WINDOWS_NATIVE_COMPILE_ENVIRONMENT) +- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/glib-lite") ++ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/glib-lite") + args("OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", "BASE_NAME=glib-lite", + IS_64 ? "ARCH=x64" : "ARCH=x32", "RESOURCE=${nativeOutputDir}/${buildType}/${WIN.media.glibRcFile}") + } +@@ -2424,7 +2423,7 @@ project(":media") { + enabled = IS_COMPILE_MEDIA + doLast { + exec { +- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/glib-lite") ++ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/glib-lite") + args("OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", "BASE_NAME=glib-lite") + args ("CC=${mediaProperties.compiler}", "LINK=${mediaProperties.linker}", "LIB=${mediaProperties.lib}") + } +@@ -2477,7 +2476,7 @@ project(":web") { + + task generateHeaders(dependsOn: compileJava) { + doLast { +- def classpath = files("$buildDir/classes/main", ++ def classpath = files("$buildDir/classes/java/main", + project(":graphics").sourceSets.main.output.classesDir) + def dest = file("$buildDir/generated-src/headers"); + mkdir dest; +@@ -2525,7 +2524,7 @@ project(":web") { + + compileTargets { t -> + def targetProperties = project.rootProject.ext[t.upper] +- def classifier = (t.name != "linux" && t.name != "win") ? t.name : ++ def classifier = (t.name != "linux" && t.name != "bsd" && t.name != "win") ? t.name : + IS_64 ? "${t.name}-amd64" : "${t.name}-i586" + + def webkitOutputDir = cygpath("$buildDir/${t.name}") +@@ -2586,6 +2585,9 @@ project(":web") { + targetCpuBitDepthSwitch = "--32-bit" + } + ++ cmakeArgs += " -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON" ++ cmakeArgs += " -DCMAKE_C_COMPILER:STRING=${System.getenv("CC")}" ++ cmakeArgs += " -DCMAKE_CXX_COMPILER:STRING=${System.getenv("CXX")}" + commandLine("perl", "Tools/Scripts/build-webkit", + "--java", "--icu-unicode", targetCpuBitDepthSwitch, + "--cmakeargs=${cmakeArgs}") +@@ -2628,7 +2630,7 @@ project(":web") { + task drtJar(type: Jar, dependsOn: compileJava) { + archiveName = "drt.jar" + destinationDir = file("$buildDir/test") +- from "$buildDir/classes/main" ++ from "$buildDir/classes/java/main" + include drtClasses + } + if (IS_COMPILE_WEBKIT) { +@@ -2880,22 +2882,22 @@ compileTargets { t -> + description = "Creates the jfxrt.jar for the $t.name target" + archiveName = "build/${sdkDirName}/rt/lib/ext/jfxrt.jar"; + includeEmptyDirs = false +- from("modules/base/build/classes/main", ++ from("modules/base/build/classes/java/main", + "modules/base/build/resources/main", +- "modules/builders/build/classes/main", +- "modules/graphics/build/classes/main", ++ "modules/builders/build/classes/java/main", ++ "modules/graphics/build/classes/java/main", + "modules/graphics/build/resources/main", +- "modules/controls/build/classes/main", ++ "modules/controls/build/classes/java/main", + "modules/controls/build/resources/main", +- "modules/fxml/build/classes/main", ++ "modules/fxml/build/classes/java/main", + "modules/fxml/build/resources/main", + "modules/graphics/build/classes/jsl-decora", + "modules/graphics/build/resources/jsl-decora", + "modules/graphics/build/classes/jsl-prism", + "modules/graphics/build/resources/jsl-prism", +- "modules/media/build/classes/main", ++ "modules/media/build/classes/java/main", + "modules/media/build/resources/main") +- if (COMPILE_SWING) from ("modules/swing/build/classes/main", "modules/swing/build/resources/main") ++ if (COMPILE_SWING) from ("modules/swing/build/classes/java/main", "modules/swing/build/resources/main") + + if (!IS_MAC) { + exclude ("modules/media/build/classes/main/com/sun/media/jfxmediaimpl/platform/osx/**", +@@ -2960,7 +2962,7 @@ compileTargets { t -> + "modules/web/build/resources/ios", + "modules/extensions/build/classes/ios") + } else { +- from ("modules/web/build/classes/main", "modules/web/build/resources/main") ++ from ("modules/web/build/classes/java/main", "modules/web/build/resources/main") + } + + exclude("**/javafx/embed/swt/**") +@@ -3000,8 +3002,8 @@ compileTargets { t -> + description = "Creates the jfxswt.jar for the $t.name target" + archiveName = "build/${sdkDirName}/rt/lib/jfxswt.jar"; + includeEmptyDirs = false +- from("modules/swt/build/classes/main"); +- from("modules/builders/build/classes/main"); ++ from("modules/swt/build/classes/java/main"); ++ from("modules/builders/build/classes/java/main"); + include("**/javafx/embed/swt/**") + exclude("**/*.java"); // Builder java files are in build/classes and should be excluded + +@@ -3022,7 +3024,7 @@ compileTargets { t -> + description = "Creates the javafx-mx.jar" + archiveName = "build/${sdkDirName}/lib/javafx-mx.jar"; + includeEmptyDirs = false +- from "modules/jmx/build/classes/main" ++ from "modules/jmx/build/classes/java/main" + from "modules/jmx/build/resources/main" + dependsOn project(":jmx").assemble + } +@@ -3077,7 +3079,7 @@ compileTargets { t -> + // OSX media natives + [ "jfxmedia_qtkit", "jfxmedia_avf", "glib-lite" ].each { name -> + from ("modules/media/build/native/${t.name}/${mediaBuildType}/${library(name)}") } +- } else if (t.name == "linux") { ++ } else if (t.name == "linux" || t.name == "bsd") { + from("modules/media/build/native/${t.name}/${mediaBuildType}") { include "libavplugin*.so" } + } else from ("modules/media/build/native/${t.name}/${mediaBuildType}/${library("glib-lite")}") + } else { +@@ -3090,7 +3092,7 @@ compileTargets { t -> + // copy libjfxmedia_{avf,qtkit}.dylib if they exist + [ "jfxmedia_qtkit", "jfxmedia_avf", "glib-lite" ].each { name -> + from ("$LIBRARY_STUB/${library(name)}") } +- } else if (t.name == "linux") { ++ } else if (t.name == "linux" || t.name == "bsd") { + from(LIBRARY_STUB) { include "libavplugin*.so" } + } + else if (t.name != "android" && t.name != "dalvik" ) { +@@ -3155,7 +3157,7 @@ compileTargets { t -> + } + + // Copy over the javapackager executable +- if (t.name == "win" || t.name == "linux" || t.name == "mac") { ++ if (t.name == "win" || t.name == "linux" || t.name == "bsd" || t.name == "mac") { + copy { + from "modules/fxpackager/build/javapackager" + into "build/${sdkDirName}/bin" +@@ -3208,10 +3210,11 @@ ext.JFXRT_CP = + project(":fxml").sourceSets.main.output.classesDir, + project(":swing").sourceSets.main.output.classesDir, //NOTE - used by 3Dviewer + project(":builders").sourceSets.main.output.classesDir, +- "modules/media/build/classes/main", +- "modules/web/build/classes/main", ++ "modules/media/build/classes/java/main", ++ "modules/web/build/classes/java/main", + ) + ++/* + project(":apps") { + // The apps build is Ant based, and gradle lets us "import" ant build.xml + // into our configuration. +@@ -3256,7 +3259,7 @@ project(":apps") { + } + rootProject.clean.dependsOn(appsClean) + } +-} ++} */ + + /****************************************************************************** + * * Added: head/java/openjfx8-devel/files/patch-build.properties ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjfx8-devel/files/patch-build.properties Tue Oct 3 21:24:58 2017 (r451172) @@ -0,0 +1,17 @@ +http://hg.openjdk.java.net/openjfx/8u/rt/rev/aefb29b5a599 + +--- build.properties.orig 2017-09-08 16:56:55 UTC ++++ build.properties +@@ -40,10 +40,10 @@ jfx.release.milestone=ea + jfx.release.suffix=-ea + + # UPDATE THE FOLLOWING VALUES FOR A NEW RELEASE +-jfx.release.name=8u162 ++jfx.release.name=8u172 + jfx.release.major.version=8 + jfx.release.minor.version=0 +-jfx.release.micro.version=162 ++jfx.release.micro.version=172 + + ############################################################################## + # Modified: head/java/openjfx8-devel/files/patch-buildSrc_build.gradle ============================================================================== --- head/java/openjfx8-devel/files/patch-buildSrc_build.gradle Tue Oct 3 21:04:07 2017 (r451171) +++ head/java/openjfx8-devel/files/patch-buildSrc_build.gradle Tue Oct 3 21:24:58 2017 (r451172) @@ -1,4 +1,4 @@ ---- buildSrc/build.gradle.orig 2017-07-20 23:39:54 UTC +--- buildSrc/build.gradle.orig 2017-09-08 16:56:55 UTC +++ buildSrc/build.gradle @@ -81,11 +81,10 @@ sourceSets { getConfigurations().create("antlr3"); Modified: head/java/openjfx8-devel/files/patch-modules_base_src_main_java_com_sun_javafx_PlatformUtil.java ============================================================================== --- head/java/openjfx8-devel/files/patch-modules_base_src_main_java_com_sun_javafx_PlatformUtil.java Tue Oct 3 21:04:07 2017 (r451171) +++ head/java/openjfx8-devel/files/patch-modules_base_src_main_java_com_sun_javafx_PlatformUtil.java Tue Oct 3 21:24:58 2017 (r451172) @@ -1,6 +1,28 @@ ---- modules/base/src/main/java/com/sun/javafx/PlatformUtil.java.orig 2017-07-22 15:59:03 UTC +--- modules/base/src/main/java/com/sun/javafx/PlatformUtil.java.orig 2017-09-08 16:56:55 UTC +++ modules/base/src/main/java/com/sun/javafx/PlatformUtil.java -@@ -158,10 +158,10 @@ public class PlatformUtil { +@@ -69,6 +69,7 @@ public class PlatformUtil { + private static final boolean WINDOWS_7_OR_LATER = WINDOWS && versionNumberGreaterThanOrEqualTo(6.1f); + private static final boolean MAC = os.startsWith("Mac"); + private static final boolean LINUX = os.startsWith("Linux") && !ANDROID; ++ private static final boolean FREEBSD = os.startsWith("FreeBSD"); + private static final boolean SOLARIS = os.startsWith("SunOS"); + private static final boolean IOS = os.startsWith("iOS"); + +@@ -124,6 +125,13 @@ public class PlatformUtil { + return LINUX; + } + ++ /** ++ * Returns true if the operating system is a form of FreeBSD. ++ */ ++ public static boolean isFreeBSD(){ ++ return FREEBSD; ++ } ++ + public static boolean useEGL() { + return useEGL; + } +@@ -150,10 +158,10 @@ public class PlatformUtil { } /** Added: head/java/openjfx8-devel/files/patch-modules_fxpackager_src_main_native_library_common_PosixPlatform.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjfx8-devel/files/patch-modules_fxpackager_src_main_native_library_common_PosixPlatform.cpp Tue Oct 3 21:24:58 2017 (r451172) @@ -0,0 +1,18 @@ +http://pkgs.fedoraproject.org/cgit/rpms/openjfx.git/tree/0001-Fix-wait-call-in-PosixPlatform.patch + +--- modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp.orig 2017-09-08 16:56:55 UTC ++++ modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp +@@ -230,13 +230,7 @@ bool PosixProcess::Wait() { + int status = 0; + pid_t wpid = 0; + +- //TODO Use waitpid instead of wait +-#ifdef LINUX +- wait(); +-#endif +-#ifdef MAC + wpid = wait(&status); +-#endif + + if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { + if (errno != EINTR){ Added: head/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_glass_ui_Platform.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_glass_ui_Platform.java Tue Oct 3 21:24:58 2017 (r451172) @@ -0,0 +1,20 @@ +--- modules/graphics/src/main/java/com/sun/glass/ui/Platform.java.orig 2017-09-08 16:56:55 UTC ++++ modules/graphics/src/main/java/com/sun/glass/ui/Platform.java +@@ -52,6 +52,8 @@ final class Platform { + type = WINDOWS; + else if (userPlatform.equals("linux")) + type = GTK; ++ else if (userPlatform.equals("freebsd")) ++ type = GTK; + else if (userPlatform.equals("gtk")) + type = GTK; + else if (userPlatform.equals("ios")) +@@ -68,6 +70,8 @@ final class Platform { + } else if (osNameLowerCase.startsWith("wind")) { + type = WINDOWS; + } else if (osNameLowerCase.startsWith("linux")) { ++ type = GTK; ++ } else if (osNameLowerCase.startsWith("freebsd")) { + type = GTK; + } + } Added: head/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_glass_utils_NativeLibLoader.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_glass_utils_NativeLibLoader.java Tue Oct 3 21:24:58 2017 (r451172) @@ -0,0 +1,20 @@ +--- modules/graphics/src/main/java/com/sun/glass/utils/NativeLibLoader.java.orig 2017-09-08 16:56:55 UTC ++++ modules/graphics/src/main/java/com/sun/glass/utils/NativeLibLoader.java +@@ -173,7 +173,7 @@ public class NativeLibLoader { + relativeDir = "../../bin"; + } else if (osName.startsWith("Mac")) { *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Oct 3 21:26:58 2017 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 D3C32E25043; Tue, 3 Oct 2017 21:26:58 +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 A2EF4649E8; Tue, 3 Oct 2017 21:26:58 +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 v93LQvYr048702; Tue, 3 Oct 2017 21:26:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93LQvad048700; Tue, 3 Oct 2017 21:26:57 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710032126.v93LQvad048700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 3 Oct 2017 21:26:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451173 - head/net/liveMedia X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/net/liveMedia X-SVN-Commit-Revision: 451173 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 21:26:58 -0000 Author: bapt Date: Tue Oct 3 21:26:57 2017 New Revision: 451173 URL: https://svnweb.freebsd.org/changeset/ports/451173 Log: Update to 2017.09.12 Modified: head/net/liveMedia/Makefile head/net/liveMedia/distinfo Modified: head/net/liveMedia/Makefile ============================================================================== --- head/net/liveMedia/Makefile Tue Oct 3 21:24:58 2017 (r451172) +++ head/net/liveMedia/Makefile Tue Oct 3 21:26:57 2017 (r451173) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liveMedia -PORTVERSION= 2017.01.26 +PORTVERSION= 2017.09.12 PORTEPOCH= 2 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ \ Modified: head/net/liveMedia/distinfo ============================================================================== --- head/net/liveMedia/distinfo Tue Oct 3 21:24:58 2017 (r451172) +++ head/net/liveMedia/distinfo Tue Oct 3 21:26:57 2017 (r451173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486419409 -SHA256 (live.2017.01.26.tar.gz) = 3c4d440b79e415eb3a86d30d0cd061d3edcaaa0281909e8629e9756c2c375458 -SIZE (live.2017.01.26.tar.gz) = 629183 +TIMESTAMP = 1507065880 +SHA256 (live.2017.09.12.tar.gz) = 08fd7753df7a2ec9f6dbf12811e97bd814b76ed90ebe7dbc6396037947dfcb13 +SIZE (live.2017.09.12.tar.gz) = 629538 From owner-svn-ports-all@freebsd.org Tue Oct 3 21:55:02 2017 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 19D51E25A23; Tue, 3 Oct 2017 21:55:02 +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 8127A65933; Tue, 3 Oct 2017 21:55:01 +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 v93Lt0rM061126; Tue, 3 Oct 2017 21:55:00 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93Lt04C061124; Tue, 3 Oct 2017 21:55:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710032155.v93Lt04C061124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 3 Oct 2017 21:55:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451174 - in head/devel/argp-standalone: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/devel/argp-standalone: . files X-SVN-Commit-Revision: 451174 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 21:55:02 -0000 Author: bapt Date: Tue Oct 3 21:55:00 2017 New Revision: 451174 URL: https://svnweb.freebsd.org/changeset/ports/451174 Log: Fix configure with clang avoiding nested function The detection of those issues was made by openbsd people (ajacoutot and rnagy) See http://www.undeadly.org/cgi?action=article;sid=20170930133438 For this port our fix is slightly different than what they did, still the idea is the same Reported by: ajacoutot@openbsd, rnagy@openbsd Added: head/devel/argp-standalone/files/patch-acinclude.m4 (contents, props changed) Modified: head/devel/argp-standalone/Makefile Modified: head/devel/argp-standalone/Makefile ============================================================================== --- head/devel/argp-standalone/Makefile Tue Oct 3 21:26:57 2017 (r451173) +++ head/devel/argp-standalone/Makefile Tue Oct 3 21:55:00 2017 (r451174) @@ -3,7 +3,7 @@ PORTNAME= argp-standalone PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.lysator.liu.se/~nisse/misc/ \ LOCAL/sem Added: head/devel/argp-standalone/files/patch-acinclude.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/argp-standalone/files/patch-acinclude.m4 Tue Oct 3 21:55:00 2017 (r451174) @@ -0,0 +1,20 @@ +--- acinclude.m4.orig 2004-02-07 17:15:46 UTC ++++ acinclude.m4 +@@ -284,8 +284,6 @@ AC_DEFUN([LSH_GCC_ATTRIBUTES], + lsh_cv_c_attribute, + [ AC_TRY_COMPILE([ + #include +-], +-[ + static void foo(void) __attribute__ ((noreturn)); + + static void __attribute__ ((noreturn)) +@@ -293,6 +291,8 @@ foo(void) + { + exit(1); + } ++], ++[ + ], + lsh_cv_c_attribute=yes, + lsh_cv_c_attribute=no)]) From owner-svn-ports-all@freebsd.org Tue Oct 3 23:37:20 2017 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 DDDD0E282C4; Tue, 3 Oct 2017 23:37:20 +0000 (UTC) (envelope-from zleslie@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 9C2C169647; Tue, 3 Oct 2017 23:37:20 +0000 (UTC) (envelope-from zleslie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93NbJd0002475; Tue, 3 Oct 2017 23:37:19 GMT (envelope-from zleslie@FreeBSD.org) Received: (from zleslie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93NbI26002460; Tue, 3 Oct 2017 23:37:18 GMT (envelope-from zleslie@FreeBSD.org) Message-Id: <201710032337.v93NbI26002460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zleslie set sender to zleslie@FreeBSD.org using -f From: Zach Leslie Date: Tue, 3 Oct 2017 23:37:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451175 - in head/sysutils/puppetserver5: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zleslie X-SVN-Commit-Paths: in head/sysutils/puppetserver5: . files X-SVN-Commit-Revision: 451175 X-SVN-Commit-Repository: ports 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.23 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: Tue, 03 Oct 2017 23:37:21 -0000 Author: zleslie Date: Tue Oct 3 23:37:18 2017 New Revision: 451175 URL: https://svnweb.freebsd.org/changeset/ports/451175 Log: New port: sysutils/puppetserver5 This port is based on prior wor done in sysutils/puppetserver, and updated to leverage the CFACTER build of sysutils/facter. Approved by: swills(mentor) Differential Revision: D12513 Added: head/sysutils/puppetserver5/ head/sysutils/puppetserver5/Makefile (contents, props changed) head/sysutils/puppetserver5/distinfo (contents, props changed) head/sysutils/puppetserver5/files/ head/sysutils/puppetserver5/files/patch-ext__bin__puppetserver (contents, props changed) head/sysutils/puppetserver5/files/patch-ext__cli_defaults__cli-defaults.sh (contents, props changed) head/sysutils/puppetserver5/files/patch-ext__config__conf.d__global.conf (contents, props changed) head/sysutils/puppetserver5/files/patch-ext__config__conf.d__puppetserver.conf (contents, props changed) head/sysutils/puppetserver5/files/patch-ext__config__conf.d__webserver.conf (contents, props changed) head/sysutils/puppetserver5/files/patch-ext__config__logback.xml (contents, props changed) head/sysutils/puppetserver5/files/patch-ext__config__request-logging.xml (contents, props changed) head/sysutils/puppetserver5/files/pkg-message.in (contents, props changed) head/sysutils/puppetserver5/files/puppetserver.in (contents, props changed) head/sysutils/puppetserver5/pkg-descr (contents, props changed) head/sysutils/puppetserver5/pkg-plist (contents, props changed) Added: head/sysutils/puppetserver5/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/Makefile Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,95 @@ +# $FreeBSD$ + +PORTNAME= puppetserver +PORTVERSION= 5.1.0 +CATEGORIES= sysutils java +MASTER_SITES= http://downloads.puppetlabs.com/puppet/ +PKGNAMESUFFIX= 5 + +MAINTAINER= puppet@FreeBSD.org +COMMENT= Puppet Server running in the JVM + +LICENSE= APACHE20 + +USES= shebangfix + +RUN_DEPENDS= bash>=0:shells/bash \ + puppet5>=0:sysutils/puppet5 +BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake + +USE_RC_SUBR= puppetserver + +USE_JAVA= yes +USE_RUBY= yes +NO_ARCH= yes +NO_BUILD= yes +JAVA_VERSION= 1.8+ + +SHEBANG_FILES= ext/bin/puppetserver + +USERS= puppet +GROUPS= puppet + +SUB_LIST= JAVA_HOME=${JAVA_HOME} +SUB_FILES= pkg-message + +OPTIONS_DEFAULT= CFACTER +OPTIONS_RADIO= FACTER +OPTIONS_RADIO_FACTER= CFACTER RFACTER + +RFACTER_DESC= Use facter 2.x (written in Ruby) +CFACTER_DESC= Use facter 3.x (experimental rewrite in C++) + +RFACTER_BUILD_DEPENDS= rubygem-facter>=2.0:sysutils/rubygem-facter +RFACTER_RUN_DEPENDS= rubygem-facter>=2.0:sysutils/rubygem-facter + +CFACTER_BUILD_DEPENDS= facter>=3.0:sysutils/facter +CFACTER_RUN_DEPENDS= facter>=3.0:sysutils/facter + +post-patch: +.for file in ext/config/logback.xml ext/config/request-logging.xml \ + ext/config/conf.d/global.conf ext/config/conf.d/puppetserver.conf \ + ext/config/conf.d/web-routes.conf ext/config/conf.d/webserver.conf \ + ext/config/conf.d/auth.conf ext/config/services.d/ca.cfg \ + ext/system-config/services.d/bootstrap.cfg ext/bin/puppetserver \ + ext/cli_defaults/cli-defaults.sh + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ + -e 's|%%RUBY_SITELIBDIR%%|${RUBY_SITELIBDIR}|' \ + -e 's|%%RUBY_VER%%|${RUBY_VER}|' \ + -e 's|%%JAVA%%|${JAVA}|' \ + -e 's|%%ETCDIR%%|${ETCDIR}|' \ + -e 's|%%DATADIR%%|${DATADIR}|' \ + ${WRKSRC}/${file} +.endfor + +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR}/cli/apps + @${MKDIR} ${STAGEDIR}${ETCDIR}/conf.d + @${MKDIR} ${STAGEDIR}${ETCDIR}/services.d + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/puppet/code + @${MKDIR} ${STAGEDIR}/var/log/puppetserver + @${MKDIR} ${STAGEDIR}/var/puppet/server + ${INSTALL_DATA} ${WRKSRC}/puppet-server-release.jar ${STAGEDIR}${DATADIR}/puppet-server-release.jar + ${INSTALL_DATA} ${WRKSRC}/jruby-9k.jar ${STAGEDIR}${DATADIR}/jruby-9k.jar + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/global.conf ${STAGEDIR}${ETCDIR}/conf.d/global.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/logback.xml ${STAGEDIR}${ETCDIR}/logback.xml.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/request-logging.xml ${STAGEDIR}${ETCDIR}/request-logging.xml.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/puppetserver.conf ${STAGEDIR}${ETCDIR}/conf.d/puppetserver.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/web-routes.conf ${STAGEDIR}${ETCDIR}/conf.d/web-routes.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/webserver.conf ${STAGEDIR}${ETCDIR}/conf.d/webserver.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/auth.conf ${STAGEDIR}${ETCDIR}/conf.d/auth.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/metrics.conf ${STAGEDIR}${ETCDIR}/conf.d/metrics.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/services.d/ca.cfg ${STAGEDIR}${ETCDIR}/services.d/ca.cfg.sample + ${INSTALL_DATA} ${WRKSRC}/ext/system-config/services.d/bootstrap.cfg ${STAGEDIR}${ETCDIR}/services.d/bootstrap.cfg.sample + ${INSTALL_DATA} ${WRKSRC}/ext/bin/puppetserver ${STAGEDIR}${PREFIX}/bin/puppetserver + ${INSTALL_DATA} ${WRKSRC}/ext/ezbake-functions.sh ${STAGEDIR}${DATADIR}/ezbake-functions.sh + ${INSTALL_DATA} ${WRKSRC}/ext/cli/foreground ${STAGEDIR}${DATADIR}/cli/apps/foreground + ${INSTALL_DATA} ${WRKSRC}/ext/cli/gem ${STAGEDIR}${DATADIR}/cli/apps/gem + ${INSTALL_DATA} ${WRKSRC}/ext/cli/irb ${STAGEDIR}${DATADIR}/cli/apps/irb + ${INSTALL_DATA} ${WRKSRC}/ext/cli/reload ${STAGEDIR}${DATADIR}/cli/apps/reload + ${INSTALL_DATA} ${WRKSRC}/ext/cli/ruby ${STAGEDIR}${DATADIR}/cli/apps/ruby + ${INSTALL_DATA} ${WRKSRC}/ext/cli/start ${STAGEDIR}${DATADIR}/cli/apps/start + ${INSTALL_DATA} ${WRKSRC}/ext/cli/stop ${STAGEDIR}${DATADIR}/cli/apps/stop + ${INSTALL_DATA} ${WRKSRC}/ext/cli_defaults/cli-defaults.sh ${STAGEDIR}${DATADIR}/cli/cli-defaults.sh + +.include Added: head/sysutils/puppetserver5/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/distinfo Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505689774 +SHA256 (puppetserver-5.1.0.tar.gz) = 31621deba703414863b280b25960a387952489c35c2aa25abd9c268cb53e9917 +SIZE (puppetserver-5.1.0.tar.gz) = 66451136 Added: head/sysutils/puppetserver5/files/patch-ext__bin__puppetserver ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/files/patch-ext__bin__puppetserver Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,15 @@ +--- ext/bin/puppetserver.orig 2017-09-28 10:58:44.784311406 -0700 ++++ ext/bin/puppetserver 2017-09-28 11:00:46.034742764 -0700 +@@ -14,6 +14,12 @@ + USER="_puppet" + INSTALL_DIR="/opt/puppetlabs/server/apps/puppetserver" + CONFIG="/etc/puppetlabs/puppetserver/conf.d" ++elif [ `uname` == "FreeBSD" ] ; then ++ JAVA_BIN="%%JAVA%%" ++ JAVA_ARGS="-Xms2g -Xmx2g -XX:MaxPermSize=256m" ++ USER="puppet" ++ INSTALL_DIR="%%DATADIR%%" ++ CONFIG="%%ETCDIR%%/conf.d" + else + echo "You seem to be missing some important configuration files; could not find /etc/default/puppetserver or /etc/sysconfig/puppetserver" >&2 + exit 1 Added: head/sysutils/puppetserver5/files/patch-ext__cli_defaults__cli-defaults.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/files/patch-ext__cli_defaults__cli-defaults.sh Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,11 @@ +--- ext/cli_defaults/cli-defaults.sh.orig 2017-08-06 01:24:37.981353156 -0700 ++++ ext/cli_defaults/cli-defaults.sh 2017-08-06 01:39:53.280636611 -0700 +@@ -1,6 +1,6 @@ +-INSTALL_DIR="/opt/puppetlabs/server/apps/puppetserver" ++INSTALL_DIR="%%DATADIR%%" + +-JRUBY_JAR="${JRUBY_JAR:-${INSTALL_DIR}/jruby-1_7.jar}" ++JRUBY_JAR="${JRUBY_JAR:-${INSTALL_DIR}/jruby-9k.jar}" + + if [ ! -e "$JRUBY_JAR" ]; then + echo "Unable to find specified JRUBY_JAR: ${JRUBY_JAR}" 1>&2 Added: head/sysutils/puppetserver5/files/patch-ext__config__conf.d__global.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/files/patch-ext__config__conf.d__global.conf Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,9 @@ +--- ext/config/conf.d/global.conf.orig 2017-08-02 20:34:12.049821329 -0700 ++++ ext/config/conf.d/global.conf 2017-08-02 20:35:03.130347445 -0700 +@@ -1,5 +1,5 @@ + global: { + # Path to logback logging configuration file; for more + # info, see http://logback.qos.ch/manual/configuration.html +- logging-config: /etc/puppetlabs/puppetserver/logback.xml ++ logging-config: %%PREFIX%%/etc/puppetserver/logback.xml + } Added: head/sysutils/puppetserver5/files/patch-ext__config__conf.d__puppetserver.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/files/patch-ext__config__conf.d__puppetserver.conf Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,55 @@ +--- ext/config/conf.d/puppetserver.conf.orig 2017-08-02 20:01:48.229660631 -0700 ++++ ext/config/conf.d/puppetserver.conf 2017-08-04 14:00:29.705675760 -0700 +@@ -2,16 +2,20 @@ + jruby-puppet: { + # Where the puppet-agent dependency places puppet, facter, etc... + # Puppet server expects to load Puppet from this location +- ruby-load-path: [/opt/puppetlabs/puppet/lib/ruby/vendor_ruby] ++ ruby-load-path: [ ++ %%RUBY_SITELIBDIR%%, ++ %%PREFIX%%/lib/ruby/vendor_ruby, ++ %%PREFIX%%/lib/ruby/gems/%%RUBY_VER%%/gems/facter-2.5.0/lib, ++ ] + + # This setting determines where JRuby will install gems. It is used for loading gems, + # and also by the `puppetserver gem` command line tool. +- gem-home: /opt/puppetlabs/server/data/puppetserver/jruby-gems ++ gem-home: /var/puppet/server/data/puppetserver/jruby-gems + + # This setting defines the complete "GEM_PATH" for jruby. If set, it should include + # the gem-home directory as well as any other directories that gems can be loaded + # from (including the vendored gems directory for gems that ship with puppetserver) +- gem-path: [${jruby-puppet.gem-home}, "/opt/puppetlabs/server/data/puppetserver/vendored-jruby-gems"] ++ gem-path: [${jruby-puppet.gem-home}, "/var/puppet/server/data/puppetserver/vendored-jruby-gems"] + + # PLEASE NOTE: Use caution when modifying the below settings. Modifying + # these settings will change the value of the corresponding Puppet settings +@@ -26,23 +30,23 @@ + + # (optional) path to puppet conf dir; if not specified, will use + # /etc/puppetlabs/puppet +- master-conf-dir: /etc/puppetlabs/puppet ++ master-conf-dir: %%PREFIX%%/etc/puppet + + # (optional) path to puppet code dir; if not specified, will use + # /etc/puppetlabs/code +- master-code-dir: /etc/puppetlabs/code ++ master-code-dir: %%PREFIX%%/etc/puppet/code + + # (optional) path to puppet var dir; if not specified, will use + # /opt/puppetlabs/server/data/puppetserver +- master-var-dir: /opt/puppetlabs/server/data/puppetserver ++ master-var-dir: /var/puppet/server/data/puppetserver + + # (optional) path to puppet run dir; if not specified, will use + # /var/run/puppetlabs/puppetserver +- master-run-dir: /var/run/puppetlabs/puppetserver ++ master-run-dir: /var/run/puppetserver + + # (optional) path to puppet log dir; if not specified, will use + # /var/log/puppetlabs/puppetserver +- master-log-dir: /var/log/puppetlabs/puppetserver ++ master-log-dir: /var/log/puppetserver + + # (optional) maximum number of JRuby instances to allow + #max-active-instances: 1 Added: head/sysutils/puppetserver5/files/patch-ext__config__conf.d__webserver.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/files/patch-ext__config__conf.d__webserver.conf Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,9 @@ +--- ext/config/conf.d/webserver.conf.orig 2016-03-28 10:32:26.000000000 -0700 ++++ ext/config/conf.d/webserver.conf +@@ -1,5 +1,5 @@ + webserver: { +- access-log-config: /etc/puppetlabs/puppetserver/request-logging.xml ++ access-log-config: %%PREFIX%%/etc/puppetserver/request-logging.xml + client-auth: want + ssl-host: 0.0.0.0 + ssl-port: 8140 Added: head/sysutils/puppetserver5/files/patch-ext__config__logback.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/files/patch-ext__config__logback.xml Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,17 @@ +--- ext/config/logback.xml.orig 2017-08-02 19:46:03.829675373 -0700 ++++ ext/config/logback.xml 2017-08-02 19:50:56.742766644 -0700 +@@ -6,12 +6,11 @@ + + + +- +- /var/log/puppetlabs/puppetserver/puppetserver.log ++ /var/log/puppetserver/puppetserver.log + true + + +- /var/log/puppetlabs/puppetserver/puppetserver-%d{yyyy-MM-dd}.%i.log.gz ++ /var/log/puppetserver/puppetserver-%d{yyyy-MM-dd}.%i.log.gz + + 200MB + 90 Added: head/sysutils/puppetserver5/files/patch-ext__config__request-logging.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/files/patch-ext__config__request-logging.xml Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,15 @@ +--- ext/config/request-logging.xml.orig 2016-12-03 22:32:37.248735656 -0800 ++++ ext/config/request-logging.xml 2016-12-03 22:37:39.489420010 -0800 +@@ -1,10 +1,10 @@ + + +- /var/log/puppetlabs/puppetserver/puppetserver-access.log ++ /var/log/puppetserver/puppetserver-access.log + true + + +- /var/log/puppetlabs/puppetserver/puppetserver-access-%d{yyyy-MM-dd}.%i.log.gz ++ /var/log/puppetserver/puppetserver-access-%d{yyyy-MM-dd}.%i.log.zip + + 200MB + 90 Added: head/sysutils/puppetserver5/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/files/pkg-message.in Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,12 @@ +Remember to run: + +sysrc puppetserver_enable=yes + +A note to users upgrading to 2.6 who have also modified bootstrap.cfg, please +see the release notes for breaking changes in 2.5. + +https://docs.puppet.com/puppetserver/latest/release_notes.html#puppet-server-25 + +The file bootstrap.cfg has been removed and ca configuration has been moved out +to its own file in ca.cfg. + Added: head/sysutils/puppetserver5/files/puppetserver.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/files/puppetserver.in Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,96 @@ +#!/bin/sh + +# $FreeBSD: head/sysutils/puppetserver/files/puppetserver.in 428145 2016-12-08 17:41:39Z swills $ +# +# PROVIDE: puppetserver +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# +# Configuration settings for puppetserver in /etc/rc.conf: +# +# puppetserver_enable (bool): +# Set to "NO" by default. +# Set it to "YES" to enable puppetserver +# +# puppetserver_args (str): +# Extra arguments passed to start command +# +# puppetserver_java_home (str): +# Set to "%%JAVA_HOME%%" by default. +# Set the Java virtual machine to run puppetserver +# +# puppetserver_java_opts (str): +# Set to "" by default. +# Java VM args to use. +# +# puppetserver_user (str): +# Set to "puppet" by default. +# User to run puppetserver as. +# +# puppetserver_group (str): +# Set to "puppet" by default. +# Group for data file ownership. +# +# puppetserver_log_file (str): +# Set to "/var/log/puppetserver/puppetserver.log" by default. +# Log file location. +# + +. /etc/rc.subr + +name="puppetserver" +rcvar=puppetserver_enable + +load_rc_config "${name}" + +: ${puppetserver_enable="NO"} +: ${puppetserver_args="--config %%PREFIX%%/etc/puppetserver/conf.d -b %%PREFIX%%/etc/puppetserver/services.d"} +: ${puppetserver_java_home="%%JAVA_HOME%%"} +: ${puppetserver_user="puppet"} +: ${puppetserver_group="puppet"} +: ${puppetserver_log_file="/var/log/puppetserver/puppetserver.log"} + +pidfile="/var/run/puppetserver/puppetserver.pid" +command="/usr/sbin/daemon" +java_cmd="${puppetserver_java_home}/bin/java" +procname="${java_cmd}" +command_args="-p ${pidfile} ${java_cmd} -cp %%DATADIR%%/puppet-server-release.jar:%%DATADIR%%/jruby-9k.jar clojure.main -m puppetlabs.trapperkeeper.main ${puppetserver_args} > ${puppetserver_log_file} 2>&1" + + +required_files="${java_cmd}" + +start_precmd="puppetserver_prestart" + +# An UTF-8 locale is required +: LC_ALL=${LC_ALL:=C.UTF-8} +case $LC_ALL in + *.UTF-8) + ;; + *.*) + LC_ALL="${LC_ALL%.*}.UTF-8" + ;; + *) + LC_ALL=C.UTF-8 + ;; +esac +export LC_ALL + +puppetserver_prestart() { + if [ ! -f "${puppetserver_log_file}" ]; then + touch "${puppetserver_log_file}" + chown "${puppetserver_user}:${puppetserver_group}" "${puppetserver_log_file}" + chmod 640 "${puppetserver_log_file}" + fi + if [ ! -d "/var/run/puppetserver" ]; then + install -d -o "${puppetserver_user}" -g "${puppetserver_group}" -m 750 "/var/run/puppetserver" + fi + + chown -R "root:${puppetserver_group}" "%%PREFIX%%/etc/puppetserver/conf.d" + chmod 0750 "%%PREFIX%%/etc/puppetserver/conf.d" + + chown "root:${puppetserver_group}" "%%PREFIX%%/etc/puppetserver/logback.xml" + chmod 0640 "%%PREFIX%%/etc/puppetserver/logback.xml" +} + +run_rc_command "$1" Added: head/sysutils/puppetserver5/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/pkg-descr Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,13 @@ +Puppet master is a Ruby application that compiles configurations +for any number of Puppet agent nodes, using Puppet code and various +other data sources. (For more info, see Overview of Puppet's +Architecture.) + +Puppet Server is an application that runs on the Java Virtual Machine +(JVM) and provides the same services as the classic Puppet master +application. It mostly does this by running the existing Puppet +master code in several JRuby interpreters, but it replaces some +parts of the classic application with new services written in +Clojure. + +WWW: https://docs.puppetlabs.com/puppetserver/latest/services_master_puppetserver.html Added: head/sysutils/puppetserver5/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppetserver5/pkg-plist Tue Oct 3 23:37:18 2017 (r451175) @@ -0,0 +1,26 @@ +@(,,750) bin/puppetserver +@sample %%ETCDIR%%/logback.xml.sample +@sample %%ETCDIR%%/request-logging.xml.sample +@sample %%ETCDIR%%/conf.d/auth.conf.sample +@sample %%ETCDIR%%/conf.d/global.conf.sample +@sample %%ETCDIR%%/conf.d/metrics.conf.sample +@sample %%ETCDIR%%/conf.d/puppetserver.conf.sample +@sample %%ETCDIR%%/conf.d/web-routes.conf.sample +@sample %%ETCDIR%%/conf.d/webserver.conf.sample +@sample %%ETCDIR%%/services.d/bootstrap.cfg.sample +@sample %%ETCDIR%%/services.d/ca.cfg.sample +@dir(,puppet,750) etc/puppet/code +%%DATADIR%%/puppet-server-release.jar +%%DATADIR%%/jruby-9k.jar +@(,,755) %%DATADIR%%/cli/apps/start +@(,,755) %%DATADIR%%/cli/apps/stop +@(,,755) %%DATADIR%%/cli/apps/reload +@(,,755) %%DATADIR%%/cli/apps/foreground +@(,,755) %%DATADIR%%/cli/apps/gem +@(,,755) %%DATADIR%%/cli/apps/irb +@(,,755) %%DATADIR%%/cli/apps/ruby +@(,,755) %%DATADIR%%/cli/cli-defaults.sh +@(,,755) %%DATADIR%%/ezbake-functions.sh +@dir(puppet,puppet,750) /var/log/puppetserver +@dir(puppet,puppet,755) /var/puppet +@dir(puppet,puppet,750) /var/puppet/server From owner-svn-ports-all@freebsd.org Wed Oct 4 01:11:35 2017 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 60E04E29E74; Wed, 4 Oct 2017 01:11:35 +0000 (UTC) (envelope-from jbeich@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 302206BA7C; Wed, 4 Oct 2017 01:11:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v941BYNu039726; Wed, 4 Oct 2017 01:11:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v941BYqt039723; Wed, 4 Oct 2017 01:11:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710040111.v941BYqt039723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 Oct 2017 01:11:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451176 - in head/audio/openal-soft: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/audio/openal-soft: . files X-SVN-Commit-Revision: 451176 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 01:11:35 -0000 Author: jbeich Date: Wed Oct 4 01:11:34 2017 New Revision: 451176 URL: https://svnweb.freebsd.org/changeset/ports/451176 Log: audio/openal-soft: update to 1.18.2 Changes: http://kcat.strangesoft.net/openal.html#release ABI: https://abi-laboratory.pro/tracker/timeline/openal/ MFH: 2017Q4 Deleted: head/audio/openal-soft/files/patch-Alc_backends_jack.c Modified: head/audio/openal-soft/Makefile (contents, props changed) head/audio/openal-soft/distinfo (contents, props changed) head/audio/openal-soft/pkg-plist (contents, props changed) Modified: head/audio/openal-soft/Makefile ============================================================================== --- head/audio/openal-soft/Makefile Tue Oct 3 23:37:18 2017 (r451175) +++ head/audio/openal-soft/Makefile Wed Oct 4 01:11:34 2017 (r451176) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= openal-soft -PORTVERSION= 1.18.1 +PORTVERSION= 1.18.2 CATEGORIES= audio MASTER_SITES= http://kcat.strangesoft.net/openal-releases/ Modified: head/audio/openal-soft/distinfo ============================================================================== --- head/audio/openal-soft/distinfo Tue Oct 3 23:37:18 2017 (r451175) +++ head/audio/openal-soft/distinfo Wed Oct 4 01:11:34 2017 (r451176) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501391361 -SHA256 (openal-soft-1.18.1.tar.bz2) = 2d51a6529526ef22484f51567e31a5c346a599767991a3dc9d4dcd9d9cec71dd -SIZE (openal-soft-1.18.1.tar.bz2) = 638913 +TIMESTAMP = 1506260510 +SHA256 (openal-soft-1.18.2.tar.bz2) = 9f8ac1e27fba15a59758a13f0c7f6540a0605b6c3a691def9d420570506d7e82 +SIZE (openal-soft-1.18.2.tar.bz2) = 639420 Modified: head/audio/openal-soft/pkg-plist ============================================================================== --- head/audio/openal-soft/pkg-plist Tue Oct 3 23:37:18 2017 (r451175) +++ head/audio/openal-soft/pkg-plist Wed Oct 4 01:11:34 2017 (r451176) @@ -20,7 +20,7 @@ include/AL/efx-creative.h include/AL/efx-presets.h lib/cmake/OpenAL/OpenALConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/OpenAL/OpenALConfig.cmake -lib/libopenal.so.1.18.1 +lib/libopenal.so.1.18.2 lib/libopenal.so.1 lib/libopenal.so libdata/pkgconfig/openal.pc From owner-svn-ports-all@freebsd.org Wed Oct 4 02:39:10 2017 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 31456E2B8BA; Wed, 4 Oct 2017 02:39:10 +0000 (UTC) (envelope-from jbeich@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 004D86DB13; Wed, 4 Oct 2017 02:39:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v942d9Ch075846; Wed, 4 Oct 2017 02:39:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v942d9kb075845; Wed, 4 Oct 2017 02:39:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710040239.v942d9kb075845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 Oct 2017 02:39:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451177 - head/devel/icu X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/icu X-SVN-Commit-Revision: 451177 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 02:39:10 -0000 Author: jbeich Date: Wed Oct 4 02:39:08 2017 New Revision: 451177 URL: https://svnweb.freebsd.org/changeset/ports/451177 Log: devel/icu: restore SourceForge mirror after r422711 Modified: head/devel/icu/Makefile (contents, props changed) Modified: head/devel/icu/Makefile ============================================================================== --- head/devel/icu/Makefile Wed Oct 4 01:11:34 2017 (r451176) +++ head/devel/icu/Makefile Wed Oct 4 02:39:08 2017 (r451177) @@ -6,7 +6,8 @@ DISTVERSION= 59_1 PORTREVISION?= 0 # keep for icu-lx PORTEPOCH?= 1 CATEGORIES?= devel -MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ +MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ \ + SF/${PORTNAME}/${PORTNAME:tu}4C/${PORTVERSION} DISTNAME= icu4c-${DISTVERSION}-src MAINTAINER= office@FreeBSD.org From owner-svn-ports-all@freebsd.org Wed Oct 4 02:41:22 2017 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 B2B41E2B967; Wed, 4 Oct 2017 02:41:22 +0000 (UTC) (envelope-from jbeich@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 80E126DCB9; Wed, 4 Oct 2017 02:41:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v942fLZJ078229; Wed, 4 Oct 2017 02:41:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v942fLtL078228; Wed, 4 Oct 2017 02:41:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710040241.v942fLtL078228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 Oct 2017 02:41:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451178 - branches/2017Q4/devel/icu X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q4/devel/icu X-SVN-Commit-Revision: 451178 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 02:41:22 -0000 Author: jbeich Date: Wed Oct 4 02:41:21 2017 New Revision: 451178 URL: https://svnweb.freebsd.org/changeset/ports/451178 Log: MFH: r451177 devel/icu: restore SourceForge mirror after r422711 Approved by: ports-secteam blanket Modified: branches/2017Q4/devel/icu/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/devel/icu/Makefile ============================================================================== --- branches/2017Q4/devel/icu/Makefile Wed Oct 4 02:39:08 2017 (r451177) +++ branches/2017Q4/devel/icu/Makefile Wed Oct 4 02:41:21 2017 (r451178) @@ -6,7 +6,8 @@ DISTVERSION= 59_1 PORTREVISION?= 0 # keep for icu-lx PORTEPOCH?= 1 CATEGORIES?= devel -MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ +MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ \ + SF/${PORTNAME}/${PORTNAME:tu}4C/${PORTVERSION} DISTNAME= icu4c-${DISTVERSION}-src MAINTAINER= office@FreeBSD.org From owner-svn-ports-all@freebsd.org Wed Oct 4 04:49:30 2017 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 3A8BFE2DD72; Wed, 4 Oct 2017 04:49:30 +0000 (UTC) (envelope-from joneum@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 03BF771173; Wed, 4 Oct 2017 04:49:29 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v944nTsA029528; Wed, 4 Oct 2017 04:49:29 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v944nThN029526; Wed, 4 Oct 2017 04:49:29 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201710040449.v944nThN029526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 4 Oct 2017 04:49:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451179 - head/security/tor-devel X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/security/tor-devel X-SVN-Commit-Revision: 451179 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 04:49:30 -0000 Author: joneum Date: Wed Oct 4 04:49:28 2017 New Revision: 451179 URL: https://svnweb.freebsd.org/changeset/ports/451179 Log: security/tor-devel: Update from 0.3.2.1-alpha to 0.3.2.2-alpha Changelog: https://blog.torproject.org/tor-0322-alpha-released PR: 222747 Submitted by: Yuri Victorovich (maintainer) Approved by: mentors (implicit) MFH: 2017Q4 Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Wed Oct 4 02:41:21 2017 (r451178) +++ head/security/tor-devel/Makefile Wed Oct 4 04:49:28 2017 (r451179) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.3.2.1-alpha +DISTVERSION= 0.3.2.2-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Wed Oct 4 02:41:21 2017 (r451178) +++ head/security/tor-devel/distinfo Wed Oct 4 04:49:28 2017 (r451179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505763833 -SHA256 (tor-0.3.2.1-alpha.tar.gz) = a2ce9c0eb0eaf1a478bb8cba4b809b9e4b65dd28a49ff26f78d3b3ea06126728 -SIZE (tor-0.3.2.1-alpha.tar.gz) = 6241078 +TIMESTAMP = 1507010746 +SHA256 (tor-0.3.2.2-alpha.tar.gz) = 948f82246370eadf2d52a5d1797fa8966e5238d28de5ec69120407f22d59e774 +SIZE (tor-0.3.2.2-alpha.tar.gz) = 6257177 From owner-svn-ports-all@freebsd.org Wed Oct 4 06:03:17 2017 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 F1A43E2F491; Wed, 4 Oct 2017 06:03:17 +0000 (UTC) (envelope-from mandree@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 BC1E872EA2; Wed, 4 Oct 2017 06:03:17 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9463Grj061761; Wed, 4 Oct 2017 06:03:16 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9463GYG061760; Wed, 4 Oct 2017 06:03:16 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201710040603.v9463GYG061760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 4 Oct 2017 06:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451180 - head/www/youtube_dl X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/www/youtube_dl X-SVN-Commit-Revision: 451180 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 06:03:18 -0000 Author: mandree Date: Wed Oct 4 06:03:16 2017 New Revision: 451180 URL: https://svnweb.freebsd.org/changeset/ports/451180 Log: Add USES=gmake to unbreak the build for now. PR: 222637 Reported by: tcberner@ Approved by: blanket (trivially fix a non-building port) Modified: head/www/youtube_dl/Makefile Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Wed Oct 4 04:49:28 2017 (r451179) +++ head/www/youtube_dl/Makefile Wed Oct 4 06:03:16 2017 (r451180) @@ -16,7 +16,7 @@ BUILD_DEPENDS= zip:archivers/zip ALL_TARGET= youtube-dl MAKE_ARGS= PYTHON=${PYTHON_CMD} -USES= python +USES= gmake python NO_ARCH= yes WRKSRC= ${WRKDIR}/youtube-dl From owner-svn-ports-all@freebsd.org Wed Oct 4 07:34:05 2017 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 8B10EE30FBB; Wed, 4 Oct 2017 07:34:05 +0000 (UTC) (envelope-from ale@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 5761475188; Wed, 4 Oct 2017 07:34:05 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v947Y4oB098919; Wed, 4 Oct 2017 07:34:04 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v947Y4aq098917; Wed, 4 Oct 2017 07:34:04 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201710040734.v947Y4aq098917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 4 Oct 2017 07:34:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451181 - in head/print/pdflib: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: in head/print/pdflib: . files X-SVN-Commit-Revision: 451181 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 07:34:05 -0000 Author: ale Date: Wed Oct 4 07:34:04 2017 New Revision: 451181 URL: https://svnweb.freebsd.org/changeset/ports/451181 Log: Fix build on powerpc and strip binaries. PR: 222722 Submitted by: Mark Millard Added: head/print/pdflib/files/patch-libs_pdcore_pc__config.h (contents, props changed) Modified: head/print/pdflib/Makefile Modified: head/print/pdflib/Makefile ============================================================================== --- head/print/pdflib/Makefile Wed Oct 4 06:03:16 2017 (r451180) +++ head/print/pdflib/Makefile Wed Oct 4 07:34:04 2017 (r451181) @@ -28,10 +28,6 @@ PERL_USES= perl5 .include -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -CONFIGURE_ARGS+=--enable-64bit -.endif - .if ${PORT_OPTIONS:MPERL} PLIST_SUB= PERL="" CONFIGURE_ARGS+=--with-perl=${PERL} @@ -52,6 +48,8 @@ PLIST_SUB+= JAVA="@comment " .endif post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pdfimage ${STAGEDIR}${PREFIX}/bin/text2pdf \ + ${STAGEDIR}${PREFIX}/lib/libpdf.so.6.0.5 ${MKDIR} ${STAGEDIR}${DATADIR}/fonts ${INSTALL_DATA} ${WRKSRC}/fonts/* ${STAGEDIR}${DATADIR}/fonts .if ${PORT_OPTIONS:MJAVA} Added: head/print/pdflib/files/patch-libs_pdcore_pc__config.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/pdflib/files/patch-libs_pdcore_pc__config.h Wed Oct 4 07:34:04 2017 (r451181) @@ -0,0 +1,11 @@ +--- libs/pdcore/pc_config.h.orig 2017-10-04 07:15:35 UTC ++++ libs/pdcore/pc_config.h +@@ -180,7 +180,7 @@ + /* try to identify Mac OS 9 compilers */ + + #if (defined macintosh || defined __POWERPC__ || defined __CFM68K__) && \ +- !defined MAC && !defined MACOSX && !defined __BEOS__ ++ !defined MAC && !defined MACOSX && !defined __BEOS__ && !defined __FreeBSD__ + #define MAC + #endif + From owner-svn-ports-all@freebsd.org Wed Oct 4 07:50:19 2017 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 2957FE31801; Wed, 4 Oct 2017 07:50:19 +0000 (UTC) (envelope-from gahr@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 E256075F9E; Wed, 4 Oct 2017 07:50:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v947oIT0003751; Wed, 4 Oct 2017 07:50:18 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v947oHvO003749; Wed, 4 Oct 2017 07:50:17 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201710040750.v947oHvO003749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 4 Oct 2017 07:50:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451182 - head/databases/speedtables X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/databases/speedtables X-SVN-Commit-Revision: 451182 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 07:50:19 -0000 Author: gahr Date: Wed Oct 4 07:50:17 2017 New Revision: 451182 URL: https://svnweb.freebsd.org/changeset/ports/451182 Log: databases/speedtables: update to 1.13.8 https://github.com/flightaware/speedtables/releases/tag/v1.13.8 https://github.com/flightaware/speedtables/releases/tag/v1.13.7 Modified: head/databases/speedtables/Makefile head/databases/speedtables/distinfo Modified: head/databases/speedtables/Makefile ============================================================================== --- head/databases/speedtables/Makefile Wed Oct 4 07:34:04 2017 (r451181) +++ head/databases/speedtables/Makefile Wed Oct 4 07:50:17 2017 (r451182) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= speedtables -PORTVERSION= 1.13.6 +PORTVERSION= 1.13.8 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org Modified: head/databases/speedtables/distinfo ============================================================================== --- head/databases/speedtables/distinfo Wed Oct 4 07:34:04 2017 (r451181) +++ head/databases/speedtables/distinfo Wed Oct 4 07:50:17 2017 (r451182) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506065095 -SHA256 (flightaware-speedtables-v1.13.6_GH0.tar.gz) = d7fe3e0df4652b708c258bcead97592fa546d95f2bc6e92f322f3b5e54d59c64 -SIZE (flightaware-speedtables-v1.13.6_GH0.tar.gz) = 738222 +TIMESTAMP = 1507102421 +SHA256 (flightaware-speedtables-v1.13.8_GH0.tar.gz) = 4c22cd6af519480640a50f266e769c5c3818b938b8814573eba64d440eb343d4 +SIZE (flightaware-speedtables-v1.13.8_GH0.tar.gz) = 738286 From owner-svn-ports-all@freebsd.org Wed Oct 4 07:51:06 2017 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 583A1E31869; Wed, 4 Oct 2017 07:51:06 +0000 (UTC) (envelope-from jbeich@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 231CE760D2; Wed, 4 Oct 2017 07:51:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v947p56X003900; Wed, 4 Oct 2017 07:51:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v947p5iV003898; Wed, 4 Oct 2017 07:51:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710040751.v947p5iV003898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 Oct 2017 07:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451183 - in head/security/nss: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/security/nss: . files X-SVN-Commit-Revision: 451183 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 07:51:06 -0000 Author: jbeich Date: Wed Oct 4 07:51:04 2017 New Revision: 451183 URL: https://svnweb.freebsd.org/changeset/ports/451183 Log: security/nss: fix crash on pre-SSE2 hardware PR: 221466 Obtained from: upstream Added: head/security/nss/files/patch-bug1400603 (contents, props changed) Modified: head/security/nss/Makefile (contents, props changed) Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Wed Oct 4 07:50:17 2017 (r451182) +++ head/security/nss/Makefile Wed Oct 4 07:51:04 2017 (r451183) @@ -3,6 +3,7 @@ PORTNAME= nss PORTVERSION= 3.33 +PORTREVISION= 1 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src @@ -55,6 +56,10 @@ MAKE_ENV+= BUILD_OPT=1 BINS= ${DIST}/${OPSYS}${OSREL}_OPT.OBJ .else BINS= ${DIST}/${OPSYS}${OSREL}_DBG.OBJ +.endif + +.if ${OPSYS} == FreeBSD && ${ARCH} == i386 +USES+= compiler:c++14-lang # gcm.h .endif .if ${OPSYS} == FreeBSD && ${ARCH} == amd64 Added: head/security/nss/files/patch-bug1400603 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/nss/files/patch-bug1400603 Wed Oct 4 07:51:04 2017 (r451183) @@ -0,0 +1,942 @@ +commit e84403331d99 +Author: Daiki Ueno +Date: Fri Sep 22 11:27:34 2017 +0200 + + Bug 1400603 - freebl: Reorganize AES-GCM source code based on hw/sw implementation, r=franziskus + + Reviewers: franziskus + + Reviewed By: franziskus + + Bug #: 1400603 + + Differential Revision: https://phabricator.services.mozilla.com/D65 +--- + lib/freebl/Makefile | 4 +- + lib/freebl/aes-x86.c | 157 +++++++++++++++++++++++++++++++++++++++++ + lib/freebl/freebl.gyp | 65 ++++++++++------- + lib/freebl/gcm-x86.c | 127 ++++++++++++++++++++++++++++++++++ + lib/freebl/gcm.c | 162 +++++++++++++------------------------------ + lib/freebl/gcm.h | 14 ++++ + lib/freebl/rijndael.c | 188 ++++++++------------------------------------------ + lib/freebl/rijndael.h | 18 ++++- + 8 files changed, 436 insertions(+), 299 deletions(-) + +diff --git lib/freebl/Makefile lib/freebl/Makefile +index d50e18696b..bc1ea86a5e 100644 +--- lib/freebl/Makefile ++++ lib/freebl/Makefile +@@ -110,7 +110,9 @@ endif + # NSS_X86_OR_X64 means the target is either x86 or x64 + ifeq (,$(filter-out i386 x386 x86 x86_64,$(CPU_ARCH))) + DEFINES += -DNSS_X86_OR_X64 +- CFLAGS += -mpclmul -maes ++ EXTRA_SRCS += gcm-x86.c aes-x86.c ++$(OBJDIR)/gcm-x86.o: CFLAGS += -mpclmul -maes ++$(OBJDIR)/aes-x86.o: CFLAGS += -mpclmul -maes + ifneq (,$(USE_64)$(USE_X32)) + DEFINES += -DNSS_X64 + else +diff --git lib/freebl/aes-x86.c lib/freebl/aes-x86.c +new file mode 100644 +index 0000000000..830b4782fe +--- /dev/null ++++ lib/freebl/aes-x86.c +@@ -0,0 +1,157 @@ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this ++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++#ifdef FREEBL_NO_DEPEND ++#include "stubs.h" ++#endif ++#include "rijndael.h" ++#include "secerr.h" ++ ++#include /* aes-ni */ ++ ++#define EXPAND_KEY128(k, rcon, res) \ ++ tmp_key = _mm_aeskeygenassist_si128(k, rcon); \ ++ tmp_key = _mm_shuffle_epi32(tmp_key, 0xFF); \ ++ tmp = _mm_xor_si128(k, _mm_slli_si128(k, 4)); \ ++ tmp = _mm_xor_si128(tmp, _mm_slli_si128(tmp, 4)); \ ++ tmp = _mm_xor_si128(tmp, _mm_slli_si128(tmp, 4)); \ ++ res = _mm_xor_si128(tmp, tmp_key) ++ ++static void ++native_key_expansion128(AESContext *cx, const unsigned char *key) ++{ ++ __m128i *keySchedule = cx->keySchedule; ++ pre_align __m128i tmp_key post_align; ++ pre_align __m128i tmp post_align; ++ keySchedule[0] = _mm_loadu_si128((__m128i *)key); ++ EXPAND_KEY128(keySchedule[0], 0x01, keySchedule[1]); ++ EXPAND_KEY128(keySchedule[1], 0x02, keySchedule[2]); ++ EXPAND_KEY128(keySchedule[2], 0x04, keySchedule[3]); ++ EXPAND_KEY128(keySchedule[3], 0x08, keySchedule[4]); ++ EXPAND_KEY128(keySchedule[4], 0x10, keySchedule[5]); ++ EXPAND_KEY128(keySchedule[5], 0x20, keySchedule[6]); ++ EXPAND_KEY128(keySchedule[6], 0x40, keySchedule[7]); ++ EXPAND_KEY128(keySchedule[7], 0x80, keySchedule[8]); ++ EXPAND_KEY128(keySchedule[8], 0x1B, keySchedule[9]); ++ EXPAND_KEY128(keySchedule[9], 0x36, keySchedule[10]); ++} ++ ++#define EXPAND_KEY192_PART1(res, k0, kt, rcon) \ ++ tmp2 = _mm_slli_si128(k0, 4); \ ++ tmp1 = _mm_xor_si128(k0, tmp2); \ ++ tmp2 = _mm_slli_si128(tmp2, 4); \ ++ tmp1 = _mm_xor_si128(_mm_xor_si128(tmp1, tmp2), _mm_slli_si128(tmp2, 4)); \ ++ tmp2 = _mm_aeskeygenassist_si128(kt, rcon); \ ++ res = _mm_xor_si128(tmp1, _mm_shuffle_epi32(tmp2, 0x55)) ++ ++#define EXPAND_KEY192_PART2(res, k1, k2) \ ++ tmp2 = _mm_xor_si128(k1, _mm_slli_si128(k1, 4)); \ ++ res = _mm_xor_si128(tmp2, _mm_shuffle_epi32(k2, 0xFF)) ++ ++#define EXPAND_KEY192(k0, res1, res2, res3, carry, rcon1, rcon2) \ ++ EXPAND_KEY192_PART1(tmp3, k0, res1, rcon1); \ ++ EXPAND_KEY192_PART2(carry, res1, tmp3); \ ++ res1 = _mm_castpd_si128(_mm_shuffle_pd(_mm_castsi128_pd(res1), \ ++ _mm_castsi128_pd(tmp3), 0)); \ ++ res2 = _mm_castpd_si128(_mm_shuffle_pd(_mm_castsi128_pd(tmp3), \ ++ _mm_castsi128_pd(carry), 1)); \ ++ EXPAND_KEY192_PART1(res3, tmp3, carry, rcon2) ++ ++static void ++native_key_expansion192(AESContext *cx, const unsigned char *key) ++{ ++ __m128i *keySchedule = cx->keySchedule; ++ pre_align __m128i tmp1 post_align; ++ pre_align __m128i tmp2 post_align; ++ pre_align __m128i tmp3 post_align; ++ pre_align __m128i carry post_align; ++ keySchedule[0] = _mm_loadu_si128((__m128i *)key); ++ keySchedule[1] = _mm_loadu_si128((__m128i *)(key + 16)); ++ EXPAND_KEY192(keySchedule[0], keySchedule[1], keySchedule[2], ++ keySchedule[3], carry, 0x1, 0x2); ++ EXPAND_KEY192_PART2(keySchedule[4], carry, keySchedule[3]); ++ EXPAND_KEY192(keySchedule[3], keySchedule[4], keySchedule[5], ++ keySchedule[6], carry, 0x4, 0x8); ++ EXPAND_KEY192_PART2(keySchedule[7], carry, keySchedule[6]); ++ EXPAND_KEY192(keySchedule[6], keySchedule[7], keySchedule[8], ++ keySchedule[9], carry, 0x10, 0x20); ++ EXPAND_KEY192_PART2(keySchedule[10], carry, keySchedule[9]); ++ EXPAND_KEY192(keySchedule[9], keySchedule[10], keySchedule[11], ++ keySchedule[12], carry, 0x40, 0x80); ++} ++ ++#define EXPAND_KEY256_PART(res, rconx, k1x, k2x, X) \ ++ tmp_key = _mm_shuffle_epi32(_mm_aeskeygenassist_si128(k2x, rconx), X); \ ++ tmp2 = _mm_slli_si128(k1x, 4); \ ++ tmp1 = _mm_xor_si128(k1x, tmp2); \ ++ tmp2 = _mm_slli_si128(tmp2, 4); \ ++ tmp1 = _mm_xor_si128(_mm_xor_si128(tmp1, tmp2), _mm_slli_si128(tmp2, 4)); \ ++ res = _mm_xor_si128(tmp1, tmp_key); ++ ++#define EXPAND_KEY256(res1, res2, k1, k2, rcon) \ ++ EXPAND_KEY256_PART(res1, rcon, k1, k2, 0xFF); \ ++ EXPAND_KEY256_PART(res2, 0x00, k2, res1, 0xAA) ++ ++static void ++native_key_expansion256(AESContext *cx, const unsigned char *key) ++{ ++ __m128i *keySchedule = cx->keySchedule; ++ pre_align __m128i tmp_key post_align; ++ pre_align __m128i tmp1 post_align; ++ pre_align __m128i tmp2 post_align; ++ keySchedule[0] = _mm_loadu_si128((__m128i *)key); ++ keySchedule[1] = _mm_loadu_si128((__m128i *)(key + 16)); ++ EXPAND_KEY256(keySchedule[2], keySchedule[3], keySchedule[0], ++ keySchedule[1], 0x01); ++ EXPAND_KEY256(keySchedule[4], keySchedule[5], keySchedule[2], ++ keySchedule[3], 0x02); ++ EXPAND_KEY256(keySchedule[6], keySchedule[7], keySchedule[4], ++ keySchedule[5], 0x04); ++ EXPAND_KEY256(keySchedule[8], keySchedule[9], keySchedule[6], ++ keySchedule[7], 0x08); ++ EXPAND_KEY256(keySchedule[10], keySchedule[11], keySchedule[8], ++ keySchedule[9], 0x10); ++ EXPAND_KEY256(keySchedule[12], keySchedule[13], keySchedule[10], ++ keySchedule[11], 0x20); ++ EXPAND_KEY256_PART(keySchedule[14], 0x40, keySchedule[12], ++ keySchedule[13], 0xFF); ++} ++ ++/* ++ * AES key expansion using aes-ni instructions. ++ */ ++void ++rijndael_native_key_expansion(AESContext *cx, const unsigned char *key, ++ unsigned int Nk) ++{ ++ switch (Nk) { ++ case 4: ++ native_key_expansion128(cx, key); ++ return; ++ case 6: ++ native_key_expansion192(cx, key); ++ return; ++ case 8: ++ native_key_expansion256(cx, key); ++ return; ++ default: ++ /* This shouldn't happen (checked by the caller). */ ++ return; ++ } ++} ++ ++void ++rijndael_native_encryptBlock(AESContext *cx, ++ unsigned char *output, ++ const unsigned char *input) ++{ ++ int i; ++ pre_align __m128i m post_align = _mm_loadu_si128((__m128i *)input); ++ m = _mm_xor_si128(m, cx->keySchedule[0]); ++ for (i = 1; i < cx->Nr; ++i) { ++ m = _mm_aesenc_si128(m, cx->keySchedule[i]); ++ } ++ m = _mm_aesenclast_si128(m, cx->keySchedule[cx->Nr]); ++ _mm_storeu_si128((__m128i *)output, m); ++} +diff --git lib/freebl/freebl.gyp lib/freebl/freebl.gyp +index 1e93475004..5f59eef29c 100644 +--- lib/freebl/freebl.gyp ++++ lib/freebl/freebl.gyp +@@ -22,6 +22,37 @@ + '-mssse3' + ] + }, ++ { ++ 'target_name': 'gcm-aes-x86_c_lib', ++ 'type': 'static_library', ++ 'sources': [ ++ 'gcm-x86.c', 'aes-x86.c' ++ ], ++ 'dependencies': [ ++ '<(DEPTH)/exports.gyp:nss_exports' ++ ], ++ # Enable isa option for pclmul and aes-ni; supported since gcc 4.4. ++ # This is only supported by x84/x64. It's not needed for Windows, ++ # unless clang-cl is used. ++ 'cflags_mozilla': [ ++ '-mpclmul', '-maes' ++ ], ++ 'conditions': [ ++ [ 'OS=="linux" or OS=="android" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd"', { ++ 'cflags': [ ++ '-mpclmul', '-maes' ++ ], ++ }], ++ # macOS build doesn't use cflags. ++ [ 'OS=="mac"', { ++ 'xcode_settings': { ++ 'OTHER_CFLAGS': [ ++ '-mpclmul', '-maes' ++ ], ++ }, ++ }] ++ ] ++ }, + { + 'target_name': 'freebl', + 'type': 'static_library', +@@ -45,6 +76,11 @@ + '<(DEPTH)/exports.gyp:nss_exports', + ], + 'conditions': [ ++ [ 'target_arch=="ia32" or target_arch=="x64"', { ++ 'dependencies': [ ++ 'gcm-aes-x86_c_lib' ++ ], ++ }], + [ 'OS=="linux"', { + 'defines!': [ + 'FREEBL_NO_DEPEND', +@@ -76,6 +112,11 @@ + '<(DEPTH)/exports.gyp:nss_exports', + ], + 'conditions': [ ++ [ 'target_arch=="ia32" or target_arch=="x64"', { ++ 'dependencies': [ ++ 'gcm-aes-x86_c_lib' ++ ] ++ }], + [ 'OS!="linux" and OS!="android"', { + 'conditions': [ + [ 'moz_fold_libs==0', { +@@ -154,27 +195,11 @@ + 'MP_API_COMPATIBLE' + ], + 'conditions': [ +- [ 'target_arch=="ia32" or target_arch=="x64"', { +- 'cflags_mozilla': [ +- '-mpclmul', +- '-maes', +- ], +- 'conditions': [ +- [ 'OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd"', { +- 'cflags': [ +- '-mpclmul', +- '-maes', +- ], +- }], +- ], +- }], + [ 'OS=="mac"', { + 'xcode_settings': { + # I'm not sure since when this is supported. + # But I hope that doesn't matter. We also assume this is x86/x64. + 'OTHER_CFLAGS': [ +- '-mpclmul', +- '-maes', + '-std=gnu99', + ], + }, +@@ -268,14 +293,6 @@ + 'MP_USE_UINT_DIGIT', + ], + }], +- [ 'target_arch=="ia32" or target_arch=="x64"', { +- 'cflags': [ +- # enable isa option for pclmul am aes-ni; supported since gcc 4.4 +- # This is only support by x84/x64. It's not needed for Windows. +- '-mpclmul', +- '-maes', +- ], +- }], + [ 'target_arch=="arm"', { + 'defines': [ + 'MP_ASSEMBLY_MULTIPLY', +diff --git lib/freebl/gcm-x86.c lib/freebl/gcm-x86.c +new file mode 100644 +index 0000000000..e34d633943 +--- /dev/null ++++ lib/freebl/gcm-x86.c +@@ -0,0 +1,127 @@ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this ++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++#ifdef FREEBL_NO_DEPEND ++#include "stubs.h" ++#endif ++#include "gcm.h" ++#include "secerr.h" ++ ++#include /* clmul */ ++ ++#define WRITE64(x, bytes) \ ++ (bytes)[0] = (x) >> 56; \ ++ (bytes)[1] = (x) >> 48; \ ++ (bytes)[2] = (x) >> 40; \ ++ (bytes)[3] = (x) >> 32; \ ++ (bytes)[4] = (x) >> 24; \ ++ (bytes)[5] = (x) >> 16; \ ++ (bytes)[6] = (x) >> 8; \ ++ (bytes)[7] = (x); ++ ++SECStatus ++gcm_HashWrite_hw(gcmHashContext *ghash, unsigned char *outbuf) ++{ ++ uint64_t tmp_out[2]; ++ _mm_storeu_si128((__m128i *)tmp_out, ghash->x); ++ /* maxout must be larger than 16 byte (checked by the caller). */ ++ WRITE64(tmp_out[0], outbuf + 8); ++ WRITE64(tmp_out[1], outbuf); ++ return SECSuccess; ++} ++ ++SECStatus ++gcm_HashMult_hw(gcmHashContext *ghash, const unsigned char *buf, ++ unsigned int count) ++{ ++ size_t i; ++ pre_align __m128i z_high post_align; ++ pre_align __m128i z_low post_align; ++ pre_align __m128i C post_align; ++ pre_align __m128i D post_align; ++ pre_align __m128i E post_align; ++ pre_align __m128i F post_align; ++ pre_align __m128i bin post_align; ++ pre_align __m128i Ci post_align; ++ pre_align __m128i tmp post_align; ++ ++ for (i = 0; i < count; i++, buf += 16) { ++ bin = _mm_set_epi16(((uint16_t)buf[0] << 8) | buf[1], ++ ((uint16_t)buf[2] << 8) | buf[3], ++ ((uint16_t)buf[4] << 8) | buf[5], ++ ((uint16_t)buf[6] << 8) | buf[7], ++ ((uint16_t)buf[8] << 8) | buf[9], ++ ((uint16_t)buf[10] << 8) | buf[11], ++ ((uint16_t)buf[12] << 8) | buf[13], ++ ((uint16_t)buf[14] << 8) | buf[15]); ++ Ci = _mm_xor_si128(bin, ghash->x); ++ ++ /* Do binary mult ghash->X = Ci * ghash->H. */ ++ C = _mm_clmulepi64_si128(Ci, ghash->h, 0x00); ++ D = _mm_clmulepi64_si128(Ci, ghash->h, 0x11); ++ E = _mm_clmulepi64_si128(Ci, ghash->h, 0x01); ++ F = _mm_clmulepi64_si128(Ci, ghash->h, 0x10); ++ tmp = _mm_xor_si128(E, F); ++ z_high = _mm_xor_si128(tmp, _mm_slli_si128(D, 8)); ++ z_high = _mm_unpackhi_epi64(z_high, D); ++ z_low = _mm_xor_si128(_mm_slli_si128(tmp, 8), C); ++ z_low = _mm_unpackhi_epi64(_mm_slli_si128(C, 8), z_low); ++ ++ /* Shift one to the left (multiply by x) as gcm spec is stupid. */ ++ C = _mm_slli_si128(z_low, 8); ++ E = _mm_srli_epi64(C, 63); ++ D = _mm_slli_si128(z_high, 8); ++ F = _mm_srli_epi64(D, 63); ++ /* Carry over */ ++ C = _mm_srli_si128(z_low, 8); ++ D = _mm_srli_epi64(C, 63); ++ z_low = _mm_or_si128(_mm_slli_epi64(z_low, 1), E); ++ z_high = _mm_or_si128(_mm_or_si128(_mm_slli_epi64(z_high, 1), F), D); ++ ++ /* Reduce */ ++ C = _mm_slli_si128(z_low, 8); ++ /* D = z_low << 127 */ ++ D = _mm_slli_epi64(C, 63); ++ /* E = z_low << 126 */ ++ E = _mm_slli_epi64(C, 62); ++ /* F = z_low << 121 */ ++ F = _mm_slli_epi64(C, 57); ++ /* z_low ^= (z_low << 127) ^ (z_low << 126) ^ (z_low << 121); */ ++ z_low = _mm_xor_si128(_mm_xor_si128(_mm_xor_si128(z_low, D), E), F); ++ C = _mm_srli_si128(z_low, 8); ++ /* D = z_low >> 1 */ ++ D = _mm_slli_epi64(C, 63); ++ D = _mm_or_si128(_mm_srli_epi64(z_low, 1), D); ++ /* E = z_low >> 2 */ ++ E = _mm_slli_epi64(C, 62); ++ E = _mm_or_si128(_mm_srli_epi64(z_low, 2), E); ++ /* F = z_low >> 7 */ ++ F = _mm_slli_epi64(C, 57); ++ F = _mm_or_si128(_mm_srli_epi64(z_low, 7), F); ++ /* ghash->x ^= z_low ^ (z_low >> 1) ^ (z_low >> 2) ^ (z_low >> 7); */ ++ ghash->x = _mm_xor_si128(_mm_xor_si128( ++ _mm_xor_si128(_mm_xor_si128(z_high, z_low), D), E), ++ F); ++ } ++ return SECSuccess; ++} ++ ++SECStatus ++gcm_HashInit_hw(gcmHashContext *ghash) ++{ ++ ghash->ghash_mul = gcm_HashMult_hw; ++ ghash->x = _mm_setzero_si128(); ++ /* MSVC requires __m64 to load epi64. */ ++ ghash->h = _mm_set_epi32(ghash->h_high >> 32, (uint32_t)ghash->h_high, ++ ghash->h_low >> 32, (uint32_t)ghash->h_low); ++ ghash->hw = PR_TRUE; ++ return SECSuccess; ++} ++ ++SECStatus ++gcm_HashZeroX_hw(gcmHashContext *ghash) ++{ ++ ghash->x = _mm_setzero_si128(); ++ return SECSuccess; ++} +diff --git lib/freebl/gcm.c lib/freebl/gcm.c +index 780b7a6322..f1e16da78e 100644 +--- lib/freebl/gcm.c ++++ lib/freebl/gcm.c +@@ -17,18 +17,50 @@ + + #include + +-#ifdef NSS_X86_OR_X64 +-#include /* clmul */ +-#endif +- + /* Forward declarations */ ++SECStatus gcm_HashInit_hw(gcmHashContext *ghash); ++SECStatus gcm_HashWrite_hw(gcmHashContext *ghash, unsigned char *outbuf); + SECStatus gcm_HashMult_hw(gcmHashContext *ghash, const unsigned char *buf, + unsigned int count); ++SECStatus gcm_HashZeroX_hw(gcmHashContext *ghash); + SECStatus gcm_HashMult_sftw(gcmHashContext *ghash, const unsigned char *buf, + unsigned int count); + SECStatus gcm_HashMult_sftw32(gcmHashContext *ghash, const unsigned char *buf, + unsigned int count); + ++/* Stub definitions for the above *_hw functions, which shouldn't be ++ * used unless NSS_X86_OR_X64 is defined */ ++#ifndef NSS_X86_OR_X64 ++SECStatus ++gcm_HashWrite_hw(gcmHashContext *ghash, unsigned char *outbuf) ++{ ++ PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); ++ return SECFailure; ++} ++ ++SECStatus ++gcm_HashMult_hw(gcmHashContext *ghash, const unsigned char *buf, ++ unsigned int count) ++{ ++ PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); ++ return SECFailure; ++} ++ ++SECStatus ++gcm_HashInit_hw(gcmHashContext *ghash) ++{ ++ PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); ++ return SECFailure; ++} ++ ++SECStatus ++gcm_HashZeroX_hw(gcmHashContext *ghash) ++{ ++ PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); ++ return SECFailure; ++} ++#endif /* NSS_X86_OR_X64 */ ++ + uint64_t + get64(const unsigned char *bytes) + { +@@ -46,6 +78,8 @@ get64(const unsigned char *bytes) + SECStatus + gcmHash_InitContext(gcmHashContext *ghash, const unsigned char *H, PRBool sw) + { ++ SECStatus rv = SECSuccess; ++ + ghash->cLen = 0; + ghash->bufLen = 0; + PORT_Memset(ghash->counterBuf, 0, sizeof(ghash->counterBuf)); +@@ -53,17 +87,7 @@ gcmHash_InitContext(gcmHashContext *ghash, const unsigned char *H, PRBool sw) + ghash->h_low = get64(H + 8); + ghash->h_high = get64(H); + if (clmul_support() && !sw) { +-#ifdef NSS_X86_OR_X64 +- ghash->ghash_mul = gcm_HashMult_hw; +- ghash->x = _mm_setzero_si128(); +- /* MSVC requires __m64 to load epi64. */ +- ghash->h = _mm_set_epi32(ghash->h_high >> 32, (uint32_t)ghash->h_high, +- ghash->h_low >> 32, (uint32_t)ghash->h_low); +- ghash->hw = PR_TRUE; +-#else +- PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); +- return SECFailure; +-#endif /* NSS_X86_OR_X64 */ ++ rv = gcm_HashInit_hw(ghash); + } else { + /* We fall back to the software implementation if we can't use / don't + * want to use pclmul. */ +@@ -75,7 +99,7 @@ gcmHash_InitContext(gcmHashContext *ghash, const unsigned char *H, PRBool sw) + ghash->x_high = ghash->x_low = 0; + ghash->hw = PR_FALSE; + } +- return SECSuccess; ++ return rv; + } + + #ifdef HAVE_INT128_SUPPORT +@@ -283,102 +307,17 @@ gcm_HashMult_sftw32(gcmHashContext *ghash, const unsigned char *buf, + } + #endif /* HAVE_INT128_SUPPORT */ + +-SECStatus +-gcm_HashMult_hw(gcmHashContext *ghash, const unsigned char *buf, +- unsigned int count) +-{ +-#ifdef NSS_X86_OR_X64 +- size_t i; +- pre_align __m128i z_high post_align; +- pre_align __m128i z_low post_align; +- pre_align __m128i C post_align; +- pre_align __m128i D post_align; +- pre_align __m128i E post_align; +- pre_align __m128i F post_align; +- pre_align __m128i bin post_align; +- pre_align __m128i Ci post_align; +- pre_align __m128i tmp post_align; +- +- for (i = 0; i < count; i++, buf += 16) { +- bin = _mm_set_epi16(((uint16_t)buf[0] << 8) | buf[1], +- ((uint16_t)buf[2] << 8) | buf[3], +- ((uint16_t)buf[4] << 8) | buf[5], +- ((uint16_t)buf[6] << 8) | buf[7], +- ((uint16_t)buf[8] << 8) | buf[9], +- ((uint16_t)buf[10] << 8) | buf[11], +- ((uint16_t)buf[12] << 8) | buf[13], +- ((uint16_t)buf[14] << 8) | buf[15]); +- Ci = _mm_xor_si128(bin, ghash->x); +- +- /* Do binary mult ghash->X = Ci * ghash->H. */ +- C = _mm_clmulepi64_si128(Ci, ghash->h, 0x00); +- D = _mm_clmulepi64_si128(Ci, ghash->h, 0x11); +- E = _mm_clmulepi64_si128(Ci, ghash->h, 0x01); +- F = _mm_clmulepi64_si128(Ci, ghash->h, 0x10); +- tmp = _mm_xor_si128(E, F); +- z_high = _mm_xor_si128(tmp, _mm_slli_si128(D, 8)); +- z_high = _mm_unpackhi_epi64(z_high, D); +- z_low = _mm_xor_si128(_mm_slli_si128(tmp, 8), C); +- z_low = _mm_unpackhi_epi64(_mm_slli_si128(C, 8), z_low); +- +- /* Shift one to the left (multiply by x) as gcm spec is stupid. */ +- C = _mm_slli_si128(z_low, 8); +- E = _mm_srli_epi64(C, 63); +- D = _mm_slli_si128(z_high, 8); +- F = _mm_srli_epi64(D, 63); +- /* Carry over */ +- C = _mm_srli_si128(z_low, 8); +- D = _mm_srli_epi64(C, 63); +- z_low = _mm_or_si128(_mm_slli_epi64(z_low, 1), E); +- z_high = _mm_or_si128(_mm_or_si128(_mm_slli_epi64(z_high, 1), F), D); +- +- /* Reduce */ +- C = _mm_slli_si128(z_low, 8); +- /* D = z_low << 127 */ +- D = _mm_slli_epi64(C, 63); +- /* E = z_low << 126 */ +- E = _mm_slli_epi64(C, 62); +- /* F = z_low << 121 */ +- F = _mm_slli_epi64(C, 57); +- /* z_low ^= (z_low << 127) ^ (z_low << 126) ^ (z_low << 121); */ +- z_low = _mm_xor_si128(_mm_xor_si128(_mm_xor_si128(z_low, D), E), F); +- C = _mm_srli_si128(z_low, 8); +- /* D = z_low >> 1 */ +- D = _mm_slli_epi64(C, 63); +- D = _mm_or_si128(_mm_srli_epi64(z_low, 1), D); +- /* E = z_low >> 2 */ +- E = _mm_slli_epi64(C, 62); +- E = _mm_or_si128(_mm_srli_epi64(z_low, 2), E); +- /* F = z_low >> 7 */ +- F = _mm_slli_epi64(C, 57); +- F = _mm_or_si128(_mm_srli_epi64(z_low, 7), F); +- /* ghash->x ^= z_low ^ (z_low >> 1) ^ (z_low >> 2) ^ (z_low >> 7); */ +- ghash->x = _mm_xor_si128(_mm_xor_si128( +- _mm_xor_si128(_mm_xor_si128(z_high, z_low), D), E), +- F); +- } +- return SECSuccess; +-#else +- PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); +- return SECFailure; +-#endif /* NSS_X86_OR_X64 */ +-} +- + static SECStatus + gcm_zeroX(gcmHashContext *ghash) + { ++ SECStatus rv = SECSuccess; ++ + if (ghash->hw) { +-#ifdef NSS_X86_OR_X64 +- ghash->x = _mm_setzero_si128(); +- return SECSuccess; +-#else +- PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); +- return SECFailure; +-#endif /* NSS_X86_OR_X64 */ ++ rv = gcm_HashZeroX_hw(ghash); + } + + ghash->x_high = ghash->x_low = 0; +- return SECSuccess; ++ return rv; + } + + /* +@@ -503,15 +442,10 @@ gcmHash_Final(gcmHashContext *ghash, unsigned char *outbuf, + } + + if (ghash->hw) { +-#ifdef NSS_X86_OR_X64 +- uint64_t tmp_out[2]; +- _mm_storeu_si128((__m128i *)tmp_out, ghash->x); +- WRITE64(tmp_out[0], T + 8); +- WRITE64(tmp_out[1], T); +-#else +- PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); +- return SECFailure; +-#endif /* NSS_X86_OR_X64 */ ++ rv = gcm_HashWrite_hw(ghash, T); ++ if (rv != SECSuccess) { ++ goto cleanup; ++ } + } else { + WRITE64(ghash->x_low, T + 8); + WRITE64(ghash->x_high, T); +diff --git lib/freebl/gcm.h lib/freebl/gcm.h +index 0c707a0811..42ef0f7179 100644 +--- lib/freebl/gcm.h ++++ lib/freebl/gcm.h +@@ -9,7 +9,21 @@ + #include + + #ifdef NSS_X86_OR_X64 ++/* GCC <= 4.8 doesn't support including emmintrin.h without enabling SSE2 */ ++#if !defined(__clang__) && defined(__GNUC__) && defined(__GNUC_MINOR__) && \ ++ (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ <= 8)) ++#pragma GCC push_options ++#pragma GCC target("sse2") ++#undef NSS_DISABLE_SSE2 ++#define NSS_DISABLE_SSE2 1 ++#endif /* GCC <= 4.8 */ ++ + #include /* __m128i */ ++ ++#ifdef NSS_DISABLE_SSE2 ++#undef NSS_DISABLE_SSE2 ++#pragma GCC pop_options ++#endif /* NSS_DISABLE_SSE2 */ + #endif + + SEC_BEGIN_PROTOS +diff --git lib/freebl/rijndael.c lib/freebl/rijndael.c +index a09f13098e..5de27de9ce 100644 +--- lib/freebl/rijndael.c ++++ lib/freebl/rijndael.c +@@ -27,6 +27,34 @@ + #include "intel-gcm.h" + #endif /* INTEL_GCM */ + ++/* Forward declarations */ ++void rijndael_native_key_expansion(AESContext *cx, const unsigned char *key, ++ unsigned int Nk); ++void rijndael_native_encryptBlock(AESContext *cx, ++ unsigned char *output, ++ const unsigned char *input); ++ ++/* Stub definitions for the above rijndael_native_* functions, which ++ * shouldn't be used unless NSS_X86_OR_X64 is defined */ ++#ifndef NSS_X86_OR_X64 ++void ++rijndael_native_key_expansion(AESContext *cx, const unsigned char *key, ++ unsigned int Nk) ++{ ++ PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); ++ PORT_Assert(0); ++} ++ ++void ++rijndael_native_encryptBlock(AESContext *cx, ++ unsigned char *output, ++ const unsigned char *input) ++{ ++ PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); ++ PORT_Assert(0); ++} ++#endif /* NSS_X86_OR_X64 */ ++ + /* + * There are currently three ways to build this code, varying in performance + * and code size. +@@ -309,162 +337,6 @@ rijndael_key_expansion7(AESContext *cx, const unsigned char *key, unsigned int N + } + } + +-#if defined(NSS_X86_OR_X64) +-#define EXPAND_KEY128(k, rcon, res) \ +- tmp_key = _mm_aeskeygenassist_si128(k, rcon); \ +- tmp_key = _mm_shuffle_epi32(tmp_key, 0xFF); \ +- tmp = _mm_xor_si128(k, _mm_slli_si128(k, 4)); \ +- tmp = _mm_xor_si128(tmp, _mm_slli_si128(tmp, 4)); \ +- tmp = _mm_xor_si128(tmp, _mm_slli_si128(tmp, 4)); \ +- res = _mm_xor_si128(tmp, tmp_key) +- +-static void +-native_key_expansion128(AESContext *cx, const unsigned char *key) +-{ +- __m128i *keySchedule = cx->keySchedule; +- pre_align __m128i tmp_key post_align; +- pre_align __m128i tmp post_align; +- keySchedule[0] = _mm_loadu_si128((__m128i *)key); +- EXPAND_KEY128(keySchedule[0], 0x01, keySchedule[1]); +- EXPAND_KEY128(keySchedule[1], 0x02, keySchedule[2]); +- EXPAND_KEY128(keySchedule[2], 0x04, keySchedule[3]); +- EXPAND_KEY128(keySchedule[3], 0x08, keySchedule[4]); +- EXPAND_KEY128(keySchedule[4], 0x10, keySchedule[5]); +- EXPAND_KEY128(keySchedule[5], 0x20, keySchedule[6]); +- EXPAND_KEY128(keySchedule[6], 0x40, keySchedule[7]); +- EXPAND_KEY128(keySchedule[7], 0x80, keySchedule[8]); +- EXPAND_KEY128(keySchedule[8], 0x1B, keySchedule[9]); +- EXPAND_KEY128(keySchedule[9], 0x36, keySchedule[10]); +-} +- +-#define EXPAND_KEY192_PART1(res, k0, kt, rcon) \ +- tmp2 = _mm_slli_si128(k0, 4); \ +- tmp1 = _mm_xor_si128(k0, tmp2); \ +- tmp2 = _mm_slli_si128(tmp2, 4); \ +- tmp1 = _mm_xor_si128(_mm_xor_si128(tmp1, tmp2), _mm_slli_si128(tmp2, 4)); \ +- tmp2 = _mm_aeskeygenassist_si128(kt, rcon); \ +- res = _mm_xor_si128(tmp1, _mm_shuffle_epi32(tmp2, 0x55)) +- +-#define EXPAND_KEY192_PART2(res, k1, k2) \ +- tmp2 = _mm_xor_si128(k1, _mm_slli_si128(k1, 4)); \ +- res = _mm_xor_si128(tmp2, _mm_shuffle_epi32(k2, 0xFF)) +- +-#define EXPAND_KEY192(k0, res1, res2, res3, carry, rcon1, rcon2) \ +- EXPAND_KEY192_PART1(tmp3, k0, res1, rcon1); \ +- EXPAND_KEY192_PART2(carry, res1, tmp3); \ +- res1 = _mm_castpd_si128(_mm_shuffle_pd(_mm_castsi128_pd(res1), \ +- _mm_castsi128_pd(tmp3), 0)); \ +- res2 = _mm_castpd_si128(_mm_shuffle_pd(_mm_castsi128_pd(tmp3), \ +- _mm_castsi128_pd(carry), 1)); \ +- EXPAND_KEY192_PART1(res3, tmp3, carry, rcon2) +- +-static void +-native_key_expansion192(AESContext *cx, const unsigned char *key) +-{ +- __m128i *keySchedule = cx->keySchedule; +- pre_align __m128i tmp1 post_align; +- pre_align __m128i tmp2 post_align; +- pre_align __m128i tmp3 post_align; +- pre_align __m128i carry post_align; +- keySchedule[0] = _mm_loadu_si128((__m128i *)key); +- keySchedule[1] = _mm_loadu_si128((__m128i *)(key + 16)); +- EXPAND_KEY192(keySchedule[0], keySchedule[1], keySchedule[2], +- keySchedule[3], carry, 0x1, 0x2); +- EXPAND_KEY192_PART2(keySchedule[4], carry, keySchedule[3]); +- EXPAND_KEY192(keySchedule[3], keySchedule[4], keySchedule[5], +- keySchedule[6], carry, 0x4, 0x8); +- EXPAND_KEY192_PART2(keySchedule[7], carry, keySchedule[6]); +- EXPAND_KEY192(keySchedule[6], keySchedule[7], keySchedule[8], +- keySchedule[9], carry, 0x10, 0x20); +- EXPAND_KEY192_PART2(keySchedule[10], carry, keySchedule[9]); +- EXPAND_KEY192(keySchedule[9], keySchedule[10], keySchedule[11], +- keySchedule[12], carry, 0x40, 0x80); +-} +- +-#define EXPAND_KEY256_PART(res, rconx, k1x, k2x, X) \ +- tmp_key = _mm_shuffle_epi32(_mm_aeskeygenassist_si128(k2x, rconx), X); \ +- tmp2 = _mm_slli_si128(k1x, 4); \ +- tmp1 = _mm_xor_si128(k1x, tmp2); \ +- tmp2 = _mm_slli_si128(tmp2, 4); \ +- tmp1 = _mm_xor_si128(_mm_xor_si128(tmp1, tmp2), _mm_slli_si128(tmp2, 4)); \ +- res = _mm_xor_si128(tmp1, tmp_key); +- +-#define EXPAND_KEY256(res1, res2, k1, k2, rcon) \ +- EXPAND_KEY256_PART(res1, rcon, k1, k2, 0xFF); \ +- EXPAND_KEY256_PART(res2, 0x00, k2, res1, 0xAA) +- +-static void +-native_key_expansion256(AESContext *cx, const unsigned char *key) +-{ +- __m128i *keySchedule = cx->keySchedule; +- pre_align __m128i tmp_key post_align; +- pre_align __m128i tmp1 post_align; +- pre_align __m128i tmp2 post_align; +- keySchedule[0] = _mm_loadu_si128((__m128i *)key); +- keySchedule[1] = _mm_loadu_si128((__m128i *)(key + 16)); +- EXPAND_KEY256(keySchedule[2], keySchedule[3], keySchedule[0], +- keySchedule[1], 0x01); +- EXPAND_KEY256(keySchedule[4], keySchedule[5], keySchedule[2], +- keySchedule[3], 0x02); +- EXPAND_KEY256(keySchedule[6], keySchedule[7], keySchedule[4], +- keySchedule[5], 0x04); +- EXPAND_KEY256(keySchedule[8], keySchedule[9], keySchedule[6], +- keySchedule[7], 0x08); +- EXPAND_KEY256(keySchedule[10], keySchedule[11], keySchedule[8], +- keySchedule[9], 0x10); +- EXPAND_KEY256(keySchedule[12], keySchedule[13], keySchedule[10], +- keySchedule[11], 0x20); +- EXPAND_KEY256_PART(keySchedule[14], 0x40, keySchedule[12], +- keySchedule[13], 0xFF); +-} +- +-#endif /* NSS_X86_OR_X64 */ +- +-/* +- * AES key expansion using aes-ni instructions. +- */ +-static void +-native_key_expansion(AESContext *cx, const unsigned char *key, unsigned int Nk) +-{ +-#ifdef NSS_X86_OR_X64 +- switch (Nk) { +- case 4: +- native_key_expansion128(cx, key); +- return; +- case 6: +- native_key_expansion192(cx, key); +- return; +- case 8: +- native_key_expansion256(cx, key); +- return; +- default: +- /* This shouldn't happen. */ +- PORT_Assert(0); +- } +-#else +- PORT_Assert(0); +-#endif /* NSS_X86_OR_X64 */ +-} +- +-static void +-native_encryptBlock(AESContext *cx, +- unsigned char *output, +- const unsigned char *input) +-{ +-#ifdef NSS_X86_OR_X64 +- int i; +- pre_align __m128i m post_align = _mm_loadu_si128((__m128i *)input); +- m = _mm_xor_si128(m, cx->keySchedule[0]); +- for (i = 1; i < cx->Nr; ++i) { +- m = _mm_aesenc_si128(m, cx->keySchedule[i]); +- } +- m = _mm_aesenclast_si128(m, cx->keySchedule[cx->Nr]); +- _mm_storeu_si128((__m128i *)output, m); +-#else +- PORT_Assert(0); +-#endif /* NSS_X86_OR_X64 */ +-} +- + /* rijndael_key_expansion + * + * Generate the expanded key from the key input by the user. +@@ -830,7 +702,7 @@ rijndael_encryptECB(AESContext *cx, unsigned char *output, + + if (aesni_support()) { + /* Use hardware acceleration for normal AES parameters. */ +- encryptor = &native_encryptBlock; ++ encryptor = &rijndael_native_encryptBlock; + } else { + encryptor = &rijndael_encryptBlock128; + } +@@ -1026,7 +898,7 @@ aes_InitContext(AESContext *cx, const unsigned char *key, unsigned int keysize, + cx->mode == NSS_AES_CTR)) { + PORT_Assert(keysize == 16 || keysize == 24 || keysize == 32); + /* Prepare hardware key for normal AES parameters. */ +- native_key_expansion(cx, key, Nk); ++ rijndael_native_key_expansion(cx, key, Nk); + } else { + rijndael_key_expansion(cx, key, Nk); + } +diff --git lib/freebl/rijndael.h lib/freebl/rijndael.h +index 1f4a8a9f73..1b63a323da 100644 +--- lib/freebl/rijndael.h ++++ lib/freebl/rijndael.h +@@ -8,8 +8,22 @@ + #include "blapii.h" + #include + +-#ifdef NSS_X86_OR_X64 +-#include /* aes-ni */ ++#if defined(NSS_X86_OR_X64) ++/* GCC <= 4.8 doesn't support including emmintrin.h without enabling SSE2 */ ++#if !defined(__clang__) && defined(__GNUC__) && defined(__GNUC_MINOR__) && \ ++ (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ <= 8)) ++#pragma GCC push_options ++#pragma GCC target("sse2") ++#undef NSS_DISABLE_SSE2 ++#define NSS_DISABLE_SSE2 1 ++#endif /* GCC <= 4.8 */ ++ ++#include /* __m128i */ ++ ++#ifdef NSS_DISABLE_SSE2 ++#undef NSS_DISABLE_SSE2 ++#pragma GCC pop_options ++#endif /* NSS_DISABLE_SSE2 */ + #endif + + typedef void AESBlockFunc(AESContext *cx, From owner-svn-ports-all@freebsd.org Wed Oct 4 07:53:37 2017 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 31E4DE31A30; Wed, 4 Oct 2017 07:53:37 +0000 (UTC) (envelope-from jbeich@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 F16FE76425; Wed, 4 Oct 2017 07:53:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v947raEG007906; Wed, 4 Oct 2017 07:53:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v947ragf007904; Wed, 4 Oct 2017 07:53:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710040753.v947ragf007904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 Oct 2017 07:53:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451184 - in branches/2017Q4/security/nss: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2017Q4/security/nss: . files X-SVN-Commit-Revision: 451184 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 07:53:37 -0000 Author: jbeich Date: Wed Oct 4 07:53:36 2017 New Revision: 451184 URL: https://svnweb.freebsd.org/changeset/ports/451184 Log: MFH: r451183 security/nss: fix crash on pre-SSE2 hardware PR: 221466 Obtained from: upstream Approved by: ports-secteam blanket Added: branches/2017Q4/security/nss/files/patch-bug1400603 - copied unchanged from r451183, head/security/nss/files/patch-bug1400603 Modified: branches/2017Q4/security/nss/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/security/nss/Makefile ============================================================================== --- branches/2017Q4/security/nss/Makefile Wed Oct 4 07:51:04 2017 (r451183) +++ branches/2017Q4/security/nss/Makefile Wed Oct 4 07:53:36 2017 (r451184) @@ -3,6 +3,7 @@ PORTNAME= nss PORTVERSION= 3.33 +PORTREVISION= 1 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src @@ -55,6 +56,10 @@ MAKE_ENV+= BUILD_OPT=1 BINS= ${DIST}/${OPSYS}${OSREL}_OPT.OBJ .else BINS= ${DIST}/${OPSYS}${OSREL}_DBG.OBJ +.endif + +.if ${OPSYS} == FreeBSD && ${ARCH} == i386 +USES+= compiler:c++14-lang # gcm.h .endif .if ${OPSYS} == FreeBSD && ${ARCH} == amd64 Copied: branches/2017Q4/security/nss/files/patch-bug1400603 (from r451183, head/security/nss/files/patch-bug1400603) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q4/security/nss/files/patch-bug1400603 Wed Oct 4 07:53:36 2017 (r451184, copy of r451183, head/security/nss/files/patch-bug1400603) @@ -0,0 +1,942 @@ +commit e84403331d99 +Author: Daiki Ueno +Date: Fri Sep 22 11:27:34 2017 +0200 + + Bug 1400603 - freebl: Reorganize AES-GCM source code based on hw/sw implementation, r=franziskus + + Reviewers: franziskus + + Reviewed By: franziskus + + Bug #: 1400603 + + Differential Revision: https://phabricator.services.mozilla.com/D65 +--- + lib/freebl/Makefile | 4 +- + lib/freebl/aes-x86.c | 157 +++++++++++++++++++++++++++++++++++++++++ + lib/freebl/freebl.gyp | 65 ++++++++++------- + lib/freebl/gcm-x86.c | 127 ++++++++++++++++++++++++++++++++++ + lib/freebl/gcm.c | 162 +++++++++++++------------------------------ + lib/freebl/gcm.h | 14 ++++ + lib/freebl/rijndael.c | 188 ++++++++------------------------------------------ + lib/freebl/rijndael.h | 18 ++++- + 8 files changed, 436 insertions(+), 299 deletions(-) + +diff --git lib/freebl/Makefile lib/freebl/Makefile +index d50e18696b..bc1ea86a5e 100644 +--- lib/freebl/Makefile ++++ lib/freebl/Makefile +@@ -110,7 +110,9 @@ endif + # NSS_X86_OR_X64 means the target is either x86 or x64 + ifeq (,$(filter-out i386 x386 x86 x86_64,$(CPU_ARCH))) + DEFINES += -DNSS_X86_OR_X64 +- CFLAGS += -mpclmul -maes ++ EXTRA_SRCS += gcm-x86.c aes-x86.c ++$(OBJDIR)/gcm-x86.o: CFLAGS += -mpclmul -maes ++$(OBJDIR)/aes-x86.o: CFLAGS += -mpclmul -maes + ifneq (,$(USE_64)$(USE_X32)) + DEFINES += -DNSS_X64 + else +diff --git lib/freebl/aes-x86.c lib/freebl/aes-x86.c +new file mode 100644 +index 0000000000..830b4782fe +--- /dev/null ++++ lib/freebl/aes-x86.c +@@ -0,0 +1,157 @@ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this ++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++#ifdef FREEBL_NO_DEPEND ++#include "stubs.h" ++#endif ++#include "rijndael.h" ++#include "secerr.h" ++ ++#include /* aes-ni */ ++ ++#define EXPAND_KEY128(k, rcon, res) \ ++ tmp_key = _mm_aeskeygenassist_si128(k, rcon); \ ++ tmp_key = _mm_shuffle_epi32(tmp_key, 0xFF); \ ++ tmp = _mm_xor_si128(k, _mm_slli_si128(k, 4)); \ ++ tmp = _mm_xor_si128(tmp, _mm_slli_si128(tmp, 4)); \ ++ tmp = _mm_xor_si128(tmp, _mm_slli_si128(tmp, 4)); \ ++ res = _mm_xor_si128(tmp, tmp_key) ++ ++static void ++native_key_expansion128(AESContext *cx, const unsigned char *key) ++{ ++ __m128i *keySchedule = cx->keySchedule; ++ pre_align __m128i tmp_key post_align; ++ pre_align __m128i tmp post_align; ++ keySchedule[0] = _mm_loadu_si128((__m128i *)key); ++ EXPAND_KEY128(keySchedule[0], 0x01, keySchedule[1]); ++ EXPAND_KEY128(keySchedule[1], 0x02, keySchedule[2]); ++ EXPAND_KEY128(keySchedule[2], 0x04, keySchedule[3]); ++ EXPAND_KEY128(keySchedule[3], 0x08, keySchedule[4]); ++ EXPAND_KEY128(keySchedule[4], 0x10, keySchedule[5]); ++ EXPAND_KEY128(keySchedule[5], 0x20, keySchedule[6]); ++ EXPAND_KEY128(keySchedule[6], 0x40, keySchedule[7]); ++ EXPAND_KEY128(keySchedule[7], 0x80, keySchedule[8]); ++ EXPAND_KEY128(keySchedule[8], 0x1B, keySchedule[9]); ++ EXPAND_KEY128(keySchedule[9], 0x36, keySchedule[10]); ++} ++ ++#define EXPAND_KEY192_PART1(res, k0, kt, rcon) \ ++ tmp2 = _mm_slli_si128(k0, 4); \ ++ tmp1 = _mm_xor_si128(k0, tmp2); \ ++ tmp2 = _mm_slli_si128(tmp2, 4); \ ++ tmp1 = _mm_xor_si128(_mm_xor_si128(tmp1, tmp2), _mm_slli_si128(tmp2, 4)); \ ++ tmp2 = _mm_aeskeygenassist_si128(kt, rcon); \ ++ res = _mm_xor_si128(tmp1, _mm_shuffle_epi32(tmp2, 0x55)) ++ ++#define EXPAND_KEY192_PART2(res, k1, k2) \ ++ tmp2 = _mm_xor_si128(k1, _mm_slli_si128(k1, 4)); \ ++ res = _mm_xor_si128(tmp2, _mm_shuffle_epi32(k2, 0xFF)) ++ ++#define EXPAND_KEY192(k0, res1, res2, res3, carry, rcon1, rcon2) \ ++ EXPAND_KEY192_PART1(tmp3, k0, res1, rcon1); \ ++ EXPAND_KEY192_PART2(carry, res1, tmp3); \ ++ res1 = _mm_castpd_si128(_mm_shuffle_pd(_mm_castsi128_pd(res1), \ ++ _mm_castsi128_pd(tmp3), 0)); \ ++ res2 = _mm_castpd_si128(_mm_shuffle_pd(_mm_castsi128_pd(tmp3), \ ++ _mm_castsi128_pd(carry), 1)); \ ++ EXPAND_KEY192_PART1(res3, tmp3, carry, rcon2) ++ ++static void ++native_key_expansion192(AESContext *cx, const unsigned char *key) ++{ ++ __m128i *keySchedule = cx->keySchedule; ++ pre_align __m128i tmp1 post_align; ++ pre_align __m128i tmp2 post_align; ++ pre_align __m128i tmp3 post_align; ++ pre_align __m128i carry post_align; ++ keySchedule[0] = _mm_loadu_si128((__m128i *)key); ++ keySchedule[1] = _mm_loadu_si128((__m128i *)(key + 16)); ++ EXPAND_KEY192(keySchedule[0], keySchedule[1], keySchedule[2], ++ keySchedule[3], carry, 0x1, 0x2); ++ EXPAND_KEY192_PART2(keySchedule[4], carry, keySchedule[3]); ++ EXPAND_KEY192(keySchedule[3], keySchedule[4], keySchedule[5], ++ keySchedule[6], carry, 0x4, 0x8); ++ EXPAND_KEY192_PART2(keySchedule[7], carry, keySchedule[6]); ++ EXPAND_KEY192(keySchedule[6], keySchedule[7], keySchedule[8], ++ keySchedule[9], carry, 0x10, 0x20); ++ EXPAND_KEY192_PART2(keySchedule[10], carry, keySchedule[9]); ++ EXPAND_KEY192(keySchedule[9], keySchedule[10], keySchedule[11], ++ keySchedule[12], carry, 0x40, 0x80); ++} ++ ++#define EXPAND_KEY256_PART(res, rconx, k1x, k2x, X) \ ++ tmp_key = _mm_shuffle_epi32(_mm_aeskeygenassist_si128(k2x, rconx), X); \ ++ tmp2 = _mm_slli_si128(k1x, 4); \ ++ tmp1 = _mm_xor_si128(k1x, tmp2); \ ++ tmp2 = _mm_slli_si128(tmp2, 4); \ ++ tmp1 = _mm_xor_si128(_mm_xor_si128(tmp1, tmp2), _mm_slli_si128(tmp2, 4)); \ ++ res = _mm_xor_si128(tmp1, tmp_key); ++ ++#define EXPAND_KEY256(res1, res2, k1, k2, rcon) \ ++ EXPAND_KEY256_PART(res1, rcon, k1, k2, 0xFF); \ ++ EXPAND_KEY256_PART(res2, 0x00, k2, res1, 0xAA) ++ ++static void ++native_key_expansion256(AESContext *cx, const unsigned char *key) ++{ ++ __m128i *keySchedule = cx->keySchedule; ++ pre_align __m128i tmp_key post_align; ++ pre_align __m128i tmp1 post_align; ++ pre_align __m128i tmp2 post_align; ++ keySchedule[0] = _mm_loadu_si128((__m128i *)key); ++ keySchedule[1] = _mm_loadu_si128((__m128i *)(key + 16)); ++ EXPAND_KEY256(keySchedule[2], keySchedule[3], keySchedule[0], ++ keySchedule[1], 0x01); ++ EXPAND_KEY256(keySchedule[4], keySchedule[5], keySchedule[2], ++ keySchedule[3], 0x02); ++ EXPAND_KEY256(keySchedule[6], keySchedule[7], keySchedule[4], ++ keySchedule[5], 0x04); ++ EXPAND_KEY256(keySchedule[8], keySchedule[9], keySchedule[6], ++ keySchedule[7], 0x08); ++ EXPAND_KEY256(keySchedule[10], keySchedule[11], keySchedule[8], ++ keySchedule[9], 0x10); ++ EXPAND_KEY256(keySchedule[12], keySchedule[13], keySchedule[10], ++ keySchedule[11], 0x20); ++ EXPAND_KEY256_PART(keySchedule[14], 0x40, keySchedule[12], ++ keySchedule[13], 0xFF); ++} ++ ++/* ++ * AES key expansion using aes-ni instructions. ++ */ ++void ++rijndael_native_key_expansion(AESContext *cx, const unsigned char *key, ++ unsigned int Nk) ++{ ++ switch (Nk) { ++ case 4: ++ native_key_expansion128(cx, key); ++ return; ++ case 6: ++ native_key_expansion192(cx, key); ++ return; ++ case 8: ++ native_key_expansion256(cx, key); ++ return; ++ default: ++ /* This shouldn't happen (checked by the caller). */ ++ return; ++ } ++} ++ ++void ++rijndael_native_encryptBlock(AESContext *cx, ++ unsigned char *output, ++ const unsigned char *input) ++{ ++ int i; ++ pre_align __m128i m post_align = _mm_loadu_si128((__m128i *)input); ++ m = _mm_xor_si128(m, cx->keySchedule[0]); ++ for (i = 1; i < cx->Nr; ++i) { ++ m = _mm_aesenc_si128(m, cx->keySchedule[i]); ++ } ++ m = _mm_aesenclast_si128(m, cx->keySchedule[cx->Nr]); ++ _mm_storeu_si128((__m128i *)output, m); ++} +diff --git lib/freebl/freebl.gyp lib/freebl/freebl.gyp +index 1e93475004..5f59eef29c 100644 +--- lib/freebl/freebl.gyp ++++ lib/freebl/freebl.gyp +@@ -22,6 +22,37 @@ + '-mssse3' + ] + }, ++ { ++ 'target_name': 'gcm-aes-x86_c_lib', ++ 'type': 'static_library', ++ 'sources': [ ++ 'gcm-x86.c', 'aes-x86.c' ++ ], ++ 'dependencies': [ ++ '<(DEPTH)/exports.gyp:nss_exports' ++ ], ++ # Enable isa option for pclmul and aes-ni; supported since gcc 4.4. ++ # This is only supported by x84/x64. It's not needed for Windows, ++ # unless clang-cl is used. ++ 'cflags_mozilla': [ ++ '-mpclmul', '-maes' ++ ], ++ 'conditions': [ ++ [ 'OS=="linux" or OS=="android" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd"', { ++ 'cflags': [ ++ '-mpclmul', '-maes' ++ ], ++ }], ++ # macOS build doesn't use cflags. ++ [ 'OS=="mac"', { ++ 'xcode_settings': { ++ 'OTHER_CFLAGS': [ ++ '-mpclmul', '-maes' ++ ], ++ }, ++ }] ++ ] ++ }, + { + 'target_name': 'freebl', + 'type': 'static_library', +@@ -45,6 +76,11 @@ + '<(DEPTH)/exports.gyp:nss_exports', + ], + 'conditions': [ ++ [ 'target_arch=="ia32" or target_arch=="x64"', { ++ 'dependencies': [ ++ 'gcm-aes-x86_c_lib' ++ ], ++ }], + [ 'OS=="linux"', { + 'defines!': [ + 'FREEBL_NO_DEPEND', +@@ -76,6 +112,11 @@ + '<(DEPTH)/exports.gyp:nss_exports', + ], + 'conditions': [ ++ [ 'target_arch=="ia32" or target_arch=="x64"', { ++ 'dependencies': [ ++ 'gcm-aes-x86_c_lib' ++ ] ++ }], + [ 'OS!="linux" and OS!="android"', { + 'conditions': [ + [ 'moz_fold_libs==0', { +@@ -154,27 +195,11 @@ + 'MP_API_COMPATIBLE' + ], + 'conditions': [ +- [ 'target_arch=="ia32" or target_arch=="x64"', { +- 'cflags_mozilla': [ +- '-mpclmul', +- '-maes', +- ], +- 'conditions': [ +- [ 'OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd"', { +- 'cflags': [ +- '-mpclmul', +- '-maes', +- ], +- }], +- ], +- }], + [ 'OS=="mac"', { + 'xcode_settings': { + # I'm not sure since when this is supported. + # But I hope that doesn't matter. We also assume this is x86/x64. + 'OTHER_CFLAGS': [ +- '-mpclmul', +- '-maes', + '-std=gnu99', + ], + }, +@@ -268,14 +293,6 @@ + 'MP_USE_UINT_DIGIT', + ], + }], +- [ 'target_arch=="ia32" or target_arch=="x64"', { +- 'cflags': [ +- # enable isa option for pclmul am aes-ni; supported since gcc 4.4 +- # This is only support by x84/x64. It's not needed for Windows. +- '-mpclmul', +- '-maes', +- ], +- }], + [ 'target_arch=="arm"', { + 'defines': [ + 'MP_ASSEMBLY_MULTIPLY', +diff --git lib/freebl/gcm-x86.c lib/freebl/gcm-x86.c +new file mode 100644 +index 0000000000..e34d633943 +--- /dev/null ++++ lib/freebl/gcm-x86.c +@@ -0,0 +1,127 @@ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this ++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++#ifdef FREEBL_NO_DEPEND ++#include "stubs.h" ++#endif ++#include "gcm.h" ++#include "secerr.h" ++ ++#include /* clmul */ ++ ++#define WRITE64(x, bytes) \ ++ (bytes)[0] = (x) >> 56; \ ++ (bytes)[1] = (x) >> 48; \ ++ (bytes)[2] = (x) >> 40; \ ++ (bytes)[3] = (x) >> 32; \ ++ (bytes)[4] = (x) >> 24; \ ++ (bytes)[5] = (x) >> 16; \ ++ (bytes)[6] = (x) >> 8; \ ++ (bytes)[7] = (x); ++ ++SECStatus ++gcm_HashWrite_hw(gcmHashContext *ghash, unsigned char *outbuf) ++{ ++ uint64_t tmp_out[2]; ++ _mm_storeu_si128((__m128i *)tmp_out, ghash->x); ++ /* maxout must be larger than 16 byte (checked by the caller). */ ++ WRITE64(tmp_out[0], outbuf + 8); ++ WRITE64(tmp_out[1], outbuf); ++ return SECSuccess; ++} ++ ++SECStatus ++gcm_HashMult_hw(gcmHashContext *ghash, const unsigned char *buf, ++ unsigned int count) ++{ ++ size_t i; ++ pre_align __m128i z_high post_align; ++ pre_align __m128i z_low post_align; ++ pre_align __m128i C post_align; ++ pre_align __m128i D post_align; ++ pre_align __m128i E post_align; ++ pre_align __m128i F post_align; ++ pre_align __m128i bin post_align; ++ pre_align __m128i Ci post_align; ++ pre_align __m128i tmp post_align; ++ ++ for (i = 0; i < count; i++, buf += 16) { ++ bin = _mm_set_epi16(((uint16_t)buf[0] << 8) | buf[1], ++ ((uint16_t)buf[2] << 8) | buf[3], ++ ((uint16_t)buf[4] << 8) | buf[5], ++ ((uint16_t)buf[6] << 8) | buf[7], ++ ((uint16_t)buf[8] << 8) | buf[9], ++ ((uint16_t)buf[10] << 8) | buf[11], ++ ((uint16_t)buf[12] << 8) | buf[13], ++ ((uint16_t)buf[14] << 8) | buf[15]); ++ Ci = _mm_xor_si128(bin, ghash->x); ++ ++ /* Do binary mult ghash->X = Ci * ghash->H. */ ++ C = _mm_clmulepi64_si128(Ci, ghash->h, 0x00); ++ D = _mm_clmulepi64_si128(Ci, ghash->h, 0x11); ++ E = _mm_clmulepi64_si128(Ci, ghash->h, 0x01); ++ F = _mm_clmulepi64_si128(Ci, ghash->h, 0x10); ++ tmp = _mm_xor_si128(E, F); ++ z_high = _mm_xor_si128(tmp, _mm_slli_si128(D, 8)); ++ z_high = _mm_unpackhi_epi64(z_high, D); ++ z_low = _mm_xor_si128(_mm_slli_si128(tmp, 8), C); ++ z_low = _mm_unpackhi_epi64(_mm_slli_si128(C, 8), z_low); ++ ++ /* Shift one to the left (multiply by x) as gcm spec is stupid. */ ++ C = _mm_slli_si128(z_low, 8); ++ E = _mm_srli_epi64(C, 63); ++ D = _mm_slli_si128(z_high, 8); ++ F = _mm_srli_epi64(D, 63); ++ /* Carry over */ ++ C = _mm_srli_si128(z_low, 8); ++ D = _mm_srli_epi64(C, 63); ++ z_low = _mm_or_si128(_mm_slli_epi64(z_low, 1), E); ++ z_high = _mm_or_si128(_mm_or_si128(_mm_slli_epi64(z_high, 1), F), D); ++ ++ /* Reduce */ ++ C = _mm_slli_si128(z_low, 8); ++ /* D = z_low << 127 */ ++ D = _mm_slli_epi64(C, 63); ++ /* E = z_low << 126 */ ++ E = _mm_slli_epi64(C, 62); ++ /* F = z_low << 121 */ ++ F = _mm_slli_epi64(C, 57); ++ /* z_low ^= (z_low << 127) ^ (z_low << 126) ^ (z_low << 121); */ ++ z_low = _mm_xor_si128(_mm_xor_si128(_mm_xor_si128(z_low, D), E), F); ++ C = _mm_srli_si128(z_low, 8); ++ /* D = z_low >> 1 */ ++ D = _mm_slli_epi64(C, 63); ++ D = _mm_or_si128(_mm_srli_epi64(z_low, 1), D); ++ /* E = z_low >> 2 */ ++ E = _mm_slli_epi64(C, 62); ++ E = _mm_or_si128(_mm_srli_epi64(z_low, 2), E); ++ /* F = z_low >> 7 */ ++ F = _mm_slli_epi64(C, 57); ++ F = _mm_or_si128(_mm_srli_epi64(z_low, 7), F); ++ /* ghash->x ^= z_low ^ (z_low >> 1) ^ (z_low >> 2) ^ (z_low >> 7); */ ++ ghash->x = _mm_xor_si128(_mm_xor_si128( ++ _mm_xor_si128(_mm_xor_si128(z_high, z_low), D), E), ++ F); ++ } ++ return SECSuccess; ++} ++ ++SECStatus ++gcm_HashInit_hw(gcmHashContext *ghash) ++{ ++ ghash->ghash_mul = gcm_HashMult_hw; ++ ghash->x = _mm_setzero_si128(); ++ /* MSVC requires __m64 to load epi64. */ ++ ghash->h = _mm_set_epi32(ghash->h_high >> 32, (uint32_t)ghash->h_high, ++ ghash->h_low >> 32, (uint32_t)ghash->h_low); ++ ghash->hw = PR_TRUE; ++ return SECSuccess; ++} ++ ++SECStatus ++gcm_HashZeroX_hw(gcmHashContext *ghash) ++{ ++ ghash->x = _mm_setzero_si128(); ++ return SECSuccess; ++} +diff --git lib/freebl/gcm.c lib/freebl/gcm.c +index 780b7a6322..f1e16da78e 100644 +--- lib/freebl/gcm.c ++++ lib/freebl/gcm.c +@@ -17,18 +17,50 @@ + + #include + +-#ifdef NSS_X86_OR_X64 +-#include /* clmul */ +-#endif +- + /* Forward declarations */ ++SECStatus gcm_HashInit_hw(gcmHashContext *ghash); ++SECStatus gcm_HashWrite_hw(gcmHashContext *ghash, unsigned char *outbuf); + SECStatus gcm_HashMult_hw(gcmHashContext *ghash, const unsigned char *buf, + unsigned int count); ++SECStatus gcm_HashZeroX_hw(gcmHashContext *ghash); + SECStatus gcm_HashMult_sftw(gcmHashContext *ghash, const unsigned char *buf, + unsigned int count); + SECStatus gcm_HashMult_sftw32(gcmHashContext *ghash, const unsigned char *buf, + unsigned int count); + ++/* Stub definitions for the above *_hw functions, which shouldn't be ++ * used unless NSS_X86_OR_X64 is defined */ ++#ifndef NSS_X86_OR_X64 ++SECStatus ++gcm_HashWrite_hw(gcmHashContext *ghash, unsigned char *outbuf) ++{ ++ PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); ++ return SECFailure; ++} ++ ++SECStatus ++gcm_HashMult_hw(gcmHashContext *ghash, const unsigned char *buf, ++ unsigned int count) ++{ ++ PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); ++ return SECFailure; ++} ++ ++SECStatus ++gcm_HashInit_hw(gcmHashContext *ghash) ++{ ++ PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); ++ return SECFailure; ++} ++ ++SECStatus ++gcm_HashZeroX_hw(gcmHashContext *ghash) ++{ ++ PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); ++ return SECFailure; ++} ++#endif /* NSS_X86_OR_X64 */ ++ + uint64_t + get64(const unsigned char *bytes) + { +@@ -46,6 +78,8 @@ get64(const unsigned char *bytes) + SECStatus + gcmHash_InitContext(gcmHashContext *ghash, const unsigned char *H, PRBool sw) + { ++ SECStatus rv = SECSuccess; ++ + ghash->cLen = 0; + ghash->bufLen = 0; + PORT_Memset(ghash->counterBuf, 0, sizeof(ghash->counterBuf)); +@@ -53,17 +87,7 @@ gcmHash_InitContext(gcmHashContext *ghash, const unsigned char *H, PRBool sw) + ghash->h_low = get64(H + 8); + ghash->h_high = get64(H); + if (clmul_support() && !sw) { +-#ifdef NSS_X86_OR_X64 +- ghash->ghash_mul = gcm_HashMult_hw; +- ghash->x = _mm_setzero_si128(); +- /* MSVC requires __m64 to load epi64. */ +- ghash->h = _mm_set_epi32(ghash->h_high >> 32, (uint32_t)ghash->h_high, +- ghash->h_low >> 32, (uint32_t)ghash->h_low); +- ghash->hw = PR_TRUE; +-#else +- PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); +- return SECFailure; +-#endif /* NSS_X86_OR_X64 */ ++ rv = gcm_HashInit_hw(ghash); + } else { + /* We fall back to the software implementation if we can't use / don't + * want to use pclmul. */ +@@ -75,7 +99,7 @@ gcmHash_InitContext(gcmHashContext *ghash, const unsigned char *H, PRBool sw) + ghash->x_high = ghash->x_low = 0; + ghash->hw = PR_FALSE; + } +- return SECSuccess; ++ return rv; + } + + #ifdef HAVE_INT128_SUPPORT +@@ -283,102 +307,17 @@ gcm_HashMult_sftw32(gcmHashContext *ghash, const unsigned char *buf, + } + #endif /* HAVE_INT128_SUPPORT */ + +-SECStatus +-gcm_HashMult_hw(gcmHashContext *ghash, const unsigned char *buf, +- unsigned int count) +-{ +-#ifdef NSS_X86_OR_X64 +- size_t i; +- pre_align __m128i z_high post_align; +- pre_align __m128i z_low post_align; +- pre_align __m128i C post_align; +- pre_align __m128i D post_align; +- pre_align __m128i E post_align; +- pre_align __m128i F post_align; +- pre_align __m128i bin post_align; +- pre_align __m128i Ci post_align; +- pre_align __m128i tmp post_align; +- +- for (i = 0; i < count; i++, buf += 16) { +- bin = _mm_set_epi16(((uint16_t)buf[0] << 8) | buf[1], +- ((uint16_t)buf[2] << 8) | buf[3], +- ((uint16_t)buf[4] << 8) | buf[5], +- ((uint16_t)buf[6] << 8) | buf[7], +- ((uint16_t)buf[8] << 8) | buf[9], +- ((uint16_t)buf[10] << 8) | buf[11], +- ((uint16_t)buf[12] << 8) | buf[13], +- ((uint16_t)buf[14] << 8) | buf[15]); +- Ci = _mm_xor_si128(bin, ghash->x); +- +- /* Do binary mult ghash->X = Ci * ghash->H. */ +- C = _mm_clmulepi64_si128(Ci, ghash->h, 0x00); +- D = _mm_clmulepi64_si128(Ci, ghash->h, 0x11); +- E = _mm_clmulepi64_si128(Ci, ghash->h, 0x01); +- F = _mm_clmulepi64_si128(Ci, ghash->h, 0x10); +- tmp = _mm_xor_si128(E, F); +- z_high = _mm_xor_si128(tmp, _mm_slli_si128(D, 8)); +- z_high = _mm_unpackhi_epi64(z_high, D); +- z_low = _mm_xor_si128(_mm_slli_si128(tmp, 8), C); +- z_low = _mm_unpackhi_epi64(_mm_slli_si128(C, 8), z_low); +- +- /* Shift one to the left (multiply by x) as gcm spec is stupid. */ +- C = _mm_slli_si128(z_low, 8); +- E = _mm_srli_epi64(C, 63); +- D = _mm_slli_si128(z_high, 8); +- F = _mm_srli_epi64(D, 63); +- /* Carry over */ +- C = _mm_srli_si128(z_low, 8); +- D = _mm_srli_epi64(C, 63); +- z_low = _mm_or_si128(_mm_slli_epi64(z_low, 1), E); +- z_high = _mm_or_si128(_mm_or_si128(_mm_slli_epi64(z_high, 1), F), D); +- +- /* Reduce */ +- C = _mm_slli_si128(z_low, 8); +- /* D = z_low << 127 */ +- D = _mm_slli_epi64(C, 63); +- /* E = z_low << 126 */ +- E = _mm_slli_epi64(C, 62); +- /* F = z_low << 121 */ +- F = _mm_slli_epi64(C, 57); +- /* z_low ^= (z_low << 127) ^ (z_low << 126) ^ (z_low << 121); */ +- z_low = _mm_xor_si128(_mm_xor_si128(_mm_xor_si128(z_low, D), E), F); +- C = _mm_srli_si128(z_low, 8); +- /* D = z_low >> 1 */ +- D = _mm_slli_epi64(C, 63); +- D = _mm_or_si128(_mm_srli_epi64(z_low, 1), D); +- /* E = z_low >> 2 */ +- E = _mm_slli_epi64(C, 62); +- E = _mm_or_si128(_mm_srli_epi64(z_low, 2), E); +- /* F = z_low >> 7 */ +- F = _mm_slli_epi64(C, 57); +- F = _mm_or_si128(_mm_srli_epi64(z_low, 7), F); +- /* ghash->x ^= z_low ^ (z_low >> 1) ^ (z_low >> 2) ^ (z_low >> 7); */ +- ghash->x = _mm_xor_si128(_mm_xor_si128( +- _mm_xor_si128(_mm_xor_si128(z_high, z_low), D), E), +- F); +- } +- return SECSuccess; +-#else +- PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); +- return SECFailure; +-#endif /* NSS_X86_OR_X64 */ +-} +- + static SECStatus + gcm_zeroX(gcmHashContext *ghash) + { ++ SECStatus rv = SECSuccess; ++ + if (ghash->hw) { +-#ifdef NSS_X86_OR_X64 +- ghash->x = _mm_setzero_si128(); +- return SECSuccess; +-#else +- PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); +- return SECFailure; +-#endif /* NSS_X86_OR_X64 */ ++ rv = gcm_HashZeroX_hw(ghash); + } + + ghash->x_high = ghash->x_low = 0; +- return SECSuccess; ++ return rv; + } + + /* +@@ -503,15 +442,10 @@ gcmHash_Final(gcmHashContext *ghash, unsigned char *outbuf, + } + + if (ghash->hw) { +-#ifdef NSS_X86_OR_X64 +- uint64_t tmp_out[2]; +- _mm_storeu_si128((__m128i *)tmp_out, ghash->x); +- WRITE64(tmp_out[0], T + 8); +- WRITE64(tmp_out[1], T); +-#else +- PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); +- return SECFailure; +-#endif /* NSS_X86_OR_X64 */ ++ rv = gcm_HashWrite_hw(ghash, T); ++ if (rv != SECSuccess) { ++ goto cleanup; ++ } + } else { + WRITE64(ghash->x_low, T + 8); + WRITE64(ghash->x_high, T); +diff --git lib/freebl/gcm.h lib/freebl/gcm.h +index 0c707a0811..42ef0f7179 100644 +--- lib/freebl/gcm.h ++++ lib/freebl/gcm.h +@@ -9,7 +9,21 @@ + #include + + #ifdef NSS_X86_OR_X64 ++/* GCC <= 4.8 doesn't support including emmintrin.h without enabling SSE2 */ ++#if !defined(__clang__) && defined(__GNUC__) && defined(__GNUC_MINOR__) && \ ++ (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ <= 8)) ++#pragma GCC push_options ++#pragma GCC target("sse2") ++#undef NSS_DISABLE_SSE2 ++#define NSS_DISABLE_SSE2 1 ++#endif /* GCC <= 4.8 */ ++ + #include /* __m128i */ ++ ++#ifdef NSS_DISABLE_SSE2 ++#undef NSS_DISABLE_SSE2 ++#pragma GCC pop_options ++#endif /* NSS_DISABLE_SSE2 */ + #endif + + SEC_BEGIN_PROTOS +diff --git lib/freebl/rijndael.c lib/freebl/rijndael.c +index a09f13098e..5de27de9ce 100644 +--- lib/freebl/rijndael.c ++++ lib/freebl/rijndael.c +@@ -27,6 +27,34 @@ + #include "intel-gcm.h" + #endif /* INTEL_GCM */ + ++/* Forward declarations */ ++void rijndael_native_key_expansion(AESContext *cx, const unsigned char *key, ++ unsigned int Nk); ++void rijndael_native_encryptBlock(AESContext *cx, ++ unsigned char *output, ++ const unsigned char *input); ++ ++/* Stub definitions for the above rijndael_native_* functions, which ++ * shouldn't be used unless NSS_X86_OR_X64 is defined */ ++#ifndef NSS_X86_OR_X64 ++void ++rijndael_native_key_expansion(AESContext *cx, const unsigned char *key, ++ unsigned int Nk) ++{ ++ PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); ++ PORT_Assert(0); ++} ++ ++void ++rijndael_native_encryptBlock(AESContext *cx, ++ unsigned char *output, ++ const unsigned char *input) ++{ ++ PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); ++ PORT_Assert(0); ++} ++#endif /* NSS_X86_OR_X64 */ ++ + /* + * There are currently three ways to build this code, varying in performance + * and code size. +@@ -309,162 +337,6 @@ rijndael_key_expansion7(AESContext *cx, const unsigned char *key, unsigned int N + } + } + +-#if defined(NSS_X86_OR_X64) +-#define EXPAND_KEY128(k, rcon, res) \ +- tmp_key = _mm_aeskeygenassist_si128(k, rcon); \ +- tmp_key = _mm_shuffle_epi32(tmp_key, 0xFF); \ +- tmp = _mm_xor_si128(k, _mm_slli_si128(k, 4)); \ +- tmp = _mm_xor_si128(tmp, _mm_slli_si128(tmp, 4)); \ +- tmp = _mm_xor_si128(tmp, _mm_slli_si128(tmp, 4)); \ +- res = _mm_xor_si128(tmp, tmp_key) +- +-static void +-native_key_expansion128(AESContext *cx, const unsigned char *key) +-{ +- __m128i *keySchedule = cx->keySchedule; +- pre_align __m128i tmp_key post_align; +- pre_align __m128i tmp post_align; +- keySchedule[0] = _mm_loadu_si128((__m128i *)key); +- EXPAND_KEY128(keySchedule[0], 0x01, keySchedule[1]); +- EXPAND_KEY128(keySchedule[1], 0x02, keySchedule[2]); +- EXPAND_KEY128(keySchedule[2], 0x04, keySchedule[3]); +- EXPAND_KEY128(keySchedule[3], 0x08, keySchedule[4]); +- EXPAND_KEY128(keySchedule[4], 0x10, keySchedule[5]); +- EXPAND_KEY128(keySchedule[5], 0x20, keySchedule[6]); +- EXPAND_KEY128(keySchedule[6], 0x40, keySchedule[7]); +- EXPAND_KEY128(keySchedule[7], 0x80, keySchedule[8]); +- EXPAND_KEY128(keySchedule[8], 0x1B, keySchedule[9]); +- EXPAND_KEY128(keySchedule[9], 0x36, keySchedule[10]); +-} +- +-#define EXPAND_KEY192_PART1(res, k0, kt, rcon) \ +- tmp2 = _mm_slli_si128(k0, 4); \ +- tmp1 = _mm_xor_si128(k0, tmp2); \ +- tmp2 = _mm_slli_si128(tmp2, 4); \ +- tmp1 = _mm_xor_si128(_mm_xor_si128(tmp1, tmp2), _mm_slli_si128(tmp2, 4)); \ +- tmp2 = _mm_aeskeygenassist_si128(kt, rcon); \ +- res = _mm_xor_si128(tmp1, _mm_shuffle_epi32(tmp2, 0x55)) +- +-#define EXPAND_KEY192_PART2(res, k1, k2) \ +- tmp2 = _mm_xor_si128(k1, _mm_slli_si128(k1, 4)); \ +- res = _mm_xor_si128(tmp2, _mm_shuffle_epi32(k2, 0xFF)) +- +-#define EXPAND_KEY192(k0, res1, res2, res3, carry, rcon1, rcon2) \ +- EXPAND_KEY192_PART1(tmp3, k0, res1, rcon1); \ +- EXPAND_KEY192_PART2(carry, res1, tmp3); \ +- res1 = _mm_castpd_si128(_mm_shuffle_pd(_mm_castsi128_pd(res1), \ +- _mm_castsi128_pd(tmp3), 0)); \ +- res2 = _mm_castpd_si128(_mm_shuffle_pd(_mm_castsi128_pd(tmp3), \ +- _mm_castsi128_pd(carry), 1)); \ +- EXPAND_KEY192_PART1(res3, tmp3, carry, rcon2) +- +-static void +-native_key_expansion192(AESContext *cx, const unsigned char *key) +-{ +- __m128i *keySchedule = cx->keySchedule; +- pre_align __m128i tmp1 post_align; +- pre_align __m128i tmp2 post_align; +- pre_align __m128i tmp3 post_align; +- pre_align __m128i carry post_align; +- keySchedule[0] = _mm_loadu_si128((__m128i *)key); +- keySchedule[1] = _mm_loadu_si128((__m128i *)(key + 16)); +- EXPAND_KEY192(keySchedule[0], keySchedule[1], keySchedule[2], +- keySchedule[3], carry, 0x1, 0x2); +- EXPAND_KEY192_PART2(keySchedule[4], carry, keySchedule[3]); +- EXPAND_KEY192(keySchedule[3], keySchedule[4], keySchedule[5], +- keySchedule[6], carry, 0x4, 0x8); +- EXPAND_KEY192_PART2(keySchedule[7], carry, keySchedule[6]); +- EXPAND_KEY192(keySchedule[6], keySchedule[7], keySchedule[8], +- keySchedule[9], carry, 0x10, 0x20); +- EXPAND_KEY192_PART2(keySchedule[10], carry, keySchedule[9]); +- EXPAND_KEY192(keySchedule[9], keySchedule[10], keySchedule[11], +- keySchedule[12], carry, 0x40, 0x80); +-} +- +-#define EXPAND_KEY256_PART(res, rconx, k1x, k2x, X) \ +- tmp_key = _mm_shuffle_epi32(_mm_aeskeygenassist_si128(k2x, rconx), X); \ +- tmp2 = _mm_slli_si128(k1x, 4); \ +- tmp1 = _mm_xor_si128(k1x, tmp2); \ +- tmp2 = _mm_slli_si128(tmp2, 4); \ +- tmp1 = _mm_xor_si128(_mm_xor_si128(tmp1, tmp2), _mm_slli_si128(tmp2, 4)); \ +- res = _mm_xor_si128(tmp1, tmp_key); +- +-#define EXPAND_KEY256(res1, res2, k1, k2, rcon) \ +- EXPAND_KEY256_PART(res1, rcon, k1, k2, 0xFF); \ +- EXPAND_KEY256_PART(res2, 0x00, k2, res1, 0xAA) +- +-static void +-native_key_expansion256(AESContext *cx, const unsigned char *key) +-{ +- __m128i *keySchedule = cx->keySchedule; +- pre_align __m128i tmp_key post_align; +- pre_align __m128i tmp1 post_align; +- pre_align __m128i tmp2 post_align; +- keySchedule[0] = _mm_loadu_si128((__m128i *)key); +- keySchedule[1] = _mm_loadu_si128((__m128i *)(key + 16)); +- EXPAND_KEY256(keySchedule[2], keySchedule[3], keySchedule[0], +- keySchedule[1], 0x01); +- EXPAND_KEY256(keySchedule[4], keySchedule[5], keySchedule[2], +- keySchedule[3], 0x02); +- EXPAND_KEY256(keySchedule[6], keySchedule[7], keySchedule[4], +- keySchedule[5], 0x04); +- EXPAND_KEY256(keySchedule[8], keySchedule[9], keySchedule[6], +- keySchedule[7], 0x08); +- EXPAND_KEY256(keySchedule[10], keySchedule[11], keySchedule[8], +- keySchedule[9], 0x10); +- EXPAND_KEY256(keySchedule[12], keySchedule[13], keySchedule[10], +- keySchedule[11], 0x20); +- EXPAND_KEY256_PART(keySchedule[14], 0x40, keySchedule[12], +- keySchedule[13], 0xFF); +-} +- +-#endif /* NSS_X86_OR_X64 */ +- +-/* +- * AES key expansion using aes-ni instructions. +- */ +-static void +-native_key_expansion(AESContext *cx, const unsigned char *key, unsigned int Nk) +-{ +-#ifdef NSS_X86_OR_X64 +- switch (Nk) { +- case 4: +- native_key_expansion128(cx, key); +- return; +- case 6: +- native_key_expansion192(cx, key); +- return; +- case 8: +- native_key_expansion256(cx, key); +- return; +- default: +- /* This shouldn't happen. */ +- PORT_Assert(0); +- } +-#else +- PORT_Assert(0); +-#endif /* NSS_X86_OR_X64 */ +-} +- +-static void +-native_encryptBlock(AESContext *cx, +- unsigned char *output, +- const unsigned char *input) +-{ +-#ifdef NSS_X86_OR_X64 +- int i; +- pre_align __m128i m post_align = _mm_loadu_si128((__m128i *)input); +- m = _mm_xor_si128(m, cx->keySchedule[0]); +- for (i = 1; i < cx->Nr; ++i) { +- m = _mm_aesenc_si128(m, cx->keySchedule[i]); +- } +- m = _mm_aesenclast_si128(m, cx->keySchedule[cx->Nr]); +- _mm_storeu_si128((__m128i *)output, m); +-#else +- PORT_Assert(0); +-#endif /* NSS_X86_OR_X64 */ +-} +- + /* rijndael_key_expansion + * + * Generate the expanded key from the key input by the user. +@@ -830,7 +702,7 @@ rijndael_encryptECB(AESContext *cx, unsigned char *output, + + if (aesni_support()) { + /* Use hardware acceleration for normal AES parameters. */ +- encryptor = &native_encryptBlock; ++ encryptor = &rijndael_native_encryptBlock; + } else { + encryptor = &rijndael_encryptBlock128; + } +@@ -1026,7 +898,7 @@ aes_InitContext(AESContext *cx, const unsigned char *key, unsigned int keysize, + cx->mode == NSS_AES_CTR)) { + PORT_Assert(keysize == 16 || keysize == 24 || keysize == 32); + /* Prepare hardware key for normal AES parameters. */ +- native_key_expansion(cx, key, Nk); ++ rijndael_native_key_expansion(cx, key, Nk); + } else { + rijndael_key_expansion(cx, key, Nk); + } +diff --git lib/freebl/rijndael.h lib/freebl/rijndael.h +index 1f4a8a9f73..1b63a323da 100644 +--- lib/freebl/rijndael.h ++++ lib/freebl/rijndael.h +@@ -8,8 +8,22 @@ + #include "blapii.h" + #include + +-#ifdef NSS_X86_OR_X64 +-#include /* aes-ni */ ++#if defined(NSS_X86_OR_X64) ++/* GCC <= 4.8 doesn't support including emmintrin.h without enabling SSE2 */ ++#if !defined(__clang__) && defined(__GNUC__) && defined(__GNUC_MINOR__) && \ ++ (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ <= 8)) ++#pragma GCC push_options ++#pragma GCC target("sse2") ++#undef NSS_DISABLE_SSE2 ++#define NSS_DISABLE_SSE2 1 ++#endif /* GCC <= 4.8 */ ++ ++#include /* __m128i */ ++ ++#ifdef NSS_DISABLE_SSE2 ++#undef NSS_DISABLE_SSE2 ++#pragma GCC pop_options ++#endif /* NSS_DISABLE_SSE2 */ + #endif + + typedef void AESBlockFunc(AESContext *cx, From owner-svn-ports-all@freebsd.org Wed Oct 4 07:56:05 2017 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 451CAE31B0B; Wed, 4 Oct 2017 07:56:05 +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 0F6647654D; Wed, 4 Oct 2017 07:56:04 +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 v947u4m3008116; Wed, 4 Oct 2017 07:56:04 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v947u3mi008114; Wed, 4 Oct 2017 07:56:03 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201710040756.v947u3mi008114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 4 Oct 2017 07:56:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451185 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 451185 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 07:56:05 -0000 Author: brnrd Date: Wed Oct 4 07:56:03 2017 New Revision: 451185 URL: https://svnweb.freebsd.org/changeset/ports/451185 Log: security/vuxml: Document latest cURL vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 4 07:53:36 2017 (r451184) +++ head/security/vuxml/vuln.xml Wed Oct 4 07:56:03 2017 (r451185) @@ -58,6 +58,48 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + cURL -- out of bounds read + + + curl + 7.56.0 + + + + +

The cURL project reports:

+
+

FTP PWD response parser out of bounds read

+

libcurl may read outside of a heap allocated buffer when doing FTP.

+

When libcurl connects to an FTP server and successfully logs in + (anonymous or not), it asks the server for the current directory with + the PWD command. The server then responds with a 257 response containing + the path, inside double quotes. The returned path name is then kept by + libcurl for subsequent uses.

+

Due to a flaw in the string parser for this directory name, a directory + name passed like this but without a closing double quote would lead to + libcurl not adding a trailing NUL byte to the buffer holding the name. + When libcurl would then later access the string, it could read beyond + the allocated heap buffer and crash or wrongly access data beyond the + buffer, thinking it was part of the path.

+

A malicious server could abuse this fact and effectively prevent + libcurl-based clients to work with it - the PWD command is always issued + on new FTP connections and the mistake has a high chance of causing a + segfault.

+
+ +
+ + https://curl.haxx.se/docs/adv_20171004.html + CVE-2017-1000254 + + + 2017-10-04 + 2017-10-04 + +
+ FreeBSD -- OpenSSH Denial of Service vulnerability From owner-svn-ports-all@freebsd.org Wed Oct 4 08:01:10 2017 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 DC3CEE31D8E; Wed, 4 Oct 2017 08:01: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 A999F76760; Wed, 4 Oct 2017 08:01: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 v94819qh008446; Wed, 4 Oct 2017 08:01:09 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94819De008444; Wed, 4 Oct 2017 08:01:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710040801.v94819De008444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 08:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451186 - in head/x11/keybinder: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/x11/keybinder: . files X-SVN-Commit-Revision: 451186 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 08:01:11 -0000 Author: bapt Date: Wed Oct 4 08:01:09 2017 New Revision: 451186 URL: https://svnweb.freebsd.org/changeset/ports/451186 Log: Fix usage of autoconf's AC_TRY_COMPILE to avoid nested function Obtained from: OpenBSD Added: head/x11/keybinder/files/ head/x11/keybinder/files/patch-configure.ac (contents, props changed) Modified: head/x11/keybinder/Makefile Modified: head/x11/keybinder/Makefile ============================================================================== --- head/x11/keybinder/Makefile Wed Oct 4 07:56:03 2017 (r451185) +++ head/x11/keybinder/Makefile Wed Oct 4 08:01:09 2017 (r451186) @@ -2,6 +2,7 @@ PORTNAME= keybinder PORTVERSION= 0.3.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= x11 Added: head/x11/keybinder/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/keybinder/files/patch-configure.ac Wed Oct 4 08:01:09 2017 (r451186) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2015-11-06 15:08:46 UTC ++++ configure.ac +@@ -139,7 +139,7 @@ if test "x$enable_python" != "xno"; then + ac_save_cc="$CC" + CC="$CC -fno-strict-aliasing" + AC_CACHE_VAL(ac_cv_no_strict_aliasing_ok, +- AC_TRY_COMPILE([],[int main() { return 0; }], ++ AC_TRY_COMPILE([],[], + ac_cv_no_strict_aliasing_ok=yes, + ac_cv_no_strict_aliasing_ok=no)) + CC="$ac_save_cc" From owner-svn-ports-all@freebsd.org Wed Oct 4 08:11:16 2017 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 1B572E32472; Wed, 4 Oct 2017 08:11:16 +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 D9F7176E1A; Wed, 4 Oct 2017 08:11:15 +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 v948BFTj015484; Wed, 4 Oct 2017 08:11:15 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v948BFVV015483; Wed, 4 Oct 2017 08:11:15 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710040811.v948BFVV015483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 08:11:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451187 - head/net/zsync X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/net/zsync X-SVN-Commit-Revision: 451187 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 08:11:16 -0000 Author: bapt Date: Wed Oct 4 08:11:14 2017 New Revision: 451187 URL: https://svnweb.freebsd.org/changeset/ports/451187 Log: Fix AC_TRY_COMPILE usage to avoid nested function Obtained from: OpenBSD Modified: head/net/zsync/Makefile Modified: head/net/zsync/Makefile ============================================================================== --- head/net/zsync/Makefile Wed Oct 4 08:01:09 2017 (r451186) +++ head/net/zsync/Makefile Wed Oct 4 08:11:14 2017 (r451187) @@ -3,6 +3,7 @@ PORTNAME= zsync PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://zsync.moria.org.uk/download/ @@ -12,7 +13,7 @@ COMMENT= File transfer program LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:bzip2 +USES= autoreconf tar:bzip2 GNU_CONFIGURE= yes PORTDOCS= INSTALL NEWS README From owner-svn-ports-all@freebsd.org Wed Oct 4 08:13:39 2017 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 75056E3251D; Wed, 4 Oct 2017 08:13:39 +0000 (UTC) (envelope-from dumbbell@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 516367700F; Wed, 4 Oct 2017 08:13:39 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v948DcaC016518; Wed, 4 Oct 2017 08:13:38 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v948DcTH016516; Wed, 4 Oct 2017 08:13:38 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201710040813.v948DcTH016516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Wed, 4 Oct 2017 08:13:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451188 - head/lang/rust X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/lang/rust X-SVN-Commit-Revision: 451188 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 08:13:39 -0000 Author: dumbbell Date: Wed Oct 4 08:13:38 2017 New Revision: 451188 URL: https://svnweb.freebsd.org/changeset/ports/451188 Log: lang/rust: Update to 1.20.0 This patch only upgrades the port to Rust 1.20.0. The PR also covers a build failure with the latest LibreSSL, which is not addressed here. PR: 222359 Reported by: Charlie Li Modified: head/lang/rust/Makefile head/lang/rust/distinfo Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Wed Oct 4 08:11:14 2017 (r451187) +++ head/lang/rust/Makefile Wed Oct 4 08:13:38 2017 (r451188) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rust -PORTVERSION?= 1.19.0 -PORTREVISION?= 2 +PORTVERSION?= 1.20.0 CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/:src \ https://static.rust-lang.org/dist/:rust_bootstrap \ @@ -43,16 +42,16 @@ ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap com #CONFLICTS_BUILD+= ${PKGBASE} CONFLICTS_INSTALL?= rust-nightly -BOOTSTRAPS_DATE?= 2017-06-08 -BOOTSTRAPS_DATE_aarch64?= 2017-06-08 +BOOTSTRAPS_DATE?= 2017-07-20 +BOOTSTRAPS_DATE_aarch64?= 2017-07-20 -RUST_BOOTSTRAP_VERSION?= 1.18.0 -RUST_BOOTSTRAP_VERSION_aarch64?=1.18.0 +RUST_BOOTSTRAP_VERSION?= 1.19.0 +RUST_BOOTSTRAP_VERSION_aarch64?=1.19.0 RUSTC_BOOTSTRAP= ${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/rustc-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz RUST_STD_BOOTSTRAP= ${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/rust-std-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz -CARGO_BOOTSTRAP_VERSION?= 0.19.0 -CARGO_BOOTSTRAP_VERSION_aarch64?=0.19.0 +CARGO_BOOTSTRAP_VERSION?= 0.20.0 +CARGO_BOOTSTRAP_VERSION_aarch64?=0.20.0 CARGO_BOOTSTRAP= ${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/cargo-${CARGO_BOOTSTRAP_VERSION_${ARCH}:U${CARGO_BOOTSTRAP_VERSION}}-${RUST_TARGET}${EXTRACT_SUFX} RUST_CHANNEL= ${PKGNAMESUFFIX:Ustable:S/^-//} @@ -134,8 +133,8 @@ pre-fetch: fi RUST_STD_DIR= ${RUST_STD_BOOTSTRAP:T:R:R} -LIBSTD_SUFFIX= f4594d3e53dcb114 -LIBSTD_SUFFIX_aarch64= b41e0ffe8c1bd541 +LIBSTD_SUFFIX= 35ad9950c7e5074b +LIBSTD_SUFFIX_aarch64= ab4dd4f618cec2e9 LIBSTD= ${RUST_STD_DIR}/rust-std-${RUST_TARGET}/lib/rustlib/${RUST_TARGET}/lib/libstd-${LIBSTD_SUFFIX_${ARCH}:U${LIBSTD_SUFFIX}}.rlib STDF= ${LIBSTD:T:R:S/lib//}.0.o Modified: head/lang/rust/distinfo ============================================================================== --- head/lang/rust/distinfo Wed Oct 4 08:11:14 2017 (r451187) +++ head/lang/rust/distinfo Wed Oct 4 08:13:38 2017 (r451188) @@ -1,21 +1,21 @@ -TIMESTAMP = 1501024073 -SHA256 (rust/rustc-1.19.0-src.tar.gz) = 15231f5053fb72ad82be91f5abfd6aa60cb7898c5089e4f1ac5910a731090c51 -SIZE (rust/rustc-1.19.0-src.tar.gz) = 50108626 -SHA256 (rust/2017-06-08/rustc-1.18.0-aarch64-unknown-freebsd.tar.gz) = 96725ef360259d5726136b9c82c22283b5ee41ab62e261717580b77cccd915c6 -SIZE (rust/2017-06-08/rustc-1.18.0-aarch64-unknown-freebsd.tar.gz) = 38409516 -SHA256 (rust/2017-06-08/rust-std-1.18.0-aarch64-unknown-freebsd.tar.gz) = dae0984ed497d7feb36d93767f45d7e0be120d875f8009eb4e3163f0fc7f4d71 -SIZE (rust/2017-06-08/rust-std-1.18.0-aarch64-unknown-freebsd.tar.gz) = 52571812 -SHA256 (rust/2017-06-08/cargo-0.19.0-aarch64-unknown-freebsd.tar.gz) = 2a59c386889941f11addfb0823d6345a48e1319a2a76a91d315919444c3747e9 -SIZE (rust/2017-06-08/cargo-0.19.0-aarch64-unknown-freebsd.tar.gz) = 2853548 -SHA256 (rust/2017-06-08/rustc-1.18.0-i686-unknown-freebsd.tar.gz) = d0dfb43b3d0329c2ff48e38c44e81bdd3fbc6b3cb916de5aa5a3f1e27801ade9 -SIZE (rust/2017-06-08/rustc-1.18.0-i686-unknown-freebsd.tar.gz) = 49269996 -SHA256 (rust/2017-06-08/rust-std-1.18.0-i686-unknown-freebsd.tar.gz) = 6f36fc3583c1b2f7d28216c70c5d77ce929460ba5443f1b40f668c38ac28702a -SIZE (rust/2017-06-08/rust-std-1.18.0-i686-unknown-freebsd.tar.gz) = 67898201 -SHA256 (rust/2017-06-08/cargo-0.19.0-i686-unknown-freebsd.tar.gz) = 18a124f9d08eb51bc126908f7c77c7384924f74d09310261d03ab53d82707cb2 -SIZE (rust/2017-06-08/cargo-0.19.0-i686-unknown-freebsd.tar.gz) = 5057154 -SHA256 (rust/2017-06-08/rustc-1.18.0-x86_64-unknown-freebsd.tar.gz) = d019bb674b7656de42b5c2562e1cc391ab5d93137254e160c0def1ad6df2a04a -SIZE (rust/2017-06-08/rustc-1.18.0-x86_64-unknown-freebsd.tar.gz) = 47361127 -SHA256 (rust/2017-06-08/rust-std-1.18.0-x86_64-unknown-freebsd.tar.gz) = de7f3bc0c0ea1f21e4809945c891cd82c91eb016af6b9d3d9e171d024a21c66c -SIZE (rust/2017-06-08/rust-std-1.18.0-x86_64-unknown-freebsd.tar.gz) = 66585539 -SHA256 (rust/2017-06-08/cargo-0.19.0-x86_64-unknown-freebsd.tar.gz) = a8d45ad508ecbe9ec9e19fddabda4476466486f97cfb1b59d0a43a1012acb788 -SIZE (rust/2017-06-08/cargo-0.19.0-x86_64-unknown-freebsd.tar.gz) = 5176510 +TIMESTAMP = 1506544334 +SHA256 (rust/rustc-1.20.0-src.tar.gz) = 2aa4875ff4472c6e35262bbb9052cb2623da3dae6084a858cc59d36f33f18214 +SIZE (rust/rustc-1.20.0-src.tar.gz) = 50418082 +SHA256 (rust/2017-07-20/rustc-1.19.0-aarch64-unknown-freebsd.tar.gz) = 0386e8f2f1b85f40d9d6d15de1b4c4fb384e3b22966f232bc7dac4afc969c4ad +SIZE (rust/2017-07-20/rustc-1.19.0-aarch64-unknown-freebsd.tar.gz) = 43149574 +SHA256 (rust/2017-07-20/rust-std-1.19.0-aarch64-unknown-freebsd.tar.gz) = 587369524975204ef503d1d008f703122cf20912bd5f5545efbf2996323e4642 +SIZE (rust/2017-07-20/rust-std-1.19.0-aarch64-unknown-freebsd.tar.gz) = 58375655 +SHA256 (rust/2017-07-20/cargo-0.20.0-aarch64-unknown-freebsd.tar.gz) = 73ecd5277dc4e44f1616c2bd9e0ea4062e163740d3082d9c64681a856d6b3b83 +SIZE (rust/2017-07-20/cargo-0.20.0-aarch64-unknown-freebsd.tar.gz) = 3029610 +SHA256 (rust/2017-07-20/rustc-1.19.0-i686-unknown-freebsd.tar.gz) = ee9a40272800d6bca5d797489101bf0629bb8b84b195d402452d24ebd7e07709 +SIZE (rust/2017-07-20/rustc-1.19.0-i686-unknown-freebsd.tar.gz) = 54627942 +SHA256 (rust/2017-07-20/rust-std-1.19.0-i686-unknown-freebsd.tar.gz) = c06a89909adde2f97c4f280ea186e41d9c47c4999912267e4eb3f6379ac35aa0 +SIZE (rust/2017-07-20/rust-std-1.19.0-i686-unknown-freebsd.tar.gz) = 74163023 +SHA256 (rust/2017-07-20/cargo-0.20.0-i686-unknown-freebsd.tar.gz) = e43cde13c169be7c738623a8b57023648375d68524e5005df5a907e31fc73a1f +SIZE (rust/2017-07-20/cargo-0.20.0-i686-unknown-freebsd.tar.gz) = 5162200 +SHA256 (rust/2017-07-20/rustc-1.19.0-x86_64-unknown-freebsd.tar.gz) = 7f6c02b075b55c897962cd17f05355c7f07a4975c66a4b1dabb10556bd6efb0f +SIZE (rust/2017-07-20/rustc-1.19.0-x86_64-unknown-freebsd.tar.gz) = 52460523 +SHA256 (rust/2017-07-20/rust-std-1.19.0-x86_64-unknown-freebsd.tar.gz) = ab1098ec8e8940bbbfec48a9bd1821e5af74b7da4352dd95f16274ab1f437f80 +SIZE (rust/2017-07-20/rust-std-1.19.0-x86_64-unknown-freebsd.tar.gz) = 72454102 +SHA256 (rust/2017-07-20/cargo-0.20.0-x86_64-unknown-freebsd.tar.gz) = a2460994c0c58bd97d38010c5ac0698137522a4e7730f1480b7a03b3a667e9b9 +SIZE (rust/2017-07-20/cargo-0.20.0-x86_64-unknown-freebsd.tar.gz) = 5248001 From owner-svn-ports-all@freebsd.org Wed Oct 4 08:37:42 2017 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 5E7BDE32BC3; Wed, 4 Oct 2017 08:37:42 +0000 (UTC) (envelope-from gblach@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 21DB877958; Wed, 4 Oct 2017 08:37:42 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v948bfZk024995; Wed, 4 Oct 2017 08:37:41 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v948bfPI024993; Wed, 4 Oct 2017 08:37:41 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201710040837.v948bfPI024993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Wed, 4 Oct 2017 08:37:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451189 - head/databases/py-queries X-SVN-Group: ports-head X-SVN-Commit-Author: gblach X-SVN-Commit-Paths: head/databases/py-queries X-SVN-Commit-Revision: 451189 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 08:37:42 -0000 Author: gblach Date: Wed Oct 4 08:37:41 2017 New Revision: 451189 URL: https://svnweb.freebsd.org/changeset/ports/451189 Log: Update to 1.10.0 Modified: head/databases/py-queries/Makefile head/databases/py-queries/distinfo Modified: head/databases/py-queries/Makefile ============================================================================== --- head/databases/py-queries/Makefile Wed Oct 4 08:13:38 2017 (r451188) +++ head/databases/py-queries/Makefile Wed Oct 4 08:37:41 2017 (r451189) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= queries -PORTVERSION= 1.9.1 +PORTVERSION= 1.10.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-queries/distinfo ============================================================================== --- head/databases/py-queries/distinfo Wed Oct 4 08:13:38 2017 (r451188) +++ head/databases/py-queries/distinfo Wed Oct 4 08:37:41 2017 (r451189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477838536 -SHA256 (queries-1.9.1.tar.gz) = 61079ebc519eb606269ad049750c6905eda8c82f949287186130615ad72c051c -SIZE (queries-1.9.1.tar.gz) = 17068 +TIMESTAMP = 1507105732 +SHA256 (queries-1.10.0.tar.gz) = decb07f20e2deffcedcb759840800bce4d2fd42a9e338cddaa61155b5a11a193 +SIZE (queries-1.10.0.tar.gz) = 17401 From owner-svn-ports-all@freebsd.org Wed Oct 4 08:44:59 2017 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 09E02E32DD3; Wed, 4 Oct 2017 08:44:59 +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 CA5DA7C00C; Wed, 4 Oct 2017 08:44:58 +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 v948ivJA028977; Wed, 4 Oct 2017 08:44:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v948ivKe028976; Wed, 4 Oct 2017 08:44:57 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710040844.v948ivKe028976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 08:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451190 - head/lang/ats X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/lang/ats X-SVN-Commit-Revision: 451190 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 08:44:59 -0000 Author: bapt Date: Wed Oct 4 08:44:57 2017 New Revision: 451190 URL: https://svnweb.freebsd.org/changeset/ports/451190 Log: Mark as deprecated This port needs lot of refreshments, while not being maintained (last update is from 2013!) among the issues, this port is still using NOPORTEXAMPLES, using bsd.ats.mk bundled in the directory (and absoluetly unused elsewere) using an unexpected lib64 directory, etc. Modified: head/lang/ats/Makefile Modified: head/lang/ats/Makefile ============================================================================== --- head/lang/ats/Makefile Wed Oct 4 08:37:41 2017 (r451189) +++ head/lang/ats/Makefile Wed Oct 4 08:44:57 2017 (r451190) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-lang-${ATS_IMPL}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Language with a type system rooted in the Applied Type System +DEPRECATED= Unmaintained, outdated, needs lots of refreshment +EXPIRATION_DATE= 2017-11-04 + ONLY_FOR_ARCHS= i386 amd64 USES= gmake tar:tgz GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Wed Oct 4 09:19:41 2017 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 6C730E33994; Wed, 4 Oct 2017 09:19:41 +0000 (UTC) (envelope-from jbeich@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 399E47CE84; Wed, 4 Oct 2017 09:19:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v949JeLG041544; Wed, 4 Oct 2017 09:19:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v949Je9v041541; Wed, 4 Oct 2017 09:19:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710040919.v949Je9v041541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 Oct 2017 09:19:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451191 - in head/mail: thunderbird thunderbird-i18n X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/mail: thunderbird thunderbird-i18n X-SVN-Commit-Revision: 451191 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 09:19:41 -0000 Author: jbeich Date: Wed Oct 4 09:19:39 2017 New Revision: 451191 URL: https://svnweb.freebsd.org/changeset/ports/451191 Log: mail/thunderbird: switch 52.4.0 to rc2 (nop) Changes: https://hg.mozilla.org/releases/mozilla-esr52/rev/4926d82489d8 MFH: 2017Q4 2017Q3 (r451107 bandwagon) Modified: head/mail/thunderbird-i18n/Makefile (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/mail/thunderbird/distinfo (contents, props changed) Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Wed Oct 4 08:44:57 2017 (r451190) +++ head/mail/thunderbird-i18n/Makefile Wed Oct 4 09:19:39 2017 (r451191) @@ -5,7 +5,7 @@ PORTNAME= thunderbird-i18n PORTVERSION= 52.4.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Wed Oct 4 08:44:57 2017 (r451190) +++ head/mail/thunderbird/Makefile Wed Oct 4 09:19:39 2017 (r451191) @@ -5,7 +5,7 @@ PORTNAME= thunderbird DISTVERSION= 52.4.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} Modified: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Wed Oct 4 08:44:57 2017 (r451190) +++ head/mail/thunderbird/distinfo Wed Oct 4 09:19:39 2017 (r451191) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506986580 -SHA256 (thunderbird-52.4.0.source.tar.xz) = df5a9070b72e327f440a54767b6506d6442c88e9de6485a28352ce5ff8de6a70 -SIZE (thunderbird-52.4.0.source.tar.xz) = 228574936 +TIMESTAMP = 1507055789 +SHA256 (thunderbird-52.4.0.source.tar.xz) = 00785e39b4b528e78c4739a2ae35f0df024120cfbdc4358e022b39e97126c03d +SIZE (thunderbird-52.4.0.source.tar.xz) = 228592000 From owner-svn-ports-all@freebsd.org Wed Oct 4 09:19:59 2017 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 3E09BE339EF; Wed, 4 Oct 2017 09:19:59 +0000 (UTC) (envelope-from jbeich@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 E283E7CF94; Wed, 4 Oct 2017 09:19:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v949JwIk041732; Wed, 4 Oct 2017 09:19:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v949Jv6I041728; Wed, 4 Oct 2017 09:19:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710040919.v949Jv6I041728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 Oct 2017 09:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451192 - in head/www: firefox firefox-i18n X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www: firefox firefox-i18n X-SVN-Commit-Revision: 451192 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 09:19:59 -0000 Author: jbeich Date: Wed Oct 4 09:19:57 2017 New Revision: 451192 URL: https://svnweb.freebsd.org/changeset/ports/451192 Log: www/firefox: update to 56.0.1 (nop) Changes: https://hg.mozilla.org/releases/mozilla-release/rev/3e4ce49f3214 MFH: 2017Q4 (just in case) Modified: head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox-i18n/distinfo (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Wed Oct 4 09:19:39 2017 (r451191) +++ head/www/firefox-i18n/Makefile Wed Oct 4 09:19:57 2017 (r451192) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 56.0 +PORTVERSION= 56.0.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build6/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Wed Oct 4 09:19:39 2017 (r451191) +++ head/www/firefox-i18n/distinfo Wed Oct 4 09:19:57 2017 (r451192) @@ -1,191 +1,191 @@ -TIMESTAMP = 1505781928 -SHA256 (xpi/firefox-i18n-56.0/ach.xpi) = 9f284521955c5288b00a9cf9b43408814217da3b69ac4153602e21f5a98708b4 -SIZE (xpi/firefox-i18n-56.0/ach.xpi) = 454895 -SHA256 (xpi/firefox-i18n-56.0/af.xpi) = 708ec52153122ebcdaf73c50588cf40e211cf8735dd81689d319e57b4a0432ba -SIZE (xpi/firefox-i18n-56.0/af.xpi) = 456213 -SHA256 (xpi/firefox-i18n-56.0/an.xpi) = 66987c4c963db384953755d1d6c6896221da8a62574692b0f52d6ff713aaded6 -SIZE (xpi/firefox-i18n-56.0/an.xpi) = 475862 -SHA256 (xpi/firefox-i18n-56.0/ar.xpi) = 0bd9dfd95767c6e03403b38f06f3e0cd0bf9c4168fef8c65c451aaef19b38d82 -SIZE (xpi/firefox-i18n-56.0/ar.xpi) = 500711 -SHA256 (xpi/firefox-i18n-56.0/as.xpi) = abb9088fde31eab8a4c7e15c0241a1dd6f018b4c3027515ee890954a5ae49739 -SIZE (xpi/firefox-i18n-56.0/as.xpi) = 508236 -SHA256 (xpi/firefox-i18n-56.0/ast.xpi) = 4559c2201594ef2b2243e71f98a7f1a245cc5bfae9e1a958c762fc2b40db3dee -SIZE (xpi/firefox-i18n-56.0/ast.xpi) = 469156 -SHA256 (xpi/firefox-i18n-56.0/az.xpi) = 53d71852e952d764163bbc97991bf15edd5ce035f3c97ce8ea364382cc9b7a9b -SIZE (xpi/firefox-i18n-56.0/az.xpi) = 484983 -SHA256 (xpi/firefox-i18n-56.0/be.xpi) = eb8211b25dca43482cf85e121fd5f4397f0f368d0a2400f393b7abb288f697fc -SIZE (xpi/firefox-i18n-56.0/be.xpi) = 531383 -SHA256 (xpi/firefox-i18n-56.0/bg.xpi) = 8bedb8067912eddf59a19d203f4dcd6dcb6aa2ac368f8a5ad8838d3b42bb9887 -SIZE (xpi/firefox-i18n-56.0/bg.xpi) = 528787 -SHA256 (xpi/firefox-i18n-56.0/bn-BD.xpi) = f3549198626f6c9c55dfdd59f0d73bfd71cc7a378938f98650914d6e8d993ea3 -SIZE (xpi/firefox-i18n-56.0/bn-BD.xpi) = 542770 -SHA256 (xpi/firefox-i18n-56.0/bn-IN.xpi) = dbdc23f2e5b8630e1e2fb217a3a3c846c99095e5ae0e1a275dbf1609b9644a98 -SIZE (xpi/firefox-i18n-56.0/bn-IN.xpi) = 534449 -SHA256 (xpi/firefox-i18n-56.0/br.xpi) = 0d6c272e49ef57ce00da2bcf612fd4b7b8aefb6d4391cbd28fe1ba979b34cc4c -SIZE (xpi/firefox-i18n-56.0/br.xpi) = 464254 -SHA256 (xpi/firefox-i18n-56.0/bs.xpi) = 8016af6c04fa76e03e8f9446fcf199f3e9f7f6985da78c57152b8e72750d054e -SIZE (xpi/firefox-i18n-56.0/bs.xpi) = 472254 -SHA256 (xpi/firefox-i18n-56.0/ca.xpi) = 5f76ae9d5ad7646adabd9fd41577b74db909121ef0c30be324b7d1689f6d9d74 -SIZE (xpi/firefox-i18n-56.0/ca.xpi) = 480362 -SHA256 (xpi/firefox-i18n-56.0/cak.xpi) = 587ff3f26a8ef7582bcb5a6392917bf586818970e8d01e488dce90ed7ca73420 -SIZE (xpi/firefox-i18n-56.0/cak.xpi) = 489506 -SHA256 (xpi/firefox-i18n-56.0/cs.xpi) = fc85604d385fe84c270142259cade851b52737f2a26bdfe594177ab5fdd411bb -SIZE (xpi/firefox-i18n-56.0/cs.xpi) = 485089 -SHA256 (xpi/firefox-i18n-56.0/cy.xpi) = 93ac985b804780f762d317fa375d3cf38585bb6d758ead31fce25ea29ad19dd7 -SIZE (xpi/firefox-i18n-56.0/cy.xpi) = 466287 -SHA256 (xpi/firefox-i18n-56.0/da.xpi) = 8e05141c5dbb72a19140c4c849ad0531c5318daa1c8540a7816882dfdc1762ce -SIZE (xpi/firefox-i18n-56.0/da.xpi) = 460090 -SHA256 (xpi/firefox-i18n-56.0/de.xpi) = b269327762cf43a89567ed15ab43235da513270012486e30e5b5d13dfb0df211 -SIZE (xpi/firefox-i18n-56.0/de.xpi) = 473854 -SHA256 (xpi/firefox-i18n-56.0/dsb.xpi) = 7198dee15dce499491b2934b7e8c93352d06058a8aaa09e2c31834618d4c55f3 -SIZE (xpi/firefox-i18n-56.0/dsb.xpi) = 489896 -SHA256 (xpi/firefox-i18n-56.0/el.xpi) = 6b6541d02b37c1a0ffaf425f26fc67d829eb8b0ffc9c77a7a14d9e70cd1f1095 -SIZE (xpi/firefox-i18n-56.0/el.xpi) = 554119 -SHA256 (xpi/firefox-i18n-56.0/en-GB.xpi) = 20a67d7425f4fc854e02870a4a495a16009ac7c04e0c6320c505f3ba3aff08ea -SIZE (xpi/firefox-i18n-56.0/en-GB.xpi) = 447373 -SHA256 (xpi/firefox-i18n-56.0/en-US.xpi) = 0e01e320c38e7707a1db73a070401c2c7807fda106bde89b7f2d93826497e395 -SIZE (xpi/firefox-i18n-56.0/en-US.xpi) = 446950 -SHA256 (xpi/firefox-i18n-56.0/en-ZA.xpi) = 13a8422c2f770ed2234be39f7fdfcd66ea2e755213359e43586abbe0a9b2181d -SIZE (xpi/firefox-i18n-56.0/en-ZA.xpi) = 445915 -SHA256 (xpi/firefox-i18n-56.0/eo.xpi) = 184eb2a2deffc09449f1a245ffd6ad1a0487d784e04e424676d1ae5463ef0ea7 -SIZE (xpi/firefox-i18n-56.0/eo.xpi) = 468950 -SHA256 (xpi/firefox-i18n-56.0/es-AR.xpi) = 9c7c1728ac939ccbf2d6b6e0964ff2ca15bd580c8de2c356f999326aba976a39 -SIZE (xpi/firefox-i18n-56.0/es-AR.xpi) = 475447 -SHA256 (xpi/firefox-i18n-56.0/es-CL.xpi) = 569a062a0c0d28ed1b8f5d53bd934ea3bf307134b7f6684b3694018b98056472 -SIZE (xpi/firefox-i18n-56.0/es-CL.xpi) = 479921 -SHA256 (xpi/firefox-i18n-56.0/es-ES.xpi) = 6995892b26fee06bc81e287fcd3ccd0a4a9730ced181c60b97f2af44661b5f4b -SIZE (xpi/firefox-i18n-56.0/es-ES.xpi) = 365629 -SHA256 (xpi/firefox-i18n-56.0/es-MX.xpi) = 101efa0972578b9866768b833f16d2c8b7f080094576a9ddbf0d91eeeb57332e -SIZE (xpi/firefox-i18n-56.0/es-MX.xpi) = 482563 -SHA256 (xpi/firefox-i18n-56.0/et.xpi) = f4d5851ec8492344eb03d7c3f266df4223eb35cca7414306a3b57f3d4be96919 -SIZE (xpi/firefox-i18n-56.0/et.xpi) = 462102 -SHA256 (xpi/firefox-i18n-56.0/eu.xpi) = 775ee6afb9776266c0eccb03013c4bf90e70e604d6b1e6a23e554c04629a906c -SIZE (xpi/firefox-i18n-56.0/eu.xpi) = 467883 -SHA256 (xpi/firefox-i18n-56.0/fa.xpi) = e4ef465cd8cea694a77df077e4dce457c2e27bf98f600e94e9ba75e559b74aa4 -SIZE (xpi/firefox-i18n-56.0/fa.xpi) = 522907 -SHA256 (xpi/firefox-i18n-56.0/ff.xpi) = 0c9907334c78a0df391b723586ec9251ceddf703b6e395c524131d1d718c8388 -SIZE (xpi/firefox-i18n-56.0/ff.xpi) = 463097 -SHA256 (xpi/firefox-i18n-56.0/fi.xpi) = e868307c543675f4c7f9bc04a108be7e65de1db81041055f366e9c05209c5c90 -SIZE (xpi/firefox-i18n-56.0/fi.xpi) = 461922 -SHA256 (xpi/firefox-i18n-56.0/fr.xpi) = aae90b0ebe74d7545c8e320072af88c37f0032de01d3f5a9f76c54902ea617ad -SIZE (xpi/firefox-i18n-56.0/fr.xpi) = 484560 -SHA256 (xpi/firefox-i18n-56.0/fy-NL.xpi) = 22f1ff599aebdc20d70e8e4f4ad30118c4462fed68b13c9f001bb271bfa7c989 -SIZE (xpi/firefox-i18n-56.0/fy-NL.xpi) = 478039 -SHA256 (xpi/firefox-i18n-56.0/ga-IE.xpi) = e051897700eebd6b350e549df50a74771cc7ea2face2bcd6233205c3ab6eda7d -SIZE (xpi/firefox-i18n-56.0/ga-IE.xpi) = 489378 -SHA256 (xpi/firefox-i18n-56.0/gd.xpi) = 25dd90c80e9350cdce653a6208af2010457f4c2acac8ab91d5665c6235b8da51 -SIZE (xpi/firefox-i18n-56.0/gd.xpi) = 476925 -SHA256 (xpi/firefox-i18n-56.0/gl.xpi) = d17de05fa14e3024b86cff5ac9c536eb94eb6065f5696819e1e849364d048054 -SIZE (xpi/firefox-i18n-56.0/gl.xpi) = 466467 -SHA256 (xpi/firefox-i18n-56.0/gn.xpi) = 16c7db01979b1d672a65ed617145b50450a2b3c38eb736a268c799555064d344 -SIZE (xpi/firefox-i18n-56.0/gn.xpi) = 485789 -SHA256 (xpi/firefox-i18n-56.0/gu-IN.xpi) = 831400812cc60e615278be8a3327f6f34581d83c246c3b5a7a583c02bdf4dc48 -SIZE (xpi/firefox-i18n-56.0/gu-IN.xpi) = 513735 -SHA256 (xpi/firefox-i18n-56.0/he.xpi) = ba6f1edfbc307a45b80c17962ac3a8ffcc2ea270d00f80d8ccee806bb1cd1248 -SIZE (xpi/firefox-i18n-56.0/he.xpi) = 488493 -SHA256 (xpi/firefox-i18n-56.0/hi-IN.xpi) = 99f3944940ceaca067e1d03875bfd42284f270ddf2bfafc84a0aec9b4976aec5 -SIZE (xpi/firefox-i18n-56.0/hi-IN.xpi) = 538302 -SHA256 (xpi/firefox-i18n-56.0/hr.xpi) = 9bfb9ef6e15d01b58a1274513f8cccc06e2726e9e4fb61790f9206836bbe4eb5 -SIZE (xpi/firefox-i18n-56.0/hr.xpi) = 475056 -SHA256 (xpi/firefox-i18n-56.0/hsb.xpi) = 7a060735c524d21eb9eccfa669d358f65cb570d3a8cd2adf6bea580e6e56e4cf -SIZE (xpi/firefox-i18n-56.0/hsb.xpi) = 487595 -SHA256 (xpi/firefox-i18n-56.0/hu.xpi) = d2b6b38c43088db0ce58923bceaedbe6eaa8d55c3df2272276a875b3a9bde0b3 -SIZE (xpi/firefox-i18n-56.0/hu.xpi) = 490101 -SHA256 (xpi/firefox-i18n-56.0/hy-AM.xpi) = ac82ec57693d4cac9f275ec563c99c5810a1f68564d767723867fb10ba816042 -SIZE (xpi/firefox-i18n-56.0/hy-AM.xpi) = 527710 -SHA256 (xpi/firefox-i18n-56.0/id.xpi) = 265ca0ba0ba4b0088272e65d320c829e844b2837da39bfe68f86111b6b430d09 -SIZE (xpi/firefox-i18n-56.0/id.xpi) = 459065 -SHA256 (xpi/firefox-i18n-56.0/is.xpi) = 7f69bc3bf4c304c5813a981ba06fd70e9bbeaf5e31559ab4b1781c239d7d98a5 -SIZE (xpi/firefox-i18n-56.0/is.xpi) = 467442 -SHA256 (xpi/firefox-i18n-56.0/it.xpi) = 9f6be0fca35d4503c91e3b67c3511c0dcc2c08e272658b8a73676425cc0e4c9a -SIZE (xpi/firefox-i18n-56.0/it.xpi) = 358693 -SHA256 (xpi/firefox-i18n-56.0/ja.xpi) = ca20531c885dfdccc51df5db8825960acd297e8a0bce75ed669b201d8fb31ac4 -SIZE (xpi/firefox-i18n-56.0/ja.xpi) = 527924 -SHA256 (xpi/firefox-i18n-56.0/ka.xpi) = dedf5f7f8176d04ad6f9b0514787465a68f31c269fb92b3ea2b26637c876b5cf -SIZE (xpi/firefox-i18n-56.0/ka.xpi) = 509095 -SHA256 (xpi/firefox-i18n-56.0/kab.xpi) = 8c942b66ee4a9568a0fe694d91cac659b81c356ac95b4b3e230debb63eb7937b -SIZE (xpi/firefox-i18n-56.0/kab.xpi) = 477419 -SHA256 (xpi/firefox-i18n-56.0/kk.xpi) = dba606bedf12452db5650e955de23c7c4ac0d2d418e17fa8af6cbc032c44d784 -SIZE (xpi/firefox-i18n-56.0/kk.xpi) = 534931 -SHA256 (xpi/firefox-i18n-56.0/km.xpi) = 839454b15e12552a2229f246592aa1be9ee29c75540f3f10a82b17b8c02252e7 -SIZE (xpi/firefox-i18n-56.0/km.xpi) = 549343 -SHA256 (xpi/firefox-i18n-56.0/kn.xpi) = f2432182ec92846499e98120e859b31e800b8e01a45acbebc5de50ea92c0fbf7 -SIZE (xpi/firefox-i18n-56.0/kn.xpi) = 545515 -SHA256 (xpi/firefox-i18n-56.0/ko.xpi) = b4b3d2b1d873899b4a77bd21fe006bab4cf19b9bf41c4914e406bbaf4c1d9f0b -SIZE (xpi/firefox-i18n-56.0/ko.xpi) = 502893 -SHA256 (xpi/firefox-i18n-56.0/lij.xpi) = 45c23550a79c4f061fdc9b1e563766c266e8d5d4b0ad4101b328ef91bb442b24 -SIZE (xpi/firefox-i18n-56.0/lij.xpi) = 467274 -SHA256 (xpi/firefox-i18n-56.0/lt.xpi) = ddb6c1e7af036bdc4735cf57d299e294ca83d8c47e04b13a5cd326fffdfb109b -SIZE (xpi/firefox-i18n-56.0/lt.xpi) = 488751 -SHA256 (xpi/firefox-i18n-56.0/lv.xpi) = 3f040de2f2be8e7fb3b07877ccbda2779110953881f03f1813dffcfce6621479 -SIZE (xpi/firefox-i18n-56.0/lv.xpi) = 481627 -SHA256 (xpi/firefox-i18n-56.0/mai.xpi) = 08eda83db69cff2f80f94daf3f5923ca8185bc95ba03550abeadba85b29f233a -SIZE (xpi/firefox-i18n-56.0/mai.xpi) = 524701 -SHA256 (xpi/firefox-i18n-56.0/mk.xpi) = e7c3c394f6cf12cb96debea660462a700f49c9009cfe55a6a2fa593b3d546832 -SIZE (xpi/firefox-i18n-56.0/mk.xpi) = 507816 -SHA256 (xpi/firefox-i18n-56.0/ml.xpi) = a4a2a260eefc3d63333a1080b15e260cc144490c177bffb10bb820d20c9973f8 -SIZE (xpi/firefox-i18n-56.0/ml.xpi) = 547545 -SHA256 (xpi/firefox-i18n-56.0/mr.xpi) = a77a1c09a13009826113e5970ca22e6468956eb86db48b58f0e82aab0fa1080f -SIZE (xpi/firefox-i18n-56.0/mr.xpi) = 536672 -SHA256 (xpi/firefox-i18n-56.0/ms.xpi) = d6d1a0d6cdef33f45d3c19a99e0e052f80eec34a8e1c23025e80b4e663095801 -SIZE (xpi/firefox-i18n-56.0/ms.xpi) = 466106 -SHA256 (xpi/firefox-i18n-56.0/my.xpi) = 4ed3bd9b0eaa9ce313cad1607fd5cf5a12f5ce39f7d5fbc18da5311dfb5958dd -SIZE (xpi/firefox-i18n-56.0/my.xpi) = 536721 -SHA256 (xpi/firefox-i18n-56.0/nb-NO.xpi) = 67898a380d324fc7b3e676621de695de8cf926ebc90c4a3f2f07b4ebd2c6a810 -SIZE (xpi/firefox-i18n-56.0/nb-NO.xpi) = 465574 -SHA256 (xpi/firefox-i18n-56.0/nl.xpi) = 0f3d94f7f7b93d516656160d6bfa589bd77813e4fa6906fb38a5b11da3297727 -SIZE (xpi/firefox-i18n-56.0/nl.xpi) = 469052 -SHA256 (xpi/firefox-i18n-56.0/nn-NO.xpi) = 4778700a808a7155b967e585578e41fab71e671c9dc3c0f5331c40bfe5e323f9 -SIZE (xpi/firefox-i18n-56.0/nn-NO.xpi) = 466206 -SHA256 (xpi/firefox-i18n-56.0/or.xpi) = 39ee3d9f5b8c0e0ba24fe2a9e14ce6c8470a28f362c5d7e4bcf3835e7728f234 -SIZE (xpi/firefox-i18n-56.0/or.xpi) = 518164 -SHA256 (xpi/firefox-i18n-56.0/pa-IN.xpi) = 1c89fc9e307bfe597d91648bdcae9bf528e43b260770bef23315c9e9c359287c -SIZE (xpi/firefox-i18n-56.0/pa-IN.xpi) = 509045 -SHA256 (xpi/firefox-i18n-56.0/pl.xpi) = 8e38c9f5ec52a6138c882455db5ddbe4efa7f846fbbcddfa53055953abef989d -SIZE (xpi/firefox-i18n-56.0/pl.xpi) = 377523 -SHA256 (xpi/firefox-i18n-56.0/pt-BR.xpi) = 407dc8e947de858814c551426cf67af0757b0348caa97703bd25ed136cd06f4c -SIZE (xpi/firefox-i18n-56.0/pt-BR.xpi) = 470952 -SHA256 (xpi/firefox-i18n-56.0/pt-PT.xpi) = afd9bb70a2f3567c3ee16e3f2291c1757f2645891210ba027188710ef1bcde30 -SIZE (xpi/firefox-i18n-56.0/pt-PT.xpi) = 472802 -SHA256 (xpi/firefox-i18n-56.0/rm.xpi) = abd278a93cb03bfe79347f6d4ffd37b1248f910c6faec53cd33d159c4806be11 -SIZE (xpi/firefox-i18n-56.0/rm.xpi) = 467017 -SHA256 (xpi/firefox-i18n-56.0/ro.xpi) = 3f1893a6fb817b53af75cfc0af48c83f4c265f267e60e9e5ea0d26a729eb54d7 -SIZE (xpi/firefox-i18n-56.0/ro.xpi) = 470784 -SHA256 (xpi/firefox-i18n-56.0/ru.xpi) = 96258cc88b1587330e1cc72046cd0cb067bc0bbe3f55fd4fc06b6f3659feb493 -SIZE (xpi/firefox-i18n-56.0/ru.xpi) = 541436 -SHA256 (xpi/firefox-i18n-56.0/si.xpi) = 226c7cf365572c9ceb6f54b345bc575913b6c8456d6026d927a4077a90864c36 -SIZE (xpi/firefox-i18n-56.0/si.xpi) = 515920 -SHA256 (xpi/firefox-i18n-56.0/sk.xpi) = 231ce8d9d071bb9798f0b4678a69213f1e6fe528205ddac9a1edb907871d97a3 -SIZE (xpi/firefox-i18n-56.0/sk.xpi) = 495562 -SHA256 (xpi/firefox-i18n-56.0/sl.xpi) = 6eed457874c8709c72a36034b335dac000aa3ee9b6e6bc2523dd85ead47ba5fa -SIZE (xpi/firefox-i18n-56.0/sl.xpi) = 473805 -SHA256 (xpi/firefox-i18n-56.0/son.xpi) = a8431ff1336941ed17b84f1124f14bac4f5697a0e129f4155c2535e82e2b703c -SIZE (xpi/firefox-i18n-56.0/son.xpi) = 464322 -SHA256 (xpi/firefox-i18n-56.0/sq.xpi) = 95163819b78538153713dfd0c20a3a53c73c658498f3406afa1462b3ccf874fa -SIZE (xpi/firefox-i18n-56.0/sq.xpi) = 479511 -SHA256 (xpi/firefox-i18n-56.0/sr.xpi) = b8f55b2ded9f6be98ca18521435875a68dd3b49b9bd5a23d0c0c04588a0ce4fa -SIZE (xpi/firefox-i18n-56.0/sr.xpi) = 504485 -SHA256 (xpi/firefox-i18n-56.0/sv-SE.xpi) = 38a83647c52aeea3bfdcb4e3d7e0413e97bac892cf820391349a65126c1cc3ef -SIZE (xpi/firefox-i18n-56.0/sv-SE.xpi) = 473946 -SHA256 (xpi/firefox-i18n-56.0/ta.xpi) = 8ef4c84fd34279b71608161c761f57dd308802d614d1b7bb12aef630d3c7dd03 -SIZE (xpi/firefox-i18n-56.0/ta.xpi) = 530643 -SHA256 (xpi/firefox-i18n-56.0/te.xpi) = cabd063c306339300479f671a24987f871d66842f21664b9823f6e7dfa6638fc -SIZE (xpi/firefox-i18n-56.0/te.xpi) = 549584 -SHA256 (xpi/firefox-i18n-56.0/th.xpi) = b013e2295535e4d45fe969565d6d984c3887685e51865c8e2fd0676108974712 -SIZE (xpi/firefox-i18n-56.0/th.xpi) = 520296 -SHA256 (xpi/firefox-i18n-56.0/tr.xpi) = e47a48132a51f1616c8a3991a8b5e9dbb2801b94a93e33d4d78f533ddf710aaa -SIZE (xpi/firefox-i18n-56.0/tr.xpi) = 480549 -SHA256 (xpi/firefox-i18n-56.0/uk.xpi) = a3c5450a4dcd55de8942c118b69e5c52c5930ecf0c6d0bd0f35805e71cd920f1 -SIZE (xpi/firefox-i18n-56.0/uk.xpi) = 535435 -SHA256 (xpi/firefox-i18n-56.0/ur.xpi) = 0e27c60be0a06f30b57a14b209293f17f98212536d496048a99eefd298aa1a9b -SIZE (xpi/firefox-i18n-56.0/ur.xpi) = 527347 -SHA256 (xpi/firefox-i18n-56.0/uz.xpi) = 8fb7b22d001da8cd442d0a269c4aed11c96a4a5bfa9443cc67569340ea9d2e97 -SIZE (xpi/firefox-i18n-56.0/uz.xpi) = 475100 -SHA256 (xpi/firefox-i18n-56.0/vi.xpi) = e3dbe47980fda1a504f7c4bda02be3a66680684bf599b4511de68693b749ac06 -SIZE (xpi/firefox-i18n-56.0/vi.xpi) = 487148 -SHA256 (xpi/firefox-i18n-56.0/xh.xpi) = bac603f5117493d0abb645efa8a63adabafb970f1847e013a46e703e32c6691b -SIZE (xpi/firefox-i18n-56.0/xh.xpi) = 477837 -SHA256 (xpi/firefox-i18n-56.0/zh-CN.xpi) = 91e2e7ca6b338bed8df0fdea0d4d773f5d7ca3f2749f0aa0617f622b4df8cff1 -SIZE (xpi/firefox-i18n-56.0/zh-CN.xpi) = 498978 -SHA256 (xpi/firefox-i18n-56.0/zh-TW.xpi) = 92f2d02297eb2cc688fabe0d5e3e62e70648292d0895fb564a27b906762435c6 -SIZE (xpi/firefox-i18n-56.0/zh-TW.xpi) = 497763 +TIMESTAMP = 1507068922 +SHA256 (xpi/firefox-i18n-56.0.1/ach.xpi) = 5a0769818c14878be1fc46c040fdd8c856914df481886270cd416389921e9862 +SIZE (xpi/firefox-i18n-56.0.1/ach.xpi) = 454896 +SHA256 (xpi/firefox-i18n-56.0.1/af.xpi) = 55ed0d5eeeb5038bc7cdbfaf64e38a5151b21331b6396b1b1bd67039290a1cd5 +SIZE (xpi/firefox-i18n-56.0.1/af.xpi) = 456214 +SHA256 (xpi/firefox-i18n-56.0.1/an.xpi) = 6d802d8c8fef1e3900443eee558dd54e2dbf9b5d548e4aaf6aa70efe53216971 +SIZE (xpi/firefox-i18n-56.0.1/an.xpi) = 475863 +SHA256 (xpi/firefox-i18n-56.0.1/ar.xpi) = eb07898a24acdbaa317bd7457abb6520e59b9fecd8fe7e66755e3f36b25d6c98 +SIZE (xpi/firefox-i18n-56.0.1/ar.xpi) = 500712 +SHA256 (xpi/firefox-i18n-56.0.1/as.xpi) = 3f0087df47d8f6faa492b580d7a3f3cec17ecaa74720c94e68a258171c94fe39 +SIZE (xpi/firefox-i18n-56.0.1/as.xpi) = 508238 +SHA256 (xpi/firefox-i18n-56.0.1/ast.xpi) = d5f77499d40153bfbc74713c61f3c6fecdf117a6e5240981a2bf822f974519e6 +SIZE (xpi/firefox-i18n-56.0.1/ast.xpi) = 469157 +SHA256 (xpi/firefox-i18n-56.0.1/az.xpi) = 3cf8984a42788b2627146fe64cd2bfca7597640ee1bf9f1ad268cbdce0b2b54c +SIZE (xpi/firefox-i18n-56.0.1/az.xpi) = 484984 +SHA256 (xpi/firefox-i18n-56.0.1/be.xpi) = 011d719bf75c77bf2c5cf56f246aaf58067b175151deee9ef9dee9e90b96bc17 +SIZE (xpi/firefox-i18n-56.0.1/be.xpi) = 531385 +SHA256 (xpi/firefox-i18n-56.0.1/bg.xpi) = 01070a5c87a1c39b8f39f2f5b7bd143b662526642d90098542f5b6eb17b69c69 +SIZE (xpi/firefox-i18n-56.0.1/bg.xpi) = 528789 +SHA256 (xpi/firefox-i18n-56.0.1/bn-BD.xpi) = ac18f71b01726dab12bbe200ba20282d98a5523f9d1dbea35869e3be43b12178 +SIZE (xpi/firefox-i18n-56.0.1/bn-BD.xpi) = 542772 +SHA256 (xpi/firefox-i18n-56.0.1/bn-IN.xpi) = 106d600b21c6877a11d028a7b2025c3ed8efa0eb4cf887621d579442138c273a +SIZE (xpi/firefox-i18n-56.0.1/bn-IN.xpi) = 534450 +SHA256 (xpi/firefox-i18n-56.0.1/br.xpi) = bc0a7456a118a2e01f408c0968ef8b9ae1c3992f50e5d190677b254881ccf127 +SIZE (xpi/firefox-i18n-56.0.1/br.xpi) = 464256 +SHA256 (xpi/firefox-i18n-56.0.1/bs.xpi) = dfce1edaa95d5d537f50b2ec71b41c2258699990ca7ff51f180d3fc7f3b4239d +SIZE (xpi/firefox-i18n-56.0.1/bs.xpi) = 472256 +SHA256 (xpi/firefox-i18n-56.0.1/ca.xpi) = d8056cbb6888fb408644fc19829c82b78f9bce429d2bc2d6a43124cb03b7d888 +SIZE (xpi/firefox-i18n-56.0.1/ca.xpi) = 480364 +SHA256 (xpi/firefox-i18n-56.0.1/cak.xpi) = dd5f141283676803730ddc2810f7bb645960b345bfe3afa6d38aea2cc6754cdd +SIZE (xpi/firefox-i18n-56.0.1/cak.xpi) = 489507 +SHA256 (xpi/firefox-i18n-56.0.1/cs.xpi) = 4c024e4244f2ba82e99435fcb368fa07a4426a49346599cecbfc5e83ba056bb6 +SIZE (xpi/firefox-i18n-56.0.1/cs.xpi) = 485090 +SHA256 (xpi/firefox-i18n-56.0.1/cy.xpi) = 57e43f3c40c54127f1485710a72d6dab400389c0736e1b02d5314108f782e10f +SIZE (xpi/firefox-i18n-56.0.1/cy.xpi) = 466288 +SHA256 (xpi/firefox-i18n-56.0.1/da.xpi) = 59e1abb36fdb7d47e74fd10d6033b86b9fa68acbfdc05d3da9e67378b7eb3b26 +SIZE (xpi/firefox-i18n-56.0.1/da.xpi) = 460091 +SHA256 (xpi/firefox-i18n-56.0.1/de.xpi) = f955f85aca61ffffebfbce54940b20177f272e7ff9c8096e274aef3154bf24ab +SIZE (xpi/firefox-i18n-56.0.1/de.xpi) = 473856 +SHA256 (xpi/firefox-i18n-56.0.1/dsb.xpi) = 1d3cb3448d68aa2fbd97d0d7771da47e141008595b78399c87f16615bbc8ef79 +SIZE (xpi/firefox-i18n-56.0.1/dsb.xpi) = 489897 +SHA256 (xpi/firefox-i18n-56.0.1/el.xpi) = fa77a8345f7a67a4ed480e6f702d32180fdbc1afc11ad0bad21ec9d6f52db168 +SIZE (xpi/firefox-i18n-56.0.1/el.xpi) = 554120 +SHA256 (xpi/firefox-i18n-56.0.1/en-GB.xpi) = 84c43b02c0ac41c4e4b8878ac1c29d620d9924c8fc8d0355591351edf9935349 +SIZE (xpi/firefox-i18n-56.0.1/en-GB.xpi) = 447375 +SHA256 (xpi/firefox-i18n-56.0.1/en-US.xpi) = fe1763e1c86d954c6ada561a884df22d10e88cf9c6339281b3750155cc05f425 +SIZE (xpi/firefox-i18n-56.0.1/en-US.xpi) = 446951 +SHA256 (xpi/firefox-i18n-56.0.1/en-ZA.xpi) = 6c0ecb3ff1e954d947dbabd80e9cc74969e5b19fec4a970006934f44bc28e619 +SIZE (xpi/firefox-i18n-56.0.1/en-ZA.xpi) = 445916 +SHA256 (xpi/firefox-i18n-56.0.1/eo.xpi) = 74ea18f4ac0adf3b4b246a6fbace1a863fa8d4a9c608a21cae7eedb6ea7f8060 +SIZE (xpi/firefox-i18n-56.0.1/eo.xpi) = 468952 +SHA256 (xpi/firefox-i18n-56.0.1/es-AR.xpi) = e1575e775c52c6d74148167dcaebd9805201f975871d8073e60854d919f3db9d +SIZE (xpi/firefox-i18n-56.0.1/es-AR.xpi) = 475449 +SHA256 (xpi/firefox-i18n-56.0.1/es-CL.xpi) = 8ecbb09d40c99823ff971f319a9012cae609207408e39f207b85e563c35d3c84 +SIZE (xpi/firefox-i18n-56.0.1/es-CL.xpi) = 479922 +SHA256 (xpi/firefox-i18n-56.0.1/es-ES.xpi) = b5d4691b663c223ac7e4d62b530fb9a94d1fab67d5c9ecfb6b8982451ab236fb +SIZE (xpi/firefox-i18n-56.0.1/es-ES.xpi) = 365631 +SHA256 (xpi/firefox-i18n-56.0.1/es-MX.xpi) = aec75604d1071ef585f1462ca33b9bf2b6c9299d6d49b2ffc01096462c3794c4 +SIZE (xpi/firefox-i18n-56.0.1/es-MX.xpi) = 482565 +SHA256 (xpi/firefox-i18n-56.0.1/et.xpi) = a7c7fdf6cdfd44e5f8786d587360d2aa022cde980fc17e67a4caa136197150df +SIZE (xpi/firefox-i18n-56.0.1/et.xpi) = 462104 +SHA256 (xpi/firefox-i18n-56.0.1/eu.xpi) = ed48e6df6381b74b6bb9525fc2401a39ccdb99eaf705ee41811eee81db4b13ac +SIZE (xpi/firefox-i18n-56.0.1/eu.xpi) = 467884 +SHA256 (xpi/firefox-i18n-56.0.1/fa.xpi) = 61d78db454d888a95c9dc731ffcbb6a6981c9de164a539b6d6d05dd5b52b4fcd +SIZE (xpi/firefox-i18n-56.0.1/fa.xpi) = 522909 +SHA256 (xpi/firefox-i18n-56.0.1/ff.xpi) = c50d38ccc0b57b68ab98fefa8537f34f8b594c67139335826e4f17ee0e6773fd +SIZE (xpi/firefox-i18n-56.0.1/ff.xpi) = 463098 +SHA256 (xpi/firefox-i18n-56.0.1/fi.xpi) = 278f60e6f3e4b2c52365a172509a4e372aa062409b46c7706002fe69693b51aa +SIZE (xpi/firefox-i18n-56.0.1/fi.xpi) = 461923 +SHA256 (xpi/firefox-i18n-56.0.1/fr.xpi) = 303dc412abde1e69f44bf8f24fe7f8951ce42cc27be76c9d17eb44a4b1832bb4 +SIZE (xpi/firefox-i18n-56.0.1/fr.xpi) = 484562 +SHA256 (xpi/firefox-i18n-56.0.1/fy-NL.xpi) = 7a420f2f0c65f8fef734c7f5731f4cdb0e2900ea7559e99bb382ab33c5e713f6 +SIZE (xpi/firefox-i18n-56.0.1/fy-NL.xpi) = 478044 +SHA256 (xpi/firefox-i18n-56.0.1/ga-IE.xpi) = a2934ac63c494a0b3e0d22f622a2e4b53b96df4bffa8d053517da8299c7173e8 +SIZE (xpi/firefox-i18n-56.0.1/ga-IE.xpi) = 489379 +SHA256 (xpi/firefox-i18n-56.0.1/gd.xpi) = b6a97f15d16b7ac69d3b1073d9c11ac6b20436188f3f0978a9115bc04b6ee2df +SIZE (xpi/firefox-i18n-56.0.1/gd.xpi) = 476927 +SHA256 (xpi/firefox-i18n-56.0.1/gl.xpi) = 54a990f5b50e065e4c3e13eda4fb2f25107693db14860e8ea0aa2236ef1e0cbe +SIZE (xpi/firefox-i18n-56.0.1/gl.xpi) = 466468 +SHA256 (xpi/firefox-i18n-56.0.1/gn.xpi) = edae7658377dc3431149baaafb716bb411deeeb61d935254fc192188fa226f6e +SIZE (xpi/firefox-i18n-56.0.1/gn.xpi) = 485790 +SHA256 (xpi/firefox-i18n-56.0.1/gu-IN.xpi) = b175317b939d97ead4166bf61f8eb8381948fba4a006d4463e80d19028c0cedc +SIZE (xpi/firefox-i18n-56.0.1/gu-IN.xpi) = 513740 +SHA256 (xpi/firefox-i18n-56.0.1/he.xpi) = 69c49d9f467d426e41d32626ebca768e56c7861e6352c24519d9a0b4ca8c24cf +SIZE (xpi/firefox-i18n-56.0.1/he.xpi) = 488495 +SHA256 (xpi/firefox-i18n-56.0.1/hi-IN.xpi) = fd75cea0e56a1bb346f71a902d487c2509f8904899492ee1f958af4e7df2c249 +SIZE (xpi/firefox-i18n-56.0.1/hi-IN.xpi) = 538303 +SHA256 (xpi/firefox-i18n-56.0.1/hr.xpi) = 04c0a9baa1ec3e19c14bc17d3d17a47ea53c993f3a81c4b3347e6a96492141bb +SIZE (xpi/firefox-i18n-56.0.1/hr.xpi) = 475058 +SHA256 (xpi/firefox-i18n-56.0.1/hsb.xpi) = 77dfa6996b9a0b821066d80508d3fbf68d2335190f5600f5699d012fffd2fbdf +SIZE (xpi/firefox-i18n-56.0.1/hsb.xpi) = 487599 +SHA256 (xpi/firefox-i18n-56.0.1/hu.xpi) = 32c183296a65eb0b10ace20c8b35d0a37d10278fabd4b9826ed16bebba4e8936 +SIZE (xpi/firefox-i18n-56.0.1/hu.xpi) = 490102 +SHA256 (xpi/firefox-i18n-56.0.1/hy-AM.xpi) = 44e685f7353997fe77176e9f60e90725603f3453857fc18906ba99a7f3241b58 +SIZE (xpi/firefox-i18n-56.0.1/hy-AM.xpi) = 527712 +SHA256 (xpi/firefox-i18n-56.0.1/id.xpi) = 67635d7c4cd289813783cb692c56ee4e4ffee71adbb3d9de9f87338203fb8e80 +SIZE (xpi/firefox-i18n-56.0.1/id.xpi) = 459066 +SHA256 (xpi/firefox-i18n-56.0.1/is.xpi) = c6087dad575452d8a4000a6e1e3d7fe4152b86fa84add96288b4fa4e50f8d85f +SIZE (xpi/firefox-i18n-56.0.1/is.xpi) = 467448 +SHA256 (xpi/firefox-i18n-56.0.1/it.xpi) = 1a78b44d14d7f8d42c16b62539026c6ff1016dd8b249abf6bfd5a7691d840ac1 +SIZE (xpi/firefox-i18n-56.0.1/it.xpi) = 358695 +SHA256 (xpi/firefox-i18n-56.0.1/ja.xpi) = 72b665fb904a8c9b6a0d52ad8d00d6e6bab4cc5e4b80ec0fc8aeb4c6eec0767b +SIZE (xpi/firefox-i18n-56.0.1/ja.xpi) = 527926 +SHA256 (xpi/firefox-i18n-56.0.1/ka.xpi) = 7db1c1c2a96ea24f5cb431061bc8e35edf4614841b4aba4d94ff772d12956cd7 +SIZE (xpi/firefox-i18n-56.0.1/ka.xpi) = 509096 +SHA256 (xpi/firefox-i18n-56.0.1/kab.xpi) = 7fcdfd89576f4bddd306fa086be78829f2d51ea8b8b711c08b38e3eee1ffc61b +SIZE (xpi/firefox-i18n-56.0.1/kab.xpi) = 477420 +SHA256 (xpi/firefox-i18n-56.0.1/kk.xpi) = cf68f9ccead4f294b34b65d834fca8958bc2a37c87f99caf3b2b505b9983391d +SIZE (xpi/firefox-i18n-56.0.1/kk.xpi) = 534932 +SHA256 (xpi/firefox-i18n-56.0.1/km.xpi) = 5ea6da095c7e6b2926be1344f9b0a5940d9e3c4afc7f069d090554e7ee505a2c +SIZE (xpi/firefox-i18n-56.0.1/km.xpi) = 549344 +SHA256 (xpi/firefox-i18n-56.0.1/kn.xpi) = d13f5fab53fe4c4a7c542f764d95312e77e82334b3f23503057acbd404a93403 +SIZE (xpi/firefox-i18n-56.0.1/kn.xpi) = 545518 +SHA256 (xpi/firefox-i18n-56.0.1/ko.xpi) = 0325f0fc9944836effe4e8eddc4c5c7ed42e43e09dd7256dfc07c07dbd6391e2 +SIZE (xpi/firefox-i18n-56.0.1/ko.xpi) = 502895 +SHA256 (xpi/firefox-i18n-56.0.1/lij.xpi) = 1fc0e47bb89335b6c53439e3b6d4fc0194822865acf7a4056ed779d4a77b0c3b +SIZE (xpi/firefox-i18n-56.0.1/lij.xpi) = 467275 +SHA256 (xpi/firefox-i18n-56.0.1/lt.xpi) = fc688802b4746dba520dee4c671d6f326e540aea0608e18c38f0f2eaefacb4e4 +SIZE (xpi/firefox-i18n-56.0.1/lt.xpi) = 488753 +SHA256 (xpi/firefox-i18n-56.0.1/lv.xpi) = fba7bdde1975652c41b3bcab2dc469d11be9ef232c2873034de371b1fc76f543 +SIZE (xpi/firefox-i18n-56.0.1/lv.xpi) = 481628 +SHA256 (xpi/firefox-i18n-56.0.1/mai.xpi) = 150368f961ab2bf857ed6595515fd3b92620f7d9c15aca7b3e675ce0ea740253 +SIZE (xpi/firefox-i18n-56.0.1/mai.xpi) = 524702 +SHA256 (xpi/firefox-i18n-56.0.1/mk.xpi) = 8e430484eb3630f48cf00dd594b4b3cac2e1982fa30edb905137f35b8ab6c961 +SIZE (xpi/firefox-i18n-56.0.1/mk.xpi) = 507818 +SHA256 (xpi/firefox-i18n-56.0.1/ml.xpi) = eb87db03918f7ff2eab63cdb9228af635c756add32a182d58ad531489d60405a +SIZE (xpi/firefox-i18n-56.0.1/ml.xpi) = 547547 +SHA256 (xpi/firefox-i18n-56.0.1/mr.xpi) = a4d4a5d410b421991b6935624651638679395fc7f82865649d0d2669244ad8cd +SIZE (xpi/firefox-i18n-56.0.1/mr.xpi) = 536673 +SHA256 (xpi/firefox-i18n-56.0.1/ms.xpi) = d5d17bef7724b6f4fb0f9a96b779e8840491de65a865d126edfeb66d49198100 +SIZE (xpi/firefox-i18n-56.0.1/ms.xpi) = 466107 +SHA256 (xpi/firefox-i18n-56.0.1/my.xpi) = 580979d39ef1bd11960e9a9619b59dddff15b3636071ca9dfea7a215ca744078 +SIZE (xpi/firefox-i18n-56.0.1/my.xpi) = 536722 +SHA256 (xpi/firefox-i18n-56.0.1/nb-NO.xpi) = b9a5d83079adb7f4b4bbdad55d88055ca6981849a76db0d027e0dff562118089 +SIZE (xpi/firefox-i18n-56.0.1/nb-NO.xpi) = 465575 +SHA256 (xpi/firefox-i18n-56.0.1/nl.xpi) = 165667535c09f079820d14a46fd72191e5fb1def75963c3a47bc80b8dab89fc7 +SIZE (xpi/firefox-i18n-56.0.1/nl.xpi) = 469053 +SHA256 (xpi/firefox-i18n-56.0.1/nn-NO.xpi) = ed42b684815c2bce7271afe55f7a06cde02cd399a278c0e54a3dbe840eb0a372 +SIZE (xpi/firefox-i18n-56.0.1/nn-NO.xpi) = 466208 +SHA256 (xpi/firefox-i18n-56.0.1/or.xpi) = 306d2554a6f6143d09e37be0714ea7bb170569e09514b2dcb6de3ec44fdd84cd +SIZE (xpi/firefox-i18n-56.0.1/or.xpi) = 518165 +SHA256 (xpi/firefox-i18n-56.0.1/pa-IN.xpi) = 029a92c54db643481dcfdbab08016a569622e3d80ff12961dacad3a68faafbbb +SIZE (xpi/firefox-i18n-56.0.1/pa-IN.xpi) = 509046 +SHA256 (xpi/firefox-i18n-56.0.1/pl.xpi) = 051ca15a827eb86a49fc899b08d90e447d5f6e3909642835c9c7163cd6aa8688 +SIZE (xpi/firefox-i18n-56.0.1/pl.xpi) = 377525 +SHA256 (xpi/firefox-i18n-56.0.1/pt-BR.xpi) = bf68302a604749211cdc2255073d1d755727afdbefa054118c322292c6d369fe +SIZE (xpi/firefox-i18n-56.0.1/pt-BR.xpi) = 470954 +SHA256 (xpi/firefox-i18n-56.0.1/pt-PT.xpi) = 156edd762bbeaf980211f91516ac3e7967bdaaab2cfdccf61238fdcf726ef5b2 +SIZE (xpi/firefox-i18n-56.0.1/pt-PT.xpi) = 472803 +SHA256 (xpi/firefox-i18n-56.0.1/rm.xpi) = 2f2399082c4e7cff27f1d77fd7bd76acda1e3b61d4f14b87efc7dd2abb317586 +SIZE (xpi/firefox-i18n-56.0.1/rm.xpi) = 467019 +SHA256 (xpi/firefox-i18n-56.0.1/ro.xpi) = afa7826fa3d68464960d3129eb64e17df73e8a41b4e8a6f6688e76111d2a941a +SIZE (xpi/firefox-i18n-56.0.1/ro.xpi) = 470785 +SHA256 (xpi/firefox-i18n-56.0.1/ru.xpi) = 62201c8e4c4ac140cb5e82fd699059de719f90ba77a41ba396971d65c0ba9e35 +SIZE (xpi/firefox-i18n-56.0.1/ru.xpi) = 541437 +SHA256 (xpi/firefox-i18n-56.0.1/si.xpi) = 385612528745dcc87df53770a8d52a573d69e71ea5275a40afd5be0108754bae +SIZE (xpi/firefox-i18n-56.0.1/si.xpi) = 515921 +SHA256 (xpi/firefox-i18n-56.0.1/sk.xpi) = 4d1a6cf70a5415a947f630ee41060ebbfea85271ce1dac9f3329fcf8c376115a +SIZE (xpi/firefox-i18n-56.0.1/sk.xpi) = 495564 +SHA256 (xpi/firefox-i18n-56.0.1/sl.xpi) = 4c5b93d99e038e86e8461ebfb1bcc4bfb7e52430d385bcb27354826fd7f1af09 +SIZE (xpi/firefox-i18n-56.0.1/sl.xpi) = 473806 +SHA256 (xpi/firefox-i18n-56.0.1/son.xpi) = f203ef6d205f6b69c706399a1013e94a4fb4017ffed9cff1c47ccd60eec02f0f +SIZE (xpi/firefox-i18n-56.0.1/son.xpi) = 464323 +SHA256 (xpi/firefox-i18n-56.0.1/sq.xpi) = d029c776769e327356304886e17846ec79568a9aeac47f779bd2e0a24229ce4f +SIZE (xpi/firefox-i18n-56.0.1/sq.xpi) = 479512 +SHA256 (xpi/firefox-i18n-56.0.1/sr.xpi) = fef5561cb30d850319544df750d717bf6a63f95ba2b981e0d8dd0857a20e0e2d +SIZE (xpi/firefox-i18n-56.0.1/sr.xpi) = 504486 +SHA256 (xpi/firefox-i18n-56.0.1/sv-SE.xpi) = a8819d2e17a9388bc2bf9f33219a85350470eb4c12fc3c752f90514198c68033 +SIZE (xpi/firefox-i18n-56.0.1/sv-SE.xpi) = 473949 +SHA256 (xpi/firefox-i18n-56.0.1/ta.xpi) = ba97a17431b9626e5f63fce46d7daf50944a95eb36ecd82d1baffacf71981381 +SIZE (xpi/firefox-i18n-56.0.1/ta.xpi) = 530646 +SHA256 (xpi/firefox-i18n-56.0.1/te.xpi) = 06a0ef7059b2d272f2cd4817d4b821e12baf0667bcf9226f95154e0f2f1ad4c0 +SIZE (xpi/firefox-i18n-56.0.1/te.xpi) = 549585 +SHA256 (xpi/firefox-i18n-56.0.1/th.xpi) = 57a0036f4d34487642e25011208f7bc2f7dec57e2e53003d30eae8eee54fd24b +SIZE (xpi/firefox-i18n-56.0.1/th.xpi) = 520297 +SHA256 (xpi/firefox-i18n-56.0.1/tr.xpi) = 1b4f6c67df638d197a4a335e4804c2ace7f4418143fb315f8b1869d0f58427d5 +SIZE (xpi/firefox-i18n-56.0.1/tr.xpi) = 480550 +SHA256 (xpi/firefox-i18n-56.0.1/uk.xpi) = e9d58bb00b3c5ab1fd3e733dad500fc5b16f8687a5c734be3005d3224fce6b2b +SIZE (xpi/firefox-i18n-56.0.1/uk.xpi) = 535436 +SHA256 (xpi/firefox-i18n-56.0.1/ur.xpi) = 38d1ca95c04dd04755c5bc81428cc023f745b3eecd89a7d25372d5d0d05533be +SIZE (xpi/firefox-i18n-56.0.1/ur.xpi) = 527354 +SHA256 (xpi/firefox-i18n-56.0.1/uz.xpi) = d1825e387c642e7138769e4ce93bb87f37c11af485d4f2304946c87cd3d5b561 +SIZE (xpi/firefox-i18n-56.0.1/uz.xpi) = 475101 +SHA256 (xpi/firefox-i18n-56.0.1/vi.xpi) = 4cf4623f5444494c004e0e68bb1fa6b7fa19c4312b64ca5853b18f21fbc881c3 +SIZE (xpi/firefox-i18n-56.0.1/vi.xpi) = 487150 +SHA256 (xpi/firefox-i18n-56.0.1/xh.xpi) = d1180cc0ed1e5d06ebd13e3349374d72d43d609047f61f1e69b1cc9306aec8be +SIZE (xpi/firefox-i18n-56.0.1/xh.xpi) = 477838 +SHA256 (xpi/firefox-i18n-56.0.1/zh-CN.xpi) = b50a88457241bd88e7e18dcd909d216fa37f52017f5d33f4721ec774ec57c845 +SIZE (xpi/firefox-i18n-56.0.1/zh-CN.xpi) = 498979 +SHA256 (xpi/firefox-i18n-56.0.1/zh-TW.xpi) = b812f005d3a87a80b228e9e01ff2daecb43fa781793cf73a4178cde54172b368 +SIZE (xpi/firefox-i18n-56.0.1/zh-TW.xpi) = 497765 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Wed Oct 4 09:19:39 2017 (r451191) +++ head/www/firefox/Makefile Wed Oct 4 09:19:57 2017 (r451192) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 56.0 -PORTREVISION= 1 +DISTVERSION= 56.0.1 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build6/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Wed Oct 4 09:19:39 2017 (r451191) +++ head/www/firefox/distinfo Wed Oct 4 09:19:57 2017 (r451192) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506460173 -SHA256 (firefox-56.0.source.tar.xz) = 0d8b7e91429f622c25509b7e73530807506ef3ff9f749d962251a35ed2bfed7e -SIZE (firefox-56.0.source.tar.xz) = 255389204 +TIMESTAMP = 1507068922 +SHA256 (firefox-56.0.1.source.tar.xz) = ece052c9385ac6ccf58edb213b875f4793014c431f7e40de146bcd2dbcb0a3cb +SIZE (firefox-56.0.1.source.tar.xz) = 254422768 From owner-svn-ports-all@freebsd.org Wed Oct 4 09:32:14 2017 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 F3A5CE33D9D; Wed, 4 Oct 2017 09:32:13 +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 BE15C7D78E; Wed, 4 Oct 2017 09:32:13 +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 v949WCjp049513; Wed, 4 Oct 2017 09:32:12 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v949WC1c049512; Wed, 4 Oct 2017 09:32:12 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710040932.v949WC1c049512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 09:32:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451193 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 451193 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 09:32:14 -0000 Author: bapt Date: Wed Oct 4 09:32:12 2017 New Revision: 451193 URL: https://svnweb.freebsd.org/changeset/ports/451193 Log: Garbage collect openldap 2.3 leftovers Modified: head/Mk/bsd.ldap.mk Modified: head/Mk/bsd.ldap.mk ============================================================================== --- head/Mk/bsd.ldap.mk Wed Oct 4 09:19:57 2017 (r451192) +++ head/Mk/bsd.ldap.mk Wed Oct 4 09:32:12 2017 (r451193) @@ -37,7 +37,6 @@ Database_Include_MAINTAINER= ports@FreeBSD.org .if defined(USE_OPENLDAP) DEFAULT_OPENLDAP_VER?= 24 # OpenLDAP client versions currently supported -OPENLDAP23_LIB= libldap-2.3.so.2 OPENLDAP24_LIB= libldap-2.4.so.2 .if exists(${LOCALBASE}/bin/ldapwhoami) From owner-svn-ports-all@freebsd.org Wed Oct 4 09:40:51 2017 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 E08A2E34105; Wed, 4 Oct 2017 09:40:51 +0000 (UTC) (envelope-from dumbbell@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 A9C057DB6F; Wed, 4 Oct 2017 09:40:51 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v949eoCV050599; Wed, 4 Oct 2017 09:40:50 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v949eoRq050597; Wed, 4 Oct 2017 09:40:50 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201710040940.v949eoRq050597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Wed, 4 Oct 2017 09:40:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451194 - head/net/concourse-fly X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/concourse-fly X-SVN-Commit-Revision: 451194 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 09:40:52 -0000 Author: dumbbell Date: Wed Oct 4 09:40:50 2017 New Revision: 451194 URL: https://svnweb.freebsd.org/changeset/ports/451194 Log: net/concourse-fly: Update to 3.5.0 Sponsored by: Pivotal Modified: head/net/concourse-fly/Makefile head/net/concourse-fly/distinfo Modified: head/net/concourse-fly/Makefile ============================================================================== --- head/net/concourse-fly/Makefile Wed Oct 4 09:32:12 2017 (r451193) +++ head/net/concourse-fly/Makefile Wed Oct 4 09:40:50 2017 (r451194) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= concourse -PORTVERSION= 3.4.1 +PORTVERSION= 3.5.0 CATEGORIES= net sysutils MASTER_SITES= LOCAL/dumbbell/concourse/ PKGNAMESUFFIX= -fly Modified: head/net/concourse-fly/distinfo ============================================================================== --- head/net/concourse-fly/distinfo Wed Oct 4 09:32:12 2017 (r451193) +++ head/net/concourse-fly/distinfo Wed Oct 4 09:40:50 2017 (r451194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504615138 -SHA256 (concourse-3.4.1.tar.xz) = 68030a9708aec55a410118ea8cccceb24de0280676ba38bd8d9748b694a54a96 -SIZE (concourse-3.4.1.tar.xz) = 31251964 +TIMESTAMP = 1507105411 +SHA256 (concourse-3.5.0.tar.xz) = 0ffc24287a9cdfe36d1b6ea3fc14fbf72191faa1568484a6484266381a6287c1 +SIZE (concourse-3.5.0.tar.xz) = 35760424 From owner-svn-ports-all@freebsd.org Wed Oct 4 09:48:27 2017 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 9B6B0E34418; Wed, 4 Oct 2017 09:48:27 +0000 (UTC) (envelope-from rm@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 6B62B7E032; Wed, 4 Oct 2017 09:48:27 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v949mQqP054043; Wed, 4 Oct 2017 09:48:26 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v949mQ8u054041; Wed, 4 Oct 2017 09:48:26 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201710040948.v949mQ8u054041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 4 Oct 2017 09:48:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451195 - head/sysutils/cbsd X-SVN-Group: ports-head X-SVN-Commit-Author: rm X-SVN-Commit-Paths: head/sysutils/cbsd X-SVN-Commit-Revision: 451195 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 09:48:27 -0000 Author: rm Date: Wed Oct 4 09:48:26 2017 New Revision: 451195 URL: https://svnweb.freebsd.org/changeset/ports/451195 Log: sysutils/cbsd: update to 11.1.7 https://github.com/cbsd/cbsd/releases/tag/v11.1.7 PR: 222771 Submitted by: olevole@olevole.ru (maintainer) Modified: head/sysutils/cbsd/Makefile head/sysutils/cbsd/distinfo Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Wed Oct 4 09:40:50 2017 (r451194) +++ head/sysutils/cbsd/Makefile Wed Oct 4 09:48:26 2017 (r451195) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 11.1.6 +PORTVERSION= 11.1.7 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru Modified: head/sysutils/cbsd/distinfo ============================================================================== --- head/sysutils/cbsd/distinfo Wed Oct 4 09:40:50 2017 (r451194) +++ head/sysutils/cbsd/distinfo Wed Oct 4 09:48:26 2017 (r451195) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505684455 -SHA256 (cbsd-cbsd-11.1.6_GH0.tar.gz) = 8fd5d043af37bd9ee723246149848f37fb8c54b917f1ef20d1171de1ee8d71ee -SIZE (cbsd-cbsd-11.1.6_GH0.tar.gz) = 5517586 +TIMESTAMP = 1507109117 +SHA256 (cbsd-cbsd-11.1.7_GH0.tar.gz) = c368b6e4356c51e5f98daf66c6e19a81fd268e915ce3a395f52f17e8273ca092 +SIZE (cbsd-cbsd-11.1.7_GH0.tar.gz) = 5521900 From owner-svn-ports-all@freebsd.org Wed Oct 4 10:00:13 2017 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 8ECCDE347C7; Wed, 4 Oct 2017 10:00:13 +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 5D9527E7A1; Wed, 4 Oct 2017 10:00:13 +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 v94A0CRP058479; Wed, 4 Oct 2017 10:00:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94A0CWx058477; Wed, 4 Oct 2017 10:00:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201710041000.v94A0CWx058477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 4 Oct 2017 10:00:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451196 - head/devel/libversion X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/libversion X-SVN-Commit-Revision: 451196 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:00:13 -0000 Author: amdmi3 Date: Wed Oct 4 10:00:12 2017 New Revision: 451196 URL: https://svnweb.freebsd.org/changeset/ports/451196 Log: - Update to 2.2.0 Modified: head/devel/libversion/Makefile head/devel/libversion/distinfo Modified: head/devel/libversion/Makefile ============================================================================== --- head/devel/libversion/Makefile Wed Oct 4 09:48:26 2017 (r451195) +++ head/devel/libversion/Makefile Wed Oct 4 10:00:12 2017 (r451196) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libversion -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org Modified: head/devel/libversion/distinfo ============================================================================== --- head/devel/libversion/distinfo Wed Oct 4 09:48:26 2017 (r451195) +++ head/devel/libversion/distinfo Wed Oct 4 10:00:12 2017 (r451196) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506613203 -SHA256 (repology-libversion-2.1.0_GH0.tar.gz) = 06e50d3672883f21d8b5713bf040e01e644953c324bf21a0da73fafe1a47121d -SIZE (repology-libversion-2.1.0_GH0.tar.gz) = 12468 +TIMESTAMP = 1506616356 +SHA256 (repology-libversion-2.2.0_GH0.tar.gz) = 065530d91da2c3bfe491c0a0af2ef634527e61dd7f5ebd96845005720f46203f +SIZE (repology-libversion-2.2.0_GH0.tar.gz) = 12579 From owner-svn-ports-all@freebsd.org Wed Oct 4 10:16:25 2017 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 13030E350A4; Wed, 4 Oct 2017 10:16:25 +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 D3BDF7F253; Wed, 4 Oct 2017 10:16:24 +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 v94AGNt5066576; Wed, 4 Oct 2017 10:16:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AGNCH066575; Wed, 4 Oct 2017 10:16:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710041016.v94AGNCH066575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 10:16:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451197 - head/www/netoffice X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/www/netoffice X-SVN-Commit-Revision: 451197 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:16:25 -0000 Author: bapt Date: Wed Oct 4 10:16:23 2017 New Revision: 451197 URL: https://svnweb.freebsd.org/changeset/ports/451197 Log: Convert to USES=php, while here convert to USES=mysql hich fixes a typo preventing the mysql dependency Modified: head/www/netoffice/Makefile Modified: head/www/netoffice/Makefile ============================================================================== --- head/www/netoffice/Makefile Wed Oct 4 10:00:12 2017 (r451196) +++ head/www/netoffice/Makefile Wed Oct 4 10:16:23 2017 (r451197) @@ -3,7 +3,7 @@ PORTNAME= netoffice PORTVERSION= 2.6.0b2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION} @@ -12,9 +12,8 @@ COMMENT= NetOffice is a free web based project-managem NO_BUILD= yes NO_ARCH= yes -USER_MYSQL= yes +USES= php:web mysql USE_PHP= mysql pcre zlib session xml gd -WANT_PHP_WEB= yes WEBOWN?= www WEBGRP?= www From owner-svn-ports-all@freebsd.org Wed Oct 4 10:54:24 2017 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 C04DDE35AC4; Wed, 4 Oct 2017 10:54:24 +0000 (UTC) (envelope-from sunpoet@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 96863802DD; Wed, 4 Oct 2017 10:54:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AsNc0082756; Wed, 4 Oct 2017 10:54:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AsNvV082753; Wed, 4 Oct 2017 10:54:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041054.v94AsNvV082753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:54:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451198 - head/ftp/curl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/ftp/curl X-SVN-Commit-Revision: 451198 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:54:24 -0000 Author: sunpoet Date: Wed Oct 4 10:54:23 2017 New Revision: 451198 URL: https://svnweb.freebsd.org/changeset/ports/451198 Log: Update to 7.56.0 Changes: https://curl.haxx.se/changes.html Security: ccace707-a8d8-11e7-ac58-b499baebfeaf MFH: 2017Q4 Modified: head/ftp/curl/Makefile head/ftp/curl/distinfo head/ftp/curl/pkg-plist Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Wed Oct 4 10:16:23 2017 (r451197) +++ head/ftp/curl/Makefile Wed Oct 4 10:54:23 2017 (r451198) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.55.1 +PORTVERSION= 7.56.0 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/ftp/curl/distinfo ============================================================================== --- head/ftp/curl/distinfo Wed Oct 4 10:16:23 2017 (r451197) +++ head/ftp/curl/distinfo Wed Oct 4 10:54:23 2017 (r451198) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502726803 -SHA256 (curl-7.55.1.tar.xz) = 3eafca6e84ecb4af5f35795dee84e643d5428287e88c041122bb8dac18676bb7 -SIZE (curl-7.55.1.tar.xz) = 2230768 +TIMESTAMP = 1507104115 +SHA256 (curl-7.56.0.tar.xz) = 32437bcca0e9434384329fdc733547879d25ba70335b3cf9e3d9cbc3e71fd172 +SIZE (curl-7.56.0.tar.xz) = 2273924 Modified: head/ftp/curl/pkg-plist ============================================================================== --- head/ftp/curl/pkg-plist Wed Oct 4 10:16:23 2017 (r451197) +++ head/ftp/curl/pkg-plist Wed Oct 4 10:54:23 2017 (r451198) @@ -11,7 +11,7 @@ include/curl/typecheck-gcc.h lib/libcurl.a lib/libcurl.so lib/libcurl.so.4 -lib/libcurl.so.4.4.0 +lib/libcurl.so.4.5.0 libdata/pkgconfig/libcurl.pc man/man1/curl-config.1.gz man/man1/curl.1.gz @@ -189,6 +189,7 @@ man/man3/CURLOPT_MAXFILESIZE_LARGE.3.gz man/man3/CURLOPT_MAXREDIRS.3.gz man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3.gz man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3.gz +man/man3/CURLOPT_MIMEPOST.3.gz man/man3/CURLOPT_NETRC.3.gz man/man3/CURLOPT_NETRC_FILE.3.gz man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3.gz @@ -272,6 +273,7 @@ man/man3/CURLOPT_SOCKS5_AUTH.3.gz man/man3/CURLOPT_SOCKS5_GSSAPI_NEC.3.gz man/man3/CURLOPT_SOCKS5_GSSAPI_SERVICE.3.gz man/man3/CURLOPT_SSH_AUTH_TYPES.3.gz +man/man3/CURLOPT_SSH_COMPRESSION.3.gz man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3.gz man/man3/CURLOPT_SSH_KEYDATA.3.gz man/man3/CURLOPT_SSH_KEYFUNCTION.3.gz @@ -356,6 +358,19 @@ man/man3/curl_getenv.3.gz man/man3/curl_global_cleanup.3.gz man/man3/curl_global_init.3.gz man/man3/curl_global_init_mem.3.gz +man/man3/curl_global_sslset.3.gz +man/man3/curl_mime_addpart.3.gz +man/man3/curl_mime_data.3.gz +man/man3/curl_mime_data_cb.3.gz +man/man3/curl_mime_encoder.3.gz +man/man3/curl_mime_filedata.3.gz +man/man3/curl_mime_filename.3.gz +man/man3/curl_mime_free.3.gz +man/man3/curl_mime_headers.3.gz +man/man3/curl_mime_init.3.gz +man/man3/curl_mime_name.3.gz +man/man3/curl_mime_subparts.3.gz +man/man3/curl_mime_type.3.gz man/man3/curl_mprintf.3.gz man/man3/curl_multi_add_handle.3.gz man/man3/curl_multi_assign.3.gz From owner-svn-ports-all@freebsd.org Wed Oct 4 10:54:30 2017 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 383ECE35AF1; Wed, 4 Oct 2017 10:54:30 +0000 (UTC) (envelope-from sunpoet@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 E03FF802FB; Wed, 4 Oct 2017 10:54:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AsTue082908; Wed, 4 Oct 2017 10:54:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AsSwZ082905; Wed, 4 Oct 2017 10:54:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041054.v94AsSwZ082905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:54:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451199 - head/www/tinymce X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/tinymce X-SVN-Commit-Revision: 451199 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:54:30 -0000 Author: sunpoet Date: Wed Oct 4 10:54:28 2017 New Revision: 451199 URL: https://svnweb.freebsd.org/changeset/ports/451199 Log: Update to 4.7.0 Changes: https://github.com/tinymce/tinymce/blob/master/changelog.txt Modified: head/www/tinymce/Makefile head/www/tinymce/distinfo head/www/tinymce/pkg-plist Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Wed Oct 4 10:54:23 2017 (r451198) +++ head/www/tinymce/Makefile Wed Oct 4 10:54:28 2017 (r451199) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.6.7 +PORTVERSION= 4.7.0 CATEGORIES= www MASTER_SITES= http://download.ephox.com/${PORTNAME}/community/ \ LOCAL/sunpoet Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Wed Oct 4 10:54:23 2017 (r451198) +++ head/www/tinymce/distinfo Wed Oct 4 10:54:28 2017 (r451199) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505828466 -SHA256 (tinymce_4.6.7.zip) = aae9320ba1f8c03a332cd8649489c6a77aa737ae934d14b21b55365797c268a6 -SIZE (tinymce_4.6.7.zip) = 460915 +TIMESTAMP = 1507099903 +SHA256 (tinymce_4.7.0.zip) = 181968685d8103a0add69c28e57d3d6bceb81f4728c3be75ff967b454659627e +SIZE (tinymce_4.7.0.zip) = 594346 Modified: head/www/tinymce/pkg-plist ============================================================================== --- head/www/tinymce/pkg-plist Wed Oct 4 10:54:23 2017 (r451198) +++ head/www/tinymce/pkg-plist Wed Oct 4 10:54:28 2017 (r451199) @@ -69,6 +69,8 @@ %%WWWDIR%%/js/tinymce/plugins/wordcount/plugin.min.js %%WWWDIR%%/js/tinymce/skins/lightgray/content.inline.min.css %%WWWDIR%%/js/tinymce/skins/lightgray/content.min.css +%%WWWDIR%%/js/tinymce/skins/lightgray/content.mobile.min.css +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/tinymce-mobile.woff %%WWWDIR%%/js/tinymce/skins/lightgray/fonts/tinymce-small.eot %%WWWDIR%%/js/tinymce/skins/lightgray/fonts/tinymce-small.svg %%WWWDIR%%/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf @@ -82,7 +84,9 @@ %%WWWDIR%%/js/tinymce/skins/lightgray/img/object.gif %%WWWDIR%%/js/tinymce/skins/lightgray/img/trans.gif %%WWWDIR%%/js/tinymce/skins/lightgray/skin.min.css +%%WWWDIR%%/js/tinymce/skins/lightgray/skin.mobile.min.css %%WWWDIR%%/js/tinymce/themes/inlite/theme.min.js +%%WWWDIR%%/js/tinymce/themes/mobile/theme.min.js %%WWWDIR%%/js/tinymce/themes/modern/theme.min.js %%WWWDIR%%/js/tinymce/tinymce.min.js @owner From owner-svn-ports-all@freebsd.org Wed Oct 4 10:54:35 2017 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 9CC37E35B22; Wed, 4 Oct 2017 10:54:35 +0000 (UTC) (envelope-from sunpoet@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 676F180377; Wed, 4 Oct 2017 10:54:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AsYQP083032; Wed, 4 Oct 2017 10:54:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AsYBe083030; Wed, 4 Oct 2017 10:54:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041054.v94AsYBe083030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451200 - head/devel/p5-Test-Simple X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test-Simple X-SVN-Commit-Revision: 451200 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:54:35 -0000 Author: sunpoet Date: Wed Oct 4 10:54:34 2017 New Revision: 451200 URL: https://svnweb.freebsd.org/changeset/ports/451200 Log: Update to 1.302098 Changes: http://search.cpan.org/dist/Test-Simple/Changes Modified: head/devel/p5-Test-Simple/Makefile head/devel/p5-Test-Simple/distinfo Modified: head/devel/p5-Test-Simple/Makefile ============================================================================== --- head/devel/p5-Test-Simple/Makefile Wed Oct 4 10:54:28 2017 (r451199) +++ head/devel/p5-Test-Simple/Makefile Wed Oct 4 10:54:34 2017 (r451200) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Simple -PORTVERSION= 1.302097 +PORTVERSION= 1.302098 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Simple/distinfo ============================================================================== --- head/devel/p5-Test-Simple/distinfo Wed Oct 4 10:54:28 2017 (r451199) +++ head/devel/p5-Test-Simple/distinfo Wed Oct 4 10:54:34 2017 (r451200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507041453 -SHA256 (Test-Simple-1.302097.tar.gz) = a710a4056333962fce050a2a1018bf0554e16daff9e31950975d624e5ae89fe8 -SIZE (Test-Simple-1.302097.tar.gz) = 284359 +TIMESTAMP = 1507099913 +SHA256 (Test-Simple-1.302098.tar.gz) = d6bee89eab25356389a9fafd81688e83aa7814b2635e608cdd8a2cb114617ecc +SIZE (Test-Simple-1.302098.tar.gz) = 284718 From owner-svn-ports-all@freebsd.org Wed Oct 4 10:55:20 2017 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 6A25BE35B82; Wed, 4 Oct 2017 10:55:20 +0000 (UTC) (envelope-from sunpoet@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 340D1805A5; Wed, 4 Oct 2017 10:55:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AtJ4M083202; Wed, 4 Oct 2017 10:55:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AtJpr083200; Wed, 4 Oct 2017 10:55:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041055.v94AtJpr083200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:55:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451201 - head/security/keybase X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/keybase X-SVN-Commit-Revision: 451201 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:55:20 -0000 Author: sunpoet Date: Wed Oct 4 10:55:18 2017 New Revision: 451201 URL: https://svnweb.freebsd.org/changeset/ports/451201 Log: Update to 1.0.33 Changes: https://github.com/keybase/client/releases https://github.com/keybase/client/commits/master Modified: head/security/keybase/Makefile head/security/keybase/distinfo Modified: head/security/keybase/Makefile ============================================================================== --- head/security/keybase/Makefile Wed Oct 4 10:54:34 2017 (r451200) +++ head/security/keybase/Makefile Wed Oct 4 10:55:18 2017 (r451201) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= keybase -PORTVERSION= 1.0.31 +PORTVERSION= 1.0.33 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/keybase/distinfo ============================================================================== --- head/security/keybase/distinfo Wed Oct 4 10:54:34 2017 (r451200) +++ head/security/keybase/distinfo Wed Oct 4 10:55:18 2017 (r451201) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506176355 -SHA256 (keybase-client-v1.0.31_GH0.tar.gz) = 684c07e68c0daf8f3387fc2276c80ef6b5532cf603f4eaa2db6f8394c084f92c -SIZE (keybase-client-v1.0.31_GH0.tar.gz) = 26976257 +TIMESTAMP = 1507109860 +SHA256 (keybase-client-v1.0.33_GH0.tar.gz) = c8135d572899b0bf0205f7ddbe30d4bfa89f358f64678eb25dadfc0e0fa0dbe0 +SIZE (keybase-client-v1.0.33_GH0.tar.gz) = 29170354 From owner-svn-ports-all@freebsd.org Wed Oct 4 10:55:26 2017 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 DB8C6E35BA7; Wed, 4 Oct 2017 10:55:26 +0000 (UTC) (envelope-from sunpoet@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 B553D805C4; Wed, 4 Oct 2017 10:55:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AtP7K083365; Wed, 4 Oct 2017 10:55:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AtPhW083361; Wed, 4 Oct 2017 10:55:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041055.v94AtPhW083361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:55:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451202 - head/lang/python36 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/lang/python36 X-SVN-Commit-Revision: 451202 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:55:27 -0000 Author: sunpoet Date: Wed Oct 4 10:55:25 2017 New Revision: 451202 URL: https://svnweb.freebsd.org/changeset/ports/451202 Log: Update to 3.6.3 Changes: https://docs.python.org/3.6/whatsnew/changelog.html Modified: head/lang/python36/Makefile head/lang/python36/Makefile.version head/lang/python36/distinfo head/lang/python36/pkg-plist Modified: head/lang/python36/Makefile ============================================================================== --- head/lang/python36/Makefile Wed Oct 4 10:55:18 2017 (r451201) +++ head/lang/python36/Makefile Wed Oct 4 10:55:25 2017 (r451202) @@ -3,7 +3,6 @@ PORTNAME= python PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PYTHON_PORTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} Modified: head/lang/python36/Makefile.version ============================================================================== --- head/lang/python36/Makefile.version Wed Oct 4 10:55:18 2017 (r451201) +++ head/lang/python36/Makefile.version Wed Oct 4 10:55:25 2017 (r451202) @@ -1,4 +1,4 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ -PYTHON_PORTVERSION= 3.6.2 +PYTHON_PORTVERSION= 3.6.3 Modified: head/lang/python36/distinfo ============================================================================== --- head/lang/python36/distinfo Wed Oct 4 10:55:18 2017 (r451201) +++ head/lang/python36/distinfo Wed Oct 4 10:55:25 2017 (r451202) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500298241 -SHA256 (python/Python-3.6.2.tar.xz) = 9229773be41ed144370f47f0f626a1579931f5a390f1e8e3853174d52edd64a9 -SIZE (python/Python-3.6.2.tar.xz) = 16907204 +TIMESTAMP = 1507100019 +SHA256 (python/Python-3.6.3.tar.xz) = cda7d967c9a4bfa52337cdf551bcc5cff026b6ac50a8834e568ce4a794ca81da +SIZE (python/Python-3.6.3.tar.xz) = 16974296 Modified: head/lang/python36/pkg-plist ============================================================================== --- head/lang/python36/pkg-plist Wed Oct 4 10:55:18 2017 (r451201) +++ head/lang/python36/pkg-plist Wed Oct 4 10:55:25 2017 (r451202) @@ -2361,6 +2361,9 @@ lib/python%%XYDOT%%/idlelib/__pycache__/windows.cpytho lib/python%%XYDOT%%/idlelib/__pycache__/zoomheight.cpython-%%XY%%.opt-1.pyc lib/python%%XYDOT%%/idlelib/__pycache__/zoomheight.cpython-%%XY%%.opt-2.pyc lib/python%%XYDOT%%/idlelib/__pycache__/zoomheight.cpython-%%XY%%.pyc +lib/python%%XYDOT%%/idlelib/__pycache__/zzdummy.cpython-%%XY%%.opt-1.pyc +lib/python%%XYDOT%%/idlelib/__pycache__/zzdummy.cpython-%%XY%%.opt-2.pyc +lib/python%%XYDOT%%/idlelib/__pycache__/zzdummy.cpython-%%XY%%.pyc lib/python%%XYDOT%%/idlelib/autocomplete.py lib/python%%XYDOT%%/idlelib/autocomplete_w.py lib/python%%XYDOT%%/idlelib/autoexpand.py @@ -2462,6 +2465,9 @@ lib/python%%XYDOT%%/idlelib/idle_test/__pycache__/test lib/python%%XYDOT%%/idlelib/idle_test/__pycache__/test_macosx.cpython-%%XY%%.opt-1.pyc lib/python%%XYDOT%%/idlelib/idle_test/__pycache__/test_macosx.cpython-%%XY%%.opt-2.pyc lib/python%%XYDOT%%/idlelib/idle_test/__pycache__/test_macosx.cpython-%%XY%%.pyc +lib/python%%XYDOT%%/idlelib/idle_test/__pycache__/test_outwin.cpython-%%XY%%.opt-1.pyc +lib/python%%XYDOT%%/idlelib/idle_test/__pycache__/test_outwin.cpython-%%XY%%.opt-2.pyc +lib/python%%XYDOT%%/idlelib/idle_test/__pycache__/test_outwin.cpython-%%XY%%.pyc lib/python%%XYDOT%%/idlelib/idle_test/__pycache__/test_paragraph.cpython-%%XY%%.opt-1.pyc lib/python%%XYDOT%%/idlelib/idle_test/__pycache__/test_paragraph.cpython-%%XY%%.opt-2.pyc lib/python%%XYDOT%%/idlelib/idle_test/__pycache__/test_paragraph.cpython-%%XY%%.pyc @@ -2534,6 +2540,7 @@ lib/python%%XYDOT%%/idlelib/idle_test/test_history.py lib/python%%XYDOT%%/idlelib/idle_test/test_hyperparser.py lib/python%%XYDOT%%/idlelib/idle_test/test_iomenu.py lib/python%%XYDOT%%/idlelib/idle_test/test_macosx.py +lib/python%%XYDOT%%/idlelib/idle_test/test_outwin.py lib/python%%XYDOT%%/idlelib/idle_test/test_paragraph.py lib/python%%XYDOT%%/idlelib/idle_test/test_parenmatch.py lib/python%%XYDOT%%/idlelib/idle_test/test_pathbrowser.py @@ -2582,6 +2589,7 @@ lib/python%%XYDOT%%/idlelib/tree.py lib/python%%XYDOT%%/idlelib/undo.py lib/python%%XYDOT%%/idlelib/windows.py lib/python%%XYDOT%%/idlelib/zoomheight.py +lib/python%%XYDOT%%/idlelib/zzdummy.py lib/python%%XYDOT%%/imaplib.py lib/python%%XYDOT%%/imghdr.py lib/python%%XYDOT%%/imp.py @@ -3311,6 +3319,9 @@ lib/python%%XYDOT%%/test/__pycache__/audiotests.cpytho lib/python%%XYDOT%%/test/__pycache__/autotest.cpython-%%XY%%.opt-1.pyc lib/python%%XYDOT%%/test/__pycache__/autotest.cpython-%%XY%%.opt-2.pyc lib/python%%XYDOT%%/test/__pycache__/autotest.cpython-%%XY%%.pyc +lib/python%%XYDOT%%/test/__pycache__/bisect.cpython-%%XY%%.opt-1.pyc +lib/python%%XYDOT%%/test/__pycache__/bisect.cpython-%%XY%%.opt-2.pyc +lib/python%%XYDOT%%/test/__pycache__/bisect.cpython-%%XY%%.pyc lib/python%%XYDOT%%/test/__pycache__/bytecode_helper.cpython-%%XY%%.opt-1.pyc lib/python%%XYDOT%%/test/__pycache__/bytecode_helper.cpython-%%XY%%.opt-2.pyc lib/python%%XYDOT%%/test/__pycache__/bytecode_helper.cpython-%%XY%%.pyc @@ -3410,6 +3421,9 @@ lib/python%%XYDOT%%/test/__pycache__/pydocfodder.cpyth lib/python%%XYDOT%%/test/__pycache__/pystone.cpython-%%XY%%.opt-1.pyc lib/python%%XYDOT%%/test/__pycache__/pystone.cpython-%%XY%%.opt-2.pyc lib/python%%XYDOT%%/test/__pycache__/pystone.cpython-%%XY%%.pyc +lib/python%%XYDOT%%/test/__pycache__/pythoninfo.cpython-%%XY%%.opt-1.pyc +lib/python%%XYDOT%%/test/__pycache__/pythoninfo.cpython-%%XY%%.opt-2.pyc +lib/python%%XYDOT%%/test/__pycache__/pythoninfo.cpython-%%XY%%.pyc lib/python%%XYDOT%%/test/__pycache__/re_tests.cpython-%%XY%%.opt-1.pyc lib/python%%XYDOT%%/test/__pycache__/re_tests.cpython-%%XY%%.opt-2.pyc lib/python%%XYDOT%%/test/__pycache__/re_tests.cpython-%%XY%%.pyc @@ -4698,6 +4712,7 @@ lib/python%%XYDOT%%/test/badsyntax_future7.py lib/python%%XYDOT%%/test/badsyntax_future8.py lib/python%%XYDOT%%/test/badsyntax_future9.py lib/python%%XYDOT%%/test/badsyntax_pep3120.py +lib/python%%XYDOT%%/test/bisect.py lib/python%%XYDOT%%/test/bytecode_helper.py lib/python%%XYDOT%%/test/capath/4e1295a3.0 lib/python%%XYDOT%%/test/capath/5ed36f99.0 @@ -5024,6 +5039,7 @@ lib/python%%XYDOT%%/test/pyclbr_input.py lib/python%%XYDOT%%/test/pydoc_mod.py lib/python%%XYDOT%%/test/pydocfodder.py lib/python%%XYDOT%%/test/pystone.py +lib/python%%XYDOT%%/test/pythoninfo.py lib/python%%XYDOT%%/test/randv2_32.pck lib/python%%XYDOT%%/test/randv2_64.pck lib/python%%XYDOT%%/test/randv3.pck @@ -5038,7 +5054,6 @@ lib/python%%XYDOT%%/test/sample_doctest_no_doctests.py lib/python%%XYDOT%%/test/selfsigned_pythontestdotnet.pem lib/python%%XYDOT%%/test/seq_tests.py lib/python%%XYDOT%%/test/sgml_input.html -lib/python%%XYDOT%%/test/sha256.pem lib/python%%XYDOT%%/test/signalinterproctester.py lib/python%%XYDOT%%/test/sndhdrdata/README lib/python%%XYDOT%%/test/sndhdrdata/sndhdr.8svx @@ -5506,6 +5521,22 @@ lib/python%%XYDOT%%/test/test_import/data/circular_imp lib/python%%XYDOT%%/test/test_import/data/circular_imports/subpkg/subpackage2.py lib/python%%XYDOT%%/test/test_import/data/circular_imports/subpkg/util.py lib/python%%XYDOT%%/test/test_import/data/circular_imports/util.py +lib/python%%XYDOT%%/test/test_import/data/package/__init__.py +lib/python%%XYDOT%%/test/test_import/data/package/__pycache__/__init__.cpython-%%XY%%.opt-1.pyc +lib/python%%XYDOT%%/test/test_import/data/package/__pycache__/__init__.cpython-%%XY%%.opt-2.pyc +lib/python%%XYDOT%%/test/test_import/data/package/__pycache__/__init__.cpython-%%XY%%.pyc +lib/python%%XYDOT%%/test/test_import/data/package/__pycache__/submodule.cpython-%%XY%%.opt-1.pyc +lib/python%%XYDOT%%/test/test_import/data/package/__pycache__/submodule.cpython-%%XY%%.opt-2.pyc +lib/python%%XYDOT%%/test/test_import/data/package/__pycache__/submodule.cpython-%%XY%%.pyc +lib/python%%XYDOT%%/test/test_import/data/package/submodule.py +lib/python%%XYDOT%%/test/test_import/data/package2/__pycache__/submodule1.cpython-%%XY%%.opt-1.pyc +lib/python%%XYDOT%%/test/test_import/data/package2/__pycache__/submodule1.cpython-%%XY%%.opt-2.pyc +lib/python%%XYDOT%%/test/test_import/data/package2/__pycache__/submodule1.cpython-%%XY%%.pyc +lib/python%%XYDOT%%/test/test_import/data/package2/__pycache__/submodule2.cpython-%%XY%%.opt-1.pyc +lib/python%%XYDOT%%/test/test_import/data/package2/__pycache__/submodule2.cpython-%%XY%%.opt-2.pyc +lib/python%%XYDOT%%/test/test_import/data/package2/__pycache__/submodule2.cpython-%%XY%%.pyc +lib/python%%XYDOT%%/test/test_import/data/package2/submodule1.py +lib/python%%XYDOT%%/test/test_import/data/package2/submodule2.py lib/python%%XYDOT%%/test/test_importlib/__init__.py lib/python%%XYDOT%%/test/test_importlib/__main__.py lib/python%%XYDOT%%/test/test_importlib/__pycache__/__init__.cpython-%%XY%%.opt-1.pyc From owner-svn-ports-all@freebsd.org Wed Oct 4 10:55:31 2017 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 C3261E35BD3; Wed, 4 Oct 2017 10:55:31 +0000 (UTC) (envelope-from sunpoet@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 8A36F80624; Wed, 4 Oct 2017 10:55:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AtUsL083490; Wed, 4 Oct 2017 10:55:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AtUXM083488; Wed, 4 Oct 2017 10:55:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041055.v94AtUXM083488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451203 - head/print/py-fonttools X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/print/py-fonttools X-SVN-Commit-Revision: 451203 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:55:31 -0000 Author: sunpoet Date: Wed Oct 4 10:55:30 2017 New Revision: 451203 URL: https://svnweb.freebsd.org/changeset/ports/451203 Log: Update to 3.16.0 Changes: https://github.com/fonttools/fonttools/releases Modified: head/print/py-fonttools/Makefile head/print/py-fonttools/distinfo Modified: head/print/py-fonttools/Makefile ============================================================================== --- head/print/py-fonttools/Makefile Wed Oct 4 10:55:25 2017 (r451202) +++ head/print/py-fonttools/Makefile Wed Oct 4 10:55:30 2017 (r451203) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fonttools -PORTVERSION= 3.15.1 +PORTVERSION= 3.16.0 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-fonttools/distinfo ============================================================================== --- head/print/py-fonttools/distinfo Wed Oct 4 10:55:25 2017 (r451202) +++ head/print/py-fonttools/distinfo Wed Oct 4 10:55:30 2017 (r451203) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503156541 -SHA256 (fonttools-3.15.1.zip) = 8df4b605a28e313f0f9e0a79502caba4150a521347fdbafc063e52fee34912c2 -SIZE (fonttools-3.15.1.zip) = 2341852 +TIMESTAMP = 1507100105 +SHA256 (fonttools-3.16.0.zip) = b92df265ee71cec346438276f7bcfcabe82356aa9791a84c7895fd043e954f72 +SIZE (fonttools-3.16.0.zip) = 2424740 From owner-svn-ports-all@freebsd.org Wed Oct 4 10:55:36 2017 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 B7E47E35C1C; Wed, 4 Oct 2017 10:55:36 +0000 (UTC) (envelope-from sunpoet@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 86D9B8069A; Wed, 4 Oct 2017 10:55:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AtZxa083613; Wed, 4 Oct 2017 10:55:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AtZ4D083611; Wed, 4 Oct 2017 10:55:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041055.v94AtZ4D083611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451204 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 451204 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:55:36 -0000 Author: sunpoet Date: Wed Oct 4 10:55:35 2017 New Revision: 451204 URL: https://svnweb.freebsd.org/changeset/ports/451204 Log: Update to 2.10.57 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Wed Oct 4 10:55:30 2017 (r451203) +++ head/devel/rubygem-aws-sdk-core/Makefile Wed Oct 4 10:55:35 2017 (r451204) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.10.56 +PORTVERSION= 2.10.57 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Wed Oct 4 10:55:30 2017 (r451203) +++ head/devel/rubygem-aws-sdk-core/distinfo Wed Oct 4 10:55:35 2017 (r451204) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507041472 -SHA256 (rubygem/aws-sdk-core-2.10.56.gem) = db58bbfbfe36f9d9a255d154d4d237cee43a44fdd35cd6615ebd52f2ef36432b -SIZE (rubygem/aws-sdk-core-2.10.56.gem) = 1070592 +TIMESTAMP = 1507100115 +SHA256 (rubygem/aws-sdk-core-2.10.57.gem) = 6edaca6b25bb77ee1a292912d8ce4d617909336ed26e56d4901accff36ca45fc +SIZE (rubygem/aws-sdk-core-2.10.57.gem) = 1071104 From owner-svn-ports-all@freebsd.org Wed Oct 4 10:55:42 2017 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 3D9D3E35C47; Wed, 4 Oct 2017 10:55:42 +0000 (UTC) (envelope-from sunpoet@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 0589980712; Wed, 4 Oct 2017 10:55:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94Atfv0083737; Wed, 4 Oct 2017 10:55:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AteIO083735; Wed, 4 Oct 2017 10:55:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041055.v94AteIO083735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:55:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451205 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 451205 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:55:42 -0000 Author: sunpoet Date: Wed Oct 4 10:55:40 2017 New Revision: 451205 URL: https://svnweb.freebsd.org/changeset/ports/451205 Log: Update to 2.10.57 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Wed Oct 4 10:55:35 2017 (r451204) +++ head/devel/rubygem-aws-sdk-resources/Makefile Wed Oct 4 10:55:40 2017 (r451205) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.10.56 +PORTVERSION= 2.10.57 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Wed Oct 4 10:55:35 2017 (r451204) +++ head/devel/rubygem-aws-sdk-resources/distinfo Wed Oct 4 10:55:40 2017 (r451205) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507041480 -SHA256 (rubygem/aws-sdk-resources-2.10.56.gem) = c0da9d40bda015a086c6788e3e80af894df895ba817b36a7a206853d071c6777 -SIZE (rubygem/aws-sdk-resources-2.10.56.gem) = 48640 +TIMESTAMP = 1507100121 +SHA256 (rubygem/aws-sdk-resources-2.10.57.gem) = feb26ec108798ca3fa018311a2d2111c88a8ab01ac6cf6ba802aa3d33623f379 +SIZE (rubygem/aws-sdk-resources-2.10.57.gem) = 48640 From owner-svn-ports-all@freebsd.org Wed Oct 4 10:55:47 2017 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 8A5E3E35C9C; Wed, 4 Oct 2017 10:55:47 +0000 (UTC) (envelope-from sunpoet@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 4FE1280795; Wed, 4 Oct 2017 10:55:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AtkFc083862; Wed, 4 Oct 2017 10:55:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94Atkin083860; Wed, 4 Oct 2017 10:55:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041055.v94Atkin083860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:55:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451206 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 451206 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:55:47 -0000 Author: sunpoet Date: Wed Oct 4 10:55:46 2017 New Revision: 451206 URL: https://svnweb.freebsd.org/changeset/ports/451206 Log: Update to 2.10.57 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Wed Oct 4 10:55:40 2017 (r451205) +++ head/devel/rubygem-aws-sdk/Makefile Wed Oct 4 10:55:46 2017 (r451206) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.10.56 +PORTVERSION= 2.10.57 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Wed Oct 4 10:55:40 2017 (r451205) +++ head/devel/rubygem-aws-sdk/distinfo Wed Oct 4 10:55:46 2017 (r451206) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507041486 -SHA256 (rubygem/aws-sdk-2.10.56.gem) = 37f69f44cb78f238f110b0d5facb8fe7e83e8a39b35e9f8398c82b505f965da7 -SIZE (rubygem/aws-sdk-2.10.56.gem) = 4608 +TIMESTAMP = 1507100127 +SHA256 (rubygem/aws-sdk-2.10.57.gem) = a414be30d3cbba9f3eb1231709515d2e0b34526b796ca3651d2e45bea06f2881 +SIZE (rubygem/aws-sdk-2.10.57.gem) = 4608 From owner-svn-ports-all@freebsd.org Wed Oct 4 10:55:52 2017 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 BE825E35CBD; Wed, 4 Oct 2017 10:55:52 +0000 (UTC) (envelope-from sunpoet@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 8C59380810; Wed, 4 Oct 2017 10:55:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94Atpm8083986; Wed, 4 Oct 2017 10:55:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94Atp8E083983; Wed, 4 Oct 2017 10:55:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041055.v94Atp8E083983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451207 - head/devel/rubygem-capybara X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-capybara X-SVN-Commit-Revision: 451207 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:55:52 -0000 Author: sunpoet Date: Wed Oct 4 10:55:51 2017 New Revision: 451207 URL: https://svnweb.freebsd.org/changeset/ports/451207 Log: Update to 2.15.3 Changes: https://github.com/teamcapybara/capybara/blob/master/History.md Modified: head/devel/rubygem-capybara/Makefile head/devel/rubygem-capybara/distinfo Modified: head/devel/rubygem-capybara/Makefile ============================================================================== --- head/devel/rubygem-capybara/Makefile Wed Oct 4 10:55:46 2017 (r451206) +++ head/devel/rubygem-capybara/Makefile Wed Oct 4 10:55:51 2017 (r451207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= capybara -PORTVERSION= 2.15.2 +PORTVERSION= 2.15.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-capybara/distinfo ============================================================================== --- head/devel/rubygem-capybara/distinfo Wed Oct 4 10:55:46 2017 (r451206) +++ head/devel/rubygem-capybara/distinfo Wed Oct 4 10:55:51 2017 (r451207) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507041497 -SHA256 (rubygem/capybara-2.15.2.gem) = 11223a4f98942913a67520c8e1126ae6f544b48f26844a9098f5f440caf12b50 -SIZE (rubygem/capybara-2.15.2.gem) = 270848 +TIMESTAMP = 1507100137 +SHA256 (rubygem/capybara-2.15.3.gem) = b67bcaa5ed9082c14179d9ea5268ff1b3455ece0a52f21bee4e203fe6fc791bf +SIZE (rubygem/capybara-2.15.3.gem) = 271360 From owner-svn-ports-all@freebsd.org Wed Oct 4 10:55:58 2017 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 126C6E35CF3; Wed, 4 Oct 2017 10:55:58 +0000 (UTC) (envelope-from sunpoet@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 C1D5C8088D; Wed, 4 Oct 2017 10:55:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AtuFl084085; Wed, 4 Oct 2017 10:55:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94Atu5C084084; Wed, 4 Oct 2017 10:55:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041055.v94Atu5C084084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:55:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451208 - head/devel/rubygem-kgio X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-kgio X-SVN-Commit-Revision: 451208 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:55:58 -0000 Author: sunpoet Date: Wed Oct 4 10:55:56 2017 New Revision: 451208 URL: https://svnweb.freebsd.org/changeset/ports/451208 Log: Update WWW Modified: head/devel/rubygem-kgio/pkg-descr Modified: head/devel/rubygem-kgio/pkg-descr ============================================================================== --- head/devel/rubygem-kgio/pkg-descr Wed Oct 4 10:55:51 2017 (r451207) +++ head/devel/rubygem-kgio/pkg-descr Wed Oct 4 10:55:56 2017 (r451208) @@ -3,4 +3,4 @@ EAGAIN and EINPROGRESS. It is intended for use with th Rack servers, but may be used by other applications (that run on Unix-like platforms). -WWW: http://bogomips.org/kgio/ +WWW: https://bogomips.org/kgio/ From owner-svn-ports-all@freebsd.org Wed Oct 4 10:56:02 2017 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 D2257E35D30; Wed, 4 Oct 2017 10:56:02 +0000 (UTC) (envelope-from sunpoet@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 9FAA0808FC; Wed, 4 Oct 2017 10:56:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94Au1M7084214; Wed, 4 Oct 2017 10:56:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94Au1eC084212; Wed, 4 Oct 2017 10:56:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041056.v94Au1eC084212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:56:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451209 - head/textproc/rubygem-ruby-xslt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-ruby-xslt X-SVN-Commit-Revision: 451209 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:56:03 -0000 Author: sunpoet Date: Wed Oct 4 10:56:01 2017 New Revision: 451209 URL: https://svnweb.freebsd.org/changeset/ports/451209 Log: Update to 0.9.10 - Add LICENSE_FILE - Add USES=gnome Changes: https://github.com/glejeune/ruby-xslt/blob/master/ChangeLog.rdoc https://github.com/glejeune/ruby-xslt/commits/master Modified: head/textproc/rubygem-ruby-xslt/Makefile head/textproc/rubygem-ruby-xslt/distinfo Modified: head/textproc/rubygem-ruby-xslt/Makefile ============================================================================== --- head/textproc/rubygem-ruby-xslt/Makefile Wed Oct 4 10:55:56 2017 (r451208) +++ head/textproc/rubygem-ruby-xslt/Makefile Wed Oct 4 10:56:01 2017 (r451209) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ruby-xslt -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,9 +10,10 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= XSLT processor in pure Ruby LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= libxslt USE_RUBY= yes -USES= gem +USES= gem gnome .include Modified: head/textproc/rubygem-ruby-xslt/distinfo ============================================================================== --- head/textproc/rubygem-ruby-xslt/distinfo Wed Oct 4 10:55:56 2017 (r451208) +++ head/textproc/rubygem-ruby-xslt/distinfo Wed Oct 4 10:56:01 2017 (r451209) @@ -1,2 +1,3 @@ -SHA256 (rubygem/ruby-xslt-0.9.9.gem) = 7dc7565e90719b5971ef9620f64180848a5d9e983e9abc74d76f7cf1b01a2f72 -SIZE (rubygem/ruby-xslt-0.9.9.gem) = 34816 +TIMESTAMP = 1507110692 +SHA256 (rubygem/ruby-xslt-0.9.10.gem) = a6fa14574f8f9cec4ee7a34085545b4f79151d10c0c119f2d2bb62d1fa8ff369 +SIZE (rubygem/ruby-xslt-0.9.10.gem) = 35328 From owner-svn-ports-all@freebsd.org Wed Oct 4 10:56:07 2017 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 CE1A6E35D66; Wed, 4 Oct 2017 10:56:07 +0000 (UTC) (envelope-from sunpoet@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 99BC080975; Wed, 4 Oct 2017 10:56:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94Au6J2084336; Wed, 4 Oct 2017 10:56:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94Au6LZ084334; Wed, 4 Oct 2017 10:56:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041056.v94Au6LZ084334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451210 - head/www/rubygem-carrierwave X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-carrierwave X-SVN-Commit-Revision: 451210 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:56:08 -0000 Author: sunpoet Date: Wed Oct 4 10:56:06 2017 New Revision: 451210 URL: https://svnweb.freebsd.org/changeset/ports/451210 Log: Update to 1.2.1 Changes: https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md Modified: head/www/rubygem-carrierwave/Makefile head/www/rubygem-carrierwave/distinfo Modified: head/www/rubygem-carrierwave/Makefile ============================================================================== --- head/www/rubygem-carrierwave/Makefile Wed Oct 4 10:56:01 2017 (r451209) +++ head/www/rubygem-carrierwave/Makefile Wed Oct 4 10:56:06 2017 (r451210) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= carrierwave -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-carrierwave/distinfo ============================================================================== --- head/www/rubygem-carrierwave/distinfo Wed Oct 4 10:56:01 2017 (r451209) +++ head/www/rubygem-carrierwave/distinfo Wed Oct 4 10:56:06 2017 (r451210) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506832611 -SHA256 (rubygem/carrierwave-1.2.0.gem) = 4655c5cc099f8ea8bb6bad5c9852ceb5a16e4c8425cf744b415b7661a49d15c0 -SIZE (rubygem/carrierwave-1.2.0.gem) = 45568 +TIMESTAMP = 1507100144 +SHA256 (rubygem/carrierwave-1.2.1.gem) = 3186335d6fdc0a91e798ec95e421aff01358545ef9f8f854d0b1c3a3a72c4b04 +SIZE (rubygem/carrierwave-1.2.1.gem) = 45568 From owner-svn-ports-all@freebsd.org Wed Oct 4 10:56:12 2017 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 D7427E35D7C; Wed, 4 Oct 2017 10:56:12 +0000 (UTC) (envelope-from sunpoet@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 A6F79809E1; Wed, 4 Oct 2017 10:56:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AuBq3084475; Wed, 4 Oct 2017 10:56:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AuB1W084472; Wed, 4 Oct 2017 10:56:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041056.v94AuB1W084472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:56:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451211 - head/www/rubygem-unicorn X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-unicorn X-SVN-Commit-Revision: 451211 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:56:13 -0000 Author: sunpoet Date: Wed Oct 4 10:56:11 2017 New Revision: 451211 URL: https://svnweb.freebsd.org/changeset/ports/451211 Log: Update to 5.3.1 - Update WWW Changes: https://bogomips.org/unicorn/NEWS.html Modified: head/www/rubygem-unicorn/Makefile head/www/rubygem-unicorn/distinfo head/www/rubygem-unicorn/pkg-descr Modified: head/www/rubygem-unicorn/Makefile ============================================================================== --- head/www/rubygem-unicorn/Makefile Wed Oct 4 10:56:06 2017 (r451210) +++ head/www/rubygem-unicorn/Makefile Wed Oct 4 10:56:11 2017 (r451211) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unicorn -PORTVERSION= 5.3.0 +PORTVERSION= 5.3.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-unicorn/distinfo ============================================================================== --- head/www/rubygem-unicorn/distinfo Wed Oct 4 10:56:06 2017 (r451210) +++ head/www/rubygem-unicorn/distinfo Wed Oct 4 10:56:11 2017 (r451211) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491126933 -SHA256 (rubygem/unicorn-5.3.0.gem) = 1c1e83d07284d1f17ecf4382f4335b5cf7a5ac1579b0f9f4a3ed89dd9e6651cc -SIZE (rubygem/unicorn-5.3.0.gem) = 216576 +TIMESTAMP = 1507100152 +SHA256 (rubygem/unicorn-5.3.1.gem) = 6b03fd402fff4871929228e0ed8aee01656d59ca7135f3b41e07161828b40d38 +SIZE (rubygem/unicorn-5.3.1.gem) = 217088 Modified: head/www/rubygem-unicorn/pkg-descr ============================================================================== --- head/www/rubygem-unicorn/pkg-descr Wed Oct 4 10:56:06 2017 (r451210) +++ head/www/rubygem-unicorn/pkg-descr Wed Oct 4 10:56:11 2017 (r451211) @@ -4,4 +4,4 @@ features in Unix/Unix-like kernels. Slow clients shoul placing a reverse proxy capable of fully buffering both the request and response in between Unicorn and slow clients. -WWW: http://bogomips.org/unicorn/ +WWW: https://bogomips.org/unicorn/ From owner-svn-ports-all@freebsd.org Wed Oct 4 10:56:27 2017 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 DE052E35E22; Wed, 4 Oct 2017 10:56:27 +0000 (UTC) (envelope-from sunpoet@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 A947680B3E; Wed, 4 Oct 2017 10:56:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AuQkF084778; Wed, 4 Oct 2017 10:56:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AuQfk084777; Wed, 4 Oct 2017 10:56:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041056.v94AuQfk084777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:56:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451214 - head/devel/libical X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/libical X-SVN-Commit-Revision: 451214 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:56:28 -0000 Author: sunpoet Date: Wed Oct 4 10:56:26 2017 New Revision: 451214 URL: https://svnweb.freebsd.org/changeset/ports/451214 Log: Update LICENSE Approved by: portmgr (blanket) Modified: head/devel/libical/Makefile Modified: head/devel/libical/Makefile ============================================================================== --- head/devel/libical/Makefile Wed Oct 4 10:56:21 2017 (r451213) +++ head/devel/libical/Makefile Wed Oct 4 10:56:26 2017 (r451214) @@ -10,8 +10,8 @@ CATEGORIES= devel MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the IETF Calendaring and Scheduling protocols +LICENSE= LGPL21 MPL10 LICENSE_COMB= dual -LICENSE= MPL LGPL21 LIB_DEPENDS= libicuuc.so:devel/icu From owner-svn-ports-all@freebsd.org Wed Oct 4 10:56:22 2017 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 D689CE35DEE; Wed, 4 Oct 2017 10:56:22 +0000 (UTC) (envelope-from sunpoet@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 A0B6F80AC6; Wed, 4 Oct 2017 10:56:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AuLhB084686; Wed, 4 Oct 2017 10:56:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AuL3m084685; Wed, 4 Oct 2017 10:56:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041056.v94AuL3m084685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:56:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451213 - head/sysutils/rubygem-mogilefs-client X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-mogilefs-client X-SVN-Commit-Revision: 451213 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:56:23 -0000 Author: sunpoet Date: Wed Oct 4 10:56:21 2017 New Revision: 451213 URL: https://svnweb.freebsd.org/changeset/ports/451213 Log: Update WWW Approved by: portmgr (blanket) Modified: head/sysutils/rubygem-mogilefs-client/pkg-descr Modified: head/sysutils/rubygem-mogilefs-client/pkg-descr ============================================================================== --- head/sysutils/rubygem-mogilefs-client/pkg-descr Wed Oct 4 10:56:16 2017 (r451212) +++ head/sysutils/rubygem-mogilefs-client/pkg-descr Wed Oct 4 10:56:21 2017 (r451213) @@ -2,4 +2,4 @@ MogileFS is an open source distributed filesystem, see for more details. This library allows any Ruby application to read, write and delete files in a MogileFS instance. -WWW: http://bogomips.org/mogilefs-client/ +WWW: https://bogomips.org/mogilefs-client/ From owner-svn-ports-all@freebsd.org Wed Oct 4 10:56:18 2017 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 3021EE35DAB; Wed, 4 Oct 2017 10:56:18 +0000 (UTC) (envelope-from sunpoet@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 F127680A56; Wed, 4 Oct 2017 10:56:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AuH7w084584; Wed, 4 Oct 2017 10:56:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AuHLk084583; Wed, 4 Oct 2017 10:56:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041056.v94AuHLk084583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:56:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451212 - head/devel/jsoncpp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/jsoncpp X-SVN-Commit-Revision: 451212 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:56:18 -0000 Author: sunpoet Date: Wed Oct 4 10:56:16 2017 New Revision: 451212 URL: https://svnweb.freebsd.org/changeset/ports/451212 Log: Fix jsoncpp.pc - Bump PORTREVISION for package change PR: 222104 Submitted by: John Hein Approved by: Yuri Victorovich (maintainer) Modified: head/devel/jsoncpp/Makefile Modified: head/devel/jsoncpp/Makefile ============================================================================== --- head/devel/jsoncpp/Makefile Wed Oct 4 10:56:11 2017 (r451211) +++ head/devel/jsoncpp/Makefile Wed Oct 4 10:56:16 2017 (r451212) @@ -3,7 +3,7 @@ PORTNAME= jsoncpp PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@rawbw.com @@ -47,9 +47,8 @@ do-install: ${LN} -s libjsoncpp.so.${DISTVERSION} ${STAGEDIR}${PREFIX}/lib/libjsoncpp.so ${CP} ${WRKSRC}/pkg-config/jsoncpp.pc.in ${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc @${REINPLACE_CMD} -i '' \ - -e 's|@CMAKE_INSTALL_PREFIX@|${PREFIX}|g' \ - -e 's|@CMAKE_INSTALL_LIBDIR@|lib|g' \ - -e 's|@CMAKE_INSTALL_INCLUDEDIR@|include/jsoncpp|g' \ + -e 's|@CMAKE_INSTALL_FULL_LIBDIR@|${PREFIX}/lib|g' \ + -e 's|@CMAKE_INSTALL_FULL_INCLUDEDIR@|${PREFIX}/include/jsoncpp|g' \ -e 's|@JSONCPP_VERSION@|${DISTVERSION}|g' \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc From owner-svn-ports-all@freebsd.org Wed Oct 4 10:56:32 2017 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 D8339E35E79; Wed, 4 Oct 2017 10:56:32 +0000 (UTC) (envelope-from sunpoet@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 A333580BB4; Wed, 4 Oct 2017 10:56:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94AuV7q084869; Wed, 4 Oct 2017 10:56:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AuVZd084868; Wed, 4 Oct 2017 10:56:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041056.v94AuVZd084868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451215 - head/textproc/freexl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/freexl X-SVN-Commit-Revision: 451215 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 10:56:33 -0000 Author: sunpoet Date: Wed Oct 4 10:56:31 2017 New Revision: 451215 URL: https://svnweb.freebsd.org/changeset/ports/451215 Log: Fix and update LICENSE Approved by: portmgr (blanket) Modified: head/textproc/freexl/Makefile Modified: head/textproc/freexl/Makefile ============================================================================== --- head/textproc/freexl/Makefile Wed Oct 4 10:56:26 2017 (r451214) +++ head/textproc/freexl/Makefile Wed Oct 4 10:56:31 2017 (r451215) @@ -9,8 +9,8 @@ MASTER_SITES= http://www.gaia-gis.it/gaia-sins/freexl- MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Library to extract valid data from within an Excel (.xls) spreadsheet -LICENSE= MPL GPLv2 LGPL21 -LICENSE_COMB= multi +LICENSE= GPLv2+ LGPL21+ MPL11 +LICENSE_COMB= dual GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_search_locale_charset=no From owner-svn-ports-all@freebsd.org Wed Oct 4 11:21:35 2017 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 2E851E3675B; Wed, 4 Oct 2017 11:21:35 +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 F1D3E81BC4; Wed, 4 Oct 2017 11:21:34 +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 v94BLYTm093847; Wed, 4 Oct 2017 11:21:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94BLYZW093845; Wed, 4 Oct 2017 11:21:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201710041121.v94BLYZW093845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 4 Oct 2017 11:21:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451216 - head/devel/osc X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/osc X-SVN-Commit-Revision: 451216 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 11:21:35 -0000 Author: amdmi3 Date: Wed Oct 4 11:21:33 2017 New Revision: 451216 URL: https://svnweb.freebsd.org/changeset/ports/451216 Log: - Update to 0.160.0 Modified: head/devel/osc/Makefile head/devel/osc/distinfo Modified: head/devel/osc/Makefile ============================================================================== --- head/devel/osc/Makefile Wed Oct 4 10:56:31 2017 (r451215) +++ head/devel/osc/Makefile Wed Oct 4 11:21:33 2017 (r451216) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osc -PORTVERSION= 0.159.0 +PORTVERSION= 0.160.0 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org Modified: head/devel/osc/distinfo ============================================================================== --- head/devel/osc/distinfo Wed Oct 4 10:56:31 2017 (r451215) +++ head/devel/osc/distinfo Wed Oct 4 11:21:33 2017 (r451216) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500572982 -SHA256 (openSUSE-osc-0.159.0_GH0.tar.gz) = afaf69bc4fc6ea93635bcf4206bfdd33a6e4bd3b2e956810ce14a2f1e8e12a4d -SIZE (openSUSE-osc-0.159.0_GH0.tar.gz) = 338929 +TIMESTAMP = 1507115505 +SHA256 (openSUSE-osc-0.160.0_GH0.tar.gz) = 8190d362ecce258b721a45a110c82128115573254c2ad72066280684efd148db +SIZE (openSUSE-osc-0.160.0_GH0.tar.gz) = 340884 From owner-svn-ports-all@freebsd.org Wed Oct 4 11:23:35 2017 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 7F7E0E367C1; Wed, 4 Oct 2017 11:23:35 +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 4EA4681E76; Wed, 4 Oct 2017 11:23:35 +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 v94BNYO4097205; Wed, 4 Oct 2017 11:23:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94BNYad097204; Wed, 4 Oct 2017 11:23:34 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710041123.v94BNYad097204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 11:23:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451217 - head/www/e107 X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/www/e107 X-SVN-Commit-Revision: 451217 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 11:23:35 -0000 Author: bapt Date: Wed Oct 4 11:23:34 2017 New Revision: 451217 URL: https://svnweb.freebsd.org/changeset/ports/451217 Log: Do not overwrite USES While here, convert to USES=php Modified: head/www/e107/Makefile Modified: head/www/e107/Makefile ============================================================================== --- head/www/e107/Makefile Wed Oct 4 11:21:33 2017 (r451216) +++ head/www/e107/Makefile Wed Oct 4 11:23:34 2017 (r451217) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_full MAINTAINER= wen@FreeBSD.org COMMENT= Content management system written in PHP -USES= cpe +USES= cpe dos2unix php shebangfix USE_PHP= dom exif hash pdo_mysql session xml WRKSRC= ${WRKDIR}/e107 @@ -21,7 +21,6 @@ SUB_FILES= pkg-message SUB_LIST= E107DIR=${E107DIR} E107DIR= www/e107 -USES= dos2unix shebangfix SHEBANG_FILES= cron.php e107_handlers/bounce_handler.php do-extract: From owner-svn-ports-all@freebsd.org Wed Oct 4 11:29:23 2017 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 8A426E368D6; Wed, 4 Oct 2017 11:29:23 +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 2F31A81FF4; Wed, 4 Oct 2017 11:29:23 +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 v94BTMub099372; Wed, 4 Oct 2017 11:29:22 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94BTFpm099298; Wed, 4 Oct 2017 11:29:15 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710041129.v94BTFpm099298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 11:29:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451218 - in head/www: asterisk-stat atutor b2evolution bacula-web bblog chems claroline cmsmadesimple dotproject efront elgg entrans eventum freeway gallery2 gallery3 gregarius habari ... X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/www: asterisk-stat atutor b2evolution bacula-web bblog chems claroline cmsmadesimple dotproject efront elgg entrans eventum freeway gallery2 gallery3 gregarius habari hastymail hastymail2 hast... X-SVN-Commit-Revision: 451218 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 11:29:23 -0000 Author: bapt Date: Wed Oct 4 11:29:14 2017 New Revision: 451218 URL: https://svnweb.freebsd.org/changeset/ports/451218 Log: Convert to USES=php While here convert some ports to optiosn helpers Modified: head/www/asterisk-stat/Makefile head/www/atutor/Makefile head/www/b2evolution/Makefile head/www/bacula-web/Makefile head/www/bblog/Makefile head/www/chems/Makefile head/www/claroline/Makefile head/www/cmsmadesimple/Makefile head/www/dotproject/Makefile head/www/efront/Makefile head/www/elgg/Makefile head/www/entrans/Makefile head/www/eventum/Makefile head/www/freeway/Makefile head/www/gallery2/Makefile head/www/gallery3/Makefile head/www/gregarius/Makefile head/www/habari/Makefile head/www/hastymail/Makefile head/www/hastymail2-devel/Makefile head/www/hastymail2/Makefile head/www/horde-ansel/Makefile head/www/horde-base/Makefile head/www/horde-passwd/Makefile head/www/horde-trean/Makefile head/www/horde-wicked/Makefile head/www/hotcrp/Makefile head/www/ilias/Makefile head/www/jinzora/Makefile head/www/kplaylist/Makefile head/www/lilurl/Makefile head/www/limesurvey/Makefile head/www/lionwiki/Makefile head/www/magento/Makefile head/www/mahara/Makefile head/www/mediawiki123/Makefile head/www/moodle30/Makefile head/www/moodle31/Makefile head/www/moodle32/Makefile head/www/moodle33/Makefile head/www/mysar/Makefile head/www/nibbleblog/Makefile head/www/opencart/Makefile head/www/openxmldir/Makefile head/www/orangehrm/Makefile head/www/oscommerce/Makefile head/www/pear-Horde_Feed/Makefile head/www/pear-Horde_Service_Facebook/Makefile head/www/pear-twig/Makefile head/www/phpmp/Makefile head/www/phprecipebook/Makefile head/www/phproxy/Makefile head/www/pivotx/Makefile head/www/plexwatchweb/Makefile head/www/pydio/Makefile head/www/redaxo/Makefile head/www/repos-style/Makefile head/www/revive-adserver/Makefile head/www/rnews/Makefile head/www/sams2/Makefile head/www/serendipity/Makefile head/www/sit/Makefile head/www/sitebar/Makefile head/www/smarty3/Makefile head/www/sxweb/Makefile head/www/templatelite/Makefile head/www/testlink/Makefile head/www/thundercache/Makefile head/www/thundersnarf/Makefile head/www/tivoka/Makefile head/www/usermanager/Makefile head/www/webtrees/Makefile head/www/xaraya/Makefile head/www/xoops/Makefile head/www/yanopaste/Makefile head/www/yii/Makefile head/www/zend-framework/Makefile head/www/zend-framework1/Makefile head/www/zikula/Makefile Modified: head/www/asterisk-stat/Makefile ============================================================================== --- head/www/asterisk-stat/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/asterisk-stat/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -14,8 +14,8 @@ COMMENT= ASTERISK call detail records analyzer LIB_DEPENDS= libgd.so:graphics/gd NO_BUILD= yes +USES= php:web USE_PHP= session gd pcre -WANT_PHP_WEB= yes ASTERISKDIR?= ${WWWDIR} SITE_SUBDIR= asterisk-stat-v2 WRKSRC= ${WRKDIR}/${SITE_SUBDIR} Modified: head/www/atutor/Makefile ============================================================================== --- head/www/atutor/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/atutor/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -12,7 +12,7 @@ COMMENT= Open Source Web-based Learning Content Manage LICENSE= GPLv2 -USES= cpe +USES= cpe php USE_PHP= session mbstring zlib mysql WRKSRC= ${WRKDIR}/ATutor Modified: head/www/b2evolution/Makefile ============================================================================== --- head/www/b2evolution/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/b2evolution/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -11,12 +11,11 @@ MASTER_SITES= SF/evocms/${PORTNAME}/b2evo%20${PORTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Multilingual, multiuser, multi-blog engine -USES= cpe dos2unix zip +USES= cpe dos2unix php:web zip B2EVO_DATE?= stable-2011-03-23 USE_PHP= mysql pcre session xml NO_BUILD= YES -WANT_PHP_WEB= YES TMPDIR?= ${PORTNAME} WRKSRC= ${WRKDIR}/${TMPDIR} Modified: head/www/bacula-web/Makefile ============================================================================== --- head/www/bacula-web/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/bacula-web/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -12,9 +12,8 @@ COMMENT= Bacula-web provides a summarized output of Ba LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/docs/COPYING -USES= tar:tgz +USES= php:web tar:tgz USE_PHP= gd gettext session -WANT_PHP_WEB= yes NO_BUILD= yes NO_ARCH= yes NO_WRKSUBDIR= yes Modified: head/www/bblog/Makefile ============================================================================== --- head/www/bblog/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/bblog/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -10,9 +10,9 @@ MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/${PORTN MAINTAINER= ports@FreeBSD.org COMMENT= Elegant personal publishing system with Smarty +USES= php:web USE_PHP= mysql pcre session NO_BUILD= yes -WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME:tl} WWWDOCROOT?= www Modified: head/www/chems/Makefile ============================================================================== --- head/www/chems/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/chems/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The geekest content helper management system NO_BUILD= yes -USES= zip +USES= zip php USE_PHP= xml iconv gd PLIST_SUB= WWWOWN="${WWWOWN}" SUB_FILES= pkg-message Modified: head/www/claroline/Makefile ============================================================================== --- head/www/claroline/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/claroline/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -12,7 +12,7 @@ COMMENT= Open Source eLearning and eWorking platform LICENSE= GPLv2 -USES= cpe +USES= cpe php NO_BUILD= yes USE_PHP= mysql Modified: head/www/cmsmadesimple/Makefile ============================================================================== --- head/www/cmsmadesimple/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/cmsmadesimple/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -12,6 +12,7 @@ COMMENT= Simple Open Source CMS LICENSE= GPLv2 +USES= php USE_PHP= mysql tokenizer gd NO_BUILD= yes Modified: head/www/dotproject/Makefile ============================================================================== --- head/www/dotproject/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/dotproject/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -11,12 +11,11 @@ COMMENT= Open Source Project Management tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe shebangfix +USES= cpe shebangfix php:web SHEBANG_FILES= misc/cvs2cl/cvs2cl.pl WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes USE_PHP= gd mysql session zlib -WANT_PHP_WEB= yes USE_APACHE_RUN= 22+ SUB_FILES= pkg-message Modified: head/www/efront/Makefile ============================================================================== --- head/www/efront/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/efront/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_build18016_commun MAINTAINER= wen@FreeBSD.org COMMENT= Elearning and Human Capital Development platform -USES= cpe shebangfix zip +USES= cpe shebangfix zip php SHEBANG_FILES= www/phplivedocx/samples/mail-merge/supported-file-formats/generate-documents.php \ www/phplivedocx/samples/mail-merge/supported-file-formats/show-supported-file-formats.php \ www/phplivedocx/samples/mail-merge/template-info/list-template-info.php \ Modified: head/www/elgg/Makefile ============================================================================== --- head/www/elgg/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/elgg/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -13,7 +13,7 @@ COMMENT= Blogging and social networking platform LICENSE= GPLv2 USE_PHP= mysql gd json soap dom xml -USES= cpe gettext zip +USES= cpe gettext zip php NO_BUILD= yes PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" Modified: head/www/entrans/Makefile ============================================================================== --- head/www/entrans/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/entrans/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -12,10 +12,10 @@ COMMENT= Entrans is an online, collaborative translati LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= php:web USE_PHP= mysql NO_BUILD= yes NO_ARCH= yes -WANT_PHP_WEB= yes ENTRANS?= www/entrans PLIST_SUB+= ENTRANS=${ENTRANS} PLIST= ${WRKDIR}/pkg-plist Modified: head/www/eventum/Makefile ============================================================================== --- head/www/eventum/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/eventum/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -10,11 +10,10 @@ MASTER_SITES= MYSQL/eventum MAINTAINER= ports@FreeBSD.org COMMENT= Eventum issue tracking system -USES= cpe +USES= cpe php:web CPE_VENDOR= mysql NO_BUILD= yes USE_PHP= pcre session mysql gd gettext -WANT_PHP_WEB= yes PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" pre-install: Modified: head/www/freeway/Makefile ============================================================================== --- head/www/freeway/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/freeway/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S,.,_,g} MAINTAINER= ports@FreeBSD.org COMMENT= Advanced Open Source eCommerce Platform -USES= shebangfix +USES= shebangfix php SHEBANG_FILES= admin/htmlarea/plugins/SpellChecker/spell-check-logic.cgi USE_PHP= mysql WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/www/gallery2/Makefile ============================================================================== --- head/www/gallery2/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/gallery2/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -22,8 +22,8 @@ OPTIONS_DEFAULT=IMAGEMAGICK JHEAD MYSQL NO_ARCH= yes NO_BUILD= yes +USES= php:web USE_PHP= pcre session -WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message Modified: head/www/gallery3/Makefile ============================================================================== --- head/www/gallery3/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/gallery3/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -11,11 +11,10 @@ DISTNAME= gallery-${PORTVERSION} MAINTAINER= appleboy.tw@gmail.com COMMENT= Web based photo album organizer written in PHP -USES= zip +USES= zip php:web USE_PHP= ctype filter iconv json mysql mbstring pcre \ simplexml session spl tokenizer xml -WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes Modified: head/www/gregarius/Makefile ============================================================================== --- head/www/gregarius/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/gregarius/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -12,6 +12,7 @@ COMMENT= Web-based RSS/RDF/ATOM news aggregator LICENSE= GPLv2 +USES= php USE_PHP= gettext iconv mbstring session xml zlib NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/www/habari/Makefile ============================================================================== --- head/www/habari/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/habari/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -10,9 +10,8 @@ MASTER_SITES= http://habariproject.org/dist/ \ MAINTAINER= ayu@commun.jp COMMENT= Next-generation free software blogging platform -USES= zip +USES= zip php:web USE_PHP= ctype filter hash json mbstring pcre pdo session simplexml tokenizer zlib -WANT_PHP_WEB= yes NO_BUILD= yes OPTIONS_MULTI= DB Modified: head/www/hastymail/Makefile ============================================================================== --- head/www/hastymail/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/hastymail/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_BUILD= yes SUB_FILES= pkg-message -WANT_PHP_WEB= yes +USES= php:web USE_PHP= session imap pcre PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" Modified: head/www/hastymail2-devel/Makefile ============================================================================== --- head/www/hastymail2-devel/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/hastymail2-devel/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_BUILD= yes SUB_FILES= pkg-message -WANT_PHP_WEB= yes +USES= php:web USE_PHP= session imap pcre WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/www/hastymail2/Makefile ============================================================================== --- head/www/hastymail2/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/hastymail2/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -20,7 +20,7 @@ SUB_FILES= pkg-message CONFLICTS_INSTALL= hastymail2-devel-[0-9]* -WANT_PHP_WEB= yes +USES= php:web USE_PHP= ctype pcre session xml WIKEDVERSION= 1_1 Modified: head/www/horde-ansel/Makefile ============================================================================== --- head/www/horde-ansel/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/horde-ansel/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -11,7 +11,7 @@ COMMENT= Horde Photo Management and Web Gallery LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= horde cpe +USES= horde cpe php USE_PHP= gettext hash USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/www/horde-base/Makefile ============================================================================== --- head/www/horde-base/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/horde-base/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -1,3 +1,4 @@ +USE_MYSQL= serve2 # $FreeBSD$ PORTNAME= horde @@ -18,7 +19,7 @@ ICONV_DESC= Depend on PHP iconv extension TWITTER_DESC= Support connections to Twitter WEATHER_DESC= Support weather forecast display -USES= horde cpe +USES= horde cpe php USE_PHP= filter gettext hash USE_HORDE_BUILD= Horde_Role Modified: head/www/horde-passwd/Makefile ============================================================================== --- head/www/horde-passwd/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/horde-passwd/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -11,7 +11,7 @@ COMMENT= Horde password changing application LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= horde cpe +USES= horde cpe php USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/www/horde-trean/Makefile ============================================================================== --- head/www/horde-trean/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/horde-trean/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -11,7 +11,7 @@ COMMENT= Horde Bookmark Manager LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= horde cpe +USES= horde cpe php USE_PHP= gettext json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/www/horde-wicked/Makefile ============================================================================== --- head/www/horde-wicked/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/horde-wicked/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS+= ${PEARDIR}/Text/Wiki.php:www/pear-Text_Wiki -USES= horde cpe +USES= horde cpe php USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/www/hotcrp/Makefile ============================================================================== --- head/www/hotcrp/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/hotcrp/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -12,8 +12,8 @@ COMMENT= Web based conference management software RUN_DEPENDS= pdftohtml:graphics/poppler-utils \ zip:archivers/zip +USES= php mysql:server USE_PHP= mysqli gd session ctype -USE_MYSQL= server NO_BUILD= yes SUB_FILES= pkg-message Modified: head/www/ilias/Makefile ============================================================================== --- head/www/ilias/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/ilias/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -24,7 +24,7 @@ USE_GITHUB= yes GH_ACCOUNT= ILIAS-eLearning GH_PROJECT= ILIAS -USES= cpe jpeg +USES= cpe jpeg php NO_BUILD= yes PLIST= ${WRKDIR}/plist SUB_FILES= pkg-message Modified: head/www/jinzora/Makefile ============================================================================== --- head/www/jinzora/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/jinzora/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -10,6 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/Jinzora%20${PORTVERSION} MAINTAINER= kevlo@FreeBSD.org COMMENT= Web based media streaming and management system +USES= php USE_PHP= mysql session iconv gd pdf NO_BUILD= yes Modified: head/www/kplaylist/Makefile ============================================================================== --- head/www/kplaylist/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/kplaylist/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -15,6 +15,7 @@ RUN_DEPENDS= lame:audio/lame \ oggenc:audio/vorbis-tools \ zip:archivers/zip +USES= php USE_PHP= curl mysql session iconv WRKSRC= ${WRKDIR} Modified: head/www/lilurl/Makefile ============================================================================== --- head/www/lilurl/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/lilurl/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -10,10 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-$ MAINTAINER= ports@FreeBSD.org COMMENT= Simple PHP/MySQL script for generating lil? URLs +USES= php:web USE_PHP= mysql pcre NO_BUILD= yes NO_ARCH= yes -WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} LILURL_DIR?= www/lilurl Modified: head/www/limesurvey/Makefile ============================================================================== --- head/www/limesurvey/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/limesurvey/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -13,7 +13,7 @@ COMMENT= PHP-based survey building and runing system LICENSE= GPLv2 -USES= cpe +USES= cpe php:web # http://docs.limesurvey.org/Installation&structure=English+Instructions+for+LimeSurvey OPTIONS_DEFINE= PGSQL GD LDAP ZIP @@ -47,7 +47,6 @@ USE_PHP+= zip .endif USE_PHP+= ctype dom iconv json mbstring pcre \ simplexml session xmlwriter -WANT_PHP_WEB=yes WWWDOCROOT?= www PHPSURVEYORURL?= ${PORTNAME} Modified: head/www/lionwiki/Makefile ============================================================================== --- head/www/lionwiki/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/lionwiki/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -9,6 +9,7 @@ MASTER_SITES= http://lionwiki.0o.cz/download/${PORTVER MAINTAINER= ports@FreeBSD.org COMMENT= Minimalis wiki, extensible, templatable and file based +USES= php USE_PHP= session ctype NO_BUILD= yes Modified: head/www/magento/Makefile ============================================================================== --- head/www/magento/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/magento/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.magentocommerce.com/downloads MAINTAINER= wen@FreeBSD.org COMMENT= Feature-rich eCommerce platform -USES= cpe +USES= cpe php CPE_VENDDOR= magentocommerce USE_PHP= pdo_mysql hash gd iconv curl dom soap simplexml mcrypt mysql \ ctype zlib json Modified: head/www/mahara/Makefile ============================================================================== --- head/www/mahara/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/mahara/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -12,7 +12,7 @@ COMMENT= Open source ePortfolio system LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING -USES= cpe tar:bzip2 +USES= cpe php tar:bzip2 USE_PHP= dom gd session json curl xml xmlrpc openssl simplexml \ mcrypt zip Modified: head/www/mediawiki123/Makefile ============================================================================== --- head/www/mediawiki123/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/mediawiki123/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -14,7 +14,7 @@ LICENSE= GPLv2 CONFLICTS= mediawiki12[789]-[0-9]* -USES= python:run shebangfix +USES= php:web python:run shebangfix SHEBANG_FILES= maintenance/dev/*.sh \ maintenance/hiphop/run-server \ maintenance/language/zhtable/Makefile.py @@ -23,7 +23,6 @@ hhvm_OLD_CMD= /usr/bin/hhvm hhvm_CMD= ${LOCALBASE}/bin/hhvm # not installed by anything yet USE_PHP= ctype dom hash iconv json mbstring pcre readline \ session xml xmlreader zlib -WANT_PHP_WEB= yes MEDIAWIKIDIR?= www/mediawiki NO_BUILD= yes @@ -42,40 +41,16 @@ SOCKETS_DESC= Use sockets MYSQL_VARS= IGNORE_WITH_PHP+=70 -.include +MYSQL_USES= mysql +MYSQL_USE= php=mysql +PGSQL_USE= php=pgsql +SQLITE_USE= php=sqlite3 +LDAP_USE= php=ldap -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= client -USE_PHP+= mysql -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USE_PHP+= pgsql -.endif - -.if ${PORT_OPTIONS:MSQLITE} -USE_PHP+= sqlite3 -.endif - -.if ${PORT_OPTIONS:MLDAP} -USE_PHP+= ldap -.endif - -.if ${PORT_OPTIONS:MMEMCACHED} -RUN_DEPENDS= memcached:databases/memcached -.endif - -.if ${PORT_OPTIONS:MIMAGICK} -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick -.endif - -.if ${PORT_OPTIONS:MXCACHE} -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache -.endif - -.if ${PORT_OPTIONS:MSOCKETS} -USE_PHP+= sockets -.endif +MEMCACHED_RUN_DEPENDS= memcached:databases/memcached +IMAGICK_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick +XCACHE_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache +SOCKETS_USE= php=sockets pre-install: @${FIND} -s -d ${WRKSRC} -not -type d | ${SED} "s?${WRKSRC}?${MEDIAWIKIDIR}?g" >>${PLIST} Modified: head/www/moodle30/Makefile ============================================================================== --- head/www/moodle30/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/moodle30/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -17,7 +17,7 @@ CONFLICTS= moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moo DEPRECATED= Deprecated by upstream, please use www/moodle33 instead EXPIRATION_DATE= 2017-10-11 -USES= cpe tar:tgz +USES= cpe php tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ openssl pcre session simplexml soap spl tokenizer xml xmlrpc \ zip zlib @@ -29,7 +29,8 @@ OPTIONS_DEFINE= LDAP MIMETEX OPTIONS_DEFAULT= MYSQL MIMETEX_DESC= mimeTeX filter functionality support -MYSQL_USE= mysql=client php=mysqli +MYSQL_USES= mysql:client +MYSQL_USE= php=mysqli PGSQL_USE= php=pgsql MSSQL_USE= php=mssql LDAP_USE= php=ldap Modified: head/www/moodle31/Makefile ============================================================================== --- head/www/moodle31/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/moodle31/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -14,7 +14,7 @@ LICENSE= GPLv3 CONFLICTS= moodle30-3.0.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* -USES= cpe tar:tgz +USES= cpe php tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ openssl pcre session simplexml soap spl tokenizer xml \ xmlreader xmlrpc zip zlib @@ -26,7 +26,8 @@ OPTIONS_DEFINE= LDAP MIMETEX OPTIONS_DEFAULT= MYSQL MIMETEX_DESC= mimeTeX filter functionality support -MYSQL_USE= mysql=client php=mysqli +MYSQL_USES= mysql:client +MYSQL_USE= php=mysqli PGSQL_USE= php=pgsql MSSQL_USE= php=mssql LDAP_USE= php=ldap Modified: head/www/moodle32/Makefile ============================================================================== --- head/www/moodle32/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/moodle32/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -1,4 +1,4 @@ -# Created by: Javier Martin Rueda +:# Created by: Javier Martin Rueda Modified: head/www/phpmp/Makefile ============================================================================== --- head/www/phpmp/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/phpmp/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -13,6 +13,7 @@ COMMENT= Web interface for music player daemon LICENSE= GPLv2 NO_BUILD= yes +USES= php USE_PHP= pcre sockets PHPMP?= ${WWWDIR_REL} Modified: head/www/phprecipebook/Makefile ============================================================================== --- head/www/phprecipebook/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/phprecipebook/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -15,9 +15,8 @@ LICENSE_FILE= ${WRKSRC}/docs/LICENSE.TXT WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes -USES= tar:tgz +USES= php:web tar:tgz USE_PHP= xml -WANT_PHP_WEB= yes SUB_FILES= pkg-message PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} Modified: head/www/phproxy/Makefile ============================================================================== --- head/www/phproxy/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/phproxy/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -12,8 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PHP based web proxy NO_BUILD= YES -WANT_PHP_WEB= YES -USES= zip:infozip +USES= php:web zip:infozip USE_PHP= ctype pcre EXTRACT_AFTER_ARGS+= -d ${WRKSRC} PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" @@ -27,7 +26,6 @@ do-install: .for i in ${DOCFILES} @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/${i} .endfor - @${RM} ${WRKSRC}/*.txt ${MKDIR} ${STAGEDIR}${WWWDIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/) Modified: head/www/pivotx/Makefile ============================================================================== --- head/www/pivotx/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/pivotx/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -23,11 +23,10 @@ OPTIONS_DEFINE= MYSQL PHPDOM DOCS EXAMPLES MYSQL_DESC= Use MySQL instead of flat files PHPDOM_DESC= Use PHP:DOM instead of SimpleXML -.include - -WANT_PHP_WEB= yes +USES+= cpe php:web tar:tgz USE_PHP= session gettext xml tokenizer gd pcre -USES+= cpe tar:tgz + +.include .if ${PORT_OPTIONS:MPHPDOM} USE_PHP+= dom Modified: head/www/plexwatchweb/Makefile ============================================================================== --- head/www/plexwatchweb/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/plexwatchweb/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -12,6 +12,7 @@ COMMENT= Web front-end for plexWatch RUN_DEPENDS= plexWatch>=0.1.6:multimedia/plexwatch +USES= php USE_PHP= curl json session simplexml sqlite3 USERS= ${WWWOWN} Modified: head/www/pydio/Makefile ============================================================================== --- head/www/pydio/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/pydio/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -15,10 +15,9 @@ PORTSCOUT= limitw:1,even NO_BUILD= yes NO_ARCH= yes -USES= cpe dos2unix +USES= cpe dos2unix php:web USE_PHP= dom mcrypt gd DOS2UNIX_REGEX= .*\.php -WANT_PHP_WEB= yes SUB_FILES= pkg-deinstall pkg-message SUB_LIST+= GOWDIR=${WWWDIR:H} Modified: head/www/redaxo/Makefile ============================================================================== --- head/www/redaxo/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/redaxo/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -15,6 +15,7 @@ LICENSE= GPLv2 NO_BUILD= yes SUB_FILES+= pkg-message pkg-deinstall + USE_PHP= mysql session xml zlib USES= cpe zip:infozip @@ -26,9 +27,10 @@ GD_DESC= Enable Image Manager extension (requires gd) OPTIONS_DEFAULT= APACHE MYSQLS GD -MYSQLS_USE= MYSQL=server +MYSQLS_USES= mysql:server -APACHE_VARS= WANT_PHP_MOD=yes +APACHE_USES= php:mod +APACHE_USES_OFF= php GD_USE= PHP=gd Modified: head/www/repos-style/Makefile ============================================================================== --- head/www/repos-style/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/repos-style/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -13,12 +13,11 @@ COMMENT= Stylesheet for the Subversion index web page RUN_DEPENDS= subversion>=0:devel/subversion -USES= dos2unix zip +USES= dos2unix php:web zip DOS2UNIX_GLOB= *.xsl *.php NO_BUILD= YES USE_PHP= xml -WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/repos-web Modified: head/www/revive-adserver/Makefile ============================================================================== --- head/www/revive-adserver/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/revive-adserver/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -22,6 +22,7 @@ PLIST_SUB+= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" .include .if !defined(WITHOUT_PHP_DEPENDS) +USES+= php USE_PHP= xml pcre zlib mysql pgsql ftp IGNORE_WITH_PHP= 70 71 .endif Modified: head/www/rnews/Makefile ============================================================================== --- head/www/rnews/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/rnews/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -1,3 +1,4 @@ + # Created by: Vincent Tantardini # $FreeBSD$ @@ -18,9 +19,10 @@ OPTIONS_DEFINE= GD MYSQLSERVER DOCS OPTIONS_DEFAULT= GD MYSQLSERVER_DESC= Use MySQL-Server on localhost -.include - +USES= php USE_PHP= mysql mbstring pcre xml iconv + +.include .if ${PORT_OPTIONS:MGD} USE_PHP+= gd Modified: head/www/sams2/Makefile ============================================================================== --- head/www/sams2/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/sams2/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -14,7 +14,7 @@ LICENSE= BSD4CLAUSE LIB_DEPENDS= libpcre.so:devel/pcre RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${_MYSQL_SERVER} -USES= autoreconf gmake libtool tar:bzip2 +USES= autoreconf gmake libtool php tar:bzip2 USE_LDCONFIG= yes USE_PHP= gd mysql zlib USE_MYSQL= yes Modified: head/www/serendipity/Makefile ============================================================================== --- head/www/serendipity/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/serendipity/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -18,29 +18,16 @@ SERENDIPITY?= www/${PORTNAME} PLIST_SUB+= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" USE_PHP= session pcre gd openssl mbstring iconv zlib xml SUB_FILES= pkg-message -USES= cpe tar:bzip2 +USES= cpe php tar:bzip2 CPE_VENDOR= s9y OPTIONS_DEFINE= MYSQL PGSQL SQLITE MAGICK OPTIONS_DEFAULT= MYSQL MAGICK -.include - -.if ${PORT_OPTIONS:MMYSQL} -USE_PHP+= mysql -. endif - -.if ${PORT_OPTIONS:MPGSQL} -USE_PHP+= pgsql -.endif - -.if ${PORT_OPTIONS:MSQLITE} -USE_PHP+= sqlite3 -.endif - -.if ${PORT_OPTIONS:MMAGICK} -RUN_DEPENDS+= convert:graphics/ImageMagick -.endif +MYSQL_USE= PHP=mysql +PGSQL_USE= PHP=pgsql +SQLITE_USE= PHP=sqlite3 +MAGICK_RUN_DEPENDS+= convert:graphics/ImageMagick do-install: @-${MKDIR} ${STAGEDIR}${PREFIX}/${SERENDIPITY} Modified: head/www/sit/Makefile ============================================================================== --- head/www/sit/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/sit/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -13,8 +13,8 @@ COMMENT= PHP incident tracking system / Helpdesk LICENSE= GPLv2 +USES= php:web USE_PHP= pcre mysql session zlib mbstring -WANT_PHP_WEB= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/sit-${PORTVERSION} Modified: head/www/sitebar/Makefile ============================================================================== --- head/www/sitebar/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/sitebar/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -10,9 +10,8 @@ DISTNAME= SiteBar-${PORTVERSION} MAINTAINER= gunter@six-two.net COMMENT= The Bookmark Server for Personal and Team Use -USES= tar:bzip2 +USES= php:web tar:bzip2 USE_PHP= mysql pcre -WANT_PHP_WEB= yes NO_BUILD= yes DATADIR= ${PREFIX}/www/${PORTNAME} Modified: head/www/smarty3/Makefile ============================================================================== --- head/www/smarty3/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/smarty3/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -14,8 +14,8 @@ COMMENT= PHP compiling template engine LICENSE= LGPL3 NO_BUILD= yes +USES= php:web USE_PHP= pcre -WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message Modified: head/www/sxweb/Makefile ============================================================================== --- head/www/sxweb/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/sxweb/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -11,12 +11,10 @@ COMMENT= SXDrive Web app RUN_DEPENDS= sxinit:net-mgmt/sx -USES= cpe +USES= cpe php:web USE_PHP= ctype curl dom gd hash iconv json mbstring mysql mysqli \ pcre pdo pdo_mysql posix session simplexml sockets spl \ xml xmlreader xmlwriter - -WANT_PHP_WEB= yes NO_BUILD= yes SXWEB_USERNAME?= ${WWWOWN} Modified: head/www/templatelite/Makefile ============================================================================== --- head/www/templatelite/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/templatelite/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_BUILD= yes NO_ARCH= yes +USES= php:web USE_PHP= pcre -WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/template_lite SUB_FILES= pkg-message Modified: head/www/testlink/Makefile ============================================================================== --- head/www/testlink/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/testlink/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -12,10 +12,9 @@ COMMENT= Web based test management and test execution LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe +USES= cpe php:web CPE_VENDOR= teamst USE_PHP= gd iconv mbstring session xml -WANT_PHP_WEB= yes NO_BUILD= yes PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} REINPLACE_ARGS= -i '' Modified: head/www/thundercache/Makefile ============================================================================== --- head/www/thundercache/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/thundercache/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -28,7 +28,7 @@ APACHE_DESC= Install apache for reporting viewing PHP_DESC= Install PHP for reporting generating PGSQL_DESC= Install PostgreSQL (report data storing) -USES= shebangfix tar:bzip2 ssl +USES= php shebangfix tar:bzip2 ssl SHEBANG_FILES= sbin/thunderlog.php USE_GCC= any Modified: head/www/thundersnarf/Makefile ============================================================================== --- head/www/thundersnarf/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/thundersnarf/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -19,6 +19,8 @@ PGSQL_DESC= Install PostgreSQL (report data storing) USES= tar:bzip2 +PHP_USES= php + NO_BUILD= yes NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/www/tivoka/Makefile ============================================================================== --- head/www/tivoka/Makefile Wed Oct 4 11:23:34 2017 (r451217) +++ head/www/tivoka/Makefile Wed Oct 4 11:29:14 2017 (r451218) @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= EXAMPLES +USES= php USE_PHP= json filter NO_BUILD= yes *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Oct 4 11:37:34 2017 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 C4B20E36BCB; Wed, 4 Oct 2017 11:37:34 +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 8E10982579; Wed, 4 Oct 2017 11:37:34 +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 v94BbXxb003727; Wed, 4 Oct 2017 11:37:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94BbXUZ003724; Wed, 4 Oct 2017 11:37:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710041137.v94BbXUZ003724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 11:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451219 - in head: . audio audio/ventrilo-server X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: . audio audio/ventrilo-server X-SVN-Commit-Revision: 451219 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 11:37:34 -0000 Author: bapt Date: Wed Oct 4 11:37:33 2017 New Revision: 451219 URL: https://svnweb.freebsd.org/changeset/ports/451219 Log: Remove ventrilo-server Upstream is no more distributing any FreeBSD binary Deleted: head/audio/ventrilo-server/ Modified: head/LEGAL head/MOVED head/audio/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Wed Oct 4 11:29:14 2017 (r451218) +++ head/LEGAL Wed Oct 4 11:37:33 2017 (r451219) @@ -220,7 +220,6 @@ unifi-5*/UniFi.unix.zip net-mgmt/unifi5 Redistributio uplink-demo* games/linux-uplink-demo Redistribution is limited, see license uzap.tar.gz editors/uzap This software may not be used to make a profit in any way. vdr-markad-* multimedia/vdr-plugin-markad Installs station logos -ventrilo_srv-* audio/ventrilo-server May not be redistributed. For personal use only. Must accept license to download. vice-* emulators/vice ROMs are copyrighted by Commodore Business Machines VMware-vSphere-Perl* net/vmware-vsphere-cli May not be redistributed. Must accept license to download. vpnc-* security/vpnc Redistribution is not allowed if linked against OpenSSL Modified: head/MOVED ============================================================================== --- head/MOVED Wed Oct 4 11:29:14 2017 (r451218) +++ head/MOVED Wed Oct 4 11:37:33 2017 (r451219) @@ -1,3 +1,4 @@ + SUBDIR += ventrilo-serve2 # # MOVED -- A list of (recently) moved or removed ports # @@ -9567,3 +9568,4 @@ www/py-twistedWeb2|devel/py-twisted|2017-09-30|Has exp devel/libclaw||2017-09-30|Has expired: useless for anything apart from removed games/plee-the-bear ports-mgmt/redports-node||2017-10-01|Has expired: Upstream is dead so port is not useable anymore. sysutils/py3-iocage|sysutils/iocage|2017-10-02|Port was renamed +audio/ventrilo-server||2017-10-04|No more freebsd distfiles Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed Oct 4 11:29:14 2017 (r451218) +++ head/audio/Makefile Wed Oct 4 11:37:33 2017 (r451219) @@ -811,7 +811,6 @@ SUBDIR += umurmur SUBDIR += vagalume SUBDIR += vamp-plugin-sdk - SUBDIR += ventrilo-server SUBDIR += virtual_oss SUBDIR += virtual_oss_ctl SUBDIR += vitunes From owner-svn-ports-all@freebsd.org Wed Oct 4 11:40:07 2017 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 B8606E36CE9; Wed, 4 Oct 2017 11:40:07 +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 87F3D828F1; Wed, 4 Oct 2017 11:40:07 +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 v94Be6bb004044; Wed, 4 Oct 2017 11:40:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94Be6GP004043; Wed, 4 Oct 2017 11:40:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710041140.v94Be6GP004043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 11:40:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451220 - head/audio/rio500 X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/audio/rio500 X-SVN-Commit-Revision: 451220 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 11:40:07 -0000 Author: bapt Date: Wed Oct 4 11:40:06 2017 New Revision: 451220 URL: https://svnweb.freebsd.org/changeset/ports/451220 Log: Remove useless dual inclusion of pre.mk/post.mk While here add license Modified: head/audio/rio500/Makefile Modified: head/audio/rio500/Makefile ============================================================================== --- head/audio/rio500/Makefile Wed Oct 4 11:37:33 2017 (r451219) +++ head/audio/rio500/Makefile Wed Oct 4 11:40:06 2017 (r451220) @@ -10,18 +10,19 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for Diamond Rio500 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GNOME= glib12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-devicepath='/dev' \ --with-deviceentry='urio0' \ --with-id3support -.include - post-patch: ${REINPLACE_CMD} -e "s,byteswap.h,sys/endian.h," \ ${WRKSRC}/lib/libfon.c \ ${WRKSRC}/lib/librio500.c ${REINPLACE_CMD} -e "s,getopt.h,," ${WRKSRC}/include/Makefile.in -.include +.include From owner-svn-ports-all@freebsd.org Wed Oct 4 11:49:34 2017 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 320E1E36F9E; Wed, 4 Oct 2017 11:49:34 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (xvm-110-62.dc2.ghst.net [46.226.110.62]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "theravensnest.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A88FC83000; Wed, 4 Oct 2017 11:49:33 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from c124.sec.cl.cam.ac.uk (c124.sec.cl.cam.ac.uk [128.232.18.124]) (authenticated bits=0) by theravensnest.org (8.15.2/8.15.2) with ESMTPSA id v94BbtPN087335 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 4 Oct 2017 11:37:55 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r450898 - head/security/vuxml From: David Chisnall In-Reply-To: <20171003191620.GA99159@exodus.zi0r.com> Date: Wed, 4 Oct 2017 12:37:54 +0100 Cc: Cy Schubert , Mathieu Arnold , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <31BE1638-3115-4F25-810C-5CB91626E480@FreeBSD.org> References: <20171003185229.GA91081@exodus.zi0r.com> <201710031914.v93JESd2007316@slippy.cwsent.com> <20171003191620.GA99159@exodus.zi0r.com> To: Ryan Steinmetz X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 04 Oct 2017 11:49:34 -0000 On 3 Oct 2017, at 20:16, Ryan Steinmetz wrote: >=20 >=20 > On (10/03/17 12:14), Cy Schubert wrote: >> In message <20171003185229.GA91081@exodus.zi0r.com>, Ryan Steinmetz = writes: >>>=20 >>>=20 >>> On (10/03/17 11:36), Cy Schubert wrote: >>> >Really? >>> > >>> >Looking at the code it's a 1m size limit. Put yourself in = sizelimit.conf and >>> you get 10x that, unless you put a size after your name. >>>=20 >>> Typo--is a transaction size limit that was triggered. >>=20 >> Yes. >>=20 >> Why delete the old entries? It's history. >>=20 >> Maybe we shouldn't keep the vuxml database in the ports tree, instead >> hosting the vuxml file on github instead of the port itself??? Just a >> thought. >>=20 >=20 > We (ports-secteam) were addressing a problem (people couldn't commit = new entries). >=20 > There is some investigative work going on now that will give us more = options in terms of dealing with growth. >=20 > More information will surface in the near future. In retrospect, it seems that putting this as a single file in the ports = tree was a bad idea, and the correct solution is to have individual XML = fragments that can be assembled into both one huge file of everything = and a smaller one for vulnerabilities in ports that have been shipped in = the last year. David From owner-svn-ports-all@freebsd.org Wed Oct 4 11:53:47 2017 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 CDB66E37198; Wed, 4 Oct 2017 11:53:47 +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 9B61B83490; Wed, 4 Oct 2017 11:53:47 +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 v94BrkFm011839; Wed, 4 Oct 2017 11:53:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94Brk96011838; Wed, 4 Oct 2017 11:53:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710041153.v94Brk96011838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 11:53:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451221 - head/audio/libmpdclient X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/audio/libmpdclient X-SVN-Commit-Revision: 451221 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 11:53:47 -0000 Author: bapt Date: Wed Oct 4 11:53:46 2017 New Revision: 451221 URL: https://svnweb.freebsd.org/changeset/ports/451221 Log: Use options helpers Modified: head/audio/libmpdclient/Makefile Modified: head/audio/libmpdclient/Makefile ============================================================================== --- head/audio/libmpdclient/Makefile Wed Oct 4 11:40:06 2017 (r451220) +++ head/audio/libmpdclient/Makefile Wed Oct 4 11:53:46 2017 (r451221) @@ -21,10 +21,6 @@ DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen -.include +DOXYGEN_MESON_TRUE= documentation -.if ${PORT_OPTIONS:MDOXYGEN} -MESON_ARGS+= -Ddocumentation=true -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Wed Oct 4 11:54:34 2017 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 27978E37229; Wed, 4 Oct 2017 11:54:34 +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 E97FA8366E; Wed, 4 Oct 2017 11:54:33 +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 v94BsWhe012020; Wed, 4 Oct 2017 11:54:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94BsWPE012019; Wed, 4 Oct 2017 11:54:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710041154.v94BsWPE012019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 11:54:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451222 - head/audio/rhythmbox X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/audio/rhythmbox X-SVN-Commit-Revision: 451222 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 11:54:34 -0000 Author: bapt Date: Wed Oct 4 11:54:32 2017 New Revision: 451222 URL: https://svnweb.freebsd.org/changeset/ports/451222 Log: Remove useless .pre.mk/.post.mk Modified: head/audio/rhythmbox/Makefile Modified: head/audio/rhythmbox/Makefile ============================================================================== --- head/audio/rhythmbox/Makefile Wed Oct 4 11:53:46 2017 (r451221) +++ head/audio/rhythmbox/Makefile Wed Oct 4 11:54:32 2017 (r451222) @@ -77,8 +77,6 @@ PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas>=0: #WEBKIT_CONFIGURE_WITH= webkit #WEBKIT_LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 -.include - post-patch: @${REINPLACE_CMD} -e 's|{MOZILLA_PLUGINDIR|{MOZILLA_PLUGINDIR}|g' \ ${WRKSRC}/configure @@ -87,4 +85,4 @@ post-patch: post-install: @${RM} -r ${STAGEDIR}${PREFIX}/lib/rhythmbox/plugins/rbzeitgeist -.include +.include From owner-svn-ports-all@freebsd.org Wed Oct 4 12:05:30 2017 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 5A172E382E5; Wed, 4 Oct 2017 12:05:30 +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 23F238496F; Wed, 4 Oct 2017 12:05:30 +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 v94C5Tng017056; Wed, 4 Oct 2017 12:05:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94C5TLI017054; Wed, 4 Oct 2017 12:05:29 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710041205.v94C5TLI017054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 12:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451223 - in head: . net-im net-im/ayttm X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: . net-im net-im/ayttm X-SVN-Commit-Revision: 451223 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 12:05:30 -0000 Author: bapt Date: Wed Oct 4 12:05:28 2017 New Revision: 451223 URL: https://svnweb.freebsd.org/changeset/ports/451223 Log: Remove non functional port Deleted: head/net-im/ayttm/ Modified: head/MOVED head/net-im/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Oct 4 11:54:32 2017 (r451222) +++ head/MOVED Wed Oct 4 12:05:28 2017 (r451223) @@ -9569,3 +9569,4 @@ devel/libclaw||2017-09-30|Has expired: useless for any ports-mgmt/redports-node||2017-10-01|Has expired: Upstream is dead so port is not useable anymore. sysutils/py3-iocage|sysutils/iocage|2017-10-02|Port was renamed audio/ventrilo-server||2017-10-04|No more freebsd distfiles +net-im/ayttm||2017-10-04|Non functional Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Wed Oct 4 11:54:32 2017 (r451222) +++ head/net-im/Makefile Wed Oct 4 12:05:28 2017 (r451223) @@ -3,7 +3,6 @@ COMMENT = Instant messaging - SUBDIR += ayttm SUBDIR += bsflite SUBDIR += centerim SUBDIR += centerim-devel From owner-svn-ports-all@freebsd.org Wed Oct 4 12:17:51 2017 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 0FF6CE3877C; Wed, 4 Oct 2017 12:17:51 +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 C33B484FF8; Wed, 4 Oct 2017 12:17:50 +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 8D0C1BDD3E; Wed, 4 Oct 2017 14:17:47 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 402E8BDD35; Wed, 4 Oct 2017 14:17:47 +0200 (CEST) Subject: Re: svn commit: r450898 - head/security/vuxml To: David Chisnall , Ryan Steinmetz Cc: Cy Schubert , Mathieu Arnold , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" References: <20171003185229.GA91081@exodus.zi0r.com> <201710031914.v93JESd2007316@slippy.cwsent.com> <20171003191620.GA99159@exodus.zi0r.com> <31BE1638-3115-4F25-810C-5CB91626E480@FreeBSD.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <493386ff-dc20-b8cb-001d-ea8b79ae1129@FreeBSD.org> Date: Wed, 4 Oct 2017 14:17:46 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <31BE1638-3115-4F25-810C-5CB91626E480@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 04 Oct 2017 12:17:51 -0000 Le 04/10/2017 =C3=A0 13:37, David Chisnall a =C3=A9crit=C2=A0: > On 3 Oct 2017, at 20:16, Ryan Steinmetz wrote: >> >> On (10/03/17 12:14), Cy Schubert wrote: >>> In message <20171003185229.GA91081@exodus.zi0r.com>, Ryan Steinmetz w= rites: >>>> >>>> On (10/03/17 11:36), Cy Schubert wrote: >>>>> Really? >>>>> >>>>> Looking at the code it's a 1m size limit. Put yourself in sizelimit= =2Econf and >>>> you get 10x that, unless you put a size after your name. >>>> >>>> Typo--is a transaction size limit that was triggered. >>> Yes. >>> >>> Why delete the old entries? It's history. >>> >>> Maybe we shouldn't keep the vuxml database in the ports tree, instead= >>> hosting the vuxml file on github instead of the port itself??? Just a= >>> thought. >>> >> We (ports-secteam) were addressing a problem (people couldn't commit n= ew entries). >> >> There is some investigative work going on now that will give us more o= ptions in terms of dealing with growth. >> >> More information will surface in the near future. > In retrospect, it seems that putting this as a single file in the ports= tree was a bad idea, and the correct solution is to have individual XML = fragments that can be assembled into both one huge file of everything and= a smaller one for vulnerabilities in ports that have been shipped in the= last year. This is the idea, yes, split it in yearly, quarterly, or montly files. If only someone were to do it :-) (and make sure vuxml.org still works, and stuff.) --=20 Mathieu Arnold From owner-svn-ports-all@freebsd.org Wed Oct 4 12:28:44 2017 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 3084CE38CC4; Wed, 4 Oct 2017 12:28:44 +0000 (UTC) (envelope-from tobik@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 F1AA6EE9; Wed, 4 Oct 2017 12:28:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94CShm6025239; Wed, 4 Oct 2017 12:28:43 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94CShPH025236; Wed, 4 Oct 2017 12:28:43 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710041228.v94CShPH025236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 4 Oct 2017 12:28:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451224 - in head/java/openjfx8-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/java/openjfx8-devel: . files X-SVN-Commit-Revision: 451224 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 12:28:44 -0000 Author: tobik Date: Wed Oct 4 12:28:42 2017 New Revision: 451224 URL: https://svnweb.freebsd.org/changeset/ports/451224 Log: Make sure that java/openjfx8-devel can load libavcodec.so.57 and unlock support for more media formats. Added: head/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_gstreamer-lite_gstreamer_gst_gstregistry.c (contents, props changed) Modified: head/java/openjfx8-devel/Makefile Modified: head/java/openjfx8-devel/Makefile ============================================================================== --- head/java/openjfx8-devel/Makefile Wed Oct 4 12:05:28 2017 (r451223) +++ head/java/openjfx8-devel/Makefile Wed Oct 4 12:28:42 2017 (r451224) @@ -3,6 +3,7 @@ PORTNAME= openjfx8 DISTVERSION= 8u172-b00 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= java x11-toolkits devel MASTER_SITES= https://github.com/t6/openjfx/releases/download/release/ \ Added: head/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_gstreamer-lite_gstreamer_gst_gstregistry.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_gstreamer-lite_gstreamer_gst_gstregistry.c Wed Oct 4 12:28:42 2017 (r451224) @@ -0,0 +1,11 @@ +--- modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstregistry.c.orig 2017-10-04 12:06:08 UTC ++++ modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstregistry.c +@@ -162,7 +162,7 @@ extern HMODULE _priv_gst_dll_handle; + #include + #include + +-static const int AVCODEC_EXPLICIT_VERSIONS[] = { 53, 54, 55, 56 }; ++static const int AVCODEC_EXPLICIT_VERSIONS[] = { 53, 54, 55, 56, 57 }; + static const int AVCODEC_FFMPEG_EXPLICIT_VERSIONS[] = { 56 }; + + typedef unsigned (*avcodec_version_proto)(); From owner-svn-ports-all@freebsd.org Wed Oct 4 13:01:29 2017 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 820B9E3972C; Wed, 4 Oct 2017 13:01:29 +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 4E0F022B8; Wed, 4 Oct 2017 13:01:29 +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 v94D1Sje038480; Wed, 4 Oct 2017 13:01:28 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94D1Sir038478; Wed, 4 Oct 2017 13:01:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710041301.v94D1Sir038478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Oct 2017 13:01:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451225 - in head: . graphics graphics/diacanvas2 X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: . graphics graphics/diacanvas2 X-SVN-Commit-Revision: 451225 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 13:01:29 -0000 Author: bapt Date: Wed Oct 4 13:01:27 2017 New Revision: 451225 URL: https://svnweb.freebsd.org/changeset/ports/451225 Log: Remove an old gnome2 library unused anymore Deleted: head/graphics/diacanvas2/ Modified: head/MOVED head/graphics/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Oct 4 12:28:42 2017 (r451224) +++ head/MOVED Wed Oct 4 13:01:27 2017 (r451225) @@ -9570,3 +9570,4 @@ ports-mgmt/redports-node||2017-10-01|Has expired: Upst sysutils/py3-iocage|sysutils/iocage|2017-10-02|Port was renamed audio/ventrilo-server||2017-10-04|No more freebsd distfiles net-im/ayttm||2017-10-04|Non functional +graphics/diacanvas2||2017-10-04|GNOME2 library unused anymore Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Oct 4 12:28:42 2017 (r451224) +++ head/graphics/Makefile Wed Oct 4 13:01:27 2017 (r451225) @@ -138,7 +138,6 @@ SUBDIR += derelict-gl3 SUBDIR += devil SUBDIR += dia - SUBDIR += diacanvas2 SUBDIR += diffpdf SUBDIR += digikam-kde4 SUBDIR += digikam-kde4-doc From owner-svn-ports-all@freebsd.org Wed Oct 4 13:10:18 2017 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 35273E397C1; Wed, 4 Oct 2017 13:10:18 +0000 (UTC) (envelope-from garga@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 EB54826EE; Wed, 4 Oct 2017 13:10:17 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94DAHDT041717; Wed, 4 Oct 2017 13:10:17 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94DAGUx041715; Wed, 4 Oct 2017 13:10:16 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201710041310.v94DAGUx041715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Wed, 4 Oct 2017 13:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451226 - head/net/dpinger X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: head/net/dpinger X-SVN-Commit-Revision: 451226 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 13:10:18 -0000 Author: garga Date: Wed Oct 4 13:10:16 2017 New Revision: 451226 URL: https://svnweb.freebsd.org/changeset/ports/451226 Log: Update net/dpinger to 3.0 Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/net/dpinger/Makefile head/net/dpinger/distinfo Modified: head/net/dpinger/Makefile ============================================================================== --- head/net/dpinger/Makefile Wed Oct 4 13:01:27 2017 (r451225) +++ head/net/dpinger/Makefile Wed Oct 4 13:10:16 2017 (r451226) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dpinger -PORTVERSION= 2.0 +PORTVERSION= 3.0 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/dpinger/distinfo ============================================================================== --- head/net/dpinger/distinfo Wed Oct 4 13:01:27 2017 (r451225) +++ head/net/dpinger/distinfo Wed Oct 4 13:10:16 2017 (r451226) @@ -1,2 +1,3 @@ -SHA256 (dennypage-dpinger-v2.0_GH0.tar.gz) = 9de180c91e38a4817db14a9004c4059fe9b78021a229ff37a89f68817963d14e -SIZE (dennypage-dpinger-v2.0_GH0.tar.gz) = 13696 +TIMESTAMP = 1507122562 +SHA256 (dennypage-dpinger-v3.0_GH0.tar.gz) = 850bdd2df33ed9de27202f0bb086e07c82a430a0d97d1442aa81bbb3a9d86506 +SIZE (dennypage-dpinger-v3.0_GH0.tar.gz) = 14794 From owner-svn-ports-all@freebsd.org Wed Oct 4 13:45:17 2017 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 7EF51E39FEC; Wed, 4 Oct 2017 13:45:17 +0000 (UTC) (envelope-from mat@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 48C47397C; Wed, 4 Oct 2017 13:45:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94DjGNc057959; Wed, 4 Oct 2017 13:45:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94DjGKa057958; Wed, 4 Oct 2017 13:45:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201710041345.v94DjGKa057958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 4 Oct 2017 13:45:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451227 - head/archivers/py-borgbackup X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/archivers/py-borgbackup X-SVN-Commit-Revision: 451227 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 13:45:17 -0000 Author: mat Date: Wed Oct 4 13:45:16 2017 New Revision: 451227 URL: https://svnweb.freebsd.org/changeset/ports/451227 Log: Convert to utf8. Sponsored by: Absolight Modified: head/archivers/py-borgbackup/Makefile (contents, props changed) Modified: head/archivers/py-borgbackup/Makefile ============================================================================== --- head/archivers/py-borgbackup/Makefile Wed Oct 4 13:10:16 2017 (r451226) +++ head/archivers/py-borgbackup/Makefile Wed Oct 4 13:45:16 2017 (r451227) @@ -1,4 +1,4 @@ -# Created by: José García Juanino +# Created by: José García Juanino # $FreeBSD$ PORTNAME= borgbackup From owner-svn-ports-all@freebsd.org Wed Oct 4 14:26:28 2017 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 89396E3AA9E; Wed, 4 Oct 2017 14:26:28 +0000 (UTC) (envelope-from martymac@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 5631D63F26; Wed, 4 Oct 2017 14:26:28 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94EQRal074501; Wed, 4 Oct 2017 14:26:27 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94EQR26074500; Wed, 4 Oct 2017 14:26:27 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201710041426.v94EQR26074500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 4 Oct 2017 14:26:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451228 - head/audio/waon X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: head/audio/waon X-SVN-Commit-Revision: 451228 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 14:26:28 -0000 Author: martymac Date: Wed Oct 4 14:26:27 2017 New Revision: 451228 URL: https://svnweb.freebsd.org/changeset/ports/451228 Log: Add missing CONFLICTS with sysutils/pv MFH: 2017Q4 Modified: head/audio/waon/Makefile Modified: head/audio/waon/Makefile ============================================================================== --- head/audio/waon/Makefile Wed Oct 4 13:45:16 2017 (r451227) +++ head/audio/waon/Makefile Wed Oct 4 14:26:27 2017 (r451228) @@ -17,6 +17,8 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate +CONFLICTS= pv-[0-9]* + USES= ncurses pkgconfig USE_GNOME= gtk20 From owner-svn-ports-all@freebsd.org Wed Oct 4 14:27:21 2017 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 F075AE3AAEB; Wed, 4 Oct 2017 14:27:21 +0000 (UTC) (envelope-from martymac@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 AF17664042; Wed, 4 Oct 2017 14:27:21 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94ERKFJ074659; Wed, 4 Oct 2017 14:27:20 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94ERKUD074657; Wed, 4 Oct 2017 14:27:20 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201710041427.v94ERKUD074657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 4 Oct 2017 14:27:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451229 - head/games/flightgear-aircraft X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: head/games/flightgear-aircraft X-SVN-Commit-Revision: 451229 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 14:27:22 -0000 Author: martymac Date: Wed Oct 4 14:27:20 2017 New Revision: 451229 URL: https://svnweb.freebsd.org/changeset/ports/451229 Log: Update flightgear-aircraft to 20170929 Modified: head/games/flightgear-aircraft/Makefile head/games/flightgear-aircraft/distinfo Modified: head/games/flightgear-aircraft/Makefile ============================================================================== --- head/games/flightgear-aircraft/Makefile Wed Oct 4 14:26:27 2017 (r451228) +++ head/games/flightgear-aircraft/Makefile Wed Oct 4 14:27:20 2017 (r451229) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flightgear-aircraft -PORTVERSION= 20161208 +PORTVERSION= 20170929 CATEGORIES= games # See http://www.flightgear.org/templates.js MASTER_SITES= http://mirrors.ibiblio.org/flightgear/ftp/Aircraft/ \ Modified: head/games/flightgear-aircraft/distinfo ============================================================================== --- head/games/flightgear-aircraft/distinfo Wed Oct 4 14:26:27 2017 (r451228) +++ head/games/flightgear-aircraft/distinfo Wed Oct 4 14:27:20 2017 (r451229) @@ -1,36 +1,36 @@ -TIMESTAMP = 1481265294 -SHA256 (flightgear-aircraft/737-200.zip) = 0ad2182f577b4efbaa66ca9f63104949c8dbe4fb74dbd3fec09d523c56434582 -SIZE (flightgear-aircraft/737-200.zip) = 12359596 -SHA256 (flightgear-aircraft/A-10.zip) = 13c3af3eafcc547f508aed69207d3287bd0b0b07e4caf37c05a45e21fe20a683 -SIZE (flightgear-aircraft/A-10.zip) = 9296890 -SHA256 (flightgear-aircraft/A300.zip) = cbb5b0434088b1a740e1ea1749916778de1e78f4b76b265839bab45d9525f078 -SIZE (flightgear-aircraft/A300.zip) = 384456 -SHA256 (flightgear-aircraft/Alouette-II.zip) = 64f5c10d21fd51f11ea63a7866d3610b340adc043760783e61d37899a7f8e5e0 -SIZE (flightgear-aircraft/Alouette-II.zip) = 5367747 -SHA256 (flightgear-aircraft/Alphajet.zip) = 14ed1f8afdd7f71b8c1bf2b1a7cebc216756a5daa1549f0ac0eb264627cb9a87 -SIZE (flightgear-aircraft/Alphajet.zip) = 19379988 -SHA256 (flightgear-aircraft/B-17.zip) = f206d599f6f54e3c75fdff7351939c524364a202c9fb0a19d7649f43ba2f1e7e -SIZE (flightgear-aircraft/B-17.zip) = 17410018 -SHA256 (flightgear-aircraft/Breguet-XIX.zip) = 3e633137d5898695d64868a60f6c2b839bdfb12fd94d009c07ec15dd57b6c236 -SIZE (flightgear-aircraft/Breguet-XIX.zip) = 6352882 -SHA256 (flightgear-aircraft/C130.zip) = 4a5b712b41711b8a59d7b25c977e28700ada1d5b512c4b8f56bf34c4b224b4d0 -SIZE (flightgear-aircraft/C130.zip) = 23146602 -SHA256 (flightgear-aircraft/Caravelle.zip) = 051cc922e5435d06a6011830e3ea2f2019c7dc6abd03e92d8a818b68ff1f8bfc -SIZE (flightgear-aircraft/Caravelle.zip) = 14673475 -SHA256 (flightgear-aircraft/Caudron-G3.zip) = b6337134a97499874b3d38159df20b6710584ff27af599f09d43670aaf977b91 -SIZE (flightgear-aircraft/Caudron-G3.zip) = 4513934 -SHA256 (flightgear-aircraft/F80C.zip) = aa0b4fbf881eb660ed210ecb686100f9e3329c220becad1a2c41112cc859ed15 -SIZE (flightgear-aircraft/F80C.zip) = 1515734 -SHA256 (flightgear-aircraft/Hurricane.zip) = 382ff8b650a5c337eff5fb88fa1f14d7d71736954919b2d25d7f6e849519e7db -SIZE (flightgear-aircraft/Hurricane.zip) = 12025023 +TIMESTAMP = 1506701905 +SHA256 (flightgear-aircraft/737-200.zip) = dff334fb7a05f52a71fea882fee41f08c616ea10deefb4e520879115fcb9ecb0 +SIZE (flightgear-aircraft/737-200.zip) = 12359672 +SHA256 (flightgear-aircraft/A-10.zip) = 357321a02acfb00e15d3282c8ef6d833f407bf024e0d7d2191827a8f2e1be625 +SIZE (flightgear-aircraft/A-10.zip) = 9829509 +SHA256 (flightgear-aircraft/A300.zip) = d91c1c088da990be337b60fe1882f93a46ba9e0663420163fca7609f7414e91f +SIZE (flightgear-aircraft/A300.zip) = 384543 +SHA256 (flightgear-aircraft/Alouette-II.zip) = 7c9c36e2a95f9b1521d40e8e04cfe43409bdda86294e69e56feb3f9c2cd7761f +SIZE (flightgear-aircraft/Alouette-II.zip) = 5368042 +SHA256 (flightgear-aircraft/Alphajet.zip) = f86d06b12f79f628cfb1e191d59381f17d5df0466efa6a58cb58cd784e8b1bdc +SIZE (flightgear-aircraft/Alphajet.zip) = 19748089 +SHA256 (flightgear-aircraft/B-17.zip) = 83e6f5d89c9e15868a589bd629bdc85a9b5936674e32ae49d38c6e3d4a1e1a33 +SIZE (flightgear-aircraft/B-17.zip) = 17410226 +SHA256 (flightgear-aircraft/Breguet-XIX.zip) = 1a6f5791b183ce5a1ad07541bbc31144a0c0b029447a1223bccd319c10f0d595 +SIZE (flightgear-aircraft/Breguet-XIX.zip) = 6352960 +SHA256 (flightgear-aircraft/C130.zip) = ec03fbd77e8e5d71a330cb22c5ca156900b51d07364677d432b9b4b16f7bd555 +SIZE (flightgear-aircraft/C130.zip) = 23146710 +SHA256 (flightgear-aircraft/Caravelle.zip) = 78968b23f4913f1a543dbadcaa19bab68d4088feadd015fd88df4eaa8f8bf594 +SIZE (flightgear-aircraft/Caravelle.zip) = 14673553 +SHA256 (flightgear-aircraft/Caudron-G3.zip) = 6a010ee3b5b5761eea0f18d8a7b9586ae910955ca3300ef87710f1222dfc1416 +SIZE (flightgear-aircraft/Caudron-G3.zip) = 4514044 +SHA256 (flightgear-aircraft/F80C.zip) = 47a9258192d7be4c0d6ad9243b3a7617d9e46cfdefbab4beb9112c4fa250ed42 +SIZE (flightgear-aircraft/F80C.zip) = 1515877 +SHA256 (flightgear-aircraft/Hurricane.zip) = c044da40e16e71fcbef02c89bc9de665a1f1bc8d422674811f7797bbb6ca925b +SIZE (flightgear-aircraft/Hurricane.zip) = 12025134 SHA256 (flightgear-aircraft/IL-2.zip) = be1a58b9a77f51d082bd606cdec3494e63b05b0d948ba9b209fda5460eef6ec6 SIZE (flightgear-aircraft/IL-2.zip) = 5286915 -SHA256 (flightgear-aircraft/Lightning.zip) = 58c126cb5c1003477a7fbecf1455ab9988944fd4431b93b2cff3a50a4d301608 -SIZE (flightgear-aircraft/Lightning.zip) = 4719406 -SHA256 (flightgear-aircraft/Lockheed1049h.zip) = 505889ad097631ed526b765a4b4b0320daa3ddf6cebf0362bed4bd21c89e4be2 -SIZE (flightgear-aircraft/Lockheed1049h.zip) = 12350158 -SHA256 (flightgear-aircraft/Messerschmitt-P1101.zip) = e5a8a30690d975e31161094e9f54dfa811e81ef83299154ca5adf6f6b4c1c120 -SIZE (flightgear-aircraft/Messerschmitt-P1101.zip) = 4347739 +SHA256 (flightgear-aircraft/Lightning.zip) = e802a9b15c6c8b741305c2c18d4a278693e23b0d83b8d6dc7e08d8f457d55c83 +SIZE (flightgear-aircraft/Lightning.zip) = 4719496 +SHA256 (flightgear-aircraft/Lockheed1049h.zip) = 5d49a2e17f67ef18c5842f4f50bf560e59271bab44c97b6811f1345350ecdf13 +SIZE (flightgear-aircraft/Lockheed1049h.zip) = 12346835 +SHA256 (flightgear-aircraft/Messerschmitt-P1101.zip) = 712e60f971f05cdb51e4f63945786b94188d8c3fe738ac039cae2d6e34853310 +SIZE (flightgear-aircraft/Messerschmitt-P1101.zip) = 4347821 SHA256 (flightgear-aircraft/MirageIII.zip) = 427fa54948ef2cdc3e0b35ac6ba9d26f864a6062355090011480007dba8fb6b6 SIZE (flightgear-aircraft/MirageIII.zip) = 11101929 SHA256 (flightgear-aircraft/PaperAirplane.zip) = d8038d684476bedc9cbb624f5f8d2747a04aac280243b407633d250ff0b232b7 @@ -39,8 +39,8 @@ SHA256 (flightgear-aircraft/Pond-Racer.zip) = b968c19d SIZE (flightgear-aircraft/Pond-Racer.zip) = 5090201 SHA256 (flightgear-aircraft/R44.zip) = bff0bac862cb8da9052517e3acf2f4ee64c191003a8923cae34e3b68724ca7ba SIZE (flightgear-aircraft/R44.zip) = 8897108 -SHA256 (flightgear-aircraft/Spitfire.zip) = dbfecb8f9c31cc41686cd4efd7d1133a0da88db8223a32ca2fa9051939743d38 -SIZE (flightgear-aircraft/Spitfire.zip) = 20947201 +SHA256 (flightgear-aircraft/Spitfire.zip) = 2ab3ca074b39f1170d671b0f8591d13938a17e776524dc53527aac5791c7748b +SIZE (flightgear-aircraft/Spitfire.zip) = 20947574 SHA256 (flightgear-aircraft/Stieglitz.zip) = 674330a3733485df19be2837fa87553507e0566c82ae3b449061450a6919cb39 SIZE (flightgear-aircraft/Stieglitz.zip) = 4496427 SHA256 (flightgear-aircraft/Super-Etendard.zip) = ac306aa300b492a37c66dbd87d13e13612c60be6f6b76d3a26faa385df679c10 @@ -49,23 +49,23 @@ SHA256 (flightgear-aircraft/Supermarine-S.6B.zip) = 3a SIZE (flightgear-aircraft/Supermarine-S.6B.zip) = 3256823 SHA256 (flightgear-aircraft/Superwal.zip) = f41eac604b9a376f73e3958392e577eac41c8110cb5333d1f771bd5138807be1 SIZE (flightgear-aircraft/Superwal.zip) = 2650455 -SHA256 (flightgear-aircraft/airwaveXtreme150.zip) = 085c90007c71ecf6f2b413f4fe2ec0aa08dcdbd59e40c6b729af098555693fa6 -SIZE (flightgear-aircraft/airwaveXtreme150.zip) = 1241475 -SHA256 (flightgear-aircraft/asw20.zip) = c254dba7bd8b19f8bfe35809ddaf55f191d2e317619f7fa5d3b1db7ddb8539ff -SIZE (flightgear-aircraft/asw20.zip) = 3589051 -SHA256 (flightgear-aircraft/bf109.zip) = 78dae237e4c7a3df2ff4c842c9dbe16962c310dafc6c1f98282307db35367a7d -SIZE (flightgear-aircraft/bf109.zip) = 46053528 +SHA256 (flightgear-aircraft/airwaveXtreme150.zip) = 777b2eb9894434e103532f9314f83ab719ab1ce1ab6a35a68a588d8ca0f27b04 +SIZE (flightgear-aircraft/airwaveXtreme150.zip) = 1241435 +SHA256 (flightgear-aircraft/asw20.zip) = 4fb9f985d1eadb519bef0ea82057276692536144335825f950e504c4f52fc6e8 +SIZE (flightgear-aircraft/asw20.zip) = 3589059 +SHA256 (flightgear-aircraft/bf109.zip) = 27e455e8c655813684c84e42385cb1429307c6d7e5354d799ed32951f97a9281 +SIZE (flightgear-aircraft/bf109.zip) = 46053617 SHA256 (flightgear-aircraft/c310.zip) = dc3b926f09420ac1deefd745861b9752d7bf9e640e897da939f41bdf511df9ed SIZE (flightgear-aircraft/c310.zip) = 612993 SHA256 (flightgear-aircraft/dhc3.zip) = b10cc22f11cc09cb6c918a7feeacf6c21a31d4bcafe4b2accd6db54b60d83d3f SIZE (flightgear-aircraft/dhc3.zip) = 24004919 -SHA256 (flightgear-aircraft/f16.zip) = 18559f28fe238b1b3722877617385ada8dc1e9c8e5edf8d59200286fea7ebdae -SIZE (flightgear-aircraft/f16.zip) = 24829786 +SHA256 (flightgear-aircraft/f16.zip) = 3b088063266f5122054fc3cf9633c477798914a5ebe09cc806f2a9daa6bafd1e +SIZE (flightgear-aircraft/f16.zip) = 24826997 SHA256 (flightgear-aircraft/harrier.zip) = 05ee680abd5dddc9599957cf175d1fc79ee2d0963d1c0ceae082a5ac96466ed5 SIZE (flightgear-aircraft/harrier.zip) = 4220523 -SHA256 (flightgear-aircraft/pa24-250.zip) = a3137a4c737e4418028fced0d59edc64e4f8504b3d07de48ee740c8917d4855d -SIZE (flightgear-aircraft/pa24-250.zip) = 2093165 +SHA256 (flightgear-aircraft/pa24-250.zip) = 9dd52eb578fc27a89911092334d992a67d2e8d77bf19f15048f10c9e04b7a5f2 +SIZE (flightgear-aircraft/pa24-250.zip) = 2093285 SHA256 (flightgear-aircraft/tu154.zip) = 3c9408a3f03c8cc0a4fde3542847a8d54daf350cbe1e35660fd3705d65a6d12f SIZE (flightgear-aircraft/tu154.zip) = 1383919 -SHA256 (flightgear-aircraft/wrightFlyer1903.zip) = c98773aa5ae24fefc11f74b03ab925ef01f049ae070f95ba9a8b5ae05dad3e0e -SIZE (flightgear-aircraft/wrightFlyer1903.zip) = 1397021 +SHA256 (flightgear-aircraft/wrightFlyer1903.zip) = a9605ce956a66ac24e0d7d015711b5881872367d44b46d1a3f59c7d8bc218a51 +SIZE (flightgear-aircraft/wrightFlyer1903.zip) = 1550999 From owner-svn-ports-all@freebsd.org Wed Oct 4 14:36:04 2017 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 F0FCEE3AD23; Wed, 4 Oct 2017 14:36:04 +0000 (UTC) (envelope-from asomers@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 BFF6164505; Wed, 4 Oct 2017 14:36:04 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94Ea3OY078845; Wed, 4 Oct 2017 14:36:03 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94Ea3cE078844; Wed, 4 Oct 2017 14:36:03 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201710041436.v94Ea3cE078844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Wed, 4 Oct 2017 14:36:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451230 - head/www/rubygem-passenger X-SVN-Group: ports-head X-SVN-Commit-Author: asomers X-SVN-Commit-Paths: head/www/rubygem-passenger X-SVN-Commit-Revision: 451230 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 14:36:05 -0000 Author: asomers (src committer) Date: Wed Oct 4 14:36:03 2017 New Revision: 451230 URL: https://svnweb.freebsd.org/changeset/ports/451230 Log: www/rubygem-passenger: fix post-install when NGINX=ON PR: 222438 Reported by: matthew@brightfire.net Approved by: osa (maintainer timeout) MFH: 2017Q4 Sponsored by: Spectra Logic Corp Modified: head/www/rubygem-passenger/Makefile Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Wed Oct 4 14:27:20 2017 (r451229) +++ head/www/rubygem-passenger/Makefile Wed Oct 4 14:36:03 2017 (r451230) @@ -118,6 +118,8 @@ post-install: ${CHMOD} +x ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/buildout/support-binaries/* ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/buildout/ruby/*/passenger_native_support.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/buildout/support-binaries/PassengerAgent + +post-install-APACHE22-on: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/buildout/apache2/mod_passenger.so post-install-SYMLINK-on: From owner-svn-ports-all@freebsd.org Wed Oct 4 14:53:06 2017 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 3036CE3B4B7; Wed, 4 Oct 2017 14:53:06 +0000 (UTC) (envelope-from sunpoet@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 070BC651D6; Wed, 4 Oct 2017 14:53:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94Er4ox087035; Wed, 4 Oct 2017 14:53:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94Er4UF087032; Wed, 4 Oct 2017 14:53:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041453.v94Er4UF087032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 14:53:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451231 - branches/2017Q4/ftp/curl X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: branches/2017Q4/ftp/curl X-SVN-Commit-Revision: 451231 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 14:53:06 -0000 Author: sunpoet Date: Wed Oct 4 14:53:04 2017 New Revision: 451231 URL: https://svnweb.freebsd.org/changeset/ports/451231 Log: MFH: r451198 Update to 7.56.0 Changes: https://curl.haxx.se/changes.html Security: ccace707-a8d8-11e7-ac58-b499baebfeaf Approved by: ports-secteam (zi) Modified: branches/2017Q4/ftp/curl/Makefile branches/2017Q4/ftp/curl/distinfo branches/2017Q4/ftp/curl/pkg-plist Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/ftp/curl/Makefile ============================================================================== --- branches/2017Q4/ftp/curl/Makefile Wed Oct 4 14:36:03 2017 (r451230) +++ branches/2017Q4/ftp/curl/Makefile Wed Oct 4 14:53:04 2017 (r451231) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.55.1 +PORTVERSION= 7.56.0 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: branches/2017Q4/ftp/curl/distinfo ============================================================================== --- branches/2017Q4/ftp/curl/distinfo Wed Oct 4 14:36:03 2017 (r451230) +++ branches/2017Q4/ftp/curl/distinfo Wed Oct 4 14:53:04 2017 (r451231) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502726803 -SHA256 (curl-7.55.1.tar.xz) = 3eafca6e84ecb4af5f35795dee84e643d5428287e88c041122bb8dac18676bb7 -SIZE (curl-7.55.1.tar.xz) = 2230768 +TIMESTAMP = 1507104115 +SHA256 (curl-7.56.0.tar.xz) = 32437bcca0e9434384329fdc733547879d25ba70335b3cf9e3d9cbc3e71fd172 +SIZE (curl-7.56.0.tar.xz) = 2273924 Modified: branches/2017Q4/ftp/curl/pkg-plist ============================================================================== --- branches/2017Q4/ftp/curl/pkg-plist Wed Oct 4 14:36:03 2017 (r451230) +++ branches/2017Q4/ftp/curl/pkg-plist Wed Oct 4 14:53:04 2017 (r451231) @@ -11,7 +11,7 @@ include/curl/typecheck-gcc.h lib/libcurl.a lib/libcurl.so lib/libcurl.so.4 -lib/libcurl.so.4.4.0 +lib/libcurl.so.4.5.0 libdata/pkgconfig/libcurl.pc man/man1/curl-config.1.gz man/man1/curl.1.gz @@ -189,6 +189,7 @@ man/man3/CURLOPT_MAXFILESIZE_LARGE.3.gz man/man3/CURLOPT_MAXREDIRS.3.gz man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3.gz man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3.gz +man/man3/CURLOPT_MIMEPOST.3.gz man/man3/CURLOPT_NETRC.3.gz man/man3/CURLOPT_NETRC_FILE.3.gz man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3.gz @@ -272,6 +273,7 @@ man/man3/CURLOPT_SOCKS5_AUTH.3.gz man/man3/CURLOPT_SOCKS5_GSSAPI_NEC.3.gz man/man3/CURLOPT_SOCKS5_GSSAPI_SERVICE.3.gz man/man3/CURLOPT_SSH_AUTH_TYPES.3.gz +man/man3/CURLOPT_SSH_COMPRESSION.3.gz man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3.gz man/man3/CURLOPT_SSH_KEYDATA.3.gz man/man3/CURLOPT_SSH_KEYFUNCTION.3.gz @@ -356,6 +358,19 @@ man/man3/curl_getenv.3.gz man/man3/curl_global_cleanup.3.gz man/man3/curl_global_init.3.gz man/man3/curl_global_init_mem.3.gz +man/man3/curl_global_sslset.3.gz +man/man3/curl_mime_addpart.3.gz +man/man3/curl_mime_data.3.gz +man/man3/curl_mime_data_cb.3.gz +man/man3/curl_mime_encoder.3.gz +man/man3/curl_mime_filedata.3.gz +man/man3/curl_mime_filename.3.gz +man/man3/curl_mime_free.3.gz +man/man3/curl_mime_headers.3.gz +man/man3/curl_mime_init.3.gz +man/man3/curl_mime_name.3.gz +man/man3/curl_mime_subparts.3.gz +man/man3/curl_mime_type.3.gz man/man3/curl_mprintf.3.gz man/man3/curl_multi_add_handle.3.gz man/man3/curl_multi_assign.3.gz From owner-svn-ports-all@freebsd.org Wed Oct 4 15:02:27 2017 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 2DC5FE3B916; Wed, 4 Oct 2017 15:02:27 +0000 (UTC) (envelope-from culot@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 F13B965816; Wed, 4 Oct 2017 15:02:26 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94F2Q4W091276; Wed, 4 Oct 2017 15:02:26 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94F2Q0x091228; Wed, 4 Oct 2017 15:02:26 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201710041502.v94F2Q0x091228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 4 Oct 2017 15:02:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451232 - head/misc/py-tqdm X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/misc/py-tqdm X-SVN-Commit-Revision: 451232 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 15:02:27 -0000 Author: culot Date: Wed Oct 4 15:02:25 2017 New Revision: 451232 URL: https://svnweb.freebsd.org/changeset/ports/451232 Log: - Update to 4.19.1 Changes: https://github.com/tqdm/tqdm/releases/tag/v4.19.1 PR: 222773 Submitted by: Neel Chauhan (maintainer) Modified: head/misc/py-tqdm/Makefile head/misc/py-tqdm/distinfo Modified: head/misc/py-tqdm/Makefile ============================================================================== --- head/misc/py-tqdm/Makefile Wed Oct 4 14:53:04 2017 (r451231) +++ head/misc/py-tqdm/Makefile Wed Oct 4 15:02:25 2017 (r451232) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 4.18.0 +PORTVERSION= 4.19.1 DISTVERSIONPREFIX= v CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/py-tqdm/distinfo ============================================================================== --- head/misc/py-tqdm/distinfo Wed Oct 4 14:53:04 2017 (r451231) +++ head/misc/py-tqdm/distinfo Wed Oct 4 15:02:25 2017 (r451232) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506511212 -SHA256 (tqdm-tqdm-v4.18.0_GH0.tar.gz) = 9b85200b71a84398309a9b632cc97e563da9a13a311ec8f4d70d2e06440512d3 -SIZE (tqdm-tqdm-v4.18.0_GH0.tar.gz) = 69576 +TIMESTAMP = 1507116214 +SHA256 (tqdm-tqdm-v4.19.1_GH0.tar.gz) = 97170107e9268a505a9001bd03b1bd8d51f92b4ee1153dd076ab4f595846abf8 +SIZE (tqdm-tqdm-v4.19.1_GH0.tar.gz) = 72087 From owner-svn-ports-all@freebsd.org Wed Oct 4 16:05:49 2017 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 282DDE3CC5C; Wed, 4 Oct 2017 16:05:49 +0000 (UTC) (envelope-from jbeich@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 EADE1679DF; Wed, 4 Oct 2017 16:05:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94G5mBZ016064; Wed, 4 Oct 2017 16:05:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94G5ma3016062; Wed, 4 Oct 2017 16:05:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710041605.v94G5ma3016062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 Oct 2017 16:05:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451233 - branches/2017Q4/multimedia/mpc-qt X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q4/multimedia/mpc-qt X-SVN-Commit-Revision: 451233 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 16:05:49 -0000 Author: jbeich Date: Wed Oct 4 16:05:47 2017 New Revision: 451233 URL: https://svnweb.freebsd.org/changeset/ports/451233 Log: MFH: r451073 r451074 multimedia/mpc-qt: update to 17.10 Changes: https://github.com/cmdrkotori/mpc-qt/compare/1f6806d...v17.10 Changes: https://github.com/Argon-/mpv-stats/compare/6a37a6d...f42aa68 Approved by: ports-secteam (zi) Modified: branches/2017Q4/multimedia/mpc-qt/Makefile branches/2017Q4/multimedia/mpc-qt/distinfo Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/multimedia/mpc-qt/Makefile ============================================================================== --- branches/2017Q4/multimedia/mpc-qt/Makefile Wed Oct 4 15:02:25 2017 (r451232) +++ branches/2017Q4/multimedia/mpc-qt/Makefile Wed Oct 4 16:05:47 2017 (r451233) @@ -2,8 +2,7 @@ PORTNAME= mpc-qt DISTVERSIONPREFIX= v -DISTVERSION= 17.09-18 -DISTVERSIONSUFFIX= -g1f6806d +DISTVERSION= 17.10 CATEGORIES= multimedia audio MAINTAINER= jbeich@FreeBSD.org @@ -15,7 +14,7 @@ LIB_DEPENDS= libmpv.so:multimedia/mpv USE_GITHUB= yes GH_ACCOUNT= cmdrkotori -GH_TUPLE= Argon-:mpv-stats:1.1-24-g6a37a6d:mpv_stats/external/mpv-stats +GH_TUPLE= Argon-:mpv-stats:1.1-28-gf42aa68:mpv_stats/external/mpv-stats USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake USE_QT5= qmake_build buildtools_build linguisttools_build \ Modified: branches/2017Q4/multimedia/mpc-qt/distinfo ============================================================================== --- branches/2017Q4/multimedia/mpc-qt/distinfo Wed Oct 4 15:02:25 2017 (r451232) +++ branches/2017Q4/multimedia/mpc-qt/distinfo Wed Oct 4 16:05:47 2017 (r451233) @@ -1,5 +1,5 @@ -TIMESTAMP = 1506072779 -SHA256 (cmdrkotori-mpc-qt-v17.09-18-g1f6806d_GH0.tar.gz) = 5d5a377c695b8eaf5c68d368fd121d3447a4b3820395a93e44f9195a11277c62 -SIZE (cmdrkotori-mpc-qt-v17.09-18-g1f6806d_GH0.tar.gz) = 172885 -SHA256 (Argon--mpv-stats-1.1-24-g6a37a6d_GH0.tar.gz) = 4b180ea8f4f45bb8d822745b32d22d61b09204a2d192543429a562801f3af650 -SIZE (Argon--mpv-stats-1.1-24-g6a37a6d_GH0.tar.gz) = 15179 +TIMESTAMP = 1506814049 +SHA256 (cmdrkotori-mpc-qt-v17.10_GH0.tar.gz) = 7ea9ec0d661b17696adbf6c53782b92a289b7619a314ce8e9d62821e7561e690 +SIZE (cmdrkotori-mpc-qt-v17.10_GH0.tar.gz) = 172383 +SHA256 (Argon--mpv-stats-1.1-28-gf42aa68_GH0.tar.gz) = ef5651ec085a16276960a74c6da809b804dd0213b1676787f6bd125f076237e2 +SIZE (Argon--mpv-stats-1.1-28-gf42aa68_GH0.tar.gz) = 15168 From owner-svn-ports-all@freebsd.org Wed Oct 4 16:10:54 2017 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 9E82AE3CD60; Wed, 4 Oct 2017 16:10:54 +0000 (UTC) (envelope-from jbeich@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 7B59967BAF; Wed, 4 Oct 2017 16:10:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94GArq4016565; Wed, 4 Oct 2017 16:10:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94GAr36016558; Wed, 4 Oct 2017 16:10:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710041610.v94GAr36016558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 Oct 2017 16:10:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451234 - in branches/2017Q4: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2017Q4: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey X-SVN-Commit-Revision: 451234 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 16:10:54 -0000 Author: jbeich Date: Wed Oct 4 16:10:52 2017 New Revision: 451234 URL: https://svnweb.freebsd.org/changeset/ports/451234 Log: MFH: r451066 gecko: enable PROFILE by default (like official builds) This stops passing -fomit-frame-pointer which is detrimental for stack unwinding as used by dtrace, pmcstat or gdb/lldb. Approved by: ports-secteam (zi) Modified: branches/2017Q4/mail/thunderbird/Makefile branches/2017Q4/www/firefox-esr/Makefile branches/2017Q4/www/firefox/Makefile branches/2017Q4/www/firefox/Makefile.options branches/2017Q4/www/libxul/Makefile branches/2017Q4/www/seamonkey/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/mail/thunderbird/Makefile ============================================================================== --- branches/2017Q4/mail/thunderbird/Makefile Wed Oct 4 16:05:47 2017 (r451233) +++ branches/2017Q4/mail/thunderbird/Makefile Wed Oct 4 16:10:52 2017 (r451234) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 52.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: branches/2017Q4/www/firefox-esr/Makefile ============================================================================== --- branches/2017Q4/www/firefox-esr/Makefile Wed Oct 4 16:05:47 2017 (r451233) +++ branches/2017Q4/www/firefox-esr/Makefile Wed Oct 4 16:10:52 2017 (r451234) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 52.4.0 DISTVERSIONSUFFIX=esr.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2017Q4/www/firefox/Makefile ============================================================================== --- branches/2017Q4/www/firefox/Makefile Wed Oct 4 16:05:47 2017 (r451233) +++ branches/2017Q4/www/firefox/Makefile Wed Oct 4 16:10:52 2017 (r451234) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 56.0 +PORTREVISION= 1 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 Modified: branches/2017Q4/www/firefox/Makefile.options ============================================================================== --- branches/2017Q4/www/firefox/Makefile.options Wed Oct 4 16:05:47 2017 (r451233) +++ branches/2017Q4/www/firefox/Makefile.options Wed Oct 4 16:10:52 2017 (r451234) @@ -4,7 +4,7 @@ OPTIONS_DEFINE+= BUNDLED_CAIRO CANBERRA DBUS DEBUG DT GNOMEUI INTEGER_SAMPLES LIBPROXY \ OPTIMIZED_CFLAGS PGO PROFILE TEST -OPTIONS_DEFAULT+= DBUS DTRACE FFMPEG OPTIMIZED_CFLAGS \ +OPTIONS_DEFAULT+= DBUS DTRACE FFMPEG OPTIMIZED_CFLAGS PROFILE \ ${OPTIONS_MULTI_AUDIO:NSNDIO} \ ${MACHINE_CPU:Msoftfp:C/.+/INTEGER_SAMPLES/} Modified: branches/2017Q4/www/libxul/Makefile ============================================================================== --- branches/2017Q4/www/libxul/Makefile Wed Oct 4 16:05:47 2017 (r451233) +++ branches/2017Q4/www/libxul/Makefile Wed Oct 4 16:10:52 2017 (r451234) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.9.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build3/source Modified: branches/2017Q4/www/seamonkey/Makefile ============================================================================== --- branches/2017Q4/www/seamonkey/Makefile Wed Oct 4 16:05:47 2017 (r451233) +++ branches/2017Q4/www/seamonkey/Makefile Wed Oct 4 16:10:52 2017 (r451234) @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.48 MOZILLA_VER= 51 # above + 3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source From owner-svn-ports-all@freebsd.org Wed Oct 4 16:51:03 2017 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 60FD3E3DC78; Wed, 4 Oct 2017 16:51:03 +0000 (UTC) (envelope-from jbeich@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 3D8066999C; Wed, 4 Oct 2017 16:51:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94Gp2QQ033857; Wed, 4 Oct 2017 16:51:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94Gp2Kg033854; Wed, 4 Oct 2017 16:51:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710041651.v94Gp2Kg033854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 Oct 2017 16:51:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451235 - branches/2017Q3/games/manaplus X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q3/games/manaplus X-SVN-Commit-Revision: 451235 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 16:51:03 -0000 Author: jbeich Date: Wed Oct 4 16:51:01 2017 New Revision: 451235 URL: https://svnweb.freebsd.org/changeset/ports/451235 Log: MFH: r449211 r450795 games/manaplus: update to 1.7.9.16 - Lift BROKEN on powerpc64 per upstream fix (untested) Changes: https://manaplus.org/changelog#new_release_17916 PR: 221748 222544 Submitted by: Thibault Payet (maintainer) Approved by: ports-secteam (zi) Modified: branches/2017Q3/games/manaplus/Makefile branches/2017Q3/games/manaplus/distinfo branches/2017Q3/games/manaplus/pkg-plist Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/games/manaplus/Makefile ============================================================================== --- branches/2017Q3/games/manaplus/Makefile Wed Oct 4 16:10:52 2017 (r451234) +++ branches/2017Q3/games/manaplus/Makefile Wed Oct 4 16:51:01 2017 (r451235) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= manaplus -PORTVERSION= 1.7.8.5 +PORTVERSION= 1.7.9.16 CATEGORIES= games MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/ @@ -11,8 +11,6 @@ COMMENT= Free open source 2D MMORPG client for athena LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN_powerpc64= fails to install: zip.cpp: 'bswap_16' was not declared in this scope LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libpng.so:graphics/png \ Modified: branches/2017Q3/games/manaplus/distinfo ============================================================================== --- branches/2017Q3/games/manaplus/distinfo Wed Oct 4 16:10:52 2017 (r451234) +++ branches/2017Q3/games/manaplus/distinfo Wed Oct 4 16:51:01 2017 (r451235) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502213122 -SHA256 (manaplus-1.7.8.5.tar.xz) = 0247a7cefb519cb6cf7af44bb61383f54179976dbe41fee3f9d357689c6565c1 -SIZE (manaplus-1.7.8.5.tar.xz) = 14896112 +TIMESTAMP = 1506192928 +SHA256 (manaplus-1.7.9.16.tar.xz) = 8b282b85bb030947ddfbb547fa66505021917b770dbac2268b13d95db4e99a9b +SIZE (manaplus-1.7.9.16.tar.xz) = 14920804 Modified: branches/2017Q3/games/manaplus/pkg-plist ============================================================================== --- branches/2017Q3/games/manaplus/pkg-plist Wed Oct 4 16:10:52 2017 (r451234) +++ branches/2017Q3/games/manaplus/pkg-plist Wed Oct 4 16:51:01 2017 (r451235) @@ -449,6 +449,121 @@ share/applications/manaplustest.desktop %%DATADIR%%/data/themes/golden-delicious/window.xml %%DATADIR%%/data/themes/golden-delicious/windowmenu.xml %%DATADIR%%/data/themes/golden-delicious/world.xml +%%DATADIR%%/data/themes/jewelry-simple/CHANGELOG.txt +%%DATADIR%%/data/themes/jewelry-simple/LICENSE.txt +%%DATADIR%%/data/themes/jewelry-simple/avatarlistbox.xml +%%DATADIR%%/data/themes/jewelry-simple/beingpopup.xml +%%DATADIR%%/data/themes/jewelry-simple/browserbox.xml +%%DATADIR%%/data/themes/jewelry-simple/button.xml +%%DATADIR%%/data/themes/jewelry-simple/button_disabled.xml +%%DATADIR%%/data/themes/jewelry-simple/button_highlighted.xml +%%DATADIR%%/data/themes/jewelry-simple/button_pressed.xml +%%DATADIR%%/data/themes/jewelry-simple/buy.xml +%%DATADIR%%/data/themes/jewelry-simple/charcreate.xml +%%DATADIR%%/data/themes/jewelry-simple/chat.xml +%%DATADIR%%/data/themes/jewelry-simple/checkbox.xml +%%DATADIR%%/data/themes/jewelry-simple/circle-off.xml +%%DATADIR%%/data/themes/jewelry-simple/circle-on.xml +%%DATADIR%%/data/themes/jewelry-simple/colors.xml +%%DATADIR%%/data/themes/jewelry-simple/complete_icon.xml +%%DATADIR%%/data/themes/jewelry-simple/cutin.xml +%%DATADIR%%/data/themes/jewelry-simple/dbutton.xml +%%DATADIR%%/data/themes/jewelry-simple/didyouknow.xml +%%DATADIR%%/data/themes/jewelry-simple/dpad.xml +%%DATADIR%%/data/themes/jewelry-simple/dropdown.xml +%%DATADIR%%/data/themes/jewelry-simple/dropdown_background.xml +%%DATADIR%%/data/themes/jewelry-simple/dropdown_pressed.xml +%%DATADIR%%/data/themes/jewelry-simple/drops.xml +%%DATADIR%%/data/themes/jewelry-simple/edit.xml +%%DATADIR%%/data/themes/jewelry-simple/emotes.xml +%%DATADIR%%/data/themes/jewelry-simple/emotetabs.xml +%%DATADIR%%/data/themes/jewelry-simple/equipment.xml +%%DATADIR%%/data/themes/jewelry-simple/equipment_background.xml +%%DATADIR%%/data/themes/jewelry-simple/equipmentbox.png +%%DATADIR%%/data/themes/jewelry-simple/extendedlistbox.xml +%%DATADIR%%/data/themes/jewelry-simple/extendedlistbox_high.xml +%%DATADIR%%/data/themes/jewelry-simple/extendedlistbox_medium.xml +%%DATADIR%%/data/themes/jewelry-simple/extendedlistbox_xhigh.xml +%%DATADIR%%/data/themes/jewelry-simple/extendedlistbox_xxhigh.xml +%%DATADIR%%/data/themes/jewelry-simple/help.xml +%%DATADIR%%/data/themes/jewelry-simple/incomplete_icon.xml +%%DATADIR%%/data/themes/jewelry-simple/info.xml +%%DATADIR%%/data/themes/jewelry-simple/inventory.xml +%%DATADIR%%/data/themes/jewelry-simple/inventory_cell2.xml +%%DATADIR%%/data/themes/jewelry-simple/item_selection.xml +%%DATADIR%%/data/themes/jewelry-simple/itemcontainer.xml +%%DATADIR%%/data/themes/jewelry-simple/itempopup.xml +%%DATADIR%%/data/themes/jewelry-simple/items.xml +%%DATADIR%%/data/themes/jewelry-simple/keyboard_icon.xml +%%DATADIR%%/data/themes/jewelry-simple/keyboard_icon_high.xml +%%DATADIR%%/data/themes/jewelry-simple/keyboard_icon_medium.xml +%%DATADIR%%/data/themes/jewelry-simple/keyboard_icon_xhigh.xml +%%DATADIR%%/data/themes/jewelry-simple/keyboard_icon_xxhigh.xml +%%DATADIR%%/data/themes/jewelry-simple/listbox.xml +%%DATADIR%%/data/themes/jewelry-simple/listbox_high.xml +%%DATADIR%%/data/themes/jewelry-simple/listbox_medium.xml +%%DATADIR%%/data/themes/jewelry-simple/listbox_xhigh.xml +%%DATADIR%%/data/themes/jewelry-simple/listbox_xxhigh.xml +%%DATADIR%%/data/themes/jewelry-simple/login.xml +%%DATADIR%%/data/themes/jewelry-simple/mailedit.xml +%%DATADIR%%/data/themes/jewelry-simple/map.xml +%%DATADIR%%/data/themes/jewelry-simple/ministatus.xml +%%DATADIR%%/data/themes/jewelry-simple/mouse.png +%%DATADIR%%/data/themes/jewelry-simple/npc.xml +%%DATADIR%%/data/themes/jewelry-simple/ok.xml +%%DATADIR%%/data/themes/jewelry-simple/onlinebrowserbox.xml +%%DATADIR%%/data/themes/jewelry-simple/outfits.xml +%%DATADIR%%/data/themes/jewelry-simple/playerbox.xml +%%DATADIR%%/data/themes/jewelry-simple/playerboxselected.xml +%%DATADIR%%/data/themes/jewelry-simple/popup.xml +%%DATADIR%%/data/themes/jewelry-simple/popup_high.xml +%%DATADIR%%/data/themes/jewelry-simple/popup_xhigh.xml +%%DATADIR%%/data/themes/jewelry-simple/popup_xxhigh.xml +%%DATADIR%%/data/themes/jewelry-simple/popupbrowserbox.xml +%%DATADIR%%/data/themes/jewelry-simple/popupbrowserbox_high.xml +%%DATADIR%%/data/themes/jewelry-simple/popupbrowserbox_medium.xml +%%DATADIR%%/data/themes/jewelry-simple/popupbrowserbox_xhigh.xml +%%DATADIR%%/data/themes/jewelry-simple/popupbrowserbox_xxhigh.xml +%%DATADIR%%/data/themes/jewelry-simple/popuplist.xml +%%DATADIR%%/data/themes/jewelry-simple/popupmenu.xml +%%DATADIR%%/data/themes/jewelry-simple/popupmenu_high.xml +%%DATADIR%%/data/themes/jewelry-simple/popupmenu_medium.xml +%%DATADIR%%/data/themes/jewelry-simple/popupmenu_xhigh.xml +%%DATADIR%%/data/themes/jewelry-simple/popupmenu_xxhigh.xml +%%DATADIR%%/data/themes/jewelry-simple/progressbar.xml +%%DATADIR%%/data/themes/jewelry-simple/quests.xml +%%DATADIR%%/data/themes/jewelry-simple/radio.xml +%%DATADIR%%/data/themes/jewelry-simple/resize.xml +%%DATADIR%%/data/themes/jewelry-simple/scroll.xml +%%DATADIR%%/data/themes/jewelry-simple/scroll_background.xml +%%DATADIR%%/data/themes/jewelry-simple/scroll_hbackground.xml +%%DATADIR%%/data/themes/jewelry-simple/scroll_highlighted.xml +%%DATADIR%%/data/themes/jewelry-simple/scroll_vbackground.xml +%%DATADIR%%/data/themes/jewelry-simple/scrollbuttons.xml +%%DATADIR%%/data/themes/jewelry-simple/scrollbuttons_pressed.xml +%%DATADIR%%/data/themes/jewelry-simple/sell.xml +%%DATADIR%%/data/themes/jewelry-simple/server.xml +%%DATADIR%%/data/themes/jewelry-simple/serverinfo.xml +%%DATADIR%%/data/themes/jewelry-simple/serverslistbox.xml +%%DATADIR%%/data/themes/jewelry-simple/shop.xml +%%DATADIR%%/data/themes/jewelry-simple/shoplistbox.xml +%%DATADIR%%/data/themes/jewelry-simple/skilllistbox.xml +%%DATADIR%%/data/themes/jewelry-simple/skillpopup.xml +%%DATADIR%%/data/themes/jewelry-simple/skillrectanglelistbox.xml +%%DATADIR%%/data/themes/jewelry-simple/slider.xml +%%DATADIR%%/data/themes/jewelry-simple/slider_highlighted.xml +%%DATADIR%%/data/themes/jewelry-simple/social.xml +%%DATADIR%%/data/themes/jewelry-simple/spells.xml +%%DATADIR%%/data/themes/jewelry-simple/status.xml +%%DATADIR%%/data/themes/jewelry-simple/tab.xml +%%DATADIR%%/data/themes/jewelry-simple/tab_highlighted.xml +%%DATADIR%%/data/themes/jewelry-simple/tab_selected.xml +%%DATADIR%%/data/themes/jewelry-simple/tab_unused.xml +%%DATADIR%%/data/themes/jewelry-simple/textfield.xml +%%DATADIR%%/data/themes/jewelry-simple/window.png +%%DATADIR%%/data/themes/jewelry-simple/window.xml +%%DATADIR%%/data/themes/jewelry-simple/windowmenu.xml +%%DATADIR%%/data/themes/jewelry-simple/world.xml %%DATADIR%%/data/themes/jewelry/CHANGELOG.txt %%DATADIR%%/data/themes/jewelry/LICENSE.txt %%DATADIR%%/data/themes/jewelry/avatarlistbox.xml From owner-svn-ports-all@freebsd.org Wed Oct 4 16:59:09 2017 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 8CF49E3DF17; Wed, 4 Oct 2017 16:59:09 +0000 (UTC) (envelope-from riggs@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 59EE369D5A; Wed, 4 Oct 2017 16:59:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94Gx8P4037338; Wed, 4 Oct 2017 16:59:08 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94Gx8Pv037335; Wed, 4 Oct 2017 16:59:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201710041659.v94Gx8Pv037335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Wed, 4 Oct 2017 16:59:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451236 - in branches/2017Q4/databases/mongodb34: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in branches/2017Q4/databases/mongodb34: . files X-SVN-Commit-Revision: 451236 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 16:59:09 -0000 Author: riggs Date: Wed Oct 4 16:59:08 2017 New Revision: 451236 URL: https://svnweb.freebsd.org/changeset/ports/451236 Log: MFH: r451129 Update to upstream version 3.4.7 PR: 222298 Submitted by: eric@camachat.org (maintainer) Approved by: ports-secteam (zi) Modified: branches/2017Q4/databases/mongodb34/Makefile branches/2017Q4/databases/mongodb34/distinfo branches/2017Q4/databases/mongodb34/files/patch-SConstruct Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/databases/mongodb34/Makefile ============================================================================== --- branches/2017Q4/databases/mongodb34/Makefile Wed Oct 4 16:51:01 2017 (r451235) +++ branches/2017Q4/databases/mongodb34/Makefile Wed Oct 4 16:59:08 2017 (r451236) @@ -2,8 +2,8 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 3.4.6 -PORTREVISION= 3 +DISTVERSION= 3.4.7 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ Modified: branches/2017Q4/databases/mongodb34/distinfo ============================================================================== --- branches/2017Q4/databases/mongodb34/distinfo Wed Oct 4 16:51:01 2017 (r451235) +++ branches/2017Q4/databases/mongodb34/distinfo Wed Oct 4 16:59:08 2017 (r451236) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499359915 -SHA256 (mongodb-src-r3.4.6.tar.gz) = 8170360f6dfede9c19c131f3d76831e952b3f1494925aa7e2a3a2f95b58ad901 -SIZE (mongodb-src-r3.4.6.tar.gz) = 39922209 +TIMESTAMP = 1504811876 +SHA256 (mongodb-src-r3.4.7.tar.gz) = 9272e7663c7915e09ad2609e28c58437d760d54a9552c711ea735cd8e1784ec0 +SIZE (mongodb-src-r3.4.7.tar.gz) = 39936247 Modified: branches/2017Q4/databases/mongodb34/files/patch-SConstruct ============================================================================== --- branches/2017Q4/databases/mongodb34/files/patch-SConstruct Wed Oct 4 16:51:01 2017 (r451235) +++ branches/2017Q4/databases/mongodb34/files/patch-SConstruct Wed Oct 4 16:59:08 2017 (r451236) @@ -70,11 +70,3 @@ context.Result(ret) return ret -@@ -2645,6 +2645,7 @@ def doConfigure(myenv): - - conf = Configure(myenv, custom_tests = { - 'CheckPThreadSetNameNP': CheckPThreadSetNameNP, -+ 'CheckBoostMinVersion': CheckBoostMinVersion, - }) - - if conf.CheckPThreadSetNameNP(): From owner-svn-ports-all@freebsd.org Wed Oct 4 17:09:16 2017 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 1C18BE3E301; Wed, 4 Oct 2017 17:09:16 +0000 (UTC) (envelope-from riggs@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 8C5EC6A27E; Wed, 4 Oct 2017 17:09:15 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94H9ERv041644; Wed, 4 Oct 2017 17:09:14 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94H9EPK041642; Wed, 4 Oct 2017 17:09:14 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201710041709.v94H9EPK041642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Wed, 4 Oct 2017 17:09:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451237 - head/sysutils/nomad X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/sysutils/nomad X-SVN-Commit-Revision: 451237 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 17:09:16 -0000 Author: riggs Date: Wed Oct 4 17:09:14 2017 New Revision: 451237 URL: https://svnweb.freebsd.org/changeset/ports/451237 Log: Update to upstream version 0.6.3, remove GH_TUPLE (no longer needed) PR: 222474 Submitted by: riggs Approved by: maintainer timeout MFH: 2017Q4 Modified: head/sysutils/nomad/Makefile head/sysutils/nomad/distinfo Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Wed Oct 4 16:59:08 2017 (r451236) +++ head/sysutils/nomad/Makefile Wed Oct 4 17:09:14 2017 (r451237) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nomad -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.3 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -19,17 +19,6 @@ USES= compiler USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/hashicorp/nomad -GH_TUPLE= armon:go-radix:4239b77:go_radix/src/github.com/armon/go-radix \ - axw:gocov:c77561c:gocov/src/github.com/axw/gocov \ - bgentry:speakeasy:675b82c:speakeasy/src/github.com/bgentry/speakeasy \ - golang:tools:8b84dae:tools/src/golang.org/x/tools \ - kardianos:govendor:v1.0.8:govendor/src/github.com/kardianos/govendor \ - matm:gocov-html:v1.1:gocov_html/src/gopkg.in/matm/v1/gocov-html \ - mattn:go-isatty:57fdcb9:go_isatty/src/github.com/mattn/go-isatty \ - mitchellh:gox:v0.3.0:gox/src/github.com/mitchellh/gox \ - mitchellh:cli:8d6d9ab:gox/src/github.com/mitchellh/cli \ - sean-:seed:e2103e2:seed/src/github.com/sean-/seed \ - ugorji:go:faddd61:go/src/github.com/ugorji/go USE_RC_SUBR= nomad Modified: head/sysutils/nomad/distinfo ============================================================================== --- head/sysutils/nomad/distinfo Wed Oct 4 16:59:08 2017 (r451236) +++ head/sysutils/nomad/distinfo Wed Oct 4 17:09:14 2017 (r451237) @@ -1,23 +1,3 @@ -TIMESTAMP = 1503965415 -SHA256 (hashicorp-nomad-v0.6.1_GH0.tar.gz) = 0c81b4f74c034db96f12386115ac5e549113a80a80fb34b7edc31b139ef6bf17 -SIZE (hashicorp-nomad-v0.6.1_GH0.tar.gz) = 17232937 -SHA256 (armon-go-radix-4239b77_GH0.tar.gz) = 7aca5d599d3014f98c01f9c59f638f031d7c3779a491f861d0fe9d7ac8840e61 -SIZE (armon-go-radix-4239b77_GH0.tar.gz) = 5481 -SHA256 (axw-gocov-c77561c_GH0.tar.gz) = 47451bdf1a1704f3c08dc66b24572ead4f76b5bd21f802ed0ec7a3e049ebf3f9 -SIZE (axw-gocov-c77561c_GH0.tar.gz) = 12516 -SHA256 (bgentry-speakeasy-675b82c_GH0.tar.gz) = ea517216afd5b4948796f71bdb2f6268f9af042fd431da392759d174cbc88987 -SIZE (bgentry-speakeasy-675b82c_GH0.tar.gz) = 6931 -SHA256 (golang-tools-8b84dae_GH0.tar.gz) = ec2ab2f9ef0f6df7fbc12faba1fcd42768d9f50ff0f595d4201deaa2f9414d0f -SIZE (golang-tools-8b84dae_GH0.tar.gz) = 2192701 -SHA256 (kardianos-govendor-v1.0.8_GH0.tar.gz) = 7e887b84c7a9278473f39ae8a74440ffc17b329aa193e9304d170d458f8785c7 -SIZE (kardianos-govendor-v1.0.8_GH0.tar.gz) = 114321 -SHA256 (matm-gocov-html-v1.1_GH0.tar.gz) = 0a0bc1168671c17c57eb3a0fd759c625d154bdd420aefac6e10e42d0116dff98 -SIZE (matm-gocov-html-v1.1_GH0.tar.gz) = 125858 -SHA256 (mattn-go-isatty-57fdcb9_GH0.tar.gz) = 62c41e875d19eb4dcc9369c877bced2c9037dd219aa0efd6d3afb92fe485b67a -SIZE (mattn-go-isatty-57fdcb9_GH0.tar.gz) = 3317 -SHA256 (mitchellh-cli-8d6d9ab_GH0.tar.gz) = b9fe9923d91da6830243888245727717e5ddf249ff748291efb3c6fa403b61be -SIZE (mitchellh-cli-8d6d9ab_GH0.tar.gz) = 17091 -SHA256 (sean--seed-e2103e2_GH0.tar.gz) = 867dd9069332577b834ee8d7ece3db15178059473ad0c52a7d4c51b868db21e1 -SIZE (sean--seed-e2103e2_GH0.tar.gz) = 3421 -SHA256 (ugorji-go-faddd61_GH0.tar.gz) = f86b83ac7113121a99d6db8a5f1035ab877a62519257b2976ee98120be26cf40 -SIZE (ugorji-go-faddd61_GH0.tar.gz) = 168810 +TIMESTAMP = 1505921242 +SHA256 (hashicorp-nomad-v0.6.3_GH0.tar.gz) = b24b4960b8a5e5a11885dc763d05adb25c05a4f939c2492ec181984caf9755a8 +SIZE (hashicorp-nomad-v0.6.3_GH0.tar.gz) = 17266035 From owner-svn-ports-all@freebsd.org Wed Oct 4 17:12:43 2017 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 F0D35E3E4E7; Wed, 4 Oct 2017 17:12:43 +0000 (UTC) (envelope-from tobik@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 CB7146A623; Wed, 4 Oct 2017 17:12:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94HChDD045705; Wed, 4 Oct 2017 17:12:43 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94HCgHi045699; Wed, 4 Oct 2017 17:12:42 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710041712.v94HCgHi045699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 4 Oct 2017 17:12:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451238 - in head/java: . openjfx8-scenebuilder openjfx8-scenebuilder/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/java: . openjfx8-scenebuilder openjfx8-scenebuilder/files X-SVN-Commit-Revision: 451238 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 17:12:44 -0000 Author: tobik Date: Wed Oct 4 17:12:42 2017 New Revision: 451238 URL: https://svnweb.freebsd.org/changeset/ports/451238 Log: New port: java/openjfx8-scenebuilder JavaFX Scene Builder provides a visual layout environment that lets you quickly design user interfaces for JavaFX applications without needing to write any code. It allows simple drag-and-drop positioning of GUI components onto a JavaFX scene. As you build the layout of your UI, the FXML code for the layout is automatically generated. It provides a simple yet intuitive interface that can help even non-programmers to quickly prototype interactive applications that connect GUI components to the application logic. WWW: http://openjdk.java.net/projects/openjfx/ Added: head/java/openjfx8-scenebuilder/ head/java/openjfx8-scenebuilder/Makefile (contents, props changed) head/java/openjfx8-scenebuilder/distinfo - copied unchanged from r451172, head/java/openjfx8-devel/distinfo head/java/openjfx8-scenebuilder/files/ head/java/openjfx8-scenebuilder/files/scenebuilder.in (contents, props changed) head/java/openjfx8-scenebuilder/pkg-descr (contents, props changed) Modified: head/java/Makefile Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Wed Oct 4 17:09:14 2017 (r451237) +++ head/java/Makefile Wed Oct 4 17:12:42 2017 (r451238) @@ -109,6 +109,7 @@ SUBDIR += openjdk8 SUBDIR += openjdk8-jre SUBDIR += openjfx8-devel + SUBDIR += openjfx8-scenebuilder SUBDIR += phpeclipse SUBDIR += proguard SUBDIR += sablevm Added: head/java/openjfx8-scenebuilder/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjfx8-scenebuilder/Makefile Wed Oct 4 17:12:42 2017 (r451238) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= openjfx8 +DISTVERSION= 8u172-b00 +CATEGORIES= java x11-toolkits devel +MASTER_SITES= https://github.com/t6/openjfx/releases/download/release/ \ + http://hg.openjdk.java.net/openjfx/8u/rt/archive/${DISTVERSION}${EXTRACT_SUFX}?dummy=/ +PKGNAMESUFFIX= -scenebuilder + +MAINTAINER= tobik@FreeBSD.org +COMMENT= JavaFX Scene Builder + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= openjfx8-devel>0:java/openjfx8-devel +RUN_DEPENDS= openjfx8-devel>0:java/openjfx8-devel + +USE_ANT= yes +USE_JAVA= yes +JAVA_VERSION= 1.8+ + +ALL_TARGET= jar-sb +NO_ARCH= yes +PLIST_FILES= bin/scenebuilder \ + ${JAVAJARDIR}/SceneBuilderApp.jar \ + ${JAVAJARDIR}/SceneBuilderKit.jar +SUB_FILES= scenebuilder +WRKSRC= ${WRKDIR}/rt-${DISTVERSION}/apps/scenebuilder + +do-install: + ${INSTALL_DATA} ${WRKSRC}/SceneBuilderApp/dist/SceneBuilderApp.jar \ + ${WRKSRC}/SceneBuilderKit/dist/SceneBuilderKit.jar \ + ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_SCRIPT} ${WRKDIR}/scenebuilder ${STAGEDIR}${PREFIX}/bin + +.include Copied: head/java/openjfx8-scenebuilder/distinfo (from r451172, head/java/openjfx8-devel/distinfo) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjfx8-scenebuilder/distinfo Wed Oct 4 17:12:42 2017 (r451238, copy of r451172, head/java/openjfx8-devel/distinfo) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506878786 +SHA256 (openjfx8-8u172-b00.tar.gz) = b6689302cb215b22b0b673d47b3738ac48a423149f2e047dbdebbc87fbefc8ac +SIZE (openjfx8-8u172-b00.tar.gz) = 109884684 Added: head/java/openjfx8-scenebuilder/files/scenebuilder.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjfx8-scenebuilder/files/scenebuilder.in Wed Oct 4 17:12:42 2017 (r451238) @@ -0,0 +1,2 @@ +#!/bin/sh +exec "%%LOCALBASE%%/bin/java" ${SCENEBUILDER_JAVA_ARGS} -cp "%%JAVAJARDIR%%/SceneBuilderKit.jar:%%JAVAJARDIR%%/SceneBuilderApp.jar" com.oracle.javafx.scenebuilder.app.SceneBuilderApp "$@" Added: head/java/openjfx8-scenebuilder/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjfx8-scenebuilder/pkg-descr Wed Oct 4 17:12:42 2017 (r451238) @@ -0,0 +1,12 @@ +JavaFX Scene Builder provides a visual layout environment that lets +you quickly design user interfaces for JavaFX applications without +needing to write any code. + +It allows simple drag-and-drop positioning of GUI components onto a +JavaFX scene. As you build the layout of your UI, the FXML code for +the layout is automatically generated. It provides a simple yet +intuitive interface that can help even non-programmers to quickly +prototype interactive applications that connect GUI components to the +application logic. + +WWW: http://openjdk.java.net/projects/openjfx/ From owner-svn-ports-all@freebsd.org Wed Oct 4 17:25:13 2017 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 1361FE3E884; Wed, 4 Oct 2017 17:25:13 +0000 (UTC) (envelope-from gerald@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 D55BB6ABEA; Wed, 4 Oct 2017 17:25:12 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94HPCEn049828; Wed, 4 Oct 2017 17:25:12 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94HPCrl049826; Wed, 4 Oct 2017 17:25:12 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201710041725.v94HPCrl049826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 4 Oct 2017 17:25:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451239 - head X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 451239 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 17:25:13 -0000 Author: gerald Date: Wed Oct 4 17:25:11 2017 New Revision: 451239 URL: https://svnweb.freebsd.org/changeset/ports/451239 Log: Remove bogus line (SUBDIR += ventrilo-serve2) that came in via revision 451219. Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Wed Oct 4 17:12:42 2017 (r451238) +++ head/MOVED Wed Oct 4 17:25:11 2017 (r451239) @@ -1,4 +1,3 @@ - SUBDIR += ventrilo-serve2 # # MOVED -- A list of (recently) moved or removed ports # From owner-svn-ports-all@freebsd.org Wed Oct 4 17:35:32 2017 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 94381E3EB71; Wed, 4 Oct 2017 17:35:32 +0000 (UTC) (envelope-from joneum@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 584196B1D9; Wed, 4 Oct 2017 17:35:32 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94HZVtv054127; Wed, 4 Oct 2017 17:35:31 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94HZVTa054125; Wed, 4 Oct 2017 17:35:31 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201710041735.v94HZVTa054125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 4 Oct 2017 17:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451240 - branches/2017Q4/security/tor-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2017Q4/security/tor-devel X-SVN-Commit-Revision: 451240 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 17:35:32 -0000 Author: joneum Date: Wed Oct 4 17:35:31 2017 New Revision: 451240 URL: https://svnweb.freebsd.org/changeset/ports/451240 Log: MFH: r451179 security/tor-devel: Update from 0.3.2.1-alpha to 0.3.2.2-alpha Changelog: https://blog.torproject.org/tor-0322-alpha-released PR: 222747 Submitted by: Yuri Victorovich (maintainer) Approved by: mentors (implicit) Approved by: ports-secteam (zi) Modified: branches/2017Q4/security/tor-devel/Makefile branches/2017Q4/security/tor-devel/distinfo Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/security/tor-devel/Makefile ============================================================================== --- branches/2017Q4/security/tor-devel/Makefile Wed Oct 4 17:25:11 2017 (r451239) +++ branches/2017Q4/security/tor-devel/Makefile Wed Oct 4 17:35:31 2017 (r451240) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.3.2.1-alpha +DISTVERSION= 0.3.2.2-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: branches/2017Q4/security/tor-devel/distinfo ============================================================================== --- branches/2017Q4/security/tor-devel/distinfo Wed Oct 4 17:25:11 2017 (r451239) +++ branches/2017Q4/security/tor-devel/distinfo Wed Oct 4 17:35:31 2017 (r451240) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505763833 -SHA256 (tor-0.3.2.1-alpha.tar.gz) = a2ce9c0eb0eaf1a478bb8cba4b809b9e4b65dd28a49ff26f78d3b3ea06126728 -SIZE (tor-0.3.2.1-alpha.tar.gz) = 6241078 +TIMESTAMP = 1507010746 +SHA256 (tor-0.3.2.2-alpha.tar.gz) = 948f82246370eadf2d52a5d1797fa8966e5238d28de5ec69120407f22d59e774 +SIZE (tor-0.3.2.2-alpha.tar.gz) = 6257177 From owner-svn-ports-all@freebsd.org Wed Oct 4 18:24:04 2017 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 B85A6E3FAB9; Wed, 4 Oct 2017 18:24:04 +0000 (UTC) (envelope-from martymac@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 85A416CAFB; Wed, 4 Oct 2017 18:24:04 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94IO30F075001; Wed, 4 Oct 2017 18:24:03 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94IO37B075000; Wed, 4 Oct 2017 18:24:03 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201710041824.v94IO37B075000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 4 Oct 2017 18:24:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451241 - head/audio/waon X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: head/audio/waon X-SVN-Commit-Revision: 451241 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 18:24:04 -0000 Author: martymac Date: Wed Oct 4 18:24:03 2017 New Revision: 451241 URL: https://svnweb.freebsd.org/changeset/ports/451241 Log: Bump PORTREVISION following previous commit Reported by: zi MFH: 2017Q4 Modified: head/audio/waon/Makefile Modified: head/audio/waon/Makefile ============================================================================== --- head/audio/waon/Makefile Wed Oct 4 17:35:31 2017 (r451240) +++ head/audio/waon/Makefile Wed Oct 4 18:24:03 2017 (r451241) @@ -3,7 +3,7 @@ PORTNAME= waon PORTVERSION= 0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF From owner-svn-ports-all@freebsd.org Wed Oct 4 19:15:42 2017 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 726EAE407CC; Wed, 4 Oct 2017 19:15:42 +0000 (UTC) (envelope-from gerald@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 415376E075; Wed, 4 Oct 2017 19:15:42 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94JFfx3096507; Wed, 4 Oct 2017 19:15:41 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94JFf5d096504; Wed, 4 Oct 2017 19:15:41 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201710041915.v94JFf5d096504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 4 Oct 2017 19:15:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451242 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 451242 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 19:15:42 -0000 Author: gerald Date: Wed Oct 4 19:15:41 2017 New Revision: 451242 URL: https://svnweb.freebsd.org/changeset/ports/451242 Log: Update to Wine 2.18. This includes the following changes: - Radial gradients in Direct2D. - Asynchronous message support in WebServices. - Virtual memory write watches improvements. - FreeType 2.8.1 compatibility fixes. - Various bug fixes. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Wed Oct 4 18:24:03 2017 (r451241) +++ head/emulators/wine-devel/Makefile Wed Oct 4 19:15:41 2017 (r451242) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 2.17 -PORTREVISION= 1 +DISTVERSION= 2.18 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Wed Oct 4 18:24:03 2017 (r451241) +++ head/emulators/wine-devel/distinfo Wed Oct 4 19:15:41 2017 (r451242) @@ -1,5 +1,5 @@ -TIMESTAMP = 1506024039 -SHA256 (wine-2.17.tar.xz) = 7edc95739043ccc55957af663fb910318283dc5d1db42cd7f0224e30acfcea69 -SIZE (wine-2.17.tar.xz) = 19505528 -SHA256 (v2.17.tar.gz) = f511bf3438dc418b4f667513bf1ae419255e4ee62229e9205c0c64b047222183 -SIZE (v2.17.tar.gz) = 10211107 +TIMESTAMP = 1507134934 +SHA256 (wine-2.18.tar.xz) = 9f0931129878157d717cb39f16cd33bf49f40aac77331c93d0ad30f2ccac4f50 +SIZE (wine-2.18.tar.xz) = 19546360 +SHA256 (v2.18.tar.gz) = 69c75d3ca17b1c3617cd0934a9e9ad6fca37c6679900d2cb63f6981aa1026cc8 +SIZE (v2.18.tar.gz) = 10243957 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Wed Oct 4 18:24:03 2017 (r451241) +++ head/emulators/wine-devel/pkg-plist Wed Oct 4 19:15:41 2017 (r451242) @@ -4,7 +4,7 @@ bin/msiexec bin/notepad bin/regedit bin/regsvr32 -bin/widl +%%STAGING%%bin/widl %%WINE32%%bin/wine %%WINE64%%bin/wine64 bin/wineboot @@ -197,6 +197,12 @@ include/wine/windows/d3d11.h include/wine/windows/d3d11.idl include/wine/windows/d3d11_1.h include/wine/windows/d3d11_1.idl +%%STAGING%%include/wine/windows/d3d11_2.h +%%STAGING%%include/wine/windows/d3d11_2.idl +%%STAGING%%include/wine/windows/d3d11_3.h +%%STAGING%%include/wine/windows/d3d11_3.idl +%%STAGING%%include/wine/windows/d3d11_4.h +%%STAGING%%include/wine/windows/d3d11_4.idl include/wine/windows/d3d11sdklayers.h include/wine/windows/d3d11sdklayers.idl include/wine/windows/d3d11shader.h @@ -252,6 +258,7 @@ include/wine/windows/dbt.h include/wine/windows/dciddi.h include/wine/windows/dciman.h include/wine/windows/dcommon.h +include/wine/windows/dcommon.idl include/wine/windows/dde.h include/wine/windows/dde.rh include/wine/windows/ddeml.h @@ -330,8 +337,20 @@ include/wine/windows/dxgi.h include/wine/windows/dxgi.idl include/wine/windows/dxgi1_2.h include/wine/windows/dxgi1_2.idl +include/wine/windows/dxgi1_3.h +include/wine/windows/dxgi1_3.idl +include/wine/windows/dxgi1_4.h +include/wine/windows/dxgi1_4.idl +include/wine/windows/dxgi1_5.h +include/wine/windows/dxgi1_5.idl +include/wine/windows/dxgi1_6.h +include/wine/windows/dxgi1_6.idl +include/wine/windows/dxgicommon.h +include/wine/windows/dxgicommon.idl include/wine/windows/dxgiformat.h +include/wine/windows/dxgiformat.idl include/wine/windows/dxgitype.h +include/wine/windows/dxgitype.idl %%STAGING%%include/wine/windows/dxva.h include/wine/windows/dxva2api.h include/wine/windows/dxva2api.idl @@ -663,6 +682,10 @@ include/wine/windows/rstinf.idl include/wine/windows/rstloc.idl include/wine/windows/rstnot.idl include/wine/windows/rtutils.h +include/wine/windows/sapi.h +include/wine/windows/sapi.idl +include/wine/windows/sapiddk.h +include/wine/windows/sapiddk.idl include/wine/windows/scarderr.h include/wine/windows/schannel.h include/wine/windows/schemadef.h @@ -699,6 +722,7 @@ include/wine/windows/slerror.h include/wine/windows/slpublic.h include/wine/windows/snmp.h include/wine/windows/softpub.h +include/wine/windows/sperror.h include/wine/windows/sql.h include/wine/windows/sqlext.h include/wine/windows/sqltypes.h @@ -708,6 +732,7 @@ include/wine/windows/srrestoreptapi.h include/wine/windows/sspi.h include/wine/windows/stdole2.idl %%STAGING%%include/wine/windows/stdole32.idl +include/wine/windows/stgprop.h include/wine/windows/sti.h include/wine/windows/storage.h include/wine/windows/strmif.h @@ -741,6 +766,8 @@ include/wine/windows/txcoord.idl include/wine/windows/txdtc.h include/wine/windows/txdtc.idl include/wine/windows/udpmib.h +include/wine/windows/uianimation.h +include/wine/windows/uianimation.idl include/wine/windows/uiautomation.h include/wine/windows/uiautomationclient.h include/wine/windows/uiautomationclient.idl @@ -954,6 +981,7 @@ lib/wine/api-ms-win-core-delayload-l1-1-1.dll.so lib/wine/api-ms-win-core-errorhandling-l1-1-0.dll.so lib/wine/api-ms-win-core-errorhandling-l1-1-1.dll.so lib/wine/api-ms-win-core-errorhandling-l1-1-2.dll.so +lib/wine/api-ms-win-core-errorhandling-l1-1-3.dll.so lib/wine/api-ms-win-core-fibers-l1-1-0.dll.so lib/wine/api-ms-win-core-fibers-l1-1-1.dll.so lib/wine/api-ms-win-core-file-l1-1-0.dll.so @@ -961,6 +989,7 @@ lib/wine/api-ms-win-core-file-l1-2-0.dll.so lib/wine/api-ms-win-core-file-l1-2-1.dll.so lib/wine/api-ms-win-core-file-l2-1-0.dll.so lib/wine/api-ms-win-core-file-l2-1-1.dll.so +lib/wine/api-ms-win-core-file-l2-1-2.dll.so lib/wine/api-ms-win-core-handle-l1-1-0.dll.so lib/wine/api-ms-win-core-heap-l1-1-0.dll.so lib/wine/api-ms-win-core-heap-l1-2-0.dll.so @@ -1003,6 +1032,7 @@ lib/wine/api-ms-win-core-processenvironment-l1-2-0.dll lib/wine/api-ms-win-core-processthreads-l1-1-0.dll.so lib/wine/api-ms-win-core-processthreads-l1-1-1.dll.so lib/wine/api-ms-win-core-processthreads-l1-1-2.dll.so +lib/wine/api-ms-win-core-processtopology-obsolete-l1-1-0.dll.so lib/wine/api-ms-win-core-profile-l1-1-0.dll.so lib/wine/api-ms-win-core-psapi-ansi-l1-1-0.dll.so lib/wine/api-ms-win-core-psapi-l1-1-0.dll.so @@ -1037,6 +1067,7 @@ lib/wine/api-ms-win-core-toolhelp-l1-1-0.dll.so lib/wine/api-ms-win-core-url-l1-1-0.dll.so lib/wine/api-ms-win-core-util-l1-1-0.dll.so lib/wine/api-ms-win-core-version-l1-1-0.dll.so +lib/wine/api-ms-win-core-version-l1-1-1.dll.so lib/wine/api-ms-win-core-version-private-l1-1-0.dll.so lib/wine/api-ms-win-core-versionansi-l1-1-0.dll.so lib/wine/api-ms-win-core-windowserrorreporting-l1-1-0.dll.so @@ -1048,6 +1079,7 @@ lib/wine/api-ms-win-core-winrt-registration-l1-1-0.dll lib/wine/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll.so lib/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so lib/wine/api-ms-win-core-wow64-l1-1-0.dll.so +lib/wine/api-ms-win-core-wow64-l1-1-1.dll.so lib/wine/api-ms-win-core-xstate-l1-1-0.dll.so lib/wine/api-ms-win-core-xstate-l2-1-0.dll.so lib/wine/api-ms-win-crt-conio-l1-1-0.dll.so @@ -1083,10 +1115,12 @@ lib/wine/api-ms-win-eventing-controller-l1-1-0.dll.so lib/wine/api-ms-win-eventing-legacy-l1-1-0.dll.so lib/wine/api-ms-win-eventing-provider-l1-1-0.dll.so lib/wine/api-ms-win-eventlog-legacy-l1-1-0.dll.so +lib/wine/api-ms-win-mm-joystick-l1-1-0.dll.so lib/wine/api-ms-win-mm-misc-l1-1-1.dll.so lib/wine/api-ms-win-mm-mme-l1-1-0.dll.so lib/wine/api-ms-win-mm-time-l1-1-0.dll.so lib/wine/api-ms-win-ntuser-dc-access-l1-1-0.dll.so +lib/wine/api-ms-win-ntuser-rectangle-l1-1-0.dll.so lib/wine/api-ms-win-power-base-l1-1-0.dll.so lib/wine/api-ms-win-power-setting-l1-1-0.dll.so %%STAGING%%lib/wine/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll.so @@ -1269,6 +1303,7 @@ lib/wine/dssenh.dll.so lib/wine/dswave.dll.so lib/wine/dwmapi.dll.so lib/wine/dwrite.dll.so +lib/wine/dx8vb.dll.so lib/wine/dxdiag.exe.so lib/wine/dxdiagn.dll.so lib/wine/dxgi.dll.so @@ -1341,6 +1376,7 @@ lib/wine/fakedlls/api-ms-win-core-delayload-l1-1-1.dll lib/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-1.dll lib/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-2.dll +lib/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-3.dll lib/wine/fakedlls/api-ms-win-core-fibers-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-fibers-l1-1-1.dll lib/wine/fakedlls/api-ms-win-core-file-l1-1-0.dll @@ -1348,6 +1384,7 @@ lib/wine/fakedlls/api-ms-win-core-file-l1-2-0.dll lib/wine/fakedlls/api-ms-win-core-file-l1-2-1.dll lib/wine/fakedlls/api-ms-win-core-file-l2-1-0.dll lib/wine/fakedlls/api-ms-win-core-file-l2-1-1.dll +lib/wine/fakedlls/api-ms-win-core-file-l2-1-2.dll lib/wine/fakedlls/api-ms-win-core-handle-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-heap-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-heap-l1-2-0.dll @@ -1390,6 +1427,7 @@ lib/wine/fakedlls/api-ms-win-core-processenvironment-l lib/wine/fakedlls/api-ms-win-core-processthreads-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-processthreads-l1-1-1.dll lib/wine/fakedlls/api-ms-win-core-processthreads-l1-1-2.dll +lib/wine/fakedlls/api-ms-win-core-processtopology-obsolete-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-profile-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-psapi-ansi-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-psapi-l1-1-0.dll @@ -1424,6 +1462,7 @@ lib/wine/fakedlls/api-ms-win-core-toolhelp-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-url-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-util-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-version-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-core-version-l1-1-1.dll lib/wine/fakedlls/api-ms-win-core-version-private-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-versionansi-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-windowserrorreporting-l1-1-0.dll @@ -1435,6 +1474,7 @@ lib/wine/fakedlls/api-ms-win-core-winrt-registration-l lib/wine/fakedlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-winrt-string-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-wow64-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-core-wow64-l1-1-1.dll lib/wine/fakedlls/api-ms-win-core-xstate-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-xstate-l2-1-0.dll lib/wine/fakedlls/api-ms-win-crt-conio-l1-1-0.dll @@ -1470,10 +1510,12 @@ lib/wine/fakedlls/api-ms-win-eventing-controller-l1-1- lib/wine/fakedlls/api-ms-win-eventing-legacy-l1-1-0.dll lib/wine/fakedlls/api-ms-win-eventing-provider-l1-1-0.dll lib/wine/fakedlls/api-ms-win-eventlog-legacy-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-mm-joystick-l1-1-0.dll lib/wine/fakedlls/api-ms-win-mm-misc-l1-1-1.dll lib/wine/fakedlls/api-ms-win-mm-mme-l1-1-0.dll lib/wine/fakedlls/api-ms-win-mm-time-l1-1-0.dll lib/wine/fakedlls/api-ms-win-ntuser-dc-access-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-ntuser-rectangle-l1-1-0.dll lib/wine/fakedlls/api-ms-win-power-base-l1-1-0.dll lib/wine/fakedlls/api-ms-win-power-setting-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll @@ -1656,6 +1698,7 @@ lib/wine/fakedlls/dssenh.dll lib/wine/fakedlls/dswave.dll lib/wine/fakedlls/dwmapi.dll lib/wine/fakedlls/dwrite.dll +lib/wine/fakedlls/dx8vb.dll lib/wine/fakedlls/dxdiag.exe lib/wine/fakedlls/dxdiagn.dll lib/wine/fakedlls/dxgi.dll @@ -1955,6 +1998,7 @@ lib/wine/fakedlls/rtutils.dll lib/wine/fakedlls/rundll32.exe lib/wine/fakedlls/samlib.dll lib/wine/fakedlls/sane.ds +lib/wine/fakedlls/sapi.dll lib/wine/fakedlls/sc.exe lib/wine/fakedlls/scarddlg.dll lib/wine/fakedlls/sccbase.dll @@ -2311,6 +2355,7 @@ lib/wine/liblz32.def lib/wine/libmapi32.def lib/wine/libmf.def lib/wine/libmfplat.def +lib/wine/libmfuuid.a lib/wine/libmlang.def lib/wine/libmpr.def lib/wine/libmprapi.def @@ -2615,6 +2660,7 @@ lib/wine/rtutils.dll.so lib/wine/rundll32.exe.so lib/wine/samlib.dll.so lib/wine/sane.ds.so +lib/wine/sapi.dll.so lib/wine/sc.exe.so lib/wine/scarddlg.dll.so lib/wine/sccbase.dll.so From owner-svn-ports-all@freebsd.org Wed Oct 4 19:39:28 2017 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 0BC51E40DE5; Wed, 4 Oct 2017 19:39:28 +0000 (UTC) (envelope-from martymac@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 C46DE6E886; Wed, 4 Oct 2017 19:39:27 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94JdQO8005789; Wed, 4 Oct 2017 19:39:26 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94JdQQ8005788; Wed, 4 Oct 2017 19:39:26 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201710041939.v94JdQQ8005788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 4 Oct 2017 19:39:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451243 - branches/2017Q4/audio/waon X-SVN-Group: ports-branches X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: branches/2017Q4/audio/waon X-SVN-Commit-Revision: 451243 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 19:39:28 -0000 Author: martymac Date: Wed Oct 4 19:39:26 2017 New Revision: 451243 URL: https://svnweb.freebsd.org/changeset/ports/451243 Log: MFH: r451228 r451241 Add missing CONFLICTS with sysutils/pv and bump PORTREVISION Approved by: ports-secteam Modified: branches/2017Q4/audio/waon/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/audio/waon/Makefile ============================================================================== --- branches/2017Q4/audio/waon/Makefile Wed Oct 4 19:15:41 2017 (r451242) +++ branches/2017Q4/audio/waon/Makefile Wed Oct 4 19:39:26 2017 (r451243) @@ -3,7 +3,7 @@ PORTNAME= waon PORTVERSION= 0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF @@ -16,6 +16,8 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libao.so:audio/libao \ libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate + +CONFLICTS= pv-[0-9]* USES= ncurses pkgconfig USE_GNOME= gtk20 From owner-svn-ports-all@freebsd.org Wed Oct 4 20:14:26 2017 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 73543E41759; Wed, 4 Oct 2017 20:14:26 +0000 (UTC) (envelope-from zeising@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 355106FAE3; Wed, 4 Oct 2017 20:14:26 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94KEPur022945; Wed, 4 Oct 2017 20:14:25 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94KEOm1022941; Wed, 4 Oct 2017 20:14:24 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201710042014.v94KEOm1022941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 4 Oct 2017 20:14:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451244 - in head/x11-wm/spectrwm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/x11-wm/spectrwm: . files X-SVN-Commit-Revision: 451244 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 20:14:26 -0000 Author: zeising Date: Wed Oct 4 20:14:24 2017 New Revision: 451244 URL: https://svnweb.freebsd.org/changeset/ports/451244 Log: Update to 3.1.0 Changelog: Add +R for region index to bar formatting. Add new bar_color_selected and bar_font_color_selected options. Add new 'ws_empty' action. Enable padding in the bar_format using '_' character Handle MappingNotify during startup. Reset SIGPIPE before execvp(). Correct size for WM_STATE This release also fixes a bunch of bugs, linux build and man page nits. FreeBSD specific changes: Thhe screenshot.sh script is now installed into the examples dir, instead of bin/. If you are using it, you need to update your configuration file. I've reworked the examples handling and hid all examoles behind the EXAMPLES knob (on by default). This is mostly some example configurations, but I also added the baraction.sh script which can be used to do fancier stuff with the status bar. Modified: head/x11-wm/spectrwm/Makefile head/x11-wm/spectrwm/distinfo head/x11-wm/spectrwm/files/patch-spectrwm.c head/x11-wm/spectrwm/pkg-plist Modified: head/x11-wm/spectrwm/Makefile ============================================================================== --- head/x11-wm/spectrwm/Makefile Wed Oct 4 19:39:26 2017 (r451243) +++ head/x11-wm/spectrwm/Makefile Wed Oct 4 20:14:24 2017 (r451244) @@ -3,7 +3,7 @@ PORTNAME= spectrwm DISTVERSIONPREFIX= SPECTRWM_ -DISTVERSION= 3_0_2 +DISTVERSION= 3_1_0 CATEGORIES= x11-wm MAINTAINER= zeising@FreeBSD.org @@ -19,38 +19,49 @@ RUN_DEPENDS+= dmenu:x11/dmenu USE_GITHUB= yes GH_ACCOUNT= conformal +OPTIONS_DEFINE= EXAMPLES + +.include + USE_XORG= x11 xcb xcursor xft xrandr xt USE_LDCONFIG= yes -PORTEXAMPLES= spectrwm_cz.conf \ +CONFEXAMPLES= spectrwm_cz.conf \ spectrwm_es.conf \ spectrwm_fr.conf \ spectrwm_fr_ch.conf \ spectrwm_se.conf \ spectrwm_us.conf +SCRIPTEXAMPLES= baraction.sh \ + screenshot.sh + post-patch: @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/spectrwm.* do-build: - ${CC} ${CFLAGS} -I${LOCALBASE}/include \ + ${CC} ${CFLAGS} -Wall -Werror -I${LOCALBASE}/include \ -I${LOCALBASE}/include/freetype2 -I${WRKSRC}/freebsd \ -lutil -L${LOCALBASE}/lib -lX11 -lX11-xcb -lxcb -lxcb-icccm \ -lxcb-keysyms -lxcb-randr -lxcb-util -lxcb-xtest -lXcursor \ -lXft -DSWM_LIB=\"${PREFIX}/lib/libswmhack.so\" \ -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c - ${CC} ${CFLAGS} -I${LOCALBASE}/include -shared -fpic -DPIC \ + ${CC} ${CFLAGS} -Wall -Werror -I${LOCALBASE}/include -shared -fpic -DPIC \ -o ${WRKSRC}/libswmhack.so ${WRKSRC}/lib/swm_hack.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/screenshot.sh ${STAGEDIR}${PREFIX}/bin ${INSTALL_LIB} ${WRKSRC}/libswmhack.so ${STAGEDIR}${PREFIX}/lib ${INSTALL_MAN} ${WRKSRC}/spectrwm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/spectrwm.conf ${STAGEDIR}${PREFIX}/etc/spectrwm.conf.sample + +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for conf in ${PORTEXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${conf} ${STAGEDIR}${EXAMPLESDIR} +.for file in ${CONFEXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${EXAMPLESDIR} +.endfor +.for file in ${SCRIPTEXAMPLES} + ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${STAGEDIR}${EXAMPLESDIR} .endfor .include Modified: head/x11-wm/spectrwm/distinfo ============================================================================== --- head/x11-wm/spectrwm/distinfo Wed Oct 4 19:39:26 2017 (r451243) +++ head/x11-wm/spectrwm/distinfo Wed Oct 4 20:14:24 2017 (r451244) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465236118 -SHA256 (conformal-spectrwm-SPECTRWM_3_0_2_GH0.tar.gz) = 82ce0280039de642c41684f3096abb0388926b60c37987ca1dbc53a0913cab18 -SIZE (conformal-spectrwm-SPECTRWM_3_0_2_GH0.tar.gz) = 147355 +TIMESTAMP = 1507141425 +SHA256 (conformal-spectrwm-SPECTRWM_3_1_0_GH0.tar.gz) = b7a5e24fe6d923aadab947d354ff44ad742b721daaf334584e8eea9e15649d9a +SIZE (conformal-spectrwm-SPECTRWM_3_1_0_GH0.tar.gz) = 147206 Modified: head/x11-wm/spectrwm/files/patch-spectrwm.c ============================================================================== --- head/x11-wm/spectrwm/files/patch-spectrwm.c Wed Oct 4 19:39:26 2017 (r451243) +++ head/x11-wm/spectrwm/files/patch-spectrwm.c Wed Oct 4 20:14:24 2017 (r451244) @@ -1,6 +1,6 @@ ---- spectrwm.c.orig 2016-06-05 07:12:06 UTC +--- spectrwm.c.orig 2017-10-04 18:36:20 UTC +++ spectrwm.c -@@ -7876,7 +7876,7 @@ validate_spawns(void) +@@ -7960,7 +7960,7 @@ validate_spawns(void) void setup_spawn(void) { Modified: head/x11-wm/spectrwm/pkg-plist ============================================================================== --- head/x11-wm/spectrwm/pkg-plist Wed Oct 4 19:39:26 2017 (r451243) +++ head/x11-wm/spectrwm/pkg-plist Wed Oct 4 20:14:24 2017 (r451244) @@ -1,5 +1,12 @@ bin/spectrwm -bin/screenshot.sh lib/libswmhack.so man/man1/spectrwm.1.gz @sample etc/spectrwm.conf.sample +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/baraction.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/screenshot.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spectrwm_cz.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spectrwm_es.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spectrwm_fr.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spectrwm_fr_ch.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spectrwm_se.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spectrwm_us.conf From owner-svn-ports-all@freebsd.org Wed Oct 4 20:24:01 2017 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 CD1F3E41A17; Wed, 4 Oct 2017 20:24:01 +0000 (UTC) (envelope-from gerald@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 98CB06FF79; Wed, 4 Oct 2017 20:24:01 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94KO0vY027450; Wed, 4 Oct 2017 20:24:00 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94KO0YC027449; Wed, 4 Oct 2017 20:24:00 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201710042024.v94KO0YC027449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 4 Oct 2017 20:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451245 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 451245 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 20:24:01 -0000 Author: gerald Date: Wed Oct 4 20:24:00 2017 New Revision: 451245 URL: https://svnweb.freebsd.org/changeset/ports/451245 Log: Add a new Makefile target check-wine-devel-vs-wine-staging that works around a deficiency of Mk/Scripts/check-stagedir.sh that does not spot entries in pkg-plist that move from being enabled only with the STAGING option (%%STAGING%%foo/bar/file) to being there by default (foo/bar/file). This has caused actual issues for users, so we need to regularly check for such cases, which a simple `check-wine-devel-vs-wine-staging` will now do, provided the staging directory is accessible. PR: 220950 Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Wed Oct 4 20:14:24 2017 (r451244) +++ head/emulators/wine-devel/Makefile Wed Oct 4 20:24:00 2017 (r451245) @@ -170,4 +170,12 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/programs/winedbg/README ${STAGEDIR}${DOCSDIR}/README.winedbg ${INSTALL_DATA} ${WRKSRC}/tools/winedump/README ${STAGEDIR}${DOCSDIR}/README.winedump +check-wine-devel-vs-wine-staging: + @grep %%STAGING%% pkg-plist | while read f; do \ + f=`echo $$f | sed -e 's/%%STAGING%%//'`; \ + if [ -f "$$STAGEDIR/$$PREFIX/$$f" ]; then \ + printf "%s no longer contigent on %%STAGING%%?\n" "$$f"; \ + fi \ + done + .include From owner-svn-ports-all@freebsd.org Wed Oct 4 20:36:15 2017 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 6E488E4214B; Wed, 4 Oct 2017 20:36:15 +0000 (UTC) (envelope-from gerald@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 3BCF37097E; Wed, 4 Oct 2017 20:36:15 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94KaErV032266; Wed, 4 Oct 2017 20:36:14 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94KaEpu032263; Wed, 4 Oct 2017 20:36:14 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201710042036.v94KaEpu032263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 4 Oct 2017 20:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451246 - in head/lang: gcc47 gcc48 gcc49 X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang: gcc47 gcc48 gcc49 X-SVN-Commit-Revision: 451246 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 20:36:15 -0000 Author: gerald Date: Wed Oct 4 20:36:13 2017 New Revision: 451246 URL: https://svnweb.freebsd.org/changeset/ports/451246 Log: Add deprecation notes for lang/gcc47, lang/gcc48, and lang/gcc49, but no expiration date at this point (since at least the latter two still have users in the ports tree and sparc64 relies on the latter). PR: 222373 Submitted by: Yasuhiro KIMURA Modified: head/lang/gcc47/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Wed Oct 4 20:24:00 2017 (r451245) +++ head/lang/gcc47/Makefile Wed Oct 4 20:36:13 2017 (r451246) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.7.4 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${PORTVERSION} @@ -15,6 +15,7 @@ COMMENT= GNU Compiler Collection 4.7 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Wed Oct 4 20:24:00 2017 (r451245) +++ head/lang/gcc48/Makefile Wed Oct 4 20:36:13 2017 (r451246) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.8.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${PORTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 4.8 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Wed Oct 4 20:24:00 2017 (r451245) +++ head/lang/gcc49/Makefile Wed Oct 4 20:36:13 2017 (r451246) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.9.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 4.9 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ From owner-svn-ports-all@freebsd.org Wed Oct 4 20:37:36 2017 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 527DAE42203; Wed, 4 Oct 2017 20:37:36 +0000 (UTC) (envelope-from gerald@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 1A52270C56; Wed, 4 Oct 2017 20:37:36 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94KbZgC032478; Wed, 4 Oct 2017 20:37:35 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94KbZJW032475; Wed, 4 Oct 2017 20:37:35 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201710042037.v94KbZJW032475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 4 Oct 2017 20:37:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451247 - head/lang/gcc5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc5-devel X-SVN-Commit-Revision: 451247 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 20:37:36 -0000 Author: gerald Date: Wed Oct 4 20:37:34 2017 New Revision: 451247 URL: https://svnweb.freebsd.org/changeset/ports/451247 Log: Update to the 20171003 snapshot of GCC 5.4.1. Sort two conditions with serveral references to ${ARCH} alphabetically. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Wed Oct 4 20:36:13 2017 (r451246) +++ head/lang/gcc5-devel/Makefile Wed Oct 4 20:37:34 2017 (r451247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20170926 +PORTVERSION= 5.4.1.s20171003 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -65,7 +65,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} CONFIGURE_ENV+= UNAME_m="powerpc64" .endif -.if ${ARCH} == armv6 || ${ARCH} == aarch64 +.if ${ARCH} == aarch64 || ${ARCH} == armv6 . if ${COMPILER_TYPE} == clang . if empty(PORT_OPTIONS:MBOOTSTRAP) MAKE_ARGS+=CXXFLAGS+=-fbracket-depth=512 @@ -111,7 +111,7 @@ INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/gccint \ gcc${SUFFIX}/gfortran \ gcc${SUFFIX}/libgomp -.if ${ARCH} == i386 || ${ARCH} == amd64 +.if ${ARCH} == amd64 || ${ARCH} == i386 INFO+= gcc${SUFFIX}/libquadmath \ gcc${SUFFIX}/libitm .endif Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Wed Oct 4 20:36:13 2017 (r451246) +++ head/lang/gcc5-devel/distinfo Wed Oct 4 20:37:34 2017 (r451247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506528342 -SHA256 (gcc-5-20170926.tar.xz) = dfa5537341d7efb44f0ce0db93c95012d4d34c9a1fdbbc2f4ddde582cc85ece3 -SIZE (gcc-5-20170926.tar.xz) = 69385412 +TIMESTAMP = 1507134938 +SHA256 (gcc-5-20171003.tar.xz) = 912d880b3b63a8caff659b3961ee5f3023ccafe503b6128edab5386f4ec03dd3 +SIZE (gcc-5-20171003.tar.xz) = 69385352 From owner-svn-ports-all@freebsd.org Wed Oct 4 20:40:23 2017 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 DB137E42330; Wed, 4 Oct 2017 20:40:23 +0000 (UTC) (envelope-from ehaupt@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 A2FB270F81; Wed, 4 Oct 2017 20:40:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94KeM9e032788; Wed, 4 Oct 2017 20:40:22 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94KeMrS032786; Wed, 4 Oct 2017 20:40:22 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201710042040.v94KeMrS032786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 4 Oct 2017 20:40:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451248 - in head/textproc: p5-RTF-Parser rtf2html X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/textproc: p5-RTF-Parser rtf2html X-SVN-Commit-Revision: 451248 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 20:40:24 -0000 Author: ehaupt Date: Wed Oct 4 20:40:22 2017 New Revision: 451248 URL: https://svnweb.freebsd.org/changeset/ports/451248 Log: - Register conflicts - While here specify license of textproc/rtf2html Notified by: rodrigo (conflicts scanner) Modified: head/textproc/p5-RTF-Parser/Makefile head/textproc/rtf2html/Makefile Modified: head/textproc/p5-RTF-Parser/Makefile ============================================================================== --- head/textproc/p5-RTF-Parser/Makefile Wed Oct 4 20:37:34 2017 (r451247) +++ head/textproc/p5-RTF-Parser/Makefile Wed Oct 4 20:40:22 2017 (r451248) @@ -3,6 +3,7 @@ PORTNAME= RTF-Parser PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-RTF-Tokenizer>=1.16:textproc/p5-RTF-Tokenizer RUN_DEPENDS:= ${BUILD_DEPENDS} + +CONFLICTS_INSTALL= rtf2html-[0-9]* USES= perl5 USE_PERL5= configure Modified: head/textproc/rtf2html/Makefile ============================================================================== --- head/textproc/rtf2html/Makefile Wed Oct 4 20:37:34 2017 (r451247) +++ head/textproc/rtf2html/Makefile Wed Oct 4 20:40:22 2017 (r451248) @@ -3,11 +3,16 @@ PORTNAME= rtf2html DISTVERSION= 1.1b +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Simple rtf2html converter + +LICENSE= BSD2CLAUSE + +CONFLICTS_INSTALL= p5-RTF-Parser-[0-9]* PLIST_FILES= bin/rtf2html From owner-svn-ports-all@freebsd.org Wed Oct 4 20:40:37 2017 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 8257CE4236C; Wed, 4 Oct 2017 20:40:37 +0000 (UTC) (envelope-from gerald@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 4F64371060; Wed, 4 Oct 2017 20:40:37 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94KeaFw032921; Wed, 4 Oct 2017 20:40:36 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94KeatX032919; Wed, 4 Oct 2017 20:40:36 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201710042040.v94KeatX032919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 4 Oct 2017 20:40:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451249 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 451249 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 20:40:37 -0000 Author: gerald Date: Wed Oct 4 20:40:36 2017 New Revision: 451249 URL: https://svnweb.freebsd.org/changeset/ports/451249 Log: bin/widl actually never was dependent on the STAGING option, this was a test escaping into the tree as part of the recent version update. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Wed Oct 4 20:40:22 2017 (r451248) +++ head/emulators/wine-devel/Makefile Wed Oct 4 20:40:36 2017 (r451249) @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 2.18 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Wed Oct 4 20:40:22 2017 (r451248) +++ head/emulators/wine-devel/pkg-plist Wed Oct 4 20:40:36 2017 (r451249) @@ -4,7 +4,7 @@ bin/msiexec bin/notepad bin/regedit bin/regsvr32 -%%STAGING%%bin/widl +bin/widl %%WINE32%%bin/wine %%WINE64%%bin/wine64 bin/wineboot From owner-svn-ports-all@freebsd.org Wed Oct 4 21:01:10 2017 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 C81B6E42988; Wed, 4 Oct 2017 21:01:10 +0000 (UTC) (envelope-from adridg@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 95BF071E0A; Wed, 4 Oct 2017 21:01:10 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94L193H042121; Wed, 4 Oct 2017 21:01:09 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94L197x042120; Wed, 4 Oct 2017 21:01:09 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201710042101.v94L197x042120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Wed, 4 Oct 2017 21:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451250 - head/Mk/Scripts X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/Mk/Scripts X-SVN-Commit-Revision: 451250 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 21:01:10 -0000 Author: adridg Date: Wed Oct 4 21:01:09 2017 New Revision: 451250 URL: https://svnweb.freebsd.org/changeset/ports/451250 Log: Take out the check that suggests that all -qt5 ports should be part of USE_QT5, since all of those suggestions are wrong. Approved by: rakuco (mentor), tcberner (mentor), portmgr (mat) Differential Revision: https://reviews.freebsd.org/D12526 Modified: head/Mk/Scripts/qa.sh Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Wed Oct 4 20:40:36 2017 (r451249) +++ head/Mk/Scripts/qa.sh Wed Oct 4 21:01:09 2017 (r451250) @@ -554,8 +554,6 @@ proxydeps_suggest_uses() { # Qt5 elif expr ${pkg} : '.*/qt5-.*' > /dev/null; then warn "you need USE_QT5+=$(echo ${pkg} | sed -E 's|.*/qt5-||')" - elif expr ${pkg} : '.*/.*-qt5' > /dev/null; then - warn "you need USE_QT5+=$(echo ${pkg} | sed -E 's|.*/(.*)-qt5|\1|')" # MySQL elif expr ${lib_file} : "${LOCALBASE}/lib/mysql/[^/]*$" > /dev/null; then warn "you need USES+=mysql" From owner-svn-ports-all@freebsd.org Wed Oct 4 21:20:38 2017 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 54ED4E42FC5; Wed, 4 Oct 2017 21:20:38 +0000 (UTC) (envelope-from madpilot@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 C3407729D8; Wed, 4 Oct 2017 21:20:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94LKaYs050534; Wed, 4 Oct 2017 21:20:36 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94LKamv050530; Wed, 4 Oct 2017 21:20:36 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201710042120.v94LKamv050530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 4 Oct 2017 21:20:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451251 - in head/net: ndpi ntopng X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/net: ndpi ntopng X-SVN-Commit-Revision: 451251 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 21:20:38 -0000 Author: madpilot Date: Wed Oct 4 21:20:36 2017 New Revision: 451251 URL: https://svnweb.freebsd.org/changeset/ports/451251 Log: Update net/ndpi and net/ntopng to latest upstream snapshots. Modified: head/net/ndpi/Makefile head/net/ndpi/distinfo head/net/ntopng/Makefile head/net/ntopng/distinfo Modified: head/net/ndpi/Makefile ============================================================================== --- head/net/ndpi/Makefile Wed Oct 4 21:01:09 2017 (r451250) +++ head/net/ndpi/Makefile Wed Oct 4 21:20:36 2017 (r451251) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ndpi -PORTVERSION= 2.0.2017.05.23 -PORTREVISION= 1 +PORTVERSION= 2.0.2017.09.13 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org @@ -26,7 +25,7 @@ INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= ntop GH_PROJECT= nDPI -GH_TAGNAME= 3cfcc05 +GH_TAGNAME= 6607c33 PLIST_SUB= MAJOR_VER=${PORTVERSION:C/([[:digit:]])+\.([[:digit:]])+.*/\1.\2/}.0 Modified: head/net/ndpi/distinfo ============================================================================== --- head/net/ndpi/distinfo Wed Oct 4 21:01:09 2017 (r451250) +++ head/net/ndpi/distinfo Wed Oct 4 21:20:36 2017 (r451251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496419175 -SHA256 (ntop-nDPI-2.0.2017.05.23-3cfcc05_GH0.tar.gz) = 93d8b2705346f7f11714ec4637bac3236de78a42b9bf46d7fcb50b3228d1d07d -SIZE (ntop-nDPI-2.0.2017.05.23-3cfcc05_GH0.tar.gz) = 19281078 +TIMESTAMP = 1507108385 +SHA256 (ntop-nDPI-2.0.2017.09.13-6607c33_GH0.tar.gz) = 3a71b7b8e20e387afdfca36052e553a98826a0bb345d9cff58b9bffb5649db11 +SIZE (ntop-nDPI-2.0.2017.09.13-6607c33_GH0.tar.gz) = 19281054 Modified: head/net/ntopng/Makefile ============================================================================== --- head/net/ntopng/Makefile Wed Oct 4 21:01:09 2017 (r451250) +++ head/net/ntopng/Makefile Wed Oct 4 21:20:36 2017 (r451251) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntopng -PORTVERSION= 3.0.2017.08.12 +PORTVERSION= 3.0.2017.10.03 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org @@ -32,7 +32,7 @@ GROUPS= ntopng USE_GITHUB= yes GH_ACCOUNT= ntop -GH_TAGNAME= 8e2a743 +GH_TAGNAME= 499e0bf CPE_VENDOR= ntop Modified: head/net/ntopng/distinfo ============================================================================== --- head/net/ntopng/distinfo Wed Oct 4 21:01:09 2017 (r451250) +++ head/net/ntopng/distinfo Wed Oct 4 21:20:36 2017 (r451251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503329023 -SHA256 (ntop-ntopng-3.0.2017.08.12-8e2a743_GH0.tar.gz) = 3adf3f00eb94da7981831d03ee9ba554caf6315e5cbd9bbb25cff590db2dac17 -SIZE (ntop-ntopng-3.0.2017.08.12-8e2a743_GH0.tar.gz) = 23022290 +TIMESTAMP = 1507108683 +SHA256 (ntop-ntopng-3.0.2017.10.03-499e0bf_GH0.tar.gz) = 1352885d53b4203e38637c4d418d352601de25d2da17808b95bb0f1c2bd7ee06 +SIZE (ntop-ntopng-3.0.2017.10.03-499e0bf_GH0.tar.gz) = 23022236 From owner-svn-ports-all@freebsd.org Wed Oct 4 21:48:23 2017 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 E5B72E439F2; Wed, 4 Oct 2017 21:48:23 +0000 (UTC) (envelope-from bdrewery@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 B347073739; Wed, 4 Oct 2017 21:48:23 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94LmMgj063351; Wed, 4 Oct 2017 21:48:22 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94LmMIn063349; Wed, 4 Oct 2017 21:48:22 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201710042148.v94LmMIn063349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 4 Oct 2017 21:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451252 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/ports-mgmt/poudriere-devel X-SVN-Commit-Revision: 451252 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 21:48:24 -0000 Author: bdrewery Date: Wed Oct 4 21:48:22 2017 New Revision: 451252 URL: https://svnweb.freebsd.org/changeset/ports/451252 Log: Update to 3.0-2535-gffbb8f83 - Update to ptsort 1.20170904 - Fix more issues with internal list parsing - testport: Fix time elapsed not showing in HTML listing. - HTML: Be backwards compatible with data without elapsed for built/failed - HTML: Fix queued ports list containing items not actually being built. - testport: Add some specific tests for broken port or missing PREFIX. - FLAVORS: Tweak exception to hint about unprovided FLAVORS. - jail: Add -C (for clean) option in order to clean poudriere data when deleting a jail - image: Fix tar image type Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Wed Oct 4 21:20:36 2017 (r451251) +++ head/ports-mgmt/poudriere-devel/Makefile Wed Oct 4 21:48:22 2017 (r451252) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.99.20170901 +DISTVERSION= 3.1.99.20171004 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.0-2513-gaf851838 +GH_TAGNAME= 3.0-2535-gffbb8f83 #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Wed Oct 4 21:20:36 2017 (r451251) +++ head/ports-mgmt/poudriere-devel/distinfo Wed Oct 4 21:48:22 2017 (r451252) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504284122 -SHA256 (freebsd-poudriere-3.1.99.20170901-3.0-2513-gaf851838_GH0.tar.gz) = 6e774c15be7f09864934601e948332fbc85f2f4119405d82e7f7b28353ccb7a8 -SIZE (freebsd-poudriere-3.1.99.20170901-3.0-2513-gaf851838_GH0.tar.gz) = 4351206 +TIMESTAMP = 1507153499 +SHA256 (freebsd-poudriere-3.1.99.20171004-3.0-2535-gffbb8f83_GH0.tar.gz) = 5a13bb0c701b3a03746f2357212186a270fea18a672df0e3e0965b3e129d3650 +SIZE (freebsd-poudriere-3.1.99.20171004-3.0-2535-gffbb8f83_GH0.tar.gz) = 4354155 From owner-svn-ports-all@freebsd.org Wed Oct 4 22:31:42 2017 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 EFCF0E0D4C8; Wed, 4 Oct 2017 22:31:42 +0000 (UTC) (envelope-from marcus@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 BCD5274A00; Wed, 4 Oct 2017 22:31:42 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94MVfUg083862; Wed, 4 Oct 2017 22:31:41 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94MVfF6083859; Wed, 4 Oct 2017 22:31:41 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201710042231.v94MVfF6083859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Wed, 4 Oct 2017 22:31:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451253 - in head/net-im: finch libpurple pidgin X-SVN-Group: ports-head X-SVN-Commit-Author: marcus X-SVN-Commit-Paths: in head/net-im: finch libpurple pidgin X-SVN-Commit-Revision: 451253 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 22:31:43 -0000 Author: marcus Date: Wed Oct 4 22:31:41 2017 New Revision: 451253 URL: https://svnweb.freebsd.org/changeset/ports/451253 Log: Remove the mention of MSN and Yahoo! from pkg-descrs. Pidgin dropped support for these services back in March 2017. PR: 222784 Submitted by: mi Modified: head/net-im/finch/pkg-descr head/net-im/libpurple/pkg-descr head/net-im/pidgin/pkg-descr Modified: head/net-im/finch/pkg-descr ============================================================================== --- head/net-im/finch/pkg-descr Wed Oct 4 21:48:22 2017 (r451252) +++ head/net-im/finch/pkg-descr Wed Oct 4 22:31:41 2017 (r451253) @@ -1,6 +1,5 @@ Finch is a multi-protocol instant messaging client. It is compatible with AIM -(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, -and Zephyr networks. +(Oscar and TOC protocols), ICQ, IRC, Jabber, Gadu-Gadu, and Zephyr networks. Finch users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Modified: head/net-im/libpurple/pkg-descr ============================================================================== --- head/net-im/libpurple/pkg-descr Wed Oct 4 21:48:22 2017 (r451252) +++ head/net-im/libpurple/pkg-descr Wed Oct 4 22:31:41 2017 (r451253) @@ -1,6 +1,5 @@ Pidgin is a multi-protocol instant messaging client. It is compatible with AIM -(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, -and Zephyr networks. +(Oscar and TOC protocols), ICQ, IRC, Jabber, Gadu-Gadu, and Zephyr networks. Pidgin users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Modified: head/net-im/pidgin/pkg-descr ============================================================================== --- head/net-im/pidgin/pkg-descr Wed Oct 4 21:48:22 2017 (r451252) +++ head/net-im/pidgin/pkg-descr Wed Oct 4 22:31:41 2017 (r451253) @@ -1,6 +1,5 @@ Pidgin is a multi-protocol instant messaging client. It is compatible with AIM -(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, -and Zephyr networks. +(Oscar and TOC protocols), ICQ, IRC, Jabber, Gadu-Gadu, and Zephyr networks. Pidgin users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL From owner-svn-ports-all@freebsd.org Thu Oct 5 01:03:08 2017 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 D63BFE259AB; Thu, 5 Oct 2017 01:03:08 +0000 (UTC) (envelope-from dbaio@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 B28F27CDCE; Thu, 5 Oct 2017 01:03:08 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95137SP051173; Thu, 5 Oct 2017 01:03:07 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95137Hf051170; Thu, 5 Oct 2017 01:03:07 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201710050103.v95137Hf051170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 5 Oct 2017 01:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451254 - head/net-mgmt/zabbix34-server X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/net-mgmt/zabbix34-server X-SVN-Commit-Revision: 451254 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 01:03:09 -0000 Author: dbaio Date: Thu Oct 5 01:03:07 2017 New Revision: 451254 URL: https://svnweb.freebsd.org/changeset/ports/451254 Log: net-mgmt/zabbix34-*: Update to 3.4.2 [1] Update CONFLICTS to also match zabbix32. [2] Changes: https://www.zabbix.com/rn3.4.2 PR: 222736 [1] PR: 222317 [2] Submitted by: Pakhom Golynga (maintainer) [1] Submitted by: Franco Fichtner [2] Modified: head/net-mgmt/zabbix34-server/Makefile head/net-mgmt/zabbix34-server/distinfo head/net-mgmt/zabbix34-server/pkg-plist.frontend Modified: head/net-mgmt/zabbix34-server/Makefile ============================================================================== --- head/net-mgmt/zabbix34-server/Makefile Wed Oct 4 22:31:41 2017 (r451253) +++ head/net-mgmt/zabbix34-server/Makefile Thu Oct 5 01:03:07 2017 (r451254) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix34 -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} @@ -17,7 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre.so:devel/pcre -CONFLICTS= zabbix[0-24-9][0-35-9]${PKGNAMESUFFIX} zabbix[0-9]${PKGNAMESUFFIX} +CONFLICTS= zabbix[0-24-9][0-9]${PKGNAMESUFFIX} \ + zabbix3[0-35-9]${PKGNAMESUFFIX} \ + zabbix[0-9]${PKGNAMESUFFIX} IGNORE_WITH_MYSQL= 41 Modified: head/net-mgmt/zabbix34-server/distinfo ============================================================================== --- head/net-mgmt/zabbix34-server/distinfo Wed Oct 4 22:31:41 2017 (r451253) +++ head/net-mgmt/zabbix34-server/distinfo Thu Oct 5 01:03:07 2017 (r451254) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504484981 -SHA256 (zabbix-3.4.1.tar.gz) = faaf1a1569ec6b4674d80e707904197c8b568f2b4660f636c28d0c42af471fd4 -SIZE (zabbix-3.4.1.tar.gz) = 17010519 +TIMESTAMP = 1507068134 +SHA256 (zabbix-3.4.2.tar.gz) = 54c21e04da4ef43380af647c6a0ddff67614337386fa318da021117efe5b334f +SIZE (zabbix-3.4.2.tar.gz) = 17113290 Modified: head/net-mgmt/zabbix34-server/pkg-plist.frontend ============================================================================== --- head/net-mgmt/zabbix34-server/pkg-plist.frontend Wed Oct 4 22:31:41 2017 (r451253) +++ head/net-mgmt/zabbix34-server/pkg-plist.frontend Thu Oct 5 01:03:07 2017 (r451254) @@ -52,6 +52,7 @@ %%WWWDIR%%/app/controllers/CControllerScriptList.php %%WWWDIR%%/app/controllers/CControllerScriptUpdate.php %%WWWDIR%%/app/controllers/CControllerSystemWarning.php +%%WWWDIR%%/app/controllers/CControllerTimelineUpdate.php %%WWWDIR%%/app/controllers/CControllerWebView.php %%WWWDIR%%/app/controllers/CControllerWidgetDiscoveryView.php %%WWWDIR%%/app/controllers/CControllerWidgetHostsView.php @@ -491,6 +492,7 @@ %%WWWDIR%%/include/classes/validators/CRegexValidator.php %%WWWDIR%%/include/classes/validators/CStringValidator.php %%WWWDIR%%/include/classes/validators/CValidator.php +%%WWWDIR%%/include/classes/validators/CHtmlUrlValidator.php %%WWWDIR%%/include/classes/validators/event/CEventSourceObjectValidator.php %%WWWDIR%%/include/classes/validators/host/CHostNormalValidator.php %%WWWDIR%%/include/classes/validators/hostgroup/CHostGroupNameValidator.php @@ -514,6 +516,7 @@ %%WWWDIR%%/include/classes/widgetfields/CWidgetFieldTags.php %%WWWDIR%%/include/classes/widgetfields/CWidgetFieldTextBox.php %%WWWDIR%%/include/classes/widgetfields/CWidgetFieldWidgetListComboBox.php +%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldUrl.php %%WWWDIR%%/include/classes/widgets/CActionLogWidgetForm.php %%WWWDIR%%/include/classes/widgets/CClockWidgetForm.php %%WWWDIR%%/include/classes/widgets/CDataOverviewWidgetForm.php From owner-svn-ports-all@freebsd.org Thu Oct 5 01:52:48 2017 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 7F357E2789B; Thu, 5 Oct 2017 01:52:48 +0000 (UTC) (envelope-from cy@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 4F0377E54F; Thu, 5 Oct 2017 01:52:48 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v951qlLO072430; Thu, 5 Oct 2017 01:52:47 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v951qlvi072428; Thu, 5 Oct 2017 01:52:47 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050152.v951qlvi072428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 01:52:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451255 - in head/graphics: xpdf3 xpdf4 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/graphics: xpdf3 xpdf4 X-SVN-Commit-Revision: 451255 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 01:52:48 -0000 Author: cy Date: Thu Oct 5 01:52:47 2017 New Revision: 451255 URL: https://svnweb.freebsd.org/changeset/ports/451255 Log: Register xpdf conflicts. Reported by: rodrigo Modified: head/graphics/xpdf3/Makefile (contents, props changed) head/graphics/xpdf4/Makefile (contents, props changed) Modified: head/graphics/xpdf3/Makefile ============================================================================== --- head/graphics/xpdf3/Makefile Thu Oct 5 01:03:07 2017 (r451254) +++ head/graphics/xpdf3/Makefile Thu Oct 5 01:52:47 2017 (r451255) @@ -10,6 +10,9 @@ MASTER_SITES= http://mirrors.rit.edu/zi/ \ http://komquats.com/distfiles/ .if !defined(MASTERDIR) PKGNAMESUFFIX= 3 +CONFLICTS_INSTALL= xpdf4-* xpdf-* +.else +CONFLICTS_INSTALL= xpdf4-* xpdf3-* .endif MAINTAINER= cy@FreeBSD.org Modified: head/graphics/xpdf4/Makefile ============================================================================== --- head/graphics/xpdf4/Makefile Thu Oct 5 01:03:07 2017 (r451254) +++ head/graphics/xpdf4/Makefile Thu Oct 5 01:52:47 2017 (r451255) @@ -7,6 +7,9 @@ CATEGORIES= graphics print MASTER_SITES= http://www.xpdfreader.com/dl/ .if !defined(MASTERDIR) PKGNAMESUFFIX= 4 +CONFLICTS_INSTALL= xpdf3-* xpdf-* +.else +CONFLICTS_INSTALL= xpdf3-* xpdf4-* .endif MAINTAINER= cy@FreeBSD.org From owner-svn-ports-all@freebsd.org Thu Oct 5 01:54:47 2017 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 99F1FE279D2; Thu, 5 Oct 2017 01:54:47 +0000 (UTC) (envelope-from cy@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 6467F7E68E; Thu, 5 Oct 2017 01:54:47 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v951skMp072613; Thu, 5 Oct 2017 01:54:46 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v951skVh072612; Thu, 5 Oct 2017 01:54:46 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050154.v951skVh072612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 01:54:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451256 - head/mail/nmh X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/mail/nmh X-SVN-Commit-Revision: 451256 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 01:54:47 -0000 Author: cy Date: Thu Oct 5 01:54:46 2017 New Revision: 451256 URL: https://svnweb.freebsd.org/changeset/ports/451256 Log: Register conflicts. Reported by: rodrigo Modified: head/mail/nmh/Makefile (contents, props changed) Modified: head/mail/nmh/Makefile ============================================================================== --- head/mail/nmh/Makefile Thu Oct 5 01:52:47 2017 (r451255) +++ head/mail/nmh/Makefile Thu Oct 5 01:54:46 2017 (r451256) @@ -71,5 +71,6 @@ DEBUG_FLAGS+= -O0 -Wall -Wextra -g .endif CONFLICTS= ja-mh-[0-9]* +CONFLICTS_INSTALL= pixie-* p5-Dist-Joseki-* .include From owner-svn-ports-all@freebsd.org Thu Oct 5 01:54:57 2017 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 DE43FE27A20; Thu, 5 Oct 2017 01:54:57 +0000 (UTC) (envelope-from cy@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 AD3CC7E6FB; Thu, 5 Oct 2017 01:54:57 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v951suAW072753; Thu, 5 Oct 2017 01:54:56 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v951suP9072751; Thu, 5 Oct 2017 01:54:56 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050154.v951suP9072751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 01:54:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451257 - in head: cad/alliance net/fspclient X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head: cad/alliance net/fspclient X-SVN-Commit-Revision: 451257 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 01:54:58 -0000 Author: cy Date: Thu Oct 5 01:54:56 2017 New Revision: 451257 URL: https://svnweb.freebsd.org/changeset/ports/451257 Log: Register net/fsbclient and cad/alliance conflict. Reported by: rodrigo Modified: head/cad/alliance/Makefile (contents, props changed) head/net/fspclient/Makefile (contents, props changed) Modified: head/cad/alliance/Makefile ============================================================================== --- head/cad/alliance/Makefile Thu Oct 5 01:54:46 2017 (r451256) +++ head/cad/alliance/Makefile Thu Oct 5 01:54:56 2017 (r451257) @@ -19,6 +19,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se BROKEN_aarch64= fails to link: collect2: error: ld returned 1 exit status +CONFLICTS_INSTALL= fspclient-* + WRKSRC= ${WRKDIR}/alliance-5.0 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message Modified: head/net/fspclient/Makefile ============================================================================== --- head/net/fspclient/Makefile Thu Oct 5 01:54:46 2017 (r451256) +++ head/net/fspclient/Makefile Thu Oct 5 01:54:56 2017 (r451257) @@ -9,6 +9,7 @@ MASTER_SITES= SF MAINTAINER= cy@FreeBSD.org COMMENT= Ftp-like client for the FSP service +CONFLICTS_INSTALL= alliance-* USES= tar:bzip2 scons MAKE_ARGS= prefix=${PREFIX} From owner-svn-ports-all@freebsd.org Thu Oct 5 01:55:12 2017 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 42C7DE27A71; Thu, 5 Oct 2017 01:55:12 +0000 (UTC) (envelope-from cy@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 0C05F7E810; Thu, 5 Oct 2017 01:55:11 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v951tBq6072914; Thu, 5 Oct 2017 01:55:11 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v951tAGP072912; Thu, 5 Oct 2017 01:55:10 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050155.v951tAGP072912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 01:55:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451258 - in head/net: ntp ntp-devel X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/net: ntp ntp-devel X-SVN-Commit-Revision: 451258 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 01:55:12 -0000 Author: cy Date: Thu Oct 5 01:55:10 2017 New Revision: 451258 URL: https://svnweb.freebsd.org/changeset/ports/451258 Log: Register conflict with openntpd. Reported by: rodrigo Modified: head/net/ntp-devel/Makefile (contents, props changed) head/net/ntp/Makefile (contents, props changed) Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Thu Oct 5 01:54:56 2017 (r451257) +++ head/net/ntp-devel/Makefile Thu Oct 5 01:55:10 2017 (r451258) @@ -16,7 +16,7 @@ COMMENT= The Network Time Protocol Distribution LIB_DEPENDS= libevent.so:devel/libevent \ libmd5.so:www/libwww -CONFLICTS= ntp-[0-9].* +CONFLICTS= ntp-[0-9].* openntpd-* USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ pkgconfig gettext-runtime Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Thu Oct 5 01:54:56 2017 (r451257) +++ head/net/ntp/Makefile Thu Oct 5 01:55:10 2017 (r451258) @@ -15,7 +15,7 @@ COMMENT= The Network Time Protocol Distribution LIB_DEPENDS= libevent.so:devel/libevent -CONFLICTS= ntp-devel-* +CONFLICTS= ntp-devel-* openntpd-* USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ pkgconfig From owner-svn-ports-all@freebsd.org Thu Oct 5 01:55:28 2017 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 0E935E27AD2; Thu, 5 Oct 2017 01:55:28 +0000 (UTC) (envelope-from cy@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 DFCA17E92F; Thu, 5 Oct 2017 01:55:27 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v951tRJj073105; Thu, 5 Oct 2017 01:55:27 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v951tQWE073100; Thu, 5 Oct 2017 01:55:26 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050155.v951tQWE073100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 01:55:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451259 - in head/security: krb5-113 krb5-114 krb5-115 krb5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/security: krb5-113 krb5-114 krb5-115 krb5-devel X-SVN-Commit-Revision: 451259 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 01:55:28 -0000 Author: cy Date: Thu Oct 5 01:55:26 2017 New Revision: 451259 URL: https://svnweb.freebsd.org/changeset/ports/451259 Log: Register conflicts among the krb5 ports. Reported by: rodrigo Modified: head/security/krb5-113/Makefile (contents, props changed) head/security/krb5-114/Makefile (contents, props changed) head/security/krb5-115/Makefile (contents, props changed) head/security/krb5-devel/Makefile (contents, props changed) Modified: head/security/krb5-113/Makefile ============================================================================== --- head/security/krb5-113/Makefile Thu Oct 5 01:55:10 2017 (r451258) +++ head/security/krb5-113/Makefile Thu Oct 5 01:55:26 2017 (r451259) @@ -21,7 +21,8 @@ LICENSE= MIT DEPRECATED= EOL twelve months after release of krb5-1.15 EXPIRATION_DATE= 2017-12-02 -CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[45]-[0-9]* krb5-1.[0-9]* +CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[45]-[0-9]* \ + krb5-1.[0-9]* krbt5-devel-* KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_PERL5= build Modified: head/security/krb5-114/Makefile ============================================================================== --- head/security/krb5-114/Makefile Thu Oct 5 01:55:10 2017 (r451258) +++ head/security/krb5-114/Makefile Thu Oct 5 01:55:26 2017 (r451259) @@ -17,7 +17,8 @@ COMMENT= MIT implementation of RFC 4120 network authe LICENSE= MIT -CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[35]-[0-9]* krb5-1.[0-9]* +CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[35]-[0-9]* \ + krb5-1.[0-9]* krb5-devel-* KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_PERL5= build Modified: head/security/krb5-115/Makefile ============================================================================== --- head/security/krb5-115/Makefile Thu Oct 5 01:55:10 2017 (r451258) +++ head/security/krb5-115/Makefile Thu Oct 5 01:55:26 2017 (r451259) @@ -17,7 +17,8 @@ COMMENT= MIT implementation of RFC 4120 network authe LICENSE= MIT -CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* krb5-1.[0-9]* +CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* \ + krb5-1.[0-9]* krb5-devel-* KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_PERL5= build Modified: head/security/krb5-devel/Makefile ============================================================================== --- head/security/krb5-devel/Makefile Thu Oct 5 01:55:10 2017 (r451258) +++ head/security/krb5-devel/Makefile Thu Oct 5 01:55:26 2017 (r451259) @@ -21,7 +21,8 @@ LICENSE= MIT USE_GITHUB= yes GH_TAGNAME= ${HASH} -CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* krb5-1.[0-9]* +CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[345]-[0-9]* \ + krb5-1.[0-9]* KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_PERL5= build From owner-svn-ports-all@freebsd.org Thu Oct 5 01:55:41 2017 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 C6B76E27B19; Thu, 5 Oct 2017 01:55:41 +0000 (UTC) (envelope-from cy@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 8FC3F7E9F1; Thu, 5 Oct 2017 01:55:41 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v951te5j073214; Thu, 5 Oct 2017 01:55:40 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v951teUu073213; Thu, 5 Oct 2017 01:55:40 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050155.v951teUu073213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 01:55:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451260 - head/security/krb5-appl X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/krb5-appl X-SVN-Commit-Revision: 451260 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 01:55:41 -0000 Author: cy Date: Thu Oct 5 01:55:40 2017 New Revision: 451260 URL: https://svnweb.freebsd.org/changeset/ports/451260 Log: Register a conflict with bsdftpd-ssl. Reported by: rodrigo Modified: head/security/krb5-appl/Makefile (contents, props changed) Modified: head/security/krb5-appl/Makefile ============================================================================== --- head/security/krb5-appl/Makefile Thu Oct 5 01:55:26 2017 (r451259) +++ head/security/krb5-appl/Makefile Thu Oct 5 01:55:40 2017 (r451260) @@ -16,7 +16,8 @@ COMMENT= MIT implementation of RFC 4120 network authe BUILD_DEPENDS= krb5-config:security/krb5 -CONFLICTS= krb4-[0-9]* krb5-1.[0-7].* heimdal-[0-9]* srp-[0-9]* +CONFLICTS= krb4-[0-9]* krb5-1.[0-7].* heimdal-[0-9]* srp-[0-9]* \ + bsdftpd-ssl-* KERBEROSV_URL= http://web.mit.edu/kerberos/ USES= autoreconf gmake ncurses perl5 gssapi:mit ssl From owner-svn-ports-all@freebsd.org Thu Oct 5 01:55:53 2017 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 BDA96E27B62; Thu, 5 Oct 2017 01:55:53 +0000 (UTC) (envelope-from cy@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 8DE637EABC; Thu, 5 Oct 2017 01:55:53 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v951tq5Y073324; Thu, 5 Oct 2017 01:55:52 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v951tq25073323; Thu, 5 Oct 2017 01:55:52 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050155.v951tq25073323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 01:55:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451261 - head/security/krb5-appl X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/krb5-appl X-SVN-Commit-Revision: 451261 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 01:55:53 -0000 Author: cy Date: Thu Oct 5 01:55:52 2017 New Revision: 451261 URL: https://svnweb.freebsd.org/changeset/ports/451261 Log: Register a conflict with bsdrcmds when the r command rename options are not selected. Reported by: rodrigo Modified: head/security/krb5-appl/Makefile (contents, props changed) Modified: head/security/krb5-appl/Makefile ============================================================================== --- head/security/krb5-appl/Makefile Thu Oct 5 01:55:40 2017 (r451260) +++ head/security/krb5-appl/Makefile Thu Oct 5 01:55:52 2017 (r451261) @@ -103,6 +103,12 @@ PLIST_SUB+= RCP_PROG="krcp" PLIST_SUB+= RCP_PROG="rcp" .endif +.if ! ( ${PORT_OPTIONS:MKRB5_RENAME_RLOGIN} && \ + ${PORT_OPTIONS:MKRB5_RENAME_RSH} && \ + ${PORT_OPTIONS:MKRB5_RENAME_RCP} ) +CONFLICTS+= bsdrcmds-* +.endif + .if defined(PROGRAM_TRANSFORM_NAME) && ${PROGRAM_TRANSFORM_NAME} != "" CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}" .endif From owner-svn-ports-all@freebsd.org Thu Oct 5 01:56:08 2017 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 482F9E27BC8; Thu, 5 Oct 2017 01:56:08 +0000 (UTC) (envelope-from cy@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 EEEA87EBD4; Thu, 5 Oct 2017 01:56:07 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v951u7Lw073462; Thu, 5 Oct 2017 01:56:07 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v951u6Ui073460; Thu, 5 Oct 2017 01:56:06 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050156.v951u6Ui073460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 01:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451262 - in head: . security/krb5-appl X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head: . security/krb5-appl X-SVN-Commit-Revision: 451262 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 01:56:08 -0000 Author: cy Date: Thu Oct 5 01:56:06 2017 New Revision: 451262 URL: https://svnweb.freebsd.org/changeset/ports/451262 Log: Make the command rename options default. This avoids a conflict with net/bsdrcmds by default allowing end-users to install both ports. Users may deselect the options to use the original command names however they must also uninstall net/bsdrcmds to avoid the conflict. Modified: head/UPDATING head/security/krb5-appl/Makefile (contents, props changed) Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Oct 5 01:55:52 2017 (r451261) +++ head/UPDATING Thu Oct 5 01:56:06 2017 (r451262) @@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20171004: + AFFECTS: users of security/krb5-appl + AUTHOR: cy@FreeBSD.org + + Configuration options to rename kerberos ftp, telnet, rlogin, rsh, and + rcp are now default to avoid conflicting with net/bsdrcmds packages + (in poudriere). Deselect the options to use the original command names + and also uninstall net/bsdrcmds to avoid the conflict. + 20171002: AFFECTS: users of x11-wm/cwm AUTHOR: tobik@FreeBSD.org Modified: head/security/krb5-appl/Makefile ============================================================================== --- head/security/krb5-appl/Makefile Thu Oct 5 01:55:52 2017 (r451261) +++ head/security/krb5-appl/Makefile Thu Oct 5 01:56:06 2017 (r451262) @@ -3,7 +3,7 @@ PORTNAME= krb5-appl PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed @@ -31,7 +31,8 @@ MAKE_ARGS= INSTALL="${INSTALL}" PATCH_DIST_STRIP= -p1 OPTIONS_DEFINE= KRB5_RENAME_FTP KRB5_RENAME_TELNET KRB5_RENAME_RLOGIN KRB5_RENAME_RSH KRB5_RENAME_RCP -OPTIONS_DEFAULT= KRB5_PORT +OPTIONS_DEFAULT= KRB5_PORT KRB5_RENAME_FTP KRB5_RENAME_TELNET \ + KRB5_RENAME_RLOGIN KRB5_RENAME_RSH KRB5_RENAME_RCP OPTIONS_SINGLE= KRB5_VERSION OPTIONS_SINGLE_KRB5_VERSION= KRB5_PORT KRB5_113_PORT \ KRB5_114_PORT KRB5_115_PORT From owner-svn-ports-all@freebsd.org Thu Oct 5 01:56:35 2017 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 AEEACE27C1F; Thu, 5 Oct 2017 01:56:35 +0000 (UTC) (envelope-from cy@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 853D37ECC1; Thu, 5 Oct 2017 01:56:35 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v951uY3t073965; Thu, 5 Oct 2017 01:56:34 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v951uXT1073948; Thu, 5 Oct 2017 01:56:33 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050156.v951uXT1073948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 01:56:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451263 - in head/sysutils: cfengine-masterfiles310 cfengine-masterfiles311 cfengine-masterfiles36 cfengine-masterfiles37 cfengine-masterfiles38 cfengine-masterfiles39 cfengine22 cfengi... X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/sysutils: cfengine-masterfiles310 cfengine-masterfiles311 cfengine-masterfiles36 cfengine-masterfiles37 cfengine-masterfiles38 cfengine-masterfiles39 cfengine22 cfengine310 cfengine311 cfengin... X-SVN-Commit-Revision: 451263 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 01:56:35 -0000 Author: cy Date: Thu Oct 5 01:56:32 2017 New Revision: 451263 URL: https://svnweb.freebsd.org/changeset/ports/451263 Log: Register conflicts among the syslog-ng family of ports. Reported by: rodrigo Modified: head/sysutils/cfengine-masterfiles310/Makefile (contents, props changed) head/sysutils/cfengine-masterfiles311/Makefile (contents, props changed) head/sysutils/cfengine-masterfiles36/Makefile (contents, props changed) head/sysutils/cfengine-masterfiles37/Makefile (contents, props changed) head/sysutils/cfengine-masterfiles38/Makefile (contents, props changed) head/sysutils/cfengine-masterfiles39/Makefile (contents, props changed) head/sysutils/cfengine22/Makefile (contents, props changed) head/sysutils/cfengine310/Makefile (contents, props changed) head/sysutils/cfengine311/Makefile (contents, props changed) head/sysutils/cfengine32/Makefile (contents, props changed) head/sysutils/cfengine33/Makefile (contents, props changed) head/sysutils/cfengine34/Makefile (contents, props changed) head/sysutils/cfengine35/Makefile (contents, props changed) head/sysutils/cfengine36/Makefile (contents, props changed) head/sysutils/cfengine37/Makefile (contents, props changed) head/sysutils/cfengine38/Makefile (contents, props changed) head/sysutils/cfengine39/Makefile (contents, props changed) Modified: head/sysutils/cfengine-masterfiles310/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles310/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine-masterfiles310/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -16,8 +16,10 @@ LICENSE= GPLv3 CPE_VENDOR= gnu +CONFLICTS= cfengine-masterfiles3[0-9]-* cfengine-masterfiles31[1-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 310 +CONFLICTS+= cfengine-masterfiles-3.* .endif RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX} Modified: head/sysutils/cfengine-masterfiles311/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles311/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine-masterfiles311/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -15,8 +15,10 @@ LICENSE= GPLv3 CPE_VENDOR= gnu +CONFLICTS= cfengine-masterfiles3[0-9]-* cfengine-masterfiles31[02-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 311 +CONFLICTS+= cfengine-masterfiles-3.* .endif RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX} Modified: head/sysutils/cfengine-masterfiles36/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles36/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine-masterfiles36/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -15,8 +15,10 @@ LICENSE= GPLv3 CPE_VENDOR= gnu +CONFLICTS= cfengine-masterfiles3[0-57-9]-* cfengine-masterfiles31[0-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 36 +CONFLICTS+= cfengine-masterfiles-3.* .endif RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX} Modified: head/sysutils/cfengine-masterfiles37/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles37/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine-masterfiles37/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -16,8 +16,10 @@ LICENSE= GPLv3 CPE_VENDOR= gnu +CONFLICTS= cfengine-masterfiles3[0-68-9]-* cfengine-masterfiles31[0-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 37 +CONFLICTS+= cfengine-masterfiles-3.* .endif RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX} Modified: head/sysutils/cfengine-masterfiles38/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles38/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine-masterfiles38/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -16,8 +16,10 @@ LICENSE= GPLv3 CPE_VENDOR= gnu +CONFLICTS= cfengine-masterfiles3[0-79]-* cfengine-masterfiles31[0-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 38 +CONFLICTS+= cfengine-masterfiles-3.* .endif RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX} Modified: head/sysutils/cfengine-masterfiles39/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles39/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine-masterfiles39/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -15,8 +15,10 @@ LICENSE= GPLv3 CPE_VENDOR= gnu +CONFLICTS= cfengine-masterfiles3[0-8]-* cfengine-masterfiles31[0-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 39 +CONFLICTS+= cfengine-masterfiles-3.* .endif RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX} Modified: head/sysutils/cfengine22/Makefile ============================================================================== --- head/sysutils/cfengine22/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine22/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -16,7 +16,7 @@ CPE_VENDOR= gnu FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} -CONFLICTS= cfengine-3* cfengine-devel-* +CONFLICTS= cfengine-3* cfengine-devel-* cfengine3* USE_RC_SUBR= cfexecd cfservd Modified: head/sysutils/cfengine310/Makefile ============================================================================== --- head/sysutils/cfengine310/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine310/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -15,13 +15,13 @@ LICENSE= GPLv3 CPE_VENDOR= gnu +CONFLICTS= cfengine-2* cfengine3[0-9]-* cfengine31[1-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 310 +CONFLICTS+= cfengine-3.* .endif FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} - -CONFLICTS= cfengine-[12-9]* USE_RC_SUBR= cf-execd cf-serverd cf-monitord Modified: head/sysutils/cfengine311/Makefile ============================================================================== --- head/sysutils/cfengine311/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine311/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -15,8 +15,10 @@ LICENSE= GPLv3 CPE_VENDOR= gnu +CONFLICTS= cfengine-2* cfengine3[0-9]-* cfengine31[02-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 311 +CONFLICTS+= cfengine-3.* .endif FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} Modified: head/sysutils/cfengine32/Makefile ============================================================================== --- head/sysutils/cfengine32/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine32/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -17,7 +17,8 @@ CPE_VENDOR= gnu FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} -CONFLICTS= cfengine-[2]* cfengine-3.[13-9]* cfengine-devel-* +CONFLICTS= cfengine-2* cfengine-3.[13-9]* cfengine-devel-* \ + cfengine3[3-9]-* cfengine31[0-9]-* USE_RC_SUBR= cf-execd cf-serverd Modified: head/sysutils/cfengine33/Makefile ============================================================================== --- head/sysutils/cfengine33/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine33/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -16,7 +16,8 @@ CPE_VENDOR= gnu FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} -CONFLICTS= cfengine-2* cfengine-3.[124-9]* cfengine-devel-* +CONFLICTS= cfengine-2* cfengine-3.[124-9]* cfengine-devel-* \ + cfengine3[0124-9]-* cfengine31[0-9]-* USE_RC_SUBR= cf-execd cf-serverd Modified: head/sysutils/cfengine34/Makefile ============================================================================== --- head/sysutils/cfengine34/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine34/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -13,8 +13,10 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Systems administration tool for networks CPE_VENDOR= gnu +CONFLICTS= cfengine-2* cfengine3[0-35-9]-* cfengine31[0-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 34 +CONFLICTS+= cfengine-3.* .endif FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} Modified: head/sysutils/cfengine35/Makefile ============================================================================== --- head/sysutils/cfengine35/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine35/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -18,8 +18,10 @@ CPE_VENDOR= gnu LIB_DEPENDS= libpcre.so:devel/pcre +ONFLICTS= cfengine-2* cfengine3[0-46-9]-* cfengine31[0-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 35 +CONFLICTS+= cfengine-3.* .endif FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} Modified: head/sysutils/cfengine36/Makefile ============================================================================== --- head/sysutils/cfengine36/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine36/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -4,9 +4,11 @@ PORTNAME= cfengine PORTVERSION= 3.6.6 PORTREVISION= 4 +CONFLICTS= cfengine-2* cfengine3[0-57-9]-* cfengine31[0-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 36 PORTEPOCH?= 2 +CONFLICTS+= cfengine-3.* .endif CATEGORIES= sysutils MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ Modified: head/sysutils/cfengine37/Makefile ============================================================================== --- head/sysutils/cfengine37/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine37/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -16,8 +16,10 @@ LICENSE= GPLv3 CPE_VENDOR= gnu +CONFLICTS= cfengine-2* cfengine3[0-689]-* cfengine31[0-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 37 +CONFLICTS+= cfengine-3.* .endif FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} Modified: head/sysutils/cfengine38/Makefile ============================================================================== --- head/sysutils/cfengine38/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine38/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -16,8 +16,10 @@ LICENSE= GPLv3 CPE_VENDOR= gnu +CONFLICTS= cfengine-2* cfengine3[0-79]-* cfengine31[0-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 38 +CONFLICTS+= cfengine-3.* .endif FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} Modified: head/sysutils/cfengine39/Makefile ============================================================================== --- head/sysutils/cfengine39/Makefile Thu Oct 5 01:56:06 2017 (r451262) +++ head/sysutils/cfengine39/Makefile Thu Oct 5 01:56:32 2017 (r451263) @@ -16,8 +16,10 @@ LICENSE= GPLv3 CPE_VENDOR= gnu +CONFLICTS= cfengine-2* cfengine3[0-8]-* cfengine31[0-9]-* .if !defined(MASTERDIR) PKGNAMESUFFIX= 39 +CONFLICTS+= cfengine-3.* .endif FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} From owner-svn-ports-all@freebsd.org Thu Oct 5 01:56:47 2017 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 2B9AFE27C60; Thu, 5 Oct 2017 01:56:47 +0000 (UTC) (envelope-from cy@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 ED88A7ED4C; Thu, 5 Oct 2017 01:56:46 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v951ukUh074075; Thu, 5 Oct 2017 01:56:46 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v951ukUm074074; Thu, 5 Oct 2017 01:56:46 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050156.v951ukUm074074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 01:56:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451264 - head/sysutils/cfengine36 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/sysutils/cfengine36 X-SVN-Commit-Revision: 451264 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 01:56:47 -0000 Author: cy Date: Thu Oct 5 01:56:45 2017 New Revision: 451264 URL: https://svnweb.freebsd.org/changeset/ports/451264 Log: Move the MASTERDIR/CONFLICT logic to a more appropriate place in the Makefile. Modified: head/sysutils/cfengine36/Makefile (contents, props changed) Modified: head/sysutils/cfengine36/Makefile ============================================================================== --- head/sysutils/cfengine36/Makefile Thu Oct 5 01:56:32 2017 (r451263) +++ head/sysutils/cfengine36/Makefile Thu Oct 5 01:56:45 2017 (r451264) @@ -4,12 +4,6 @@ PORTNAME= cfengine PORTVERSION= 3.6.6 PORTREVISION= 4 -CONFLICTS= cfengine-2* cfengine3[0-57-9]-* cfengine31[0-9]-* -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 36 -PORTEPOCH?= 2 -CONFLICTS+= cfengine-3.* -.endif CATEGORIES= sysutils MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ DISTFILES= ${PORTNAME}-${PORTVERSION}-2.tar.gz @@ -18,6 +12,13 @@ MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port # skreuzer@FreeBSD.org is also committer for this port COMMENT= Systems administration tool for networks + +CONFLICTS= cfengine-2* cfengine3[0-57-9]-* cfengine31[0-9]-* +.if !defined(MASTERDIR) +PKGNAMESUFFIX= 36 +PORTEPOCH?= 2 +CONFLICTS+= cfengine-3.* +.endif LICENSE= GPLv3 From owner-svn-ports-all@freebsd.org Thu Oct 5 02:00:35 2017 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 E4766E27DF8; Thu, 5 Oct 2017 02:00:35 +0000 (UTC) (envelope-from ashish@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 BF0187EEFE; Thu, 5 Oct 2017 02:00:35 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9520Ynp075180; Thu, 5 Oct 2017 02:00:34 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9520YMq075176; Thu, 5 Oct 2017 02:00:34 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201710050200.v9520YMq075176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Thu, 5 Oct 2017 02:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451265 - in head: Mk editors/emacs-devel X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: in head: Mk editors/emacs-devel X-SVN-Commit-Revision: 451265 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 02:00:36 -0000 Author: ashish Date: Thu Oct 5 02:00:34 2017 New Revision: 451265 URL: https://svnweb.freebsd.org/changeset/ports/451265 Log: editors/emacs-devel: - Update to git snapshot 92045f4 - Add OPTION for LCMS2 support bsd.emacs.mk: - Update emacs-devel block to reflect change in Emacs version Modified: head/Mk/bsd.emacs.mk head/editors/emacs-devel/Makefile head/editors/emacs-devel/distinfo head/editors/emacs-devel/pkg-plist Modified: head/Mk/bsd.emacs.mk ============================================================================== --- head/Mk/bsd.emacs.mk Thu Oct 5 01:56:45 2017 (r451264) +++ head/Mk/bsd.emacs.mk Thu Oct 5 02:00:34 2017 (r451265) @@ -83,8 +83,8 @@ PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME} # Emacs-26.x (development version) .elif (${EMACS_PORT_NAME} == "emacs-devel") EMACS_NAME= emacs -EMACS_VER= 26.0.50 -EMACS_MAJOR_VER= 26 +EMACS_VER= 27.0.50 +EMACS_MAJOR_VER= 27 EMACS_LIBDIR?= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} EMACS_PORTDIR= editors/emacs-devel Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Thu Oct 5 01:56:45 2017 (r451264) +++ head/editors/emacs-devel/Makefile Thu Oct 5 02:00:34 2017 (r451265) @@ -3,7 +3,6 @@ PORTNAME= emacs DISTVERSION= ${EMACS_VER}.${EMACS_REV} -PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= editors ipv6 PKGNAMESUFFIX= -devel @@ -20,10 +19,10 @@ BROKEN_aarch64= Segfaults during build USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 49a42fb +GH_TAGNAME= 92045f4 -EMACS_VER= 26.0.50 -EMACS_REV= 20170912 +EMACS_VER= 27.0.50 +EMACS_REV= 20171004 GNU_CONFIGURE= yes USES= autoreconf:build cpe gmake makeinfo ncurses pkgconfig INFO_PATH= ${DATADIR_REL}/info @@ -45,7 +44,7 @@ INFO= ada-mode auth autotype bovine calc ccmode cl dbu MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= ACL DBUS GNUTLS LLDB MODULES SOURCES THREADS X11 XML +OPTIONS_DEFINE= ACL DBUS GNUTLS LCMS2 LLDB MODULES SOURCES THREADS X11 XML OPTIONS_RADIO= FILENOTIFY SOUND X11TOOLKIT OPTIONS_RADIO_FILENOTIFY= GFILE KQUEUE @@ -57,7 +56,7 @@ OPTIONS_GROUP_NEEDX11= GCONF GSETTINGS M17N OTF SCROL XWIDGETS OPTIONS_DEFAULT= ACL DBUS FREEDESKTOP GCONF GIF GNUTLS GSETTINGS GTK2 \ - JPEG KQUEUE M17N MAGICK MODULES OSS OTF PNG SCROLLBARS \ + JPEG KQUEUE LCMS2 M17N MAGICK MODULES OSS OTF PNG SCROLLBARS \ SOURCES SVG THREADS TIFF X11 XFT XIM XML XPM ACL_DESC= Access control list support @@ -122,6 +121,8 @@ JPEG_USES= jpeg JPEG_CONFIGURE_WITH= jpeg JPEG_IMPLIES= X11 KQUEUE_CONFIGURE_ON= --with-file-notification=kqueue +LCMS2_CONFIGURE_WITH= lcms2 +LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 LLDB_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-lldb-gud.el #LTO_CONFIGURE_ON= --enable-link-time-optimization M17N_LIB_DEPENDS= libm17n.so:devel/m17n-lib Modified: head/editors/emacs-devel/distinfo ============================================================================== --- head/editors/emacs-devel/distinfo Thu Oct 5 01:56:45 2017 (r451264) +++ head/editors/emacs-devel/distinfo Thu Oct 5 02:00:34 2017 (r451265) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505223890 -SHA256 (emacs-mirror-emacs-26.0.50.20170912-49a42fb_GH0.tar.gz) = a3ef3450a5adae16f4c0f1303492a8c57dae6ecb1f745ab881a90cb836ed1c5b -SIZE (emacs-mirror-emacs-26.0.50.20170912-49a42fb_GH0.tar.gz) = 39375071 +TIMESTAMP = 1507089054 +SHA256 (emacs-mirror-emacs-27.0.50.20171004-92045f4_GH0.tar.gz) = 051306f277a0aa2e30c37b01f86c416f66f9d569a9692ae9fdf4c13022ef7597 +SIZE (emacs-mirror-emacs-27.0.50.20171004-92045f4_GH0.tar.gz) = 39438603 Modified: head/editors/emacs-devel/pkg-plist ============================================================================== --- head/editors/emacs-devel/pkg-plist Thu Oct 5 01:56:45 2017 (r451264) +++ head/editors/emacs-devel/pkg-plist Thu Oct 5 02:00:34 2017 (r451265) @@ -48,6 +48,7 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/etc/NEWS.23 %%DATADIR%%/%%EMACS_VER%%/etc/NEWS.24 %%DATADIR%%/%%EMACS_VER%%/etc/NEWS.25 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.26 %%DATADIR%%/%%EMACS_VER%%/etc/NEXTSTEP %%DATADIR%%/%%EMACS_VER%%/etc/NXML-NEWS %%DATADIR%%/%%EMACS_VER%%/etc/ORDERS @@ -2992,6 +2993,8 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-groovy.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-haskell.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-haskell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-hledger.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-hledger.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-io.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-io.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-java.el.gz @@ -3042,8 +3045,6 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ruby.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sass.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sass.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scala.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scala.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scheme.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scheme.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-screen.el.gz @@ -3064,6 +3065,8 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-table.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-tangle.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-tangle.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-vala.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-vala.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-agenda.el.gz @@ -3092,6 +3095,8 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-datetree.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-docview.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-docview.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-duration.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-duration.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-element.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-element.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-entities.el.gz @@ -3978,6 +3983,7 @@ share/applications/emacs.desktop %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/keymap.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/kqueue.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lastfile.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lcms.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lisp.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lread.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/macfont.h From owner-svn-ports-all@freebsd.org Thu Oct 5 02:27:26 2017 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 B1450E29109; Thu, 5 Oct 2017 02:27:26 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6689D7FF1E; Thu, 5 Oct 2017 02:27:26 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id zvsidg6HTI8mCzvsjdcaCE; Wed, 04 Oct 2017 20:27:25 -0600 X-Authority-Analysis: v=2.2 cv=HahkdmM8 c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=02M-m0pO-4AA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=mBFF2y8QkV_jEdffF-YA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id CE45E282; Wed, 4 Oct 2017 19:27:23 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v9523taV046619; Wed, 4 Oct 2017 19:03:55 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201710050203.v9523taV046619@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Cy Schubert cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r451263 - in head/sysutils: cfengine-masterfiles310 cfengine-masterfiles311 cfengine-masterfiles36 cfengine-masterfiles37 cfengine-masterfiles38 cfengine-masterfiles39 cfengine22 cfengi... In-Reply-To: Message from Cy Schubert of "Thu, 05 Oct 2017 01:56:33 -0000." <201710050156.v951uXT1073948@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 04 Oct 2017 19:03:55 -0700 X-CMAE-Envelope: MS4wfAzwpb/UOtjFsr1OrI/Sluyeld+oE5lIVFleoxlqVjHox6mSdW0Tju26kUuw7rFxSOlPGmfMHlm8Ruxp3I52ueiwHEplXSVeYcO8nrduXKPg9Ho0ogdM VY6z5KN/SQeC+VosVzqDoJJyzllFo+EFewN+v/vzZBQZOzPi5bhuhAuv9FEFUuQLH1L0pSLSmOhbTzhf6D2Cl1JG4b5HhvVbVQX2rp1enUkmxS6Mrs7Qfmti wOQzniJGeoWKlhiBgSnUohFL73/F88I9zSpbv0biKneG/XA//DMwTGMLOk4ZWJ36 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 05 Oct 2017 02:27:26 -0000 In message <201710050156.v951uXT1073948@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Thu Oct 5 01:56:32 2017 > New Revision: 451263 > URL: https://svnweb.freebsd.org/changeset/ports/451263 > > Log: > Register conflicts among the syslog-ng family of ports. I got ahead of myself. That should read cfengine family of ports. Syslog-ng will be next. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Thu Oct 5 06:22:04 2017 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 F1C39E2DC3C; Thu, 5 Oct 2017 06:22:03 +0000 (UTC) (envelope-from cy@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 B4F771B0B; Thu, 5 Oct 2017 06:22:03 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v956M2H9086266; Thu, 5 Oct 2017 06:22:02 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v956M2Eh086265; Thu, 5 Oct 2017 06:22:02 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050622.v956M2Eh086265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 06:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451266 - head/sysutils/syslog-ng39 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/sysutils/syslog-ng39 X-SVN-Commit-Revision: 451266 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 06:22:04 -0000 Author: cy Date: Thu Oct 5 06:22:02 2017 New Revision: 451266 URL: https://svnweb.freebsd.org/changeset/ports/451266 Log: Make PKGNAMESUFFIX conditional only if this port is built directly, not when referenced through an option of sysutils/syslog-ng. This is consistent with other syslog-ng ports. Modified: head/sysutils/syslog-ng39/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng39/Makefile ============================================================================== --- head/sysutils/syslog-ng39/Makefile Thu Oct 5 02:00:34 2017 (r451265) +++ head/sysutils/syslog-ng39/Makefile Thu Oct 5 06:22:02 2017 (r451266) @@ -6,7 +6,10 @@ DISTVERSION= 3.9.1 CATEGORIES= sysutils DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ + +.if !defined(MASTERDIR) PKGNAMESUFFIX= 39 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement From owner-svn-ports-all@freebsd.org Thu Oct 5 06:22:18 2017 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 7894AE2DD5A; Thu, 5 Oct 2017 06:22:18 +0000 (UTC) (envelope-from cy@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 425541BEF; Thu, 5 Oct 2017 06:22:18 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v956MHWd086376; Thu, 5 Oct 2017 06:22:17 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v956MHSr086375; Thu, 5 Oct 2017 06:22:17 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050622.v956MHSr086375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 06:22:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451267 - head/sysutils/syslog-ng310 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/sysutils/syslog-ng310 X-SVN-Commit-Revision: 451267 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 06:22:18 -0000 Author: cy Date: Thu Oct 5 06:22:17 2017 New Revision: 451267 URL: https://svnweb.freebsd.org/changeset/ports/451267 Log: Make PKGNAMESUFFIX conditional only if this port is built directly, not when referenced through an option of sysutils/syslog-ng. This is consistent with other syslog-ng ports. Modified: head/sysutils/syslog-ng310/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng310/Makefile ============================================================================== --- head/sysutils/syslog-ng310/Makefile Thu Oct 5 06:22:02 2017 (r451266) +++ head/sysutils/syslog-ng310/Makefile Thu Oct 5 06:22:17 2017 (r451267) @@ -6,7 +6,10 @@ DISTVERSION= 3.10.1 CATEGORIES= sysutils DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ + +.if !defined(MASTERDIR) PKGNAMESUFFIX= 310 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement From owner-svn-ports-all@freebsd.org Thu Oct 5 06:22:22 2017 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 AF55BE2DDB6; Thu, 5 Oct 2017 06:22:22 +0000 (UTC) (envelope-from cy@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 7CD711C3C; Thu, 5 Oct 2017 06:22:22 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v956MLer086507; Thu, 5 Oct 2017 06:22:21 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v956ML9N086505; Thu, 5 Oct 2017 06:22:21 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050622.v956ML9N086505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 06:22:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451268 - in head/sysutils: syslog-ng36 syslog-ng37 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/sysutils: syslog-ng36 syslog-ng37 X-SVN-Commit-Revision: 451268 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 06:22:22 -0000 Author: cy Date: Thu Oct 5 06:22:21 2017 New Revision: 451268 URL: https://svnweb.freebsd.org/changeset/ports/451268 Log: Move PKGNAMESUFFIX determination logic to a more appropriate place in the Makefile. Modified: head/sysutils/syslog-ng36/Makefile (contents, props changed) head/sysutils/syslog-ng37/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng36/Makefile ============================================================================== --- head/sysutils/syslog-ng36/Makefile Thu Oct 5 06:22:17 2017 (r451267) +++ head/sysutils/syslog-ng36/Makefile Thu Oct 5 06:22:21 2017 (r451268) @@ -4,12 +4,13 @@ PORTNAME= syslog-ng DISTVERSION= 3.6.4 PORTREVISION= 1 -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 36 -.endif CATEGORIES= sysutils MASTER_SITES= https://github.com/balabit/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/ \ http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/${DISTVERSION}/source/ \ + +.if !defined(MASTERDIR) +PKGNAMESUFFIX= 36 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement Modified: head/sysutils/syslog-ng37/Makefile ============================================================================== --- head/sysutils/syslog-ng37/Makefile Thu Oct 5 06:22:17 2017 (r451267) +++ head/sysutils/syslog-ng37/Makefile Thu Oct 5 06:22:21 2017 (r451268) @@ -4,13 +4,14 @@ PORTNAME= syslog-ng PORTVERSION= 3.7.3 PORTREVISION= 7 -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 37 -.endif CATEGORIES= sysutils #MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ DISTNAME= syslog-ng-${DISTVERSION}_with_man MASTER_SITES= http://peter.czanik.hu/freebsd/ + +.if !defined(MASTERDIR) +PKGNAMESUFFIX= 37 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement From owner-svn-ports-all@freebsd.org Thu Oct 5 06:22:26 2017 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 61362E2DDDC; Thu, 5 Oct 2017 06:22:26 +0000 (UTC) (envelope-from cy@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 2D5111C8A; Thu, 5 Oct 2017 06:22:26 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v956MPC7086611; Thu, 5 Oct 2017 06:22:25 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v956MP11086610; Thu, 5 Oct 2017 06:22:25 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050622.v956MP11086610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 06:22:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451269 - head/sysutils/syslog-ng-incubator X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/sysutils/syslog-ng-incubator X-SVN-Commit-Revision: 451269 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 06:22:26 -0000 Author: cy Date: Thu Oct 5 06:22:25 2017 New Revision: 451269 URL: https://svnweb.freebsd.org/changeset/ports/451269 Log: Register conflicts with syslog-ng ports > 3.6. Reported by: rodrigo Modified: head/sysutils/syslog-ng-incubator/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng-incubator/Makefile ============================================================================== --- head/sysutils/syslog-ng-incubator/Makefile Thu Oct 5 06:22:21 2017 (r451268) +++ head/sysutils/syslog-ng-incubator/Makefile Thu Oct 5 06:22:25 2017 (r451269) @@ -12,6 +12,9 @@ DISTFILES= syslog-ng-incubator-${PORTVERSION}.tar.xz MAINTAINER= cy@FreeBSD.org COMMENT= The syslog-ng module incubator +CONFLICTS= syslog-ng3[79]-* syslog-ng31[0-9]-* syslog-ng-3.[79].* \ + syslog-ng3.1[0-9].* + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_JOBS_UNSAFE= yes From owner-svn-ports-all@freebsd.org Thu Oct 5 06:22:31 2017 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 4673FE2DE10; Thu, 5 Oct 2017 06:22:31 +0000 (UTC) (envelope-from cy@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 1FC671D07; Thu, 5 Oct 2017 06:22:31 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v956MUrl086790; Thu, 5 Oct 2017 06:22:30 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v956MTce086786; Thu, 5 Oct 2017 06:22:29 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050622.v956MTce086786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 06:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451270 - in head/sysutils: syslog-ng310 syslog-ng311 syslog-ng37 syslog-ng39 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/sysutils: syslog-ng310 syslog-ng311 syslog-ng37 syslog-ng39 X-SVN-Commit-Revision: 451270 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 06:22:31 -0000 Author: cy Date: Thu Oct 5 06:22:29 2017 New Revision: 451270 URL: https://svnweb.freebsd.org/changeset/ports/451270 Log: Register conflict with syslog-ng-incubator. Reported by: rodrigo Modified: head/sysutils/syslog-ng310/Makefile (contents, props changed) head/sysutils/syslog-ng311/Makefile (contents, props changed) head/sysutils/syslog-ng37/Makefile (contents, props changed) head/sysutils/syslog-ng39/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng310/Makefile ============================================================================== --- head/sysutils/syslog-ng310/Makefile Thu Oct 5 06:22:25 2017 (r451269) +++ head/sysutils/syslog-ng310/Makefile Thu Oct 5 06:22:29 2017 (r451270) @@ -24,7 +24,9 @@ BROKEN_sparc64= fails to link: Internal error: Segmen CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ - syslog-ng-devel-[0-9]* + syslog-ng-devel-[0-9]* \ + syslog-ng-incubator-* + WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAKE_JOBS_UNSAFE= yes Modified: head/sysutils/syslog-ng311/Makefile ============================================================================== --- head/sysutils/syslog-ng311/Makefile Thu Oct 5 06:22:25 2017 (r451269) +++ head/sysutils/syslog-ng311/Makefile Thu Oct 5 06:22:29 2017 (r451270) @@ -23,7 +23,9 @@ BROKEN_sparc64= fails to link: Internal error: Segmen CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ - syslog-ng-devel-[0-9]* eventlog* + syslog-ng-devel-[0-9]* eventlog* \ + syslog-ng-incubator-* + WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAKE_JOBS_UNSAFE= yes Modified: head/sysutils/syslog-ng37/Makefile ============================================================================== --- head/sysutils/syslog-ng37/Makefile Thu Oct 5 06:22:25 2017 (r451269) +++ head/sysutils/syslog-ng37/Makefile Thu Oct 5 06:22:29 2017 (r451270) @@ -27,7 +27,9 @@ BROKEN_sparc64= fails to link: Internal error: Segmen CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ syslog-ng[0-9][0-9][0-9]-[0-9]* \ - syslog-ng-devel-[0-9]* + syslog-ng-devel-[0-9]* \ + syslog-ng-incubator-* + WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAKE_JOBS_UNSAFE= yes Modified: head/sysutils/syslog-ng39/Makefile ============================================================================== --- head/sysutils/syslog-ng39/Makefile Thu Oct 5 06:22:25 2017 (r451269) +++ head/sysutils/syslog-ng39/Makefile Thu Oct 5 06:22:29 2017 (r451270) @@ -25,7 +25,9 @@ BROKEN_sparc64= fails to link: Internal error: Segmen CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ syslog-ng[0-9][0-9][0-9]-[0-9]* \ - syslog-ng-devel-[0-9]* + syslog-ng-devel-[0-9]* \ + syslog-ng-incubator-* + WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAKE_JOBS_UNSAFE= yes From owner-svn-ports-all@freebsd.org Thu Oct 5 06:22:35 2017 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 9105EE2DE39; Thu, 5 Oct 2017 06:22:35 +0000 (UTC) (envelope-from cy@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 584751D6A; Thu, 5 Oct 2017 06:22:35 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v956MY5D086919; Thu, 5 Oct 2017 06:22:34 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v956MYWh086917; Thu, 5 Oct 2017 06:22:34 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050622.v956MYWh086917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 06:22:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451271 - in head/sysutils: syslog-ng310 syslog-ng311 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/sysutils: syslog-ng310 syslog-ng311 X-SVN-Commit-Revision: 451271 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 06:22:35 -0000 Author: cy Date: Thu Oct 5 06:22:34 2017 New Revision: 451271 URL: https://svnweb.freebsd.org/changeset/ports/451271 Log: syslog-ng310 and syslog-ng311 register conflict with each other. Reported by: rodrigo Modified: head/sysutils/syslog-ng310/Makefile (contents, props changed) head/sysutils/syslog-ng311/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng310/Makefile ============================================================================== --- head/sysutils/syslog-ng310/Makefile Thu Oct 5 06:22:29 2017 (r451270) +++ head/sysutils/syslog-ng310/Makefile Thu Oct 5 06:22:34 2017 (r451271) @@ -24,6 +24,7 @@ BROKEN_sparc64= fails to link: Internal error: Segmen CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ + syslog-ng[0-9][0-9][0-9]-[0-9]* \ syslog-ng-devel-[0-9]* \ syslog-ng-incubator-* Modified: head/sysutils/syslog-ng311/Makefile ============================================================================== --- head/sysutils/syslog-ng311/Makefile Thu Oct 5 06:22:29 2017 (r451270) +++ head/sysutils/syslog-ng311/Makefile Thu Oct 5 06:22:34 2017 (r451271) @@ -23,6 +23,7 @@ BROKEN_sparc64= fails to link: Internal error: Segmen CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ + syslog-ng[0-9][0-9][0-9]-[0-9]* \ syslog-ng-devel-[0-9]* eventlog* \ syslog-ng-incubator-* From owner-svn-ports-all@freebsd.org Thu Oct 5 06:36:46 2017 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 0DCECE2E34B; Thu, 5 Oct 2017 06:36:46 +0000 (UTC) (envelope-from cy@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 CE7142869; Thu, 5 Oct 2017 06:36:45 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v956aiEx091285; Thu, 5 Oct 2017 06:36:44 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v956aifE091284; Thu, 5 Oct 2017 06:36:44 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050636.v956aifE091284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 06:36:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451272 - head/x11-wm/fvwm2 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/x11-wm/fvwm2 X-SVN-Commit-Revision: 451272 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 06:36:46 -0000 Author: cy Date: Thu Oct 5 06:36:44 2017 New Revision: 451272 URL: https://svnweb.freebsd.org/changeset/ports/451272 Log: Properly register fvwm1 conflict. Reported by: rodrigo Modified: head/x11-wm/fvwm2/Makefile (contents, props changed) Modified: head/x11-wm/fvwm2/Makefile ============================================================================== --- head/x11-wm/fvwm2/Makefile Thu Oct 5 06:22:34 2017 (r451271) +++ head/x11-wm/fvwm2/Makefile Thu Oct 5 06:36:44 2017 (r451272) @@ -19,7 +19,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 # Other ports this port cannot coexist with -CONFLICTS?= fvwm-1.* fvwm-2.[457].* +CONFLICTS?= fvwm1-1.* fvwm-2.[457].* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk From owner-svn-ports-all@freebsd.org Thu Oct 5 06:36:52 2017 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 3BF0AE2E372; Thu, 5 Oct 2017 06:36:52 +0000 (UTC) (envelope-from cy@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 0509E2894; Thu, 5 Oct 2017 06:36:51 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v956aopj091394; Thu, 5 Oct 2017 06:36:50 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v956ao7P091393; Thu, 5 Oct 2017 06:36:50 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050636.v956ao7P091393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 06:36:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451273 - head/x11-wm/fvwm X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/x11-wm/fvwm X-SVN-Commit-Revision: 451273 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 06:36:52 -0000 Author: cy Date: Thu Oct 5 06:36:50 2017 New Revision: 451273 URL: https://svnweb.freebsd.org/changeset/ports/451273 Log: Register a conflict with fvwm2. Reported by: rodrigo Modified: head/x11-wm/fvwm/Makefile (contents, props changed) Modified: head/x11-wm/fvwm/Makefile ============================================================================== --- head/x11-wm/fvwm/Makefile Thu Oct 5 06:36:44 2017 (r451272) +++ head/x11-wm/fvwm/Makefile Thu Oct 5 06:36:50 2017 (r451273) @@ -11,6 +11,8 @@ PKGNAMESUFFIX= 1${PKGNAMESUFFIX2} MAINTAINER= ports@FreeBSD.org COMMENT= Fvwm window manager +CONFLICTS= fvwm-2.* + USES= imake USE_XORG= xbitmaps xpm xext x11 xmu From owner-svn-ports-all@freebsd.org Thu Oct 5 07:03:04 2017 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 1302EE2ECA6; Thu, 5 Oct 2017 07:03:04 +0000 (UTC) (envelope-from ehaupt@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 C94C53775; Thu, 5 Oct 2017 07:03:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95733kD004035; Thu, 5 Oct 2017 07:03:03 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95732nN004033; Thu, 5 Oct 2017 07:03:02 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201710050703.v95732nN004033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 5 Oct 2017 07:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451274 - in head/sysutils/logstalgia: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/sysutils/logstalgia: . files X-SVN-Commit-Revision: 451274 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 07:03:04 -0000 Author: ehaupt Date: Thu Oct 5 07:03:02 2017 New Revision: 451274 URL: https://svnweb.freebsd.org/changeset/ports/451274 Log: Update to 1.0.9 Deleted: head/sysutils/logstalgia/files/ Modified: head/sysutils/logstalgia/Makefile head/sysutils/logstalgia/distinfo Modified: head/sysutils/logstalgia/Makefile ============================================================================== --- head/sysutils/logstalgia/Makefile Thu Oct 5 06:36:50 2017 (r451273) +++ head/sysutils/logstalgia/Makefile Thu Oct 5 07:03:02 2017 (r451274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= logstalgia -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 CATEGORIES= sysutils www MAINTAINER= ehaupt@FreeBSD.org @@ -28,7 +28,7 @@ USE_SDL= image2 sdl2 USE_GITHUB= yes GH_ACCOUNT= acaudwell GH_PROJECT= Logstalgia:DEFAULT Core:core -GH_TAGNAME= 32067aa:DEFAULT 683d98b:core +GH_TAGNAME= ${PORTNAME}-${PORTVERSION}:DEFAULT 683d98b:core post-extract: @${MV} ${WRKDIR}/Core-*/* ${WRKSRC}/src/core/ Modified: head/sysutils/logstalgia/distinfo ============================================================================== --- head/sysutils/logstalgia/distinfo Thu Oct 5 06:36:50 2017 (r451273) +++ head/sysutils/logstalgia/distinfo Thu Oct 5 07:03:02 2017 (r451274) @@ -1,5 +1,5 @@ -TIMESTAMP = 1506846364 -SHA256 (acaudwell-Logstalgia-1.0.8-32067aa_GH0.tar.gz) = 526c5241246d393056e86e43d8f4ff9c8769d7aac71833d251c0607791cdf7fc -SIZE (acaudwell-Logstalgia-1.0.8-32067aa_GH0.tar.gz) = 904301 +TIMESTAMP = 1507182956 +SHA256 (acaudwell-Logstalgia-1.0.9-logstalgia-1.0.9_GH0.tar.gz) = d49be2ad4dd5ea78c9d5d6f282f2b4f58590017a85563665f456f81456bf3afd +SIZE (acaudwell-Logstalgia-1.0.9-logstalgia-1.0.9_GH0.tar.gz) = 896122 SHA256 (acaudwell-Core-683d98b_GH0.tar.gz) = c1dc0ed46c6290c1ffb7f0124df9d31d4d3ccf95db138d0fd1e38a660ea0e939 SIZE (acaudwell-Core-683d98b_GH0.tar.gz) = 86388 From owner-svn-ports-all@freebsd.org Thu Oct 5 08:19:52 2017 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 68BAEE3072D; Thu, 5 Oct 2017 08:19:52 +0000 (UTC) (envelope-from jbeich@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 31E8764F96; Thu, 5 Oct 2017 08:19:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v958JpOs032956; Thu, 5 Oct 2017 08:19:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v958JpUH032953; Thu, 5 Oct 2017 08:19:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710050819.v958JpUH032953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 5 Oct 2017 08:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451275 - in head/mail: thunderbird thunderbird-i18n X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/mail: thunderbird thunderbird-i18n X-SVN-Commit-Revision: 451275 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 08:19:52 -0000 Author: jbeich Date: Thu Oct 5 08:19:50 2017 New Revision: 451275 URL: https://svnweb.freebsd.org/changeset/ports/451275 Log: mail/thunderbird: switch 52.4.0 to rc3 (nop) Changes: https://hg.mozilla.org/releases/mozilla-esr52/rev/0ca7b35e57a8 Modified: head/mail/thunderbird-i18n/Makefile (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/mail/thunderbird/distinfo (contents, props changed) Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Thu Oct 5 07:03:02 2017 (r451274) +++ head/mail/thunderbird-i18n/Makefile Thu Oct 5 08:19:50 2017 (r451275) @@ -5,7 +5,7 @@ PORTNAME= thunderbird-i18n PORTVERSION= 52.4.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build3/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Thu Oct 5 07:03:02 2017 (r451274) +++ head/mail/thunderbird/Makefile Thu Oct 5 08:19:50 2017 (r451275) @@ -5,7 +5,7 @@ PORTNAME= thunderbird DISTVERSION= 52.4.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} Modified: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Thu Oct 5 07:03:02 2017 (r451274) +++ head/mail/thunderbird/distinfo Thu Oct 5 08:19:50 2017 (r451275) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507055789 -SHA256 (thunderbird-52.4.0.source.tar.xz) = 00785e39b4b528e78c4739a2ae35f0df024120cfbdc4358e022b39e97126c03d -SIZE (thunderbird-52.4.0.source.tar.xz) = 228592000 +TIMESTAMP = 1507134716 +SHA256 (thunderbird-52.4.0.source.tar.xz) = 7f57b5b4d4ec42b04afcff8327abc2d3c6185c0bcc1ad138825d021a2d3f578c +SIZE (thunderbird-52.4.0.source.tar.xz) = 228561704 From owner-svn-ports-all@freebsd.org Thu Oct 5 08:23:54 2017 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 897F4E30910; Thu, 5 Oct 2017 08:23:54 +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 55ED165300; Thu, 5 Oct 2017 08:23:54 +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 v958Nrmp036903; Thu, 5 Oct 2017 08:23:53 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v958NrAs036901; Thu, 5 Oct 2017 08:23:53 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710050823.v958NrAs036901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 5 Oct 2017 08:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451276 - head/devel/elixir-excoveralls X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/elixir-excoveralls X-SVN-Commit-Revision: 451276 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 08:23:54 -0000 Author: vanilla Date: Thu Oct 5 08:23:53 2017 New Revision: 451276 URL: https://svnweb.freebsd.org/changeset/ports/451276 Log: Update to 0.7.4. Modified: head/devel/elixir-excoveralls/Makefile head/devel/elixir-excoveralls/distinfo Modified: head/devel/elixir-excoveralls/Makefile ============================================================================== --- head/devel/elixir-excoveralls/Makefile Thu Oct 5 08:19:50 2017 (r451275) +++ head/devel/elixir-excoveralls/Makefile Thu Oct 5 08:23:53 2017 (r451276) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= excoveralls -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-excoveralls/distinfo ============================================================================== --- head/devel/elixir-excoveralls/distinfo Thu Oct 5 08:19:50 2017 (r451275) +++ head/devel/elixir-excoveralls/distinfo Thu Oct 5 08:23:53 2017 (r451276) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505270274 -SHA256 (parroty-excoveralls-v0.7.3_GH0.tar.gz) = f57c8fde4e85b50d923468050a59a234666afce1f458cce36f9875eac9148cdf -SIZE (parroty-excoveralls-v0.7.3_GH0.tar.gz) = 195350 +TIMESTAMP = 1507191558 +SHA256 (parroty-excoveralls-v0.7.4_GH0.tar.gz) = 23a67ef0e4167e4f6e6b551835e5d4409699c9feca6c13ce902c07ea0b141c0d +SIZE (parroty-excoveralls-v0.7.4_GH0.tar.gz) = 196298 From owner-svn-ports-all@freebsd.org Thu Oct 5 08:24:21 2017 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 7A675E3093E; Thu, 5 Oct 2017 08:24:21 +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 49DCF653E1; Thu, 5 Oct 2017 08:24:21 +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 v958OKc8037040; Thu, 5 Oct 2017 08:24:20 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v958OKAf037038; Thu, 5 Oct 2017 08:24:20 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710050824.v958OKAf037038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Oct 2017 08:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451277 - head/devel/pkgconf X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/devel/pkgconf X-SVN-Commit-Revision: 451277 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 08:24:21 -0000 Author: bapt Date: Thu Oct 5 08:24:20 2017 New Revision: 451277 URL: https://svnweb.freebsd.org/changeset/ports/451277 Log: Update to 1.3.9 PR: 222614 Exp-run by: antoine Modified: head/devel/pkgconf/Makefile head/devel/pkgconf/distinfo Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Thu Oct 5 08:23:53 2017 (r451276) +++ head/devel/pkgconf/Makefile Thu Oct 5 08:24:20 2017 (r451277) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkgconf -PORTVERSION= 1.3.7 +PORTVERSION= 1.3.9 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ \ Modified: head/devel/pkgconf/distinfo ============================================================================== --- head/devel/pkgconf/distinfo Thu Oct 5 08:23:53 2017 (r451276) +++ head/devel/pkgconf/distinfo Thu Oct 5 08:24:20 2017 (r451277) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495355927 -SHA256 (pkgconf-1.3.7.tar.xz) = 1be7e40900c7467893c65f810211b1e68da3f8d5e70fddb883fc24839cad0339 -SIZE (pkgconf-1.3.7.tar.xz) = 271840 +TIMESTAMP = 1506931014 +SHA256 (pkgconf-1.3.9.tar.xz) = 3b675af21e44c614d0089d848e1855171622652dde5ac16356cd19ae423921b1 +SIZE (pkgconf-1.3.9.tar.xz) = 272504 From owner-svn-ports-all@freebsd.org Thu Oct 5 08:49:18 2017 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 68E4EE311B0; Thu, 5 Oct 2017 08:49:18 +0000 (UTC) (envelope-from madpilot@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 37C3466033; Thu, 5 Oct 2017 08:49:18 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v958nHhG045573; Thu, 5 Oct 2017 08:49:17 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v958nHfd045572; Thu, 5 Oct 2017 08:49:17 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201710050849.v958nHfd045572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 5 Oct 2017 08:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451278 - head/net/pjsip X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/net/pjsip X-SVN-Commit-Revision: 451278 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 08:49:18 -0000 Author: madpilot Date: Thu Oct 5 08:49:17 2017 New Revision: 451278 URL: https://svnweb.freebsd.org/changeset/ports/451278 Log: Register conflict with libsrtp. Reported by: rodrigo > PR: If and which Problem Report is related. > Submitted by: If someone else sent in the change. > Reported by: If someone else reported the issue. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Empty fields above will be automatically removed. M pjsip/Makefile Modified: head/net/pjsip/Makefile Modified: head/net/pjsip/Makefile ============================================================================== --- head/net/pjsip/Makefile Thu Oct 5 08:24:20 2017 (r451277) +++ head/net/pjsip/Makefile Thu Oct 5 08:49:17 2017 (r451278) @@ -14,7 +14,8 @@ LICENSE= GPLv2+ LIB_DEPENDS= libportaudio.so:audio/portaudio -CONFLICTS= pjsip-extsrtp-[0-9]* +CONFLICTS= pjsip-extsrtp-[0-9]* \ + libsrtp-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-external-pa \ From owner-svn-ports-all@freebsd.org Thu Oct 5 08:52:10 2017 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 5D169E313B6; Thu, 5 Oct 2017 08:52:10 +0000 (UTC) (envelope-from bhughes@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 296EE6644A; Thu, 5 Oct 2017 08:52:10 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v958q9Kk047224; Thu, 5 Oct 2017 08:52:09 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v958q9NQ047222; Thu, 5 Oct 2017 08:52:09 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201710050852.v958q9NQ047222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Thu, 5 Oct 2017 08:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451279 - head/www/node6 X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node6 X-SVN-Commit-Revision: 451279 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 08:52:10 -0000 Author: bhughes Date: Thu Oct 5 08:52:09 2017 New Revision: 451279 URL: https://svnweb.freebsd.org/changeset/ports/451279 Log: www/node6: Update 6.11.3_1 -> 6.11.4 Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D12594 Modified: head/www/node6/Makefile head/www/node6/distinfo Modified: head/www/node6/Makefile ============================================================================== --- head/www/node6/Makefile Thu Oct 5 08:49:17 2017 (r451278) +++ head/www/node6/Makefile Thu Oct 5 08:52:09 2017 (r451279) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 6.11.3 +PORTVERSION= 6.11.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 6 Modified: head/www/node6/distinfo ============================================================================== --- head/www/node6/distinfo Thu Oct 5 08:49:17 2017 (r451278) +++ head/www/node6/distinfo Thu Oct 5 08:52:09 2017 (r451279) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504848990 -SHA256 (node-v6.11.3.tar.gz) = c60562a7bc316f137297b7aa23ae354e3ac6779fe8ddf46fe43a75b6b92443e8 -SIZE (node-v6.11.3.tar.gz) = 26875258 +TIMESTAMP = 1507101866 +SHA256 (node-v6.11.4.tar.gz) = 94557aa1b9adaa71a424eb7efe8877d7e65bda6e496350c4bac5f64ec715bb1c +SIZE (node-v6.11.4.tar.gz) = 26916322 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:39:10 2017 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 B6D71E32A95; Thu, 5 Oct 2017 09:39:10 +0000 (UTC) (envelope-from jbeich@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 431FA6795B; Thu, 5 Oct 2017 09:39:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959d9nT066159; Thu, 5 Oct 2017 09:39:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959d82L066148; Thu, 5 Oct 2017 09:39:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710050939.v959d82L066148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 5 Oct 2017 09:39:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451280 - in head: Mk/Uses www/seamonkey www/seamonkey-i18n www/seamonkey/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk/Uses www/seamonkey www/seamonkey-i18n www/seamonkey/files X-SVN-Commit-Revision: 451280 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:39:10 -0000 Author: jbeich Date: Thu Oct 5 09:39:08 2017 New Revision: 451280 URL: https://svnweb.freebsd.org/changeset/ports/451280 Log: www/seamonkey: update to 2.49.1 - linux- version cannot be updated due to lack of gtk3 package - mirror -i18n distfiles locally until the langpacks are renamed Changes: http://www.seamonkey-project.org/news PR: 222464 Security: 5e0a038a-ca30-416d-a2f5-38cbf5e7df33 Security: 6cec1b0a-da15-467d-8691-1dea392d4c8d Security: 555b244e-6b20-4546-851f-d8eb7d6c1ffa Security: 1098a15b-b0f6-42b7-b5c7-8a8646e8be07 MFH: 2017Q4 (piling up until release) Deleted: head/www/seamonkey/files/patch-bug1142056 head/www/seamonkey/files/patch-bug1315986 head/www/seamonkey/files/patch-bug1316879 head/www/seamonkey/files/patch-bug1318914 head/www/seamonkey/files/patch-bug1320991 head/www/seamonkey/files/patch-bug1322112 head/www/seamonkey/files/patch-bug1322660 head/www/seamonkey/files/patch-bug1329520 head/www/seamonkey/files/patch-bug1330119 head/www/seamonkey/files/patch-bug1336791 head/www/seamonkey/files/patch-bug1359142 head/www/seamonkey/files/patch-bug757366 Modified: head/Mk/Uses/gecko.mk (contents, props changed) head/www/seamonkey-i18n/Makefile (contents, props changed) head/www/seamonkey-i18n/distinfo (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) head/www/seamonkey/distinfo (contents, props changed) head/www/seamonkey/files/patch-bug1338655 (contents, props changed) head/www/seamonkey/files/patch-bug826985 (contents, props changed) head/www/seamonkey/files/patch-bug847568 (contents, props changed) head/www/seamonkey/files/patch-bug981348 (contents, props changed) head/www/seamonkey/files/patch-env-api-keys (contents, props changed) head/www/seamonkey/files/patch-z-bug517422 (contents, props changed) Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Thu Oct 5 08:52:09 2017 (r451279) +++ head/Mk/Uses/gecko.mk Thu Oct 5 09:39:08 2017 (r451280) @@ -51,8 +51,8 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9][0 .elif ${gecko_ARGS:Mseamonkey} -_GECKO_DEFAULT_VERSION= 48 -_GECKO_VERSIONS= 48 +_GECKO_DEFAULT_VERSION= 49 +_GECKO_VERSIONS= 49 _GECKO_TYPE= seamonkey .if exists(${LOCALBASE}/bin/seamonkey) @@ -61,7 +61,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9]*: .endif # Dependence lines for different Seamonkey versions -48_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:www/seamonkey +49_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:www/seamonkey .elif ${gecko_ARGS:Mthunderbird} Modified: head/www/seamonkey-i18n/Makefile ============================================================================== --- head/www/seamonkey-i18n/Makefile Thu Oct 5 08:52:09 2017 (r451279) +++ head/www/seamonkey-i18n/Makefile Thu Oct 5 09:39:08 2017 (r451280) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= seamonkey-i18n -PORTVERSION= 2.48 +PORTVERSION= 2.49.1 CATEGORIES= www mail news editors irc MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/langpack \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/langpack + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi \ + LOCAL/jbeich/${DIST_SUBDIR} PKGNAMEPREFIX= DISTFILES= ${SEAMONKEY_I18N_:S/$/.langpack.xpi/:S/^/seamonkey-${PORTVERSION}./} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/www/seamonkey-i18n/distinfo ============================================================================== --- head/www/seamonkey-i18n/distinfo Thu Oct 5 08:52:09 2017 (r451279) +++ head/www/seamonkey-i18n/distinfo Thu Oct 5 09:39:08 2017 (r451280) @@ -1,39 +1,39 @@ -TIMESTAMP = 1499406030 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.cs.langpack.xpi) = a8b955affee247a1c541bcca68fa383444fcf5db37659da045f47c0f6451d351 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.cs.langpack.xpi) = 929570 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.de.langpack.xpi) = 66cf0338e5607582824dffbd71dd6d82954275501de50bca3ebe70a2462c2b8a -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.de.langpack.xpi) = 937351 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.en-GB.langpack.xpi) = 835dbdca2c0d40be3e76045ec04932f0fff8223030febf7533885b9ff9868067 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.en-GB.langpack.xpi) = 901731 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.en-US.langpack.xpi) = 3f499d126578dc72c2982ac7bb6a47797dc6a520624b0eccaaf313f3de659330 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.en-US.langpack.xpi) = 921449 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.es-AR.langpack.xpi) = 78680bec36912e021ab35f144bd51c726dc9ce8031dbf7012bf9f2ef685872f4 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.es-AR.langpack.xpi) = 941407 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.es-ES.langpack.xpi) = 37702e2d54e965c6dffbd5c0c7bde9e4494ddfa9fc984136c826974a9fd253e5 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.es-ES.langpack.xpi) = 890255 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.fr.langpack.xpi) = f7a7c207878bfc84e9dd53f7111f00b7c297ad9c75c594ef4df4ddac532179a2 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.fr.langpack.xpi) = 957402 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.hu.langpack.xpi) = 2f1138ca9a9d1321dbe38d24cc0b6994a4a1569eb2bd4baebbcec00ed0e5355e -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.hu.langpack.xpi) = 943677 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.it.langpack.xpi) = f0084a1ce0681a1e3038597c6a77a2f3436b91166263f50b325a86cf9c708716 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.it.langpack.xpi) = 783035 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.ja.langpack.xpi) = fb3029513e8fcf9713b5ad565e66ee6842d59822af509336e56b713373fce6bd -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.ja.langpack.xpi) = 1027353 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.lt.langpack.xpi) = 54ccbd5b07e8260462ec060135f969a10dd94569238958fd96bde55e0cf61056 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.lt.langpack.xpi) = 944779 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.nl.langpack.xpi) = a2de7dcc53b7d0db496a8f1efab774fa603b4635a200fcf00cb503ebebb3227d -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.nl.langpack.xpi) = 946317 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.pl.langpack.xpi) = 4083874a25597b833d4b9473f05bdac1f7de92d5f095793597a9fc855cb160b0 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.pl.langpack.xpi) = 905621 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.pt-PT.langpack.xpi) = 2c22ee0372cebea03737f6b506a0aaf002e67be9ed26662f70204250964dc642 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.pt-PT.langpack.xpi) = 928435 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.ru.langpack.xpi) = 0ee69e3b81708004bb7c155b68343a80d15c60735a603207a86939ff7b033060 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.ru.langpack.xpi) = 986167 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.sk.langpack.xpi) = cc176898ef9cb67728f0ed3eae24336cf52582bf0144a894f3fa04fc71140861 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.sk.langpack.xpi) = 956279 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.sv-SE.langpack.xpi) = 831a4b42faa31f4006984269e2d6d3472a0f1450f92895fb8190c1719e2ff2c8 -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.sv-SE.langpack.xpi) = 930510 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.zh-CN.langpack.xpi) = 991629043056dd722202116ef026aeb86a8615539aabf41a28b6a78da63eab7b -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.zh-CN.langpack.xpi) = 934871 -SHA256 (xpi/seamonkey-i18n-2.48/seamonkey-2.48.zh-TW.langpack.xpi) = bb41ee50948baca9e78ae1ba0174046bde21d7bb823c6b365e32d7a8c6a9c50f -SIZE (xpi/seamonkey-i18n-2.48/seamonkey-2.48.zh-TW.langpack.xpi) = 991735 +TIMESTAMP = 1505804275 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.cs.langpack.xpi) = 3da0bd7a341a90d5d10348ea53be7ffa3935202919a6d0aea59e69593499e246 +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.cs.langpack.xpi) = 941974 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.de.langpack.xpi) = c5d997ed331867310dbe3468a6ea14ed327681015b62d61c021b433376ec2ebd +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.de.langpack.xpi) = 949902 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.en-GB.langpack.xpi) = 6a168ce1d5e5a6d5e4036f74dada7eac91f0feef6d53165afde30c9f39de643e +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.en-GB.langpack.xpi) = 911789 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.en-US.langpack.xpi) = 046b40b3231073c08975c8608ffd25c0d30ae1377ddae07916c6e859b44a2605 +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.en-US.langpack.xpi) = 930971 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.es-AR.langpack.xpi) = d34c3ab2145d0829c814ce96b51c63c30c925e5c5a84810d411777be059d2cbd +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.es-AR.langpack.xpi) = 952759 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.es-ES.langpack.xpi) = 7fce4de8e1160996af38838093710d9e8a6c9f16f1a05e1b76c2778586fb643f +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.es-ES.langpack.xpi) = 897737 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.fr.langpack.xpi) = 5d32cebf47cea1a6c1cf20da828c4d2f944aa8f2252231d341dd292001fbdf55 +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.fr.langpack.xpi) = 969290 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.hu.langpack.xpi) = 5795275d5eba01fe8c48af7f4f661ef5f3e7263f55029c2364a53f9288064401 +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.hu.langpack.xpi) = 955174 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.it.langpack.xpi) = 9c8726b46dc3feaaf014ae142aac7d00c3d7eb4cc11157178c1fc265cd021807 +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.it.langpack.xpi) = 793590 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.ja.langpack.xpi) = 2e7279bd818493bc3ba34352458aeb8d4b27499fa776683e97d0cf3da9f2cdb2 +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.ja.langpack.xpi) = 1033801 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.lt.langpack.xpi) = f80892e20e5aad5c97b6c748d36fae3d75174d0164b3796ac45aaa1a5e3432ba +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.lt.langpack.xpi) = 956024 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.nl.langpack.xpi) = 6641ac30d2cfc6be47aeb92ee796924697be5a54bb384c4196d035f794d90a36 +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.nl.langpack.xpi) = 957391 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.pl.langpack.xpi) = 704d1836d6d9b39224b6beb63320b636f45919bd54833996c34ad5bb7144edc7 +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.pl.langpack.xpi) = 913004 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.pt-PT.langpack.xpi) = 7d04419a91c82e3e0c5c5e054e757bf1fea6ea9cac2080c8e4c6f2a9e2f803ec +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.pt-PT.langpack.xpi) = 939012 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.ru.langpack.xpi) = 0b125d063e304a5cab261c4a749ec6140ecb61c3c3069f1b0bbb47962b9d4a97 +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.ru.langpack.xpi) = 995907 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.sk.langpack.xpi) = 944dabb4e4b177cf43a4304e6d89a8bbf1c5b9b67edf44b20240ff3e406a3196 +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.sk.langpack.xpi) = 967988 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.sv-SE.langpack.xpi) = 1d047f07347acd38fd3c2a726f98697b43294969772f4540d171ade622ed2d7e +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.sv-SE.langpack.xpi) = 940793 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.zh-CN.langpack.xpi) = b815362ac40fd7928e4f76344e9472225e556751b0fe9babbf4a7462ed8d3264 +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.zh-CN.langpack.xpi) = 946349 +SHA256 (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.zh-TW.langpack.xpi) = c08143641eb99e20df9beff3a0a9e1645c7e67d63eb18bc0314a612866cd7d43 +SIZE (xpi/seamonkey-i18n-2.49.1/seamonkey-2.49.1.zh-TW.langpack.xpi) = 1002365 Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Thu Oct 5 08:52:09 2017 (r451279) +++ head/www/seamonkey/Makefile Thu Oct 5 09:39:08 2017 (r451280) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= seamonkey -DISTVERSION= 2.48 -MOZILLA_VER= 51 # above + 3 -PORTREVISION= 4 +DISTVERSION= 2.49.1 +MOZILLA_VER= 52 # above + 3 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} @@ -15,14 +14,14 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ - nss>=3.28.1:security/nss \ + nss>=3.28.6:security/nss \ libevent>=2.0.21_2:devel/libevent \ - harfbuzz>=1.3.0:print/harfbuzz \ + harfbuzz>=1.4.1:print/harfbuzz \ graphite2>=1.3.8:graphics/graphite2 \ png>=1.6.25:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.14.1:databases/sqlite3 \ + sqlite3>=3.17.0:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ Modified: head/www/seamonkey/distinfo ============================================================================== --- head/www/seamonkey/distinfo Thu Oct 5 08:52:09 2017 (r451279) +++ head/www/seamonkey/distinfo Thu Oct 5 09:39:08 2017 (r451280) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499406030 -SHA256 (seamonkey-2.48.source.tar.xz) = 6f9a07c86ba6474b44e5083f9d1315d01778c097937f7da4c5701debffab2631 -SIZE (seamonkey-2.48.source.tar.xz) = 220412744 +TIMESTAMP = 1507108797 +SHA256 (seamonkey-2.49.1.source.tar.xz) = 7b669d8ada95e528d2a999c22ef81f3dcc49c159913f426f10c8cf3e8b777834 +SIZE (seamonkey-2.49.1.source.tar.xz) = 229758108 Modified: head/www/seamonkey/files/patch-bug1338655 ============================================================================== --- head/www/seamonkey/files/patch-bug1338655 Thu Oct 5 08:52:09 2017 (r451279) +++ head/www/seamonkey/files/patch-bug1338655 Thu Oct 5 09:39:08 2017 (r451280) @@ -35,21 +35,21 @@ diff --git media/libstagefright/binding/mp4parse-cargo index 1dd13d20472a..bfa0ab74b424 100644 --- mozilla/media/libstagefright/binding/mp4parse-cargo.patch +++ mozilla/media/libstagefright/binding/mp4parse-cargo.patch -@@ -2,12 +2,13 @@ diff --git a/media/libstagefright/binding/mp4parse_cap - index 5092cd7..ecbc8c0 100644 +@@ -25,12 +25,13 @@ diff --git a/media/libstagefright/binding/mp4parse_cap + index aeeebc65..5c0836a 100644 --- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml +++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml --@@ -17,15 +17,7 @@ exclude = [ -+@@ -17,4 +17,4 @@ exclude = [ +-@@ -18,17 +18,9 @@ exclude = [ ++@@ -18,17 +18,11 @@ exclude = [ "*.mp4", ] -build = "build.rs" -- ++build = false -+ ++ [dependencies] - "mp4parse" = {version = "0.5.1", path = "../mp4parse"} + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} diff --git media/libstagefright/binding/mp4parse_capi/Cargo.toml media/libstagefright/binding/mp4parse_capi/Cargo.toml index aee7ee947151..d7e3f55119d3 100644 Modified: head/www/seamonkey/files/patch-bug826985 ============================================================================== --- head/www/seamonkey/files/patch-bug826985 Thu Oct 5 08:52:09 2017 (r451279) +++ head/www/seamonkey/files/patch-bug826985 Thu Oct 5 09:39:08 2017 (r451280) @@ -67,7 +67,7 @@ diff --git media/webrtc/trunk/webrtc/modules/video_cap index 239a292..bab496c 100644 --- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc +++ mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc -@@ -25,10 +25,21 @@ +@@ -25,6 +25,9 @@ #else #include #endif @@ -77,6 +77,9 @@ index 239a292..bab496c 100644 #include "webrtc/system_wrappers/interface/ref_count.h" #include "webrtc/system_wrappers/interface/trace.h" +@@ -34,6 +37,15 @@ + #define BUF_LEN ( 1024 * ( EVENT_SIZE + 16 ) ) + #endif +#ifdef HAVE_LIBV4L2 +#define open v4l2_open @@ -86,10 +89,11 @@ index 239a292..bab496c 100644 +#define mmap v4l2_mmap +#define munmap v4l2_munmap +#endif - ++ namespace webrtc { -@@ -130,6 +142,11 @@ WebRtc_Word32 DeviceInfoLinux::GetDeviceName( + namespace videocapturemodule +@@ -274,6 +286,11 @@ int32_t DeviceInfoLinux::GetDeviceName( memset(deviceNameUTF8, 0, deviceNameLength); memcpy(cameraName, cap.card, sizeof(cap.card)); Modified: head/www/seamonkey/files/patch-bug847568 ============================================================================== --- head/www/seamonkey/files/patch-bug847568 Thu Oct 5 08:52:09 2017 (r451279) +++ head/www/seamonkey/files/patch-bug847568 Thu Oct 5 09:39:08 2017 (r451280) @@ -1,26 +1,26 @@ # Allow building against system-wide graphite2/harfbuzz. diff --git config/Makefile.in config/Makefile.in -index 10807cf..f4b8587 100644 +index e2e11dc0e27e..a6206bb0ff30 100644 --- mozilla/config/Makefile.in +++ mozilla/config/Makefile.in -@@ -49,6 +49,8 @@ export:: $(export-preqs) - -DMOZ_SYSTEM_LIBEVENT=$(MOZ_SYSTEM_LIBEVENT) \ - -DMOZ_SYSTEM_LIBVPX=$(MOZ_SYSTEM_LIBVPX) \ - -DMOZ_SYSTEM_ICU=$(MOZ_SYSTEM_ICU) \ +@@ -41,6 +41,8 @@ export:: $(export-preqs) + $(PYTHON) -m mozbuild.action.preprocessor $(DEFINES) $(ACDEFINES) \ + -DMOZ_TREE_CAIRO=$(MOZ_TREE_CAIRO) \ + -DMOZ_TREE_PIXMAN=$(MOZ_TREE_PIXMAN) \ + -DMOZ_SYSTEM_GRAPHITE2=$(MOZ_SYSTEM_GRAPHITE2) \ + -DMOZ_SYSTEM_HARFBUZZ=$(MOZ_SYSTEM_HARFBUZZ) \ - $(srcdir)/system-headers $(srcdir)/stl-headers | $(PERL) $(topsrcdir)/nsprpub/config/make-system-wrappers.pl system_wrappers - $(INSTALL) system_wrappers $(DIST) - + -DMOZ_SYSTEM_HUNSPELL=$(MOZ_SYSTEM_HUNSPELL) \ + -DMOZ_SYSTEM_BZ2=$(MOZ_SYSTEM_BZ2) \ + -DMOZ_SYSTEM_ZLIB=$(MOZ_SYSTEM_ZLIB) \ diff --git config/system-headers config/system-headers -index 48afa0f..61612f6 100644 +index a0c53c651a3e..5ee7f71f9634 100644 --- mozilla/config/system-headers +++ mozilla/config/system-headers -@@ -1331,3 +1331,12 @@ unicode/utypes.h +@@ -1269,6 +1269,15 @@ libsn/sn-launcher.h + libsn/sn-monitor.h + libsn/sn-util.h #endif - libutil.h - unwind.h +#if MOZ_SYSTEM_GRAPHITE2==1 +graphite2/Font.h +graphite2/Segment.h @@ -30,11 +30,14 @@ index 48afa0f..61612f6 100644 +harfbuzz/hb-ot.h +harfbuzz/hb.h +#endif + #if MOZ_SYSTEM_HUNSPELL==1 + hunspell.hxx + #endif diff --git dom/base/moz.build dom/base/moz.build -index 6e0d4f5..0770717 100644 +index 8e19020315ae..2fcdbb6f7b42 100644 --- mozilla/dom/base/moz.build +++ mozilla/dom/base/moz.build -@@ -457,6 +457,9 @@ if CONFIG['MOZ_BUILD_APP'] in ['browser', 'mobile/android', 'xulrunner']: +@@ -464,6 +464,9 @@ if CONFIG['MOZ_BUILD_APP'] in ['browser', 'mobile/android', 'xulrunner']: if CONFIG['MOZ_X11']: CXXFLAGS += CONFIG['TK_CFLAGS'] @@ -45,7 +48,7 @@ index 6e0d4f5..0770717 100644 'PropertyUseCounterMap.inc', 'UseCounterList.h', diff --git gfx/graphite2/moz-gr-update.sh gfx/graphite2/moz-gr-update.sh -index faaab1b..04eff5f 100644 +index faaab1b17971..04eff5f09882 100644 --- mozilla/gfx/graphite2/moz-gr-update.sh +++ mozilla/gfx/graphite2/moz-gr-update.sh @@ -1,6 +1,7 @@ @@ -75,23 +78,23 @@ index faaab1b..04eff5f 100644 echo echo If gfx/graphite2/src/files.mk has changed, please make corresponding diff --git gfx/harfbuzz/README-mozilla gfx/harfbuzz/README-mozilla -index 24e6cbb..0b7a5df 100644 +index 22c76a7df020..a01490bd49ee 100644 --- mozilla/gfx/harfbuzz/README-mozilla +++ mozilla/gfx/harfbuzz/README-mozilla -@@ -20,3 +20,8 @@ the mozilla tree. +@@ -19,3 +19,8 @@ the mozilla tree. If the collection of source files changes, manual updates to moz.build may be needed, as we don't use the upstream makefiles. + +The in-tree copy may be omitted during build by --with-system-harfbuzz. -+Make sure to keep pkg-config version check within old-configure.in in sync ++Make sure to keep pkg-config version check within toolkit/moz.configure in sync +with checkout version or increment latest tag by one if it's not based +on upstream release. diff --git gfx/moz.build gfx/moz.build -index 2509198..5cc4663 100644 +index 771f652e837a..3b358d84e384 100644 --- mozilla/gfx/moz.build +++ mozilla/gfx/moz.build -@@ -7,6 +7,12 @@ +@@ -10,6 +10,12 @@ with Files('**'): if CONFIG['MOZ_TREE_CAIRO']: DIRS += ['cairo'] @@ -104,7 +107,7 @@ index 2509198..5cc4663 100644 DIRS += [ '2d', 'ycbcr', -@@ -15,8 +21,6 @@ DIRS += [ +@@ -18,8 +24,6 @@ DIRS += [ 'qcms', 'gl', 'layers', @@ -114,57 +117,57 @@ index 2509198..5cc4663 100644 'thebes', 'ipc', diff --git gfx/skia/generate_mozbuild.py gfx/skia/generate_mozbuild.py -index ab1365f..8897c27 100755 +index e06ae3457a47..93faa61594a3 100755 --- mozilla/gfx/skia/generate_mozbuild.py +++ mozilla/gfx/skia/generate_mozbuild.py -@@ -140,6 +140,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: +@@ -143,6 +143,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: '-Wno-unused-private-field', ] +if CONFIG['MOZ_SYSTEM_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + - if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk'): + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android'): CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] diff --git gfx/skia/moz.build gfx/skia/moz.build -index a2f914b..d3759b0 100644 +index 2118677ca3a8..e4978b413784 100644 --- mozilla/gfx/skia/moz.build +++ mozilla/gfx/skia/moz.build -@@ -664,6 +664,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: +@@ -753,6 +753,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: '-Wno-unused-private-field', ] +if CONFIG['MOZ_SYSTEM_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + - if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk'): + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android'): CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] diff --git gfx/thebes/moz.build gfx/thebes/moz.build -index bbbce6fd..db0ceb1 100644 +index dee9b7bfa2cb..bd801f3a468e 100644 --- mozilla/gfx/thebes/moz.build +++ mozilla/gfx/thebes/moz.build -@@ -289,7 +289,13 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3'): +@@ -273,7 +273,13 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3'): LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES'] -DEFINES['GRAPHITE2_STATIC'] = True -+if CONFIG['MOZ_SYSTEM_HARFBUZZ']: -+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] -+ +if CONFIG['MOZ_SYSTEM_GRAPHITE2']: + CXXFLAGS += CONFIG['MOZ_GRAPHITE2_CFLAGS'] +else: + DEFINES['GRAPHITE2_STATIC'] = True ++ ++if CONFIG['MOZ_SYSTEM_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] if CONFIG['CLANG_CXX']: # Suppress warnings from Skia header files. diff --git intl/unicharutil/util/moz.build intl/unicharutil/util/moz.build -index 9754753..768cc7d 100644 +index cb1233c56d7e..06fb1f9f174b 100644 --- mozilla/intl/unicharutil/util/moz.build +++ mozilla/intl/unicharutil/util/moz.build -@@ -42,4 +42,7 @@ if CONFIG['_MSC_VER']: +@@ -40,4 +40,7 @@ if CONFIG['_MSC_VER']: if CONFIG['ENABLE_INTL_API']: USE_LIBS += ['icu'] @@ -172,46 +175,11 @@ index 9754753..768cc7d 100644 + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + DIST_INSTALL = True -diff --git moz.configure moz.configure -index e762576..196dafd 100644 ---- mozilla/moz.configure -+++ mozilla/moz.configure -@@ -216,6 +216,30 @@ check_prog('GENISOIMAGE', delayed_getattr(extra_programs, 'GENISOIMAGE'), - check_prog('RPMBUILD', delayed_getattr(extra_programs, 'RPMBUILD'), - allow_missing=True) - -+option('--with-system-graphite2', -+ help="Use system graphite2 (located with pkgconfig)") -+ -+@depends('--with-system-graphite2', compile_environment) -+def check_for_graphite2(value, compile_env): -+ return value and compile_env -+ -+system_graphite2 = pkg_check_modules('MOZ_GRAPHITE2', 'graphite2', -+ check_for_graphite2) -+ -+set_config('MOZ_SYSTEM_GRAPHITE2', system_graphite2) -+ -+option('--with-system-harfbuzz', -+ help="Use system harfbuzz (located with pkgconfig)") -+ -+@depends('--with-system-harfbuzz', compile_environment) -+def check_for_harfbuzz(value, compile_env): -+ return value and compile_env -+ -+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.3.0', -+ check_for_harfbuzz) -+ -+set_config('MOZ_SYSTEM_HARFBUZZ', system_harfbuzz) -+ - option('--enable-system-hunspell', - help="Use system hunspell (located with pkgconfig)") - diff --git netwerk/dns/moz.build netwerk/dns/moz.build -index f788d9a..5662301 100644 +index 79c26e3e7001..c4d93bc5f7dc 100644 --- mozilla/netwerk/dns/moz.build +++ mozilla/netwerk/dns/moz.build -@@ -66,6 +66,9 @@ LOCAL_INCLUDES += [ +@@ -69,6 +69,9 @@ LOCAL_INCLUDES += [ '/netwerk/base', ] @@ -222,11 +190,11 @@ index f788d9a..5662301 100644 DEFINES['IDNA2008'] = True USE_LIBS += ['icu'] diff --git old-configure.in old-configure.in -index 0070d48..9d1129f 100644 +index 95a58b634593..b614eef85c89 100644 --- mozilla/old-configure.in +++ mozilla/old-configure.in -@@ -5764,6 +5764,27 @@ if test "$USE_FC_FREETYPE"; then - fi +@@ -4888,6 +4888,27 @@ dnl ======================================================== + AC_SUBST(MOZ_LINUX_32_SSE2_STARTUP_ERROR) dnl ======================================================== +dnl Check for graphite2 @@ -254,10 +222,10 @@ index 0070d48..9d1129f 100644 dnl ======================================================== diff --git toolkit/library/moz.build toolkit/library/moz.build -index a3d5450..2c684a7e 100644 +index 24f940e1ed7e..079a575adec3 100644 --- mozilla/toolkit/library/moz.build +++ mozilla/toolkit/library/moz.build -@@ -217,6 +217,12 @@ if CONFIG['MOZ_SYSTEM_JPEG']: +@@ -228,6 +228,12 @@ if CONFIG['MOZ_SYSTEM_JPEG']: if CONFIG['MOZ_SYSTEM_PNG']: OS_LIBS += CONFIG['MOZ_PNG_LIBS'] @@ -270,3 +238,34 @@ index a3d5450..2c684a7e 100644 if CONFIG['MOZ_SYSTEM_HUNSPELL']: OS_LIBS += CONFIG['MOZ_HUNSPELL_LIBS'] +diff --git toolkit/moz.configure toolkit/moz.configure +index 9297e4d6f501..d8e273887e4b 100644 +--- mozilla/toolkit/moz.configure ++++ mozilla/toolkit/moz.configure +@@ -343,6 +343,26 @@ add_old_configure_assignment('FT2_LIBS', + add_old_configure_assignment('FT2_CFLAGS', + delayed_getattr(ft2_info, 'cflags')) + ++# Graphite2 ++# ============================================================== ++option('--with-system-graphite2', ++ help="Use system graphite2 (located with pkgconfig)") ++ ++system_graphite2 = pkg_check_modules('MOZ_GRAPHITE2', 'graphite2', ++ when='--with-system-graphite2') ++ ++set_config('MOZ_SYSTEM_GRAPHITE2', depends_if(system_graphite2)(lambda _: True)) ++ ++# HarfBuzz ++# ============================================================== ++option('--with-system-harfbuzz', ++ help="Use system harfbuzz (located with pkgconfig)") ++ ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.4.1', ++ when='--with-system-harfbuzz') ++ ++set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) ++ + # Apple platform decoder support + # ============================================================== + @depends(toolkit) Modified: head/www/seamonkey/files/patch-bug981348 ============================================================================== --- head/www/seamonkey/files/patch-bug981348 Thu Oct 5 08:52:09 2017 (r451279) +++ head/www/seamonkey/files/patch-bug981348 Thu Oct 5 09:39:08 2017 (r451280) @@ -1,9 +1,29 @@ diff --git dom/system/OSFileConstants.cpp dom/system/OSFileConstants.cpp -index 4b21361..cb3be32 100644 +index 88bba9baa401..99f240952dfe 100644 --- mozilla/dom/system/OSFileConstants.cpp +++ mozilla/dom/system/OSFileConstants.cpp -@@ -662,7 +662,7 @@ +@@ -16,14 +16,17 @@ + #include "dirent.h" + #include "poll.h" + #include "sys/stat.h" +-#if defined(ANDROID) ++#if defined(XP_LINUX) + #include + #define statvfs statfs ++#define f_frsize f_bsize + #else + #include "sys/statvfs.h" ++#endif // defined(XP_LINUX) ++#if !defined(ANDROID) + #include "sys/wait.h" + #include +-#endif // defined(ANDROID) ++#endif // !defined(ANDROID) + #endif // defined(XP_UNIX) + #if defined(XP_LINUX) +@@ -699,7 +702,7 @@ static const dom::ConstantSpec gLibcProperties[] = + { "OSFILE_SIZEOF_STATVFS", JS::Int32Value(sizeof (struct statvfs)) }, - { "OSFILE_OFFSETOF_STATVFS_F_BSIZE", JS::Int32Value(offsetof (struct statvfs, f_bsize)) }, @@ -12,7 +32,7 @@ index 4b21361..cb3be32 100644 #endif // defined(XP_UNIX) diff --git toolkit/components/osfile/modules/osfile_unix_back.jsm toolkit/components/osfile/modules/osfile_unix_back.jsm -index b59fca4..0cf220b 100644 +index a028dda7d5ec..f5c632e3d7e5 100644 --- mozilla/toolkit/components/osfile/modules/osfile_unix_back.jsm +++ mozilla/toolkit/components/osfile/modules/osfile_unix_back.jsm @@ -228,8 +228,8 @@ @@ -27,11 +47,11 @@ index b59fca4..0cf220b 100644 "f_bavail", Type.fsblkcnt_t.implementation); diff --git toolkit/components/osfile/modules/osfile_unix_front.jsm toolkit/components/osfile/modules/osfile_unix_front.jsm -index 99e5e9b..de642c5 100644 +index bd60d4d8419c..a8cd6b546b0e 100644 --- mozilla/toolkit/components/osfile/modules/osfile_unix_front.jsm +++ mozilla/toolkit/components/osfile/modules/osfile_unix_front.jsm -@@ -373,7 +373,7 @@ - throw_on_negative("statvfs", UnixFile.statvfs(sourcePath, fileSystemInfoPtr)); +@@ -399,7 +399,7 @@ + throw_on_negative("statvfs", (UnixFile.statvfs || UnixFile.statfs)(sourcePath, fileSystemInfoPtr)); let bytes = new Type.uint64_t.implementation( - fileSystemInfo.f_bsize * fileSystemInfo.f_bavail); Modified: head/www/seamonkey/files/patch-env-api-keys ============================================================================== --- head/www/seamonkey/files/patch-env-api-keys Thu Oct 5 08:52:09 2017 (r451279) +++ head/www/seamonkey/files/patch-env-api-keys Thu Oct 5 09:39:08 2017 (r451280) @@ -10,10 +10,10 @@ def keyfile(value): if value: try: -@@ -29,7 +30,7 @@ def keyfile(desc, help=None, callback=lambda x: x): - raise - except IOError: - pass +@@ -28,7 +29,7 @@ def keyfile(desc, help=None, callback=lambda x: x): + raise FatalCheckError("'%s' is empty." % value[0]) + except IOError as e: + raise FatalCheckError("'%s': %s." % (value[0], e.strerror)) - return no_key + return environ.get('MOZ_%s_KEY' % desc.upper().replace(' ', '_')) or no_key Modified: head/www/seamonkey/files/patch-z-bug517422 ============================================================================== --- head/www/seamonkey/files/patch-z-bug517422 Thu Oct 5 08:52:09 2017 (r451279) +++ head/www/seamonkey/files/patch-z-bug517422 Thu Oct 5 09:39:08 2017 (r451280) @@ -1,10 +1,10 @@ # Allow more config/external/ libs built against system-wide version. diff --git build/moz.configure/old.configure build/moz.configure/old.configure -index 42ab554..c91df3d 100644 +index d0fe7accffe6..c46bdd023225 100644 --- mozilla/build/moz.configure/old.configure +++ mozilla/build/moz.configure/old.configure -@@ -320,7 +320,12 @@ def old_configure_options(*options): +@@ -288,7 +288,12 @@ def old_configure_options(*options): '--with-system-libvpx', '--with-system-nspr', '--with-system-nss', @@ -18,13 +18,13 @@ index 42ab554..c91df3d 100644 '--with-thumb', '--with-thumb-interwork', diff --git config/Makefile.in config/Makefile.in -index 5383399..0410004 100644 +index a6206bb0ff30..f20987c61754 100644 --- mozilla/config/Makefile.in +++ mozilla/config/Makefile.in @@ -51,6 +51,11 @@ export:: $(export-preqs) + -DMOZ_SYSTEM_LIBEVENT=$(MOZ_SYSTEM_LIBEVENT) \ + -DMOZ_SYSTEM_LIBVPX=$(MOZ_SYSTEM_LIBVPX) \ -DMOZ_SYSTEM_ICU=$(MOZ_SYSTEM_ICU) \ - -DMOZ_SYSTEM_GRAPHITE2=$(MOZ_SYSTEM_GRAPHITE2) \ - -DMOZ_SYSTEM_HARFBUZZ=$(MOZ_SYSTEM_HARFBUZZ) \ + -DMOZ_SYSTEM_OGG=$(MOZ_SYSTEM_OGG) \ + -DMOZ_SYSTEM_THEORA=$(MOZ_SYSTEM_THEORA) \ + -DMOZ_SYSTEM_VORBIS=$(MOZ_SYSTEM_VORBIS) \ @@ -34,12 +34,12 @@ index 5383399..0410004 100644 $(INSTALL) system_wrappers $(DIST) diff --git config/external/moz.build config/external/moz.build -index f67c5c7..eb909ce 100644 +index 029ff8504795..2c3a40caa1ba 100644 --- mozilla/config/external/moz.build +++ mozilla/config/external/moz.build -@@ -20,12 +20,21 @@ if CONFIG['MOZ_UPDATER']: - # There's no "native brotli" yet, but probably in the future... +@@ -21,12 +21,21 @@ if CONFIG['MOZ_UPDATER']: external_dirs += ['modules/brotli'] + external_dirs += ['modules/woff2'] -if CONFIG['MOZ_VORBIS']: +if not CONFIG['MOZ_SYSTEM_OGG']: @@ -61,7 +61,7 @@ index f67c5c7..eb909ce 100644 if CONFIG['MOZ_WEBM_ENCODER']: external_dirs += ['media/libmkv'] -@@ -51,12 +60,9 @@ external_dirs += [ +@@ -52,12 +61,9 @@ external_dirs += [ 'media/kiss_fft', 'media/libcubeb', 'media/libnestegg', @@ -71,17 +71,17 @@ index f67c5c7..eb909ce 100644 'media/libspeex_resampler', 'media/libstagefright', - 'media/libsoundtouch', + 'media/psshparser' ] - DIRS += ['../../' + i for i in external_dirs] diff --git config/system-headers config/system-headers -index bef567c..9807c29 100644 +index 5ee7f71f9634..13178ac3b3ab 100644 --- mozilla/config/system-headers +++ mozilla/config/system-headers -@@ -1364,3 +1363,17 @@ graphite2/Segment.h - harfbuzz/hb-ot.h - harfbuzz/hb.h - #endif +@@ -1348,3 +1348,17 @@ unicode/utypes.h + libutil.h + unwind.h + fenv.h +#if MOZ_SYSTEM_OGG==1 +ogg/ogg.h +ogg/os_types.h @@ -96,128 +96,12 @@ index bef567c..9807c29 100644 +#if MOZ_SYSTEM_TREMOR==1 +tremor/ivorbiscodec.h +#endif -diff --git old-configure.in configure.in -index 87db361..7947626 100644 ---- mozilla/old-configure.in -+++ mozilla/old-configure.in -@@ -5401,6 +5401,111 @@ if test -n "$MOZ_OMX_PLUGIN"; then - fi - fi - -+dnl ======================================================== -+dnl Check for libogg -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-ogg, -+[ --with-system-ogg Use system libogg (located with pkgconfig)], -+MOZ_SYSTEM_OGG=1, -+MOZ_SYSTEM_OGG=) -+ -+if test -n "$MOZ_SYSTEM_OGG"; then -+ PKG_CHECK_MODULES(MOZ_OGG, ogg >= 1.2.1) -+ -+ _SAVE_LIBS=$LIBS -+ LIBS="$LIBS $MOZ_OGG_LIBS" -+ AC_CHECK_FUNC(ogg_set_mem_functions, [], -+ [AC_DEFINE(MOZ_OGG_NO_MEM_REPORTING)]) -+ LIBS=$_SAVE_LIBS -+fi -+ -+AC_SUBST(MOZ_SYSTEM_OGG) -+ -+dnl ======================================================== -+dnl Check for libvorbis -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-vorbis, -+[ --with-system-vorbis Use system libvorbis (located with pkgconfig)], -+MOZ_SYSTEM_VORBIS=1, -+MOZ_SYSTEM_VORBIS=) -+ -+if test -n "$MOZ_SYSTEM_VORBIS"; then -+ PKG_CHECK_MODULES(MOZ_VORBIS, vorbis vorbisenc >= 1.3.5) -+fi -+ -+AC_SUBST(MOZ_SYSTEM_VORBIS) -+ -+dnl ======================================================== -+dnl Check for integer-only libvorbis aka tremor -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-tremor, -+[ --with-system-tremor Use system libtremor (located with pkgconfig)], -+MOZ_SYSTEM_TREMOR=1, -+MOZ_SYSTEM_TREMOR=) -+ -+if test -n "$MOZ_SYSTEM_TREMOR"; then -+ PKG_CHECK_MODULES(MOZ_TREMOR, vorbisidec >= 1.2.1) -+fi -+ -+AC_SUBST(MOZ_SYSTEM_TREMOR) -+ -+dnl ======================================================== -+dnl Check for libtheora -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-theora, -+[ --with-system-theora Use system libtheora (located with pkgconfig)], -+MOZ_SYSTEM_THEORA=1, -+MOZ_SYSTEM_THEORA=) -+ -+if test -n "$MOZ_SYSTEM_THEORA"; then -+ PKG_CHECK_MODULES(MOZ_THEORA, theora >= 1.2) -+fi -+ -+AC_SUBST(MOZ_SYSTEM_THEORA) -+ -+dnl ======================================================== -+dnl Check for libSoundTouch -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-soundtouch, -+[ --with-system-soundtouch Use system libSoundTouch (located with pkgconfig)], -+MOZ_SYSTEM_SOUNDTOUCH=1, -+MOZ_SYSTEM_SOUNDTOUCH=) -+ -+if test -n "$MOZ_SYSTEM_SOUNDTOUCH"; then -+ PKG_CHECK_MODULES(MOZ_SOUNDTOUCH, soundtouch >= 1.9.0) -+ -+ AC_LANG_SAVE -+ AC_LANG_CPLUSPLUS -+ _SAVE_CXXFLAGS=$CXXFLAGS -+ CXXFLAGS="$CXXFLAGS $MOZ_SOUNDTOUCH_CFLAGS" -+ AC_CACHE_CHECK(for soundtouch sample type, -+ ac_cv_soundtouch_sample_type, -+ [AC_TRY_COMPILE([#include -+ #ifndef SOUNDTOUCH_INTEGER_SAMPLES -+ #error soundtouch expects float samples -+ #endif], -+ [], -+ [ac_cv_soundtouch_sample_type=short], -+ [ac_cv_soundtouch_sample_type=float])]) -+ CXXFLAGS=$_SAVE_CXXFLAGS -+ AC_LANG_RESTORE -+ -+ if test \( -n "$MOZ_SAMPLE_TYPE_S16" -a "$ac_cv_soundtouch_sample_type" != short \) \ -+ -o \( -n "$MOZ_SAMPLE_TYPE_FLOAT32" -a "$ac_cv_soundtouch_sample_type" != float \) ; then -+ AC_MSG_ERROR([SoundTouch library is built with incompatible sample type. Either rebuild the library with/without --enable-integer-samples, chase default Mozilla sample type or remove --with-system-soundtouch.]) -+ fi -+fi -+ -+if test -n "$MOZ_SYSTEM_SOUNDTOUCH"; then -+ AC_DEFINE(MOZ_SYSTEM_SOUNDTOUCH) -+fi -+AC_SUBST(MOZ_SYSTEM_SOUNDTOUCH) -+ - dnl system libvpx Support - dnl ======================================================== - MOZ_ARG_WITH_BOOL(system-libvpx, diff --git dom/media/AudioStream.cpp dom/media/AudioStream.cpp -index 2127256..1ec09fe 100644 +index 93ecda4319af..ff674c64ea07 100644 --- mozilla/dom/media/AudioStream.cpp +++ mozilla/dom/media/AudioStream.cpp -@@ -125,7 +125,9 @@ AudioStream::AudioStream(DataSource& aSo - , mOutRate(0) +@@ -115,7 +115,9 @@ AudioStream::AudioStream(DataSource& aSource) + : mMonitor("AudioStream") , mChannels(0) , mOutChannels(0) +#ifndef MOZ_SYSTEM_SOUNDTOUCH @@ -226,7 +110,7 @@ index 2127256..1ec09fe 100644 , mDumpFile(nullptr) , mState(INITIALIZED) , mDataSource(aSource) -@@ -152,9 +154,11 @@ AudioStream::~AudioStream() +@@ -130,9 +132,11 @@ AudioStream::~AudioStream() if (mDumpFile) { fclose(mDumpFile); } @@ -238,7 +122,7 @@ index 2127256..1ec09fe 100644 } size_t -@@ -151,7 +155,11 @@ nsresult AudioStream::EnsureTimeStretche +@@ -151,7 +155,11 @@ nsresult AudioStream::EnsureTimeStretcherInitializedUnlocked() { mMonitor.AssertCurrentThreadOwns(); if (!mTimeStretcher) { @@ -251,11 +135,11 @@ index 2127256..1ec09fe 100644 mTimeStretcher->setChannels(mOutChannels); mTimeStretcher->setPitch(1.0); diff --git dom/media/AudioStream.h dom/media/AudioStream.h -index a552e3e..02b80b1 100644 +index 7dc1f60f95cc..67d402a4117f 100644 --- mozilla/dom/media/AudioStream.h +++ mozilla/dom/media/AudioStream.h -@@ -15,7 +15,11 @@ - #include "mozilla/RefPtr.h" +@@ -16,7 +16,11 @@ + #include "mozilla/TimeStamp.h" #include "mozilla/UniquePtr.h" #include "CubebUtils.h" +#ifdef MOZ_SYSTEM_SOUNDTOUCH @@ -266,9 +150,9 @@ index a552e3e..02b80b1 100644 namespace mozilla { -@@ -277,7 +277,11 @@ private: - // Number of frames written to the buffers. - int64_t mWritten; +@@ -287,7 +291,11 @@ private: + uint32_t mChannels; + uint32_t mOutChannels; AudioClock mAudioClock; +#ifdef MOZ_SYSTEM_SOUNDTOUCH + nsAutoPtr mTimeStretcher; @@ -276,13 +160,13 @@ index a552e3e..02b80b1 100644 soundtouch::SoundTouch* mTimeStretcher; +#endif - // Stream start time for stream open delay telemetry. - TimeStamp mStartTime; + // Output file for dumping audio + FILE* mDumpFile; diff --git dom/media/moz.build dom/media/moz.build -index 7526cff..e0a0ca0 100644 +index 86b051c58d33..fb6186dce78b 100644 --- mozilla/dom/media/moz.build +++ mozilla/dom/media/moz.build -@@ -300,6 +300,21 @@ if CONFIG['MOZ_WEBRTC']: +@@ -308,6 +308,21 @@ if CONFIG['MOZ_WEBRTC']: DEFINES['MOZILLA_INTERNAL_API'] = True @@ -304,11 +188,50 @@ index 7526cff..e0a0ca0 100644 if CONFIG['OS_TARGET'] == 'WINNT': DEFINES['WEBRTC_WIN'] = True else: +diff --git dom/media/platforms/ffmpeg/ffvpx/FFVPXRuntimeLinker.cpp dom/media/platforms/ffmpeg/ffvpx/FFVPXRuntimeLinker.cpp +index 078f6ea5ef60..c600db067539 100644 +--- mozilla/dom/media/platforms/ffmpeg/ffvpx/FFVPXRuntimeLinker.cpp ++++ mozilla/dom/media/platforms/ffmpeg/ffvpx/FFVPXRuntimeLinker.cpp +@@ -11,9 +11,13 @@ + #include "prmem.h" + #include "prlink.h" + ++#ifdef MOZ_SYSTEM_SOUNDTOUCH ++#include "nsXPCOMPrivate.h" // for XUL_DLL ++#else + // We use a known symbol located in lgpllibs to determine its location. + // soundtouch happens to be always included in lgpllibs + #include "soundtouch/SoundTouch.h" ++#endif + + namespace mozilla { + +@@ -50,6 +54,12 @@ FFVPXRuntimeLinker::Init() + + sLinkStatus = LinkStatus_FAILED; + ++#ifdef MOZ_SYSTEM_SOUNDTOUCH ++ // We retrieve the path of the XUL library as this is where mozavcodec and ++ // mozavutil libs are located. ++ char* path = ++ PR_GetLibraryFilePathname(XUL_DLL, (PRFuncPtr)&FFVPXRuntimeLinker::Init); ++#else + // We retrieve the path of the lgpllibs library as this is where mozavcodec + // and mozavutil libs are located. + char* lgpllibsname = PR_GetLibraryName(nullptr, "lgpllibs"); +@@ -60,6 +70,7 @@ FFVPXRuntimeLinker::Init() + PR_GetLibraryFilePathname(lgpllibsname, + (PRFuncPtr)&soundtouch::SoundTouch::getVersionId); + PR_FreeLibraryName(lgpllibsname); ++#endif + if (!path) { + return false; + } diff --git media/libogg/README_MOZILLA media/libogg/README_MOZILLA -index 0833e4d..7ece97b 100644 +index 6213fdc7770c..ada799916a17 100644 --- mozilla/media/libogg/README_MOZILLA +++ mozilla/media/libogg/README_MOZILLA -@@ -6,3 +6,6 @@ The svn revision number used was r17287. +@@ -6,3 +6,6 @@ package downloaded from xiph.org and copied using the update.sh script. The int-types.patch address a bug that config_types.h generated from Linux platform can't be used on OpenSolaris directly see Mozilla bug 449754 @@ -316,7 +239,7 @@ index 0833e4d..7ece97b 100644 +The in-tree copy may be omitted during build by --with-system-ogg. +Keep version in old-configure.in in sync on updates. diff --git media/libsoundtouch/README_MOZILLA media/libsoundtouch/README_MOZILLA -index bfd4b1a..15b158d 100644 +index dc0dbe8f6886..ea73b55e3e39 100644 --- mozilla/media/libsoundtouch/README_MOZILLA +++ mozilla/media/libsoundtouch/README_MOZILLA @@ -6,3 +6,5 @@ The whole library is not used, only the relevant files are imported in the tree, @@ -326,7 +249,7 @@ index bfd4b1a..15b158d 100644 +The in-tree copy may be omitted during build by --with-system-soundtouch. +Keep version in old-configure.in in sync on updates. diff --git media/libsoundtouch/src/soundtouch_perms.h media/libsoundtouch/src/soundtouch_perms.h -index 0af2fe6..d80c145 100644 +index 0af2fe618311..10973564e7a4 100644 --- mozilla/media/libsoundtouch/src/soundtouch_perms.h +++ mozilla/media/libsoundtouch/src/soundtouch_perms.h @@ -12,7 +12,9 @@ @@ -340,7 +263,7 @@ index 0af2fe6..d80c145 100644 #endif // MOZILLA_SOUNDTOUCH_PERMS_H diff --git media/libtheora/README_MOZILLA media/libtheora/README_MOZILLA -index d48dbfa..f08a2ed 100644 +index d48dbfa6f63d..6f30f250220e 100644 --- mozilla/media/libtheora/README_MOZILLA +++ mozilla/media/libtheora/README_MOZILLA @@ -3,3 +3,6 @@ using the update.sh script. The changes made were those applied by update.sh, @@ -351,10 +274,10 @@ index d48dbfa..f08a2ed 100644 +The in-tree copy may be omitted during build by --with-system-theora. +Keep version in old-configure.in in sync on updates. diff --git media/libtheora/moz.build media/libtheora/moz.build -index 14265b1..3069e99 100644 +index c7f85eebff95..aae7b814adb5 100644 --- mozilla/media/libtheora/moz.build +++ mozilla/media/libtheora/moz.build -@@ -21,6 +21,9 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: +@@ -21,6 +21,9 @@ FINAL_LIBRARY = 'gkmedias' # The encoder is currently not included. DEFINES['THEORA_DISABLE_ENCODE'] = True @@ -362,10 +285,10 @@ index 14265b1..3069e99 100644 + CFLAGS += CONFIG['MOZ_OGG_CFLAGS'] + # Suppress warnings in third-party code. - if CONFIG['GNU_CC']: + if CONFIG['GNU_CC'] or CONFIG['CLANG_CL']: CFLAGS += ['-Wno-type-limits'] diff --git media/libtremor/README_MOZILLA media/libtremor/README_MOZILLA -index ee67b53..3f34a09 100644 +index ee67b53a05c5..81c971773d55 100644 --- mozilla/media/libtremor/README_MOZILLA +++ mozilla/media/libtremor/README_MOZILLA @@ -5,3 +5,6 @@ Makefile.in files for the Mozilla build system. @@ -376,20 +299,20 @@ index ee67b53..3f34a09 100644 +The in-tree copy may be omitted during build by --with-system-tremor. +Keep version in old-configure.in in sync on updates. diff --git media/libtremor/moz.build media/libtremor/moz.build -index 31831ba..a03d576 100644 +index 83afc8e37c64..71ef159da3d7 100644 --- mozilla/media/libtremor/moz.build +++ mozilla/media/libtremor/moz.build -@@ -6,3 +6,5 @@ +@@ -9,3 +9,5 @@ with Files('*'): DIRS += ['include/tremor', 'lib'] +if CONFIG['MOZ_SYSTEM_OGG']: + CFLAGS += CONFIG['MOZ_OGG_CFLAGS'] diff --git media/libvorbis/README_MOZILLA media/libvorbis/README_MOZILLA -index 7c7454c..55baedd 100644 +index 1211ac074b33..eb31084aed25 100644 --- mozilla/media/libvorbis/README_MOZILLA +++ mozilla/media/libvorbis/README_MOZILLA -@@ -8,3 +8,6 @@ https://svn.xiph.org/tags/vorbis/libvorbis-1.3.4@19059 +@@ -8,3 +8,6 @@ https://svn.xiph.org/tags/vorbis/libvorbis-1.3.5@19464 Some files are renamed during the copy to prevent clashes with object file names with other Mozilla libraries. *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Oct 5 09:40:43 2017 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 E9BD3E32B6E; Thu, 5 Oct 2017 09:40:43 +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 B949067AC8; Thu, 5 Oct 2017 09:40:43 +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 v959egrF066370; Thu, 5 Oct 2017 09:40:42 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959egE3066368; Thu, 5 Oct 2017 09:40:42 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201710050940.v959egE3066368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 5 Oct 2017 09:40:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451281 - head/www/mod_md-devel X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/www/mod_md-devel X-SVN-Commit-Revision: 451281 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:40:44 -0000 Author: brnrd Date: Thu Oct 5 09:40:42 2017 New Revision: 451281 URL: https://svnweb.freebsd.org/changeset/ports/451281 Log: www/mod_md-devel: Update to 0.9.9 Modified: head/www/mod_md-devel/Makefile head/www/mod_md-devel/distinfo Modified: head/www/mod_md-devel/Makefile ============================================================================== --- head/www/mod_md-devel/Makefile Thu Oct 5 09:39:08 2017 (r451280) +++ head/www/mod_md-devel/Makefile Thu Oct 5 09:40:42 2017 (r451281) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_md-devel -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.9 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/mod_md-devel/distinfo ============================================================================== --- head/www/mod_md-devel/distinfo Thu Oct 5 09:39:08 2017 (r451280) +++ head/www/mod_md-devel/distinfo Thu Oct 5 09:40:42 2017 (r451281) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506505096 -SHA256 (icing-mod_md-v0.9.7_GH0.tar.gz) = b0e5e30deeb014314f6a0207ad055b49aacf171912eabc161f39530e43e212a0 -SIZE (icing-mod_md-v0.9.7_GH0.tar.gz) = 191080 +TIMESTAMP = 1507196285 +SHA256 (icing-mod_md-v0.9.9_GH0.tar.gz) = 7399c139b978e7c2e60dabc9441ba4069a0c7ea6be7e61864ccf5e782f3f8f8d +SIZE (icing-mod_md-v0.9.9_GH0.tar.gz) = 191471 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:48:46 2017 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 E4914E32E5B; Thu, 5 Oct 2017 09:48:46 +0000 (UTC) (envelope-from sunpoet@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 B183967E9E; Thu, 5 Oct 2017 09:48:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959mjJ7070411; Thu, 5 Oct 2017 09:48:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959mjAO070409; Thu, 5 Oct 2017 09:48:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050948.v959mjAO070409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:48:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451282 - head/graphics/jbig2dec X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/jbig2dec X-SVN-Commit-Revision: 451282 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:48:47 -0000 Author: sunpoet Date: Thu Oct 5 09:48:45 2017 New Revision: 451282 URL: https://svnweb.freebsd.org/changeset/ports/451282 Log: Update to 0.14 Changes: http://git.ghostscript.com/?p=jbig2dec.git;a=blob;f=CHANGES;hb=HEAD Modified: head/graphics/jbig2dec/Makefile head/graphics/jbig2dec/distinfo Modified: head/graphics/jbig2dec/Makefile ============================================================================== --- head/graphics/jbig2dec/Makefile Thu Oct 5 09:40:42 2017 (r451281) +++ head/graphics/jbig2dec/Makefile Thu Oct 5 09:48:45 2017 (r451282) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jbig2dec -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= graphics devel MASTER_SITES= http://downloads.ghostscript.com/public/${PORTNAME}/ \ LOCAL/sunpoet:tests Modified: head/graphics/jbig2dec/distinfo ============================================================================== --- head/graphics/jbig2dec/distinfo Thu Oct 5 09:40:42 2017 (r451281) +++ head/graphics/jbig2dec/distinfo Thu Oct 5 09:48:45 2017 (r451282) @@ -1,4 +1,5 @@ -SHA256 (jbig2dec-0.13.tar.gz) = 5aaca0070992cc2e971e3bb2338ee749495613dcecab4c868fc547b4148f5311 -SIZE (jbig2dec-0.13.tar.gz) = 442571 +TIMESTAMP = 1507190988 +SHA256 (jbig2dec-0.14.tar.gz) = 21b498c3ba566f283d02946f7e78e12abbad89f12fe4958974e50882c185014c +SIZE (jbig2dec-0.14.tar.gz) = 463572 SHA256 (jb2streams.tar.gz) = 1b070a15468d186010047b5525b2eb99cdcda655576600d2d8a0d008b80a5ba2 SIZE (jb2streams.tar.gz) = 1000034 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:48:52 2017 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 49CB3E32E7D; Thu, 5 Oct 2017 09:48:52 +0000 (UTC) (envelope-from sunpoet@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 1231467EB0; Thu, 5 Oct 2017 09:48:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959mpdS070535; Thu, 5 Oct 2017 09:48:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959mpAs070533; Thu, 5 Oct 2017 09:48:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050948.v959mpAs070533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:48:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451283 - head/devel/p5-Term-Table X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Term-Table X-SVN-Commit-Revision: 451283 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:48:52 -0000 Author: sunpoet Date: Thu Oct 5 09:48:50 2017 New Revision: 451283 URL: https://svnweb.freebsd.org/changeset/ports/451283 Log: Update to 0.010 Changes: http://search.cpan.org/dist/Term-Table/Changes Modified: head/devel/p5-Term-Table/Makefile head/devel/p5-Term-Table/distinfo Modified: head/devel/p5-Term-Table/Makefile ============================================================================== --- head/devel/p5-Term-Table/Makefile Thu Oct 5 09:48:45 2017 (r451282) +++ head/devel/p5-Term-Table/Makefile Thu Oct 5 09:48:50 2017 (r451283) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Term-Table -PORTVERSION= 0.008 +PORTVERSION= 0.010 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,10 +16,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Importer>=0.024:devel/p5-Importer RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Simple>=1.302072:devel/p5-Test-Simple NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502508 +TEST_DEPENDS+= p5-Test-Simple>=1.302072:devel/p5-Test-Simple +.endif + +.include Modified: head/devel/p5-Term-Table/distinfo ============================================================================== --- head/devel/p5-Term-Table/distinfo Thu Oct 5 09:48:45 2017 (r451282) +++ head/devel/p5-Term-Table/distinfo Thu Oct 5 09:48:50 2017 (r451283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489943872 -SHA256 (Term-Table-0.008.tar.gz) = e08cd591a4cc96d133883f8d17563dbe18eaaaba8ebaca25341e59a3b7a7243e -SIZE (Term-Table-0.008.tar.gz) = 24084 +TIMESTAMP = 1507191009 +SHA256 (Term-Table-0.010.tar.gz) = 3855d8b32db9cd341c1a976b61586920826a2ccde2f08d140c9f70018aa44a11 +SIZE (Term-Table-0.010.tar.gz) = 24244 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:48:57 2017 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 D05A7E32EA2; Thu, 5 Oct 2017 09:48:57 +0000 (UTC) (envelope-from sunpoet@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 9DEBD6801F; Thu, 5 Oct 2017 09:48:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959muGJ070660; Thu, 5 Oct 2017 09:48:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959muGk070658; Thu, 5 Oct 2017 09:48:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050948.v959muGk070658@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:48:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451284 - head/textproc/p5-HTML-Packer X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-HTML-Packer X-SVN-Commit-Revision: 451284 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:48:58 -0000 Author: sunpoet Date: Thu Oct 5 09:48:56 2017 New Revision: 451284 URL: https://svnweb.freebsd.org/changeset/ports/451284 Log: Update to 2.06 Changes: http://search.cpan.org/dist/HTML-Packer/Changes Modified: head/textproc/p5-HTML-Packer/Makefile head/textproc/p5-HTML-Packer/distinfo Modified: head/textproc/p5-HTML-Packer/Makefile ============================================================================== --- head/textproc/p5-HTML-Packer/Makefile Thu Oct 5 09:48:50 2017 (r451283) +++ head/textproc/p5-HTML-Packer/Makefile Thu Oct 5 09:48:56 2017 (r451284) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Packer -PORTVERSION= 2.05 +PORTVERSION= 2.06 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-HTML-Packer/distinfo ============================================================================== --- head/textproc/p5-HTML-Packer/distinfo Thu Oct 5 09:48:50 2017 (r451283) +++ head/textproc/p5-HTML-Packer/distinfo Thu Oct 5 09:48:56 2017 (r451284) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492606803 -SHA256 (HTML-Packer-2.05.tar.gz) = 494108a8fab82a090cc49657fe7f5b2a64c96a013662c767e67b6ae624ef459a -SIZE (HTML-Packer-2.05.tar.gz) = 11426 +TIMESTAMP = 1507191020 +SHA256 (HTML-Packer-2.06.tar.gz) = 6366f3aa20350a59dac93dd970833d2ca102153fd3c2f49c9884c4f2d4db3a8e +SIZE (HTML-Packer-2.06.tar.gz) = 11616 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:49:02 2017 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 B8BC3E32EE5; Thu, 5 Oct 2017 09:49:02 +0000 (UTC) (envelope-from sunpoet@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 878006808B; Thu, 5 Oct 2017 09:49:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959n14e070787; Thu, 5 Oct 2017 09:49:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959n1LA070785; Thu, 5 Oct 2017 09:49:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050949.v959n1LA070785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451285 - head/devel/rubygem-et-orbi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-et-orbi X-SVN-Commit-Revision: 451285 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:49:02 -0000 Author: sunpoet Date: Thu Oct 5 09:49:01 2017 New Revision: 451285 URL: https://svnweb.freebsd.org/changeset/ports/451285 Log: Update to 1.0.6 Changes: https://github.com/floraison/et-orbi/blob/master/CHANGELOG.md Modified: head/devel/rubygem-et-orbi/Makefile head/devel/rubygem-et-orbi/distinfo Modified: head/devel/rubygem-et-orbi/Makefile ============================================================================== --- head/devel/rubygem-et-orbi/Makefile Thu Oct 5 09:48:56 2017 (r451284) +++ head/devel/rubygem-et-orbi/Makefile Thu Oct 5 09:49:01 2017 (r451285) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= et-orbi -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-et-orbi/distinfo ============================================================================== --- head/devel/rubygem-et-orbi/distinfo Thu Oct 5 09:48:56 2017 (r451284) +++ head/devel/rubygem-et-orbi/distinfo Thu Oct 5 09:49:01 2017 (r451285) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498242950 -SHA256 (rubygem/et-orbi-1.0.5.gem) = 2e3651d3af2d763ad96ec5fbf515dcbdce16e95d43b17b9b7a2e9568bccb7c17 -SIZE (rubygem/et-orbi-1.0.5.gem) = 11776 +TIMESTAMP = 1507191028 +SHA256 (rubygem/et-orbi-1.0.6.gem) = e1933c323117d6395783c235f40bd2e238c2ac3edb46f5a1a1540f25f914ac35 +SIZE (rubygem/et-orbi-1.0.6.gem) = 12800 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:49:07 2017 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 BEF59E32F1C; Thu, 5 Oct 2017 09:49:07 +0000 (UTC) (envelope-from sunpoet@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 885C768111; Thu, 5 Oct 2017 09:49:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959n68A070911; Thu, 5 Oct 2017 09:49:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959n6TL070909; Thu, 5 Oct 2017 09:49:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050949.v959n6TL070909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:49:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451286 - head/security/p5-Digest-SHA X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Digest-SHA X-SVN-Commit-Revision: 451286 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:49:07 -0000 Author: sunpoet Date: Thu Oct 5 09:49:06 2017 New Revision: 451286 URL: https://svnweb.freebsd.org/changeset/ports/451286 Log: Update to 5.98 Changes: http://search.cpan.org/dist/Digest-SHA/Changes Modified: head/security/p5-Digest-SHA/Makefile head/security/p5-Digest-SHA/distinfo Modified: head/security/p5-Digest-SHA/Makefile ============================================================================== --- head/security/p5-Digest-SHA/Makefile Thu Oct 5 09:49:01 2017 (r451285) +++ head/security/p5-Digest-SHA/Makefile Thu Oct 5 09:49:06 2017 (r451286) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Digest-SHA -PORTVERSION= 5.97 +PORTVERSION= 5.98 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Digest-SHA/distinfo ============================================================================== --- head/security/p5-Digest-SHA/distinfo Thu Oct 5 09:49:01 2017 (r451285) +++ head/security/p5-Digest-SHA/distinfo Thu Oct 5 09:49:06 2017 (r451286) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504799683 -SHA256 (Digest-SHA-5.97.tar.gz) = 1407cd62797a6210e6dfe5eb7e48402254a72d6397684a2296980dd29990fb6d -SIZE (Digest-SHA-5.97.tar.gz) = 46604 +TIMESTAMP = 1507191036 +SHA256 (Digest-SHA-5.98.tar.gz) = 6f96ee66cf2bd5600857295bbc93d0cc7a6e1e417f2aeeb512d94bb40e45be3d +SIZE (Digest-SHA-5.98.tar.gz) = 45914 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:49:12 2017 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 858E7E32F69; Thu, 5 Oct 2017 09:49:12 +0000 (UTC) (envelope-from sunpoet@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 5355568187; Thu, 5 Oct 2017 09:49:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959nBTg071036; Thu, 5 Oct 2017 09:49:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959nBDA071034; Thu, 5 Oct 2017 09:49:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050949.v959nBDA071034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:49:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451287 - head/security/p5-Digest-SHA3 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Digest-SHA3 X-SVN-Commit-Revision: 451287 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:49:12 -0000 Author: sunpoet Date: Thu Oct 5 09:49:11 2017 New Revision: 451287 URL: https://svnweb.freebsd.org/changeset/ports/451287 Log: Update to 0.27 Changes: http://search.cpan.org/dist/Digest-SHA3/Changes Modified: head/security/p5-Digest-SHA3/Makefile head/security/p5-Digest-SHA3/distinfo Modified: head/security/p5-Digest-SHA3/Makefile ============================================================================== --- head/security/p5-Digest-SHA3/Makefile Thu Oct 5 09:49:06 2017 (r451286) +++ head/security/p5-Digest-SHA3/Makefile Thu Oct 5 09:49:11 2017 (r451287) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Digest-SHA3 -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Digest-SHA3/distinfo ============================================================================== --- head/security/p5-Digest-SHA3/distinfo Thu Oct 5 09:49:06 2017 (r451286) +++ head/security/p5-Digest-SHA3/distinfo Thu Oct 5 09:49:11 2017 (r451287) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504799693 -SHA256 (Digest-SHA3-0.26.tar.gz) = 338f441de635e2caf2a7bc1787eb5ecf50f9926aee7fd615bc10c6f8759e5497 -SIZE (Digest-SHA3-0.26.tar.gz) = 28370 +TIMESTAMP = 1507191046 +SHA256 (Digest-SHA3-0.27.tar.gz) = 5e863b7a9aec440f4ffb5ecdbceea3bbf40fadd660db34cbba32f6bac4f57a4f +SIZE (Digest-SHA3-0.27.tar.gz) = 28108 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:49:17 2017 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 54A45E32F9F; Thu, 5 Oct 2017 09:49:17 +0000 (UTC) (envelope-from sunpoet@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 221FB681FA; Thu, 5 Oct 2017 09:49:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959nGgk071158; Thu, 5 Oct 2017 09:49:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959nGum071156; Thu, 5 Oct 2017 09:49:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050949.v959nGum071156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:49:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451288 - head/databases/py-flask-sqlalchemy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-flask-sqlalchemy X-SVN-Commit-Revision: 451288 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:49:17 -0000 Author: sunpoet Date: Thu Oct 5 09:49:15 2017 New Revision: 451288 URL: https://svnweb.freebsd.org/changeset/ports/451288 Log: Update to 2.3.1 Changes: https://github.com/mitsuhiko/flask-sqlalchemy/releases Modified: head/databases/py-flask-sqlalchemy/Makefile head/databases/py-flask-sqlalchemy/distinfo Modified: head/databases/py-flask-sqlalchemy/Makefile ============================================================================== --- head/databases/py-flask-sqlalchemy/Makefile Thu Oct 5 09:49:11 2017 (r451287) +++ head/databases/py-flask-sqlalchemy/Makefile Thu Oct 5 09:49:15 2017 (r451288) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Flask-SQLAlchemy -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10:www/py-flask \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.8:databases/py-sqlalchemy10 +NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils -NO_ARCH= yes .include Modified: head/databases/py-flask-sqlalchemy/distinfo ============================================================================== --- head/databases/py-flask-sqlalchemy/distinfo Thu Oct 5 09:49:11 2017 (r451287) +++ head/databases/py-flask-sqlalchemy/distinfo Thu Oct 5 09:49:15 2017 (r451288) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506694249 -SHA256 (Flask-SQLAlchemy-2.3.0.tar.gz) = da19ff62e31f82825b5467811c76e2a1c60bba927e175fe091a6f739063dd829 -SIZE (Flask-SQLAlchemy-2.3.0.tar.gz) = 104014 +TIMESTAMP = 1507191057 +SHA256 (Flask-SQLAlchemy-2.3.1.tar.gz) = ab879cf88d30f2961dd9b4d709dcd31a25e0306855324c7d9a74fca6ad6ef8c3 +SIZE (Flask-SQLAlchemy-2.3.1.tar.gz) = 105419 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:49:23 2017 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 19EC4E32FD7; Thu, 5 Oct 2017 09:49:23 +0000 (UTC) (envelope-from sunpoet@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 D6D176827C; Thu, 5 Oct 2017 09:49:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959nLXp071283; Thu, 5 Oct 2017 09:49:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959nLAj071281; Thu, 5 Oct 2017 09:49:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050949.v959nLAj071281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:49:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451289 - head/devel/py-pytest X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pytest X-SVN-Commit-Revision: 451289 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:49:23 -0000 Author: sunpoet Date: Thu Oct 5 09:49:21 2017 New Revision: 451289 URL: https://svnweb.freebsd.org/changeset/ports/451289 Log: Update to 3.2.3 Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst Modified: head/devel/py-pytest/Makefile head/devel/py-pytest/distinfo Modified: head/devel/py-pytest/Makefile ============================================================================== --- head/devel/py-pytest/Makefile Thu Oct 5 09:49:15 2017 (r451288) +++ head/devel/py-pytest/Makefile Thu Oct 5 09:49:21 2017 (r451289) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pytest/distinfo ============================================================================== --- head/devel/py-pytest/distinfo Thu Oct 5 09:49:15 2017 (r451288) +++ head/devel/py-pytest/distinfo Thu Oct 5 09:49:21 2017 (r451289) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504891824 -SHA256 (pytest-3.2.2.tar.gz) = f46e49e0340a532764991c498244a60e3a37d7424a532b3ff1a6a7653f1a403a -SIZE (pytest-3.2.2.tar.gz) = 786396 +TIMESTAMP = 1507191074 +SHA256 (pytest-3.2.3.tar.gz) = 27fa6617efc2869d3e969a3e75ec060375bfb28831ade8b5cdd68da3a741dc3c +SIZE (pytest-3.2.3.tar.gz) = 788686 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:49:27 2017 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 C8E0AE3300B; Thu, 5 Oct 2017 09:49:27 +0000 (UTC) (envelope-from sunpoet@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 925DA682F2; Thu, 5 Oct 2017 09:49:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959nQvn071392; Thu, 5 Oct 2017 09:49:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959nQ7N071391; Thu, 5 Oct 2017 09:49:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050949.v959nQ7N071391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451290 - head/archivers/rubygem-snappy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/rubygem-snappy X-SVN-Commit-Revision: 451290 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:49:27 -0000 Author: sunpoet Date: Thu Oct 5 09:49:26 2017 New Revision: 451290 URL: https://svnweb.freebsd.org/changeset/ports/451290 Log: Fix RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/archivers/rubygem-snappy/Makefile Modified: head/archivers/rubygem-snappy/Makefile ============================================================================== --- head/archivers/rubygem-snappy/Makefile Thu Oct 5 09:49:21 2017 (r451289) +++ head/archivers/rubygem-snappy/Makefile Thu Oct 5 09:49:26 2017 (r451290) @@ -2,7 +2,7 @@ PORTNAME= snappy PORTVERSION= 0.0.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers rubygems MASTER_SITES= RG @@ -12,8 +12,7 @@ COMMENT= Snappy binding for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libsnappy.so:archivers/snappy \ - libunwind.so:devel/libunwind +LIB_DEPENDS= libsnappy.so:archivers/snappy USES= gem shebangfix USE_RUBY= yes From owner-svn-ports-all@freebsd.org Thu Oct 5 09:49:33 2017 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 3E648E33040; Thu, 5 Oct 2017 09:49:33 +0000 (UTC) (envelope-from sunpoet@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 0C19068374; Thu, 5 Oct 2017 09:49:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959nWk4071514; Thu, 5 Oct 2017 09:49:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959nVJd071512; Thu, 5 Oct 2017 09:49:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050949.v959nVJd071512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:49:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451291 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 451291 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:49:33 -0000 Author: sunpoet Date: Thu Oct 5 09:49:31 2017 New Revision: 451291 URL: https://svnweb.freebsd.org/changeset/ports/451291 Log: Update to 2.10.58 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Thu Oct 5 09:49:26 2017 (r451290) +++ head/devel/rubygem-aws-sdk-core/Makefile Thu Oct 5 09:49:31 2017 (r451291) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.10.57 +PORTVERSION= 2.10.58 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Thu Oct 5 09:49:26 2017 (r451290) +++ head/devel/rubygem-aws-sdk-core/distinfo Thu Oct 5 09:49:31 2017 (r451291) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507100115 -SHA256 (rubygem/aws-sdk-core-2.10.57.gem) = 6edaca6b25bb77ee1a292912d8ce4d617909336ed26e56d4901accff36ca45fc -SIZE (rubygem/aws-sdk-core-2.10.57.gem) = 1071104 +TIMESTAMP = 1507191123 +SHA256 (rubygem/aws-sdk-core-2.10.58.gem) = aab5be146160e3712a55e1efb0e14c7e31fe70c9969f333cb4cb4bf4ca7939b2 +SIZE (rubygem/aws-sdk-core-2.10.58.gem) = 1071616 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:49:39 2017 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 5202AE33084; Thu, 5 Oct 2017 09:49:39 +0000 (UTC) (envelope-from sunpoet@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 1B9C368401; Thu, 5 Oct 2017 09:49:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959ncW3071639; Thu, 5 Oct 2017 09:49:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959nc4G071637; Thu, 5 Oct 2017 09:49:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050949.v959nc4G071637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451292 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 451292 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:49:39 -0000 Author: sunpoet Date: Thu Oct 5 09:49:37 2017 New Revision: 451292 URL: https://svnweb.freebsd.org/changeset/ports/451292 Log: Update to 2.10.58 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Thu Oct 5 09:49:31 2017 (r451291) +++ head/devel/rubygem-aws-sdk-resources/Makefile Thu Oct 5 09:49:37 2017 (r451292) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.10.57 +PORTVERSION= 2.10.58 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Thu Oct 5 09:49:31 2017 (r451291) +++ head/devel/rubygem-aws-sdk-resources/distinfo Thu Oct 5 09:49:37 2017 (r451292) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507100121 -SHA256 (rubygem/aws-sdk-resources-2.10.57.gem) = feb26ec108798ca3fa018311a2d2111c88a8ab01ac6cf6ba802aa3d33623f379 -SIZE (rubygem/aws-sdk-resources-2.10.57.gem) = 48640 +TIMESTAMP = 1507191129 +SHA256 (rubygem/aws-sdk-resources-2.10.58.gem) = e42695ed4963138f622590278cb9d0f36c8dd022ac7d256ffe581f3472df32fc +SIZE (rubygem/aws-sdk-resources-2.10.58.gem) = 48640 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:49:45 2017 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 1752DE330C1; Thu, 5 Oct 2017 09:49:45 +0000 (UTC) (envelope-from sunpoet@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 D977E6848A; Thu, 5 Oct 2017 09:49:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959ninL071764; Thu, 5 Oct 2017 09:49:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959nhtF071762; Thu, 5 Oct 2017 09:49:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050949.v959nhtF071762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:49:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451293 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 451293 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:49:45 -0000 Author: sunpoet Date: Thu Oct 5 09:49:43 2017 New Revision: 451293 URL: https://svnweb.freebsd.org/changeset/ports/451293 Log: Update to 2.10.58 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Thu Oct 5 09:49:37 2017 (r451292) +++ head/devel/rubygem-aws-sdk/Makefile Thu Oct 5 09:49:43 2017 (r451293) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.10.57 +PORTVERSION= 2.10.58 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Thu Oct 5 09:49:37 2017 (r451292) +++ head/devel/rubygem-aws-sdk/distinfo Thu Oct 5 09:49:43 2017 (r451293) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507100127 -SHA256 (rubygem/aws-sdk-2.10.57.gem) = a414be30d3cbba9f3eb1231709515d2e0b34526b796ca3651d2e45bea06f2881 -SIZE (rubygem/aws-sdk-2.10.57.gem) = 4608 +TIMESTAMP = 1507191136 +SHA256 (rubygem/aws-sdk-2.10.58.gem) = 5500f8887bdd4642bfffaebcf9d5da1dff74fb3f6f25c301b38bc89edce46d23 +SIZE (rubygem/aws-sdk-2.10.58.gem) = 4608 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:49:50 2017 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 76904E330E9; Thu, 5 Oct 2017 09:49:50 +0000 (UTC) (envelope-from sunpoet@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 43131684FF; Thu, 5 Oct 2017 09:49:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959nnAx071873; Thu, 5 Oct 2017 09:49:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959nni0071872; Thu, 5 Oct 2017 09:49:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050949.v959nni0071872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:49:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451294 - head/dns/rubygem-idn-ruby X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/rubygem-idn-ruby X-SVN-Commit-Revision: 451294 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:49:50 -0000 Author: sunpoet Date: Thu Oct 5 09:49:49 2017 New Revision: 451294 URL: https://svnweb.freebsd.org/changeset/ports/451294 Log: Fix RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/dns/rubygem-idn-ruby/Makefile Modified: head/dns/rubygem-idn-ruby/Makefile ============================================================================== --- head/dns/rubygem-idn-ruby/Makefile Thu Oct 5 09:49:43 2017 (r451293) +++ head/dns/rubygem-idn-ruby/Makefile Thu Oct 5 09:49:49 2017 (r451294) @@ -2,6 +2,7 @@ PORTNAME= idn-ruby PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= dns rubygems MASTER_SITES= RG @@ -10,8 +11,7 @@ COMMENT= LibIDN Ruby Bindings LICENSE= APACHE20 -LIB_DEPENDS= libunwind.so:devel/libunwind \ - libidn.so:dns/libidn +LIB_DEPENDS= libidn.so:dns/libidn USES= gem USE_RUBY= yes From owner-svn-ports-all@freebsd.org Thu Oct 5 09:49:56 2017 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 8461BE3311A; Thu, 5 Oct 2017 09:49:56 +0000 (UTC) (envelope-from sunpoet@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 526FD6858F; Thu, 5 Oct 2017 09:49:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959ntQb071995; Thu, 5 Oct 2017 09:49:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959ntWF071993; Thu, 5 Oct 2017 09:49:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050949.v959ntWF071993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:49:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451295 - head/sysutils/rubygem-smart_proxy_dynflow X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-smart_proxy_dynflow X-SVN-Commit-Revision: 451295 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:49:56 -0000 Author: sunpoet Date: Thu Oct 5 09:49:55 2017 New Revision: 451295 URL: https://svnweb.freebsd.org/changeset/ports/451295 Log: Update to 0.1.8 Changes: https://github.com/theforeman/smart_proxy_dynflow/commits/master Modified: head/sysutils/rubygem-smart_proxy_dynflow/Makefile head/sysutils/rubygem-smart_proxy_dynflow/distinfo Modified: head/sysutils/rubygem-smart_proxy_dynflow/Makefile ============================================================================== --- head/sysutils/rubygem-smart_proxy_dynflow/Makefile Thu Oct 5 09:49:49 2017 (r451294) +++ head/sysutils/rubygem-smart_proxy_dynflow/Makefile Thu Oct 5 09:49:55 2017 (r451295) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= smart_proxy_dynflow -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.8 CATEGORIES= sysutils ruby MASTER_SITES= RG Modified: head/sysutils/rubygem-smart_proxy_dynflow/distinfo ============================================================================== --- head/sysutils/rubygem-smart_proxy_dynflow/distinfo Thu Oct 5 09:49:49 2017 (r451294) +++ head/sysutils/rubygem-smart_proxy_dynflow/distinfo Thu Oct 5 09:49:55 2017 (r451295) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502888775 -SHA256 (rubygem/smart_proxy_dynflow-0.1.7.gem) = eb483475388c79fd4d8460a42894738cfcc29f68034de45dca5770c30e07ed70 -SIZE (rubygem/smart_proxy_dynflow-0.1.7.gem) = 18432 +TIMESTAMP = 1507191142 +SHA256 (rubygem/smart_proxy_dynflow-0.1.8.gem) = 78e6ad1863db6ee045c6489ec7c0411c6112e5a0959f8d542d110c8a257eb175 +SIZE (rubygem/smart_proxy_dynflow-0.1.8.gem) = 18944 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:50:01 2017 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 BC488E33147; Thu, 5 Oct 2017 09:50:01 +0000 (UTC) (envelope-from sunpoet@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 8895B68604; Thu, 5 Oct 2017 09:50:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959o0cD072130; Thu, 5 Oct 2017 09:50:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959o065072129; Thu, 5 Oct 2017 09:50:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050950.v959o065072129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451296 - head/textproc/rubygem-ox X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-ox X-SVN-Commit-Revision: 451296 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:50:01 -0000 Author: sunpoet Date: Thu Oct 5 09:50:00 2017 New Revision: 451296 URL: https://svnweb.freebsd.org/changeset/ports/451296 Log: Fix RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/textproc/rubygem-ox/Makefile Modified: head/textproc/rubygem-ox/Makefile ============================================================================== --- head/textproc/rubygem-ox/Makefile Thu Oct 5 09:49:55 2017 (r451295) +++ head/textproc/rubygem-ox/Makefile Thu Oct 5 09:50:00 2017 (r451296) @@ -2,6 +2,7 @@ PORTNAME= ox PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -9,8 +10,6 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Speed-optimized XML parser and object serializer for Ruby LICENSE= MIT - -LIB_DEPENDS= libunwind.so:devel/libunwind USES= gem USE_RUBY= yes From owner-svn-ports-all@freebsd.org Thu Oct 5 09:50:07 2017 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 BC4FAE33179; Thu, 5 Oct 2017 09:50:07 +0000 (UTC) (envelope-from sunpoet@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 87DD168689; Thu, 5 Oct 2017 09:50:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959o6n7072255; Thu, 5 Oct 2017 09:50:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959o61G072253; Thu, 5 Oct 2017 09:50:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050950.v959o61G072253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:50:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451297 - head/textproc/rubygem-sass X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-sass X-SVN-Commit-Revision: 451297 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:50:07 -0000 Author: sunpoet Date: Thu Oct 5 09:50:06 2017 New Revision: 451297 URL: https://svnweb.freebsd.org/changeset/ports/451297 Log: Update to 3.5.2 Changes: https://github.com/sass/sass/blob/stable/doc-src/SASS_CHANGELOG.md Modified: head/textproc/rubygem-sass/Makefile head/textproc/rubygem-sass/distinfo Modified: head/textproc/rubygem-sass/Makefile ============================================================================== --- head/textproc/rubygem-sass/Makefile Thu Oct 5 09:50:00 2017 (r451296) +++ head/textproc/rubygem-sass/Makefile Thu Oct 5 09:50:06 2017 (r451297) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sass -PORTVERSION= 3.5.1 +PORTVERSION= 3.5.2 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-sass/distinfo ============================================================================== --- head/textproc/rubygem-sass/distinfo Thu Oct 5 09:50:00 2017 (r451296) +++ head/textproc/rubygem-sass/distinfo Thu Oct 5 09:50:06 2017 (r451297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501795217 -SHA256 (rubygem/sass-3.5.1.gem) = 8b3e2cd24e545e4753f7aaebfb789b1e3a6727921a40bf3b9aef4eda727b4cb8 -SIZE (rubygem/sass-3.5.1.gem) = 318976 +TIMESTAMP = 1507191150 +SHA256 (rubygem/sass-3.5.2.gem) = 26663f23800ccb34c74d8899c783f39868537ad349344a184fbcc6fb9748015c +SIZE (rubygem/sass-3.5.2.gem) = 318976 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:50:13 2017 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 7C1B0E331C0; Thu, 5 Oct 2017 09:50:13 +0000 (UTC) (envelope-from sunpoet@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 48F0A6870F; Thu, 5 Oct 2017 09:50:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959oCbE072379; Thu, 5 Oct 2017 09:50:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959oCrN072377; Thu, 5 Oct 2017 09:50:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050950.v959oCrN072377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451298 - head/www/rubygem-gon X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-gon X-SVN-Commit-Revision: 451298 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:50:13 -0000 Author: sunpoet Date: Thu Oct 5 09:50:12 2017 New Revision: 451298 URL: https://svnweb.freebsd.org/changeset/ports/451298 Log: Update to 6.2.0 Changes: https://github.com/gazay/gon/blob/master/CHANGELOG.md https://github.com/gazay/gon/commits/master Modified: head/www/rubygem-gon/Makefile head/www/rubygem-gon/distinfo Modified: head/www/rubygem-gon/Makefile ============================================================================== --- head/www/rubygem-gon/Makefile Thu Oct 5 09:50:06 2017 (r451297) +++ head/www/rubygem-gon/Makefile Thu Oct 5 09:50:12 2017 (r451298) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gon -PORTVERSION= 6.1.0 +PORTVERSION= 6.2.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-actionpack4>=3.0:www/rubygem-actionpack4 \ - rubygem-json>=0:devel/rubygem-json \ rubygem-multi_json>=0:devel/rubygem-multi_json \ rubygem-request_store>=1.0:devel/rubygem-request_store Modified: head/www/rubygem-gon/distinfo ============================================================================== --- head/www/rubygem-gon/distinfo Thu Oct 5 09:50:06 2017 (r451297) +++ head/www/rubygem-gon/distinfo Thu Oct 5 09:50:12 2017 (r451298) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476972804 -SHA256 (rubygem/gon-6.1.0.gem) = ffd9d4721a9508e2c88594ed28ccafed0feb28240ba739bb282f3b9e3c35aeca -SIZE (rubygem/gon-6.1.0.gem) = 157696 +TIMESTAMP = 1507191159 +SHA256 (rubygem/gon-6.2.0.gem) = 06a0ad9b320ae10c71ac36c2e57d12546440e60ff6d37a20206b5594b8dd3661 +SIZE (rubygem/gon-6.2.0.gem) = 157696 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:50:19 2017 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 82F71E331F9; Thu, 5 Oct 2017 09:50:19 +0000 (UTC) (envelope-from sunpoet@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 4819668797; Thu, 5 Oct 2017 09:50:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959oII6072502; Thu, 5 Oct 2017 09:50:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959oI5P072500; Thu, 5 Oct 2017 09:50:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050950.v959oI5P072500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451299 - head/www/rubygem-gon-rails4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-gon-rails4 X-SVN-Commit-Revision: 451299 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:50:19 -0000 Author: sunpoet Date: Thu Oct 5 09:50:18 2017 New Revision: 451299 URL: https://svnweb.freebsd.org/changeset/ports/451299 Log: Update to 6.2.0 Changes: https://github.com/gazay/gon/blob/master/CHANGELOG.md https://github.com/gazay/gon/commits/master Modified: head/www/rubygem-gon-rails4/Makefile head/www/rubygem-gon-rails4/distinfo Modified: head/www/rubygem-gon-rails4/Makefile ============================================================================== --- head/www/rubygem-gon-rails4/Makefile Thu Oct 5 09:50:12 2017 (r451298) +++ head/www/rubygem-gon-rails4/Makefile Thu Oct 5 09:50:18 2017 (r451299) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gon -PORTVERSION= 6.1.0 +PORTVERSION= 6.2.0 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails4 @@ -13,7 +13,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-actionpack4>=3.0:www/rubygem-actionpack4 \ - rubygem-json>=0:devel/rubygem-json \ rubygem-multi_json>=0:devel/rubygem-multi_json \ rubygem-request_store>=1.0:devel/rubygem-request_store Modified: head/www/rubygem-gon-rails4/distinfo ============================================================================== --- head/www/rubygem-gon-rails4/distinfo Thu Oct 5 09:50:12 2017 (r451298) +++ head/www/rubygem-gon-rails4/distinfo Thu Oct 5 09:50:18 2017 (r451299) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483234670 -SHA256 (rubygem/gon-6.1.0.gem) = ffd9d4721a9508e2c88594ed28ccafed0feb28240ba739bb282f3b9e3c35aeca -SIZE (rubygem/gon-6.1.0.gem) = 157696 +TIMESTAMP = 1507191165 +SHA256 (rubygem/gon-6.2.0.gem) = 06a0ad9b320ae10c71ac36c2e57d12546440e60ff6d37a20206b5594b8dd3661 +SIZE (rubygem/gon-6.2.0.gem) = 157696 From owner-svn-ports-all@freebsd.org Thu Oct 5 09:50:26 2017 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 227E4E33237; Thu, 5 Oct 2017 09:50:26 +0000 (UTC) (envelope-from sunpoet@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 E422568834; Thu, 5 Oct 2017 09:50:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v959oPUH072627; Thu, 5 Oct 2017 09:50:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v959oOFO072625; Thu, 5 Oct 2017 09:50:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710050950.v959oOFO072625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 09:50:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451300 - in head/www/gitlab: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/gitlab: . files X-SVN-Commit-Revision: 451300 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 09:50:26 -0000 Author: sunpoet Date: Thu Oct 5 09:50:24 2017 New Revision: 451300 URL: https://svnweb.freebsd.org/changeset/ports/451300 Log: Fix Gemfile for rubygem-gon 6.2.0 update - While I'm here, silence patch messages - Bump PORTREVISION for package change Modified: head/www/gitlab/Makefile head/www/gitlab/files/patch-Gemfile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Thu Oct 5 09:50:18 2017 (r451299) +++ head/www/gitlab/Makefile Thu Oct 5 09:50:24 2017 (r451300) @@ -5,6 +5,7 @@ PORTNAME= gitlab PORTVERSION= 9.3.11 PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org @@ -207,18 +208,18 @@ NO_ARCH= yes NO_BUILD= yes post-patch-MYSQL-on: - ${CP} ${WRKSRC}/config/database.yml.mysql ${WRKSRC}/config/database.yml.sample + @${CP} ${WRKSRC}/config/database.yml.mysql ${WRKSRC}/config/database.yml.sample post-patch-MYSQL-off: - ${REINPLACE_CMD} -e "/gem 'mysql2'/d" ${WRKSRC}/Gemfile - ${REINPLACE_CMD} -e "/gem 'peek-mysql2'/d" ${WRKSRC}/Gemfile + @${REINPLACE_CMD} -e "/gem 'mysql2'/d" ${WRKSRC}/Gemfile + @${REINPLACE_CMD} -e "/gem 'peek-mysql2'/d" ${WRKSRC}/Gemfile post-patch-PGSQL-on: - ${CP} ${WRKSRC}/config/database.yml.postgresql ${WRKSRC}/config/database.yml.sample + @${CP} ${WRKSRC}/config/database.yml.postgresql ${WRKSRC}/config/database.yml.sample post-patch-PGSQL-off: - ${REINPLACE_CMD} -e "/gem 'pg'/d" ${WRKSRC}/Gemfile - ${REINPLACE_CMD} -e "/gem 'peek-pg'/d" ${WRKSRC}/Gemfile + @${REINPLACE_CMD} -e "/gem 'pg'/d" ${WRKSRC}/Gemfile + @${REINPLACE_CMD} -e "/gem 'peek-pg'/d" ${WRKSRC}/Gemfile do-install: ${FIND} ${WRKSRC} -name '*.orig' -delete Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Thu Oct 5 09:50:18 2017 (r451299) +++ head/www/gitlab/files/patch-Gemfile Thu Oct 5 09:50:24 2017 (r451300) @@ -216,7 +216,8 @@ gem 'bootstrap-sass', '~> 3.3.0' gem 'font-awesome-rails', '~> 4.7' gem 'gemojione', '~> 3.3' - gem 'gon', '~> 6.1.0' +-gem 'gon', '~> 6.1.0' ++gem 'gon', '~> 6.1' gem 'jquery-atwho-rails', '~> 1.3.2' -gem 'jquery-rails', '~> 4.1.0' -gem 'request_store', '~> 1.3' From owner-svn-ports-all@freebsd.org Thu Oct 5 10:38:15 2017 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 10438E34493; Thu, 5 Oct 2017 10:38:15 +0000 (UTC) (envelope-from ak@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 D5EF76AAF2; Thu, 5 Oct 2017 10:38:14 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95AcDLJ093625; Thu, 5 Oct 2017 10:38:13 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95AcDdr093616; Thu, 5 Oct 2017 10:38:13 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201710051038.v95AcDdr093616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Thu, 5 Oct 2017 10:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451301 - in head: archivers/ha archivers/unarj converters/chmview devel/jwasm misc/kenny ports-mgmt/pchecker print/txtbdf2ps x11-wm/vtwm X-SVN-Group: ports-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: in head: archivers/ha archivers/unarj converters/chmview devel/jwasm misc/kenny ports-mgmt/pchecker print/txtbdf2ps x11-wm/vtwm X-SVN-Commit-Revision: 451301 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 10:38:15 -0000 Author: ak Date: Thu Oct 5 10:38:13 2017 New Revision: 451301 URL: https://svnweb.freebsd.org/changeset/ports/451301 Log: - Update MASTER_SITES for my ports - Update WWW for jwasm Modified: head/archivers/ha/Makefile head/archivers/unarj/Makefile head/converters/chmview/Makefile head/devel/jwasm/pkg-descr head/misc/kenny/Makefile head/ports-mgmt/pchecker/Makefile head/print/txtbdf2ps/Makefile head/x11-wm/vtwm/Makefile Modified: head/archivers/ha/Makefile ============================================================================== --- head/archivers/ha/Makefile Thu Oct 5 09:50:24 2017 (r451300) +++ head/archivers/ha/Makefile Thu Oct 5 10:38:13 2017 (r451301) @@ -5,7 +5,7 @@ PORTNAME= ha PORTVERSION= 0.999b PORTREVISION= 1 CATEGORIES= archivers -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ +MASTER_SITES= https://aklv.github.io/distfiles/ DISTNAME= ha0999 MAINTAINER= ak@FreeBSD.org Modified: head/archivers/unarj/Makefile ============================================================================== --- head/archivers/unarj/Makefile Thu Oct 5 09:50:24 2017 (r451300) +++ head/archivers/unarj/Makefile Thu Oct 5 10:38:13 2017 (r451301) @@ -5,7 +5,7 @@ PORTNAME= unarj PORTVERSION= 2.65 PORTREVISION= 2 CATEGORIES= archivers -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ +MASTER_SITES= https://aklv.github.io/distfiles/ MAINTAINER= ak@FreeBSD.org COMMENT= Allows files to be extracted from ARJ archives Modified: head/converters/chmview/Makefile ============================================================================== --- head/converters/chmview/Makefile Thu Oct 5 09:50:24 2017 (r451300) +++ head/converters/chmview/Makefile Thu Oct 5 10:38:13 2017 (r451301) @@ -5,7 +5,7 @@ PORTNAME= chmview PORTVERSION= 2.0b4 PORTREVISION= 2 CATEGORIES= converters textproc -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ +MASTER_SITES= https://aklv.github.io/distfiles/ MAINTAINER= ak@FreeBSD.org COMMENT= Extractor from .chm files Modified: head/devel/jwasm/pkg-descr ============================================================================== --- head/devel/jwasm/pkg-descr Thu Oct 5 09:50:24 2017 (r451300) +++ head/devel/jwasm/pkg-descr Thu Oct 5 10:38:13 2017 (r451301) @@ -16,4 +16,4 @@ JWasm Features: both Win32Inc and Masm32. - C header files can be converted to include files for JWasm with h2incX. -WWW: http://www.japheth.de/JWasm.html +WWW: https://http://jwasm.github.io/ Modified: head/misc/kenny/Makefile ============================================================================== --- head/misc/kenny/Makefile Thu Oct 5 09:50:24 2017 (r451300) +++ head/misc/kenny/Makefile Thu Oct 5 10:38:13 2017 (r451301) @@ -5,8 +5,8 @@ PORTNAME= kenny PORTVERSION= 1.7 PORTREVISION= 1 CATEGORIES= misc perl5 -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ \ - http://www.cgarbs.de/stuff/ +MASTER_SITES= https://aklv.github.io/distfiles/ \ + http://www.cgarbs.de/stuff/ DISTNAME= ${PORTNAME}.pl-${PORTVERSION} EXTRACT_SUFX= .gz Modified: head/ports-mgmt/pchecker/Makefile ============================================================================== --- head/ports-mgmt/pchecker/Makefile Thu Oct 5 09:50:24 2017 (r451300) +++ head/ports-mgmt/pchecker/Makefile Thu Oct 5 10:38:13 2017 (r451301) @@ -3,7 +3,7 @@ PORTNAME= pchecker PORTVERSION= 1.18 CATEGORIES= ports-mgmt -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ +MASTER_SITES= https://aklv.github.io/distfiles/ MAINTAINER= ak@FreeBSD.org COMMENT= Tool that checks the ports tree for various errors Modified: head/print/txtbdf2ps/Makefile ============================================================================== --- head/print/txtbdf2ps/Makefile Thu Oct 5 09:50:24 2017 (r451300) +++ head/print/txtbdf2ps/Makefile Thu Oct 5 10:38:13 2017 (r451301) @@ -5,7 +5,7 @@ PORTNAME= txtbdf2ps PORTVERSION= 0.7.1 PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ \ +MASTER_SITES= https://aklv.github.io/distfiles/ \ http://oldrus-ispell.sourceforge.net/ EXTRACT_SUFX= .txt Modified: head/x11-wm/vtwm/Makefile ============================================================================== --- head/x11-wm/vtwm/Makefile Thu Oct 5 09:50:24 2017 (r451300) +++ head/x11-wm/vtwm/Makefile Thu Oct 5 10:38:13 2017 (r451301) @@ -5,7 +5,7 @@ PORTNAME= vtwm PORTVERSION= 5.4.99.20130906 PORTREVISION= 1 CATEGORIES= x11-wm -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ +MASTER_SITES= https://aklv.github.io/distfiles/ MAINTAINER= ak@FreeBSD.org COMMENT= Twm with a virtual desktop and optional Motif-like features From owner-svn-ports-all@freebsd.org Thu Oct 5 11:46:45 2017 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 62C30E35F25; Thu, 5 Oct 2017 11:46:45 +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 2F44E6D1D4; Thu, 5 Oct 2017 11:46:45 +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 v95BkiwQ022955; Thu, 5 Oct 2017 11:46:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95BkiMf022954; Thu, 5 Oct 2017 11:46:44 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710051146.v95BkiMf022954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Oct 2017 11:46:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451302 - head/x11-wm/libcompizconfig X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/x11-wm/libcompizconfig X-SVN-Commit-Revision: 451302 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 11:46:45 -0000 Author: bapt Date: Thu Oct 5 11:46:44 2017 New Revision: 451302 URL: https://svnweb.freebsd.org/changeset/ports/451302 Log: Use helpers to avoid including pre.mk and post.mk Modified: head/x11-wm/libcompizconfig/Makefile Modified: head/x11-wm/libcompizconfig/Makefile ============================================================================== --- head/x11-wm/libcompizconfig/Makefile Thu Oct 5 10:38:13 2017 (r451301) +++ head/x11-wm/libcompizconfig/Makefile Thu Oct 5 11:46:44 2017 (r451302) @@ -9,6 +9,8 @@ MASTER_SITES= http://releases.compiz.org/${PORTVERSION MAINTAINER= freebsd-ports@dan.me.uk COMMENT= Alternative configuration system for Compiz +LICENSE= GPLv2 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz GNU_CONFIGURE= yes @@ -27,12 +29,7 @@ INOTIFY_DESC?= Enable inotify support INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify INOTIFY_LDFLAGS= -linotify -.include - post-patch: -.if empty(PORT_OPTIONS:MINOTIFY) - @${REINPLACE_CMD} -e 's|sys/inotify.h||' ${WRKSRC}/configure -.endif @echo "OSVERSION=${OSVERSION}" @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/src/main.c \ @@ -41,9 +38,12 @@ post-patch: ${WRKSRC}/src/ini.c \ ${WRKSRC}/backend/ini.c +post-patch-INOTIFY-off: + @${REINPLACE_CMD} -e 's|sys/inotify.h||' ${WRKSRC}/configure + post-install: .for l in compizconfig/backends/libini.so compiz/libccp.so libcompizconfig.so.0.0.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${l} .endfor -.include +.include From owner-svn-ports-all@freebsd.org Thu Oct 5 11:49:45 2017 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 775C1E35F71; Thu, 5 Oct 2017 11:49:45 +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 449C16D2DD; Thu, 5 Oct 2017 11:49:45 +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 v95BniBq023177; Thu, 5 Oct 2017 11:49:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95BniIf023176; Thu, 5 Oct 2017 11:49:44 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710051149.v95BniIf023176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Oct 2017 11:49:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451303 - head/x11-wm/enlightenment X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/x11-wm/enlightenment X-SVN-Commit-Revision: 451303 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 11:49:45 -0000 Author: bapt Date: Thu Oct 5 11:49:44 2017 New Revision: 451303 URL: https://svnweb.freebsd.org/changeset/ports/451303 Log: Use helpers to avoid extra inclusion of pre.mk/post.mk Modified: head/x11-wm/enlightenment/Makefile Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Thu Oct 5 11:46:44 2017 (r451302) +++ head/x11-wm/enlightenment/Makefile Thu Oct 5 11:49:44 2017 (r451303) @@ -16,6 +16,8 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libefl.so:devel/efl \ libxcb-keysyms.so:x11/xcb-util-keysyms +BROKEN_sparc64= Does not install on sparc64: signal 10 + GNU_CONFIGURE= yes USES= alias autoreconf desktop-file-utils gettext-tools \ gmake iconv libtool pathfix pkgconfig tar:xz @@ -48,10 +50,4 @@ post-patch: ${WRKSRC}/src/bin/Makefile.mk \ ${WRKSRC}/src/modules/Makefile_cpufreq.mk -.include - -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64: signal 10 -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Oct 5 11:54:24 2017 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 7F04BE36189; Thu, 5 Oct 2017 11:54:24 +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 4B3A96D7EF; Thu, 5 Oct 2017 11:54:24 +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 v95BsN1D027193; Thu, 5 Oct 2017 11:54:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95BsNZX027192; Thu, 5 Oct 2017 11:54:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710051154.v95BsNZX027192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Oct 2017 11:54:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451304 - head/x11-toolkits/xview X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/x11-toolkits/xview X-SVN-Commit-Revision: 451304 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 11:54:24 -0000 Author: bapt Date: Thu Oct 5 11:54:23 2017 New Revision: 451304 URL: https://svnweb.freebsd.org/changeset/ports/451304 Log: Use helpers to avoid including pre.mk/post.mk Modified: head/x11-toolkits/xview/Makefile Modified: head/x11-toolkits/xview/Makefile ============================================================================== --- head/x11-toolkits/xview/Makefile Thu Oct 5 11:49:44 2017 (r451303) +++ head/x11-toolkits/xview/Makefile Thu Oct 5 11:54:23 2017 (r451304) @@ -35,8 +35,6 @@ X11BASE2FIX= clients/olwmslave/help_file.c lib/libxvie OPTIONS_DEFINE= DOCS -.include - post-extract: @${MV} ${WRKSRC}/xview.man ${WRKSRC}/XView.man @@ -60,12 +58,12 @@ pre-install: @${FIND} ${WRKSRC}/config ${WRKSRC}/fonts -type f -name Makefile | ${XARGS} ${REINPLACE_CMD} -e '/PROJECTROOT = /!s+${PREFIX}+${STAGEDIR}${PREFIX}+g' post-install: -.if ${PORT_OPTIONS:MDOCS} - @(cd ${WRKSRC}/doc; ${MAKE} install) -.endif @${RM} ${STAGEDIR}${PREFIX}/lib/help/clock.info @${RM} ${STAGEDIR}${PREFIX}/lib/help/olwm.info @${RM} ${STAGEDIR}${PREFIX}/lib/help/props.info @${RM} ${STAGEDIR}${PREFIX}/lib/help/textedit.info -.include +post-install-DOCS-on: + @(cd ${WRKSRC}/doc; ${MAKE} install) + +.include From owner-svn-ports-all@freebsd.org Thu Oct 5 12:25:12 2017 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 39387E3744B; Thu, 5 Oct 2017 12:25:12 +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 0691B6EEDE; Thu, 5 Oct 2017 12:25:11 +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 v95CPBKY040008; Thu, 5 Oct 2017 12:25:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95CPBhe040007; Thu, 5 Oct 2017 12:25:11 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710051225.v95CPBhe040007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Oct 2017 12:25:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451305 - head/devel/xorg-macros X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/devel/xorg-macros X-SVN-Commit-Revision: 451305 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 12:25:12 -0000 Author: bapt Date: Thu Oct 5 12:25:10 2017 New Revision: 451305 URL: https://svnweb.freebsd.org/changeset/ports/451305 Log: Add license Modified: head/devel/xorg-macros/Makefile Modified: head/devel/xorg-macros/Makefile ============================================================================== --- head/devel/xorg-macros/Makefile Thu Oct 5 11:54:23 2017 (r451304) +++ head/devel/xorg-macros/Makefile Thu Oct 5 12:25:10 2017 (r451305) @@ -9,6 +9,8 @@ DISTNAME= util-macros-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT= X.Org development aclocal macros +LICENSE= MIT + XORG_CAT= util MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" From owner-svn-ports-all@freebsd.org Thu Oct 5 12:26:01 2017 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 3BCC7E37551; Thu, 5 Oct 2017 12:26:01 +0000 (UTC) (envelope-from madpilot@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 F41D06F1C6; Thu, 5 Oct 2017 12:26:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95CQ0GS040276; Thu, 5 Oct 2017 12:26:00 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95CPxax040268; Thu, 5 Oct 2017 12:25:59 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201710051225.v95CPxax040268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 5 Oct 2017 12:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451306 - in head/net: asterisk13 pjsip pjsip/files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/net: asterisk13 pjsip pjsip/files X-SVN-Commit-Revision: 451306 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 12:26:01 -0000 Author: madpilot Date: Thu Oct 5 12:25:59 2017 New Revision: 451306 URL: https://svnweb.freebsd.org/changeset/ports/451306 Log: - Update net/pjsip to 2.7 - Bump PORTVERSION on asterisk13 port to avoid ABI problems - While here, sort the plist Deleted: head/net/pjsip/files/patch-pjsip_src_pjsip_sip__multipart.c head/net/pjsip/files/patch-pjsip_src_pjsip_sip__transaction.c Modified: head/net/asterisk13/Makefile head/net/pjsip/Makefile head/net/pjsip/distinfo head/net/pjsip/pkg-plist Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Thu Oct 5 12:25:10 2017 (r451305) +++ head/net/asterisk13/Makefile Thu Oct 5 12:25:59 2017 (r451306) @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 13.17.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: head/net/pjsip/Makefile ============================================================================== --- head/net/pjsip/Makefile Thu Oct 5 12:25:10 2017 (r451305) +++ head/net/pjsip/Makefile Thu Oct 5 12:25:59 2017 (r451306) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pjsip -PORTVERSION= 2.6 -PORTREVISION= 2 +PORTVERSION= 2.7 CATEGORIES= net MASTER_SITES= http://www.pjsip.org/release/${PORTVERSION}/ DISTNAME= pjproject-${DISTVERSION} Modified: head/net/pjsip/distinfo ============================================================================== --- head/net/pjsip/distinfo Thu Oct 5 12:25:10 2017 (r451305) +++ head/net/pjsip/distinfo Thu Oct 5 12:25:59 2017 (r451306) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486460881 -SHA256 (pjproject-2.6.tar.bz2) = 2f5a1da1c174d845871c758bd80fbb580fca7799d3cfaa0d3c4e082b5161c7b4 -SIZE (pjproject-2.6.tar.bz2) = 4933273 +TIMESTAMP = 1507196337 +SHA256 (pjproject-2.7.tar.bz2) = 1c80621a11c39151b3c2511f06abc8ef031fc712bb2f9e9923b5301b04b28f6b +SIZE (pjproject-2.7.tar.bz2) = 4875407 Modified: head/net/pjsip/pkg-plist ============================================================================== --- head/net/pjsip/pkg-plist Thu Oct 5 12:25:10 2017 (r451305) +++ head/net/pjsip/pkg-plist Thu Oct 5 12:25:59 2017 (r451306) @@ -1,16 +1,5 @@ -include/pj++/file.hpp -include/pj++/hash.hpp -include/pj++/list.hpp -include/pj++/lock.hpp -include/pj++/os.hpp -include/pj++/pool.hpp -include/pj++/proactor.hpp -include/pj++/scanner.hpp -include/pj++/sock.hpp -include/pj++/string.hpp -include/pj++/timer.hpp -include/pj++/tree.hpp -include/pj++/types.hpp +%%PJSUA%%bin/pjsua +%%PJSUA%%bin/pjsystest include/pj/activesock.h include/pj/addr_resolv.h include/pj/array.h @@ -38,14 +27,14 @@ include/pj/compat/malloc.h include/pj/compat/os_auto.h include/pj/compat/os_auto.h.in include/pj/compat/os_darwinos.h -include/pj/compat/os_linux.h include/pj/compat/os_linux_kernel.h +include/pj/compat/os_linux.h include/pj/compat/os_palmos.h include/pj/compat/os_rtems.h include/pj/compat/os_sunos.h include/pj/compat/os_symbian.h -include/pj/compat/os_win32.h include/pj/compat/os_win32_wince.h +include/pj/compat/os_win32.h include/pj/compat/os_winphone8.h include/pj/compat/os_winuwp.h include/pj/compat/rand.h @@ -56,9 +45,9 @@ include/pj/compat/stdarg.h include/pj/compat/stdfileio.h include/pj/compat/string.h include/pj/compat/time.h -include/pj/config.h -include/pj/config_site.h include/pj/config_site_sample.h +include/pj/config_site.h +include/pj/config.h include/pj/ctype.h include/pj/doxygen.h include/pj/errno.h @@ -70,38 +59,50 @@ include/pj/guid.h include/pj/hash.h include/pj/ioqueue.h include/pj/ip_helper.h -include/pj/list.h include/pj/list_i.h +include/pj/list.h include/pj/lock.h include/pj/log.h include/pj/math.h include/pj/os.h -include/pj/pool.h include/pj/pool_alt.h include/pj/pool_buf.h include/pj/pool_i.h +include/pj/pool.h include/pj/rand.h include/pj/rbtree.h -include/pj/sock.h include/pj/sock_qos.h include/pj/sock_select.h +include/pj/sock.h include/pj/ssl_sock.h -include/pj/string.h include/pj/string_i.h +include/pj/string.h include/pj/timer.h include/pj/types.h include/pj/unicode.h -include/pjlib++.hpp +include/pj++/file.hpp +include/pj++/hash.hpp +include/pj++/list.hpp +include/pj++/lock.hpp +include/pj++/os.hpp +include/pj++/pool.hpp +include/pj++/proactor.hpp +include/pj++/scanner.hpp +include/pj++/sock.hpp +include/pj++/string.hpp +include/pj++/timer.hpp +include/pj++/tree.hpp +include/pj++/types.hpp include/pjlib-util.h include/pjlib-util/base64.h -include/pjlib-util/cli.h include/pjlib-util/cli_console.h include/pjlib-util/cli_imp.h include/pjlib-util/cli_telnet.h +include/pjlib-util/cli.h include/pjlib-util/config.h include/pjlib-util/crc32.h -include/pjlib-util/dns.h include/pjlib-util/dns_server.h +include/pjlib-util/dns.h include/pjlib-util/errno.h include/pjlib-util/getopt.h include/pjlib-util/hmac_md5.h @@ -111,9 +112,9 @@ include/pjlib-util/json.h include/pjlib-util/md5.h include/pjlib-util/pcap.h include/pjlib-util/resolver.h -include/pjlib-util/scanner.h include/pjlib-util/scanner_cis_bitwise.h include/pjlib-util/scanner_cis_uint.h +include/pjlib-util/scanner.h include/pjlib-util/sha1.h include/pjlib-util/srv_resolver.h include/pjlib-util/string.h @@ -121,8 +122,11 @@ include/pjlib-util/stun_simple.h include/pjlib-util/types.h include/pjlib-util/xml.h include/pjlib.h -include/pjmedia-audiodev/audiodev.h +include/pjlib++.hpp +include/pjmedia_audiodev.h +include/pjmedia_videodev.h include/pjmedia-audiodev/audiodev_imp.h +include/pjmedia-audiodev/audiodev.h include/pjmedia-audiodev/audiotest.h include/pjmedia-audiodev/config.h include/pjmedia-audiodev/errno.h @@ -130,13 +134,14 @@ include/pjmedia-codec.h include/pjmedia-codec/amr_helper.h include/pjmedia-codec/amr_sdp_match.h include/pjmedia-codec/audio_codecs.h -include/pjmedia-codec/config.h +include/pjmedia-codec/bcg729.h include/pjmedia-codec/config_auto.h include/pjmedia-codec/config_auto.h.in +include/pjmedia-codec/config.h include/pjmedia-codec/ffmpeg_vid_codecs.h include/pjmedia-codec/g722.h -include/pjmedia-codec/g7221.h include/pjmedia-codec/g7221_sdp_match.h +include/pjmedia-codec/g7221.h include/pjmedia-codec/gsm.h include/pjmedia-codec/h263_packetizer.h include/pjmedia-codec/h264_packetizer.h @@ -150,30 +155,31 @@ include/pjmedia-codec/passthrough.h include/pjmedia-codec/silk.h include/pjmedia-codec/speex.h include/pjmedia-codec/types.h +include/pjmedia-codec/vid_toolbox.h include/pjmedia-videodev/avi_dev.h include/pjmedia-videodev/config.h include/pjmedia-videodev/errno.h include/pjmedia-videodev/opengl_dev.h -include/pjmedia-videodev/videodev.h include/pjmedia-videodev/videodev_imp.h +include/pjmedia-videodev/videodev.h include/pjmedia.h include/pjmedia/alaw_ulaw.h include/pjmedia/audiodev.h -include/pjmedia/avi.h include/pjmedia/avi_stream.h +include/pjmedia/avi.h include/pjmedia/bidirectional.h include/pjmedia/circbuf.h include/pjmedia/clock.h include/pjmedia/codec.h include/pjmedia/conference.h -include/pjmedia/config.h include/pjmedia/config_auto.h include/pjmedia/config_auto.h.in +include/pjmedia/config.h include/pjmedia/converter.h include/pjmedia/delaybuf.h include/pjmedia/doxygen.h -include/pjmedia/echo.h include/pjmedia/echo_port.h +include/pjmedia/echo.h include/pjmedia/endpoint.h include/pjmedia/errno.h include/pjmedia/event.h @@ -187,31 +193,31 @@ include/pjmedia/null_port.h include/pjmedia/plc.h include/pjmedia/port.h include/pjmedia/resample.h -include/pjmedia/rtcp.h include/pjmedia/rtcp_xr.h +include/pjmedia/rtcp.h include/pjmedia/rtp.h -include/pjmedia/sdp.h include/pjmedia/sdp_neg.h +include/pjmedia/sdp.h include/pjmedia/session.h include/pjmedia/signatures.h include/pjmedia/silencedet.h -include/pjmedia/sound.h include/pjmedia/sound_port.h +include/pjmedia/sound.h include/pjmedia/splitcomb.h include/pjmedia/stereo.h -include/pjmedia/stream.h include/pjmedia/stream_common.h +include/pjmedia/stream.h include/pjmedia/symbian_sound_aps.h include/pjmedia/tonegen.h -include/pjmedia/transport.h include/pjmedia/transport_adapter_sample.h include/pjmedia/transport_ice.h include/pjmedia/transport_loop.h include/pjmedia/transport_srtp.h include/pjmedia/transport_udp.h +include/pjmedia/transport.h include/pjmedia/types.h -include/pjmedia/vid_codec.h include/pjmedia/vid_codec_util.h +include/pjmedia/vid_codec.h include/pjmedia/vid_port.h include/pjmedia/vid_stream.h include/pjmedia/vid_tee.h @@ -220,8 +226,6 @@ include/pjmedia/wav_playlist.h include/pjmedia/wav_port.h include/pjmedia/wave.h include/pjmedia/wsola.h -include/pjmedia_audiodev.h -include/pjmedia_videodev.h include/pjnath.h include/pjnath/config.h include/pjnath/errno.h @@ -237,9 +241,12 @@ include/pjnath/stun_transaction.h include/pjnath/turn_session.h include/pjnath/turn_sock.h include/pjnath/types.h +include/pjsip_auth.h +include/pjsip_simple.h +include/pjsip_ua.h include/pjsip-simple/errno.h -include/pjsip-simple/evsub.h include/pjsip-simple/evsub_msg.h +include/pjsip-simple/evsub.h include/pjsip-simple/iscomposing.h include/pjsip-simple/mwi.h include/pjsip-simple/pidf.h @@ -256,10 +263,10 @@ include/pjsip-ua/sip_timer.h include/pjsip-ua/sip_xfer.h include/pjsip.h include/pjsip/print_util.h -include/pjsip/sip_auth.h include/pjsip/sip_auth_aka.h include/pjsip/sip_auth_msg.h include/pjsip/sip_auth_parser.h +include/pjsip/sip_auth.h include/pjsip/sip_autoconf.h include/pjsip/sip_autoconf.h.in include/pjsip/sip_config.h @@ -275,20 +282,17 @@ include/pjsip/sip_private.h include/pjsip/sip_resolve.h include/pjsip/sip_tel_uri.h include/pjsip/sip_transaction.h -include/pjsip/sip_transport.h include/pjsip/sip_transport_loop.h include/pjsip/sip_transport_tcp.h include/pjsip/sip_transport_tls.h include/pjsip/sip_transport_udp.h +include/pjsip/sip_transport.h include/pjsip/sip_types.h include/pjsip/sip_ua_layer.h include/pjsip/sip_uri.h include/pjsip/sip_util.h -include/pjsip_auth.h -include/pjsip_simple.h -include/pjsip_ua.h -include/pjsua-lib/pjsua.h include/pjsua-lib/pjsua_internal.h +include/pjsua-lib/pjsua.h include/pjsua.h include/pjsua2.hpp include/pjsua2/account.hpp @@ -344,9 +348,6 @@ lib/libpjsua-%%CONFIGURE_TARGET%%.a lib/libpjsua2-%%CONFIGURE_TARGET%%.a %%SHARED%%lib/libpjsua2.so %%SHARED%%lib/libpjsua2.so.2 -%%SHARED%%%%VIDEO%%lib/libyuv.so -%%SHARED%%%%VIDEO%%lib/libyuv.so.2 -%%VIDEO%%lib/libyuv-%%CONFIGURE_TARGET%%.a %%NO_SAMPLERATE%%%%RESAMPLE%%lib/libresample-%%CONFIGURE_TARGET%%.a %%NO_SAMPLERATE%%%%RESAMPLE%%%%RESAMPLEDLL%%lib/libresample.so %%NO_SAMPLERATE%%%%RESAMPLE%%%%RESAMPLEDLL%%lib/libresample.so.2 @@ -356,6 +357,7 @@ lib/libpjsua2-%%CONFIGURE_TARGET%%.a %%WEBRTC%%lib/libwebrtc-%%CONFIGURE_TARGET%%.a %%WEBRTC%%%%SHARED%%lib/libwebrtc.so %%WEBRTC%%%%SHARED%%lib/libwebrtc.so.2 +%%SHARED%%%%VIDEO%%lib/libyuv.so +%%SHARED%%%%VIDEO%%lib/libyuv.so.2 +%%VIDEO%%lib/libyuv-%%CONFIGURE_TARGET%%.a libdata/pkgconfig/libpjproject.pc -%%PJSUA%%bin/pjsua -%%PJSUA%%bin/pjsystest From owner-svn-ports-all@freebsd.org Thu Oct 5 12:38:41 2017 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 D3387E37B8C; Thu, 5 Oct 2017 12:38:41 +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 9B3116FB4D; Thu, 5 Oct 2017 12:38:41 +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 v95Cce1o044712; Thu, 5 Oct 2017 12:38:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95Ccevb044711; Thu, 5 Oct 2017 12:38:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710051238.v95Ccevb044711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Oct 2017 12:38:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451307 - head/multimedia/libkate X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/multimedia/libkate X-SVN-Commit-Revision: 451307 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 12:38:42 -0000 Author: bapt Date: Thu Oct 5 12:38:40 2017 New Revision: 451307 URL: https://svnweb.freebsd.org/changeset/ports/451307 Log: Switch the gui from wxPython2.8 to 3.0, beside using some deprecated but still working class, it works fine. While here: Fix shebang Modified: head/multimedia/libkate/Makefile Modified: head/multimedia/libkate/Makefile ============================================================================== --- head/multimedia/libkate/Makefile Thu Oct 5 12:25:59 2017 (r451306) +++ head/multimedia/libkate/Makefile Thu Oct 5 12:38:40 2017 (r451307) @@ -3,7 +3,7 @@ PORTNAME= libkate PORTVERSION= 0.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/kate/ @@ -40,9 +40,10 @@ CONFIGURE_ARGS+= --disable-doc .if ${PORT_OPTIONS:MKATEDJ} RUN_DEPENDS= ${LOCALBASE}/bin/oggz:audio/liboggz -USES+= python -USE_WX= 2.8 -WX_COMPS= wx contrib python:lib +USES+= python shebangfix +SHEBANG_FILES= tools/KateDJ/KateDJ +USE_WX= 3.0+ +WX_COMPS= wx python:lib MANPAGE+= KateDJ.1 PLIST_SUB+= KATEDJ="" .else From owner-svn-ports-all@freebsd.org Thu Oct 5 12:45:06 2017 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 D91F3E37E00; Thu, 5 Oct 2017 12:45:06 +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 A5A846FFEE; Thu, 5 Oct 2017 12:45:06 +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 v95Cj5ED048673; Thu, 5 Oct 2017 12:45:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95Cj5nj048671; Thu, 5 Oct 2017 12:45:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710051245.v95Cj5nj048671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Oct 2017 12:45:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451308 - head/editors/madedit X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/editors/madedit X-SVN-Commit-Revision: 451308 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 12:45:07 -0000 Author: bapt Date: Thu Oct 5 12:45:05 2017 New Revision: 451308 URL: https://svnweb.freebsd.org/changeset/ports/451308 Log: Cannot build with recent version of wxgtk, mark it as such Modified: head/editors/madedit/Makefile Modified: head/editors/madedit/Makefile ============================================================================== --- head/editors/madedit/Makefile Thu Oct 5 12:38:40 2017 (r451307) +++ head/editors/madedit/Makefile Thu Oct 5 12:45:05 2017 (r451308) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs USES= gettext pkgconfig dos2unix desktop-file-utils -USE_WX= 2.8+ +USE_WX= 2.8 USE_XORG= x11 GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Thu Oct 5 13:09:19 2017 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 6D6A1E385F9; Thu, 5 Oct 2017 13:09:19 +0000 (UTC) (envelope-from tobik@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 E27DB70C8D; Thu, 5 Oct 2017 13:09:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95D9HEY057421; Thu, 5 Oct 2017 13:09:17 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95D9HS6057416; Thu, 5 Oct 2017 13:09:17 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710051309.v95D9HS6057416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 5 Oct 2017 13:09:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451309 - in head/graphics/aseprite: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/graphics/aseprite: . files X-SVN-Commit-Revision: 451309 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 13:09:19 -0000 Author: tobik Date: Thu Oct 5 13:09:17 2017 New Revision: 451309 URL: https://svnweb.freebsd.org/changeset/ports/451309 Log: graphics/aseprite: Fix conflict with textproc/cmark Link with libcmark from textproc/cmark instead of using the embedded cmark version and stop installing files that textproc/cmark already provides. PR: 222787 Reported by: rodrigo Approved by: Yuri Victorovich (maintainer) MFH: 2017Q4 Added: head/graphics/aseprite/files/patch-third__party_CMakeLists.txt (contents, props changed) Modified: head/graphics/aseprite/Makefile head/graphics/aseprite/distinfo head/graphics/aseprite/pkg-plist Modified: head/graphics/aseprite/Makefile ============================================================================== --- head/graphics/aseprite/Makefile Thu Oct 5 12:45:05 2017 (r451308) +++ head/graphics/aseprite/Makefile Thu Oct 5 13:09:17 2017 (r451309) @@ -4,7 +4,7 @@ PORTNAME= aseprite PORTVERSION= 1.1.13 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= yuri@rawbw.com @@ -21,7 +21,8 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ libgif.so:graphics/giflib \ libcurl.so:ftp/curl \ - libtinyxml.so:textproc/tinyxml + libtinyxml.so:textproc/tinyxml \ + libcmark.so:textproc/cmark BROKEN_aarch64= fails to compile: undefined reference to __va_copy BROKEN_armv6= fails to compile: undefined reference to __va_copy @@ -37,7 +38,6 @@ USE_GITHUB= yes GH_TUPLE= aseprite:clip:926e3cf:clip/src/clip GH_TUPLE+= aseprite:flic:65a6072:flic/src/flic GH_TUPLE+= aseprite:gtest:d63c625:gtest/third_party/gtest -GH_TUPLE+= aseprite:cmark:5255e2d:cmark/third_party/cmark GH_TUPLE+= aseprite:simpleini:0687587:simpleini/third_party/simpleini GH_TUPLE+= aseprite:duktape:0de771c:duktape/third_party/duktape GH_TUPLE+= aseprite:undo:f39b188:undo/src/undo @@ -71,12 +71,9 @@ post-extract: @${MKDIR} ${WRKSRC}/third_party/pixman/pixman @${CP} `${MAKE} -C ${PORTSDIR}/x11/pixman -V WRKSRC`/pixman/pixman-combine32.h \ ${WRKSRC}/third_party/pixman/pixman/ - @${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ - ${WRKDIR}/cmark-*/src/CMakeLists.txt - @${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_MANDIR}|${PREFIX}/man|' \ - ${WRKDIR}/cmark-*/man/CMakeLists.txt post-patch: @${REINPLACE_CMD} -e 's|1.1.6-dev|${PORTVERSION}|' ${WRKSRC}/src/config.h ${WRKSRC}/data/gui.xml + @${REINPLACE_CMD} 's|libcmark_static|cmark|' ${WRKSRC}/src/app/CMakeLists.txt .include Modified: head/graphics/aseprite/distinfo ============================================================================== --- head/graphics/aseprite/distinfo Thu Oct 5 12:45:05 2017 (r451308) +++ head/graphics/aseprite/distinfo Thu Oct 5 13:09:17 2017 (r451309) @@ -7,8 +7,6 @@ SHA256 (aseprite-flic-65a6072_GH0.tar.gz) = 659ccc0120 SIZE (aseprite-flic-65a6072_GH0.tar.gz) = 6558 SHA256 (aseprite-gtest-d63c625_GH0.tar.gz) = 9f8be975b8672f7e2e14053744bc9433aa8d0f613378ca1a9ab99ac87ba11a39 SIZE (aseprite-gtest-d63c625_GH0.tar.gz) = 989187 -SHA256 (aseprite-cmark-5255e2d_GH0.tar.gz) = c73f003354cd58c60cf963ae202c31c41e4baf450970fe9861a1acc425273d4c -SIZE (aseprite-cmark-5255e2d_GH0.tar.gz) = 222772 SHA256 (aseprite-simpleini-0687587_GH0.tar.gz) = 136c942b13809f3bd3f1ff3bdcc160039217a7006d052e5f005f38a0bd80174b SIZE (aseprite-simpleini-0687587_GH0.tar.gz) = 54947 SHA256 (aseprite-duktape-0de771c_GH0.tar.gz) = 6983173676090b750f866ace66e1462ed1e59619632906abc26804f2e43445a7 Added: head/graphics/aseprite/files/patch-third__party_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aseprite/files/patch-third__party_CMakeLists.txt Thu Oct 5 13:09:17 2017 (r451309) @@ -0,0 +1,24 @@ +--- third_party/CMakeLists.txt.orig 2017-10-04 18:41:08 UTC ++++ third_party/CMakeLists.txt +@@ -86,21 +86,3 @@ if(NOT USE_SHARED_FREETYPE) + endif() + + add_subdirectory(simpleini) +- +-# Add cmark without tests +-set(CMARK_TESTS OFF CACHE BOOL "Build cmark tests and enable testing") +-add_subdirectory(cmark) +-set(cmark_headers +- ${CMAKE_CURRENT_SOURCE_DIR}/cmark/src/cmark.h +- ${CMAKE_CURRENT_BINARY_DIR}/cmark/src/cmark_export.h +- ${CMAKE_CURRENT_BINARY_DIR}/cmark/src/cmark_version.h) +-foreach(fn ${cmark_headers}) +- get_filename_component(fn_name "${fn}" NAME) +- add_custom_command( +- OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/cmark/${fn_name} +- COMMAND ${CMAKE_COMMAND} -E copy ${fn} ${CMAKE_CURRENT_BINARY_DIR}/cmark/${fn_name} +- MAIN_DEPENDENCY ${fn}) +- list(APPEND copy_cmark_headers ${CMAKE_CURRENT_BINARY_DIR}/cmark/${fn_name}) +-endforeach() +-add_custom_target(copy_cmark_headers DEPENDS ${copy_cmark_headers}) +-add_dependencies(libcmark_static copy_cmark_headers) Modified: head/graphics/aseprite/pkg-plist ============================================================================== --- head/graphics/aseprite/pkg-plist Thu Oct 5 12:45:05 2017 (r451308) +++ head/graphics/aseprite/pkg-plist Thu Oct 5 13:09:17 2017 (r451309) @@ -1,16 +1,4 @@ bin/aseprite -bin/cmark -include/cmark.h -include/cmark_export.h -include/cmark_version.h -lib/cmake/cmark-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/cmark.cmake -lib/libcmark.a -lib/libcmark.so -lib/libcmark.so.0.27.1 -libdata/pkgconfig/libcmark.pc -man/man1/cmark.1.gz -man/man3/cmark.3.gz %%DATADIR%%/data/convmatr.def %%DATADIR%%/data/fonts/allegro.pcx %%DATADIR%%/data/fonts/anipro_fixed.pcx From owner-svn-ports-all@freebsd.org Thu Oct 5 13:39:46 2017 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 A35F3E38FA8; Thu, 5 Oct 2017 13:39:46 +0000 (UTC) (envelope-from girgen@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 6374A71DD4; Thu, 5 Oct 2017 13:39:46 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95DdjwC070135; Thu, 5 Oct 2017 13:39:45 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95DdjBN070133; Thu, 5 Oct 2017 13:39:45 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201710051339.v95DdjBN070133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 5 Oct 2017 13:39:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451310 - head/databases/postgresql10-server X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/databases/postgresql10-server X-SVN-Commit-Revision: 451310 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 13:39:46 -0000 Author: girgen Date: Thu Oct 5 13:39:45 2017 New Revision: 451310 URL: https://svnweb.freebsd.org/changeset/ports/451310 Log: PostgreSQL 10 Released! Some highlights: Logical Replication - A publish/subscribe framework for distributing data Declarative Table Partitioning - Convenience in dividing your data Improved Query Parallelism - Quickly conquer your analysis Quorum Commit for Synchronous Replication - Distribute data with confidence SCRAM-SHA-256 authentication - Secure your data access URL: https://www.postgresql.org/about/news/1786/ Modified: head/databases/postgresql10-server/Makefile head/databases/postgresql10-server/distinfo Modified: head/databases/postgresql10-server/Makefile ============================================================================== --- head/databases/postgresql10-server/Makefile Thu Oct 5 13:09:17 2017 (r451309) +++ head/databases/postgresql10-server/Makefile Thu Oct 5 13:39:45 2017 (r451310) @@ -1,9 +1,9 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 10rc1 +DISTVERSION?= 10.0 PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} -PORTREVISION?= 1 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql10-server/distinfo ============================================================================== --- head/databases/postgresql10-server/distinfo Thu Oct 5 13:09:17 2017 (r451309) +++ head/databases/postgresql10-server/distinfo Thu Oct 5 13:39:45 2017 (r451310) @@ -1,5 +1,3 @@ -TIMESTAMP = 1505926503 -SHA256 (postgresql/postgresql-10rc1.tar.bz2) = ebdb44dccb64a31c9c524f996121e7d58c21045826d6c36e3a5ea46afbb2445b -SIZE (postgresql/postgresql-10rc1.tar.bz2) = 19631683 -SHA256 (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 2f9c831b3dff866f0b2f6f2a9ef771a4045486bc252a851aadc73c50d376319d -SIZE (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 5587 +TIMESTAMP = 1507019634 +SHA256 (postgresql/postgresql-10.0.tar.bz2) = 712f5592e27b81c5b454df96b258c14d94b6b03836831e015c65d6deeae57fd1 +SIZE (postgresql/postgresql-10.0.tar.bz2) = 19639147 From owner-svn-ports-all@freebsd.org Thu Oct 5 13:48:16 2017 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 D2AE7E3939E; Thu, 5 Oct 2017 13:48:16 +0000 (UTC) (envelope-from tobik@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 AEFD87239E; Thu, 5 Oct 2017 13:48:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95DmFIb074254; Thu, 5 Oct 2017 13:48:15 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95DmFxj074250; Thu, 5 Oct 2017 13:48:15 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710051348.v95DmFxj074250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 5 Oct 2017 13:48:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451311 - in branches/2017Q4/graphics/aseprite: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in branches/2017Q4/graphics/aseprite: . files X-SVN-Commit-Revision: 451311 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 13:48:16 -0000 Author: tobik Date: Thu Oct 5 13:48:15 2017 New Revision: 451311 URL: https://svnweb.freebsd.org/changeset/ports/451311 Log: MFH: r451309 graphics/aseprite: Fix conflict with textproc/cmark Link with libcmark from textproc/cmark instead of using the embedded cmark version and stop installing files that textproc/cmark already provides. PR: 222787 Reported by: rodrigo Approved by: Yuri Victorovich (maintainer) Approved by: ports-secteam blanket Added: branches/2017Q4/graphics/aseprite/files/patch-third__party_CMakeLists.txt - copied unchanged from r451309, head/graphics/aseprite/files/patch-third__party_CMakeLists.txt Modified: branches/2017Q4/graphics/aseprite/Makefile branches/2017Q4/graphics/aseprite/distinfo branches/2017Q4/graphics/aseprite/pkg-plist Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/graphics/aseprite/Makefile ============================================================================== --- branches/2017Q4/graphics/aseprite/Makefile Thu Oct 5 13:39:45 2017 (r451310) +++ branches/2017Q4/graphics/aseprite/Makefile Thu Oct 5 13:48:15 2017 (r451311) @@ -4,7 +4,7 @@ PORTNAME= aseprite PORTVERSION= 1.1.13 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= yuri@rawbw.com @@ -21,7 +21,8 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ libgif.so:graphics/giflib \ libcurl.so:ftp/curl \ - libtinyxml.so:textproc/tinyxml + libtinyxml.so:textproc/tinyxml \ + libcmark.so:textproc/cmark BROKEN_aarch64= fails to compile: undefined reference to __va_copy BROKEN_armv6= fails to compile: undefined reference to __va_copy @@ -37,7 +38,6 @@ USE_GITHUB= yes GH_TUPLE= aseprite:clip:926e3cf:clip/src/clip GH_TUPLE+= aseprite:flic:65a6072:flic/src/flic GH_TUPLE+= aseprite:gtest:d63c625:gtest/third_party/gtest -GH_TUPLE+= aseprite:cmark:5255e2d:cmark/third_party/cmark GH_TUPLE+= aseprite:simpleini:0687587:simpleini/third_party/simpleini GH_TUPLE+= aseprite:duktape:0de771c:duktape/third_party/duktape GH_TUPLE+= aseprite:undo:f39b188:undo/src/undo @@ -71,12 +71,9 @@ post-extract: @${MKDIR} ${WRKSRC}/third_party/pixman/pixman @${CP} `${MAKE} -C ${PORTSDIR}/x11/pixman -V WRKSRC`/pixman/pixman-combine32.h \ ${WRKSRC}/third_party/pixman/pixman/ - @${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ - ${WRKDIR}/cmark-*/src/CMakeLists.txt - @${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_MANDIR}|${PREFIX}/man|' \ - ${WRKDIR}/cmark-*/man/CMakeLists.txt post-patch: @${REINPLACE_CMD} -e 's|1.1.6-dev|${PORTVERSION}|' ${WRKSRC}/src/config.h ${WRKSRC}/data/gui.xml + @${REINPLACE_CMD} 's|libcmark_static|cmark|' ${WRKSRC}/src/app/CMakeLists.txt .include Modified: branches/2017Q4/graphics/aseprite/distinfo ============================================================================== --- branches/2017Q4/graphics/aseprite/distinfo Thu Oct 5 13:39:45 2017 (r451310) +++ branches/2017Q4/graphics/aseprite/distinfo Thu Oct 5 13:48:15 2017 (r451311) @@ -7,8 +7,6 @@ SHA256 (aseprite-flic-65a6072_GH0.tar.gz) = 659ccc0120 SIZE (aseprite-flic-65a6072_GH0.tar.gz) = 6558 SHA256 (aseprite-gtest-d63c625_GH0.tar.gz) = 9f8be975b8672f7e2e14053744bc9433aa8d0f613378ca1a9ab99ac87ba11a39 SIZE (aseprite-gtest-d63c625_GH0.tar.gz) = 989187 -SHA256 (aseprite-cmark-5255e2d_GH0.tar.gz) = c73f003354cd58c60cf963ae202c31c41e4baf450970fe9861a1acc425273d4c -SIZE (aseprite-cmark-5255e2d_GH0.tar.gz) = 222772 SHA256 (aseprite-simpleini-0687587_GH0.tar.gz) = 136c942b13809f3bd3f1ff3bdcc160039217a7006d052e5f005f38a0bd80174b SIZE (aseprite-simpleini-0687587_GH0.tar.gz) = 54947 SHA256 (aseprite-duktape-0de771c_GH0.tar.gz) = 6983173676090b750f866ace66e1462ed1e59619632906abc26804f2e43445a7 Copied: branches/2017Q4/graphics/aseprite/files/patch-third__party_CMakeLists.txt (from r451309, head/graphics/aseprite/files/patch-third__party_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q4/graphics/aseprite/files/patch-third__party_CMakeLists.txt Thu Oct 5 13:48:15 2017 (r451311, copy of r451309, head/graphics/aseprite/files/patch-third__party_CMakeLists.txt) @@ -0,0 +1,24 @@ +--- third_party/CMakeLists.txt.orig 2017-10-04 18:41:08 UTC ++++ third_party/CMakeLists.txt +@@ -86,21 +86,3 @@ if(NOT USE_SHARED_FREETYPE) + endif() + + add_subdirectory(simpleini) +- +-# Add cmark without tests +-set(CMARK_TESTS OFF CACHE BOOL "Build cmark tests and enable testing") +-add_subdirectory(cmark) +-set(cmark_headers +- ${CMAKE_CURRENT_SOURCE_DIR}/cmark/src/cmark.h +- ${CMAKE_CURRENT_BINARY_DIR}/cmark/src/cmark_export.h +- ${CMAKE_CURRENT_BINARY_DIR}/cmark/src/cmark_version.h) +-foreach(fn ${cmark_headers}) +- get_filename_component(fn_name "${fn}" NAME) +- add_custom_command( +- OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/cmark/${fn_name} +- COMMAND ${CMAKE_COMMAND} -E copy ${fn} ${CMAKE_CURRENT_BINARY_DIR}/cmark/${fn_name} +- MAIN_DEPENDENCY ${fn}) +- list(APPEND copy_cmark_headers ${CMAKE_CURRENT_BINARY_DIR}/cmark/${fn_name}) +-endforeach() +-add_custom_target(copy_cmark_headers DEPENDS ${copy_cmark_headers}) +-add_dependencies(libcmark_static copy_cmark_headers) Modified: branches/2017Q4/graphics/aseprite/pkg-plist ============================================================================== --- branches/2017Q4/graphics/aseprite/pkg-plist Thu Oct 5 13:39:45 2017 (r451310) +++ branches/2017Q4/graphics/aseprite/pkg-plist Thu Oct 5 13:48:15 2017 (r451311) @@ -1,16 +1,4 @@ bin/aseprite -bin/cmark -include/cmark.h -include/cmark_export.h -include/cmark_version.h -lib/cmake/cmark-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/cmark.cmake -lib/libcmark.a -lib/libcmark.so -lib/libcmark.so.0.27.1 -libdata/pkgconfig/libcmark.pc -man/man1/cmark.1.gz -man/man3/cmark.3.gz %%DATADIR%%/data/convmatr.def %%DATADIR%%/data/fonts/allegro.pcx %%DATADIR%%/data/fonts/anipro_fixed.pcx From owner-svn-ports-all@freebsd.org Thu Oct 5 13:53:41 2017 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 97DADE395F5; Thu, 5 Oct 2017 13:53:41 +0000 (UTC) (envelope-from tobik@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 72435727DC; Thu, 5 Oct 2017 13:53:41 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95DreTk078318; Thu, 5 Oct 2017 13:53:40 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95DreYb078315; Thu, 5 Oct 2017 13:53:40 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710051353.v95DreYb078315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 5 Oct 2017 13:53:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451312 - head/lang/gcc6-aux X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/lang/gcc6-aux X-SVN-Commit-Revision: 451312 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 13:53:41 -0000 Author: tobik Date: Thu Oct 5 13:53:40 2017 New Revision: 451312 URL: https://svnweb.freebsd.org/changeset/ports/451312 Log: lang/gcc6-aux: Update to 20170802 snapshot [1] - Make sure gmake can be found during the build when PREFIX is different from LOCALBASE [1] - This also fixes fetching the port since the 20170202 snapshot is gone from a lot of mirrors [2] PR: 221883 [1, 2], 222133 [2] Submitted by: frederic.praca@free.fr (based on) [1] Reported by: mayhem30@gmail.com [2] MFH: 2017Q4 Modified: head/lang/gcc6-aux/Makefile head/lang/gcc6-aux/Makefile.version head/lang/gcc6-aux/distinfo Modified: head/lang/gcc6-aux/Makefile ============================================================================== --- head/lang/gcc6-aux/Makefile Thu Oct 5 13:48:15 2017 (r451311) +++ head/lang/gcc6-aux/Makefile Thu Oct 5 13:53:40 2017 (r451312) @@ -7,7 +7,7 @@ PORTREVISION= ${MAIN_PR} CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/:boot \ LOCAL/marino:boot GCC/${MS_SUBDIR} -DISTFILES= ${IDENTIFICATION}.tar.bz2 +DISTFILES= ${IDENTIFICATION}.tar.xz MAINTAINER= ports@FreeBSD.org COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support @@ -86,24 +86,26 @@ BSFILENAME= ada-bootstrap.${GARCH}.${OPSYS:tl}.${OSRE # If we find gnatmake and friends in a standard location, then we'll use this # compiler instead of downloading the bootstrap. +# Add ${LOCALBASE}/bin for gmake .if exists (${LOCALBASE}/${PORTNAME}/bin/ada) .if exists (${LOCALBASE}/${PORTNAME}/bin/gnatbind) .if exists (${LOCALBASE}/${PORTNAME}/bin/gnatlink) .if exists (${LOCALBASE}/${PORTNAME}/bin/gnatmake) FULL_GNATGCC=${LOCALBASE}/${PORTNAME}/bin/ada FULL_GNATGXX=${LOCALBASE}/${PORTNAME}/bin/g++ -FULL_PATH=/sbin:/bin:/usr/sbin:/usr/bin:${PREFIX}/${PORTNAME}/bin:${PREFIX}/bin +FULL_PATH=/sbin:/bin:/usr/sbin:/usr/bin:${PREFIX}/${PORTNAME}/bin:${PREFIX}/bin:${LOCALBASE}/bin .endif .endif .endif .endif # If FULL_GNATGCC is not set, we'll request the bootstrap compiler +# Add ${LOCALBASE}/bin for gmake .if ${FULL_GNATGCC} == NOT_SET INTENDED_COMPILER=BOOTSTRAP FULL_GNATGCC=${BOOTSTRAP_PREFIX}/bin/gcc FULL_GNATGXX=${BOOTSTRAP_PREFIX}/bin/g++ -FULL_PATH=${BOOTSTRAP_PREFIX}/bin:/sbin:/bin:/usr/sbin:/usr/bin:${PREFIX}/bin +FULL_PATH=${BOOTSTRAP_PREFIX}/bin:/sbin:/bin:/usr/sbin:/usr/bin:${PREFIX}/bin:${LOCALBASE}/bin DISTFILES+= ${BOOTSTRAP_COMPILER}:boot .endif Modified: head/lang/gcc6-aux/Makefile.version ============================================================================== --- head/lang/gcc6-aux/Makefile.version Thu Oct 5 13:48:15 2017 (r451311) +++ head/lang/gcc6-aux/Makefile.version Thu Oct 5 13:53:40 2017 (r451312) @@ -1,11 +1,11 @@ # $FreeBSD$ GCC_BRANCH= 6 -GCC_POINT= 3.1 +GCC_POINT= 4.1 GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT} -SNAPSHOT= 20170202 +SNAPSHOT= 20170802 BUILD_RELEASE= no -MAIN_PR= 2 +MAIN_PR= 0 UTIL_PR= 0 ARMV7_PR= 1 ARM64_PR= 2 Modified: head/lang/gcc6-aux/distinfo ============================================================================== --- head/lang/gcc6-aux/distinfo Thu Oct 5 13:48:15 2017 (r451311) +++ head/lang/gcc6-aux/distinfo Thu Oct 5 13:53:40 2017 (r451312) @@ -1,6 +1,6 @@ -TIMESTAMP = 1486228714 -SHA256 (gcc-6-20170202.tar.bz2) = 339411f9ec780ba1f779417ea2a3206b69ee11de293aea27fff4658d7e56d0c5 -SIZE (gcc-6-20170202.tar.bz2) = 95743873 +TIMESTAMP = 1503523153 +SHA256 (gcc-6-20170802.tar.xz) = 6da53170cb1fd50fc49cae567e741a0e6334babcc1d23e7302221b18adcce34c +SIZE (gcc-6-20170802.tar.xz) = 72581920 SHA256 (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 7231209f2600275f554f788ad1d036cf633c4339ebd25bd479a5bb1ddcddedf3 SIZE (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 41229192 SHA256 (ada-bootstrap.x86_64.dragonfly.41.tar.bz2) = eb7785d8b842aee2bb04b43adfb1346b178ee4e83d8775b4e6705fd23f1586f0 From owner-svn-ports-all@freebsd.org Thu Oct 5 14:02:49 2017 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 A5CE1E39885; Thu, 5 Oct 2017 14:02:49 +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 6DB8172CA6; Thu, 5 Oct 2017 14:02:49 +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 v95E2mUj082989; Thu, 5 Oct 2017 14:02:48 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95E2mv7082988; Thu, 5 Oct 2017 14:02:48 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710051402.v95E2mv7082988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Oct 2017 14:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451313 - head/net/libsocketcpp X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/net/libsocketcpp X-SVN-Commit-Revision: 451313 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 14:02:49 -0000 Author: bapt Date: Thu Oct 5 14:02:48 2017 New Revision: 451313 URL: https://svnweb.freebsd.org/changeset/ports/451313 Log: Mark as deprecated, it uses gets(3) and is not depend on by anything PR: 222796 Modified: head/net/libsocketcpp/Makefile Modified: head/net/libsocketcpp/Makefile ============================================================================== --- head/net/libsocketcpp/Makefile Thu Oct 5 13:53:40 2017 (r451312) +++ head/net/libsocketcpp/Makefile Thu Oct 5 14:02:48 2017 (r451313) @@ -13,6 +13,9 @@ COMMENT= C++ wrapper library to the sockets LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Uses gets(3) +EXPIRATION_DATE= 2017-11-05 + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Thu Oct 5 14:44:27 2017 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 48968E3A668; Thu, 5 Oct 2017 14:44:27 +0000 (UTC) (envelope-from jpaetzel@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 154CE743DC; Thu, 5 Oct 2017 14:44:27 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95EiQvo001073; Thu, 5 Oct 2017 14:44:26 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95EiQXJ001072; Thu, 5 Oct 2017 14:44:26 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201710051444.v95EiQXJ001072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Thu, 5 Oct 2017 14:44:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451314 - branches/2017Q4/emulators/open-vm-tools X-SVN-Group: ports-branches X-SVN-Commit-Author: jpaetzel X-SVN-Commit-Paths: branches/2017Q4/emulators/open-vm-tools X-SVN-Commit-Revision: 451314 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 14:44:27 -0000 Author: jpaetzel Date: Thu Oct 5 14:44:26 2017 New Revision: 451314 URL: https://svnweb.freebsd.org/changeset/ports/451314 Log: MFH: r451100 Remove external ICU dependancy Approved by: portmgr (zi) Modified: branches/2017Q4/emulators/open-vm-tools/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/emulators/open-vm-tools/Makefile ============================================================================== --- branches/2017Q4/emulators/open-vm-tools/Makefile Thu Oct 5 14:02:48 2017 (r451313) +++ branches/2017Q4/emulators/open-vm-tools/Makefile Thu Oct 5 14:44:26 2017 (r451314) @@ -4,7 +4,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} DISTVERSIONPREFIX= stable- -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= emulators @@ -23,8 +23,8 @@ LIB_DEPENDS= libmspack.so:archivers/libmspack \ RELEASE_VER= 10.1.10 BUILD_VER= 6082533 -OPTIONS_DEFINE= DNET ICU LIBNOTIFY OPENSSL X11 -OPTIONS_DEFAULT= DNET ICU LIBNOTIFY OPENSSL X11 +OPTIONS_DEFINE= DNET LIBNOTIFY OPENSSL X11 +OPTIONS_DEFAULT= DNET LIBNOTIFY OPENSSL X11 OPTIONS_SUB= @@ -39,8 +39,6 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig LIBNOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify DNET_CONFIGURE_WITH= dnet DNET_LIB_DEPENDS= libdnet.so:net/libdnet -ICU_CONFIGURE_WITH= icu -ICU_LIB_DEPENDS= libicuuc.so:devel/icu OPENSSL_CONFIGURE_WITH= ssl WRKSRC_SUBDIR= open-vm-tools @@ -57,7 +55,7 @@ CPPFLAGS+= -Wno-deprecated-declarations SSP_UNSAFE= kernel module does not support ssp -CONFIGURE_ARGS+= --disable-grabbitmqproxy \ +CONFIGURE_ARGS+= --disable-grabbitmqproxy --without-icu \ --disable-vgauth --without-procps \ --sysconfdir=${PREFIX}/etc From owner-svn-ports-all@freebsd.org Thu Oct 5 15:11:36 2017 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 CFA9BE3AE5C; Thu, 5 Oct 2017 15:11:36 +0000 (UTC) (envelope-from sunpoet@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 9D160753C6; Thu, 5 Oct 2017 15:11:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95FBZAW011042; Thu, 5 Oct 2017 15:11:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95FBZEZ011037; Thu, 5 Oct 2017 15:11:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710051511.v95FBZEZ011037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 15:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451315 - in head/www: ckeditor drupal7-wysiwyg X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: ckeditor drupal7-wysiwyg X-SVN-Commit-Revision: 451315 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 15:11:36 -0000 Author: sunpoet Date: Thu Oct 5 15:11:35 2017 New Revision: 451315 URL: https://svnweb.freebsd.org/changeset/ports/451315 Log: Update to 4.7.3 - Update LICENSE - Add LICENSE_FILE - Do not silence installation message - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://ckeditor.com/release-notes Modified: head/www/ckeditor/Makefile head/www/ckeditor/distinfo head/www/ckeditor/pkg-descr head/www/ckeditor/pkg-plist head/www/drupal7-wysiwyg/Makefile Modified: head/www/ckeditor/Makefile ============================================================================== --- head/www/ckeditor/Makefile Thu Oct 5 14:44:26 2017 (r451314) +++ head/www/ckeditor/Makefile Thu Oct 5 15:11:35 2017 (r451315) @@ -1,22 +1,25 @@ # Created by: Joe Horn # $FreeBSD$ -PORTNAME= CKEditor -PORTVERSION= 4.0 +PORTNAME= ckeditor +PORTVERSION= 4.7.3 CATEGORIES= www -MASTER_SITES= http://download.cksource.com/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/ -DISTNAME= ckeditor_${PORTVERSION}_full +MASTER_SITES= https://download.cksource.com/CKEditor/CKEditor/CKEditor%20${PORTVERSION}/ +DISTNAME= ${PORTNAME}_${PORTVERSION}_full -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= WYSIWYG editor to be used inside web page -LICENSE= MPL +LICENSE= GPLv2+ LGPL21+ MPL11 MPL20 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE.md -NO_BUILD= yes NO_ARCH= yes -WRKSRC= ${WRKDIR}/ckeditor +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME} +USES= zip do-install: - @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) + cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include Modified: head/www/ckeditor/distinfo ============================================================================== --- head/www/ckeditor/distinfo Thu Oct 5 14:44:26 2017 (r451314) +++ head/www/ckeditor/distinfo Thu Oct 5 15:11:35 2017 (r451315) @@ -1,2 +1,3 @@ -SHA256 (ckeditor_4.0_full.tar.gz) = ac5d70406908596b307a103dffce065eeab79ec6f07abc1ec71e0ac1a7caa782 -SIZE (ckeditor_4.0_full.tar.gz) = 678518 +TIMESTAMP = 1506571180 +SHA256 (ckeditor_4.7.3_full.zip) = 1e16b3715eab61f146ee216ffeacb92e98e17814d3d8ead578ed64f89b351704 +SIZE (ckeditor_4.7.3_full.zip) = 1616241 Modified: head/www/ckeditor/pkg-descr ============================================================================== --- head/www/ckeditor/pkg-descr Thu Oct 5 14:44:26 2017 (r451314) +++ head/www/ckeditor/pkg-descr Thu Oct 5 15:11:35 2017 (r451315) @@ -1,7 +1,7 @@ -CKEditor is a text editor to be used inside web pages. It's a WYSIWYG -editor, which means that the text being edited on it looks as similar -as possible to the results users have when publishing it. It brings to -the web common editing features found on desktop editing applications -like Microsoft Word and OpenOffice. +CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, +which means that the text being edited on it looks as similar as possible to the +results users have when publishing it. It brings to the web common editing +features found on desktop editing applications like Microsoft Word and +OpenOffice. -WWW: http://ckeditor.com/ +WWW: https://ckeditor.com/ Modified: head/www/ckeditor/pkg-plist ============================================================================== --- head/www/ckeditor/pkg-plist Thu Oct 5 14:44:26 2017 (r451314) +++ head/www/ckeditor/pkg-plist Thu Oct 5 15:11:35 2017 (r451315) @@ -1,12 +1,14 @@ %%WWWDIR%%/CHANGES.md %%WWWDIR%%/LICENSE.md %%WWWDIR%%/README.md +%%WWWDIR%%/adapters/jquery.js %%WWWDIR%%/build-config.js %%WWWDIR%%/ckeditor.js %%WWWDIR%%/config.js %%WWWDIR%%/contents.css %%WWWDIR%%/lang/af.js %%WWWDIR%%/lang/ar.js +%%WWWDIR%%/lang/az.js %%WWWDIR%%/lang/bg.js %%WWWDIR%%/lang/bn.js %%WWWDIR%%/lang/bs.js @@ -14,6 +16,7 @@ %%WWWDIR%%/lang/cs.js %%WWWDIR%%/lang/cy.js %%WWWDIR%%/lang/da.js +%%WWWDIR%%/lang/de-ch.js %%WWWDIR%%/lang/de.js %%WWWDIR%%/lang/el.js %%WWWDIR%%/lang/en-au.js @@ -21,6 +24,7 @@ %%WWWDIR%%/lang/en-gb.js %%WWWDIR%%/lang/en.js %%WWWDIR%%/lang/eo.js +%%WWWDIR%%/lang/es-mx.js %%WWWDIR%%/lang/es.js %%WWWDIR%%/lang/et.js %%WWWDIR%%/lang/eu.js @@ -35,6 +39,7 @@ %%WWWDIR%%/lang/hi.js %%WWWDIR%%/lang/hr.js %%WWWDIR%%/lang/hu.js +%%WWWDIR%%/lang/id.js %%WWWDIR%%/lang/is.js %%WWWDIR%%/lang/it.js %%WWWDIR%%/lang/ja.js @@ -50,18 +55,22 @@ %%WWWDIR%%/lang/nb.js %%WWWDIR%%/lang/nl.js %%WWWDIR%%/lang/no.js +%%WWWDIR%%/lang/oc.js %%WWWDIR%%/lang/pl.js %%WWWDIR%%/lang/pt-br.js %%WWWDIR%%/lang/pt.js %%WWWDIR%%/lang/ro.js %%WWWDIR%%/lang/ru.js +%%WWWDIR%%/lang/si.js %%WWWDIR%%/lang/sk.js %%WWWDIR%%/lang/sl.js +%%WWWDIR%%/lang/sq.js %%WWWDIR%%/lang/sr-latn.js %%WWWDIR%%/lang/sr.js %%WWWDIR%%/lang/sv.js %%WWWDIR%%/lang/th.js %%WWWDIR%%/lang/tr.js +%%WWWDIR%%/lang/tt.js %%WWWDIR%%/lang/ug.js %%WWWDIR%%/lang/uk.js %%WWWDIR%%/lang/vi.js @@ -69,26 +78,40 @@ %%WWWDIR%%/lang/zh.js %%WWWDIR%%/plugins/a11yhelp/dialogs/a11yhelp.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/af.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/ar.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/az.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/bg.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/ca.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/cs.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/cy.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/da.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/de-ch.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/de.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/el.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/en-gb.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/en.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/eo.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/es-mx.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/es.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/et.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/eu.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/fa.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/fi.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/fo.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/fr-ca.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/fr.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/gl.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/gu.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/he.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/hi.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/hr.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/hu.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/id.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/it.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/ja.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/km.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/ko.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/ku.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/lt.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/lv.js @@ -97,25 +120,37 @@ %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/nb.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/nl.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/no.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/oc.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/pl.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/pt-br.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/pt.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/ro.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/ru.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/si.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/sk.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/sl.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/sq.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/sr-latn.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/sr.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/sv.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/th.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/tr.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/tt.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/ug.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/uk.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/vi.js %%WWWDIR%%/plugins/a11yhelp/dialogs/lang/zh-cn.js +%%WWWDIR%%/plugins/a11yhelp/dialogs/lang/zh.js %%WWWDIR%%/plugins/about/dialogs/about.js +%%WWWDIR%%/plugins/about/dialogs/hidpi/logo_ckeditor.png %%WWWDIR%%/plugins/about/dialogs/logo_ckeditor.png -%%WWWDIR%%/plugins/clipboard/dialogs/paste.js +%%WWWDIR%%/plugins/colordialog/dialogs/colordialog.css %%WWWDIR%%/plugins/colordialog/dialogs/colordialog.js +%%WWWDIR%%/plugins/copyformatting/cursors/cursor-disabled.svg +%%WWWDIR%%/plugins/copyformatting/cursors/cursor.svg +%%WWWDIR%%/plugins/copyformatting/styles/copyformatting.css %%WWWDIR%%/plugins/dialog/dialogDefinition.js %%WWWDIR%%/plugins/div/dialogs/div.js -%%WWWDIR%%/plugins/fakeobjects/images/spacer.gif %%WWWDIR%%/plugins/find/dialogs/find.js %%WWWDIR%%/plugins/flash/dialogs/flash.js %%WWWDIR%%/plugins/flash/images/placeholder.png @@ -129,6 +164,7 @@ %%WWWDIR%%/plugins/forms/dialogs/textfield.js %%WWWDIR%%/plugins/forms/images/hiddenfield.gif %%WWWDIR%%/plugins/icons.png +%%WWWDIR%%/plugins/icons_hidpi.png %%WWWDIR%%/plugins/iframe/dialogs/iframe.js %%WWWDIR%%/plugins/iframe/images/placeholder.png %%WWWDIR%%/plugins/image/dialogs/image.js @@ -136,11 +172,22 @@ %%WWWDIR%%/plugins/link/dialogs/anchor.js %%WWWDIR%%/plugins/link/dialogs/link.js %%WWWDIR%%/plugins/link/images/anchor.png +%%WWWDIR%%/plugins/link/images/hidpi/anchor.png %%WWWDIR%%/plugins/liststyle/dialogs/liststyle.js +%%WWWDIR%%/plugins/magicline/images/hidpi/icon-rtl.png +%%WWWDIR%%/plugins/magicline/images/hidpi/icon.png +%%WWWDIR%%/plugins/magicline/images/icon-rtl.png %%WWWDIR%%/plugins/magicline/images/icon.png %%WWWDIR%%/plugins/pagebreak/images/pagebreak.gif %%WWWDIR%%/plugins/pastefromword/filter/default.js %%WWWDIR%%/plugins/preview/preview.html +%%WWWDIR%%/plugins/scayt/CHANGELOG.md +%%WWWDIR%%/plugins/scayt/LICENSE.md +%%WWWDIR%%/plugins/scayt/README.md +%%WWWDIR%%/plugins/scayt/dialogs/dialog.css +%%WWWDIR%%/plugins/scayt/dialogs/options.js +%%WWWDIR%%/plugins/scayt/dialogs/toolbar.css +%%WWWDIR%%/plugins/scayt/skins/moono-lisa/scayt.css %%WWWDIR%%/plugins/showblocks/images/block_address.png %%WWWDIR%%/plugins/showblocks/images/block_blockquote.png %%WWWDIR%%/plugins/showblocks/images/block_div.png @@ -154,55 +201,110 @@ %%WWWDIR%%/plugins/showblocks/images/block_pre.png %%WWWDIR%%/plugins/smiley/dialogs/smiley.js %%WWWDIR%%/plugins/smiley/images/angel_smile.gif +%%WWWDIR%%/plugins/smiley/images/angel_smile.png %%WWWDIR%%/plugins/smiley/images/angry_smile.gif +%%WWWDIR%%/plugins/smiley/images/angry_smile.png %%WWWDIR%%/plugins/smiley/images/broken_heart.gif +%%WWWDIR%%/plugins/smiley/images/broken_heart.png %%WWWDIR%%/plugins/smiley/images/confused_smile.gif +%%WWWDIR%%/plugins/smiley/images/confused_smile.png %%WWWDIR%%/plugins/smiley/images/cry_smile.gif +%%WWWDIR%%/plugins/smiley/images/cry_smile.png %%WWWDIR%%/plugins/smiley/images/devil_smile.gif +%%WWWDIR%%/plugins/smiley/images/devil_smile.png %%WWWDIR%%/plugins/smiley/images/embaressed_smile.gif %%WWWDIR%%/plugins/smiley/images/embarrassed_smile.gif +%%WWWDIR%%/plugins/smiley/images/embarrassed_smile.png %%WWWDIR%%/plugins/smiley/images/envelope.gif +%%WWWDIR%%/plugins/smiley/images/envelope.png %%WWWDIR%%/plugins/smiley/images/heart.gif +%%WWWDIR%%/plugins/smiley/images/heart.png %%WWWDIR%%/plugins/smiley/images/kiss.gif +%%WWWDIR%%/plugins/smiley/images/kiss.png %%WWWDIR%%/plugins/smiley/images/lightbulb.gif +%%WWWDIR%%/plugins/smiley/images/lightbulb.png %%WWWDIR%%/plugins/smiley/images/omg_smile.gif +%%WWWDIR%%/plugins/smiley/images/omg_smile.png %%WWWDIR%%/plugins/smiley/images/regular_smile.gif +%%WWWDIR%%/plugins/smiley/images/regular_smile.png %%WWWDIR%%/plugins/smiley/images/sad_smile.gif +%%WWWDIR%%/plugins/smiley/images/sad_smile.png %%WWWDIR%%/plugins/smiley/images/shades_smile.gif +%%WWWDIR%%/plugins/smiley/images/shades_smile.png %%WWWDIR%%/plugins/smiley/images/teeth_smile.gif +%%WWWDIR%%/plugins/smiley/images/teeth_smile.png %%WWWDIR%%/plugins/smiley/images/thumbs_down.gif +%%WWWDIR%%/plugins/smiley/images/thumbs_down.png %%WWWDIR%%/plugins/smiley/images/thumbs_up.gif +%%WWWDIR%%/plugins/smiley/images/thumbs_up.png %%WWWDIR%%/plugins/smiley/images/tongue_smile.gif +%%WWWDIR%%/plugins/smiley/images/tongue_smile.png %%WWWDIR%%/plugins/smiley/images/tounge_smile.gif %%WWWDIR%%/plugins/smiley/images/whatchutalkingabout_smile.gif +%%WWWDIR%%/plugins/smiley/images/whatchutalkingabout_smile.png %%WWWDIR%%/plugins/smiley/images/wink_smile.gif +%%WWWDIR%%/plugins/smiley/images/wink_smile.png %%WWWDIR%%/plugins/specialchar/dialogs/lang/_translationstatus.txt +%%WWWDIR%%/plugins/specialchar/dialogs/lang/af.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/ar.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/az.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/bg.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/ca.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/cs.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/cy.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/da.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/de-ch.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/de.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/el.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/en-au.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/en-ca.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/en-gb.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/en.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/eo.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/es-mx.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/es.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/et.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/eu.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/fa.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/fi.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/fr-ca.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/fr.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/gl.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/he.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/hr.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/hu.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/id.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/it.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/ja.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/km.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/ko.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/ku.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/lt.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/lv.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/nb.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/nl.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/no.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/oc.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/pl.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/pt-br.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/pt.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/ru.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/si.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/sk.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/sl.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/sq.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/sv.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/th.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/tr.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/tt.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/ug.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/uk.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/vi.js %%WWWDIR%%/plugins/specialchar/dialogs/lang/zh-cn.js +%%WWWDIR%%/plugins/specialchar/dialogs/lang/zh.js %%WWWDIR%%/plugins/specialchar/dialogs/specialchar.js %%WWWDIR%%/plugins/table/dialogs/table.js +%%WWWDIR%%/plugins/tableselection/styles/tableselection.css %%WWWDIR%%/plugins/tabletools/dialogs/tableCell.js %%WWWDIR%%/plugins/templates/dialogs/templates.css %%WWWDIR%%/plugins/templates/dialogs/templates.js @@ -210,53 +312,98 @@ %%WWWDIR%%/plugins/templates/templates/images/template1.gif %%WWWDIR%%/plugins/templates/templates/images/template2.gif %%WWWDIR%%/plugins/templates/templates/images/template3.gif -%%WWWDIR%%/samples/ajax.html -%%WWWDIR%%/samples/api.html -%%WWWDIR%%/samples/appendto.html -%%WWWDIR%%/samples/assets/inlineall/logo.png -%%WWWDIR%%/samples/assets/outputxhtml/outputxhtml.css -%%WWWDIR%%/samples/assets/posteddata.php -%%WWWDIR%%/samples/assets/sample.css -%%WWWDIR%%/samples/assets/sample.jpg -%%WWWDIR%%/samples/assets/uilanguages/languages.js -%%WWWDIR%%/samples/divreplace.html +%%WWWDIR%%/plugins/wsc/LICENSE.md +%%WWWDIR%%/plugins/wsc/README.md +%%WWWDIR%%/plugins/wsc/dialogs/ciframe.html +%%WWWDIR%%/plugins/wsc/dialogs/tmpFrameset.html +%%WWWDIR%%/plugins/wsc/dialogs/wsc.css +%%WWWDIR%%/plugins/wsc/dialogs/wsc.js +%%WWWDIR%%/plugins/wsc/dialogs/wsc_ie.js +%%WWWDIR%%/plugins/wsc/skins/moono-lisa/wsc.css +%%WWWDIR%%/samples/css/samples.css +%%WWWDIR%%/samples/img/github-top.png +%%WWWDIR%%/samples/img/header-bg.png +%%WWWDIR%%/samples/img/header-separator.png +%%WWWDIR%%/samples/img/logo.png +%%WWWDIR%%/samples/img/navigation-tip.png %%WWWDIR%%/samples/index.html -%%WWWDIR%%/samples/inlineall.html -%%WWWDIR%%/samples/inlinebycode.html -%%WWWDIR%%/samples/plugins/dialog/assets/my_dialog.js -%%WWWDIR%%/samples/plugins/dialog/dialog.html -%%WWWDIR%%/samples/plugins/enterkey/enterkey.html -%%WWWDIR%%/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla -%%WWWDIR%%/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf -%%WWWDIR%%/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js -%%WWWDIR%%/samples/plugins/htmlwriter/outputforflash.html -%%WWWDIR%%/samples/plugins/htmlwriter/outputhtml.html -%%WWWDIR%%/samples/plugins/magicline/magicline.html -%%WWWDIR%%/samples/plugins/toolbar/toolbar.html -%%WWWDIR%%/samples/plugins/wysiwygarea/fullpage.html -%%WWWDIR%%/samples/readonly.html -%%WWWDIR%%/samples/replacebyclass.html -%%WWWDIR%%/samples/replacebycode.html -%%WWWDIR%%/samples/sample.css -%%WWWDIR%%/samples/sample.js -%%WWWDIR%%/samples/sample_posteddata.php -%%WWWDIR%%/samples/tabindex.html -%%WWWDIR%%/samples/uicolor.html -%%WWWDIR%%/samples/uilanguages.html -%%WWWDIR%%/samples/xhtmlstyle.html -%%WWWDIR%%/skins/moono/dialog.css -%%WWWDIR%%/skins/moono/dialog_ie.css -%%WWWDIR%%/skins/moono/dialog_ie7.css -%%WWWDIR%%/skins/moono/dialog_ie8.css -%%WWWDIR%%/skins/moono/dialog_opera.css -%%WWWDIR%%/skins/moono/editor.css -%%WWWDIR%%/skins/moono/editor_gecko.css -%%WWWDIR%%/skins/moono/editor_ie.css -%%WWWDIR%%/skins/moono/editor_ie7.css -%%WWWDIR%%/skins/moono/editor_ie8.css -%%WWWDIR%%/skins/moono/icons.png -%%WWWDIR%%/skins/moono/images/arrow.png -%%WWWDIR%%/skins/moono/images/close.png -%%WWWDIR%%/skins/moono/images/mini.png -%%WWWDIR%%/skins/moono/readme.md +%%WWWDIR%%/samples/js/sample.js +%%WWWDIR%%/samples/js/sf.js +%%WWWDIR%%/samples/old/ajax.html +%%WWWDIR%%/samples/old/api.html +%%WWWDIR%%/samples/old/appendto.html +%%WWWDIR%%/samples/old/assets/inlineall/logo.png +%%WWWDIR%%/samples/old/assets/outputxhtml/outputxhtml.css +%%WWWDIR%%/samples/old/assets/posteddata.php +%%WWWDIR%%/samples/old/assets/sample.jpg +%%WWWDIR%%/samples/old/assets/uilanguages/languages.js +%%WWWDIR%%/samples/old/datafiltering.html +%%WWWDIR%%/samples/old/dialog/assets/my_dialog.js +%%WWWDIR%%/samples/old/dialog/dialog.html +%%WWWDIR%%/samples/old/divreplace.html +%%WWWDIR%%/samples/old/enterkey/enterkey.html +%%WWWDIR%%/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla +%%WWWDIR%%/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf +%%WWWDIR%%/samples/old/htmlwriter/assets/outputforflash/swfobject.js +%%WWWDIR%%/samples/old/htmlwriter/outputforflash.html +%%WWWDIR%%/samples/old/htmlwriter/outputhtml.html +%%WWWDIR%%/samples/old/index.html +%%WWWDIR%%/samples/old/inlineall.html +%%WWWDIR%%/samples/old/inlinebycode.html +%%WWWDIR%%/samples/old/inlinetextarea.html +%%WWWDIR%%/samples/old/jquery.html +%%WWWDIR%%/samples/old/magicline/magicline.html +%%WWWDIR%%/samples/old/readonly.html +%%WWWDIR%%/samples/old/replacebyclass.html +%%WWWDIR%%/samples/old/replacebycode.html +%%WWWDIR%%/samples/old/sample.css +%%WWWDIR%%/samples/old/sample.js +%%WWWDIR%%/samples/old/sample_posteddata.php +%%WWWDIR%%/samples/old/tabindex.html +%%WWWDIR%%/samples/old/toolbar/toolbar.html +%%WWWDIR%%/samples/old/uicolor.html +%%WWWDIR%%/samples/old/uilanguages.html +%%WWWDIR%%/samples/old/wysiwygarea/fullpage.html +%%WWWDIR%%/samples/old/xhtmlstyle.html +%%WWWDIR%%/samples/toolbarconfigurator/css/fontello.css +%%WWWDIR%%/samples/toolbarconfigurator/font/LICENSE.txt +%%WWWDIR%%/samples/toolbarconfigurator/font/config.json +%%WWWDIR%%/samples/toolbarconfigurator/font/fontello.eot +%%WWWDIR%%/samples/toolbarconfigurator/font/fontello.svg +%%WWWDIR%%/samples/toolbarconfigurator/font/fontello.ttf +%%WWWDIR%%/samples/toolbarconfigurator/font/fontello.woff +%%WWWDIR%%/samples/toolbarconfigurator/index.html +%%WWWDIR%%/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js +%%WWWDIR%%/samples/toolbarconfigurator/js/fulltoolbareditor.js +%%WWWDIR%%/samples/toolbarconfigurator/js/toolbarmodifier.js +%%WWWDIR%%/samples/toolbarconfigurator/js/toolbartextmodifier.js +%%WWWDIR%%/samples/toolbarconfigurator/lib/codemirror/LICENSE +%%WWWDIR%%/samples/toolbarconfigurator/lib/codemirror/codemirror.css +%%WWWDIR%%/samples/toolbarconfigurator/lib/codemirror/codemirror.js +%%WWWDIR%%/samples/toolbarconfigurator/lib/codemirror/javascript.js +%%WWWDIR%%/samples/toolbarconfigurator/lib/codemirror/neo.css +%%WWWDIR%%/samples/toolbarconfigurator/lib/codemirror/show-hint.css +%%WWWDIR%%/samples/toolbarconfigurator/lib/codemirror/show-hint.js +%%WWWDIR%%/skins/moono-lisa/dialog.css +%%WWWDIR%%/skins/moono-lisa/dialog_ie.css +%%WWWDIR%%/skins/moono-lisa/dialog_ie8.css +%%WWWDIR%%/skins/moono-lisa/dialog_iequirks.css +%%WWWDIR%%/skins/moono-lisa/editor.css +%%WWWDIR%%/skins/moono-lisa/editor_gecko.css +%%WWWDIR%%/skins/moono-lisa/editor_ie.css +%%WWWDIR%%/skins/moono-lisa/editor_ie8.css +%%WWWDIR%%/skins/moono-lisa/editor_iequirks.css +%%WWWDIR%%/skins/moono-lisa/icons.png +%%WWWDIR%%/skins/moono-lisa/icons_hidpi.png +%%WWWDIR%%/skins/moono-lisa/images/arrow.png +%%WWWDIR%%/skins/moono-lisa/images/close.png +%%WWWDIR%%/skins/moono-lisa/images/hidpi/close.png +%%WWWDIR%%/skins/moono-lisa/images/hidpi/lock-open.png +%%WWWDIR%%/skins/moono-lisa/images/hidpi/lock.png +%%WWWDIR%%/skins/moono-lisa/images/hidpi/refresh.png +%%WWWDIR%%/skins/moono-lisa/images/lock-open.png +%%WWWDIR%%/skins/moono-lisa/images/lock.png +%%WWWDIR%%/skins/moono-lisa/images/refresh.png +%%WWWDIR%%/skins/moono-lisa/images/spinner.gif +%%WWWDIR%%/skins/moono-lisa/readme.md %%WWWDIR%%/styles.js Modified: head/www/drupal7-wysiwyg/Makefile ============================================================================== --- head/www/drupal7-wysiwyg/Makefile Thu Oct 5 14:44:26 2017 (r451314) +++ head/www/drupal7-wysiwyg/Makefile Thu Oct 5 15:11:35 2017 (r451315) @@ -69,7 +69,7 @@ DOC_FILES= CHANGELOG.txt README.txt LICENSE.txt OPTIONS_DEFINE= TINYMCE CKEDITOR DOCS CKEDITOR_DESC= Install CKEditor -CKEDITOR_RUN_DEPENDS= CKEditor>0:www/ckeditor +CKEDITOR_RUN_DEPENDS= ckeditor>0:www/ckeditor CKEDITOR_PLIST_FILES= ${DRUPAL_MODLIB}/ckeditor TINYMCE_DESC= Install TinyMCE Editor From owner-svn-ports-all@freebsd.org Thu Oct 5 15:11:42 2017 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 70547E3AE78; Thu, 5 Oct 2017 15:11:42 +0000 (UTC) (envelope-from sunpoet@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 3DC5E753DA; Thu, 5 Oct 2017 15:11:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95FBfb6011172; Thu, 5 Oct 2017 15:11:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95FBfZn011170; Thu, 5 Oct 2017 15:11:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710051511.v95FBfZn011170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 15:11:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451316 - head/devel/rubygem-oj X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-oj X-SVN-Commit-Revision: 451316 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 15:11:42 -0000 Author: sunpoet Date: Thu Oct 5 15:11:40 2017 New Revision: 451316 URL: https://svnweb.freebsd.org/changeset/ports/451316 Log: Update to 3.3.8 Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md Modified: head/devel/rubygem-oj/Makefile head/devel/rubygem-oj/distinfo Modified: head/devel/rubygem-oj/Makefile ============================================================================== --- head/devel/rubygem-oj/Makefile Thu Oct 5 15:11:35 2017 (r451315) +++ head/devel/rubygem-oj/Makefile Thu Oct 5 15:11:40 2017 (r451316) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oj -PORTVERSION= 3.3.7 +PORTVERSION= 3.3.8 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-oj/distinfo ============================================================================== --- head/devel/rubygem-oj/distinfo Thu Oct 5 15:11:35 2017 (r451315) +++ head/devel/rubygem-oj/distinfo Thu Oct 5 15:11:40 2017 (r451316) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507041524 -SHA256 (rubygem/oj-3.3.7.gem) = cf29a0762de823bab6f8a50ef22d32b0e2a528c73fdb38d955b31b0af0fd3681 -SIZE (rubygem/oj-3.3.7.gem) = 185856 +TIMESTAMP = 1507215600 +SHA256 (rubygem/oj-3.3.8.gem) = aac3fff7058609785471fda429a45c3016feac6f7dc8a9f0597a11a6adc0b0de +SIZE (rubygem/oj-3.3.8.gem) = 185856 From owner-svn-ports-all@freebsd.org Thu Oct 5 15:11:47 2017 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 BE4BCE3AEA1; Thu, 5 Oct 2017 15:11:47 +0000 (UTC) (envelope-from sunpoet@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 8B3A975445; Thu, 5 Oct 2017 15:11:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95FBkQe012220; Thu, 5 Oct 2017 15:11:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95FBkTF012000; Thu, 5 Oct 2017 15:11:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710051511.v95FBkTF012000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Oct 2017 15:11:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451317 - head/devel/git-lfs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/git-lfs X-SVN-Commit-Revision: 451317 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 15:11:47 -0000 Author: sunpoet Date: Thu Oct 5 15:11:46 2017 New Revision: 451317 URL: https://svnweb.freebsd.org/changeset/ports/451317 Log: Update to 2.3.2 Changes: https://github.com/git-lfs/git-lfs/releases PR: 222788 Submitted by: Kenji Rikitake (maintainer) Modified: head/devel/git-lfs/Makefile head/devel/git-lfs/distinfo Modified: head/devel/git-lfs/Makefile ============================================================================== --- head/devel/git-lfs/Makefile Thu Oct 5 15:11:40 2017 (r451316) +++ head/devel/git-lfs/Makefile Thu Oct 5 15:11:46 2017 (r451317) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= git-lfs -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/git-lfs/distinfo ============================================================================== --- head/devel/git-lfs/distinfo Thu Oct 5 15:11:40 2017 (r451316) +++ head/devel/git-lfs/distinfo Thu Oct 5 15:11:46 2017 (r451317) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506596238 -SHA256 (git-lfs-git-lfs-v2.3.1_GH0.tar.gz) = bb30538dffc48a224e167ac520d3de677b835964b38afa94667e0559c7556844 -SIZE (git-lfs-git-lfs-v2.3.1_GH0.tar.gz) = 746077 +TIMESTAMP = 1507113219 +SHA256 (git-lfs-git-lfs-v2.3.2_GH0.tar.gz) = 42027b85b258d6f1f4660a756603c3ea46ac3d0a9064b8a818a69873e7463d85 +SIZE (git-lfs-git-lfs-v2.3.2_GH0.tar.gz) = 746712 From owner-svn-ports-all@freebsd.org Thu Oct 5 15:39:41 2017 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 4AB64E3B7C5; Thu, 5 Oct 2017 15:39:41 +0000 (UTC) (envelope-from madpilot@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 1BD5676381; Thu, 5 Oct 2017 15:39:41 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95FdeVp022239; Thu, 5 Oct 2017 15:39:40 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95FdeZk022236; Thu, 5 Oct 2017 15:39:40 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201710051539.v95FdeZk022236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 5 Oct 2017 15:39:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451318 - head/mail/courier-imap X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/mail/courier-imap X-SVN-Commit-Revision: 451318 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 15:39:41 -0000 Author: madpilot Date: Thu Oct 5 15:39:39 2017 New Revision: 451318 URL: https://svnweb.freebsd.org/changeset/ports/451318 Log: - Update courier-imap to 4.18.2 - Replace deprecated plist @ macros with supported ones Modified: head/mail/courier-imap/Makefile head/mail/courier-imap/distinfo head/mail/courier-imap/pkg-plist Modified: head/mail/courier-imap/Makefile ============================================================================== --- head/mail/courier-imap/Makefile Thu Oct 5 15:11:46 2017 (r451317) +++ head/mail/courier-imap/Makefile Thu Oct 5 15:39:39 2017 (r451318) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= courier-imap -PORTVERSION= 4.18.1 +PORTVERSION= 4.18.2 PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= SF/courier/imap/${PORTVERSION} @@ -14,6 +14,8 @@ BUILD_DEPENDS= courierauthconfig:security/courier-auth RUN_DEPENDS= courierauthconfig:security/courier-authlib-base \ ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool LIB_DEPENDS= libcourier-unicode.so:devel/courier-unicode + +CONFLICTS= courier-[0-9]* imap-uw-[0-9]* panda-imap-[0-9]* USES= gmake localbase:ldflags perl5 ssl tar:bzip2 GNU_CONFIGURE= yes Modified: head/mail/courier-imap/distinfo ============================================================================== --- head/mail/courier-imap/distinfo Thu Oct 5 15:11:46 2017 (r451317) +++ head/mail/courier-imap/distinfo Thu Oct 5 15:39:39 2017 (r451318) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503327728 -SHA256 (courier-imap-4.18.1.tar.bz2) = 371b95b29cf6aae3c5967cb92a52c018059950ffb46b540d187b29d57f2f9a0b -SIZE (courier-imap-4.18.1.tar.bz2) = 3203392 +TIMESTAMP = 1507193939 +SHA256 (courier-imap-4.18.2.tar.bz2) = f66ceda3e5aa853e13f417302dfb83b312709e95f1bbcdafcd6214d76a94e79a +SIZE (courier-imap-4.18.2.tar.bz2) = 3205230 Modified: head/mail/courier-imap/pkg-plist ============================================================================== --- head/mail/courier-imap/pkg-plist Thu Oct 5 15:11:46 2017 (r451317) +++ head/mail/courier-imap/pkg-plist Thu Oct 5 15:39:39 2017 (r451318) @@ -7,22 +7,22 @@ bin/maildirmake bin/makedat bin/makeimapaccess bin/pop3d -@unexec if cmp -s %D/%%CONFDIR%%/imapd-ssl.dist %D/%%CONFDIR%%/imapd-ssl; then rm -f %D/%%CONFDIR%%/imapd-ssl; fi +@preunexec if cmp -s %D/%%CONFDIR%%/imapd-ssl.dist %D/%%CONFDIR%%/imapd-ssl; then rm -f %D/%%CONFDIR%%/imapd-ssl; fi %%CONFDIR%%/imapd-ssl.dist -@exec %%LOCALBASE%%/share/sysconftool/sysconftool %D/%%CONFDIR%%/imapd-ssl.dist -@unexec if cmp -s %D/%%CONFDIR%%/imapd.cnf.dist %D/%%CONFDIR%%/imapd.cnf; then rm -f %D/%%CONFDIR%%/imapd.cnf; fi +@postexec %%LOCALBASE%%/share/sysconftool/sysconftool %D/%%CONFDIR%%/imapd-ssl.dist +@preunexec if cmp -s %D/%%CONFDIR%%/imapd.cnf.dist %D/%%CONFDIR%%/imapd.cnf; then rm -f %D/%%CONFDIR%%/imapd.cnf; fi %%CONFDIR%%/imapd.cnf.dist -@unexec if cmp -s %D/%%CONFDIR%%/imapd.dist %D/%%CONFDIR%%/imapd; then rm -f %D/%%CONFDIR%%/imapd; fi +@preunexec if cmp -s %D/%%CONFDIR%%/imapd.dist %D/%%CONFDIR%%/imapd; then rm -f %D/%%CONFDIR%%/imapd; fi %%CONFDIR%%/imapd.dist -@exec %%LOCALBASE%%/share/sysconftool/sysconftool %D/%%CONFDIR%%/imapd.dist -@unexec if cmp -s %D/%%CONFDIR%%/pop3d-ssl.dist %D/%%CONFDIR%%/pop3d-ssl; then rm -f %D/%%CONFDIR%%/pop3d-ssl; fi +@postexec %%LOCALBASE%%/share/sysconftool/sysconftool %D/%%CONFDIR%%/imapd.dist +@preunexec if cmp -s %D/%%CONFDIR%%/pop3d-ssl.dist %D/%%CONFDIR%%/pop3d-ssl; then rm -f %D/%%CONFDIR%%/pop3d-ssl; fi %%CONFDIR%%/pop3d-ssl.dist -@exec %%LOCALBASE%%/share/sysconftool/sysconftool %D/%%CONFDIR%%/pop3d-ssl.dist -@unexec if cmp -s %D/%%CONFDIR%%/pop3d.cnf.dist %D/%%CONFDIR%%/pop3d.cnf; then rm -f %D/%%CONFDIR%%/pop3d.cnf; fi +@postexec %%LOCALBASE%%/share/sysconftool/sysconftool %D/%%CONFDIR%%/pop3d-ssl.dist +@preunexec if cmp -s %D/%%CONFDIR%%/pop3d.cnf.dist %D/%%CONFDIR%%/pop3d.cnf; then rm -f %D/%%CONFDIR%%/pop3d.cnf; fi %%CONFDIR%%/pop3d.cnf.dist -@unexec if cmp -s %D/%%CONFDIR%%/pop3d.dist %D/%%CONFDIR%%/pop3d; then rm -f %D/%%CONFDIR%%/pop3d; fi +@preunexec if cmp -s %D/%%CONFDIR%%/pop3d.dist %D/%%CONFDIR%%/pop3d; then rm -f %D/%%CONFDIR%%/pop3d; fi %%CONFDIR%%/pop3d.dist -@exec %%LOCALBASE%%/share/sysconftool/sysconftool %D/%%CONFDIR%%/pop3d.dist +@postexec %%LOCALBASE%%/share/sysconftool/sysconftool %D/%%CONFDIR%%/pop3d.dist %%CONFDIR%%/quotawarnmsg.example %%LIBEXECDIR%%/couriertcpd %%LIBEXECDIR%%/imapd-ssl.rc From owner-svn-ports-all@freebsd.org Thu Oct 5 15:40:10 2017 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 2F214E3B81A; Thu, 5 Oct 2017 15:40:10 +0000 (UTC) (envelope-from madpilot@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 F27917646C; Thu, 5 Oct 2017 15:40:09 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95Fe9el022403; Thu, 5 Oct 2017 15:40:09 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95Fe8BS022401; Thu, 5 Oct 2017 15:40:08 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201710051540.v95Fe8BS022401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 5 Oct 2017 15:40:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451319 - head/mail/maildrop X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/mail/maildrop X-SVN-Commit-Revision: 451319 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 15:40:10 -0000 Author: madpilot Date: Thu Oct 5 15:40:08 2017 New Revision: 451319 URL: https://svnweb.freebsd.org/changeset/ports/451319 Log: Update maildrop to 2.9.2 Modified: head/mail/maildrop/Makefile head/mail/maildrop/distinfo Modified: head/mail/maildrop/Makefile ============================================================================== --- head/mail/maildrop/Makefile Thu Oct 5 15:39:39 2017 (r451318) +++ head/mail/maildrop/Makefile Thu Oct 5 15:40:08 2017 (r451319) @@ -16,7 +16,7 @@ # MAILDROP_MBOX_DIR= Specify DEFAULT mailbox location PORTNAME= maildrop -PORTVERSION= 2.9.1 +PORTVERSION= 2.9.2 CATEGORIES= mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} Modified: head/mail/maildrop/distinfo ============================================================================== --- head/mail/maildrop/distinfo Thu Oct 5 15:39:39 2017 (r451318) +++ head/mail/maildrop/distinfo Thu Oct 5 15:40:08 2017 (r451319) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503328226 -SHA256 (maildrop-2.9.1.tar.bz2) = 160c26bc17723c9d934f0571ad614138629c6db97378aebb2f2e8da844b82442 -SIZE (maildrop-2.9.1.tar.bz2) = 2077947 +TIMESTAMP = 1507210219 +SHA256 (maildrop-2.9.2.tar.bz2) = 599341e63b7e430cb719a1295f8d2a948ce9ed4fdcfe67e05203cf27727ce7c5 +SIZE (maildrop-2.9.2.tar.bz2) = 2078713 From owner-svn-ports-all@freebsd.org Thu Oct 5 16:06:34 2017 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 26824E3C02B; Thu, 5 Oct 2017 16:06:34 +0000 (UTC) (envelope-from tijl@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 F035B772C2; Thu, 5 Oct 2017 16:06:33 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95G6Xkh034840; Thu, 5 Oct 2017 16:06:33 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95G6X7k034838; Thu, 5 Oct 2017 16:06:33 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201710051606.v95G6X7k034838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 5 Oct 2017 16:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451320 - head/emulators/linux_base-c6 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/emulators/linux_base-c6 X-SVN-Commit-Revision: 451320 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 16:06:34 -0000 Author: tijl Date: Thu Oct 5 16:06:32 2017 New Revision: 451320 URL: https://svnweb.freebsd.org/changeset/ports/451320 Log: Update libacl to 2.2.49-7.el6_9.1. Modified: head/emulators/linux_base-c6/Makefile head/emulators/linux_base-c6/distinfo Modified: head/emulators/linux_base-c6/Makefile ============================================================================== --- head/emulators/linux_base-c6/Makefile Thu Oct 5 15:40:08 2017 (r451319) +++ head/emulators/linux_base-c6/Makefile Thu Oct 5 16:06:32 2017 (r451320) @@ -3,7 +3,7 @@ PORTNAME= c6 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- BIN_DISTNAMES= bash-4.1.2-48.el6 \ @@ -36,7 +36,7 @@ LIB_DISTNAMES= bzip2-libs-1.0.5-7.el6_0 \ gmp-4.3.1-12.el6 \ keyutils-libs-1.4-5.el6 \ krb5-libs-1.10.3-65.el6 \ - libacl-2.2.49-7.el6 \ + libacl-2.2.49-7.el6_9.1 \ libattr-2.4.44-7.el6 \ libblkid-2.17.2-12.28.el6 \ libcap-2.16-5.5.el6 \ @@ -58,7 +58,7 @@ LIB_DISTNAMES= bzip2-libs-1.0.5-7.el6_0 \ zlib-1.2.3-29.el6 SHARE_DISTNAMES=basesystem-10.0-4.el6 \ setup-2.8.14-23.el6 -SRC_DISTFILES= acl-2.2.49-7.el6${SRC_SUFX}:SOURCE \ +SRC_DISTFILES= acl-2.2.49-7.el6_9.1${SRC_SUFX}:SOURCE \ attr-2.4.44-7.el6${SRC_SUFX}:SOURCE \ basesystem-10.0-4.el6${SRC_SUFX}:SOURCE \ bash-4.1.2-48.el6${SRC_SUFX}:SOURCE \ Modified: head/emulators/linux_base-c6/distinfo ============================================================================== --- head/emulators/linux_base-c6/distinfo Thu Oct 5 15:40:08 2017 (r451319) +++ head/emulators/linux_base-c6/distinfo Thu Oct 5 16:06:32 2017 (r451320) @@ -1,4 +1,4 @@ -TIMESTAMP = 1499440635 +TIMESTAMP = 1507218213 SHA256 (centos/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e SIZE (centos/basesystem-10.0-4.el6.noarch.rpm) = 4784 SHA256 (centos/bash-4.1.2-48.el6.i686.rpm) = 0300a6935602bb86a6e44dc526993069e79b80a32a02cfaeec7def94e3a2973e @@ -105,10 +105,10 @@ SHA256 (centos/less-436-13.el6.i686.rpm) = ac7bc80bcad SIZE (centos/less-436-13.el6.i686.rpm) = 110324 SHA256 (centos/less-436-13.el6.x86_64.rpm) = 7bf9bb5d1143cadddd6390215d9aa9477d367f3e0c09ac3bd5da3af846215522 SIZE (centos/less-436-13.el6.x86_64.rpm) = 110220 -SHA256 (centos/libacl-2.2.49-7.el6.i686.rpm) = 91a60f6ce55f9a47669cd7515efd04a7e7998e6f49cc0f1ea1402d9dfbca1482 -SIZE (centos/libacl-2.2.49-7.el6.i686.rpm) = 24660 -SHA256 (centos/libacl-2.2.49-7.el6.x86_64.rpm) = ee3e229796e1eeda54bc762e9f4a91f247783aceaab4a21d0f468ebf6a08b8e9 -SIZE (centos/libacl-2.2.49-7.el6.x86_64.rpm) = 24192 +SHA256 (centos/libacl-2.2.49-7.el6_9.1.i686.rpm) = fdd9e75884a47e8ef4ebc8552e907cd27405f6e9efbb2be773dcae07c01fc294 +SIZE (centos/libacl-2.2.49-7.el6_9.1.i686.rpm) = 24800 +SHA256 (centos/libacl-2.2.49-7.el6_9.1.x86_64.rpm) = 2d2bb216ec706020dd82ddb7f0971d799161d3e7fb35937e14eb1a77a8c183e0 +SIZE (centos/libacl-2.2.49-7.el6_9.1.x86_64.rpm) = 24332 SHA256 (centos/libattr-2.4.44-7.el6.i686.rpm) = 16f9cba06fcbdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b SIZE (centos/libattr-2.4.44-7.el6.i686.rpm) = 15640 SHA256 (centos/libattr-2.4.44-7.el6.x86_64.rpm) = 030c511f3aafa5096775faf6f5dc0dd836eee0addde3e48d985bb4f3e69a72df @@ -203,8 +203,8 @@ SHA256 (centos/zlib-1.2.3-29.el6.i686.rpm) = 1e40dce8a SIZE (centos/zlib-1.2.3-29.el6.i686.rpm) = 74284 SHA256 (centos/zlib-1.2.3-29.el6.x86_64.rpm) = c5b040d38b550da4c75aba719c0b9d6c6936158b2d58ac10a99adc76a68a6302 SIZE (centos/zlib-1.2.3-29.el6.x86_64.rpm) = 74568 -SHA256 (centos/acl-2.2.49-7.el6.src.rpm) = b026cc67d69089f75346bac9de9fd15c4e4f34ce2ed10b1cfc7d6752a0958f41 -SIZE (centos/acl-2.2.49-7.el6.src.rpm) = 387531 +SHA256 (centos/acl-2.2.49-7.el6_9.1.src.rpm) = 5ce6a3887fb3a2026f08ba2dcfe43861c564fdcf2ba330d70701abb25f4a2a19 +SIZE (centos/acl-2.2.49-7.el6_9.1.src.rpm) = 388584 SHA256 (centos/attr-2.4.44-7.el6.src.rpm) = 5f5440619e0109d9f8d913de1100f259296f62a38075bbc8d8608d6988695890 SIZE (centos/attr-2.4.44-7.el6.src.rpm) = 335725 SHA256 (centos/basesystem-10.0-4.el6.src.rpm) = 18d3bd0580f40bdc208773f26b424fa1975fad70fae9f179c52337a8f80ade76 From owner-svn-ports-all@freebsd.org Thu Oct 5 16:14:44 2017 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 480EBE3C3A7; Thu, 5 Oct 2017 16:14:44 +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 1524277831; Thu, 5 Oct 2017 16:14:44 +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 v95GEhhG038925; Thu, 5 Oct 2017 16:14:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95GEhUB038923; Thu, 5 Oct 2017 16:14:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201710051614.v95GEhUB038923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 5 Oct 2017 16:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451321 - head/astro/osmosis X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/astro/osmosis X-SVN-Commit-Revision: 451321 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 16:14:44 -0000 Author: amdmi3 Date: Thu Oct 5 16:14:42 2017 New Revision: 451321 URL: https://svnweb.freebsd.org/changeset/ports/451321 Log: - Update to 0.46 Modified: head/astro/osmosis/Makefile head/astro/osmosis/distinfo Modified: head/astro/osmosis/Makefile ============================================================================== --- head/astro/osmosis/Makefile Thu Oct 5 16:06:32 2017 (r451320) +++ head/astro/osmosis/Makefile Thu Oct 5 16:14:42 2017 (r451321) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osmosis -PORTVERSION= 0.45 +PORTVERSION= 0.46 CATEGORIES= astro java MASTER_SITES= http://bretth.dev.openstreetmap.org/osmosis-build/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,6 +11,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Command line Java app for processing OpenStreetMap data LICENSE= PD +LICENSE_FILE= ${WRKSRC}/copying.txt NO_WRKSUBDIR= yes USES= tar:tgz Modified: head/astro/osmosis/distinfo ============================================================================== --- head/astro/osmosis/distinfo Thu Oct 5 16:06:32 2017 (r451320) +++ head/astro/osmosis/distinfo Thu Oct 5 16:14:42 2017 (r451321) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479919535 -SHA256 (osmosis-0.45.tgz) = ff7186038026f63b29fa5a5fc3f5dd5cb7031a5ddd1bf67f4f131b25404c5c22 -SIZE (osmosis-0.45.tgz) = 10742868 +TIMESTAMP = 1507115499 +SHA256 (osmosis-0.46.tgz) = 8ab7bd4e1afee48b7c3e62bf2329197a4f4b3d31f06efff4bda3e3469c8e71fb +SIZE (osmosis-0.46.tgz) = 11696810 From owner-svn-ports-all@freebsd.org Thu Oct 5 16:35:19 2017 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 16828E3C945; Thu, 5 Oct 2017 16:35:19 +0000 (UTC) (envelope-from tobik@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 E61BC7C494; Thu, 5 Oct 2017 16:35:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95GZIE8047331; Thu, 5 Oct 2017 16:35:18 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95GZHMt047326; Thu, 5 Oct 2017 16:35:17 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710051635.v95GZHMt047326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 5 Oct 2017 16:35:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451322 - in head/emulators: . mgba X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/emulators: . mgba X-SVN-Commit-Revision: 451322 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 16:35:19 -0000 Author: tobik Date: Thu Oct 5 16:35:17 2017 New Revision: 451322 URL: https://svnweb.freebsd.org/changeset/ports/451322 Log: New port: emulators/mgba A modern open source Game Boy Advance emulator, with support for Game Boy and Game Boy Color games as well. The project started in April 2013 with the goal of being fast enough to run on lower end hardware than other emulators support, without sacrificing accuracy or portability. Other goals include accurate enough emulation to provide a development environment for homebrew software, a good workflow for tool-assist runners, and a modern feature set for emulators that older emulators may not support. WWW: https://mgba.io PR: 222779 Submitted by: Greg V Added: head/emulators/mgba/ head/emulators/mgba/Makefile (contents, props changed) head/emulators/mgba/distinfo (contents, props changed) head/emulators/mgba/pkg-descr (contents, props changed) head/emulators/mgba/pkg-plist (contents, props changed) Modified: head/emulators/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Thu Oct 5 16:14:42 2017 (r451321) +++ head/emulators/Makefile Thu Oct 5 16:35:17 2017 (r451322) @@ -79,6 +79,7 @@ SUBDIR += mastergear SUBDIR += mednafen SUBDIR += mess + SUBDIR += mgba SUBDIR += mtools SUBDIR += mupen64plus SUBDIR += mupen64plus-audio-sdl Added: head/emulators/mgba/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/mgba/Makefile Thu Oct 5 16:35:17 2017 (r451322) @@ -0,0 +1,65 @@ +# $FreeBSD$ + +PORTNAME= mgba +DISTVERSION= 0.6.1 +CATEGORIES= emulators + +MAINTAINER= greg@unrelenting.technology +COMMENT= Game Boy Advance (GBA) emulator/debugger + +LICENSE= MPL20 BSD3CLAUSE LGPL21+ +LICENSE_COMB= multi +LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/src/third-party/inih/LICENSE.txt +LICENSE_FILE_LGPL21+= ${WRKSRC}/src/third-party/blip_buf/license.txt +LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ + libpng16.so:graphics/png + +USES= cmake:outsource compiler:c++11-lang localbase:ldflags pkgconfig sqlite:3 + +USE_GITHUB= yes +GH_ACCOUNT= mgba-emu + +USE_GL= gl glu +USE_SDL= sdl2 + +CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR:STRING="${DOCSDIR}" \ + -DUSE_MINIZIP:BOOL=OFF \ + -DUSE_LIBZIP:BOOL=OFF \ + -DUSE_ZLIB:BOOL=ON \ + -DUSE_LZMA:BOOL=ON \ + -DUSE_SQLITE3:BOOL=ON \ + -DBUILD_GL:BOOL=ON \ + -DBUILD_GLES2:BOOL=OFF +LDFLAGS+= -Wl,--as-needed # glu + +OPTIONS_DEFINE= DEBUGGERS FFMPEG MAGICK QT5 +OPTIONS_DEFAULT= DEBUGGERS FFMPEG MAGICK QT5 +OPTIONS_SUB= yes + +DEBUGGERS_DESC= Debugging infrastructure (CLI debugger, GDB remote stub) +FFMPEG_DESC= FFmpeg video recording support +MAGICK_DESC= ImageMagick GIF recording support +QT5_DESC= Qt 5 frontend + +DEBUGGERS_CMAKE_BOOL= USE_DEBUGGERS USE_EDITLINE USE_GDB_STUB +DEBUGGERS_USES= libedit + +FFMPEG_CMAKE_BOOL= USE_FFMPEG +FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ + libavformat.so:multimedia/ffmpeg \ + libavresample.so:multimedia/ffmpeg \ + libavutil.so:multimedia/ffmpeg \ + libswscale.so:multimedia/ffmpeg + +MAGICK_CMAKE_BOOL= USE_MAGICK +MAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \ + libMagickCore-6.so:graphics/ImageMagick + +QT5_CMAKE_BOOL= BUILD_QT +QT5_USE= qt5=qmake_build,buildtools_build,core,gui,widgets,network,opengl,multimedia +QT5_USES= desktop-file-utils +QT5_VARS= installs_icons=yes + +.include Added: head/emulators/mgba/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/mgba/distinfo Thu Oct 5 16:35:17 2017 (r451322) @@ -0,0 +1,3 @@ +TIMESTAMP = 1507126883 +SHA256 (mgba-emu-mgba-0.6.1_GH0.tar.gz) = 7c78feb0aa12930b993ca1b220d282ed178e306621559e48bb168623030eb876 +SIZE (mgba-emu-mgba-0.6.1_GH0.tar.gz) = 7437240 Added: head/emulators/mgba/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/mgba/pkg-descr Thu Oct 5 16:35:17 2017 (r451322) @@ -0,0 +1,10 @@ +A modern open source Game Boy Advance emulator, with support for Game +Boy and Game Boy Color games as well. The project started in April +2013 with the goal of being fast enough to run on lower end hardware +than other emulators support, without sacrificing accuracy or +portability. Other goals include accurate enough emulation to provide +a development environment for homebrew software, a good workflow for +tool-assist runners, and a modern feature set for emulators that older +emulators may not support. + +WWW: https://mgba.io Added: head/emulators/mgba/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/mgba/pkg-plist Thu Oct 5 16:35:17 2017 (r451322) @@ -0,0 +1,50 @@ +bin/mgba +%%QT5%%bin/mgba-qt +include/mgba/flags.h +lib/libmgba.so.0.6 +lib/libmgba.so.0.6.1 +%%QT5%%man/man6/mgba-qt.6.gz +man/man6/mgba.6.gz +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%QT5%%share/applications/mgba-qt.desktop +share/icons/hicolor/128x128/apps/mgba.png +share/icons/hicolor/16x16/apps/mgba.png +share/icons/hicolor/24x24/apps/mgba.png +share/icons/hicolor/256x256/apps/mgba.png +share/icons/hicolor/32x32/apps/mgba.png +share/icons/hicolor/48x48/apps/mgba.png +share/icons/hicolor/512x512/apps/mgba.png +share/icons/hicolor/64x64/apps/mgba.png +share/icons/hicolor/96x96/apps/mgba.png +%%QT5%%%%DATADIR%%/nointro.dat +%%QT5%%%%DATADIR%%/shaders/agb001.shader/agb001.fs +%%QT5%%%%DATADIR%%/shaders/agb001.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/ags001.shader/ags001-light.fs +%%QT5%%%%DATADIR%%/shaders/ags001.shader/ags001.fs +%%QT5%%%%DATADIR%%/shaders/ags001.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/fish.shader/fish.fs +%%QT5%%%%DATADIR%%/shaders/fish.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/gba-color.shader/gba-color.fs +%%QT5%%%%DATADIR%%/shaders/gba-color.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/lcd.shader/lcd.fs +%%QT5%%%%DATADIR%%/shaders/lcd.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/motion_blur.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/motion_blur.shader/motion_blur.fs +%%QT5%%%%DATADIR%%/shaders/pixelate.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/scanlines.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/scanlines.shader/scanlines.fs +%%QT5%%%%DATADIR%%/shaders/soften.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/soften.shader/soften.fs +%%QT5%%%%DATADIR%%/shaders/vba_pixelate.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/vba_pixelate.shader/vba_pixelate.fs +%%QT5%%%%DATADIR%%/shaders/vignette.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/vignette.shader/vignette.fs +%%QT5%%%%DATADIR%%/shaders/wiiu.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/wiiu.shader/wiiu.fs +%%QT5%%%%DATADIR%%/shaders/xbr-lv2.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/xbr-lv2.shader/xbr.fs +%%QT5%%%%DATADIR%%/shaders/xbr-lv2.shader/xbr.vs +%%QT5%%%%DATADIR%%/shaders/xbr-lv3.shader/manifest.ini +%%QT5%%%%DATADIR%%/shaders/xbr-lv3.shader/xbr.fs +%%QT5%%%%DATADIR%%/shaders/xbr-lv3.shader/xbr.vs From owner-svn-ports-all@freebsd.org Thu Oct 5 16:40:42 2017 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 16F16E3CA9E; Thu, 5 Oct 2017 16:40:42 +0000 (UTC) (envelope-from jlaffaye@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 D75857C7B2; Thu, 5 Oct 2017 16:40:41 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95Gef5v048346; Thu, 5 Oct 2017 16:40:41 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95GeeMF048344; Thu, 5 Oct 2017 16:40:40 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201710051640.v95GeeMF048344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Thu, 5 Oct 2017 16:40:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451323 - head/lang/go X-SVN-Group: ports-head X-SVN-Commit-Author: jlaffaye X-SVN-Commit-Paths: head/lang/go X-SVN-Commit-Revision: 451323 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 16:40:42 -0000 Author: jlaffaye Date: Thu Oct 5 16:40:40 2017 New Revision: 451323 URL: https://svnweb.freebsd.org/changeset/ports/451323 Log: - Update to 1.9.1 Modified: head/lang/go/Makefile head/lang/go/distinfo Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Thu Oct 5 16:35:17 2017 (r451322) +++ head/lang/go/Makefile Thu Oct 5 16:40:40 2017 (r451323) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.9 +PORTVERSION= 1.9.1 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://golang.org/dl/ Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Thu Oct 5 16:35:17 2017 (r451322) +++ head/lang/go/distinfo Thu Oct 5 16:40:40 2017 (r451323) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503644340 -SHA256 (go1.9.src.tar.gz) = a4ab229028ed167ba1986825751463605264e44868362ca8e7accc8be057e993 -SIZE (go1.9.src.tar.gz) = 16377363 +TIMESTAMP = 1507220455 +SHA256 (go1.9.1.src.tar.gz) = a84afc9dc7d64fe0fa84d4d735e2ece23831a22117b50dafc75c1484f1cb550e +SIZE (go1.9.1.src.tar.gz) = 16377700 From owner-svn-ports-all@freebsd.org Thu Oct 5 16:50:42 2017 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 227F3E3CFBA; Thu, 5 Oct 2017 16:50:42 +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 E56877D0E2; Thu, 5 Oct 2017 16:50:41 +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 v95Gofl1051971; Thu, 5 Oct 2017 16:50:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95GofBA051969; Thu, 5 Oct 2017 16:50:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201710051650.v95GofBA051969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 5 Oct 2017 16:50:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451324 - head/astro/josm X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/astro/josm X-SVN-Commit-Revision: 451324 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 16:50:42 -0000 Author: amdmi3 Date: Thu Oct 5 16:50:40 2017 New Revision: 451324 URL: https://svnweb.freebsd.org/changeset/ports/451324 Log: - Update to 12921 Modified: head/astro/josm/Makefile head/astro/josm/distinfo Modified: head/astro/josm/Makefile ============================================================================== --- head/astro/josm/Makefile Thu Oct 5 16:40:40 2017 (r451323) +++ head/astro/josm/Makefile Thu Oct 5 16:50:40 2017 (r451324) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= josm -PORTVERSION= 12712 +PORTVERSION= 12921 CATEGORIES= astro java MASTER_SITES= http://josm.openstreetmap.de/download/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/astro/josm/distinfo ============================================================================== --- head/astro/josm/distinfo Thu Oct 5 16:40:40 2017 (r451323) +++ head/astro/josm/distinfo Thu Oct 5 16:50:40 2017 (r451324) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504536608 -SHA256 (josm-snapshot-12712.jar) = 0ebfb35c07d0a0984cd7f05123719cd4ca710e9c79456bc62bf6ca3dbf27ff52 -SIZE (josm-snapshot-12712.jar) = 11396882 +TIMESTAMP = 1507221001 +SHA256 (josm-snapshot-12921.jar) = 157ebd72ddc49a35a5954da1528eac315cddd18485c3e11a6c212987e8ade6ba +SIZE (josm-snapshot-12921.jar) = 12294676 From owner-svn-ports-all@freebsd.org Thu Oct 5 16:55:59 2017 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 3A154E3D207; Thu, 5 Oct 2017 16:55:59 +0000 (UTC) (envelope-from tijl@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 1503F7D561; Thu, 5 Oct 2017 16:55:59 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95GtwxB055844; Thu, 5 Oct 2017 16:55:58 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95GtwVr055841; Thu, 5 Oct 2017 16:55:58 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201710051655.v95GtwVr055841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 5 Oct 2017 16:55:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451325 - head/devel/linux-c6-devtools X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/devel/linux-c6-devtools X-SVN-Commit-Revision: 451325 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 16:55:59 -0000 Author: tijl Date: Thu Oct 5 16:55:57 2017 New Revision: 451325 URL: https://svnweb.freebsd.org/changeset/ports/451325 Log: Update kernel-headers to 2.6.32-696.10.3.el6. PR: 221893 Submitted by: Piotr Kubaj Modified: head/devel/linux-c6-devtools/Makefile head/devel/linux-c6-devtools/distinfo Modified: head/devel/linux-c6-devtools/Makefile ============================================================================== --- head/devel/linux-c6-devtools/Makefile Thu Oct 5 16:50:40 2017 (r451324) +++ head/devel/linux-c6-devtools/Makefile Thu Oct 5 16:55:57 2017 (r451325) @@ -3,11 +3,11 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel BIN_DISTNAMES= binutils-2.20.51.0.2-5.47.el6_9.1 \ glibc-headers-2.12-1.209.el6_9.2 \ - kernel-headers-2.6.32-696.3.2.el6 \ + kernel-headers-2.6.32-696.10.3.el6 \ mpfr-2.4.1-6.el6 \ cpp-4.4.7-18.el6 \ gcc-4.4.7-18.el6 \ @@ -19,7 +19,7 @@ LIB_DISTNAMES= binutils-devel-2.20.51.0.2-5.47.el6_9.1 libgomp-4.4.7-18.el6 SRC_DISTFILES= binutils-2.20.51.0.2-5.47.el6_9.1${SRC_SUFX}:SOURCE \ glibc-2.12-1.209.el6_9.2${SRC_SUFX}:SOURCE \ - kernel-2.6.32-696.3.2.el6${SRC_SUFX}:SOURCE \ + kernel-2.6.32-696.10.3.el6${SRC_SUFX}:SOURCE \ mpfr-2.4.1-6.el6${SRC_SUFX}:SOURCE \ gcc-4.4.7-18.el6${SRC_SUFX}:SOURCE Modified: head/devel/linux-c6-devtools/distinfo ============================================================================== --- head/devel/linux-c6-devtools/distinfo Thu Oct 5 16:50:40 2017 (r451324) +++ head/devel/linux-c6-devtools/distinfo Thu Oct 5 16:55:57 2017 (r451325) @@ -1,4 +1,4 @@ -TIMESTAMP = 1499441397 +TIMESTAMP = 1507219825 SHA256 (centos/binutils-2.20.51.0.2-5.47.el6_9.1.i686.rpm) = 522137f6ad927defa29d622f9c898b15cfcb831bc9540a744cc633ce592029d4 SIZE (centos/binutils-2.20.51.0.2-5.47.el6_9.1.i686.rpm) = 2916548 SHA256 (centos/binutils-2.20.51.0.2-5.47.el6_9.1.x86_64.rpm) = 3ddfa87eb95de0b5b9c45c9066c888f5ad09604f828f781c9667d9e567b16a98 @@ -31,10 +31,10 @@ SHA256 (centos/glibc-headers-2.12-1.209.el6_9.2.i686.r SIZE (centos/glibc-headers-2.12-1.209.el6_9.2.i686.rpm) = 642772 SHA256 (centos/glibc-headers-2.12-1.209.el6_9.2.x86_64.rpm) = 021becbbd47a5ddcd82b59a697918f7af7193539cf574039593016e0b2e44cc0 SIZE (centos/glibc-headers-2.12-1.209.el6_9.2.x86_64.rpm) = 634508 -SHA256 (centos/kernel-headers-2.6.32-696.3.2.el6.i686.rpm) = d821e117dfa8ee68108120528ce82166756ee12ba45840c6aac8b9294e384918 -SIZE (centos/kernel-headers-2.6.32-696.3.2.el6.i686.rpm) = 4675800 -SHA256 (centos/kernel-headers-2.6.32-696.3.2.el6.x86_64.rpm) = 590859bdff07c0760d3b8d464afcb8c9a9cc65005f7197b3487fffd129e36499 -SIZE (centos/kernel-headers-2.6.32-696.3.2.el6.x86_64.rpm) = 4675780 +SHA256 (centos/kernel-headers-2.6.32-696.10.3.el6.i686.rpm) = 5454beb01c3d7cc4e6ccf7831ac0eb191ea2e44aaa53690c413fe44462c902b3 +SIZE (centos/kernel-headers-2.6.32-696.10.3.el6.i686.rpm) = 4679104 +SHA256 (centos/kernel-headers-2.6.32-696.10.3.el6.x86_64.rpm) = 303b8df4e585d9954b566329a16f2abab68783d82ebe619b5beb08fbb7b97f3d +SIZE (centos/kernel-headers-2.6.32-696.10.3.el6.x86_64.rpm) = 4678992 SHA256 (centos/libgomp-4.4.7-18.el6.i686.rpm) = 5615497c2a9749cab95bfe1c01510b4f9f1571f4d84edf850539e033356ffc5c SIZE (centos/libgomp-4.4.7-18.el6.i686.rpm) = 139528 SHA256 (centos/libgomp-4.4.7-18.el6.x86_64.rpm) = 7d0c403cf25dad894cf6e9ea899f5288e74828bc9f0d415d8204d41c2a3a77d2 @@ -51,8 +51,8 @@ SHA256 (centos/binutils-2.20.51.0.2-5.47.el6_9.1.src.r SIZE (centos/binutils-2.20.51.0.2-5.47.el6_9.1.src.rpm) = 16330973 SHA256 (centos/glibc-2.12-1.209.el6_9.2.src.rpm) = 117b8365020b0540e92e01c9d34ae7351805551b8c8850068936e7fa54c83fb8 SIZE (centos/glibc-2.12-1.209.el6_9.2.src.rpm) = 16764585 -SHA256 (centos/kernel-2.6.32-696.3.2.el6.src.rpm) = a30a967dec1e315ac74ca839749037217e01441fed806a25e075108e99fb07db -SIZE (centos/kernel-2.6.32-696.3.2.el6.src.rpm) = 134867384 +SHA256 (centos/kernel-2.6.32-696.10.3.el6.src.rpm) = 6a35901d0c441f3bcfb438598e8658e497c406fab60c784a80b77c47d109c8e0 +SIZE (centos/kernel-2.6.32-696.10.3.el6.src.rpm) = 134883333 SHA256 (centos/mpfr-2.4.1-6.el6.src.rpm) = 4b5fcd2cf40deb6a791f4fa4e39315e2345001e528c45ed52042e3c4ba467f6c SIZE (centos/mpfr-2.4.1-6.el6.src.rpm) = 911271 SHA256 (centos/gcc-4.4.7-18.el6.src.rpm) = 924a63eb5a8c653adbd4eae767cd10e735075e7ae288849b0aba66ee75beb61d From owner-svn-ports-all@freebsd.org Thu Oct 5 17:01:05 2017 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 BC252E3D6AF; Thu, 5 Oct 2017 17:01:05 +0000 (UTC) (envelope-from tijl@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 92CF87DA6C; Thu, 5 Oct 2017 17:01:05 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95H14JP056862; Thu, 5 Oct 2017 17:01:04 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95H14hQ056860; Thu, 5 Oct 2017 17:01:04 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201710051701.v95H14hQ056860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 5 Oct 2017 17:01:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451326 - head/security/linux-c6-nss X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/security/linux-c6-nss X-SVN-Commit-Revision: 451326 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 17:01:05 -0000 Author: tijl Date: Thu Oct 5 17:01:04 2017 New Revision: 451326 URL: https://svnweb.freebsd.org/changeset/ports/451326 Log: Update nss to 3.28.4-4.el6_9. Modified: head/security/linux-c6-nss/Makefile head/security/linux-c6-nss/distinfo Modified: head/security/linux-c6-nss/Makefile ============================================================================== --- head/security/linux-c6-nss/Makefile Thu Oct 5 16:55:57 2017 (r451325) +++ head/security/linux-c6-nss/Makefile Thu Oct 5 17:01:04 2017 (r451326) @@ -3,7 +3,7 @@ PORTNAME= nss PORTVERSION= 3.28.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security linux LIB_DISTNAMES= ${DISTNAME} \ ${PORTNAME}-util-${PORTVERSION}-1.el6_9 \ @@ -18,7 +18,7 @@ COMMENT= Network Security Services (Linux CentOS ${LIN LICENSE= MPL DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 3.el6_9 +RPMVERSION= 4.el6_9 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= nspr sqlite3 Modified: head/security/linux-c6-nss/distinfo ============================================================================== --- head/security/linux-c6-nss/distinfo Thu Oct 5 16:55:57 2017 (r451325) +++ head/security/linux-c6-nss/distinfo Thu Oct 5 17:01:04 2017 (r451326) @@ -1,8 +1,8 @@ -TIMESTAMP = 1499439708 -SHA256 (centos/nss-3.28.4-3.el6_9.i686.rpm) = d77edfa78ee44700556252fe80f032fc033a55fb7bb2f2c5ba5aea73a1125c1d -SIZE (centos/nss-3.28.4-3.el6_9.i686.rpm) = 903148 -SHA256 (centos/nss-3.28.4-3.el6_9.x86_64.rpm) = e31ab61a961da1167d5d3fec3b4d2735602e942dd2491ce6f09536030b971a1f -SIZE (centos/nss-3.28.4-3.el6_9.x86_64.rpm) = 900308 +TIMESTAMP = 1507222604 +SHA256 (centos/nss-3.28.4-4.el6_9.i686.rpm) = 56099ae34645fa89d00010fe614df83a79a1925be3830dcbb67e9b00b38894a9 +SIZE (centos/nss-3.28.4-4.el6_9.i686.rpm) = 903260 +SHA256 (centos/nss-3.28.4-4.el6_9.x86_64.rpm) = 9443be70c900ba4987de5f794275c757aafadfe2f6f0445cd296857c371caa0b +SIZE (centos/nss-3.28.4-4.el6_9.x86_64.rpm) = 900212 SHA256 (centos/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 05ddcfdc1ac5e369ce1fc6c11b5d11e96ee14a87e30d16b150950bf769029022 SIZE (centos/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 276536 SHA256 (centos/nss-softokn-3.14.3-23.3.el6_8.x86_64.rpm) = 7e4298904daec41067f01c8943055560cd153d1f39c668c6d2fa978a3d66dd81 @@ -11,8 +11,8 @@ SHA256 (centos/nss-util-3.28.4-1.el6_9.i686.rpm) = 09d SIZE (centos/nss-util-3.28.4-1.el6_9.i686.rpm) = 69468 SHA256 (centos/nss-util-3.28.4-1.el6_9.x86_64.rpm) = 62d946e014cfbfb7cc657a58295a8f27b11043f2136edf91126b3ff467400c85 SIZE (centos/nss-util-3.28.4-1.el6_9.x86_64.rpm) = 70016 -SHA256 (centos/nss-3.28.4-3.el6_9.src.rpm) = 362a030086f701a7c8037aec4da72d9995fcf6476acfac5ca9ace4ad12ea0309 -SIZE (centos/nss-3.28.4-3.el6_9.src.rpm) = 7608532 +SHA256 (centos/nss-3.28.4-4.el6_9.src.rpm) = 2679e522de097abe0fd65de3ab24fdf9d1e5b5ec71f677b601dafc9d45b9b53e +SIZE (centos/nss-3.28.4-4.el6_9.src.rpm) = 7609742 SHA256 (centos/nss-util-3.28.4-1.el6_9.src.rpm) = 0667ca1376b6eca9ae5b4b0c5745d5ae9801227458afe5c43fab9422908f8763 SIZE (centos/nss-util-3.28.4-1.el6_9.src.rpm) = 1126368 SHA256 (centos/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 01fe8fafbbfcf904b24e8ea78cc064b2e89fb4c2c14eb8176fb13d15b542b91e From owner-svn-ports-all@freebsd.org Thu Oct 5 17:42:08 2017 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 B448EE3E381; Thu, 5 Oct 2017 17:42:08 +0000 (UTC) (envelope-from joneum@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 8D8437EDF4; Thu, 5 Oct 2017 17:42:08 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95Hg7ZF076310; Thu, 5 Oct 2017 17:42:07 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95Hg78W076306; Thu, 5 Oct 2017 17:42:07 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201710051742.v95Hg78W076306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 5 Oct 2017 17:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451327 - in head: chinese/wordpress-zh_TW russian/wordpress X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head: chinese/wordpress-zh_TW russian/wordpress X-SVN-Commit-Revision: 451327 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 17:42:08 -0000 Author: joneum Date: Thu Oct 5 17:42:07 2017 New Revision: 451327 URL: https://svnweb.freebsd.org/changeset/ports/451327 Log: Update to 4.8.2 - Changelog: https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/ Approved by: mentors (implicit) MFH: 2017Q4 Security: a48d4478-e23f-4085-8ae4-6b3a7b6f016b Modified: head/chinese/wordpress-zh_TW/Makefile head/chinese/wordpress-zh_TW/distinfo head/russian/wordpress/Makefile head/russian/wordpress/distinfo Modified: head/chinese/wordpress-zh_TW/Makefile ============================================================================== --- head/chinese/wordpress-zh_TW/Makefile Thu Oct 5 17:01:04 2017 (r451326) +++ head/chinese/wordpress-zh_TW/Makefile Thu Oct 5 17:42:07 2017 (r451327) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.8 +PORTVERSION= 4.8.2 DISTVERSIONSUFFIX= -zh_TW CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ Modified: head/chinese/wordpress-zh_TW/distinfo ============================================================================== --- head/chinese/wordpress-zh_TW/distinfo Thu Oct 5 17:01:04 2017 (r451326) +++ head/chinese/wordpress-zh_TW/distinfo Thu Oct 5 17:42:07 2017 (r451327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499880743 -SHA256 (wordpress-4.8-zh_TW.tar.gz) = 32cf4521d7496d1e7dc01c399febb503149a21d9717f5e98169467527135da66 -SIZE (wordpress-4.8-zh_TW.tar.gz) = 8644150 +TIMESTAMP = 1507223217 +SHA256 (wordpress-4.8.2-zh_TW.tar.gz) = c8763c6dd334fb4d4efdc95089667e382bbe244966ab48d4f0f31c9fd53b63da +SIZE (wordpress-4.8.2-zh_TW.tar.gz) = 8629518 Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Thu Oct 5 17:01:04 2017 (r451326) +++ head/russian/wordpress/Makefile Thu Oct 5 17:42:07 2017 (r451327) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.8.1 +PORTVERSION= 4.8.2 DISTVERSIONSUFFIX= -ru_RU CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ Modified: head/russian/wordpress/distinfo ============================================================================== --- head/russian/wordpress/distinfo Thu Oct 5 17:01:04 2017 (r451326) +++ head/russian/wordpress/distinfo Thu Oct 5 17:42:07 2017 (r451327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501748630 -SHA256 (wordpress-4.8.1-ru_RU.tar.gz) = 6ceaa6563b6ac298eefd26cbfb8e3713b39ab3dde19fa805c279aee9ae1ea49e -SIZE (wordpress-4.8.1-ru_RU.tar.gz) = 8702334 +TIMESTAMP = 1507223353 +SHA256 (wordpress-4.8.2-ru_RU.tar.gz) = e42c1f721cc139e9d43c953f53ae2cbfe6dc3383e458bcf484c4de97258ad08a +SIZE (wordpress-4.8.2-ru_RU.tar.gz) = 8705745 From owner-svn-ports-all@freebsd.org Thu Oct 5 18:05:38 2017 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 36978E3EBAD; Thu, 5 Oct 2017 18:05:38 +0000 (UTC) (envelope-from joneum@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 03C1E7FB5C; Thu, 5 Oct 2017 18:05:37 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95I5btX084757; Thu, 5 Oct 2017 18:05:37 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95I5a6j084755; Thu, 5 Oct 2017 18:05:36 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201710051805.v95I5a6j084755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 5 Oct 2017 18:05:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451328 - head/www/trac-privatetickets X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/trac-privatetickets X-SVN-Commit-Revision: 451328 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 18:05:38 -0000 Author: joneum Date: Thu Oct 5 18:05:36 2017 New Revision: 451328 URL: https://svnweb.freebsd.org/changeset/ports/451328 Log: www/trac-privatetickets: Update from 2.1.0 to 2.2.0 Approved by: mentors (implicit) Modified: head/www/trac-privatetickets/Makefile head/www/trac-privatetickets/distinfo Modified: head/www/trac-privatetickets/Makefile ============================================================================== --- head/www/trac-privatetickets/Makefile Thu Oct 5 17:42:07 2017 (r451327) +++ head/www/trac-privatetickets/Makefile Thu Oct 5 18:05:36 2017 (r451328) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= privatetickets -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= trac- Modified: head/www/trac-privatetickets/distinfo ============================================================================== --- head/www/trac-privatetickets/distinfo Thu Oct 5 17:42:07 2017 (r451327) +++ head/www/trac-privatetickets/distinfo Thu Oct 5 18:05:36 2017 (r451328) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489975442 -SHA256 (TracPrivateTickets-2.1.0.tar.gz) = 2bd0c27c1cb24f7dfdaa508dead15dce68f60d7d027e861d6b4ec5d947ae4630 -SIZE (TracPrivateTickets-2.1.0.tar.gz) = 4515 +TIMESTAMP = 1507226212 +SHA256 (TracPrivateTickets-2.2.0.tar.gz) = a42bac5d2cf655d919355104f43ab19e64fd0b205e7d273eef3531e0f422b2fa +SIZE (TracPrivateTickets-2.2.0.tar.gz) = 4520 From owner-svn-ports-all@freebsd.org Thu Oct 5 18:19:11 2017 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 2087BE3ED81; Thu, 5 Oct 2017 18:19:11 +0000 (UTC) (envelope-from kwm@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 E16E6800F6; Thu, 5 Oct 2017 18:19:10 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95IJAmZ089183; Thu, 5 Oct 2017 18:19:10 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95IJ92b089174; Thu, 5 Oct 2017 18:19:09 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201710051819.v95IJ92b089174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 5 Oct 2017 18:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451329 - in head/graphics: py-cairo py-cairo/files py3-cairo py3-cairo/files X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head/graphics: py-cairo py-cairo/files py3-cairo py3-cairo/files X-SVN-Commit-Revision: 451329 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 18:19:11 -0000 Author: kwm Date: Thu Oct 5 18:19:09 2017 New Revision: 451329 URL: https://svnweb.freebsd.org/changeset/ports/451329 Log: Update cairo python bindings to 1.14.1. * Update MASTER_SITE and WWW to point the new home * Build from the same distfile * Use python distutils to build the port instead of waf * Drop stale MCom $Id * Add license Obtained from: gnome devel repo Deleted: head/graphics/py-cairo/files/ head/graphics/py3-cairo/files/ Modified: head/graphics/py-cairo/Makefile head/graphics/py-cairo/distinfo head/graphics/py-cairo/pkg-descr head/graphics/py-cairo/pkg-plist head/graphics/py3-cairo/Makefile head/graphics/py3-cairo/distinfo head/graphics/py3-cairo/pkg-descr head/graphics/py3-cairo/pkg-plist Modified: head/graphics/py-cairo/Makefile ============================================================================== --- head/graphics/py-cairo/Makefile Thu Oct 5 18:05:36 2017 (r451328) +++ head/graphics/py-cairo/Makefile Thu Oct 5 18:19:09 2017 (r451329) @@ -1,28 +1,30 @@ # Created by: Michael Johnson # $FreeBSD$ -# $MCom: ports/graphics/py-cairo/Makefile,v 1.28 2010/11/15 14:12:13 kwm Exp $ PORTNAME= cairo -PORTVERSION= 1.10.0 -PORTREVISION= 2 +PORTVERSION= 1.14.1 CATEGORIES= graphics python -MASTER_SITES= http://cairographics.org/releases/ +MASTER_SITES= https://github.com/pygobject/pycairo/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py2${PORTNAME}-${PORTVERSION} +DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Python 2 bindings for Cairo -USES= pkgconfig python:2 shebangfix tar:bzip2 waf +LICENSE= LGPL21 MPL11 +LICENSE_COMB= multi +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING-LGPL-2.1 +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING-MPL-1.1 + +PORTSCOUT= limitw:1,even + +USES= gnome pkgconfig python:2 +USE_PYTHON= distutils USE_GNOME= cairo -SHEBANG_FILES= examples/*.py examples/*/*.py test/*.py +PLIST_SUB= PORTVER=${PORTVERSION} post-install: - @cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ - -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} - @cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ - -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cairo/_cairo.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cairo/_cairo.so .include Modified: head/graphics/py-cairo/distinfo ============================================================================== --- head/graphics/py-cairo/distinfo Thu Oct 5 18:05:36 2017 (r451328) +++ head/graphics/py-cairo/distinfo Thu Oct 5 18:19:09 2017 (r451329) @@ -1,2 +1,3 @@ -SHA256 (py2cairo-1.10.0.tar.bz2) = d30439f06c2ec1a39e27464c6c828b6eface3b22ee17b2de05dc409e429a7431 -SIZE (py2cairo-1.10.0.tar.bz2) = 402070 +TIMESTAMP = 1506343145 +SHA256 (pycairo-1.14.1.tar.gz) = 0d13a0a6eeaf0c357db04392943eb9b25767445608d31dde1307f003f68c5754 +SIZE (pycairo-1.14.1.tar.gz) = 154394 Modified: head/graphics/py-cairo/pkg-descr ============================================================================== --- head/graphics/py-cairo/pkg-descr Thu Oct 5 18:05:36 2017 (r451328) +++ head/graphics/py-cairo/pkg-descr Thu Oct 5 18:19:09 2017 (r451329) @@ -1,3 +1,3 @@ Python 2 bindings for Cairo. -WWW: http://cairographics.org/ +WWW: https://github.com/pygobject/pycairo Modified: head/graphics/py-cairo/pkg-plist ============================================================================== --- head/graphics/py-cairo/pkg-plist Thu Oct 5 18:05:36 2017 (r451328) +++ head/graphics/py-cairo/pkg-plist Thu Oct 5 18:19:09 2017 (r451329) @@ -1,6 +1,10 @@ include/pycairo/pycairo.h %%PYTHON_SITELIBDIR%%/cairo/__init__.py %%PYTHON_SITELIBDIR%%/cairo/__init__.pyc -%%PYTHON_SITELIBDIR%%/cairo/__init__.pyo +%%PYTHON_SITELIBDIR%%/cairo/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/cairo/_cairo.so +%%PYTHON_SITELIBDIR%%/pycairo-%%PORTVER%%-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/pycairo-%%PORTVER%%-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/pycairo-%%PORTVER%%-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/pycairo-%%PORTVER%%-py%%PYTHON_VER%%.egg-info/top_level.txt libdata/pkgconfig/pycairo.pc Modified: head/graphics/py3-cairo/Makefile ============================================================================== --- head/graphics/py3-cairo/Makefile Thu Oct 5 18:05:36 2017 (r451328) +++ head/graphics/py3-cairo/Makefile Thu Oct 5 18:19:09 2017 (r451329) @@ -1,42 +1,30 @@ # Created by: Michael Johnson # $FreeBSD$ -# $MCom: ports/graphics/py-cairo/Makefile,v 1.28 2010/11/15 14:12:13 kwm Exp $ PORTNAME= cairo -PORTVERSION= 1.10.0 -PORTREVISION= 3 +PORTVERSION= 1.14.1 CATEGORIES= graphics python -MASTER_SITES= http://cairographics.org/releases/ +MASTER_SITES= https://github.com/pygobject/pycairo/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Python 3 bindings for Cairo -USES= pkgconfig python:3 shebangfix tar:bzip2 waf -USE_GNOME= cairo -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LICENSE= LGPL21 MPL11 +LICENSE_COMB= multi +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING-LGPL-2.1 +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING-MPL-1.1 -SHEBANG_FILES= examples/*.py examples/*/*.py test/*.py +PORTSCOUT= limitw:1,even -post-patch: - @${REINPLACE_CMD} -e 's|python %s|${PYTHON_CMD} %s|g' \ - ${WRKSRC}/test/examples_test.py +USES= gnome pkgconfig python:3 +USE_PYTHON= distutils +USE_GNOME= cairo -pre-configure: -# Run waf configure twice, once to extract waflib and patch and then actual configure - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} || : - @cd ${WRKSRC}/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/ && \ - ${PATCH} -p1 < ${FILESDIR}/pycairo-1.10.0-waf-py3_4.patch && \ - ${PATCH} -p1 < ${FILESDIR}/pycairo-1.10.0-waf-py3_5.patch +PLIST_SUB= PORTVER=${PORTVERSION} post-install: - @${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/cairo/__init__.py[co] - @cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ - -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} - @cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ - -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cairo/_cairo.so .include Modified: head/graphics/py3-cairo/distinfo ============================================================================== --- head/graphics/py3-cairo/distinfo Thu Oct 5 18:05:36 2017 (r451328) +++ head/graphics/py3-cairo/distinfo Thu Oct 5 18:19:09 2017 (r451329) @@ -1,2 +1,3 @@ -SHA256 (pycairo-1.10.0.tar.bz2) = 9aa4078e7eb5be583aeabbe8d87172797717f95e8c4338f0d4a17b683a7253be -SIZE (pycairo-1.10.0.tar.bz2) = 246556 +TIMESTAMP = 1506344417 +SHA256 (pycairo-1.14.1.tar.gz) = 0d13a0a6eeaf0c357db04392943eb9b25767445608d31dde1307f003f68c5754 +SIZE (pycairo-1.14.1.tar.gz) = 154394 Modified: head/graphics/py3-cairo/pkg-descr ============================================================================== --- head/graphics/py3-cairo/pkg-descr Thu Oct 5 18:05:36 2017 (r451328) +++ head/graphics/py3-cairo/pkg-descr Thu Oct 5 18:19:09 2017 (r451329) @@ -1,3 +1,3 @@ Python 3 bindings for Cairo. -WWW: http://cairographics.org/ +WWW: https://github.com/pygobject/pycairo Modified: head/graphics/py3-cairo/pkg-plist ============================================================================== --- head/graphics/py3-cairo/pkg-plist Thu Oct 5 18:05:36 2017 (r451328) +++ head/graphics/py3-cairo/pkg-plist Thu Oct 5 18:19:09 2017 (r451329) @@ -3,4 +3,8 @@ include/pycairo/py3cairo.h %%PYTHON_SITELIBDIR%%/cairo/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/cairo/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/cairo/_cairo.so +%%PYTHON_SITELIBDIR%%/pycairo-%%PORTVER%%-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/pycairo-%%PORTVER%%-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/pycairo-%%PORTVER%%-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/pycairo-%%PORTVER%%-py%%PYTHON_VER%%.egg-info/top_level.txt libdata/pkgconfig/py3cairo.pc From owner-svn-ports-all@freebsd.org Thu Oct 5 18:35:53 2017 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 DA73AE3F3B1; Thu, 5 Oct 2017 18:35:53 +0000 (UTC) (envelope-from feld@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 B166B80AF9; Thu, 5 Oct 2017 18:35:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95IZqV2097758; Thu, 5 Oct 2017 18:35:52 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95IZpKf097750; Thu, 5 Oct 2017 18:35:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201710051835.v95IZpKf097750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 5 Oct 2017 18:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451330 - in head/net-mgmt: . pdagent-integrations pdagent-integrations/files X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/net-mgmt: . pdagent-integrations pdagent-integrations/files X-SVN-Commit-Revision: 451330 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 18:35:54 -0000 Author: feld Date: Thu Oct 5 18:35:51 2017 New Revision: 451330 URL: https://svnweb.freebsd.org/changeset/ports/451330 Log: This project contains integrations for various monitoring tools with the PagerDuty Agent. It currently includes support for: Nagios Sensu Zabbix WWW: https://github.com/PagerDuty/pdagent-integrations Added: head/net-mgmt/pdagent-integrations/ head/net-mgmt/pdagent-integrations/Makefile (contents, props changed) head/net-mgmt/pdagent-integrations/distinfo (contents, props changed) head/net-mgmt/pdagent-integrations/files/ head/net-mgmt/pdagent-integrations/files/pagerduty-icinga2.conf.in (contents, props changed) head/net-mgmt/pdagent-integrations/files/patch-bin_pd-nagios (contents, props changed) head/net-mgmt/pdagent-integrations/files/pkg-message.in (contents, props changed) head/net-mgmt/pdagent-integrations/pkg-descr (contents, props changed) head/net-mgmt/pdagent-integrations/pkg-plist (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Thu Oct 5 18:19:09 2017 (r451329) +++ head/net-mgmt/Makefile Thu Oct 5 18:35:51 2017 (r451330) @@ -277,6 +277,7 @@ SUBDIR += pandorafms_agent SUBDIR += pandorafms_console SUBDIR += pandorafms_server + SUBDIR += pdagent-integrations SUBDIR += percona-monitoring-plugins SUBDIR += pftabled SUBDIR += php56-snmp Added: head/net-mgmt/pdagent-integrations/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/pdagent-integrations/Makefile Thu Oct 5 18:35:51 2017 (r451330) @@ -0,0 +1,40 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= pdagent-integrations +PORTVERSION= 1.4 +DISTVERSIONPREFIX=v +CATEGORIES= net-mgmt python + +MAINTAINER= feld@FreeBSD.org +COMMENT= PagerDuty integrations for monitoring monitoring tools + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdagent>0:net-mgmt/py-pdagent + +USES= python shebangfix + +USE_GITHUB= yes +GH_ACCOUNT= PagerDuty + +SHEBANG_FILES= bin/* + +SUB_FILES= pagerduty-icinga2.conf pkg-message + +NO_ARCH= yes +NO_BUILD= yes + +post-patch: + ${REINPLACE_CMD} 's|/usr/share/pdagent-integrations/bin|${PREFIX}/bin|g' ${WRKSRC}/pagerduty_nagios.cfg ${WRKSRC}/conf.d/sensu_pagerduty_handler.json + +do-install: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/bin/pd-nagios ${STAGEDIR}${LOCALBASE}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/pd-sensu ${STAGEDIR}${LOCALBASE}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/pd-zabbix ${STAGEDIR}${LOCALBASE}/bin + ${INSTALL_DATA} ${WRKSRC}/conf.d/sensu_pagerduty_handler.json ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/pagerduty_nagios.cfg ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKDIR}/pagerduty-icinga2.conf ${STAGEDIR}${EXAMPLESDIR} + +.include Added: head/net-mgmt/pdagent-integrations/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/pdagent-integrations/distinfo Thu Oct 5 18:35:51 2017 (r451330) @@ -0,0 +1,3 @@ +TIMESTAMP = 1507219750 +SHA256 (PagerDuty-pdagent-integrations-v1.4_GH0.tar.gz) = f4d18b1759ee0dfdcff4dd10f73c2bd3dd5d1ef0e2629141edd5f07f32c6e4f1 +SIZE (PagerDuty-pdagent-integrations-v1.4_GH0.tar.gz) = 17643 Added: head/net-mgmt/pdagent-integrations/files/pagerduty-icinga2.conf.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/pdagent-integrations/files/pagerduty-icinga2.conf.in Thu Oct 5 18:35:51 2017 (r451330) @@ -0,0 +1,91 @@ +object User "pagerduty" { + pager = "YOUR-INTEGRATION-KEY-HERE" + groups = [ "icingaadmins" ] + display_name = "PagerDuty Notification User" + states = [ OK, Warning, Critical, Unknown, Up, Down ] + types = [ Problem, Acknowledgement, Recovery ] +} + +object NotificationCommand "notify-service-by-pagerduty" { + import "plugin-notification-command" + command = [ "%%PREFIX%%/bin/pd-nagios" ] + arguments = { + "-n" = { + order = 0 + value = "service" + } + "-k" = { + order = 1 + value = "$user.pager$" + } + "-t" = { + order = 2 + value = "$notification.type$" + } + "-f" = { + order = 3 + repeat_key = true + value = "$f_args$" + } + } + + vars.f_args = [ + "SERVICEDESC=$service.name$", + "SERVICEDISPLAYNAME=$service.display_name$", + "HOSTNAME=$host.name$", + "HOSTSTATE=$host.state$", + "HOSTDISPLAYNAME=$host.display_name$", + "SERVICESTATE=$service.state$", + "SERVICEPROBLEMID=$service.state_id$", + "SERVICEOUTPUT=$service.output$" + ] +} + +object NotificationCommand "notify-host-by-pagerduty" { + import "plugin-notification-command" + command = [ "%%PREFIX%%/bin/pd-nagios" ] + arguments = { + "-n" = { + order = 0 + value = "host" + } + "-k" = { + order = 1 + value = "$user.pager$" + } + "-t" = { + order = 2 + value = "$notification.type$" + } + "-f" = { + order = 3 + repeat_key = true + value = "$f_args$" + } + } + + vars.f_args = [ + "HOSTNAME=$host.name$", + "HOSTSTATE=$host.state$", + "HOSTPROBLEMID=$host.state_id$", + "HOSTOUTPUT=$host.output$" + ] +} + +apply Notification "pagerduty-service" to Service { + command = "notify-service-by-pagerduty" + states = [ OK, Warning, Critical, Unknown ] + types = [ Problem, Acknowledgement, Recovery ] + period = "24x7" + users = [ "pagerduty" ] + assign where service.vars.enable_pagerduty == true +} + +apply Notification "pagerduty-host" to Host { + command = "notify-host-by-pagerduty" + states = [ Up, Down ] + types = [ Problem, Acknowledgement, Recovery ] + period = "24x7" + users = [ "pagerduty" ] + assign where host.vars.enable_pagerduty == true +} Added: head/net-mgmt/pdagent-integrations/files/patch-bin_pd-nagios ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/pdagent-integrations/files/patch-bin_pd-nagios Thu Oct 5 18:35:51 2017 (r451330) @@ -0,0 +1,11 @@ +--- bin/pd-nagios.orig 2017-10-05 18:21:38 UTC ++++ bin/pd-nagios +@@ -101,7 +101,7 @@ class NagiosEvent: + if not NagiosEvent.REQUIRED_FIELDS[self._notification_type].issubset(self._details.keys()): + msg = "Missing fields for type '{0}'. {1} required".format( + self._notification_type, +- ", ".join(self._required_fields()) ++ ", ".join(NagiosEvent.REQUIRED_FIELDS[self._notification_type]) + ) + raise ValueError(msg) + Added: head/net-mgmt/pdagent-integrations/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/pdagent-integrations/files/pkg-message.in Thu Oct 5 18:35:51 2017 (r451330) @@ -0,0 +1,2 @@ +Sample configuration files for Nagios, Icinga and Sensu can be found in the +%%EXAMPLESDIR%% directory. Added: head/net-mgmt/pdagent-integrations/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/pdagent-integrations/pkg-descr Thu Oct 5 18:35:51 2017 (r451330) @@ -0,0 +1,10 @@ +This project contains integrations for various monitoring tools with +the PagerDuty Agent. + +It currently includes support for: + + Nagios + Sensu + Zabbix + +WWW: https://github.com/PagerDuty/pdagent-integrations Added: head/net-mgmt/pdagent-integrations/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/pdagent-integrations/pkg-plist Thu Oct 5 18:35:51 2017 (r451330) @@ -0,0 +1,6 @@ +bin/pd-nagios +bin/pd-sensu +bin/pd-zabbix +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pagerduty_nagios.cfg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pagerduty-icinga2.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sensu_pagerduty_handler.json From owner-svn-ports-all@freebsd.org Thu Oct 5 18:48:10 2017 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 74BA5E3F6BC; Thu, 5 Oct 2017 18:48:10 +0000 (UTC) (envelope-from olgeni@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 3403E81279; Thu, 5 Oct 2017 18:48:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95Im9Ya002350; Thu, 5 Oct 2017 18:48:09 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95Im989002348; Thu, 5 Oct 2017 18:48:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710051848.v95Im989002348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 5 Oct 2017 18:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451331 - head/lang/erlang-runtime19 X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/lang/erlang-runtime19 X-SVN-Commit-Revision: 451331 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 18:48:10 -0000 Author: olgeni Date: Thu Oct 5 18:48:08 2017 New Revision: 451331 URL: https://svnweb.freebsd.org/changeset/ports/451331 Log: Update lang/erlang-runtime19 to version 19.3.6.3. Modified: head/lang/erlang-runtime19/Makefile head/lang/erlang-runtime19/distinfo Modified: head/lang/erlang-runtime19/Makefile ============================================================================== --- head/lang/erlang-runtime19/Makefile Thu Oct 5 18:35:51 2017 (r451330) +++ head/lang/erlang-runtime19/Makefile Thu Oct 5 18:48:08 2017 (r451331) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.3.6.2 +PORTVERSION= 19.3.6.3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -18,7 +18,7 @@ PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfile LOCAL/olgeni PATCHFILES= patch-otp-19.3.1 patch-otp-19.3.2 patch-otp-19.3.3 \ patch-otp-19.3.4 patch-otp-19.3.5 patch-otp-19.3.6 \ - patch-otp-19.3.6.1 patch-otp-19.3.6.2 + patch-otp-19.3.6.1 patch-otp-19.3.6.2 patch-otp-19.3.6.3 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -69,8 +69,9 @@ USE_PERL5= build GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -APP_UPGRADE= erts 8.3 8.3.5.2 \ +APP_UPGRADE= erts 8.3 8.3.5.3 \ lib/crypto 3.7.3 3.7.4 \ + lib/compiler 7.4.0 7.4.0.1 \ lib/inets 6.3.6 6.3.9 \ lib/ssh 4.4.1 4.4.2 \ lib/ssl 8.1.1 8.1.3 \ Modified: head/lang/erlang-runtime19/distinfo ============================================================================== --- head/lang/erlang-runtime19/distinfo Thu Oct 5 18:35:51 2017 (r451330) +++ head/lang/erlang-runtime19/distinfo Thu Oct 5 18:48:08 2017 (r451331) @@ -1,4 +1,4 @@ -TIMESTAMP = 1501265284 +TIMESTAMP = 1507226789 SHA256 (erlang/otp_src_19.3.tar.gz) = fe4a00651db39b8542b04530a48d24b2f2e7e0b77cbe93d728c9f05325bdfe83 SIZE (erlang/otp_src_19.3.tar.gz) = 68510871 SHA256 (erlang/otp_doc_man_19.3.tar.gz) = f8192ffdd7367083c055695eeddf198155da43dcc221aed1d870d1e3871dd95c @@ -21,3 +21,5 @@ SHA256 (erlang/patch-otp-19.3.6.1) = 65a6de8533ccaeec8 SIZE (erlang/patch-otp-19.3.6.1) = 28956 SHA256 (erlang/patch-otp-19.3.6.2) = 3d12059e02ef31ae6e5dd97820b0d51c4ab0e7304cbaeddeb856fb2097da87fc SIZE (erlang/patch-otp-19.3.6.2) = 14653 +SHA256 (erlang/patch-otp-19.3.6.3) = 77faeedb827c6793b183b33d161e5b3c4467c3ec9053840442d7fd187cfbfa78 +SIZE (erlang/patch-otp-19.3.6.3) = 24500 From owner-svn-ports-all@freebsd.org Thu Oct 5 18:48:55 2017 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 EDE51E3F6F9; Thu, 5 Oct 2017 18:48:55 +0000 (UTC) (envelope-from olgeni@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 BCEAD8136C; Thu, 5 Oct 2017 18:48:55 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95ImslM002499; Thu, 5 Oct 2017 18:48:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95Imsmv002497; Thu, 5 Oct 2017 18:48:54 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710051848.v95Imsmv002497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 5 Oct 2017 18:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451332 - head/lang/erlang X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/lang/erlang X-SVN-Commit-Revision: 451332 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 18:48:56 -0000 Author: olgeni Date: Thu Oct 5 18:48:54 2017 New Revision: 451332 URL: https://svnweb.freebsd.org/changeset/ports/451332 Log: Update lang/erlang to version 19.3.6.3. Modified: head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Thu Oct 5 18:48:08 2017 (r451331) +++ head/lang/erlang/Makefile Thu Oct 5 18:48:54 2017 (r451332) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.3.6.2 +PORTVERSION= 19.3.6.3 PORTEPOCH= 4 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -22,7 +22,7 @@ PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfile LOCAL/olgeni PATCHFILES= patch-otp-19.3.1 patch-otp-19.3.2 patch-otp-19.3.3 \ patch-otp-19.3.4 patch-otp-19.3.5 patch-otp-19.3.6 \ - patch-otp-19.3.6.1 patch-otp-19.3.6.2 + patch-otp-19.3.6.1 patch-otp-19.3.6.2 patch-otp-19.3.6.3 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -75,8 +75,9 @@ USE_RC_SUBR= epmd GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -APP_UPGRADE= erts 8.3 8.3.5.2 \ +APP_UPGRADE= erts 8.3 8.3.5.3 \ lib/crypto 3.7.3 3.7.4 \ + lib/compiler 7.4.0 7.4.0.1 \ lib/inets 6.3.6 6.3.9 \ lib/ssh 4.4.1 4.4.2 \ lib/ssl 8.1.1 8.1.3 \ Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Thu Oct 5 18:48:08 2017 (r451331) +++ head/lang/erlang/distinfo Thu Oct 5 18:48:54 2017 (r451332) @@ -1,4 +1,4 @@ -TIMESTAMP = 1501265043 +TIMESTAMP = 1507226985 SHA256 (erlang/otp_src_19.3.tar.gz) = fe4a00651db39b8542b04530a48d24b2f2e7e0b77cbe93d728c9f05325bdfe83 SIZE (erlang/otp_src_19.3.tar.gz) = 68510871 SHA256 (erlang/otp_doc_man_19.3.tar.gz) = f8192ffdd7367083c055695eeddf198155da43dcc221aed1d870d1e3871dd95c @@ -33,3 +33,5 @@ SHA256 (erlang/patch-otp-19.3.6.1) = 65a6de8533ccaeec8 SIZE (erlang/patch-otp-19.3.6.1) = 28956 SHA256 (erlang/patch-otp-19.3.6.2) = 3d12059e02ef31ae6e5dd97820b0d51c4ab0e7304cbaeddeb856fb2097da87fc SIZE (erlang/patch-otp-19.3.6.2) = 14653 +SHA256 (erlang/patch-otp-19.3.6.3) = 77faeedb827c6793b183b33d161e5b3c4467c3ec9053840442d7fd187cfbfa78 +SIZE (erlang/patch-otp-19.3.6.3) = 24500 From owner-svn-ports-all@freebsd.org Thu Oct 5 18:54:28 2017 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 0972BE3F942; Thu, 5 Oct 2017 18:54:28 +0000 (UTC) (envelope-from jadawin@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 CA1208195B; Thu, 5 Oct 2017 18:54:27 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95IsQV6006755; Thu, 5 Oct 2017 18:54:26 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95IsQLO006752; Thu, 5 Oct 2017 18:54:26 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201710051854.v95IsQLO006752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 5 Oct 2017 18:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451333 - head/net-mgmt/p5-SNMP-Info X-SVN-Group: ports-head X-SVN-Commit-Author: jadawin X-SVN-Commit-Paths: head/net-mgmt/p5-SNMP-Info X-SVN-Commit-Revision: 451333 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 18:54:28 -0000 Author: jadawin Date: Thu Oct 5 18:54:26 2017 New Revision: 451333 URL: https://svnweb.freebsd.org/changeset/ports/451333 Log: Layer3::Juniper fixed to return os_ver for JUNOS 14.x and higher Migrate to Module::Build for distribution maintenance Include loading of LLDP-EXT-MED-MIB in LLDP.pm support CiscoConfig on Nexus (sf.net:scratchfury) remove interface specific part from vrf interfaces on IOS (W. Vandersmissen) f5 class should respect UseEnums when faking i_type Modified: head/net-mgmt/p5-SNMP-Info/Makefile head/net-mgmt/p5-SNMP-Info/distinfo head/net-mgmt/p5-SNMP-Info/pkg-plist Modified: head/net-mgmt/p5-SNMP-Info/Makefile ============================================================================== --- head/net-mgmt/p5-SNMP-Info/Makefile Thu Oct 5 18:48:54 2017 (r451332) +++ head/net-mgmt/p5-SNMP-Info/Makefile Thu Oct 5 18:54:26 2017 (r451333) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SNMP-Info -PORTVERSION= 3.34 +PORTVERSION= 3.37 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,6 @@ LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp NO_ARCH= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include Modified: head/net-mgmt/p5-SNMP-Info/distinfo ============================================================================== --- head/net-mgmt/p5-SNMP-Info/distinfo Thu Oct 5 18:48:54 2017 (r451332) +++ head/net-mgmt/p5-SNMP-Info/distinfo Thu Oct 5 18:54:26 2017 (r451333) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483526649 -SHA256 (SNMP-Info-3.34.tar.gz) = a9c2462e9dc987896df943d93e1da9ae3bbc5d0300db4f376040095ee41f5e35 -SIZE (SNMP-Info-3.34.tar.gz) = 320422 +TIMESTAMP = 1506685872 +SHA256 (SNMP-Info-3.37.tar.gz) = 2a4ae9937603791dc686df8c8fe2354861514d163368b83642b2563595a3992b +SIZE (SNMP-Info-3.37.tar.gz) = 404315 Modified: head/net-mgmt/p5-SNMP-Info/pkg-plist ============================================================================== --- head/net-mgmt/p5-SNMP-Info/pkg-plist Thu Oct 5 18:48:54 2017 (r451332) +++ head/net-mgmt/p5-SNMP-Info/pkg-plist Thu Oct 5 18:54:26 2017 (r451333) @@ -70,6 +70,7 @@ %%SITE_PERL%%/SNMP/Info/Layer3/CiscoSwitch.pm %%SITE_PERL%%/SNMP/Info/Layer3/Contivity.pm %%SITE_PERL%%/SNMP/Info/Layer3/Dell.pm +%%SITE_PERL%%/SNMP/Info/Layer3/DLink.pm %%SITE_PERL%%/SNMP/Info/Layer3/Enterasys.pm %%SITE_PERL%%/SNMP/Info/Layer3/Extreme.pm %%SITE_PERL%%/SNMP/Info/Layer3/F5.pm From owner-svn-ports-all@freebsd.org Thu Oct 5 18:56:35 2017 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 250BBE3F9C1; Thu, 5 Oct 2017 18:56:35 +0000 (UTC) (envelope-from cs@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 B765C81A5A; Thu, 5 Oct 2017 18:56:34 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95IuXqL006974; Thu, 5 Oct 2017 18:56:33 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95IuXEO006972; Thu, 5 Oct 2017 18:56:33 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201710051856.v95IuXEO006972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Thu, 5 Oct 2017 18:56:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451334 - head/devel/pijul X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: head/devel/pijul X-SVN-Commit-Revision: 451334 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 18:56:35 -0000 Author: cs Date: Thu Oct 5 18:56:33 2017 New Revision: 451334 URL: https://svnweb.freebsd.org/changeset/ports/451334 Log: Fix build PR: 222792 Submitted by: tobik@ Approved by: maintainer MFH: 2017Q4 Modified: head/devel/pijul/Makefile head/devel/pijul/distinfo Modified: head/devel/pijul/Makefile ============================================================================== --- head/devel/pijul/Makefile Thu Oct 5 18:54:26 2017 (r451333) +++ head/devel/pijul/Makefile Thu Oct 5 18:56:33 2017 (r451334) @@ -5,22 +5,158 @@ PORTNAME= pijul PORTVERSION= 0.8.0 CATEGORIES= devel MASTER_SITES= https://pijul.org/releases/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= cs@FreeBSD.org COMMENT= Distributed version control system LICENSE= GPLv2 -USES= cargo +USES= cargo gmake +CARGO_CRATES= advapi32-sys-0.2.0 \ + aho-corasick-0.6.3 \ + ansi_term-0.9.0 \ + arrayref-0.3.4 \ + atty-0.2.2 \ + backtrace-0.3.3 \ + backtrace-sys-0.1.12 \ + base64-0.6.0 \ + bincode-0.8.0 \ + bitflags-0.4.0 \ + bitflags-0.7.0 \ + bitflags-0.9.1 \ + bytecount-0.1.7 \ + byteorder-1.1.0 \ + bytes-0.4.5 \ + cfg-if-0.1.2 \ + chrono-0.4.0 \ + clap-2.26.0 \ + coco-0.1.1 \ + conv-0.3.3 \ + crossbeam-0.2.10 \ + cryptovec-0.3.4 \ + custom_derive-0.1.7 \ + dbghelp-sys-0.2.0 \ + either-1.1.0 \ + encode_unicode-0.1.3 \ + env_logger-0.4.3 \ + errno-0.2.3 \ + error-chain-0.10.0 \ + filetime-0.1.10 \ + flate2-0.2.19 \ + fnv-1.0.5 \ + fs2-0.4.2 \ + futures-0.1.15 \ + futures-cpupool-0.1.5 \ + gcc-0.3.54 \ + getch-0.2.0 \ + globset-0.2.0 \ + hex-0.2.0 \ + httparse-1.2.3 \ + hyper-0.11.2 \ + hyper-rustls-0.8.0 \ + ignore-0.2.2 \ + iovec-0.1.0 \ + isatty-0.1.3 \ + kernel32-sys-0.2.2 \ + language-tags-0.2.2 \ + lazy_static-0.2.8 \ + lazycell-0.5.1 \ + libc-0.2.30 \ + liner-0.4.1 \ + log-0.3.8 \ + magenta-0.1.1 \ + magenta-sys-0.1.1 \ + memchr-1.0.1 \ + memmap-0.5.2 \ + mime-0.3.3 \ + miniz-sys-0.1.9 \ + mio-0.6.10 \ + mio-uds-0.6.4 \ + miow-0.2.1 \ + net2-0.2.31 \ + nix-0.5.1 \ + num-0.1.40 \ + num-integer-0.1.35 \ + num-iter-0.1.34 \ + num-traits-0.1.40 \ + num_cpus-1.6.2 \ + pager-0.12.1 \ + percent-encoding-1.0.0 \ + progrs-0.1.1 \ + quote-0.3.15 \ + rand-0.3.16 \ + rayon-0.7.1 \ + rayon-core-1.2.1 \ + redox_syscall-0.1.31 \ + redox_termios-0.1.1 \ + regex-0.2.2 \ + regex-syntax-0.4.1 \ + ring-0.11.0 \ + rust-crypto-0.2.36 \ + rustc-demangle-0.1.5 \ + rustc-serialize-0.3.24 \ + rustc_version-0.1.7 \ + rustls-0.9.0 \ + rustyline-1.0.0 \ + safemem-0.2.0 \ + same-file-0.1.3 \ + sanakirja-0.8.12 \ + scoped-tls-0.1.0 \ + scopeguard-0.3.2 \ + semver-0.1.20 \ + serde-1.0.14 \ + serde_derive-1.0.14 \ + serde_derive_internals-0.16.0 \ + shell-escape-0.1.3 \ + slab-0.3.0 \ + smallvec-0.2.1 \ + strsim-0.6.0 \ + syn-0.11.11 \ + synom-0.11.3 \ + take-0.1.0 \ + tar-0.4.13 \ + tempdir-0.3.5 \ + term-0.4.6 \ + term_size-0.3.0 \ + termion-1.5.1 \ + termios-0.2.2 \ + textwrap-0.7.0 \ + thread_local-0.3.4 \ + thrussh-0.13.3 \ + thrussh-keys-0.4.0 \ + time-0.1.38 \ + tokio-core-0.1.9 \ + tokio-io-0.1.3 \ + tokio-proto-0.1.1 \ + tokio-rustls-0.2.4 \ + tokio-service-0.1.0 \ + tokio-uds-0.1.5 \ + toml-0.4.5 \ + unicase-2.0.0 \ + unicode-segmentation-1.2.0 \ + unicode-width-0.1.4 \ + unicode-xid-0.0.4 \ + unreachable-1.0.0 \ + untrusted-0.5.1 \ + username-0.2.0 \ + utf8-ranges-1.0.0 \ + vec_map-0.8.0 \ + void-1.0.2 \ + walkdir-1.0.7 \ + webpki-0.14.0 \ + webpki-roots-0.11.0 \ + winapi-0.2.8 \ + winapi-build-0.1.1 \ + ws2_32-sys-0.2.1 \ + xattr-0.1.11 PLIST_FILES= bin/pijul \ man/man1/pijul-show-dependencies.1.gz +WRKSRC_SUBDIR= pijul -WRKSRC= ${WRKDIR}/${DISTNAME}/pijul -CARGO_CONFIGURE=no -INSTALL_TARGET= install-strip - post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pijul ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/man/en/man1/pijul-show-dependencies.1 ${STAGEDIR}${PREFIX}/man/man1 .include Modified: head/devel/pijul/distinfo ============================================================================== --- head/devel/pijul/distinfo Thu Oct 5 18:54:26 2017 (r451333) +++ head/devel/pijul/distinfo Thu Oct 5 18:56:33 2017 (r451334) @@ -1,3 +1,277 @@ -TIMESTAMP = 1505679001 +TIMESTAMP = 1505685271 SHA256 (pijul-0.8.0.tar.gz) = 1d73114cc89ed87d9f6208312c578b240aeefa55ea41f1f595f62d71fd00f102 SIZE (pijul-0.8.0.tar.gz) = 138427 +SHA256 (rust/crates/advapi32-sys-0.2.0.tar.gz) = e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a +SIZE (rust/crates/advapi32-sys-0.2.0.tar.gz) = 7217 +SHA256 (rust/crates/aho-corasick-0.6.3.tar.gz) = 500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699 +SIZE (rust/crates/aho-corasick-0.6.3.tar.gz) = 24963 +SHA256 (rust/crates/ansi_term-0.9.0.tar.gz) = 23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6 +SIZE (rust/crates/ansi_term-0.9.0.tar.gz) = 11718 +SHA256 (rust/crates/arrayref-0.3.4.tar.gz) = 0fd1479b7c29641adbd35ff3b5c293922d696a92f25c8c975da3e0acbc87258f +SIZE (rust/crates/arrayref-0.3.4.tar.gz) = 7028 +SHA256 (rust/crates/atty-0.2.2.tar.gz) = d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159 +SIZE (rust/crates/atty-0.2.2.tar.gz) = 5124 +SHA256 (rust/crates/backtrace-0.3.3.tar.gz) = 99f2ce94e22b8e664d95c57fff45b98a966c2252b60691d0b7aeeccd88d70983 +SIZE (rust/crates/backtrace-0.3.3.tar.gz) = 27481 +SHA256 (rust/crates/backtrace-sys-0.1.12.tar.gz) = afccc5772ba333abccdf60d55200fa3406f8c59dcf54d5f7998c9107d3799c7c +SIZE (rust/crates/backtrace-sys-0.1.12.tar.gz) = 283379 +SHA256 (rust/crates/base64-0.6.0.tar.gz) = 96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9 +SIZE (rust/crates/base64-0.6.0.tar.gz) = 25720 +SHA256 (rust/crates/bincode-0.8.0.tar.gz) = e103c8b299b28a9c6990458b7013dc4a8356a9b854c51b9883241f5866fac36e +SIZE (rust/crates/bincode-0.8.0.tar.gz) = 71632 +SHA256 (rust/crates/bitflags-0.4.0.tar.gz) = 8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3 +SIZE (rust/crates/bitflags-0.4.0.tar.gz) = 10186 +SHA256 (rust/crates/bitflags-0.7.0.tar.gz) = aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d +SIZE (rust/crates/bitflags-0.7.0.tar.gz) = 10851 +SHA256 (rust/crates/bitflags-0.9.1.tar.gz) = 4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5 +SIZE (rust/crates/bitflags-0.9.1.tar.gz) = 12406 +SHA256 (rust/crates/bytecount-0.1.7.tar.gz) = 4bbeb7c30341fce29f6078b4bdf876ea4779600866e98f5b2d203a534f195050 +SIZE (rust/crates/bytecount-0.1.7.tar.gz) = 10121 +SHA256 (rust/crates/byteorder-1.1.0.tar.gz) = ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d +SIZE (rust/crates/byteorder-1.1.0.tar.gz) = 18264 +SHA256 (rust/crates/bytes-0.4.5.tar.gz) = d828f97b58cc5de3e40c421d0cf2132d6b2da4ee0e11b8632fa838f0f9333ad6 +SIZE (rust/crates/bytes-0.4.5.tar.gz) = 40679 +SHA256 (rust/crates/cfg-if-0.1.2.tar.gz) = d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de +SIZE (rust/crates/cfg-if-0.1.2.tar.gz) = 6668 +SHA256 (rust/crates/chrono-0.4.0.tar.gz) = 7c20ebe0b2b08b0aeddba49c609fe7957ba2e33449882cb186a180bc60682fa9 +SIZE (rust/crates/chrono-0.4.0.tar.gz) = 118850 +SHA256 (rust/crates/clap-2.26.0.tar.gz) = 2267a8fdd4dce6956ba6649e130f62fb279026e5e84b92aa939ac8f85ce3f9f0 +SIZE (rust/crates/clap-2.26.0.tar.gz) = 180834 +SHA256 (rust/crates/coco-0.1.1.tar.gz) = c06169f5beb7e31c7c67ebf5540b8b472d23e3eade3b2ec7d1f5b504a85f91bd +SIZE (rust/crates/coco-0.1.1.tar.gz) = 25364 +SHA256 (rust/crates/conv-0.3.3.tar.gz) = 78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299 +SIZE (rust/crates/conv-0.3.3.tar.gz) = 22124 +SHA256 (rust/crates/crossbeam-0.2.10.tar.gz) = 0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97 +SIZE (rust/crates/crossbeam-0.2.10.tar.gz) = 32993 +SHA256 (rust/crates/cryptovec-0.3.4.tar.gz) = 39cc143bd57b9d20a954a9ea93ccf7711a18e1143976eea7116490a71dd20768 +SIZE (rust/crates/cryptovec-0.3.4.tar.gz) = 3080 +SHA256 (rust/crates/custom_derive-0.1.7.tar.gz) = ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9 +SIZE (rust/crates/custom_derive-0.1.7.tar.gz) = 10700 +SHA256 (rust/crates/dbghelp-sys-0.2.0.tar.gz) = 97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850 +SIZE (rust/crates/dbghelp-sys-0.2.0.tar.gz) = 20721 +SHA256 (rust/crates/either-1.1.0.tar.gz) = 18785c1ba806c258137c937e44ada9ee7e69a37e3c72077542cd2f069d78562a +SIZE (rust/crates/either-1.1.0.tar.gz) = 9588 +SHA256 (rust/crates/encode_unicode-0.1.3.tar.gz) = 28d65f1f5841ef7c6792861294b72beda34c664deb8be27970f36c306b7da1ce +SIZE (rust/crates/encode_unicode-0.1.3.tar.gz) = 16859 +SHA256 (rust/crates/env_logger-0.4.3.tar.gz) = 3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b +SIZE (rust/crates/env_logger-0.4.3.tar.gz) = 10891 +SHA256 (rust/crates/errno-0.2.3.tar.gz) = b2c858c42ac0b88532f48fca88b0ed947cad4f1f64d904bcd6c9f138f7b95d70 +SIZE (rust/crates/errno-0.2.3.tar.gz) = 3432 +SHA256 (rust/crates/error-chain-0.10.0.tar.gz) = d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8 +SIZE (rust/crates/error-chain-0.10.0.tar.gz) = 18432 +SHA256 (rust/crates/filetime-0.1.10.tar.gz) = 5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922 +SIZE (rust/crates/filetime-0.1.10.tar.gz) = 8884 +SHA256 (rust/crates/flate2-0.2.19.tar.gz) = 36df0166e856739905cd3d7e0b210fe818592211a008862599845e012d8d304c +SIZE (rust/crates/flate2-0.2.19.tar.gz) = 55174 +SHA256 (rust/crates/fnv-1.0.5.tar.gz) = 6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344 +SIZE (rust/crates/fnv-1.0.5.tar.gz) = 6295 +SHA256 (rust/crates/fs2-0.4.2.tar.gz) = 9ab76cfd2aaa59b7bf6688ad9ba15bbae64bff97f04ea02144cfd3443e5c2866 +SIZE (rust/crates/fs2-0.4.2.tar.gz) = 12815 +SHA256 (rust/crates/futures-0.1.15.tar.gz) = a82bdc62350ca9d7974c760e9665102fc9d740992a528c2254aa930e53b783c4 +SIZE (rust/crates/futures-0.1.15.tar.gz) = 144652 +SHA256 (rust/crates/futures-cpupool-0.1.5.tar.gz) = a283c84501e92cade5ea673a2a7ca44f71f209ccdd302a3e0896f50083d2c5ff +SIZE (rust/crates/futures-cpupool-0.1.5.tar.gz) = 5424 +SHA256 (rust/crates/gcc-0.3.54.tar.gz) = 5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb +SIZE (rust/crates/gcc-0.3.54.tar.gz) = 37248 +SHA256 (rust/crates/getch-0.2.0.tar.gz) = a5d74884542f30bafa33aa6615b63d6f430f57546e60e3bd59895d5459d776ab +SIZE (rust/crates/getch-0.2.0.tar.gz) = 1433 +SHA256 (rust/crates/globset-0.2.0.tar.gz) = feeb1b6840809ef5efcf7a4a990bc4e1b7ee3df8cf9e2379a75aeb2ba42ac9c3 +SIZE (rust/crates/globset-0.2.0.tar.gz) = 21121 +SHA256 (rust/crates/hex-0.2.0.tar.gz) = d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa +SIZE (rust/crates/hex-0.2.0.tar.gz) = 12368 +SHA256 (rust/crates/httparse-1.2.3.tar.gz) = af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07 +SIZE (rust/crates/httparse-1.2.3.tar.gz) = 14847 +SHA256 (rust/crates/hyper-0.11.2.tar.gz) = 641abc3e3fcf0de41165595f801376e01106bca1fd876dda937730e477ca004c +SIZE (rust/crates/hyper-0.11.2.tar.gz) = 121702 +SHA256 (rust/crates/hyper-rustls-0.8.0.tar.gz) = d8ff5f89aa247306c74066134b15941d49f0da0d5d5b3788d9351e24ef509144 +SIZE (rust/crates/hyper-rustls-0.8.0.tar.gz) = 15815 +SHA256 (rust/crates/ignore-0.2.2.tar.gz) = b3fcaf2365eb14b28ec7603c98c06cc531f19de9eb283d89a3dff8417c8c99f5 +SIZE (rust/crates/ignore-0.2.2.tar.gz) = 39372 +SHA256 (rust/crates/iovec-0.1.0.tar.gz) = 29d062ee61fccdf25be172e70f34c9f6efc597e1fb8f6526e8437b2046ab26be +SIZE (rust/crates/iovec-0.1.0.tar.gz) = 7570 +SHA256 (rust/crates/isatty-0.1.3.tar.gz) = fa500db770a99afe2a0f2229be2a3d09c7ed9d7e4e8440bf71253141994e240f +SIZE (rust/crates/isatty-0.1.3.tar.gz) = 6498 +SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d +SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 +SHA256 (rust/crates/language-tags-0.2.2.tar.gz) = a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a +SIZE (rust/crates/language-tags-0.2.2.tar.gz) = 12754 +SHA256 (rust/crates/lazy_static-0.2.8.tar.gz) = 3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf +SIZE (rust/crates/lazy_static-0.2.8.tar.gz) = 9950 +SHA256 (rust/crates/lazycell-0.5.1.tar.gz) = 3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b +SIZE (rust/crates/lazycell-0.5.1.tar.gz) = 8860 +SHA256 (rust/crates/libc-0.2.30.tar.gz) = 2370ca07ec338939e356443dac2296f581453c35fe1e3a3ed06023c49435f915 +SIZE (rust/crates/libc-0.2.30.tar.gz) = 214259 +SHA256 (rust/crates/liner-0.4.1.tar.gz) = be5a42003ac3b83b02a169e11741f2946327e52bf1118591b61750610769c3f1 +SIZE (rust/crates/liner-0.4.1.tar.gz) = 29672 +SHA256 (rust/crates/log-0.3.8.tar.gz) = 880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b +SIZE (rust/crates/log-0.3.8.tar.gz) = 17756 +SHA256 (rust/crates/magenta-0.1.1.tar.gz) = 4bf0336886480e671965f794bc9b6fce88503563013d1bfb7a502c81fe3ac527 +SIZE (rust/crates/magenta-0.1.1.tar.gz) = 24465 +SHA256 (rust/crates/magenta-sys-0.1.1.tar.gz) = 40d014c7011ac470ae28e2f76a02bfea4a8480f73e701353b49ad7a8d75f4699 +SIZE (rust/crates/magenta-sys-0.1.1.tar.gz) = 5827 +SHA256 (rust/crates/memchr-1.0.1.tar.gz) = 1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4 +SIZE (rust/crates/memchr-1.0.1.tar.gz) = 8221 +SHA256 (rust/crates/memmap-0.5.2.tar.gz) = 46f3c7359028b31999287dae4e5047ddfe90a23b7dca2282ce759b491080c99b +SIZE (rust/crates/memmap-0.5.2.tar.gz) = 14465 +SHA256 (rust/crates/mime-0.3.3.tar.gz) = 153f98dde2b135dece079e5478ee400ae1bab13afa52d66590eacfc40e912435 +SIZE (rust/crates/mime-0.3.3.tar.gz) = 13708 +SHA256 (rust/crates/miniz-sys-0.1.9.tar.gz) = 28eaee17666671fa872e567547e8428e83308ebe5808cdf6a0e28397dbe2c726 +SIZE (rust/crates/miniz-sys-0.1.9.tar.gz) = 53242 +SHA256 (rust/crates/mio-0.6.10.tar.gz) = dbd91d3bfbceb13897065e97b2ef177a09a438cb33612b2d371bf568819a9313 +SIZE (rust/crates/mio-0.6.10.tar.gz) = 123799 +SHA256 (rust/crates/mio-uds-0.6.4.tar.gz) = 1731a873077147b626d89cc6c2a0db6288d607496c5d10c0cfcf3adc697ec673 +SIZE (rust/crates/mio-uds-0.6.4.tar.gz) = 13034 +SHA256 (rust/crates/miow-0.2.1.tar.gz) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 +SIZE (rust/crates/miow-0.2.1.tar.gz) = 21133 +SHA256 (rust/crates/net2-0.2.31.tar.gz) = 3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09 +SIZE (rust/crates/net2-0.2.31.tar.gz) = 19824 +SHA256 (rust/crates/nix-0.5.1.tar.gz) = bfb3ddedaa14746434a02041940495bf11325c22f6d36125d3bdd56090d50a79 +SIZE (rust/crates/nix-0.5.1.tar.gz) = 61605 +SHA256 (rust/crates/num-0.1.40.tar.gz) = a311b77ebdc5dd4cf6449d81e4135d9f0e3b153839ac90e648a8ef538f923525 +SIZE (rust/crates/num-0.1.40.tar.gz) = 30293 +SHA256 (rust/crates/num-integer-0.1.35.tar.gz) = d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba +SIZE (rust/crates/num-integer-0.1.35.tar.gz) = 10413 +SHA256 (rust/crates/num-iter-0.1.34.tar.gz) = 7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01 +SIZE (rust/crates/num-iter-0.1.34.tar.gz) = 7351 +SHA256 (rust/crates/num-traits-0.1.40.tar.gz) = 99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0 +SIZE (rust/crates/num-traits-0.1.40.tar.gz) = 22673 +SHA256 (rust/crates/num_cpus-1.6.2.tar.gz) = aec53c34f2d0247c5ca5d32cca1478762f301740468ee9ee6dcb7a0dd7a0c584 +SIZE (rust/crates/num_cpus-1.6.2.tar.gz) = 8442 +SHA256 (rust/crates/pager-0.12.1.tar.gz) = 0200dbccd80fbe44a98232ae55457f01fd71effefb4f725b8cbaf116088460c7 +SIZE (rust/crates/pager-0.12.1.tar.gz) = 8385 +SHA256 (rust/crates/percent-encoding-1.0.0.tar.gz) = de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356 +SIZE (rust/crates/percent-encoding-1.0.0.tar.gz) = 5408 +SHA256 (rust/crates/progrs-0.1.1.tar.gz) = df45e02a175d824d8f9d86d4c1ad2b1325d1b933dce1b5615e218b9d25ea1281 +SIZE (rust/crates/progrs-0.1.1.tar.gz) = 2789 +SHA256 (rust/crates/quote-0.3.15.tar.gz) = 7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a +SIZE (rust/crates/quote-0.3.15.tar.gz) = 12041 +SHA256 (rust/crates/rand-0.3.16.tar.gz) = eb250fd207a4729c976794d03db689c9be1d634ab5a1c9da9492a13d8fecbcdf +SIZE (rust/crates/rand-0.3.16.tar.gz) = 57389 +SHA256 (rust/crates/rayon-0.7.1.tar.gz) = a77c51c07654ddd93f6cb543c7a849863b03abc7e82591afda6dc8ad4ac3ac4a +SIZE (rust/crates/rayon-0.7.1.tar.gz) = 71339 +SHA256 (rust/crates/rayon-core-1.2.1.tar.gz) = 7febc28567082c345f10cddc3612c6ea020fc3297a1977d472cf9fdb73e6e493 +SIZE (rust/crates/rayon-core-1.2.1.tar.gz) = 55825 +SHA256 (rust/crates/redox_syscall-0.1.31.tar.gz) = 8dde11f18c108289bef24469638a04dce49da56084f2d50618b226e47eb04509 +SIZE (rust/crates/redox_syscall-0.1.31.tar.gz) = 13420 +SHA256 (rust/crates/redox_termios-0.1.1.tar.gz) = 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76 +SIZE (rust/crates/redox_termios-0.1.1.tar.gz) = 3227 +SHA256 (rust/crates/regex-0.2.2.tar.gz) = 1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b +SIZE (rust/crates/regex-0.2.2.tar.gz) = 193403 +SHA256 (rust/crates/regex-syntax-0.4.1.tar.gz) = ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db +SIZE (rust/crates/regex-syntax-0.4.1.tar.gz) = 121453 +SHA256 (rust/crates/ring-0.11.0.tar.gz) = 1f2a6dc7fc06a05e6de183c5b97058582e9da2de0c136eafe49609769c507724 +SIZE (rust/crates/ring-0.11.0.tar.gz) = 5049977 +SHA256 (rust/crates/rust-crypto-0.2.36.tar.gz) = f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a +SIZE (rust/crates/rust-crypto-0.2.36.tar.gz) = 857879 +SHA256 (rust/crates/rustc-demangle-0.1.5.tar.gz) = aee45432acc62f7b9a108cc054142dac51f979e69e71ddce7d6fc7adf29e817e +SIZE (rust/crates/rustc-demangle-0.1.5.tar.gz) = 10099 +SHA256 (rust/crates/rustc-serialize-0.3.24.tar.gz) = dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda +SIZE (rust/crates/rustc-serialize-0.3.24.tar.gz) = 45926 +SHA256 (rust/crates/rustc_version-0.1.7.tar.gz) = c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084 +SIZE (rust/crates/rustc_version-0.1.7.tar.gz) = 8816 +SHA256 (rust/crates/rustls-0.9.0.tar.gz) = 17727f4b991294da2c84d75a43c003151ff58072212768800f66c56ee46dca43 +SIZE (rust/crates/rustls-0.9.0.tar.gz) = 182106 +SHA256 (rust/crates/rustyline-1.0.0.tar.gz) = 00b06ac9c8e8e3e83b33d175d39a9f7b6c2c930c82990593719c8e48788ae2d9 +SIZE (rust/crates/rustyline-1.0.0.tar.gz) = 25271 +SHA256 (rust/crates/safemem-0.2.0.tar.gz) = e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f +SIZE (rust/crates/safemem-0.2.0.tar.gz) = 6450 +SHA256 (rust/crates/same-file-0.1.3.tar.gz) = d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7 +SIZE (rust/crates/same-file-0.1.3.tar.gz) = 7078 +SHA256 (rust/crates/sanakirja-0.8.12.tar.gz) = 58172663e8f9bd67f5bcec7d2a0794b1dd68d8e73894b79cc9bf7bbef53452ea +SIZE (rust/crates/sanakirja-0.8.12.tar.gz) = 37678 +SHA256 (rust/crates/scoped-tls-0.1.0.tar.gz) = f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d +SIZE (rust/crates/scoped-tls-0.1.0.tar.gz) = 8523 +SHA256 (rust/crates/scopeguard-0.3.2.tar.gz) = c79eb2c3ac4bc2507cda80e7f3ac5b88bd8eae4c0914d5663e6a8933994be918 +SIZE (rust/crates/scopeguard-0.3.2.tar.gz) = 7666 +SHA256 (rust/crates/semver-0.1.20.tar.gz) = d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac +SIZE (rust/crates/semver-0.1.20.tar.gz) = 15876 +SHA256 (rust/crates/serde-1.0.14.tar.gz) = bcb6a7637a47663ee073391a139ed07851f27ed2532c2abc88c6bf27a16cdf34 +SIZE (rust/crates/serde-1.0.14.tar.gz) = 60278 +SHA256 (rust/crates/serde_derive-1.0.14.tar.gz) = 812ff66056fd9a9a5b7c119714243b0862cf98340e7d4b5ee05a932c40d5ea6c +SIZE (rust/crates/serde_derive-1.0.14.tar.gz) = 25185 +SHA256 (rust/crates/serde_derive_internals-0.16.0.tar.gz) = bd381f6d01a6616cdba8530492d453b7761b456ba974e98768a18cad2cd76f58 +SIZE (rust/crates/serde_derive_internals-0.16.0.tar.gz) = 17250 +SHA256 (rust/crates/shell-escape-0.1.3.tar.gz) = dd5cc96481d54583947bfe88bf30c23d53f883c6cd0145368b69989d97b84ef8 +SIZE (rust/crates/shell-escape-0.1.3.tar.gz) = 6441 +SHA256 (rust/crates/slab-0.3.0.tar.gz) = 17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23 +SIZE (rust/crates/slab-0.3.0.tar.gz) = 4807 +SHA256 (rust/crates/smallvec-0.2.1.tar.gz) = 4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013 +SIZE (rust/crates/smallvec-0.2.1.tar.gz) = 6065 +SHA256 (rust/crates/strsim-0.6.0.tar.gz) = b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694 +SIZE (rust/crates/strsim-0.6.0.tar.gz) = 8500 +SHA256 (rust/crates/syn-0.11.11.tar.gz) = d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad +SIZE (rust/crates/syn-0.11.11.tar.gz) = 63309 +SHA256 (rust/crates/synom-0.11.3.tar.gz) = a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6 +SIZE (rust/crates/synom-0.11.3.tar.gz) = 17120 +SHA256 (rust/crates/take-0.1.0.tar.gz) = b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5 +SIZE (rust/crates/take-0.1.0.tar.gz) = 5543 +SHA256 (rust/crates/tar-0.4.13.tar.gz) = 281285b717926caa919ad905ef89c63d75805c7d89437fb873100925a53f2b1b +SIZE (rust/crates/tar-0.4.13.tar.gz) = 39373 +SHA256 (rust/crates/tempdir-0.3.5.tar.gz) = 87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6 +SIZE (rust/crates/tempdir-0.3.5.tar.gz) = 10605 +SHA256 (rust/crates/term-0.4.6.tar.gz) = fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1 +SIZE (rust/crates/term-0.4.6.tar.gz) = 38250 +SHA256 (rust/crates/term_size-0.3.0.tar.gz) = e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209 +SIZE (rust/crates/term_size-0.3.0.tar.gz) = 9932 +SHA256 (rust/crates/termion-1.5.1.tar.gz) = 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 +SIZE (rust/crates/termion-1.5.1.tar.gz) = 20659 +SHA256 (rust/crates/termios-0.2.2.tar.gz) = d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a +SIZE (rust/crates/termios-0.2.2.tar.gz) = 8966 +SHA256 (rust/crates/textwrap-0.7.0.tar.gz) = f728584ea33b0ad19318e20557cb0a39097751dbb07171419673502f848c7af6 +SIZE (rust/crates/textwrap-0.7.0.tar.gz) = 13341 +SHA256 (rust/crates/thread_local-0.3.4.tar.gz) = 1697c4b57aeeb7a536b647165a2825faddffb1d3bad386d507709bd51a90bb14 +SIZE (rust/crates/thread_local-0.3.4.tar.gz) = 11760 +SHA256 (rust/crates/thrussh-0.13.3.tar.gz) = f73a195842160ee513866536748211c70885a39dcfff6792d190b607aa705047 +SIZE (rust/crates/thrussh-0.13.3.tar.gz) = 48758 +SHA256 (rust/crates/thrussh-keys-0.4.0.tar.gz) = 1fc4440a4728de27872c9489a0dcb076ba7c2974d3893d0bfe89996ed59d11cb +SIZE (rust/crates/thrussh-keys-0.4.0.tar.gz) = 7618 +SHA256 (rust/crates/time-0.1.38.tar.gz) = d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520 +SIZE (rust/crates/time-0.1.38.tar.gz) = 28500 +SHA256 (rust/crates/tokio-core-0.1.9.tar.gz) = e85d419699ec4b71bfe35bbc25bb8771e52eff0471a7f75c853ad06e200b4f86 +SIZE (rust/crates/tokio-core-0.1.9.tar.gz) = 62927 +SHA256 (rust/crates/tokio-io-0.1.3.tar.gz) = b4ab83e7adb5677e42e405fa4ceff75659d93c4d7d7dd22f52fcec59ee9f02af +SIZE (rust/crates/tokio-io-0.1.3.tar.gz) = 31210 +SHA256 (rust/crates/tokio-proto-0.1.1.tar.gz) = 8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389 +SIZE (rust/crates/tokio-proto-0.1.1.tar.gz) = 44268 +SHA256 (rust/crates/tokio-rustls-0.2.4.tar.gz) = d7900933e39f7f47fbf5c4c6a19c3f334b4e89a61df9c3a709bbb4441bba5350 +SIZE (rust/crates/tokio-rustls-0.2.4.tar.gz) = 11487 +SHA256 (rust/crates/tokio-service-0.1.0.tar.gz) = 24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162 +SIZE (rust/crates/tokio-service-0.1.0.tar.gz) = 8376 +SHA256 (rust/crates/tokio-uds-0.1.5.tar.gz) = 6116c71be48f8f1656551fd16458247fdd6c03201d7893ad81189055fcde03e8 +SIZE (rust/crates/tokio-uds-0.1.5.tar.gz) = 13409 +SHA256 (rust/crates/toml-0.4.5.tar.gz) = a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e +SIZE (rust/crates/toml-0.4.5.tar.gz) = 60003 +SHA256 (rust/crates/unicase-2.0.0.tar.gz) = 2e01da42520092d0cd2d6ac3ae69eb21a22ad43ff195676b86f8c37f487d6b80 +SIZE (rust/crates/unicase-2.0.0.tar.gz) = 34441 +SHA256 (rust/crates/unicode-segmentation-1.2.0.tar.gz) = a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946 +SIZE (rust/crates/unicode-segmentation-1.2.0.tar.gz) = 67562 +SHA256 (rust/crates/unicode-width-0.1.4.tar.gz) = bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f +SIZE (rust/crates/unicode-width-0.1.4.tar.gz) = 15283 +SHA256 (rust/crates/unicode-xid-0.0.4.tar.gz) = 8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc +SIZE (rust/crates/unicode-xid-0.0.4.tar.gz) = 16034 +SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 +SIZE (rust/crates/unreachable-1.0.0.tar.gz) = 6355 +SHA256 (rust/crates/untrusted-0.5.1.tar.gz) = f392d7819dbe58833e26872f5f6f0d68b7bbbe90fc3667e98731c4a15ad9a7ae +SIZE (rust/crates/untrusted-0.5.1.tar.gz) = 7367 +SHA256 (rust/crates/username-0.2.0.tar.gz) = 92e425df6527f7bc1adc7eb3b829ecaec746fbbc0b05e42133ff84afef3b1a09 +SIZE (rust/crates/username-0.2.0.tar.gz) = 1528 +SHA256 (rust/crates/utf8-ranges-1.0.0.tar.gz) = 662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122 +SIZE (rust/crates/utf8-ranges-1.0.0.tar.gz) = 8599 +SHA256 (rust/crates/vec_map-0.8.0.tar.gz) = 887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c +SIZE (rust/crates/vec_map-0.8.0.tar.gz) = 13742 +SHA256 (rust/crates/void-1.0.2.tar.gz) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d +SIZE (rust/crates/void-1.0.2.tar.gz) = 2356 +SHA256 (rust/crates/walkdir-1.0.7.tar.gz) = bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff +SIZE (rust/crates/walkdir-1.0.7.tar.gz) = 17883 +SHA256 (rust/crates/webpki-0.14.0.tar.gz) = e499345fc4c6b7c79a5b8756d4592c4305510a13512e79efafe00dfbd67bbac6 +SIZE (rust/crates/webpki-0.14.0.tar.gz) = 43699 +SHA256 (rust/crates/webpki-roots-0.11.0.tar.gz) = 5bfb3f50499f21ad2317f442845e3b5805b007f1e728f59885c99e61b8c181a7 +SIZE (rust/crates/webpki-roots-0.11.0.tar.gz) = 255396 +SHA256 (rust/crates/winapi-0.2.8.tar.gz) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a +SIZE (rust/crates/winapi-0.2.8.tar.gz) = 455145 +SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc +SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 +SHA256 (rust/crates/ws2_32-sys-0.2.1.tar.gz) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e +SIZE (rust/crates/ws2_32-sys-0.2.1.tar.gz) = 4697 +SHA256 (rust/crates/xattr-0.1.11.tar.gz) = 5f04de8a1346489a2f9e9bd8526b73d135ec554227b17568456e86aa35b6f3fc +SIZE (rust/crates/xattr-0.1.11.tar.gz) = 10871 From owner-svn-ports-all@freebsd.org Thu Oct 5 19:02:10 2017 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 C7398E3FCBF; Thu, 5 Oct 2017 19:02:10 +0000 (UTC) (envelope-from bdrewery@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 9474682368; Thu, 5 Oct 2017 19:02:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95J29Dn011331; Thu, 5 Oct 2017 19:02:09 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95J29J2011329; Thu, 5 Oct 2017 19:02:09 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201710051902.v95J29J2011329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 5 Oct 2017 19:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451335 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/ports-mgmt/poudriere-devel X-SVN-Commit-Revision: 451335 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 19:02:10 -0000 Author: bdrewery Date: Thu Oct 5 19:02:09 2017 New Revision: 451335 URL: https://svnweb.freebsd.org/changeset/ports/451335 Log: Update to 3.0-2537-gf08534e1 - testport + FLAVORS: Fix incorrectly calling the default flavor for dependencies duplicates - FLAVORS: Fix non-listed ports being deleted with -C and showing in queued list Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Thu Oct 5 18:56:33 2017 (r451334) +++ head/ports-mgmt/poudriere-devel/Makefile Thu Oct 5 19:02:09 2017 (r451335) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.99.20171004 +DISTVERSION= 3.1.99.20171005 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.0-2535-gffbb8f83 +GH_TAGNAME= 3.0-2537-gf08534e1 #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Thu Oct 5 18:56:33 2017 (r451334) +++ head/ports-mgmt/poudriere-devel/distinfo Thu Oct 5 19:02:09 2017 (r451335) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507153499 -SHA256 (freebsd-poudriere-3.1.99.20171004-3.0-2535-gffbb8f83_GH0.tar.gz) = 5a13bb0c701b3a03746f2357212186a270fea18a672df0e3e0965b3e129d3650 -SIZE (freebsd-poudriere-3.1.99.20171004-3.0-2535-gffbb8f83_GH0.tar.gz) = 4354155 +TIMESTAMP = 1507230062 +SHA256 (freebsd-poudriere-3.1.99.20171005-3.0-2537-gf08534e1_GH0.tar.gz) = 805e096ee362b866d86e4eb67a24d5c3188dba46c49787430bd212b660ceb743 +SIZE (freebsd-poudriere-3.1.99.20171005-3.0-2537-gf08534e1_GH0.tar.gz) = 4351830 From owner-svn-ports-all@freebsd.org Thu Oct 5 19:03:46 2017 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 89290E3FE61; Thu, 5 Oct 2017 19:03:46 +0000 (UTC) (envelope-from cs@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 532C5824F7; Thu, 5 Oct 2017 19:03:46 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95J3jF7011508; Thu, 5 Oct 2017 19:03:45 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95J3jKx011507; Thu, 5 Oct 2017 19:03:45 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201710051903.v95J3jKx011507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Thu, 5 Oct 2017 19:03:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451336 - head/security/py-stem X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: head/security/py-stem X-SVN-Commit-Revision: 451336 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 19:03:46 -0000 Author: cs Date: Thu Oct 5 19:03:45 2017 New Revision: 451336 URL: https://svnweb.freebsd.org/changeset/ports/451336 Log: Added license file; Added dependencies; Added tests; Added autoplist; Set supported python version range. PR: 221637 Submitted by: Yuri Victorovich Approved by: maintainer Deleted: head/security/py-stem/pkg-plist Modified: head/security/py-stem/Makefile Modified: head/security/py-stem/Makefile ============================================================================== --- head/security/py-stem/Makefile Thu Oct 5 19:02:09 2017 (r451335) +++ head/security/py-stem/Makefile Thu Oct 5 19:03:45 2017 (r451336) @@ -3,6 +3,7 @@ PORTNAME= stem PORTVERSION= 1.5.4 +PORTREVISION= 1 CATEGORIES= security net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +12,18 @@ MAINTAINER= cs@FreeBSD.org COMMENT= Python controller library for Tor LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python -USE_PYTHON= distutils +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes \ + ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle + +USES= python:2.6+ +USE_PYTHON= distutils autoplist NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} run_tests.py -a .include From owner-svn-ports-all@freebsd.org Thu Oct 5 19:21:47 2017 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 A5F8CE403FC; Thu, 5 Oct 2017 19:21:47 +0000 (UTC) (envelope-from cs@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 72EA38302B; Thu, 5 Oct 2017 19:21:47 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95JLkU9019119; Thu, 5 Oct 2017 19:21:46 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95JLkqe019117; Thu, 5 Oct 2017 19:21:46 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201710051921.v95JLkqe019117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Thu, 5 Oct 2017 19:21:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451337 - head/editors/with-editor X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: head/editors/with-editor X-SVN-Commit-Revision: 451337 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 19:21:47 -0000 Author: cs Date: Thu Oct 5 19:21:46 2017 New Revision: 451337 URL: https://svnweb.freebsd.org/changeset/ports/451337 Log: Update to 2.7.0 PR: 222740 Submitted by: maintainer Modified: head/editors/with-editor/Makefile head/editors/with-editor/distinfo Modified: head/editors/with-editor/Makefile ============================================================================== --- head/editors/with-editor/Makefile Thu Oct 5 19:03:45 2017 (r451336) +++ head/editors/with-editor/Makefile Thu Oct 5 19:21:46 2017 (r451337) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= with-editor -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= editors elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/editors/with-editor/distinfo ============================================================================== --- head/editors/with-editor/distinfo Thu Oct 5 19:03:45 2017 (r451336) +++ head/editors/with-editor/distinfo Thu Oct 5 19:21:46 2017 (r451337) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504782599 -SHA256 (magit-with-editor-v2.6.0_GH0.tar.gz) = 8f26a619d745f0a47281fd389c6f947733752472eec26a2b1d5e7f641063ea04 -SIZE (magit-with-editor-v2.6.0_GH0.tar.gz) = 28124 +TIMESTAMP = 1506958628 +SHA256 (magit-with-editor-v2.7.0_GH0.tar.gz) = 24f842c3771b4684489bbe41165a5f0233bc426990bcb2b44bfd8720f63d504d +SIZE (magit-with-editor-v2.7.0_GH0.tar.gz) = 28462 From owner-svn-ports-all@freebsd.org Thu Oct 5 19:23:17 2017 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 CE88DE4045C; Thu, 5 Oct 2017 19:23:17 +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 A503C831AD; Thu, 5 Oct 2017 19:23:17 +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 v95JNGIp020078; Thu, 5 Oct 2017 19:23:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95JNGEK020074; Thu, 5 Oct 2017 19:23:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710051923.v95JNGEK020074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 5 Oct 2017 19:23:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451338 - head/sysutils/libfvde X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/sysutils/libfvde X-SVN-Commit-Revision: 451338 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 19:23:17 -0000 Author: antoine Date: Thu Oct 5 19:23:16 2017 New Revision: 451338 URL: https://svnweb.freebsd.org/changeset/ports/451338 Log: - Update to experimental-20170930 - Build python2 and python3 bindings - Make NLS optional Modified: head/sysutils/libfvde/Makefile head/sysutils/libfvde/distinfo head/sysutils/libfvde/pkg-plist Modified: head/sysutils/libfvde/Makefile ============================================================================== --- head/sysutils/libfvde/Makefile Thu Oct 5 19:21:46 2017 (r451337) +++ head/sysutils/libfvde/Makefile Thu Oct 5 19:23:16 2017 (r451338) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libfvde -PORTVERSION= 20160918 +PORTVERSION= 20170930 DISTVERSIONPREFIX= experimental- CATEGORIES= sysutils MASTER_SITES= https://github.com/libyal/libfvde/releases/download/${PORTVERSION}/ \ @@ -14,12 +14,28 @@ COMMENT= Library and tools for reading FileVault (FVDE LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= python${PYTHON2_DEFAULT}:lang/python${PYTHON2_DEFAULT:S/.//} \ + python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//} +RUN_DEPENDS= python${PYTHON2_DEFAULT}:lang/python${PYTHON2_DEFAULT:S/.//} \ + python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//} + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python -USES= fuse gettext libtool pathfix pkgconfig python ssl +CONFIGURE_ARGS= --enable-python2 --enable-python3 +CONFIGURE_ENV= PYTHON2_CONFIG=${LOCALBASE}/bin/python${PYTHON2_DEFAULT}-config \ + PYTHON3=${LOCALBASE}/bin/python${PYTHON3_DEFAULT} \ + PYTHON3_CONFIG=${LOCALBASE}/bin/python${PYTHON3_DEFAULT}-config +USES= fuse libtool pathfix pkgconfig ssl USE_LDCONFIG= yes INSTALL_TARGET= install-strip LIBS+= -L${OPENSSLLIB} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +PLIST_SUB= PYTHON2_SITELIBDIR=lib/python${PYTHON2_DEFAULT}/site-packages \ + PYTHON3_SITELIBDIR=lib/python${PYTHON3_DEFAULT}/site-packages + +OPTIONS_DEFINE= NLS + +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls .include Modified: head/sysutils/libfvde/distinfo ============================================================================== --- head/sysutils/libfvde/distinfo Thu Oct 5 19:21:46 2017 (r451337) +++ head/sysutils/libfvde/distinfo Thu Oct 5 19:23:16 2017 (r451338) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474205822 -SHA256 (libfvde-experimental-20160918.tar.gz) = 6863ae991163ac068994201dc45028627a8e60076dd574b7cf594b5f330242af -SIZE (libfvde-experimental-20160918.tar.gz) = 1643264 +TIMESTAMP = 1507226009 +SHA256 (libfvde-experimental-20170930.tar.gz) = 06987fd3387531d3e77e52279c4063530dfa2fa574ffe56ca19a7e074702a913 +SIZE (libfvde-experimental-20170930.tar.gz) = 1678823 Modified: head/sysutils/libfvde/pkg-plist ============================================================================== --- head/sysutils/libfvde/pkg-plist Thu Oct 5 19:21:46 2017 (r451337) +++ head/sysutils/libfvde/pkg-plist Thu Oct 5 19:23:16 2017 (r451338) @@ -12,8 +12,10 @@ lib/libfvde.a lib/libfvde.so lib/libfvde.so.1 lib/libfvde.so.1.0.0 -%%PYTHON_SITELIBDIR%%/pyfvde.a -%%PYTHON_SITELIBDIR%%/pyfvde.so +%%PYTHON2_SITELIBDIR%%/pyfvde.a +%%PYTHON2_SITELIBDIR%%/pyfvde.so +%%PYTHON3_SITELIBDIR%%/pyfvde.a +%%PYTHON3_SITELIBDIR%%/pyfvde.so libdata/pkgconfig/libfvde.pc man/man1/fvdeinfo.1.gz man/man1/fvdemount.1.gz From owner-svn-ports-all@freebsd.org Thu Oct 5 19:27:46 2017 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 B0BF6E40650; Thu, 5 Oct 2017 19:27:46 +0000 (UTC) (envelope-from cs@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 7EAE28344C; Thu, 5 Oct 2017 19:27:46 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95JRj6v020391; Thu, 5 Oct 2017 19:27:45 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95JRj1H020390; Thu, 5 Oct 2017 19:27:45 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201710051927.v95JRj1H020390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Thu, 5 Oct 2017 19:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451339 - head/security/fwknop X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: head/security/fwknop X-SVN-Commit-Revision: 451339 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 19:27:46 -0000 Author: cs Date: Thu Oct 5 19:27:45 2017 New Revision: 451339 URL: https://svnweb.freebsd.org/changeset/ports/451339 Log: Resolve conflict PR: 222382 Submitted by: Jens Grassel Approved by: maintainer Modified: head/security/fwknop/Makefile Modified: head/security/fwknop/Makefile ============================================================================== --- head/security/fwknop/Makefile Thu Oct 5 19:23:16 2017 (r451338) +++ head/security/fwknop/Makefile Thu Oct 5 19:27:45 2017 (r451339) @@ -3,7 +3,7 @@ PORTNAME= fwknop PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= wget:ftp/wget RUN_DEPENDS= wget:ftp/wget LIB_DEPENDS+= libassuan.so:security/libassuan - +CONFLICTS_BUILD= fwknop-2.6.8_* CPE_VENDOR= cipherdyne OPTIONS_DEFINE= GPGME From owner-svn-ports-all@freebsd.org Thu Oct 5 19:29:56 2017 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 9FD16E4076C; Thu, 5 Oct 2017 19:29:56 +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 7A38E83665; Thu, 5 Oct 2017 19:29:56 +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 v95JTtsJ020659; Thu, 5 Oct 2017 19:29:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95JTtCw020656; Thu, 5 Oct 2017 19:29:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710051929.v95JTtCw020656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 5 Oct 2017 19:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451340 - head/security/py-plaso X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/py-plaso X-SVN-Commit-Revision: 451340 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 19:29:56 -0000 Author: antoine Date: Thu Oct 5 19:29:55 2017 New Revision: 451340 URL: https://svnweb.freebsd.org/changeset/ports/451340 Log: Update plaso to 20170930 Heimdall Release notes: http://blog.kiddaland.net/2017/10/drink-joyful-good-mead-plaso-20170925.html Modified: head/security/py-plaso/Makefile head/security/py-plaso/distinfo head/security/py-plaso/pkg-descr Modified: head/security/py-plaso/Makefile ============================================================================== --- head/security/py-plaso/Makefile Thu Oct 5 19:27:45 2017 (r451339) +++ head/security/py-plaso/Makefile Thu Oct 5 19:29:55 2017 (r451340) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plaso -DISTVERSION= 1.5.1 +PORTVERSION= 20170930 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -31,11 +31,11 @@ RUN_DEPENDS= hachoir-core>=0:devel/hachoir-core \ ${PYTHON_PKGNAMEPREFIX}binplist>=0:devel/py-binplist \ ${PYTHON_PKGNAMEPREFIX}construct>=0:devel/py-construct \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}dfdatetime>=0:security/py-dfdatetime \ ${PYTHON_PKGNAMEPREFIX}dfvfs>=0:security/py-dfvfs \ ${PYTHON_PKGNAMEPREFIX}dfwinreg>=0:security/py-dfwinreg \ ${PYTHON_PKGNAMEPREFIX}dpkt>=0:net/py-dpkt \ ${PYTHON_PKGNAMEPREFIX}efilter>=0:devel/py-efilter \ - ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython \ ${PYTHON_PKGNAMEPREFIX}pefile>=0:devel/py-pefile \ ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \ @@ -55,7 +55,14 @@ USE_LOCALE= en_US.UTF-8 USE_PYTHON= distutils autoplist TEST_ENV= ${MAKE_ENV} PYTHONHTTPSVERIFY=0 +.include + +.if ${PYTHON_REL} < 3300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyliblzma>=0:archivers/py-pyliblzma +.endif + do-test: + @${TOUCH} ${TEST_WRKSRC}/utils/__init__.py @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py) -.include +.include Modified: head/security/py-plaso/distinfo ============================================================================== --- head/security/py-plaso/distinfo Thu Oct 5 19:27:45 2017 (r451339) +++ head/security/py-plaso/distinfo Thu Oct 5 19:29:55 2017 (r451340) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477253320 -SHA256 (plaso-1.5.1.tar.gz) = 1abf6a7ce1977c71989ea6837770b3d7d076e65c3337b20f817608a860edc8bd -SIZE (plaso-1.5.1.tar.gz) = 111769066 +TIMESTAMP = 1506966492 +SHA256 (plaso-20170930.tar.gz) = d5896ff3cc87c45699bd8c7ef9a0ba799cc7d45d1b8c81eb678a79f9d29ca64f +SIZE (plaso-20170930.tar.gz) = 108031253 Modified: head/security/py-plaso/pkg-descr ============================================================================== --- head/security/py-plaso/pkg-descr Thu Oct 5 19:27:45 2017 (r451339) +++ head/security/py-plaso/pkg-descr Thu Oct 5 19:29:55 2017 (r451340) @@ -6,4 +6,4 @@ to produce a single correlated timeline. This timeline analysed by forensic investigators/analysts, speeding up investigations by correlating the vast amount of information found on an average computer system. -WWW: https://sites.google.com/a/kiddaland.net/plaso/ +WWW: https://github.com/log2timeline/plaso/wiki From owner-svn-ports-all@freebsd.org Thu Oct 5 19:34:00 2017 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 0E29EE40907; Thu, 5 Oct 2017 19:34:00 +0000 (UTC) (envelope-from olgeni@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 CBDF883A56; Thu, 5 Oct 2017 19:33:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95JXwFC024747; Thu, 5 Oct 2017 19:33:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95JXwUa024745; Thu, 5 Oct 2017 19:33:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710051933.v95JXwUa024745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 5 Oct 2017 19:33:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451341 - in head/lang: erlang erlang-runtime19 X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: in head/lang: erlang erlang-runtime19 X-SVN-Commit-Revision: 451341 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 19:34:00 -0000 Author: olgeni Date: Thu Oct 5 19:33:58 2017 New Revision: 451341 URL: https://svnweb.freebsd.org/changeset/ports/451341 Log: Fix a typo and unbreak Erlang 19 ports; my new poudriere test script should really not return 0 on broken ports... Modified: head/lang/erlang-runtime19/Makefile head/lang/erlang/Makefile Modified: head/lang/erlang-runtime19/Makefile ============================================================================== --- head/lang/erlang-runtime19/Makefile Thu Oct 5 19:29:55 2017 (r451340) +++ head/lang/erlang-runtime19/Makefile Thu Oct 5 19:33:58 2017 (r451341) @@ -71,7 +71,7 @@ LDFLAGS+= -L${LOCALBASE}/lib APP_UPGRADE= erts 8.3 8.3.5.3 \ lib/crypto 3.7.3 3.7.4 \ - lib/compiler 7.4.0 7.4.0.1 \ + lib/compiler 7.0.4 7.0.4.1 \ lib/inets 6.3.6 6.3.9 \ lib/ssh 4.4.1 4.4.2 \ lib/ssl 8.1.1 8.1.3 \ Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Thu Oct 5 19:29:55 2017 (r451340) +++ head/lang/erlang/Makefile Thu Oct 5 19:33:58 2017 (r451341) @@ -77,7 +77,7 @@ LDFLAGS+= -L${LOCALBASE}/lib APP_UPGRADE= erts 8.3 8.3.5.3 \ lib/crypto 3.7.3 3.7.4 \ - lib/compiler 7.4.0 7.4.0.1 \ + lib/compiler 7.0.4 7.0.4.1 \ lib/inets 6.3.6 6.3.9 \ lib/ssh 4.4.1 4.4.2 \ lib/ssl 8.1.1 8.1.3 \ From owner-svn-ports-all@freebsd.org Thu Oct 5 19:36:04 2017 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 92D6CE40A33; Thu, 5 Oct 2017 19:36:04 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6891883BF2; Thu, 5 Oct 2017 19:36:04 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from chateau.d.if (unknown [127.0.1.132]) by freefall.freebsd.org (Postfix) with ESMTP id 89BF81618D; Thu, 5 Oct 2017 19:36:02 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Subject: Re: svn commit: r451116 - in head/lang/sagittarius-scheme: . files To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201710030826.v938Q6dt022417@repo.freebsd.org> From: Ashish SHUKLA Organization: The FreeBSD Project Message-ID: <875e583e-418b-c26e-0495-87a852548eea@FreeBSD.org> Date: Fri, 6 Oct 2017 01:05:57 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="IvSfw4LcUg68oF7QpTDVdGHAXqEQBCBpA" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 05 Oct 2017 19:36:04 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --IvSfw4LcUg68oF7QpTDVdGHAXqEQBCBpA Content-Type: multipart/mixed; boundary="lGb0uqXdAEHRFdbDVEEHuLvrGICFvltk6"; protected-headers="v1" From: Ashish SHUKLA To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <875e583e-418b-c26e-0495-87a852548eea@FreeBSD.org> Subject: Re: svn commit: r451116 - in head/lang/sagittarius-scheme: . files References: <201710030826.v938Q6dt022417@repo.freebsd.org> In-Reply-To: --lGb0uqXdAEHRFdbDVEEHuLvrGICFvltk6 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 10/03/2017 15:35, Jan Beich wrote: > Ashish SHUKLA writes: >=20 >> Author: ashish >> Date: Tue Oct 3 08:26:06 2017 >> New Revision: 451116 >> URL: https://svnweb.freebsd.org/changeset/ports/451116 >> >> Log: >> - Update to 0.8.7 >> - Add SIMD option (off by default) to control compilation with SIMD >> flags >> - Add program to generate cpuinfo required for SIMD support detectio= n > [...] >> ++ ELSEIF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") >> ++ EXEC_PROGRAM(%%CPUID%% OUTPUT_VARIABLE CPUINFO) >> ++ >> ++ STRING(REGEX REPLACE "^.*,(SSE2).*$" "\\1" SSE_THERE ${CPUINFO}= ) >> ++ STRING(COMPARE EQUAL "SSE2" "${SSE_THERE}" SSE2_TRUE) >> ++ IF (SSE2_TRUE) >> ++ set(SSE2_FOUND true CACHE BOOL "SSE2 available on host") >> ++ ELSE (SSE2_TRUE) >> ++ set(SSE2_FOUND false CACHE BOOL "SSE2 available on host") >> ++ ENDIF (SSE2_TRUE) > [...] >> IF (USE_SSE) >> IF (SSE2_FOUND) >> SET(CMAKE_C_FLAGS "-msse2 ${CMAKE_C_FLAGS}") >> SET(CMAKE_CXX_FLAGS "-msse2 ${CMAKE_CXX_FLAGS}") >> ENDIF() >=20 > Given the lack of __SSE*__ guards in the source -m* flags look like a > cargo cult optimization or a verbose way to say CFLAGS +=3D -march=3Dna= tive. > For one, users with CPUTYPE set via make.conf already have -march=3D wh= ich > enables -m* flags supported by the specific CPU. >=20 Indeed, although I'm here just trying to fix, what upstream author was expecting. Thanks! --=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 --lGb0uqXdAEHRFdbDVEEHuLvrGICFvltk6-- --IvSfw4LcUg68oF7QpTDVdGHAXqEQBCBpA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAlnWiaEACgkQx0bPqedP pLAvxQ//dwGsm01NUVYYmaWDhokKXQBQGbHTStuVtVgGv7rI1IPAWCrtRWHTQ4Ik aX+rWnTE1OlRs8IUg0huzoD2NzPGPop7SoOgPIcMH3siDHVK2oJlNsiO2S2orpvK PE070WmUwG4NK+QhgW9xhHkBYXt5Gg+Ik4KVLJzPLk4KDBse7iqpc06PiM3GkVkd iF352gfjSUQgchX1q7+E1DfDCLCNLT1GGNBBNFrxUx6L5uBi82j1VFx21SEhkfRN SX5EmLd8UghUBmRMJfoeM4em23Ky7vF0yqYe/CBrJz0vqlgxvG3J/luYUoM0aZzE MctEbyPQbjCsDrjosc54rMw5Z9Xa9igo209H3D+vtKh567+pSJRp3Hc8htJpEHJt vHxx3TjFI9Q4cmg0ut9C9ebNt+I2rty1QGZq/+r9DBrYzEzS+WV3Ddh1FcNPF5jP uSaCB8poVIv/L0APsqo4+P/u5dJFU/Agru2gjYBpBBzy9HFL02mEIvobnM93qkt6 Ja7tqcvBSorVCu2o8rh5JEI15Tj/7nAvg2ae3lMSSCKzuyjjQl9Ukcyy6D9ySEK1 5Q/PKaHbC2bAOy4DCWmbfL/B4vXRhipA6EP1/uPvvkQN0KRfUJwv43GlrkcEpotm zRaUlFW9zahTmSAXhTZxhUhz6CxJFfdIkgxEKQ6EH2227B95F2Y= =ExZ/ -----END PGP SIGNATURE----- --IvSfw4LcUg68oF7QpTDVdGHAXqEQBCBpA-- From owner-svn-ports-all@freebsd.org Thu Oct 5 19:38:10 2017 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 16538E40B83; Thu, 5 Oct 2017 19:38:10 +0000 (UTC) (envelope-from cs@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 D08DB83D5E; Thu, 5 Oct 2017 19:38:09 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95Jc99k025026; Thu, 5 Oct 2017 19:38:09 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95Jc8aV025024; Thu, 5 Oct 2017 19:38:08 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201710051938.v95Jc8aV025024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Thu, 5 Oct 2017 19:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451342 - head/sysutils/flock X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: head/sysutils/flock X-SVN-Commit-Revision: 451342 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 19:38:10 -0000 Author: cs Date: Thu Oct 5 19:38:08 2017 New Revision: 451342 URL: https://svnweb.freebsd.org/changeset/ports/451342 Log: Update to 2.30.1 PR: 222369 Submitted by: maintainer Modified: head/sysutils/flock/Makefile head/sysutils/flock/distinfo Modified: head/sysutils/flock/Makefile ============================================================================== --- head/sysutils/flock/Makefile Thu Oct 5 19:33:58 2017 (r451341) +++ head/sysutils/flock/Makefile Thu Oct 5 19:38:08 2017 (r451342) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= flock -PORTVERSION= 2.29 -PORTREVISION= 1 +PORTVERPREFIX= 2.30 +PORTVERSION= ${PORTVERPREFIX}.1 CATEGORIES= sysutils -MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION}/ +MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERPREFIX}/ DISTNAME= util-linux-${PORTVERSION} MAINTAINER= franco@opnsense.org Modified: head/sysutils/flock/distinfo ============================================================================== --- head/sysutils/flock/distinfo Thu Oct 5 19:33:58 2017 (r451341) +++ head/sysutils/flock/distinfo Thu Oct 5 19:38:08 2017 (r451342) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479448422 -SHA256 (util-linux-2.29.tar.gz) = 36d2fe6fcc962b6b4354ecd427ad766bc4ad29581f83afe67c3eadbdc5245a1f -SIZE (util-linux-2.29.tar.gz) = 9161747 +TIMESTAMP = 1504499806 +SHA256 (util-linux-2.30.1.tar.gz) = 88bb1d08f0d67fb1b548c3e2160f7f40fb552cdf6b771a5dd1b94e1e04fc1d9a +SIZE (util-linux-2.30.1.tar.gz) = 9513750 From owner-svn-ports-all@freebsd.org Thu Oct 5 19:44:16 2017 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 7DED6E40E0D; Thu, 5 Oct 2017 19:44:16 +0000 (UTC) (envelope-from cs@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 4B934841A3; Thu, 5 Oct 2017 19:44:16 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95JiFiw029138; Thu, 5 Oct 2017 19:44:15 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95JiFOu029135; Thu, 5 Oct 2017 19:44:15 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201710051944.v95JiFOu029135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Thu, 5 Oct 2017 19:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451343 - in head/security/clamsmtp: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: in head/security/clamsmtp: . files X-SVN-Commit-Revision: 451343 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 19:44:16 -0000 Author: cs Date: Thu Oct 5 19:44:15 2017 New Revision: 451343 URL: https://svnweb.freebsd.org/changeset/ports/451343 Log: * Take maintainership. * Add license information. * Regenerate patch to fix portlint warning. * Remove wrong @undexec line from pkg-plist. * Use @sample macro to handle configuration file. * Bump PORTREVISION because of pkg-plist change. PR: 222316 Submitted by: Yasuhiro Kimura Modified: head/security/clamsmtp/Makefile head/security/clamsmtp/files/patch-configure head/security/clamsmtp/pkg-plist Modified: head/security/clamsmtp/Makefile ============================================================================== --- head/security/clamsmtp/Makefile Thu Oct 5 19:38:08 2017 (r451342) +++ head/security/clamsmtp/Makefile Thu Oct 5 19:44:15 2017 (r451343) @@ -3,12 +3,15 @@ PORTNAME= clamsmtp PORTVERSION= 1.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://thewalter.net/stef/software/clamsmtp/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yasu@utahime.org COMMENT= ClamAV anti-virus SMTP Filter + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= gmake Modified: head/security/clamsmtp/files/patch-configure ============================================================================== --- head/security/clamsmtp/files/patch-configure Thu Oct 5 19:38:08 2017 (r451342) +++ head/security/clamsmtp/files/patch-configure Thu Oct 5 19:44:15 2017 (r451343) @@ -1,6 +1,6 @@ ---- configure.orig Fri Apr 15 07:18:10 2005 -+++ configure Wed Apr 20 15:45:54 2005 -@@ -3156,7 +3156,7 @@ +--- configure.orig 2008-06-30 17:03:01 UTC ++++ configure +@@ -3643,7 +3643,7 @@ fi # which indicates that we try without any flags at all, and "pthread-config" # which is a program returning the flags for the Pth emulation library. Modified: head/security/clamsmtp/pkg-plist ============================================================================== --- head/security/clamsmtp/pkg-plist Thu Oct 5 19:38:08 2017 (r451342) +++ head/security/clamsmtp/pkg-plist Thu Oct 5 19:44:15 2017 (r451343) @@ -1,5 +1,4 @@ -@unexec [ ! -f %%CLAMAV_PID_DIR%%/clamsmtpd.pid ] || %%PREFIX%%/etc/rc.d/clamsmtpd.sh stop || true -etc/clamsmtpd.conf.sample +@sample etc/clamsmtpd.conf.sample man/man5/clamsmtpd.conf.5.gz man/man8/clamsmtpd.8.gz sbin/clamsmtpd From owner-svn-ports-all@freebsd.org Thu Oct 5 19:51:38 2017 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 C1BFCE40FC4; Thu, 5 Oct 2017 19:51:38 +0000 (UTC) (envelope-from rene@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 9C18984592; Thu, 5 Oct 2017 19:51:38 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95Jpb8U033411; Thu, 5 Oct 2017 19:51:37 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95JpbgR033405; Thu, 5 Oct 2017 19:51:37 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201710051951.v95JpbgR033405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 5 Oct 2017 19:51:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451344 - in head: . net-mgmt net-mgmt/nagios-check_bacula5 sysutils sysutils/bacula5-bat sysutils/bacula5-client sysutils/bacula5-client-static sysutils/bacula5-docs sysutils/bacula5-s... X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . net-mgmt net-mgmt/nagios-check_bacula5 sysutils sysutils/bacula5-bat sysutils/bacula5-client sysutils/bacula5-client-static sysutils/bacula5-docs sysutils/bacula5-server X-SVN-Commit-Revision: 451344 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 19:51:38 -0000 Author: rene Date: Thu Oct 5 19:51:37 2017 New Revision: 451344 URL: https://svnweb.freebsd.org/changeset/ports/451344 Log: Remove expired ports: 2017-10-04 sysutils/bacula5-client-static: No upstream commits since 2013. Use sysutils/bacula-server 2017-10-04 sysutils/bacula5-client: No upstream commits since 2013. Use sysutils/bacula-server 2017-10-04 sysutils/bacula5-bat: No upstream commits since 2013. Use sysutils/bacula-server 2017-10-04 sysutils/bacula5-server: No upstream commits since 2013. Use sysutils/bacula-server 2017-10-04 net-mgmt/nagios-check_bacula5: No upstream commits since 2013. Use sysutils/bacula-server 2017-10-04 sysutils/bacula5-docs: No upstream commits since 2013. Use sysutils/bacula-docs Deleted: head/net-mgmt/nagios-check_bacula5/ head/sysutils/bacula5-bat/ head/sysutils/bacula5-client/ head/sysutils/bacula5-client-static/ head/sysutils/bacula5-docs/ head/sysutils/bacula5-server/ Modified: head/MOVED head/net-mgmt/Makefile head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Oct 5 19:44:15 2017 (r451343) +++ head/MOVED Thu Oct 5 19:51:37 2017 (r451344) @@ -9570,3 +9570,9 @@ sysutils/py3-iocage|sysutils/iocage|2017-10-02|Port wa audio/ventrilo-server||2017-10-04|No more freebsd distfiles net-im/ayttm||2017-10-04|Non functional graphics/diacanvas2||2017-10-04|GNOME2 library unused anymore +sysutils/bacula5-client-static|sysutils/bacula-client-static|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-server +sysutils/bacula5-client|sysutils/bacula-client|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-server +sysutils/bacula5-bat|sysutils/bacula-bat|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-server +sysutils/bacula5-server|sysutils/bacula-server|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-server +net-mgmt/nagios-check_bacula5|net-mgmt/nagios-check_bacula|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-server +sysutils/bacula5-docs|sysutils/bacula-docs|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-docs Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Thu Oct 5 19:44:15 2017 (r451343) +++ head/net-mgmt/Makefile Thu Oct 5 19:51:37 2017 (r451344) @@ -130,7 +130,6 @@ SUBDIR += nagios SUBDIR += nagios-certexp-plugin SUBDIR += nagios-check_bacula - SUBDIR += nagios-check_bacula5 SUBDIR += nagios-check_bacula9 SUBDIR += nagios-check_clamav SUBDIR += nagios-check_cpu_usage Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Oct 5 19:44:15 2017 (r451343) +++ head/sysutils/Makefile Thu Oct 5 19:51:37 2017 (r451344) @@ -74,11 +74,6 @@ SUBDIR += bacula-client-static SUBDIR += bacula-docs SUBDIR += bacula-server - SUBDIR += bacula5-bat - SUBDIR += bacula5-client - SUBDIR += bacula5-client-static - SUBDIR += bacula5-docs - SUBDIR += bacula5-server SUBDIR += bacula9-bat SUBDIR += bacula9-client SUBDIR += bacula9-client-static From owner-svn-ports-all@freebsd.org Thu Oct 5 21:04:59 2017 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 67C66E42BFC; Thu, 5 Oct 2017 21:04:59 +0000 (UTC) (envelope-from cs@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 4120E266A; Thu, 5 Oct 2017 21:04:59 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95L4wQQ063016; Thu, 5 Oct 2017 21:04:58 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95L4woI063013; Thu, 5 Oct 2017 21:04:58 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201710052104.v95L4woI063013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Thu, 5 Oct 2017 21:04:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451345 - head/security/keepassxc X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: head/security/keepassxc X-SVN-Commit-Revision: 451345 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 21:04:59 -0000 Author: cs Date: Thu Oct 5 21:04:57 2017 New Revision: 451345 URL: https://svnweb.freebsd.org/changeset/ports/451345 Log: Update to 2.2.1 PR: 222763 Submitted by: maintainer Modified: head/security/keepassxc/Makefile head/security/keepassxc/distinfo head/security/keepassxc/pkg-plist Modified: head/security/keepassxc/Makefile ============================================================================== --- head/security/keepassxc/Makefile Thu Oct 5 19:51:37 2017 (r451344) +++ head/security/keepassxc/Makefile Thu Oct 5 21:04:57 2017 (r451345) @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= keepassxc -PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTVERSION= 2.2.1 CATEGORIES= security MAINTAINER= melanhit@gmail.com COMMENT= KeePass Cross-platform Community Edition -LICENSE= BOOST-1.0 BSD3CLAUSE CC0-1.0 GPLv2 GPLv3 LGPL21 LGPL3 NOKIA-LGPL-EXCEPTION +LICENSE= APACHE20 BOOST-1.0 BSD3CLAUSE CC0-1.0 GPLv2 GPLv3 LGPL21 LGPL3 NOKIA-LGPL-EXCEPTION LICENSE_COMB= multi LICENSE_NAME_BOOST-1.0= Boost Software License version 1.0 LICENSE_NAME_NOKIA-LGPL-EXCEPTION= Nokia Qt LGPL Exception version 1.1 Modified: head/security/keepassxc/distinfo ============================================================================== --- head/security/keepassxc/distinfo Thu Oct 5 19:51:37 2017 (r451344) +++ head/security/keepassxc/distinfo Thu Oct 5 21:04:57 2017 (r451345) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499196985 -SHA256 (keepassxreboot-keepassxc-2.2.0_GH0.tar.gz) = 9d9d39b9c056955fe5d7a5212efe1703be02fa4731c36e2b1e06a78174b0a7b8 -SIZE (keepassxreboot-keepassxc-2.2.0_GH0.tar.gz) = 3814252 +TIMESTAMP = 1506979890 +SHA256 (keepassxreboot-keepassxc-2.2.1_GH0.tar.gz) = 184663e8b08e081dedf4c9dbdd68bf86ed0f5e32388b4781b7afcf89ef5c8e4d +SIZE (keepassxreboot-keepassxc-2.2.1_GH0.tar.gz) = 3880551 Modified: head/security/keepassxc/pkg-plist ============================================================================== --- head/security/keepassxc/pkg-plist Thu Oct 5 19:51:37 2017 (r451344) +++ head/security/keepassxc/pkg-plist Thu Oct 5 21:04:57 2017 (r451345) @@ -1,6 +1,6 @@ bin/keepassxc bin/keepassxc-cli -%%AUTOTYPE%%lib/keepassxc/libkeepassx-autotype-xcb.so +lib/keepassxc/libkeepassx-autotype-xcb.so share/applications/keepassxc.desktop share/icons/hicolor/128x128/apps/keepassxc-dark.png share/icons/hicolor/128x128/apps/keepassxc-locked.png @@ -208,8 +208,10 @@ share/icons/hicolor/scalable/mimetypes/application-x-k %%DATADIR%%/translations/keepassx_el.qm %%DATADIR%%/translations/keepassx_en_plurals.qm %%DATADIR%%/translations/keepassx_es.qm +%%DATADIR%%/translations/keepassx_eu.qm %%DATADIR%%/translations/keepassx_fi.qm %%DATADIR%%/translations/keepassx_fr.qm +%%DATADIR%%/translations/keepassx_hu.qm %%DATADIR%%/translations/keepassx_id.qm %%DATADIR%%/translations/keepassx_it.qm %%DATADIR%%/translations/keepassx_ja.qm @@ -223,65 +225,9 @@ share/icons/hicolor/scalable/mimetypes/application-x-k %%DATADIR%%/translations/keepassx_ru.qm %%DATADIR%%/translations/keepassx_sl_SI.qm %%DATADIR%%/translations/keepassx_sv.qm +%%DATADIR%%/translations/keepassx_tr.qm %%DATADIR%%/translations/keepassx_uk.qm %%DATADIR%%/translations/keepassx_zh_CN.qm %%DATADIR%%/translations/keepassx_zh_TW.qm %%DATADIR%%/wordlists/eff_large.wordlist share/mime/packages/keepassxc.xml -@dir share/icons/hicolor/scalable/apps -@dir share/icons/hicolor/scalable -@dir share/icons/hicolor/64x64/mimetypes -@dir share/icons/hicolor/64x64/apps -@dir share/icons/hicolor/64x64 -@dir share/icons/hicolor/48x48/apps -@dir share/icons/hicolor/48x48 -@dir share/icons/hicolor/32x32/mimetypes -@dir share/icons/hicolor/32x32/apps -@dir share/icons/hicolor/32x32 -@dir share/icons/hicolor/256x256/apps -@dir share/icons/hicolor/256x256 -@dir share/icons/hicolor/24x24/apps -@dir share/icons/hicolor/24x24 -@dir share/icons/hicolor/22x22/mimetypes -@dir share/icons/hicolor/22x22 -@dir share/icons/hicolor/16x16/mimetypes -@dir share/icons/hicolor/16x16/apps -@dir share/icons/hicolor/16x16 -@dir share/icons/hicolor/128x128/mimetypes -@dir share/icons/hicolor/128x128/apps -@dir share/icons/hicolor/128x128 -@dir %%DATADIR%%/wordlists -@dir %%DATADIR%%/translations -@dir %%DATADIR%%/icons/database -@dir %%DATADIR%%/icons/application/scalable/mimetypes -@dir %%DATADIR%%/icons/application/scalable/apps -@dir %%DATADIR%%/icons/application/scalable -@dir %%DATADIR%%/icons/application/64x64/mimetypes -@dir %%DATADIR%%/icons/application/64x64/apps -@dir %%DATADIR%%/icons/application/64x64 -@dir %%DATADIR%%/icons/application/48x48/apps -@dir %%DATADIR%%/icons/application/48x48 -@dir %%DATADIR%%/icons/application/32x32/status -@dir %%DATADIR%%/icons/application/32x32/mimetypes -@dir %%DATADIR%%/icons/application/32x32/categories -@dir %%DATADIR%%/icons/application/32x32/apps -@dir %%DATADIR%%/icons/application/32x32/actions -@dir %%DATADIR%%/icons/application/32x32 -@dir %%DATADIR%%/icons/application/256x256/apps -@dir %%DATADIR%%/icons/application/256x256 -@dir %%DATADIR%%/icons/application/24x24/apps -@dir %%DATADIR%%/icons/application/24x24 -@dir %%DATADIR%%/icons/application/22x22/status -@dir %%DATADIR%%/icons/application/22x22/mimetypes -@dir %%DATADIR%%/icons/application/22x22/actions -@dir %%DATADIR%%/icons/application/22x22 -@dir %%DATADIR%%/icons/application/16x16/mimetypes -@dir %%DATADIR%%/icons/application/16x16/apps -@dir %%DATADIR%%/icons/application/16x16/actions -@dir %%DATADIR%%/icons/application/16x16 -@dir %%DATADIR%%/icons/application/128x128/mimetypes -@dir %%DATADIR%%/icons/application/128x128/apps -@dir %%DATADIR%%/icons/application/128x128 -@dir %%DATADIR%%/icons/application -@dir %%DATADIR%%/icons -@dir %%DATADIR%% From owner-svn-ports-all@freebsd.org Thu Oct 5 21:23:38 2017 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 B21BBE4304E; Thu, 5 Oct 2017 21:23:38 +0000 (UTC) (envelope-from mandree@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 7E4382F52; Thu, 5 Oct 2017 21:23:38 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95LNbgq071413; Thu, 5 Oct 2017 21:23:37 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95LNbSi071411; Thu, 5 Oct 2017 21:23:37 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201710052123.v95LNbSi071411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 5 Oct 2017 21:23:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451346 - head/print/jabref X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/print/jabref X-SVN-Commit-Revision: 451346 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 21:23:38 -0000 Author: mandree Date: Thu Oct 5 21:23:37 2017 New Revision: 451346 URL: https://svnweb.freebsd.org/changeset/ports/451346 Log: Update to new upstream release 4.0. Changelog: Modified: head/print/jabref/Makefile head/print/jabref/distinfo Modified: head/print/jabref/Makefile ============================================================================== --- head/print/jabref/Makefile Thu Oct 5 21:04:57 2017 (r451345) +++ head/print/jabref/Makefile Thu Oct 5 21:23:37 2017 (r451346) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= jabref -PORTVERSION= 3.8.2 +PORTVERSION= 4.0 PORTEPOCH= 1 CATEGORIES= print java editors -MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION}/ \ - http://builds.jabref.org/ \ +MASTER_SITES= http://builds.jabref.org/ \ https://github.com/JabRef/jabref/releases/download/v${PORTVERSION}/ DISTNAME= JabRef-${PORTVERSION} EXTRACT_SUFX= .jar Modified: head/print/jabref/distinfo ============================================================================== --- head/print/jabref/distinfo Thu Oct 5 21:04:57 2017 (r451345) +++ head/print/jabref/distinfo Thu Oct 5 21:23:37 2017 (r451346) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489231843 -SHA256 (JabRef-3.8.2.jar) = f7226e9eb64f96ef2d179c4b1f9e9bcd7a630d247f2feb0ecaa243408379720a -SIZE (JabRef-3.8.2.jar) = 37003442 +TIMESTAMP = 1507238008 +SHA256 (JabRef-4.0.jar) = 5555fd7691600a47e6ced54873738b4bd04dc2ad7f749c66887d343d2ff1dc06 +SIZE (JabRef-4.0.jar) = 56583311 From owner-svn-ports-all@freebsd.org Thu Oct 5 21:44:32 2017 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 1FE1EE43581; Thu, 5 Oct 2017 21:44:32 +0000 (UTC) (envelope-from rene@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 E1FAB3A4C; Thu, 5 Oct 2017 21:44:31 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95LiV5W079753; Thu, 5 Oct 2017 21:44:31 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95LiVLk079752; Thu, 5 Oct 2017 21:44:31 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201710052144.v95LiVLk079752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 5 Oct 2017 21:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451347 - head/textproc/pootle X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/textproc/pootle X-SVN-Commit-Revision: 451347 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 21:44:32 -0000 Author: rene Date: Thu Oct 5 21:44:30 2017 New Revision: 451347 URL: https://svnweb.freebsd.org/changeset/ports/451347 Log: textproc/pootle: add missing dependency on devel/py-argparse PR: 222798 Submitted by: ygy MFH: 2017Q4 Modified: head/textproc/pootle/Makefile Modified: head/textproc/pootle/Makefile ============================================================================== --- head/textproc/pootle/Makefile Thu Oct 5 21:23:37 2017 (r451346) +++ head/textproc/pootle/Makefile Thu Oct 5 21:44:30 2017 (r451347) @@ -3,7 +3,7 @@ PORTNAME= pootle PORTVERSION= 2.5.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= CHEESESHOP DISTNAME= Pootle-${PORTVERSION} @@ -23,6 +23,7 @@ RUN_DEPENDS= translate-toolkit>=1.11.0:textproc/transl ${PYTHON_PKGNAMEPREFIX}south>=0.7.6:databases/py-south \ ${PYTHON_PKGNAMEPREFIX}django-voting>=0.1:www/py-django-voting \ ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}diff-match-patch>=0:textproc/py-diff-match-patch # actually diff-match-patch is a dependency of translate-toolkit, # but only this port uses it. From owner-svn-ports-all@freebsd.org Fri Oct 6 05:47:20 2017 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 98F27E2AA05; Fri, 6 Oct 2017 05:47:20 +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 63D356FFE3; Fri, 6 Oct 2017 05:47:20 +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 v965lJqW079759; Fri, 6 Oct 2017 05:47:19 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v965lJtq079753; Fri, 6 Oct 2017 05:47:19 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710060547.v965lJtq079753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 6 Oct 2017 05:47:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451348 - in head/devel/grpc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/grpc: . files X-SVN-Commit-Revision: 451348 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 05:47:20 -0000 Author: vanilla Date: Fri Oct 6 05:47:18 2017 New Revision: 451348 URL: https://svnweb.freebsd.org/changeset/ports/451348 Log: Update to 1.6.5. Added: head/devel/grpc/files/patch-src_core_lib_security_credentials_jwt_jwt__verifier.c (contents, props changed) Deleted: head/devel/grpc/files/patch-third__party_boringssl_crypto_CMakeLists.txt Modified: head/devel/grpc/Makefile head/devel/grpc/distinfo head/devel/grpc/files/patch-CMakeLists.txt head/devel/grpc/files/patch-src_core_tsi_ssl__transport__security.c head/devel/grpc/pkg-plist Modified: head/devel/grpc/Makefile ============================================================================== --- head/devel/grpc/Makefile Thu Oct 5 21:44:30 2017 (r451347) +++ head/devel/grpc/Makefile Fri Oct 6 05:47:18 2017 (r451348) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.4.5 +PORTVERSION= 1.6.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= devel MAINTAINER= vanilla@FreeBSD.org @@ -13,24 +12,24 @@ COMMENT= HTTP/2-based RPC framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= go:lang/go +BUILD_DEPENDS= go:lang/go \ + yasm:devel/yasm LIB_DEPENDS= libgflags.so:devel/gflags \ libprotobuf.so:devel/protobuf \ libcares.so:dns/c-ares +USES= cmake localbase:ldflags perl5 pkgconfig ssl USE_GITHUB= yes -GH_TUPLE= google:boringssl:ba2d3df:boringssl/third_party/boringssl \ - google:benchmark:v1.2.0:benchmark/third_party/benchmark - -USES= cmake localbase:ldflags perl5 pkgconfig +GH_TUPLE= google:benchmark:v1.2.0:benchmark/third_party/benchmark USE_LDCONFIG= yes USE_PERL5= build PLIST_SUB+= SOVERSION=${PORTVERSION} LDFLAGS+= -lcares -CMAKE_ARGS= -DgRPC_ZLIB_PROVIDER:STRING="package" \ + +CMAKE_ARGS= -DgRPC_ZLIB_PROVIDER:STRING="package" \ -DgRPC_PROTOBUF_PROVIDER:STRING="package" \ -DgRPC_GFLAGS_PROVIDER:STRING="package" \ - -DgRPC_SSL_PROVIDER:STRING="module" \ + -DgRPC_SSL_PROVIDER:STRING="package" \ -DgRPC_CARES_PROVIDER:STRING="package" \ -DgRPC_BENCHMARK_PROVIDER:STRING="module" \ -DBENCHMARK_USE_LIBCXX=ON \ Modified: head/devel/grpc/distinfo ============================================================================== --- head/devel/grpc/distinfo Thu Oct 5 21:44:30 2017 (r451347) +++ head/devel/grpc/distinfo Fri Oct 6 05:47:18 2017 (r451348) @@ -1,7 +1,5 @@ -TIMESTAMP = 1502460528 -SHA256 (grpc-grpc-v1.4.5_GH0.tar.gz) = 39545c6e3d5a41c6cdd42ef7ff8288bc58bacf47b791ed324268cdfa999db9df -SIZE (grpc-grpc-v1.4.5_GH0.tar.gz) = 4834127 -SHA256 (google-boringssl-ba2d3df_GH0.tar.gz) = 2dca8694f422c90a083493c1cbfd43e8f70f77a79f9ffda1131998af14d59ff4 -SIZE (google-boringssl-ba2d3df_GH0.tar.gz) = 13152379 +TIMESTAMP = 1507083365 +SHA256 (grpc-grpc-v1.6.5_GH0.tar.gz) = 939e686dc5b6221f959b839df0987fa9eda08ba8d72530ff7946d7226c2cb5ea +SIZE (grpc-grpc-v1.6.5_GH0.tar.gz) = 4835696 SHA256 (google-benchmark-v1.2.0_GH0.tar.gz) = 3dcc90c158838e2ac4a7ad06af9e28eb5877cf28252a81e55eb3c836757d3070 SIZE (google-benchmark-v1.2.0_GH0.tar.gz) = 102297 Modified: head/devel/grpc/files/patch-CMakeLists.txt ============================================================================== --- head/devel/grpc/files/patch-CMakeLists.txt Thu Oct 5 21:44:30 2017 (r451347) +++ head/devel/grpc/files/patch-CMakeLists.txt Fri Oct 6 05:47:18 2017 (r451348) @@ -1,16 +1,16 @@ ---- CMakeLists.txt.orig 2017-08-05 03:36:13 UTC +--- CMakeLists.txt.orig 2017-10-03 19:53:08 UTC +++ CMakeLists.txt -@@ -150,7 +150,8 @@ if("${gRPC_CARES_PROVIDER}" STREQUAL "mo - message(WARNING "gRPC_CARES_PROVIDER is \"module\" but CARES_ROOT_DIR is wrong") +@@ -156,7 +156,8 @@ if("${gRPC_CARES_PROVIDER}" STREQUAL "mo + set(gRPC_INSTALL FALSE) endif() elseif("${gRPC_CARES_PROVIDER}" STREQUAL "package") -- find_package(CARES) +- find_package(c-ares CONFIG) + find_package(PkgConfig REQUIRED) + pkg_search_module(CARES REQUIRED libcares) - if(TARGET CARES::CARES) - set(_gRPC_CARES_LIBRARIES CARES::CARES) + if(TARGET c-ares::cares) + set(_gRPC_CARES_LIBRARIES c-ares::cares) endif() -@@ -177,24 +178,14 @@ if("${gRPC_PROTOBUF_PROVIDER}" STREQUAL +@@ -188,9 +189,6 @@ if("${gRPC_PROTOBUF_PROVIDER}" STREQUAL if(TARGET libprotoc) set(_gRPC_PROTOBUF_PROTOC_LIBRARIES libprotoc) endif() @@ -20,35 +20,16 @@ else() message(WARNING "gRPC_PROTOBUF_PROVIDER is \"module\" but PROTOBUF_ROOT_DIR is wrong") endif() - elseif("${gRPC_PROTOBUF_PROVIDER}" STREQUAL "package") -- find_package(protobuf CONFIG) -- if(protobuf_FOUND) -- if(TARGET protobuf::${_gRPC_PROTOBUF_LIBRARY_NAME}) -- set(_gRPC_PROTOBUF_LIBRARIES protobuf::${_gRPC_PROTOBUF_LIBRARY_NAME}) -- endif() -- if(TARGET protobuf::libprotoc) -- set(_gRPC_PROTOBUF_PROTOC_LIBRARIES protobuf::libprotoc) -- endif() -- if(TARGET protobuf::protoc) -- set(_gRPC_PROTOBUF_PROTOC protobuf::protoc) -- endif() -+ find_library(LIBPROTOBUF protobuf) -+ if(LIBPROTOBUF) -+ set(_gRPC_PROTOBUF_LIBRARIES protobuf) -+ set(_gRPC_PROTOBUF_PROTOC_LIBRARIES protoc) - set(_gRPC_FIND_PROTOBUF "if(NOT protobuf_FOUND)\n find_package(protobuf CONFIG)\nendif()") - else() - find_package(Protobuf MODULE) -@@ -319,7 +310,7 @@ function(protobuf_generate_grpc_cpp) +@@ -339,7 +337,7 @@ function(protobuf_generate_grpc_cpp) "${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}_mock.grpc.pb.h" "${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}.pb.cc" "${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}.pb.h" -- COMMAND ${_gRPC_PROTOBUF_PROTOC} +- COMMAND $ + COMMAND protoc ARGS --grpc_out=generate_mock_code=true:${_gRPC_PROTO_GENS_DIR} --cpp_out=${_gRPC_PROTO_GENS_DIR} --plugin=protoc-gen-grpc=$ -@@ -793,6 +784,7 @@ add_library(gpr +@@ -818,6 +816,7 @@ add_library(gpr src/core/lib/support/tmpfile_windows.c src/core/lib/support/wrap_memcpy.c ) @@ -56,15 +37,7 @@ if(WIN32 AND MSVC) set_target_properties(gpr PROPERTIES COMPILE_PDB_NAME "gpr" -@@ -885,6 +877,7 @@ if (gRPC_BUILD_TESTS) - add_library(gpr_test_util - test/core/util/test_config.c - ) -+set_target_properties(gpr_test_util PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(gpr_test_util PROPERTIES COMPILE_PDB_NAME "gpr_test_util" -@@ -1172,6 +1165,7 @@ add_library(grpc +@@ -1206,6 +1205,7 @@ add_library(grpc src/core/ext/filters/workarounds/workaround_utils.c src/core/plugin_registry/grpc_plugin_registry.c ) @@ -72,7 +45,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc PROPERTIES COMPILE_PDB_NAME "grpc" -@@ -1473,6 +1467,7 @@ add_library(grpc_cronet +@@ -1512,6 +1512,7 @@ add_library(grpc_cronet src/core/ext/filters/load_reporting/load_reporting_filter.c src/core/plugin_registry/grpc_cronet_plugin_registry.c ) @@ -80,23 +53,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc_cronet PROPERTIES COMPILE_PDB_NAME "grpc_cronet" -@@ -1709,6 +1704,7 @@ add_library(grpc_test_util - src/core/lib/transport/transport_op_string.c - src/core/lib/debug/trace.c - ) -+set_target_properties(grpc_test_util PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(grpc_test_util PROPERTIES COMPILE_PDB_NAME "grpc_test_util" -@@ -1803,6 +1799,7 @@ add_library(grpc_test_util_unsecure - test/core/util/slice_splitter.c - test/core/util/trickle_endpoint.c - ) -+set_target_properties(grpc_test_util_unsecure PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(grpc_test_util_unsecure PROPERTIES COMPILE_PDB_NAME "grpc_test_util_unsecure" -@@ -2064,6 +2061,7 @@ add_library(grpc_unsecure +@@ -2344,6 +2345,7 @@ add_library(grpc_unsecure src/core/ext/filters/workarounds/workaround_utils.c src/core/plugin_registry/grpc_unsecure_plugin_registry.c ) @@ -104,39 +61,23 @@ if(WIN32 AND MSVC) set_target_properties(grpc_unsecure PROPERTIES COMPILE_PDB_NAME "grpc_unsecure" -@@ -2152,6 +2150,7 @@ if (gRPC_BUILD_TESTS) - add_library(reconnect_server - test/core/util/reconnect_server.c - ) -+set_target_properties(reconnect_server PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(reconnect_server PROPERTIES COMPILE_PDB_NAME "reconnect_server" -@@ -2196,6 +2195,7 @@ if (gRPC_BUILD_TESTS) - add_library(test_tcp_server - test/core/util/test_tcp_server.c - ) -+set_target_properties(test_tcp_server PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(test_tcp_server PROPERTIES COMPILE_PDB_NAME "test_tcp_server" -@@ -2282,6 +2282,7 @@ add_library(grpc++ - third_party/nanopb/pb_encode.c +@@ -2561,6 +2563,7 @@ add_library(grpc++ + src/cpp/util/time_cc.cc src/cpp/codegen/codegen_init.cc ) +set_target_properties(grpc++ PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) if(WIN32 AND MSVC) set_target_properties(grpc++ PROPERTIES COMPILE_PDB_NAME "grpc++" -@@ -2671,6 +2672,7 @@ add_library(grpc++_cronet - src/core/ext/census/trace_context.c - src/core/ext/census/tracing.c +@@ -2991,6 +2994,7 @@ add_library(grpc++_cronet + third_party/nanopb/pb_decode.c + third_party/nanopb/pb_encode.c ) +set_target_properties(grpc++_cronet PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) if(WIN32 AND MSVC) set_target_properties(grpc++_cronet PROPERTIES COMPILE_PDB_NAME "grpc++_cronet" -@@ -2841,6 +2843,7 @@ add_library(grpc++_error_details +@@ -3187,6 +3191,7 @@ add_library(grpc++_error_details ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/status/status.grpc.pb.h src/cpp/util/error_details.cc ) @@ -144,63 +85,23 @@ if(WIN32 AND MSVC) set_target_properties(grpc++_error_details PROPERTIES COMPILE_PDB_NAME "grpc++_error_details" -@@ -2908,6 +2911,7 @@ add_library(grpc++_proto_reflection_desc +@@ -3317,6 +3322,7 @@ add_library(grpc++_reflection ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/reflection/v1alpha/reflection.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/reflection/v1alpha/reflection.grpc.pb.h ) -+set_target_properties(grpc++_proto_reflection_desc_db PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(grpc++_proto_reflection_desc_db PROPERTIES COMPILE_PDB_NAME "grpc++_proto_reflection_desc_db" -@@ -2970,6 +2974,7 @@ add_library(grpc++_reflection - ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/reflection/v1alpha/reflection.pb.h - ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/reflection/v1alpha/reflection.grpc.pb.h - ) +set_target_properties(grpc++_reflection PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) if(WIN32 AND MSVC) set_target_properties(grpc++_reflection PROPERTIES COMPILE_PDB_NAME "grpc++_reflection" -@@ -3032,6 +3037,7 @@ if (gRPC_BUILD_TESTS) - add_library(grpc++_test_config - test/cpp/util/test_config_cc.cc - ) -+set_target_properties(grpc++_test_config PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(grpc++_test_config PROPERTIES COMPILE_PDB_NAME "grpc++_test_config" -@@ -3100,6 +3106,7 @@ add_library(grpc++_test_util - test/cpp/util/test_credentials_provider.cc +@@ -3740,6 +3746,7 @@ add_library(grpc++_unsecure + src/cpp/util/time_cc.cc src/cpp/codegen/codegen_init.cc ) -+set_target_properties(grpc++_test_util PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(grpc++_test_util PROPERTIES COMPILE_PDB_NAME "grpc++_test_util" -@@ -3255,6 +3262,7 @@ add_library(grpc++_unsecure - third_party/nanopb/pb_encode.c - src/cpp/codegen/codegen_init.cc - ) +set_target_properties(grpc++_unsecure PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) if(WIN32 AND MSVC) set_target_properties(grpc++_unsecure PROPERTIES COMPILE_PDB_NAME "grpc++_unsecure" -@@ -3409,6 +3417,7 @@ if (gRPC_BUILD_TESTS) - add_library(grpc_benchmark - test/cpp/microbenchmarks/helpers.cc - ) -+set_target_properties(grpc_benchmark PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(grpc_benchmark PROPERTIES COMPILE_PDB_NAME "grpc_benchmark" -@@ -3467,6 +3476,7 @@ add_library(grpc_cli_libs - ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/reflection/v1alpha/reflection.pb.h - ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/reflection/v1alpha/reflection.grpc.pb.h - ) -+set_target_properties(grpc_cli_libs PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(grpc_cli_libs PROPERTIES COMPILE_PDB_NAME "grpc_cli_libs" -@@ -3531,6 +3541,7 @@ add_library(grpc_plugin_support +@@ -4053,6 +4060,7 @@ add_library(grpc_plugin_support src/compiler/python_generator.cc src/compiler/ruby_generator.cc ) @@ -208,63 +109,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc_plugin_support PROPERTIES COMPILE_PDB_NAME "grpc_plugin_support" -@@ -3602,6 +3613,7 @@ add_library(http2_client_main - ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/test.grpc.pb.h - test/cpp/interop/http2_client.cc - ) -+set_target_properties(http2_client_main PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(http2_client_main PROPERTIES COMPILE_PDB_NAME "http2_client_main" -@@ -3665,6 +3677,7 @@ add_library(interop_client_helper - ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/messages.grpc.pb.h - test/cpp/interop/client_helper.cc - ) -+set_target_properties(interop_client_helper PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(interop_client_helper PROPERTIES COMPILE_PDB_NAME "interop_client_helper" -@@ -3731,6 +3744,7 @@ add_library(interop_client_main - test/cpp/interop/client.cc - test/cpp/interop/interop_client.cc - ) -+set_target_properties(interop_client_main PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(interop_client_main PROPERTIES COMPILE_PDB_NAME "interop_client_main" -@@ -3793,6 +3807,7 @@ if (gRPC_BUILD_TESTS) - add_library(interop_server_helper - test/cpp/interop/server_helper.cc - ) -+set_target_properties(interop_server_helper PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(interop_server_helper PROPERTIES COMPILE_PDB_NAME "interop_server_helper" -@@ -3855,6 +3870,7 @@ add_library(interop_server_lib - ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/test.grpc.pb.h - test/cpp/interop/interop_server.cc - ) -+set_target_properties(interop_server_lib PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(interop_server_lib PROPERTIES COMPILE_PDB_NAME "interop_server_lib" -@@ -3917,6 +3933,7 @@ if (gRPC_BUILD_TESTS) - add_library(interop_server_main - test/cpp/interop/interop_server_bootstrap.cc - ) -+set_target_properties(interop_server_main PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(interop_server_main PROPERTIES COMPILE_PDB_NAME "interop_server_main" -@@ -3992,6 +4009,7 @@ add_library(qps - test/cpp/qps/server_sync.cc - test/cpp/qps/usage_timer.cc - ) -+set_target_properties(qps PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(qps PROPERTIES COMPILE_PDB_NAME "qps" -@@ -4054,6 +4072,7 @@ endif (gRPC_BUILD_TESTS) +@@ -4577,6 +4585,7 @@ endif (gRPC_BUILD_TESTS) add_library(grpc_csharp_ext SHARED src/csharp/ext/grpc_csharp_ext.c ) @@ -272,43 +117,3 @@ if(WIN32 AND MSVC) set_target_properties(grpc_csharp_ext PROPERTIES COMPILE_PDB_NAME "grpc_csharp_ext" -@@ -4151,6 +4170,7 @@ add_library(ares - third_party/cares/cares/inet_ntop.c - third_party/cares/cares/windows_port.c - ) -+set_target_properties(ares PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(ares PROPERTIES COMPILE_PDB_NAME "ares" -@@ -4191,6 +4211,7 @@ if (gRPC_BUILD_TESTS) - add_library(bad_client_test - test/core/bad_client/bad_client.c - ) -+set_target_properties(bad_client_test PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(bad_client_test PROPERTIES COMPILE_PDB_NAME "bad_client_test" -@@ -4234,6 +4255,7 @@ if (gRPC_BUILD_TESTS) - add_library(bad_ssl_test_server - test/core/bad_ssl/server_common.c - ) -+set_target_properties(bad_ssl_test_server PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(bad_ssl_test_server PROPERTIES COMPILE_PDB_NAME "bad_ssl_test_server" -@@ -4332,6 +4354,7 @@ add_library(end2end_tests - test/core/end2end/tests/write_buffering.c - test/core/end2end/tests/write_buffering_at_end.c - ) -+set_target_properties(end2end_tests PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(end2end_tests PROPERTIES COMPILE_PDB_NAME "end2end_tests" -@@ -4430,6 +4453,7 @@ add_library(end2end_nosec_tests - test/core/end2end/tests/write_buffering.c - test/core/end2end/tests/write_buffering_at_end.c - ) -+set_target_properties(end2end_nosec_tests PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) - - if(WIN32 AND MSVC) - set_target_properties(end2end_nosec_tests PROPERTIES COMPILE_PDB_NAME "end2end_nosec_tests" Added: head/devel/grpc/files/patch-src_core_lib_security_credentials_jwt_jwt__verifier.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/grpc/files/patch-src_core_lib_security_credentials_jwt_jwt__verifier.c Fri Oct 6 05:47:18 2017 (r451348) @@ -0,0 +1,11 @@ +--- src/core/lib/security/credentials/jwt/jwt_verifier.c.orig 2017-10-06 04:31:53 UTC ++++ src/core/lib/security/credentials/jwt/jwt_verifier.c +@@ -462,7 +462,7 @@ static BIGNUM *bignum_from_base64(grpc_e + return result; + } + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + // Provide compatibility across OpenSSL 1.02 and 1.1. + static int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) { Modified: head/devel/grpc/files/patch-src_core_tsi_ssl__transport__security.c ============================================================================== --- head/devel/grpc/files/patch-src_core_tsi_ssl__transport__security.c Thu Oct 5 21:44:30 2017 (r451347) +++ head/devel/grpc/files/patch-src_core_tsi_ssl__transport__security.c Fri Oct 6 05:47:18 2017 (r451348) @@ -1,6 +1,6 @@ ---- src/core/tsi/ssl_transport_security.c.orig 2017-08-05 03:36:13 UTC +--- src/core/tsi/ssl_transport_security.c.orig 2017-10-03 19:53:08 UTC +++ src/core/tsi/ssl_transport_security.c -@@ -35,6 +35,7 @@ +@@ -20,6 +20,7 @@ #include Modified: head/devel/grpc/pkg-plist ============================================================================== --- head/devel/grpc/pkg-plist Thu Oct 5 21:44:30 2017 (r451347) +++ head/devel/grpc/pkg-plist Fri Oct 6 05:47:18 2017 (r451348) @@ -156,8 +156,10 @@ lib/cmake/benchmark/benchmarkConfig.cmake lib/cmake/benchmark/benchmarkConfigVersion.cmake lib/cmake/benchmark/benchmarkTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/benchmark/benchmarkTargets.cmake -lib/cmake/gRPC/gRPCConfig.cmake -lib/cmake/gRPC/gRPCConfigVersion.cmake +lib/cmake/grpc/gRPCConfig.cmake +lib/cmake/grpc/gRPCConfigVersion.cmake +lib/cmake/grpc/gRPCTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/grpc/gRPCTargets.cmake lib/libbenchmark.so lib/libbenchmark.so.0 lib/libbenchmark.so.0.0.0 From owner-svn-ports-all@freebsd.org Fri Oct 6 06:13:24 2017 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 2EAA6E2CD61; Fri, 6 Oct 2017 06:13:24 +0000 (UTC) (envelope-from jbeich@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 D939B70AEF; Fri, 6 Oct 2017 06:13:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v966DNsa092073; Fri, 6 Oct 2017 06:13:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v966DMX2092068; Fri, 6 Oct 2017 06:13:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710060613.v966DMX2092068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 06:13:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451349 - in branches/2017Q4/www: firefox firefox-i18n X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2017Q4/www: firefox firefox-i18n X-SVN-Commit-Revision: 451349 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 06:13:24 -0000 Author: jbeich Date: Fri Oct 6 06:13:22 2017 New Revision: 451349 URL: https://svnweb.freebsd.org/changeset/ports/451349 Log: MFH: r451192 www/firefox: update to 56.0.1 (nop) Changes: https://hg.mozilla.org/releases/mozilla-release/rev/3e4ce49f3214 Approved by: ports-secteam (zi) Modified: branches/2017Q4/www/firefox-i18n/Makefile branches/2017Q4/www/firefox-i18n/distinfo branches/2017Q4/www/firefox/Makefile branches/2017Q4/www/firefox/distinfo Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/www/firefox-i18n/Makefile ============================================================================== --- branches/2017Q4/www/firefox-i18n/Makefile Fri Oct 6 05:47:18 2017 (r451348) +++ branches/2017Q4/www/firefox-i18n/Makefile Fri Oct 6 06:13:22 2017 (r451349) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 56.0 +PORTVERSION= 56.0.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build6/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: branches/2017Q4/www/firefox-i18n/distinfo ============================================================================== --- branches/2017Q4/www/firefox-i18n/distinfo Fri Oct 6 05:47:18 2017 (r451348) +++ branches/2017Q4/www/firefox-i18n/distinfo Fri Oct 6 06:13:22 2017 (r451349) @@ -1,191 +1,191 @@ -TIMESTAMP = 1505781928 -SHA256 (xpi/firefox-i18n-56.0/ach.xpi) = 9f284521955c5288b00a9cf9b43408814217da3b69ac4153602e21f5a98708b4 -SIZE (xpi/firefox-i18n-56.0/ach.xpi) = 454895 -SHA256 (xpi/firefox-i18n-56.0/af.xpi) = 708ec52153122ebcdaf73c50588cf40e211cf8735dd81689d319e57b4a0432ba -SIZE (xpi/firefox-i18n-56.0/af.xpi) = 456213 -SHA256 (xpi/firefox-i18n-56.0/an.xpi) = 66987c4c963db384953755d1d6c6896221da8a62574692b0f52d6ff713aaded6 -SIZE (xpi/firefox-i18n-56.0/an.xpi) = 475862 -SHA256 (xpi/firefox-i18n-56.0/ar.xpi) = 0bd9dfd95767c6e03403b38f06f3e0cd0bf9c4168fef8c65c451aaef19b38d82 -SIZE (xpi/firefox-i18n-56.0/ar.xpi) = 500711 -SHA256 (xpi/firefox-i18n-56.0/as.xpi) = abb9088fde31eab8a4c7e15c0241a1dd6f018b4c3027515ee890954a5ae49739 -SIZE (xpi/firefox-i18n-56.0/as.xpi) = 508236 -SHA256 (xpi/firefox-i18n-56.0/ast.xpi) = 4559c2201594ef2b2243e71f98a7f1a245cc5bfae9e1a958c762fc2b40db3dee -SIZE (xpi/firefox-i18n-56.0/ast.xpi) = 469156 -SHA256 (xpi/firefox-i18n-56.0/az.xpi) = 53d71852e952d764163bbc97991bf15edd5ce035f3c97ce8ea364382cc9b7a9b -SIZE (xpi/firefox-i18n-56.0/az.xpi) = 484983 -SHA256 (xpi/firefox-i18n-56.0/be.xpi) = eb8211b25dca43482cf85e121fd5f4397f0f368d0a2400f393b7abb288f697fc -SIZE (xpi/firefox-i18n-56.0/be.xpi) = 531383 -SHA256 (xpi/firefox-i18n-56.0/bg.xpi) = 8bedb8067912eddf59a19d203f4dcd6dcb6aa2ac368f8a5ad8838d3b42bb9887 -SIZE (xpi/firefox-i18n-56.0/bg.xpi) = 528787 -SHA256 (xpi/firefox-i18n-56.0/bn-BD.xpi) = f3549198626f6c9c55dfdd59f0d73bfd71cc7a378938f98650914d6e8d993ea3 -SIZE (xpi/firefox-i18n-56.0/bn-BD.xpi) = 542770 -SHA256 (xpi/firefox-i18n-56.0/bn-IN.xpi) = dbdc23f2e5b8630e1e2fb217a3a3c846c99095e5ae0e1a275dbf1609b9644a98 -SIZE (xpi/firefox-i18n-56.0/bn-IN.xpi) = 534449 -SHA256 (xpi/firefox-i18n-56.0/br.xpi) = 0d6c272e49ef57ce00da2bcf612fd4b7b8aefb6d4391cbd28fe1ba979b34cc4c -SIZE (xpi/firefox-i18n-56.0/br.xpi) = 464254 -SHA256 (xpi/firefox-i18n-56.0/bs.xpi) = 8016af6c04fa76e03e8f9446fcf199f3e9f7f6985da78c57152b8e72750d054e -SIZE (xpi/firefox-i18n-56.0/bs.xpi) = 472254 -SHA256 (xpi/firefox-i18n-56.0/ca.xpi) = 5f76ae9d5ad7646adabd9fd41577b74db909121ef0c30be324b7d1689f6d9d74 -SIZE (xpi/firefox-i18n-56.0/ca.xpi) = 480362 -SHA256 (xpi/firefox-i18n-56.0/cak.xpi) = 587ff3f26a8ef7582bcb5a6392917bf586818970e8d01e488dce90ed7ca73420 -SIZE (xpi/firefox-i18n-56.0/cak.xpi) = 489506 -SHA256 (xpi/firefox-i18n-56.0/cs.xpi) = fc85604d385fe84c270142259cade851b52737f2a26bdfe594177ab5fdd411bb -SIZE (xpi/firefox-i18n-56.0/cs.xpi) = 485089 -SHA256 (xpi/firefox-i18n-56.0/cy.xpi) = 93ac985b804780f762d317fa375d3cf38585bb6d758ead31fce25ea29ad19dd7 -SIZE (xpi/firefox-i18n-56.0/cy.xpi) = 466287 -SHA256 (xpi/firefox-i18n-56.0/da.xpi) = 8e05141c5dbb72a19140c4c849ad0531c5318daa1c8540a7816882dfdc1762ce -SIZE (xpi/firefox-i18n-56.0/da.xpi) = 460090 -SHA256 (xpi/firefox-i18n-56.0/de.xpi) = b269327762cf43a89567ed15ab43235da513270012486e30e5b5d13dfb0df211 -SIZE (xpi/firefox-i18n-56.0/de.xpi) = 473854 -SHA256 (xpi/firefox-i18n-56.0/dsb.xpi) = 7198dee15dce499491b2934b7e8c93352d06058a8aaa09e2c31834618d4c55f3 -SIZE (xpi/firefox-i18n-56.0/dsb.xpi) = 489896 -SHA256 (xpi/firefox-i18n-56.0/el.xpi) = 6b6541d02b37c1a0ffaf425f26fc67d829eb8b0ffc9c77a7a14d9e70cd1f1095 -SIZE (xpi/firefox-i18n-56.0/el.xpi) = 554119 -SHA256 (xpi/firefox-i18n-56.0/en-GB.xpi) = 20a67d7425f4fc854e02870a4a495a16009ac7c04e0c6320c505f3ba3aff08ea -SIZE (xpi/firefox-i18n-56.0/en-GB.xpi) = 447373 -SHA256 (xpi/firefox-i18n-56.0/en-US.xpi) = 0e01e320c38e7707a1db73a070401c2c7807fda106bde89b7f2d93826497e395 -SIZE (xpi/firefox-i18n-56.0/en-US.xpi) = 446950 -SHA256 (xpi/firefox-i18n-56.0/en-ZA.xpi) = 13a8422c2f770ed2234be39f7fdfcd66ea2e755213359e43586abbe0a9b2181d -SIZE (xpi/firefox-i18n-56.0/en-ZA.xpi) = 445915 -SHA256 (xpi/firefox-i18n-56.0/eo.xpi) = 184eb2a2deffc09449f1a245ffd6ad1a0487d784e04e424676d1ae5463ef0ea7 -SIZE (xpi/firefox-i18n-56.0/eo.xpi) = 468950 -SHA256 (xpi/firefox-i18n-56.0/es-AR.xpi) = 9c7c1728ac939ccbf2d6b6e0964ff2ca15bd580c8de2c356f999326aba976a39 -SIZE (xpi/firefox-i18n-56.0/es-AR.xpi) = 475447 -SHA256 (xpi/firefox-i18n-56.0/es-CL.xpi) = 569a062a0c0d28ed1b8f5d53bd934ea3bf307134b7f6684b3694018b98056472 -SIZE (xpi/firefox-i18n-56.0/es-CL.xpi) = 479921 -SHA256 (xpi/firefox-i18n-56.0/es-ES.xpi) = 6995892b26fee06bc81e287fcd3ccd0a4a9730ced181c60b97f2af44661b5f4b -SIZE (xpi/firefox-i18n-56.0/es-ES.xpi) = 365629 -SHA256 (xpi/firefox-i18n-56.0/es-MX.xpi) = 101efa0972578b9866768b833f16d2c8b7f080094576a9ddbf0d91eeeb57332e -SIZE (xpi/firefox-i18n-56.0/es-MX.xpi) = 482563 -SHA256 (xpi/firefox-i18n-56.0/et.xpi) = f4d5851ec8492344eb03d7c3f266df4223eb35cca7414306a3b57f3d4be96919 -SIZE (xpi/firefox-i18n-56.0/et.xpi) = 462102 -SHA256 (xpi/firefox-i18n-56.0/eu.xpi) = 775ee6afb9776266c0eccb03013c4bf90e70e604d6b1e6a23e554c04629a906c -SIZE (xpi/firefox-i18n-56.0/eu.xpi) = 467883 -SHA256 (xpi/firefox-i18n-56.0/fa.xpi) = e4ef465cd8cea694a77df077e4dce457c2e27bf98f600e94e9ba75e559b74aa4 -SIZE (xpi/firefox-i18n-56.0/fa.xpi) = 522907 -SHA256 (xpi/firefox-i18n-56.0/ff.xpi) = 0c9907334c78a0df391b723586ec9251ceddf703b6e395c524131d1d718c8388 -SIZE (xpi/firefox-i18n-56.0/ff.xpi) = 463097 -SHA256 (xpi/firefox-i18n-56.0/fi.xpi) = e868307c543675f4c7f9bc04a108be7e65de1db81041055f366e9c05209c5c90 -SIZE (xpi/firefox-i18n-56.0/fi.xpi) = 461922 -SHA256 (xpi/firefox-i18n-56.0/fr.xpi) = aae90b0ebe74d7545c8e320072af88c37f0032de01d3f5a9f76c54902ea617ad -SIZE (xpi/firefox-i18n-56.0/fr.xpi) = 484560 -SHA256 (xpi/firefox-i18n-56.0/fy-NL.xpi) = 22f1ff599aebdc20d70e8e4f4ad30118c4462fed68b13c9f001bb271bfa7c989 -SIZE (xpi/firefox-i18n-56.0/fy-NL.xpi) = 478039 -SHA256 (xpi/firefox-i18n-56.0/ga-IE.xpi) = e051897700eebd6b350e549df50a74771cc7ea2face2bcd6233205c3ab6eda7d -SIZE (xpi/firefox-i18n-56.0/ga-IE.xpi) = 489378 -SHA256 (xpi/firefox-i18n-56.0/gd.xpi) = 25dd90c80e9350cdce653a6208af2010457f4c2acac8ab91d5665c6235b8da51 -SIZE (xpi/firefox-i18n-56.0/gd.xpi) = 476925 -SHA256 (xpi/firefox-i18n-56.0/gl.xpi) = d17de05fa14e3024b86cff5ac9c536eb94eb6065f5696819e1e849364d048054 -SIZE (xpi/firefox-i18n-56.0/gl.xpi) = 466467 -SHA256 (xpi/firefox-i18n-56.0/gn.xpi) = 16c7db01979b1d672a65ed617145b50450a2b3c38eb736a268c799555064d344 -SIZE (xpi/firefox-i18n-56.0/gn.xpi) = 485789 -SHA256 (xpi/firefox-i18n-56.0/gu-IN.xpi) = 831400812cc60e615278be8a3327f6f34581d83c246c3b5a7a583c02bdf4dc48 -SIZE (xpi/firefox-i18n-56.0/gu-IN.xpi) = 513735 -SHA256 (xpi/firefox-i18n-56.0/he.xpi) = ba6f1edfbc307a45b80c17962ac3a8ffcc2ea270d00f80d8ccee806bb1cd1248 -SIZE (xpi/firefox-i18n-56.0/he.xpi) = 488493 -SHA256 (xpi/firefox-i18n-56.0/hi-IN.xpi) = 99f3944940ceaca067e1d03875bfd42284f270ddf2bfafc84a0aec9b4976aec5 -SIZE (xpi/firefox-i18n-56.0/hi-IN.xpi) = 538302 -SHA256 (xpi/firefox-i18n-56.0/hr.xpi) = 9bfb9ef6e15d01b58a1274513f8cccc06e2726e9e4fb61790f9206836bbe4eb5 -SIZE (xpi/firefox-i18n-56.0/hr.xpi) = 475056 -SHA256 (xpi/firefox-i18n-56.0/hsb.xpi) = 7a060735c524d21eb9eccfa669d358f65cb570d3a8cd2adf6bea580e6e56e4cf -SIZE (xpi/firefox-i18n-56.0/hsb.xpi) = 487595 -SHA256 (xpi/firefox-i18n-56.0/hu.xpi) = d2b6b38c43088db0ce58923bceaedbe6eaa8d55c3df2272276a875b3a9bde0b3 -SIZE (xpi/firefox-i18n-56.0/hu.xpi) = 490101 -SHA256 (xpi/firefox-i18n-56.0/hy-AM.xpi) = ac82ec57693d4cac9f275ec563c99c5810a1f68564d767723867fb10ba816042 -SIZE (xpi/firefox-i18n-56.0/hy-AM.xpi) = 527710 -SHA256 (xpi/firefox-i18n-56.0/id.xpi) = 265ca0ba0ba4b0088272e65d320c829e844b2837da39bfe68f86111b6b430d09 -SIZE (xpi/firefox-i18n-56.0/id.xpi) = 459065 -SHA256 (xpi/firefox-i18n-56.0/is.xpi) = 7f69bc3bf4c304c5813a981ba06fd70e9bbeaf5e31559ab4b1781c239d7d98a5 -SIZE (xpi/firefox-i18n-56.0/is.xpi) = 467442 -SHA256 (xpi/firefox-i18n-56.0/it.xpi) = 9f6be0fca35d4503c91e3b67c3511c0dcc2c08e272658b8a73676425cc0e4c9a -SIZE (xpi/firefox-i18n-56.0/it.xpi) = 358693 -SHA256 (xpi/firefox-i18n-56.0/ja.xpi) = ca20531c885dfdccc51df5db8825960acd297e8a0bce75ed669b201d8fb31ac4 -SIZE (xpi/firefox-i18n-56.0/ja.xpi) = 527924 -SHA256 (xpi/firefox-i18n-56.0/ka.xpi) = dedf5f7f8176d04ad6f9b0514787465a68f31c269fb92b3ea2b26637c876b5cf -SIZE (xpi/firefox-i18n-56.0/ka.xpi) = 509095 -SHA256 (xpi/firefox-i18n-56.0/kab.xpi) = 8c942b66ee4a9568a0fe694d91cac659b81c356ac95b4b3e230debb63eb7937b -SIZE (xpi/firefox-i18n-56.0/kab.xpi) = 477419 -SHA256 (xpi/firefox-i18n-56.0/kk.xpi) = dba606bedf12452db5650e955de23c7c4ac0d2d418e17fa8af6cbc032c44d784 -SIZE (xpi/firefox-i18n-56.0/kk.xpi) = 534931 -SHA256 (xpi/firefox-i18n-56.0/km.xpi) = 839454b15e12552a2229f246592aa1be9ee29c75540f3f10a82b17b8c02252e7 -SIZE (xpi/firefox-i18n-56.0/km.xpi) = 549343 -SHA256 (xpi/firefox-i18n-56.0/kn.xpi) = f2432182ec92846499e98120e859b31e800b8e01a45acbebc5de50ea92c0fbf7 -SIZE (xpi/firefox-i18n-56.0/kn.xpi) = 545515 -SHA256 (xpi/firefox-i18n-56.0/ko.xpi) = b4b3d2b1d873899b4a77bd21fe006bab4cf19b9bf41c4914e406bbaf4c1d9f0b -SIZE (xpi/firefox-i18n-56.0/ko.xpi) = 502893 -SHA256 (xpi/firefox-i18n-56.0/lij.xpi) = 45c23550a79c4f061fdc9b1e563766c266e8d5d4b0ad4101b328ef91bb442b24 -SIZE (xpi/firefox-i18n-56.0/lij.xpi) = 467274 -SHA256 (xpi/firefox-i18n-56.0/lt.xpi) = ddb6c1e7af036bdc4735cf57d299e294ca83d8c47e04b13a5cd326fffdfb109b -SIZE (xpi/firefox-i18n-56.0/lt.xpi) = 488751 -SHA256 (xpi/firefox-i18n-56.0/lv.xpi) = 3f040de2f2be8e7fb3b07877ccbda2779110953881f03f1813dffcfce6621479 -SIZE (xpi/firefox-i18n-56.0/lv.xpi) = 481627 -SHA256 (xpi/firefox-i18n-56.0/mai.xpi) = 08eda83db69cff2f80f94daf3f5923ca8185bc95ba03550abeadba85b29f233a -SIZE (xpi/firefox-i18n-56.0/mai.xpi) = 524701 -SHA256 (xpi/firefox-i18n-56.0/mk.xpi) = e7c3c394f6cf12cb96debea660462a700f49c9009cfe55a6a2fa593b3d546832 -SIZE (xpi/firefox-i18n-56.0/mk.xpi) = 507816 -SHA256 (xpi/firefox-i18n-56.0/ml.xpi) = a4a2a260eefc3d63333a1080b15e260cc144490c177bffb10bb820d20c9973f8 -SIZE (xpi/firefox-i18n-56.0/ml.xpi) = 547545 -SHA256 (xpi/firefox-i18n-56.0/mr.xpi) = a77a1c09a13009826113e5970ca22e6468956eb86db48b58f0e82aab0fa1080f -SIZE (xpi/firefox-i18n-56.0/mr.xpi) = 536672 -SHA256 (xpi/firefox-i18n-56.0/ms.xpi) = d6d1a0d6cdef33f45d3c19a99e0e052f80eec34a8e1c23025e80b4e663095801 -SIZE (xpi/firefox-i18n-56.0/ms.xpi) = 466106 -SHA256 (xpi/firefox-i18n-56.0/my.xpi) = 4ed3bd9b0eaa9ce313cad1607fd5cf5a12f5ce39f7d5fbc18da5311dfb5958dd -SIZE (xpi/firefox-i18n-56.0/my.xpi) = 536721 -SHA256 (xpi/firefox-i18n-56.0/nb-NO.xpi) = 67898a380d324fc7b3e676621de695de8cf926ebc90c4a3f2f07b4ebd2c6a810 -SIZE (xpi/firefox-i18n-56.0/nb-NO.xpi) = 465574 -SHA256 (xpi/firefox-i18n-56.0/nl.xpi) = 0f3d94f7f7b93d516656160d6bfa589bd77813e4fa6906fb38a5b11da3297727 -SIZE (xpi/firefox-i18n-56.0/nl.xpi) = 469052 -SHA256 (xpi/firefox-i18n-56.0/nn-NO.xpi) = 4778700a808a7155b967e585578e41fab71e671c9dc3c0f5331c40bfe5e323f9 -SIZE (xpi/firefox-i18n-56.0/nn-NO.xpi) = 466206 -SHA256 (xpi/firefox-i18n-56.0/or.xpi) = 39ee3d9f5b8c0e0ba24fe2a9e14ce6c8470a28f362c5d7e4bcf3835e7728f234 -SIZE (xpi/firefox-i18n-56.0/or.xpi) = 518164 -SHA256 (xpi/firefox-i18n-56.0/pa-IN.xpi) = 1c89fc9e307bfe597d91648bdcae9bf528e43b260770bef23315c9e9c359287c -SIZE (xpi/firefox-i18n-56.0/pa-IN.xpi) = 509045 -SHA256 (xpi/firefox-i18n-56.0/pl.xpi) = 8e38c9f5ec52a6138c882455db5ddbe4efa7f846fbbcddfa53055953abef989d -SIZE (xpi/firefox-i18n-56.0/pl.xpi) = 377523 -SHA256 (xpi/firefox-i18n-56.0/pt-BR.xpi) = 407dc8e947de858814c551426cf67af0757b0348caa97703bd25ed136cd06f4c -SIZE (xpi/firefox-i18n-56.0/pt-BR.xpi) = 470952 -SHA256 (xpi/firefox-i18n-56.0/pt-PT.xpi) = afd9bb70a2f3567c3ee16e3f2291c1757f2645891210ba027188710ef1bcde30 -SIZE (xpi/firefox-i18n-56.0/pt-PT.xpi) = 472802 -SHA256 (xpi/firefox-i18n-56.0/rm.xpi) = abd278a93cb03bfe79347f6d4ffd37b1248f910c6faec53cd33d159c4806be11 -SIZE (xpi/firefox-i18n-56.0/rm.xpi) = 467017 -SHA256 (xpi/firefox-i18n-56.0/ro.xpi) = 3f1893a6fb817b53af75cfc0af48c83f4c265f267e60e9e5ea0d26a729eb54d7 -SIZE (xpi/firefox-i18n-56.0/ro.xpi) = 470784 -SHA256 (xpi/firefox-i18n-56.0/ru.xpi) = 96258cc88b1587330e1cc72046cd0cb067bc0bbe3f55fd4fc06b6f3659feb493 -SIZE (xpi/firefox-i18n-56.0/ru.xpi) = 541436 -SHA256 (xpi/firefox-i18n-56.0/si.xpi) = 226c7cf365572c9ceb6f54b345bc575913b6c8456d6026d927a4077a90864c36 -SIZE (xpi/firefox-i18n-56.0/si.xpi) = 515920 -SHA256 (xpi/firefox-i18n-56.0/sk.xpi) = 231ce8d9d071bb9798f0b4678a69213f1e6fe528205ddac9a1edb907871d97a3 -SIZE (xpi/firefox-i18n-56.0/sk.xpi) = 495562 -SHA256 (xpi/firefox-i18n-56.0/sl.xpi) = 6eed457874c8709c72a36034b335dac000aa3ee9b6e6bc2523dd85ead47ba5fa -SIZE (xpi/firefox-i18n-56.0/sl.xpi) = 473805 -SHA256 (xpi/firefox-i18n-56.0/son.xpi) = a8431ff1336941ed17b84f1124f14bac4f5697a0e129f4155c2535e82e2b703c -SIZE (xpi/firefox-i18n-56.0/son.xpi) = 464322 -SHA256 (xpi/firefox-i18n-56.0/sq.xpi) = 95163819b78538153713dfd0c20a3a53c73c658498f3406afa1462b3ccf874fa -SIZE (xpi/firefox-i18n-56.0/sq.xpi) = 479511 -SHA256 (xpi/firefox-i18n-56.0/sr.xpi) = b8f55b2ded9f6be98ca18521435875a68dd3b49b9bd5a23d0c0c04588a0ce4fa -SIZE (xpi/firefox-i18n-56.0/sr.xpi) = 504485 -SHA256 (xpi/firefox-i18n-56.0/sv-SE.xpi) = 38a83647c52aeea3bfdcb4e3d7e0413e97bac892cf820391349a65126c1cc3ef -SIZE (xpi/firefox-i18n-56.0/sv-SE.xpi) = 473946 -SHA256 (xpi/firefox-i18n-56.0/ta.xpi) = 8ef4c84fd34279b71608161c761f57dd308802d614d1b7bb12aef630d3c7dd03 -SIZE (xpi/firefox-i18n-56.0/ta.xpi) = 530643 -SHA256 (xpi/firefox-i18n-56.0/te.xpi) = cabd063c306339300479f671a24987f871d66842f21664b9823f6e7dfa6638fc -SIZE (xpi/firefox-i18n-56.0/te.xpi) = 549584 -SHA256 (xpi/firefox-i18n-56.0/th.xpi) = b013e2295535e4d45fe969565d6d984c3887685e51865c8e2fd0676108974712 -SIZE (xpi/firefox-i18n-56.0/th.xpi) = 520296 -SHA256 (xpi/firefox-i18n-56.0/tr.xpi) = e47a48132a51f1616c8a3991a8b5e9dbb2801b94a93e33d4d78f533ddf710aaa -SIZE (xpi/firefox-i18n-56.0/tr.xpi) = 480549 -SHA256 (xpi/firefox-i18n-56.0/uk.xpi) = a3c5450a4dcd55de8942c118b69e5c52c5930ecf0c6d0bd0f35805e71cd920f1 -SIZE (xpi/firefox-i18n-56.0/uk.xpi) = 535435 -SHA256 (xpi/firefox-i18n-56.0/ur.xpi) = 0e27c60be0a06f30b57a14b209293f17f98212536d496048a99eefd298aa1a9b -SIZE (xpi/firefox-i18n-56.0/ur.xpi) = 527347 -SHA256 (xpi/firefox-i18n-56.0/uz.xpi) = 8fb7b22d001da8cd442d0a269c4aed11c96a4a5bfa9443cc67569340ea9d2e97 -SIZE (xpi/firefox-i18n-56.0/uz.xpi) = 475100 -SHA256 (xpi/firefox-i18n-56.0/vi.xpi) = e3dbe47980fda1a504f7c4bda02be3a66680684bf599b4511de68693b749ac06 -SIZE (xpi/firefox-i18n-56.0/vi.xpi) = 487148 -SHA256 (xpi/firefox-i18n-56.0/xh.xpi) = bac603f5117493d0abb645efa8a63adabafb970f1847e013a46e703e32c6691b -SIZE (xpi/firefox-i18n-56.0/xh.xpi) = 477837 -SHA256 (xpi/firefox-i18n-56.0/zh-CN.xpi) = 91e2e7ca6b338bed8df0fdea0d4d773f5d7ca3f2749f0aa0617f622b4df8cff1 -SIZE (xpi/firefox-i18n-56.0/zh-CN.xpi) = 498978 -SHA256 (xpi/firefox-i18n-56.0/zh-TW.xpi) = 92f2d02297eb2cc688fabe0d5e3e62e70648292d0895fb564a27b906762435c6 -SIZE (xpi/firefox-i18n-56.0/zh-TW.xpi) = 497763 +TIMESTAMP = 1507068922 +SHA256 (xpi/firefox-i18n-56.0.1/ach.xpi) = 5a0769818c14878be1fc46c040fdd8c856914df481886270cd416389921e9862 +SIZE (xpi/firefox-i18n-56.0.1/ach.xpi) = 454896 +SHA256 (xpi/firefox-i18n-56.0.1/af.xpi) = 55ed0d5eeeb5038bc7cdbfaf64e38a5151b21331b6396b1b1bd67039290a1cd5 +SIZE (xpi/firefox-i18n-56.0.1/af.xpi) = 456214 +SHA256 (xpi/firefox-i18n-56.0.1/an.xpi) = 6d802d8c8fef1e3900443eee558dd54e2dbf9b5d548e4aaf6aa70efe53216971 +SIZE (xpi/firefox-i18n-56.0.1/an.xpi) = 475863 +SHA256 (xpi/firefox-i18n-56.0.1/ar.xpi) = eb07898a24acdbaa317bd7457abb6520e59b9fecd8fe7e66755e3f36b25d6c98 +SIZE (xpi/firefox-i18n-56.0.1/ar.xpi) = 500712 +SHA256 (xpi/firefox-i18n-56.0.1/as.xpi) = 3f0087df47d8f6faa492b580d7a3f3cec17ecaa74720c94e68a258171c94fe39 +SIZE (xpi/firefox-i18n-56.0.1/as.xpi) = 508238 +SHA256 (xpi/firefox-i18n-56.0.1/ast.xpi) = d5f77499d40153bfbc74713c61f3c6fecdf117a6e5240981a2bf822f974519e6 +SIZE (xpi/firefox-i18n-56.0.1/ast.xpi) = 469157 +SHA256 (xpi/firefox-i18n-56.0.1/az.xpi) = 3cf8984a42788b2627146fe64cd2bfca7597640ee1bf9f1ad268cbdce0b2b54c +SIZE (xpi/firefox-i18n-56.0.1/az.xpi) = 484984 +SHA256 (xpi/firefox-i18n-56.0.1/be.xpi) = 011d719bf75c77bf2c5cf56f246aaf58067b175151deee9ef9dee9e90b96bc17 +SIZE (xpi/firefox-i18n-56.0.1/be.xpi) = 531385 +SHA256 (xpi/firefox-i18n-56.0.1/bg.xpi) = 01070a5c87a1c39b8f39f2f5b7bd143b662526642d90098542f5b6eb17b69c69 +SIZE (xpi/firefox-i18n-56.0.1/bg.xpi) = 528789 +SHA256 (xpi/firefox-i18n-56.0.1/bn-BD.xpi) = ac18f71b01726dab12bbe200ba20282d98a5523f9d1dbea35869e3be43b12178 +SIZE (xpi/firefox-i18n-56.0.1/bn-BD.xpi) = 542772 +SHA256 (xpi/firefox-i18n-56.0.1/bn-IN.xpi) = 106d600b21c6877a11d028a7b2025c3ed8efa0eb4cf887621d579442138c273a +SIZE (xpi/firefox-i18n-56.0.1/bn-IN.xpi) = 534450 +SHA256 (xpi/firefox-i18n-56.0.1/br.xpi) = bc0a7456a118a2e01f408c0968ef8b9ae1c3992f50e5d190677b254881ccf127 +SIZE (xpi/firefox-i18n-56.0.1/br.xpi) = 464256 +SHA256 (xpi/firefox-i18n-56.0.1/bs.xpi) = dfce1edaa95d5d537f50b2ec71b41c2258699990ca7ff51f180d3fc7f3b4239d +SIZE (xpi/firefox-i18n-56.0.1/bs.xpi) = 472256 +SHA256 (xpi/firefox-i18n-56.0.1/ca.xpi) = d8056cbb6888fb408644fc19829c82b78f9bce429d2bc2d6a43124cb03b7d888 +SIZE (xpi/firefox-i18n-56.0.1/ca.xpi) = 480364 +SHA256 (xpi/firefox-i18n-56.0.1/cak.xpi) = dd5f141283676803730ddc2810f7bb645960b345bfe3afa6d38aea2cc6754cdd +SIZE (xpi/firefox-i18n-56.0.1/cak.xpi) = 489507 +SHA256 (xpi/firefox-i18n-56.0.1/cs.xpi) = 4c024e4244f2ba82e99435fcb368fa07a4426a49346599cecbfc5e83ba056bb6 +SIZE (xpi/firefox-i18n-56.0.1/cs.xpi) = 485090 +SHA256 (xpi/firefox-i18n-56.0.1/cy.xpi) = 57e43f3c40c54127f1485710a72d6dab400389c0736e1b02d5314108f782e10f +SIZE (xpi/firefox-i18n-56.0.1/cy.xpi) = 466288 +SHA256 (xpi/firefox-i18n-56.0.1/da.xpi) = 59e1abb36fdb7d47e74fd10d6033b86b9fa68acbfdc05d3da9e67378b7eb3b26 +SIZE (xpi/firefox-i18n-56.0.1/da.xpi) = 460091 +SHA256 (xpi/firefox-i18n-56.0.1/de.xpi) = f955f85aca61ffffebfbce54940b20177f272e7ff9c8096e274aef3154bf24ab +SIZE (xpi/firefox-i18n-56.0.1/de.xpi) = 473856 +SHA256 (xpi/firefox-i18n-56.0.1/dsb.xpi) = 1d3cb3448d68aa2fbd97d0d7771da47e141008595b78399c87f16615bbc8ef79 +SIZE (xpi/firefox-i18n-56.0.1/dsb.xpi) = 489897 +SHA256 (xpi/firefox-i18n-56.0.1/el.xpi) = fa77a8345f7a67a4ed480e6f702d32180fdbc1afc11ad0bad21ec9d6f52db168 +SIZE (xpi/firefox-i18n-56.0.1/el.xpi) = 554120 +SHA256 (xpi/firefox-i18n-56.0.1/en-GB.xpi) = 84c43b02c0ac41c4e4b8878ac1c29d620d9924c8fc8d0355591351edf9935349 +SIZE (xpi/firefox-i18n-56.0.1/en-GB.xpi) = 447375 +SHA256 (xpi/firefox-i18n-56.0.1/en-US.xpi) = fe1763e1c86d954c6ada561a884df22d10e88cf9c6339281b3750155cc05f425 +SIZE (xpi/firefox-i18n-56.0.1/en-US.xpi) = 446951 +SHA256 (xpi/firefox-i18n-56.0.1/en-ZA.xpi) = 6c0ecb3ff1e954d947dbabd80e9cc74969e5b19fec4a970006934f44bc28e619 +SIZE (xpi/firefox-i18n-56.0.1/en-ZA.xpi) = 445916 +SHA256 (xpi/firefox-i18n-56.0.1/eo.xpi) = 74ea18f4ac0adf3b4b246a6fbace1a863fa8d4a9c608a21cae7eedb6ea7f8060 +SIZE (xpi/firefox-i18n-56.0.1/eo.xpi) = 468952 +SHA256 (xpi/firefox-i18n-56.0.1/es-AR.xpi) = e1575e775c52c6d74148167dcaebd9805201f975871d8073e60854d919f3db9d +SIZE (xpi/firefox-i18n-56.0.1/es-AR.xpi) = 475449 +SHA256 (xpi/firefox-i18n-56.0.1/es-CL.xpi) = 8ecbb09d40c99823ff971f319a9012cae609207408e39f207b85e563c35d3c84 +SIZE (xpi/firefox-i18n-56.0.1/es-CL.xpi) = 479922 +SHA256 (xpi/firefox-i18n-56.0.1/es-ES.xpi) = b5d4691b663c223ac7e4d62b530fb9a94d1fab67d5c9ecfb6b8982451ab236fb +SIZE (xpi/firefox-i18n-56.0.1/es-ES.xpi) = 365631 +SHA256 (xpi/firefox-i18n-56.0.1/es-MX.xpi) = aec75604d1071ef585f1462ca33b9bf2b6c9299d6d49b2ffc01096462c3794c4 +SIZE (xpi/firefox-i18n-56.0.1/es-MX.xpi) = 482565 +SHA256 (xpi/firefox-i18n-56.0.1/et.xpi) = a7c7fdf6cdfd44e5f8786d587360d2aa022cde980fc17e67a4caa136197150df +SIZE (xpi/firefox-i18n-56.0.1/et.xpi) = 462104 +SHA256 (xpi/firefox-i18n-56.0.1/eu.xpi) = ed48e6df6381b74b6bb9525fc2401a39ccdb99eaf705ee41811eee81db4b13ac +SIZE (xpi/firefox-i18n-56.0.1/eu.xpi) = 467884 +SHA256 (xpi/firefox-i18n-56.0.1/fa.xpi) = 61d78db454d888a95c9dc731ffcbb6a6981c9de164a539b6d6d05dd5b52b4fcd +SIZE (xpi/firefox-i18n-56.0.1/fa.xpi) = 522909 +SHA256 (xpi/firefox-i18n-56.0.1/ff.xpi) = c50d38ccc0b57b68ab98fefa8537f34f8b594c67139335826e4f17ee0e6773fd +SIZE (xpi/firefox-i18n-56.0.1/ff.xpi) = 463098 +SHA256 (xpi/firefox-i18n-56.0.1/fi.xpi) = 278f60e6f3e4b2c52365a172509a4e372aa062409b46c7706002fe69693b51aa +SIZE (xpi/firefox-i18n-56.0.1/fi.xpi) = 461923 +SHA256 (xpi/firefox-i18n-56.0.1/fr.xpi) = 303dc412abde1e69f44bf8f24fe7f8951ce42cc27be76c9d17eb44a4b1832bb4 +SIZE (xpi/firefox-i18n-56.0.1/fr.xpi) = 484562 +SHA256 (xpi/firefox-i18n-56.0.1/fy-NL.xpi) = 7a420f2f0c65f8fef734c7f5731f4cdb0e2900ea7559e99bb382ab33c5e713f6 +SIZE (xpi/firefox-i18n-56.0.1/fy-NL.xpi) = 478044 +SHA256 (xpi/firefox-i18n-56.0.1/ga-IE.xpi) = a2934ac63c494a0b3e0d22f622a2e4b53b96df4bffa8d053517da8299c7173e8 +SIZE (xpi/firefox-i18n-56.0.1/ga-IE.xpi) = 489379 +SHA256 (xpi/firefox-i18n-56.0.1/gd.xpi) = b6a97f15d16b7ac69d3b1073d9c11ac6b20436188f3f0978a9115bc04b6ee2df +SIZE (xpi/firefox-i18n-56.0.1/gd.xpi) = 476927 +SHA256 (xpi/firefox-i18n-56.0.1/gl.xpi) = 54a990f5b50e065e4c3e13eda4fb2f25107693db14860e8ea0aa2236ef1e0cbe +SIZE (xpi/firefox-i18n-56.0.1/gl.xpi) = 466468 +SHA256 (xpi/firefox-i18n-56.0.1/gn.xpi) = edae7658377dc3431149baaafb716bb411deeeb61d935254fc192188fa226f6e +SIZE (xpi/firefox-i18n-56.0.1/gn.xpi) = 485790 +SHA256 (xpi/firefox-i18n-56.0.1/gu-IN.xpi) = b175317b939d97ead4166bf61f8eb8381948fba4a006d4463e80d19028c0cedc +SIZE (xpi/firefox-i18n-56.0.1/gu-IN.xpi) = 513740 +SHA256 (xpi/firefox-i18n-56.0.1/he.xpi) = 69c49d9f467d426e41d32626ebca768e56c7861e6352c24519d9a0b4ca8c24cf +SIZE (xpi/firefox-i18n-56.0.1/he.xpi) = 488495 +SHA256 (xpi/firefox-i18n-56.0.1/hi-IN.xpi) = fd75cea0e56a1bb346f71a902d487c2509f8904899492ee1f958af4e7df2c249 +SIZE (xpi/firefox-i18n-56.0.1/hi-IN.xpi) = 538303 +SHA256 (xpi/firefox-i18n-56.0.1/hr.xpi) = 04c0a9baa1ec3e19c14bc17d3d17a47ea53c993f3a81c4b3347e6a96492141bb +SIZE (xpi/firefox-i18n-56.0.1/hr.xpi) = 475058 +SHA256 (xpi/firefox-i18n-56.0.1/hsb.xpi) = 77dfa6996b9a0b821066d80508d3fbf68d2335190f5600f5699d012fffd2fbdf +SIZE (xpi/firefox-i18n-56.0.1/hsb.xpi) = 487599 +SHA256 (xpi/firefox-i18n-56.0.1/hu.xpi) = 32c183296a65eb0b10ace20c8b35d0a37d10278fabd4b9826ed16bebba4e8936 +SIZE (xpi/firefox-i18n-56.0.1/hu.xpi) = 490102 +SHA256 (xpi/firefox-i18n-56.0.1/hy-AM.xpi) = 44e685f7353997fe77176e9f60e90725603f3453857fc18906ba99a7f3241b58 +SIZE (xpi/firefox-i18n-56.0.1/hy-AM.xpi) = 527712 +SHA256 (xpi/firefox-i18n-56.0.1/id.xpi) = 67635d7c4cd289813783cb692c56ee4e4ffee71adbb3d9de9f87338203fb8e80 +SIZE (xpi/firefox-i18n-56.0.1/id.xpi) = 459066 +SHA256 (xpi/firefox-i18n-56.0.1/is.xpi) = c6087dad575452d8a4000a6e1e3d7fe4152b86fa84add96288b4fa4e50f8d85f +SIZE (xpi/firefox-i18n-56.0.1/is.xpi) = 467448 +SHA256 (xpi/firefox-i18n-56.0.1/it.xpi) = 1a78b44d14d7f8d42c16b62539026c6ff1016dd8b249abf6bfd5a7691d840ac1 +SIZE (xpi/firefox-i18n-56.0.1/it.xpi) = 358695 +SHA256 (xpi/firefox-i18n-56.0.1/ja.xpi) = 72b665fb904a8c9b6a0d52ad8d00d6e6bab4cc5e4b80ec0fc8aeb4c6eec0767b +SIZE (xpi/firefox-i18n-56.0.1/ja.xpi) = 527926 +SHA256 (xpi/firefox-i18n-56.0.1/ka.xpi) = 7db1c1c2a96ea24f5cb431061bc8e35edf4614841b4aba4d94ff772d12956cd7 +SIZE (xpi/firefox-i18n-56.0.1/ka.xpi) = 509096 +SHA256 (xpi/firefox-i18n-56.0.1/kab.xpi) = 7fcdfd89576f4bddd306fa086be78829f2d51ea8b8b711c08b38e3eee1ffc61b +SIZE (xpi/firefox-i18n-56.0.1/kab.xpi) = 477420 +SHA256 (xpi/firefox-i18n-56.0.1/kk.xpi) = cf68f9ccead4f294b34b65d834fca8958bc2a37c87f99caf3b2b505b9983391d +SIZE (xpi/firefox-i18n-56.0.1/kk.xpi) = 534932 +SHA256 (xpi/firefox-i18n-56.0.1/km.xpi) = 5ea6da095c7e6b2926be1344f9b0a5940d9e3c4afc7f069d090554e7ee505a2c +SIZE (xpi/firefox-i18n-56.0.1/km.xpi) = 549344 +SHA256 (xpi/firefox-i18n-56.0.1/kn.xpi) = d13f5fab53fe4c4a7c542f764d95312e77e82334b3f23503057acbd404a93403 +SIZE (xpi/firefox-i18n-56.0.1/kn.xpi) = 545518 +SHA256 (xpi/firefox-i18n-56.0.1/ko.xpi) = 0325f0fc9944836effe4e8eddc4c5c7ed42e43e09dd7256dfc07c07dbd6391e2 +SIZE (xpi/firefox-i18n-56.0.1/ko.xpi) = 502895 +SHA256 (xpi/firefox-i18n-56.0.1/lij.xpi) = 1fc0e47bb89335b6c53439e3b6d4fc0194822865acf7a4056ed779d4a77b0c3b +SIZE (xpi/firefox-i18n-56.0.1/lij.xpi) = 467275 +SHA256 (xpi/firefox-i18n-56.0.1/lt.xpi) = fc688802b4746dba520dee4c671d6f326e540aea0608e18c38f0f2eaefacb4e4 +SIZE (xpi/firefox-i18n-56.0.1/lt.xpi) = 488753 +SHA256 (xpi/firefox-i18n-56.0.1/lv.xpi) = fba7bdde1975652c41b3bcab2dc469d11be9ef232c2873034de371b1fc76f543 +SIZE (xpi/firefox-i18n-56.0.1/lv.xpi) = 481628 +SHA256 (xpi/firefox-i18n-56.0.1/mai.xpi) = 150368f961ab2bf857ed6595515fd3b92620f7d9c15aca7b3e675ce0ea740253 +SIZE (xpi/firefox-i18n-56.0.1/mai.xpi) = 524702 +SHA256 (xpi/firefox-i18n-56.0.1/mk.xpi) = 8e430484eb3630f48cf00dd594b4b3cac2e1982fa30edb905137f35b8ab6c961 +SIZE (xpi/firefox-i18n-56.0.1/mk.xpi) = 507818 +SHA256 (xpi/firefox-i18n-56.0.1/ml.xpi) = eb87db03918f7ff2eab63cdb9228af635c756add32a182d58ad531489d60405a +SIZE (xpi/firefox-i18n-56.0.1/ml.xpi) = 547547 +SHA256 (xpi/firefox-i18n-56.0.1/mr.xpi) = a4d4a5d410b421991b6935624651638679395fc7f82865649d0d2669244ad8cd +SIZE (xpi/firefox-i18n-56.0.1/mr.xpi) = 536673 +SHA256 (xpi/firefox-i18n-56.0.1/ms.xpi) = d5d17bef7724b6f4fb0f9a96b779e8840491de65a865d126edfeb66d49198100 +SIZE (xpi/firefox-i18n-56.0.1/ms.xpi) = 466107 +SHA256 (xpi/firefox-i18n-56.0.1/my.xpi) = 580979d39ef1bd11960e9a9619b59dddff15b3636071ca9dfea7a215ca744078 +SIZE (xpi/firefox-i18n-56.0.1/my.xpi) = 536722 +SHA256 (xpi/firefox-i18n-56.0.1/nb-NO.xpi) = b9a5d83079adb7f4b4bbdad55d88055ca6981849a76db0d027e0dff562118089 +SIZE (xpi/firefox-i18n-56.0.1/nb-NO.xpi) = 465575 +SHA256 (xpi/firefox-i18n-56.0.1/nl.xpi) = 165667535c09f079820d14a46fd72191e5fb1def75963c3a47bc80b8dab89fc7 +SIZE (xpi/firefox-i18n-56.0.1/nl.xpi) = 469053 +SHA256 (xpi/firefox-i18n-56.0.1/nn-NO.xpi) = ed42b684815c2bce7271afe55f7a06cde02cd399a278c0e54a3dbe840eb0a372 +SIZE (xpi/firefox-i18n-56.0.1/nn-NO.xpi) = 466208 +SHA256 (xpi/firefox-i18n-56.0.1/or.xpi) = 306d2554a6f6143d09e37be0714ea7bb170569e09514b2dcb6de3ec44fdd84cd +SIZE (xpi/firefox-i18n-56.0.1/or.xpi) = 518165 +SHA256 (xpi/firefox-i18n-56.0.1/pa-IN.xpi) = 029a92c54db643481dcfdbab08016a569622e3d80ff12961dacad3a68faafbbb +SIZE (xpi/firefox-i18n-56.0.1/pa-IN.xpi) = 509046 +SHA256 (xpi/firefox-i18n-56.0.1/pl.xpi) = 051ca15a827eb86a49fc899b08d90e447d5f6e3909642835c9c7163cd6aa8688 +SIZE (xpi/firefox-i18n-56.0.1/pl.xpi) = 377525 +SHA256 (xpi/firefox-i18n-56.0.1/pt-BR.xpi) = bf68302a604749211cdc2255073d1d755727afdbefa054118c322292c6d369fe +SIZE (xpi/firefox-i18n-56.0.1/pt-BR.xpi) = 470954 +SHA256 (xpi/firefox-i18n-56.0.1/pt-PT.xpi) = 156edd762bbeaf980211f91516ac3e7967bdaaab2cfdccf61238fdcf726ef5b2 +SIZE (xpi/firefox-i18n-56.0.1/pt-PT.xpi) = 472803 +SHA256 (xpi/firefox-i18n-56.0.1/rm.xpi) = 2f2399082c4e7cff27f1d77fd7bd76acda1e3b61d4f14b87efc7dd2abb317586 +SIZE (xpi/firefox-i18n-56.0.1/rm.xpi) = 467019 +SHA256 (xpi/firefox-i18n-56.0.1/ro.xpi) = afa7826fa3d68464960d3129eb64e17df73e8a41b4e8a6f6688e76111d2a941a +SIZE (xpi/firefox-i18n-56.0.1/ro.xpi) = 470785 +SHA256 (xpi/firefox-i18n-56.0.1/ru.xpi) = 62201c8e4c4ac140cb5e82fd699059de719f90ba77a41ba396971d65c0ba9e35 +SIZE (xpi/firefox-i18n-56.0.1/ru.xpi) = 541437 +SHA256 (xpi/firefox-i18n-56.0.1/si.xpi) = 385612528745dcc87df53770a8d52a573d69e71ea5275a40afd5be0108754bae +SIZE (xpi/firefox-i18n-56.0.1/si.xpi) = 515921 +SHA256 (xpi/firefox-i18n-56.0.1/sk.xpi) = 4d1a6cf70a5415a947f630ee41060ebbfea85271ce1dac9f3329fcf8c376115a +SIZE (xpi/firefox-i18n-56.0.1/sk.xpi) = 495564 +SHA256 (xpi/firefox-i18n-56.0.1/sl.xpi) = 4c5b93d99e038e86e8461ebfb1bcc4bfb7e52430d385bcb27354826fd7f1af09 +SIZE (xpi/firefox-i18n-56.0.1/sl.xpi) = 473806 +SHA256 (xpi/firefox-i18n-56.0.1/son.xpi) = f203ef6d205f6b69c706399a1013e94a4fb4017ffed9cff1c47ccd60eec02f0f +SIZE (xpi/firefox-i18n-56.0.1/son.xpi) = 464323 +SHA256 (xpi/firefox-i18n-56.0.1/sq.xpi) = d029c776769e327356304886e17846ec79568a9aeac47f779bd2e0a24229ce4f +SIZE (xpi/firefox-i18n-56.0.1/sq.xpi) = 479512 +SHA256 (xpi/firefox-i18n-56.0.1/sr.xpi) = fef5561cb30d850319544df750d717bf6a63f95ba2b981e0d8dd0857a20e0e2d +SIZE (xpi/firefox-i18n-56.0.1/sr.xpi) = 504486 +SHA256 (xpi/firefox-i18n-56.0.1/sv-SE.xpi) = a8819d2e17a9388bc2bf9f33219a85350470eb4c12fc3c752f90514198c68033 +SIZE (xpi/firefox-i18n-56.0.1/sv-SE.xpi) = 473949 +SHA256 (xpi/firefox-i18n-56.0.1/ta.xpi) = ba97a17431b9626e5f63fce46d7daf50944a95eb36ecd82d1baffacf71981381 +SIZE (xpi/firefox-i18n-56.0.1/ta.xpi) = 530646 +SHA256 (xpi/firefox-i18n-56.0.1/te.xpi) = 06a0ef7059b2d272f2cd4817d4b821e12baf0667bcf9226f95154e0f2f1ad4c0 +SIZE (xpi/firefox-i18n-56.0.1/te.xpi) = 549585 +SHA256 (xpi/firefox-i18n-56.0.1/th.xpi) = 57a0036f4d34487642e25011208f7bc2f7dec57e2e53003d30eae8eee54fd24b +SIZE (xpi/firefox-i18n-56.0.1/th.xpi) = 520297 +SHA256 (xpi/firefox-i18n-56.0.1/tr.xpi) = 1b4f6c67df638d197a4a335e4804c2ace7f4418143fb315f8b1869d0f58427d5 +SIZE (xpi/firefox-i18n-56.0.1/tr.xpi) = 480550 +SHA256 (xpi/firefox-i18n-56.0.1/uk.xpi) = e9d58bb00b3c5ab1fd3e733dad500fc5b16f8687a5c734be3005d3224fce6b2b +SIZE (xpi/firefox-i18n-56.0.1/uk.xpi) = 535436 +SHA256 (xpi/firefox-i18n-56.0.1/ur.xpi) = 38d1ca95c04dd04755c5bc81428cc023f745b3eecd89a7d25372d5d0d05533be +SIZE (xpi/firefox-i18n-56.0.1/ur.xpi) = 527354 +SHA256 (xpi/firefox-i18n-56.0.1/uz.xpi) = d1825e387c642e7138769e4ce93bb87f37c11af485d4f2304946c87cd3d5b561 +SIZE (xpi/firefox-i18n-56.0.1/uz.xpi) = 475101 +SHA256 (xpi/firefox-i18n-56.0.1/vi.xpi) = 4cf4623f5444494c004e0e68bb1fa6b7fa19c4312b64ca5853b18f21fbc881c3 +SIZE (xpi/firefox-i18n-56.0.1/vi.xpi) = 487150 +SHA256 (xpi/firefox-i18n-56.0.1/xh.xpi) = d1180cc0ed1e5d06ebd13e3349374d72d43d609047f61f1e69b1cc9306aec8be +SIZE (xpi/firefox-i18n-56.0.1/xh.xpi) = 477838 +SHA256 (xpi/firefox-i18n-56.0.1/zh-CN.xpi) = b50a88457241bd88e7e18dcd909d216fa37f52017f5d33f4721ec774ec57c845 +SIZE (xpi/firefox-i18n-56.0.1/zh-CN.xpi) = 498979 +SHA256 (xpi/firefox-i18n-56.0.1/zh-TW.xpi) = b812f005d3a87a80b228e9e01ff2daecb43fa781793cf73a4178cde54172b368 +SIZE (xpi/firefox-i18n-56.0.1/zh-TW.xpi) = 497765 Modified: branches/2017Q4/www/firefox/Makefile ============================================================================== --- branches/2017Q4/www/firefox/Makefile Fri Oct 6 05:47:18 2017 (r451348) +++ branches/2017Q4/www/firefox/Makefile Fri Oct 6 06:13:22 2017 (r451349) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 56.0 -PORTREVISION= 1 +DISTVERSION= 56.0.1 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build6/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: branches/2017Q4/www/firefox/distinfo ============================================================================== --- branches/2017Q4/www/firefox/distinfo Fri Oct 6 05:47:18 2017 (r451348) +++ branches/2017Q4/www/firefox/distinfo Fri Oct 6 06:13:22 2017 (r451349) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506460173 -SHA256 (firefox-56.0.source.tar.xz) = 0d8b7e91429f622c25509b7e73530807506ef3ff9f749d962251a35ed2bfed7e -SIZE (firefox-56.0.source.tar.xz) = 255389204 +TIMESTAMP = 1507068922 +SHA256 (firefox-56.0.1.source.tar.xz) = ece052c9385ac6ccf58edb213b875f4793014c431f7e40de146bcd2dbcb0a3cb +SIZE (firefox-56.0.1.source.tar.xz) = 254422768 From owner-svn-ports-all@freebsd.org Fri Oct 6 06:18:32 2017 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 7CCD6E2D270; Fri, 6 Oct 2017 06:18:32 +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 5791470CF0; Fri, 6 Oct 2017 06:18:32 +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 v966IVx7092517; Fri, 6 Oct 2017 06:18:31 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v966IVbl092513; Fri, 6 Oct 2017 06:18:31 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710060618.v966IVbl092513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 6 Oct 2017 06:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451351 - in head/devel/lua-posix: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/lua-posix: . files X-SVN-Commit-Revision: 451351 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 06:18:32 -0000 Author: vanilla Date: Fri Oct 6 06:18:31 2017 New Revision: 451351 URL: https://svnweb.freebsd.org/changeset/ports/451351 Log: Update to 34.0.1. Added: head/devel/lua-posix/files/ head/devel/lua-posix/files/patch-lukefile (contents, props changed) head/devel/lua-posix/pkg-plist (contents, props changed) Modified: head/devel/lua-posix/Makefile head/devel/lua-posix/distinfo Modified: head/devel/lua-posix/Makefile ============================================================================== --- head/devel/lua-posix/Makefile Fri Oct 6 06:17:28 2017 (r451350) +++ head/devel/lua-posix/Makefile Fri Oct 6 06:18:31 2017 (r451351) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= posix -PORTVERSION= 33.4.0 +PORTVERSION= 34.0.1 DISTVERSIONPREFIX= release-v CATEGORIES= devel PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} @@ -12,34 +12,56 @@ COMMENT= POSIX layer for Lua LICENSE= MIT -USES= lua libtool perl5 -USE_PERL5= build -GNU_CONFIGURE= yes -CONFIGURE_ENV= LUA_INCLUDE="-I${LUA_INCDIR}" \ - LUA="${LOCALBASE}/bin/lua${LUA_VER_STR}" -MAKE_ARGS= POSIX_EXTRA_CFLAGS="" POSIX_EXTRA_LDFLAGS="" -INSTALL_TARGET= install-strip -PORTDOCS= * +USES= lua shebangfix +SHEBANG_FILES= ${WRKSRC}/build-aux/luke USE_GITHUB= yes GH_PROJECT= luaposix GH_ACCOUNT= luaposix -DOCSDIR= ${PREFIX}/share/doc/luaposix +do-build: + cd ${WRKSRC}; ${WRKSRC}/build-aux/luke \ + version="${PORTVERSION}" \ + PREFIX="${PREFIX}" \ + LUA="${LOCALBASE}/bin/lua${LUA_VER_STR}" \ + LUA_INCDIR="${LUA_INCDIR}" \ + CFLAGS="${CFLAGS}" -PLIST_FILES= %%LUA_MODLIBDIR%%/posix.so \ - %%LUA_MODSHAREDIR%%/posix/_argcheck.lua \ - %%LUA_MODSHAREDIR%%/posix/compat.lua \ - %%LUA_MODSHAREDIR%%/posix/deprecated.lua \ - %%LUA_MODSHAREDIR%%/posix/init.lua \ - %%LUA_MODSHAREDIR%%/posix/sys.lua \ - %%LUA_MODSHAREDIR%%/posix/util.lua +do-install: + cd ${WRKSRC}; ${WRKSRC}/build-aux/luke install \ + INST_LIBDIR="${STAGEDIR}${LUA_MODLIBDIR}" \ + INST_LUADIR="${STAGEDIR}${LUA_MODSHAREDIR}" -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e \ - 's/\(darwin\*\)|\(freebsd\*\)/\1|dragonfly*|\2/' \ - ${WRKSRC}/configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/ctype.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/dirent.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/errno.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/fcntl.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/fnmatch.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/glob.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/grp.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/libgen.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/poll.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/pwd.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/poll.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/pwd.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/sched.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/signal.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/stdio.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/stdlib.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/sys/msg.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/sys/resource.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/sys/socket.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/sys/stat.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/sys/statvfs.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/sys/time.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/sys/times.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/sys/utsname.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/sys/wait.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/syslog.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/termio.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/time.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/unistd.so + ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/posix/utime.so .include Modified: head/devel/lua-posix/distinfo ============================================================================== --- head/devel/lua-posix/distinfo Fri Oct 6 06:17:28 2017 (r451350) +++ head/devel/lua-posix/distinfo Fri Oct 6 06:18:31 2017 (r451351) @@ -1,2 +1,3 @@ -SHA256 (luaposix-luaposix-release-v33.4.0_GH0.tar.gz) = e66262f5b7fe1c32c65f17a5ef5ffb31c4d1877019b4870a5d373e2ab6526a21 -SIZE (luaposix-luaposix-release-v33.4.0_GH0.tar.gz) = 643523 +TIMESTAMP = 1500469025 +SHA256 (luaposix-luaposix-release-v34.0.1_GH0.tar.gz) = b4b2583426fdc8faa73e10ad24b8d6f950324f1278f98ed316083a9085b75d1b +SIZE (luaposix-luaposix-release-v34.0.1_GH0.tar.gz) = 173885 Added: head/devel/lua-posix/files/patch-lukefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lua-posix/files/patch-lukefile Fri Oct 6 06:18:31 2017 (r451351) @@ -0,0 +1,10 @@ +--- lukefile.orig 2017-07-15 22:20:52 UTC ++++ lukefile +@@ -103,7 +103,6 @@ modules = { + ifdef = '_XOPEN_REALTIME', + include = 'unistd.h', + checksymbol = 'clock_gettime', +- library = 'rt', + }, + }, + sources = 'ext/posix/time.c', Added: head/devel/lua-posix/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lua-posix/pkg-plist Fri Oct 6 06:18:31 2017 (r451351) @@ -0,0 +1,35 @@ +%%LUA_MODLIBDIR%%/posix/ctype.so +%%LUA_MODLIBDIR%%/posix/dirent.so +%%LUA_MODLIBDIR%%/posix/errno.so +%%LUA_MODLIBDIR%%/posix/fcntl.so +%%LUA_MODLIBDIR%%/posix/fnmatch.so +%%LUA_MODLIBDIR%%/posix/glob.so +%%LUA_MODLIBDIR%%/posix/grp.so +%%LUA_MODLIBDIR%%/posix/libgen.so +%%LUA_MODLIBDIR%%/posix/poll.so +%%LUA_MODLIBDIR%%/posix/pwd.so +%%LUA_MODLIBDIR%%/posix/sched.so +%%LUA_MODLIBDIR%%/posix/signal.so +%%LUA_MODLIBDIR%%/posix/stdio.so +%%LUA_MODLIBDIR%%/posix/stdlib.so +%%LUA_MODLIBDIR%%/posix/sys/msg.so +%%LUA_MODLIBDIR%%/posix/sys/resource.so +%%LUA_MODLIBDIR%%/posix/sys/socket.so +%%LUA_MODLIBDIR%%/posix/sys/stat.so +%%LUA_MODLIBDIR%%/posix/sys/statvfs.so +%%LUA_MODLIBDIR%%/posix/sys/time.so +%%LUA_MODLIBDIR%%/posix/sys/times.so +%%LUA_MODLIBDIR%%/posix/sys/utsname.so +%%LUA_MODLIBDIR%%/posix/sys/wait.so +%%LUA_MODLIBDIR%%/posix/syslog.so +%%LUA_MODLIBDIR%%/posix/termio.so +%%LUA_MODLIBDIR%%/posix/time.so +%%LUA_MODLIBDIR%%/posix/unistd.so +%%LUA_MODLIBDIR%%/posix/utime.so +%%LUA_MODSHAREDIR%%/posix/_argcheck.lua +%%LUA_MODSHAREDIR%%/posix/compat.lua +%%LUA_MODSHAREDIR%%/posix/deprecated.lua +%%LUA_MODSHAREDIR%%/posix/init.lua +%%LUA_MODSHAREDIR%%/posix/sys.lua +%%LUA_MODSHAREDIR%%/posix/util.lua +%%LUA_MODSHAREDIR%%/posix/version.lua From owner-svn-ports-all@freebsd.org Fri Oct 6 06:17:30 2017 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 46A52E2D032; Fri, 6 Oct 2017 06:17:30 +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 0F13E70BE0; Fri, 6 Oct 2017 06:17:29 +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 v966HT0T092320; Fri, 6 Oct 2017 06:17:29 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v966HSJE092318; Fri, 6 Oct 2017 06:17:28 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710060617.v966HSJE092318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 6 Oct 2017 06:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451350 - head/java/veditor X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/java/veditor X-SVN-Commit-Revision: 451350 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 06:17:30 -0000 Author: vanilla Date: Fri Oct 6 06:17:28 2017 New Revision: 451350 URL: https://svnweb.freebsd.org/changeset/ports/451350 Log: Update to 1.2.2. Modified: head/java/veditor/Makefile head/java/veditor/distinfo Modified: head/java/veditor/Makefile ============================================================================== --- head/java/veditor/Makefile Fri Oct 6 06:13:22 2017 (r451349) +++ head/java/veditor/Makefile Fri Oct 6 06:17:28 2017 (r451350) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= veditor -PORTVERSION= 0.7.1 -PORTREVISION= 3 +PORTVERSION= 1.2.2 CATEGORIES= java cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20runtime/VEditor%20${PORTVERSION} DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION} Modified: head/java/veditor/distinfo ============================================================================== --- head/java/veditor/distinfo Fri Oct 6 06:13:22 2017 (r451349) +++ head/java/veditor/distinfo Fri Oct 6 06:17:28 2017 (r451350) @@ -1,2 +1,3 @@ -SHA256 (net.sourceforge.veditor_0.7.1.jar) = dc04df82e8cd75e53e5c132f8aa24949efdb66edcd850c270e9e624a0ebe806a -SIZE (net.sourceforge.veditor_0.7.1.jar) = 678508 +TIMESTAMP = 1507044338 +SHA256 (net.sourceforge.veditor_1.2.2.jar) = cc73f1b7f62c2ace34c05ebacfe4358cf98a6eba7c21a1e46c6f611184a6acd2 +SIZE (net.sourceforge.veditor_1.2.2.jar) = 685433 From owner-svn-ports-all@freebsd.org Fri Oct 6 06:27:45 2017 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 6FEFBE2D9F0; Fri, 6 Oct 2017 06:27:45 +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 49E4D71071; Fri, 6 Oct 2017 06:27:45 +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 v966RiLX096655; Fri, 6 Oct 2017 06:27:44 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v966Rh9R096644; Fri, 6 Oct 2017 06:27:43 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710060627.v966Rh9R096644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 6 Oct 2017 06:27:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451352 - in head/misc/rump: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/misc/rump: . files X-SVN-Commit-Revision: 451352 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 06:27:45 -0000 Author: vanilla Date: Fri Oct 6 06:27:43 2017 New Revision: 451352 URL: https://svnweb.freebsd.org/changeset/ports/451352 Log: Fix building with clang. Added: head/misc/rump/files/patch-src_share_mk_bsd.sys.mk (contents, props changed) head/misc/rump/files/patch-src_sys_net_agr_if__agr.c (contents, props changed) head/misc/rump/files/patch-src_sys_net_if__gif.c (contents, props changed) head/misc/rump/files/patch-src_sys_net_if__loop.c (contents, props changed) head/misc/rump/files/patch-src_sys_net_if__pppoe.c (contents, props changed) head/misc/rump/files/patch-src_sys_net_if__spppsubr.c (contents, props changed) head/misc/rump/files/patch-src_sys_net_if__tap.c (contents, props changed) head/misc/rump/files/patch-src_sys_netinet_in__offload.c (contents, props changed) head/misc/rump/files/patch-src_sys_netinet_ip__carp.c (contents, props changed) head/misc/rump/files/patch-src_sys_rump_net_lib_libshmif_if__shmem.c (contents, props changed) Modified: head/misc/rump/Makefile Modified: head/misc/rump/Makefile ============================================================================== --- head/misc/rump/Makefile Fri Oct 6 06:18:31 2017 (r451351) +++ head/misc/rump/Makefile Fri Oct 6 06:27:43 2017 (r451352) @@ -18,16 +18,13 @@ USE_GITHUB= yes GH_ACCOUNT= rumpkernel GH_PROJECT= buildrump.sh GH_TAGNAME= b914579 -GH_TUPLE= rumpkernel:src-netbsd:82f3a69:netbsd/src +GH_TUPLE= rumpkernel:src-netbsd:82f3a69:netbsd/src USE_LDCONFIG= yes -USE_GCC= any -.include - do-build: cd ${WRKSRC}; ${SETENV} CC=${CC} AR=${AR} NM=${NM} OBJCOPY=${OBJCOPY} ./buildrump.sh -r fullbuild do-install: cd ${WRKSRC}/rump; ${PAX} -wr lib include ${STAGEDIR}${PREFIX}/ -.include +.include Added: head/misc/rump/files/patch-src_share_mk_bsd.sys.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rump/files/patch-src_share_mk_bsd.sys.mk Fri Oct 6 06:27:43 2017 (r451352) @@ -0,0 +1,11 @@ +--- src/share/mk/bsd.sys.mk.orig 2016-08-02 11:51:10 UTC ++++ src/share/mk/bsd.sys.mk +@@ -83,7 +83,7 @@ CFLAGS+= -Wreturn-type -Wswitch -Wshadow + .endif + .if ${WARNS} > 2 + CFLAGS+= -Wcast-qual -Wwrite-strings +-CFLAGS+= -Wextra -Wno-unused-parameter ++CFLAGS+= -Wextra -Wno-unused-parameter -Wno-address-of-packed-member -Wno-varargs + # Readd -Wno-sign-compare to override -Wextra with clang + CFLAGS+= -Wno-sign-compare + CXXFLAGS+= -Wabi Added: head/misc/rump/files/patch-src_sys_net_agr_if__agr.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rump/files/patch-src_sys_net_agr_if__agr.c Fri Oct 6 06:27:43 2017 (r451352) @@ -0,0 +1,19 @@ +--- src/sys/net/agr/if_agr.c.orig 2016-08-02 11:51:10 UTC ++++ src/sys/net/agr/if_agr.c +@@ -317,6 +317,7 @@ agr_clone_create(struct if_clone *ifc, i + { + struct agr_softc *sc; + struct ifnet *ifp; ++ int tmp = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; + + sc = agr_alloc_softc(); + TAILQ_INIT(&sc->sc_ports); +@@ -330,7 +331,7 @@ agr_clone_create(struct if_clone *ifc, i + ifc->ifc_name, unit); + + ifp->if_softc = sc; +- ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; ++ ifp->if_flags = tmp; + ifp->if_start = agr_start; + ifp->if_ioctl = agr_ioctl; + IFQ_SET_READY(&ifp->if_snd); Added: head/misc/rump/files/patch-src_sys_net_if__gif.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rump/files/patch-src_sys_net_if__gif.c Fri Oct 6 06:27:43 2017 (r451352) @@ -0,0 +1,12 @@ +--- src/sys/net/if_gif.c.orig 2017-09-26 10:05:48 UTC ++++ src/sys/net/if_gif.c +@@ -192,7 +192,8 @@ gifattach0(struct gif_softc *sc) + + sc->gif_if.if_addrlen = 0; + sc->gif_if.if_mtu = GIF_MTU; +- sc->gif_if.if_flags = IFF_POINTOPOINT | IFF_MULTICAST; ++ int tmp = IFF_POINTOPOINT | IFF_MULTICAST; ++ sc->gif_if.if_flags = tmp; + sc->gif_if.if_extflags = IFEF_NO_LINK_STATE_CHANGE; + sc->gif_if.if_ioctl = gif_ioctl; + sc->gif_if.if_output = gif_output; Added: head/misc/rump/files/patch-src_sys_net_if__loop.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rump/files/patch-src_sys_net_if__loop.c Fri Oct 6 06:27:43 2017 (r451352) @@ -0,0 +1,18 @@ +--- src/sys/net/if_loop.c.orig 2016-08-02 11:51:10 UTC ++++ src/sys/net/if_loop.c +@@ -150,13 +150,14 @@ static int + loop_clone_create(struct if_clone *ifc, int unit) + { + struct ifnet *ifp; ++ int tmp = IFF_LOOPBACK | IFF_MULTICAST | IFF_RUNNING; + + ifp = if_alloc(IFT_LOOP); + + if_initname(ifp, ifc->ifc_name, unit); + + ifp->if_mtu = LOMTU; +- ifp->if_flags = IFF_LOOPBACK | IFF_MULTICAST | IFF_RUNNING; ++ ifp->if_flags = tmp; + ifp->if_extflags = IFEF_OUTPUT_MPSAFE; + ifp->if_ioctl = loioctl; + ifp->if_output = looutput; Added: head/misc/rump/files/patch-src_sys_net_if__pppoe.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rump/files/patch-src_sys_net_if__pppoe.c Fri Oct 6 06:27:43 2017 (r451352) @@ -0,0 +1,12 @@ +--- src/sys/net/if_pppoe.c.orig 2017-09-26 10:07:00 UTC ++++ src/sys/net/if_pppoe.c +@@ -227,7 +227,8 @@ pppoe_clone_create(struct if_clone *ifc, + if_initname(&sc->sc_sppp.pp_if, "pppoe", unit); + sc->sc_sppp.pp_if.if_softc = sc; + sc->sc_sppp.pp_if.if_mtu = PPPOE_MAXMTU; +- sc->sc_sppp.pp_if.if_flags = IFF_SIMPLEX|IFF_POINTOPOINT|IFF_MULTICAST; ++ int tmp = IFF_SIMPLEX|IFF_POINTOPOINT|IFF_MULTICAST; ++ sc->sc_sppp.pp_if.if_flags = tmp; + sc->sc_sppp.pp_if.if_type = IFT_PPP; + sc->sc_sppp.pp_if.if_hdrlen = sizeof(struct ether_header) + PPPOE_HEADERLEN; + sc->sc_sppp.pp_if.if_dlt = DLT_PPP_ETHER; Added: head/misc/rump/files/patch-src_sys_net_if__spppsubr.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rump/files/patch-src_sys_net_if__spppsubr.c Fri Oct 6 06:27:43 2017 (r451352) @@ -0,0 +1,29 @@ +--- src/sys/net/if_spppsubr.c.orig 2016-08-02 11:51:10 UTC ++++ src/sys/net/if_spppsubr.c +@@ -3185,7 +3185,7 @@ sppp_ipcp_scr(struct sppp *sp) + + #ifdef notyet + if (sp->ipcp.opts & (1 << IPCP_OPT_COMPRESSION)) { +- opt[i++] = IPCP_OPT_COMPRESSION; ++ opt[i++] = (char)IPCP_OPT_COMPRESSION; + opt[i++] = 6; + opt[i++] = 0; /* VJ header compression */ + opt[i++] = 0x2d; /* VJ header compression */ +@@ -3210,7 +3210,7 @@ sppp_ipcp_scr(struct sppp *sp) + #endif + + if (sp->query_dns & 1) { +- opt[i++] = IPCP_OPT_PRIMDNS; ++ opt[i++] = (char)IPCP_OPT_PRIMDNS; + opt[i++] = 6; + opt[i++] = sp->dns_addrs[0] >> 24; + opt[i++] = sp->dns_addrs[0] >> 16; +@@ -3218,7 +3218,7 @@ sppp_ipcp_scr(struct sppp *sp) + opt[i++] = sp->dns_addrs[0]; + } + if (sp->query_dns & 2) { +- opt[i++] = IPCP_OPT_SECDNS; ++ opt[i++] = (char)IPCP_OPT_SECDNS; + opt[i++] = 6; + opt[i++] = sp->dns_addrs[1] >> 24; + opt[i++] = sp->dns_addrs[1] >> 16; Added: head/misc/rump/files/patch-src_sys_net_if__tap.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rump/files/patch-src_sys_net_if__tap.c Fri Oct 6 06:27:43 2017 (r451352) @@ -0,0 +1,12 @@ +--- src/sys/net/if_tap.c.orig 2017-09-26 10:11:03 UTC ++++ src/sys/net/if_tap.c +@@ -332,7 +332,8 @@ tap_attach(device_t parent, device_t sel + ifp = &sc->sc_ec.ec_if; + strcpy(ifp->if_xname, device_xname(self)); + ifp->if_softc = sc; +- ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; ++ int tmp = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; ++ ifp->if_flags = tmp; + ifp->if_ioctl = tap_ioctl; + ifp->if_start = tap_start; + ifp->if_stop = tap_stop; Added: head/misc/rump/files/patch-src_sys_netinet_in__offload.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rump/files/patch-src_sys_netinet_in__offload.c Fri Oct 6 06:27:43 2017 (r451352) @@ -0,0 +1,14 @@ +--- src/sys/netinet/in_offload.c.orig 2016-08-02 11:51:10 UTC ++++ src/sys/netinet/in_offload.c +@@ -210,9 +210,10 @@ ip_undefer_csum(struct mbuf *m, size_t h + + if (__predict_true(hdrlen + sizeof(struct ip) <= m->m_len)) { + struct ip *ip = (struct ip *)(mtod(m, uint8_t *) + hdrlen); ++ short tmp = ip->ip_sum; + + ip_len = ip->ip_len; +- csump = &ip->ip_sum; ++ csump = &tmp; + } else { + const size_t ip_len_offset = + hdrlen + offsetof(struct ip, ip_len); Added: head/misc/rump/files/patch-src_sys_netinet_ip__carp.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rump/files/patch-src_sys_netinet_ip__carp.c Fri Oct 6 06:27:43 2017 (r451352) @@ -0,0 +1,12 @@ +--- src/sys/netinet/ip_carp.c.orig 2017-09-26 10:03:06 UTC ++++ src/sys/netinet/ip_carp.c +@@ -827,7 +827,8 @@ carp_clone_create(struct if_clone *ifc, + ifp->if_softc = sc; + snprintf(ifp->if_xname, sizeof ifp->if_xname, "%s%d", ifc->ifc_name, + unit); +- ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; ++ int tmp = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; ++ ifp->if_flags = tmp; + ifp->if_ioctl = carp_ioctl; + ifp->if_start = carp_start; + ifp->if_output = carp_output; Added: head/misc/rump/files/patch-src_sys_rump_net_lib_libshmif_if__shmem.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rump/files/patch-src_sys_rump_net_lib_libshmif_if__shmem.c Fri Oct 6 06:27:43 2017 (r451352) @@ -0,0 +1,12 @@ +--- src/sys/rump/net/lib/libshmif/if_shmem.c.orig 2017-09-26 10:09:42 UTC ++++ src/sys/rump/net/lib/libshmif/if_shmem.c +@@ -176,7 +176,8 @@ allocif(int unit, struct shmif_sc **scp) + + snprintf(ifp->if_xname, sizeof(ifp->if_xname), "shmif%d", unit); + ifp->if_softc = sc; +- ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; ++ int tmp = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; ++ ifp->if_flags = tmp; + ifp->if_init = shmif_init; + ifp->if_ioctl = shmif_ioctl; + ifp->if_start = shmif_start; From owner-svn-ports-all@freebsd.org Fri Oct 6 06:31:08 2017 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 35F86E2DC43; Fri, 6 Oct 2017 06:31:08 +0000 (UTC) (envelope-from matthew@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 C7C59711EB; Fri, 6 Oct 2017 06:31:07 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v966V6Fs096918; Fri, 6 Oct 2017 06:31:06 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v966V6oa096916; Fri, 6 Oct 2017 06:31:06 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201710060631.v966V6oa096916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 6 Oct 2017 06:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451353 - head/www/p5-WWW-Salesforce X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/www/p5-WWW-Salesforce X-SVN-Commit-Revision: 451353 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 06:31:08 -0000 Author: matthew Date: Fri Oct 6 06:31:06 2017 New Revision: 451353 URL: https://svnweb.freebsd.org/changeset/ports/451353 Log: Update to 0.302 ChangeLog: http://cpansearch.perl.org/src/CAPOEIRAB/WWW-Salesforce-0.302/Changes Modified: head/www/p5-WWW-Salesforce/Makefile head/www/p5-WWW-Salesforce/distinfo Modified: head/www/p5-WWW-Salesforce/Makefile ============================================================================== --- head/www/p5-WWW-Salesforce/Makefile Fri Oct 6 06:27:43 2017 (r451352) +++ head/www/p5-WWW-Salesforce/Makefile Fri Oct 6 06:31:06 2017 (r451353) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Salesforce -PORTVERSION= 0.301 +PORTVERSION= 0.302 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-WWW-Salesforce/distinfo ============================================================================== --- head/www/p5-WWW-Salesforce/distinfo Fri Oct 6 06:27:43 2017 (r451352) +++ head/www/p5-WWW-Salesforce/distinfo Fri Oct 6 06:31:06 2017 (r451353) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505369675 -SHA256 (WWW-Salesforce-0.301.tar.gz) = 427935a81893fbae9c1b77b95d8451b26320d322655a50d739719332b43c8d7f -SIZE (WWW-Salesforce-0.301.tar.gz) = 48658 +TIMESTAMP = 1507270462 +SHA256 (WWW-Salesforce-0.302.tar.gz) = 0b09b0ef51a77b99e71fa8377cc166cf4b11aa28e59d679c2842c3f26fbf53c6 +SIZE (WWW-Salesforce-0.302.tar.gz) = 47318 From owner-svn-ports-all@freebsd.org Fri Oct 6 06:50:19 2017 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 25E7CE2E939; Fri, 6 Oct 2017 06:50:19 +0000 (UTC) (envelope-from ak@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 D35B171A06; Fri, 6 Oct 2017 06:50:18 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v966oIHB005307; Fri, 6 Oct 2017 06:50:18 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v966oH1H005305; Fri, 6 Oct 2017 06:50:17 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201710060650.v966oH1H005305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Fri, 6 Oct 2017 06:50:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451354 - head/ports-mgmt/pchecker X-SVN-Group: ports-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: head/ports-mgmt/pchecker X-SVN-Commit-Revision: 451354 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 06:50:19 -0000 Author: ak Date: Fri Oct 6 06:50:17 2017 New Revision: 451354 URL: https://svnweb.freebsd.org/changeset/ports/451354 Log: - Update to 1.20 Modified: head/ports-mgmt/pchecker/Makefile head/ports-mgmt/pchecker/distinfo Modified: head/ports-mgmt/pchecker/Makefile ============================================================================== --- head/ports-mgmt/pchecker/Makefile Fri Oct 6 06:31:06 2017 (r451353) +++ head/ports-mgmt/pchecker/Makefile Fri Oct 6 06:50:17 2017 (r451354) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pchecker -PORTVERSION= 1.18 +PORTVERSION= 1.20 CATEGORIES= ports-mgmt MASTER_SITES= https://aklv.github.io/distfiles/ Modified: head/ports-mgmt/pchecker/distinfo ============================================================================== --- head/ports-mgmt/pchecker/distinfo Fri Oct 6 06:31:06 2017 (r451353) +++ head/ports-mgmt/pchecker/distinfo Fri Oct 6 06:50:17 2017 (r451354) @@ -1,2 +1,3 @@ -SHA256 (pchecker-1.18.tar.xz) = 1f79e16f8075ad776a019a685d169efd7b72a4b1659d086d3db5c0368cd739f0 -SIZE (pchecker-1.18.tar.xz) = 6908 +TIMESTAMP = 1507272559 +SHA256 (pchecker-1.20.tar.xz) = 4d8d65e2013203325af86a8fbaa29f9a942ab021805d4b68e3d09394777590f6 +SIZE (pchecker-1.20.tar.xz) = 6660 From owner-svn-ports-all@freebsd.org Fri Oct 6 07:34:00 2017 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 E23E7E2F224; Fri, 6 Oct 2017 07:34:00 +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 A34FB72964; Fri, 6 Oct 2017 07:34:00 +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 v967XxFS025628; Fri, 6 Oct 2017 07:33:59 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v967XxPd025626; Fri, 6 Oct 2017 07:33:59 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710060733.v967XxPd025626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 6 Oct 2017 07:33:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451355 - head/x11-themes/numix-theme X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/x11-themes/numix-theme X-SVN-Commit-Revision: 451355 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 07:34:01 -0000 Author: vanilla Date: Fri Oct 6 07:33:59 2017 New Revision: 451355 URL: https://svnweb.freebsd.org/changeset/ports/451355 Log: 1: Update to 2.6.7. 2: set NO_ARCH. Modified: head/x11-themes/numix-theme/Makefile head/x11-themes/numix-theme/distinfo Modified: head/x11-themes/numix-theme/Makefile ============================================================================== --- head/x11-themes/numix-theme/Makefile Fri Oct 6 06:50:17 2017 (r451354) +++ head/x11-themes/numix-theme/Makefile Fri Oct 6 07:33:59 2017 (r451355) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numix -PORTVERSION= 2.6.6 +PORTVERSION= 2.6.7 CATEGORIES= x11-themes xfce PKGNAMESUFFIX= -theme @@ -17,9 +17,10 @@ RUN_DEPENDS= gtk-murrine-engine>=0.98.2:x11-themes/gtk GH_ACCOUNT= numixproject GH_PROJECT= numix-gtk-theme +USES= gmake USE_GITHUB= yes -USES= gmake USE_GNOME= glib20 gdkpixbuf2 +NO_ARCH= yes INSTALL_TARGET= # empty OPTIONS_DEFINE= NOTIFYD Modified: head/x11-themes/numix-theme/distinfo ============================================================================== --- head/x11-themes/numix-theme/distinfo Fri Oct 6 06:50:17 2017 (r451354) +++ head/x11-themes/numix-theme/distinfo Fri Oct 6 07:33:59 2017 (r451355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488116139 -SHA256 (numixproject-numix-gtk-theme-2.6.6_GH0.tar.gz) = 5ee5ed54bea10fe23c99f1fcc614cbf593764b6310cdf889723f8c251abf0856 -SIZE (numixproject-numix-gtk-theme-2.6.6_GH0.tar.gz) = 153689 +TIMESTAMP = 1507275113 +SHA256 (numixproject-numix-gtk-theme-2.6.7_GH0.tar.gz) = 4590c6077828d73aecbc2521acf5b8d4669aacff1e9d09575888be67f2dc0d1b +SIZE (numixproject-numix-gtk-theme-2.6.7_GH0.tar.gz) = 156407 From owner-svn-ports-all@freebsd.org Fri Oct 6 07:59:44 2017 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 70595E2FA0D; Fri, 6 Oct 2017 07:59:44 +0000 (UTC) (envelope-from ak@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 4A6AA73566; Fri, 6 Oct 2017 07:59:44 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v967xh02034410; Fri, 6 Oct 2017 07:59:43 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v967xgve034401; Fri, 6 Oct 2017 07:59:42 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201710060759.v967xgve034401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Fri, 6 Oct 2017 07:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451356 - in head: devel/gcc-arm-embedded devel/py-qt5 devel/py3-pyasn1 devel/py3-pytest-xdist devel/py3-urwid emulators/i386-wine-staging net/py3-pysocks net/py3-urllib3 X-SVN-Group: ports-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: in head: devel/gcc-arm-embedded devel/py-qt5 devel/py3-pyasn1 devel/py3-pytest-xdist devel/py3-urwid emulators/i386-wine-staging net/py3-pysocks net/py3-urllib3 X-SVN-Commit-Revision: 451356 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 07:59:44 -0000 Author: ak Date: Fri Oct 6 07:59:42 2017 New Revision: 451356 URL: https://svnweb.freebsd.org/changeset/ports/451356 Log: - Remove empty lines after .include : devel/py3-pyasn1 devel/py3-pytest-xdist devel/py3-urwid emulators/i386-wine-staging net/py3-pysocks net/py3-urllib3 - Fix distinfo: devel/py-qt5 - Remove quotes from IGNORE: devel/gcc-arm-embedded Approved by: portmgr blanket Modified: head/devel/gcc-arm-embedded/Makefile head/devel/py-qt5/distinfo head/devel/py3-pyasn1/Makefile head/devel/py3-pytest-xdist/Makefile head/devel/py3-urwid/Makefile head/emulators/i386-wine-staging/Makefile head/net/py3-pysocks/Makefile head/net/py3-urllib3/Makefile Modified: head/devel/gcc-arm-embedded/Makefile ============================================================================== --- head/devel/gcc-arm-embedded/Makefile Fri Oct 6 07:33:59 2017 (r451355) +++ head/devel/gcc-arm-embedded/Makefile Fri Oct 6 07:59:42 2017 (r451356) @@ -84,7 +84,7 @@ VAR_TO_SUBMAKE_NOEXPAND= CONFIGURE_ENV MAKE_ENV .include .if ${PORT_OPTIONS:MPURE} -IGNORE= "PURE option is not valid anymore, no libraries are bundled" +IGNORE= PURE option is not valid anymore, no libraries are bundled .endif post-extract: Modified: head/devel/py-qt5/distinfo ============================================================================== --- head/devel/py-qt5/distinfo Fri Oct 6 07:33:59 2017 (r451355) +++ head/devel/py-qt5/distinfo Fri Oct 6 07:59:42 2017 (r451356) @@ -1,4 +1,3 @@ TIMESTAMP = 1487865147 SHA256 (PyQt5_gpl-5.7.1.tar.gz) = be849f212a074049b9ebc10b6c07dddefb86e6d30e8df8a5c715cbb2cf7fad14 SIZE (PyQt5_gpl-5.7.1.tar.gz) = 3733746 - Modified: head/devel/py3-pyasn1/Makefile ============================================================================== --- head/devel/py3-pyasn1/Makefile Fri Oct 6 07:33:59 2017 (r451355) +++ head/devel/py3-pyasn1/Makefile Fri Oct 6 07:59:42 2017 (r451356) @@ -6,4 +6,3 @@ MASTERDIR= ${.CURDIR}/../py-pyasn1 USES= python:3.3+ .include "${MASTERDIR}/Makefile" - Modified: head/devel/py3-pytest-xdist/Makefile ============================================================================== --- head/devel/py3-pytest-xdist/Makefile Fri Oct 6 07:33:59 2017 (r451355) +++ head/devel/py3-pytest-xdist/Makefile Fri Oct 6 07:59:42 2017 (r451356) @@ -13,4 +13,3 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.5.1:dev USES= python:3.3+ .include "${MASTERDIR}/Makefile" - Modified: head/devel/py3-urwid/Makefile ============================================================================== --- head/devel/py3-urwid/Makefile Fri Oct 6 07:33:59 2017 (r451355) +++ head/devel/py3-urwid/Makefile Fri Oct 6 07:59:42 2017 (r451356) @@ -8,4 +8,3 @@ USES= python:3.3+ MASTERDIR= ${.CURDIR}/../py-urwid .include "${MASTERDIR}/Makefile" - Modified: head/emulators/i386-wine-staging/Makefile ============================================================================== --- head/emulators/i386-wine-staging/Makefile Fri Oct 6 07:33:59 2017 (r451355) +++ head/emulators/i386-wine-staging/Makefile Fri Oct 6 07:59:42 2017 (r451356) @@ -24,4 +24,3 @@ PKGNAMESUFFIX= -staging MASTERDIR= ${SLAVEDIR} .include "${SLAVEDIR}/Makefile.inc" .endif - Modified: head/net/py3-pysocks/Makefile ============================================================================== --- head/net/py3-pysocks/Makefile Fri Oct 6 07:33:59 2017 (r451355) +++ head/net/py3-pysocks/Makefile Fri Oct 6 07:59:42 2017 (r451356) @@ -8,4 +8,3 @@ PORTSCOUT= ignore:1 USES= python:3.3+ .include "${MASTERDIR}/Makefile" - Modified: head/net/py3-urllib3/Makefile ============================================================================== --- head/net/py3-urllib3/Makefile Fri Oct 6 07:33:59 2017 (r451355) +++ head/net/py3-urllib3/Makefile Fri Oct 6 07:59:42 2017 (r451356) @@ -16,4 +16,3 @@ PORTSCOUT= ignore:1 USES= python:3.3+ .include "${MASTERDIR}/Makefile" - From owner-svn-ports-all@freebsd.org Fri Oct 6 08:08:37 2017 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 AC269E2FFDD; Fri, 6 Oct 2017 08:08:37 +0000 (UTC) (envelope-from pizzamig@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 78E0773AF6; Fri, 6 Oct 2017 08:08:37 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9688acF038515; Fri, 6 Oct 2017 08:08:36 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9688aFr038513; Fri, 6 Oct 2017 08:08:36 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201710060808.v9688aFr038513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Fri, 6 Oct 2017 08:08:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451357 - head/benchmarks/phoronix-test-suite X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/benchmarks/phoronix-test-suite X-SVN-Commit-Revision: 451357 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 08:08:37 -0000 Author: pizzamig Date: Fri Oct 6 08:08:36 2017 New Revision: 451357 URL: https://svnweb.freebsd.org/changeset/ports/451357 Log: benchmarks/phoronix-test-suite: update to version 7.4.0 Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D12596 Modified: head/benchmarks/phoronix-test-suite/Makefile head/benchmarks/phoronix-test-suite/distinfo Modified: head/benchmarks/phoronix-test-suite/Makefile ============================================================================== --- head/benchmarks/phoronix-test-suite/Makefile Fri Oct 6 07:59:42 2017 (r451356) +++ head/benchmarks/phoronix-test-suite/Makefile Fri Oct 6 08:08:36 2017 (r451357) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= phoronix-test-suite -PORTVERSION= 7.2.1 -PORTREVISION= 1 +PORTVERSION= 7.4.0 CATEGORIES= benchmarks MASTER_SITES= http://www.phoronix-test-suite.com/releases/ @@ -13,17 +12,12 @@ COMMENT= Phoronix Benchmarking Suite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= php:cli,build python shebangfix +USES= php:cli,build python USE_GCC= any USE_PHP= ctype curl dom filter gd hash json openssl pcntl posix \ session simplexml sockets sqlite3 zip zlib NO_BUILD= yes WRKSRC= ${WRKDIR}/phoronix-test-suite -SHEBANG_FILES= deploy/juju/trusty/pts/hooks/phoronix-common \ - deploy/juju/trusty/pts/actions/memory \ - deploy/juju/trusty/pts/actions/benchmark \ - deploy/juju/trusty/pts/actions/custom \ - deploy/juju/trusty/pts/scripts/parse RUN_DEPENDS+= fpdf>0:print/fpdf RUN_DEPENDS+= cmake:devel/cmake Modified: head/benchmarks/phoronix-test-suite/distinfo ============================================================================== --- head/benchmarks/phoronix-test-suite/distinfo Fri Oct 6 07:59:42 2017 (r451356) +++ head/benchmarks/phoronix-test-suite/distinfo Fri Oct 6 08:08:36 2017 (r451357) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499509633 -SHA256 (phoronix-test-suite-7.2.1.tar.gz) = dceaccbfa0a614da4d7191dc07e07406b6498ebf136a9249701a3c86a8611cc6 -SIZE (phoronix-test-suite-7.2.1.tar.gz) = 782972 +TIMESTAMP = 1507145838 +SHA256 (phoronix-test-suite-7.4.0.tar.gz) = de9aec3ef4f980581756fd0bf7b30dd1ccb20e7aae637078a587606bf75a6b67 +SIZE (phoronix-test-suite-7.4.0.tar.gz) = 779490 From owner-svn-ports-all@freebsd.org Fri Oct 6 08:14:42 2017 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 20849E30339; Fri, 6 Oct 2017 08:14:42 +0000 (UTC) (envelope-from madpilot@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 DE65A742F4; Fri, 6 Oct 2017 08:14:41 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v968EfWH042962; Fri, 6 Oct 2017 08:14:41 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v968Efe8042961; Fri, 6 Oct 2017 08:14:41 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201710060814.v968Efe8042961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 6 Oct 2017 08:14:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451358 - head/net/pjsip X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/net/pjsip X-SVN-Commit-Revision: 451358 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 08:14:42 -0000 Author: madpilot Date: Fri Oct 6 08:14:40 2017 New Revision: 451358 URL: https://svnweb.freebsd.org/changeset/ports/451358 Log: Fix CONFLICTS to not overwrite slave port setting. PR: 222804 Submitted by: vvd@unislabs.com Modified: head/net/pjsip/Makefile Modified: head/net/pjsip/Makefile ============================================================================== --- head/net/pjsip/Makefile Fri Oct 6 08:08:36 2017 (r451357) +++ head/net/pjsip/Makefile Fri Oct 6 08:14:40 2017 (r451358) @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LIB_DEPENDS= libportaudio.so:audio/portaudio -CONFLICTS= pjsip-extsrtp-[0-9]* \ +CONFLICTS?= pjsip-extsrtp-[0-9]* \ libsrtp-[0-9]* GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Fri Oct 6 09:02:07 2017 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 DC82AE314EA; Fri, 6 Oct 2017 09:02:07 +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 A93E17633E; Fri, 6 Oct 2017 09:02:07 +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 v969266a063659; Fri, 6 Oct 2017 09:02:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96926Mg063658; Fri, 6 Oct 2017 09:02:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201710060902.v96926Mg063658@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 6 Oct 2017 09:02:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451359 - head/devel/git-gui X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/git-gui X-SVN-Commit-Revision: 451359 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 09:02:08 -0000 Author: amdmi3 Date: Fri Oct 6 09:02:06 2017 New Revision: 451359 URL: https://svnweb.freebsd.org/changeset/ports/451359 Log: - Update WWW Approved by: portmgr blanket Modified: head/devel/git-gui/pkg-descr Modified: head/devel/git-gui/pkg-descr ============================================================================== --- head/devel/git-gui/pkg-descr Fri Oct 6 08:14:40 2017 (r451358) +++ head/devel/git-gui/pkg-descr Fri Oct 6 09:02:06 2017 (r451359) @@ -3,4 +3,4 @@ handle everything from small to very large projects wi This version provides a package with GUI option enabled. -WWW: http://git-scm.com/ +WWW: https://git-scm.com/ From owner-svn-ports-all@freebsd.org Fri Oct 6 10:44:00 2017 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 E55C1E334B4; Fri, 6 Oct 2017 10:44:00 +0000 (UTC) (envelope-from sunpoet@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 A73FB7D148; Fri, 6 Oct 2017 10:44:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AhxbY004949; Fri, 6 Oct 2017 10:43:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96AhxHZ004947; Fri, 6 Oct 2017 10:43:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061043.v96AhxHZ004947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:43:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451360 - head/security/py-m2crypto X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/py-m2crypto X-SVN-Commit-Revision: 451360 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:44:01 -0000 Author: sunpoet Date: Fri Oct 6 10:43:59 2017 New Revision: 451360 URL: https://svnweb.freebsd.org/changeset/ports/451360 Log: Update to 0.27.0 Changes: https://gitlab.com/m2crypto/m2crypto/blob/master/CHANGES Modified: head/security/py-m2crypto/Makefile head/security/py-m2crypto/distinfo Modified: head/security/py-m2crypto/Makefile ============================================================================== --- head/security/py-m2crypto/Makefile Fri Oct 6 09:02:06 2017 (r451359) +++ head/security/py-m2crypto/Makefile Fri Oct 6 10:43:59 2017 (r451360) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= m2crypto -PORTVERSION= 0.26.4 +PORTVERSION= 0.27.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE BUILD_DEPENDS= swig3.0:devel/swig30 +MAKE_ENV= SWIG_FEATURES=-I${OPENSSLINC} PYDISTUTILS_BUILDARGS= build_ext --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig3.0 USE_PYTHON= autoplist concurrent distutils USES= python ssl Modified: head/security/py-m2crypto/distinfo ============================================================================== --- head/security/py-m2crypto/distinfo Fri Oct 6 09:02:06 2017 (r451359) +++ head/security/py-m2crypto/distinfo Fri Oct 6 10:43:59 2017 (r451360) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506515488 -SHA256 (M2Crypto-0.26.4.tar.gz) = 5cae7acc0b34821f8c0ddf6665e482893fe1f198ad6379e61ffa9d8e65f5c199 -SIZE (M2Crypto-0.26.4.tar.gz) = 1116587 +TIMESTAMP = 1507281967 +SHA256 (M2Crypto-0.27.0.tar.gz) = 82317459d653322d6b37f122ce916dc91ddcd9d1b814847497ac796c4549dd68 +SIZE (M2Crypto-0.27.0.tar.gz) = 1119288 From owner-svn-ports-all@freebsd.org Fri Oct 6 10:44:06 2017 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 C371EE334E5; Fri, 6 Oct 2017 10:44:06 +0000 (UTC) (envelope-from sunpoet@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 8F8A47D16C; Fri, 6 Oct 2017 10:44:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96Ai5mJ005149; Fri, 6 Oct 2017 10:44:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96Ai5fW005147; Fri, 6 Oct 2017 10:44:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061044.v96Ai5fW005147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451361 - head/devel/rubygem-cucumber-expressions X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-cucumber-expressions X-SVN-Commit-Revision: 451361 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:44:06 -0000 Author: sunpoet Date: Fri Oct 6 10:44:05 2017 New Revision: 451361 URL: https://svnweb.freebsd.org/changeset/ports/451361 Log: Update to 4.0.4 - Add NO_ARCH Changes: https://github.com/cucumber/cucumber-expressions-ruby/commits/master Modified: head/devel/rubygem-cucumber-expressions/Makefile head/devel/rubygem-cucumber-expressions/distinfo Modified: head/devel/rubygem-cucumber-expressions/Makefile ============================================================================== --- head/devel/rubygem-cucumber-expressions/Makefile Fri Oct 6 10:43:59 2017 (r451360) +++ head/devel/rubygem-cucumber-expressions/Makefile Fri Oct 6 10:44:05 2017 (r451361) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cucumber-expressions -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.4 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,6 +12,7 @@ COMMENT= Cucumber Expressions for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USE_RUBY= yes USES= gem Modified: head/devel/rubygem-cucumber-expressions/distinfo ============================================================================== --- head/devel/rubygem-cucumber-expressions/distinfo Fri Oct 6 10:43:59 2017 (r451360) +++ head/devel/rubygem-cucumber-expressions/distinfo Fri Oct 6 10:44:05 2017 (r451361) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506593056 -SHA256 (rubygem/cucumber-expressions-4.0.3.gem) = f7ea9e2f319e31620a87cf98d775ad0427cf420c11d9f1f51284c7d01e29b539 -SIZE (rubygem/cucumber-expressions-4.0.3.gem) = 16384 +TIMESTAMP = 1507284418 +SHA256 (rubygem/cucumber-expressions-4.0.4.gem) = 2ee3bae739312cab3d86527c0740bdaa94f35dec31e2a1d28f2d97d95f268f4f +SIZE (rubygem/cucumber-expressions-4.0.4.gem) = 16896 From owner-svn-ports-all@freebsd.org Fri Oct 6 10:44:13 2017 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 406E9E33522; Fri, 6 Oct 2017 10:44:13 +0000 (UTC) (envelope-from sunpoet@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 0CDC17D201; Fri, 6 Oct 2017 10:44:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AiC9N005290; Fri, 6 Oct 2017 10:44:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96AiCUI005287; Fri, 6 Oct 2017 10:44:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061044.v96AiCUI005287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:44:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451362 - head/devel/p5-Config-Std X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Config-Std X-SVN-Commit-Revision: 451362 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:44:13 -0000 Author: sunpoet Date: Fri Oct 6 10:44:11 2017 New Revision: 451362 URL: https://svnweb.freebsd.org/changeset/ports/451362 Log: Update to 0.902 - Remove MASTER_SITE_SUBDIR - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Config-Std/Changes Modified: head/devel/p5-Config-Std/Makefile head/devel/p5-Config-Std/distinfo head/devel/p5-Config-Std/pkg-plist Modified: head/devel/p5-Config-Std/Makefile ============================================================================== --- head/devel/p5-Config-Std/Makefile Fri Oct 6 10:44:05 2017 (r451361) +++ head/devel/p5-Config-Std/Makefile Fri Oct 6 10:44:11 2017 (r451362) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= Config-Std -PORTVERSION= 0.901 -PORTREVISION= 1 +PORTVERSION= 0.902 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:BRICKER PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -14,9 +12,11 @@ COMMENT= Load and save configuration files in a standa LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Class-Std>=0:devel/p5-Class-Std +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Config-Std/distinfo ============================================================================== --- head/devel/p5-Config-Std/distinfo Fri Oct 6 10:44:05 2017 (r451361) +++ head/devel/p5-Config-Std/distinfo Fri Oct 6 10:44:11 2017 (r451362) @@ -1,2 +1,3 @@ -SHA256 (Config-Std-0.901.tar.gz) = c5c57eb82a37cc41ea152098fc8e5548acfea8861140fbac8fc3beccbb09c243 -SIZE (Config-Std-0.901.tar.gz) = 21940 +TIMESTAMP = 1507282717 +SHA256 (Config-Std-0.902.tar.gz) = d31517c8f463fd8f382f64fd4eb8e31c317597959186fe2b4f9dd7aadfca7f83 +SIZE (Config-Std-0.902.tar.gz) = 21178 Modified: head/devel/p5-Config-Std/pkg-plist ============================================================================== --- head/devel/p5-Config-Std/pkg-plist Fri Oct 6 10:44:05 2017 (r451361) +++ head/devel/p5-Config-Std/pkg-plist Fri Oct 6 10:44:11 2017 (r451362) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Config::Std.3.gz %%SITE_PERL%%/Config/Std.pm +%%PERL5_MAN3%%/Config::Std.3.gz From owner-svn-ports-all@freebsd.org Fri Oct 6 10:44:19 2017 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 4C558E33561; Fri, 6 Oct 2017 10:44:19 +0000 (UTC) (envelope-from sunpoet@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 198FB7D28E; Fri, 6 Oct 2017 10:44:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AiIqI005413; Fri, 6 Oct 2017 10:44:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96AiICM005410; Fri, 6 Oct 2017 10:44:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061044.v96AiICM005410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:44:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451363 - head/devel/p5-Devel-Cover X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Devel-Cover X-SVN-Commit-Revision: 451363 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:44:19 -0000 Author: sunpoet Date: Fri Oct 6 10:44:17 2017 New Revision: 451363 URL: https://svnweb.freebsd.org/changeset/ports/451363 Log: Update to 1.28 Changes: http://search.cpan.org/dist/Devel-Cover/Changes Modified: head/devel/p5-Devel-Cover/Makefile head/devel/p5-Devel-Cover/distinfo Modified: head/devel/p5-Devel-Cover/Makefile ============================================================================== --- head/devel/p5-Devel-Cover/Makefile Fri Oct 6 10:44:11 2017 (r451362) +++ head/devel/p5-Devel-Cover/Makefile Fri Oct 6 10:44:17 2017 (r451363) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-Cover -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Devel-Cover/distinfo ============================================================================== --- head/devel/p5-Devel-Cover/distinfo Fri Oct 6 10:44:11 2017 (r451362) +++ head/devel/p5-Devel-Cover/distinfo Fri Oct 6 10:44:17 2017 (r451363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506005394 -SHA256 (Devel-Cover-1.27.tar.gz) = d107bb3c797275d6ee28252852c4db9a026560ee0f524f0cb45d52002908783d -SIZE (Devel-Cover-1.27.tar.gz) = 202000 +TIMESTAMP = 1507281997 +SHA256 (Devel-Cover-1.28.tar.gz) = 98908dd6d6e39c59fcc2cddef849c1e8c93691793ea4e0babbecaab2618f88d8 +SIZE (Devel-Cover-1.28.tar.gz) = 202098 From owner-svn-ports-all@freebsd.org Fri Oct 6 10:44:24 2017 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 CA7BFE33590; Fri, 6 Oct 2017 10:44:24 +0000 (UTC) (envelope-from sunpoet@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 995297D2E5; Fri, 6 Oct 2017 10:44:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AiNqQ005537; Fri, 6 Oct 2017 10:44:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96AiNQw005535; Fri, 6 Oct 2017 10:44:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061044.v96AiNQw005535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:44:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451364 - head/devel/p5-Test-MockModule X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test-MockModule X-SVN-Commit-Revision: 451364 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:44:24 -0000 Author: sunpoet Date: Fri Oct 6 10:44:23 2017 New Revision: 451364 URL: https://svnweb.freebsd.org/changeset/ports/451364 Log: Update to 0.13 Changes: http://search.cpan.org/dist/Test-MockModule/Changes Modified: head/devel/p5-Test-MockModule/Makefile head/devel/p5-Test-MockModule/distinfo Modified: head/devel/p5-Test-MockModule/Makefile ============================================================================== --- head/devel/p5-Test-MockModule/Makefile Fri Oct 6 10:44:17 2017 (r451363) +++ head/devel/p5-Test-MockModule/Makefile Fri Oct 6 10:44:23 2017 (r451364) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-MockModule -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-MockModule/distinfo ============================================================================== --- head/devel/p5-Test-MockModule/distinfo Fri Oct 6 10:44:17 2017 (r451363) +++ head/devel/p5-Test-MockModule/distinfo Fri Oct 6 10:44:23 2017 (r451364) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499961034 -SHA256 (Test-MockModule-0.12.tar.gz) = 156b0357fdafe6734124c788a91893f8f8fd56ecdaea802cd474e43f6da0083d -SIZE (Test-MockModule-0.12.tar.gz) = 24142 +TIMESTAMP = 1507282008 +SHA256 (Test-MockModule-0.13.tar.gz) = 7473742a0d600eb11766752c79a966570755168105ee4d4e33d90466b7339053 +SIZE (Test-MockModule-0.13.tar.gz) = 24561 From owner-svn-ports-all@freebsd.org Fri Oct 6 10:44:30 2017 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 DD215E335D7; Fri, 6 Oct 2017 10:44:30 +0000 (UTC) (envelope-from sunpoet@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 A18A67D378; Fri, 6 Oct 2017 10:44:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AiTLS005662; Fri, 6 Oct 2017 10:44:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96AiTB7005660; Fri, 6 Oct 2017 10:44:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061044.v96AiTB7005660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:44:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451365 - head/net-mgmt/p5-Net-IPv6Addr X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/p5-Net-IPv6Addr X-SVN-Commit-Revision: 451365 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:44:31 -0000 Author: sunpoet Date: Fri Oct 6 10:44:29 2017 New Revision: 451365 URL: https://svnweb.freebsd.org/changeset/ports/451365 Log: Update to 0.91 Changes: http://search.cpan.org/dist/Net-IPv6Addr/Changes Modified: head/net-mgmt/p5-Net-IPv6Addr/Makefile head/net-mgmt/p5-Net-IPv6Addr/distinfo Modified: head/net-mgmt/p5-Net-IPv6Addr/Makefile ============================================================================== --- head/net-mgmt/p5-Net-IPv6Addr/Makefile Fri Oct 6 10:44:23 2017 (r451364) +++ head/net-mgmt/p5-Net-IPv6Addr/Makefile Fri Oct 6 10:44:29 2017 (r451365) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-IPv6Addr -PORTVERSION= 0.9 +PORTVERSION= 0.91 CATEGORIES= net-mgmt perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net-mgmt/p5-Net-IPv6Addr/distinfo ============================================================================== --- head/net-mgmt/p5-Net-IPv6Addr/distinfo Fri Oct 6 10:44:23 2017 (r451364) +++ head/net-mgmt/p5-Net-IPv6Addr/distinfo Fri Oct 6 10:44:29 2017 (r451365) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506960918 -SHA256 (Net-IPv6Addr-0.9.tar.gz) = 22c0ae38e58cd60d1006bf535e532305e480e93ebeb97abe241d873bf80ed5d8 -SIZE (Net-IPv6Addr-0.9.tar.gz) = 11699 +TIMESTAMP = 1507282020 +SHA256 (Net-IPv6Addr-0.91.tar.gz) = 84d86116b9a5c2a1b8dfe3f5a5dceb257b2e462c480ee261974a812e1cb521c0 +SIZE (Net-IPv6Addr-0.91.tar.gz) = 14002 From owner-svn-ports-all@freebsd.org Fri Oct 6 10:44:36 2017 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 923A2E33609; Fri, 6 Oct 2017 10:44:36 +0000 (UTC) (envelope-from sunpoet@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 5BF9A7D3F1; Fri, 6 Oct 2017 10:44:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AiZl6005787; Fri, 6 Oct 2017 10:44:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96AiZrj005784; Fri, 6 Oct 2017 10:44:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061044.v96AiZrj005784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:44:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451366 - head/www/py-django111 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django111 X-SVN-Commit-Revision: 451366 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:44:36 -0000 Author: sunpoet Date: Fri Oct 6 10:44:34 2017 New Revision: 451366 URL: https://svnweb.freebsd.org/changeset/ports/451366 Log: Update to 1.11.6 Changes: https://docs.djangoproject.com/en/1.11/releases/1.11.6/ Modified: head/www/py-django111/Makefile head/www/py-django111/distinfo Modified: head/www/py-django111/Makefile ============================================================================== --- head/www/py-django111/Makefile Fri Oct 6 10:44:29 2017 (r451365) +++ head/www/py-django111/Makefile Fri Oct 6 10:44:34 2017 (r451366) @@ -4,7 +4,7 @@ # Remember to update www/py-django along with this port. PORTNAME= django -PORTVERSION= 1.11.5 +PORTVERSION= 1.11.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: head/www/py-django111/distinfo ============================================================================== --- head/www/py-django111/distinfo Fri Oct 6 10:44:29 2017 (r451365) +++ head/www/py-django111/distinfo Fri Oct 6 10:44:34 2017 (r451366) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504718744 -SHA256 (python/Django-1.11.5.tar.gz) = 1836878162dfdf865492bacfdff0321e4ee8f1e7d51d93192546000b54982b29 -SIZE (python/Django-1.11.5.tar.gz) = 7875054 +TIMESTAMP = 1507282136 +SHA256 (python/Django-1.11.6.tar.gz) = c3b42ca1efa1c0a129a9e863134cc3fe705c651dea3a04a7998019e522af0c60 +SIZE (python/Django-1.11.6.tar.gz) = 7874450 From owner-svn-ports-all@freebsd.org Fri Oct 6 10:44:41 2017 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 F0492E33636; Fri, 6 Oct 2017 10:44:41 +0000 (UTC) (envelope-from sunpoet@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 BFD867D468; Fri, 6 Oct 2017 10:44:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AieBB005893; Fri, 6 Oct 2017 10:44:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96Aieof005892; Fri, 6 Oct 2017 10:44:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061044.v96Aieof005892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:44:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451367 - head/www/py-django X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django X-SVN-Commit-Revision: 451367 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:44:42 -0000 Author: sunpoet Date: Fri Oct 6 10:44:40 2017 New Revision: 451367 URL: https://svnweb.freebsd.org/changeset/ports/451367 Log: Update to 1.11.6 to match www/py-django111 Modified: head/www/py-django/Makefile Modified: head/www/py-django/Makefile ============================================================================== --- head/www/py-django/Makefile Fri Oct 6 10:44:34 2017 (r451366) +++ head/www/py-django/Makefile Fri Oct 6 10:44:40 2017 (r451367) @@ -3,7 +3,7 @@ PORTNAME= django CATEGORIES= www python -PORTVERSION= 1.11.5 +PORTVERSION= 1.11.6 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org From owner-svn-ports-all@freebsd.org Fri Oct 6 10:44:47 2017 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 5D50CE3366F; Fri, 6 Oct 2017 10:44:47 +0000 (UTC) (envelope-from sunpoet@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 2822E7D4E6; Fri, 6 Oct 2017 10:44:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AikIX006018; Fri, 6 Oct 2017 10:44:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96Aik2T006016; Fri, 6 Oct 2017 10:44:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061044.v96Aik2T006016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451368 - head/converters/rubygem-json-ld X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/converters/rubygem-json-ld X-SVN-Commit-Revision: 451368 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:44:47 -0000 Author: sunpoet Date: Fri Oct 6 10:44:45 2017 New Revision: 451368 URL: https://svnweb.freebsd.org/changeset/ports/451368 Log: Update to 2.1.7 - Add LICENSE_FILE Changes: https://github.com/ruby-rdf/json-ld/releases https://github.com/ruby-rdf/json-ld/commits/develop Modified: head/converters/rubygem-json-ld/Makefile head/converters/rubygem-json-ld/distinfo Modified: head/converters/rubygem-json-ld/Makefile ============================================================================== --- head/converters/rubygem-json-ld/Makefile Fri Oct 6 10:44:40 2017 (r451367) +++ head/converters/rubygem-json-ld/Makefile Fri Oct 6 10:44:45 2017 (r451368) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= json-ld -DISTVERSION= 2.1.6 +DISTVERSION= 2.1.7 CATEGORIES= converters rubygems MASTER_SITES= RG Modified: head/converters/rubygem-json-ld/distinfo ============================================================================== --- head/converters/rubygem-json-ld/distinfo Fri Oct 6 10:44:40 2017 (r451367) +++ head/converters/rubygem-json-ld/distinfo Fri Oct 6 10:44:45 2017 (r451368) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506585938 -SHA256 (rubygem/json-ld-2.1.6.gem) = 76fe86422b43fa4f56dbcb382ce4d104281d46b9aba68afc8b9f3f648a58cc50 -SIZE (rubygem/json-ld-2.1.6.gem) = 109568 +TIMESTAMP = 1507282148 +SHA256 (rubygem/json-ld-2.1.7.gem) = 6a0ab08ad4d5619b0d5dce96f7dd1af85dc21a3795440ee5a3991c2e9b9f77f4 +SIZE (rubygem/json-ld-2.1.7.gem) = 109568 From owner-svn-ports-all@freebsd.org Fri Oct 6 10:44:52 2017 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 9C756E336C0; Fri, 6 Oct 2017 10:44:52 +0000 (UTC) (envelope-from sunpoet@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 6B7767D563; Fri, 6 Oct 2017 10:44:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AipeT006144; Fri, 6 Oct 2017 10:44:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96AipPC006142; Fri, 6 Oct 2017 10:44:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061044.v96AipPC006142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:44:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451369 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 451369 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:44:52 -0000 Author: sunpoet Date: Fri Oct 6 10:44:51 2017 New Revision: 451369 URL: https://svnweb.freebsd.org/changeset/ports/451369 Log: Update to 2.10.59 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Fri Oct 6 10:44:45 2017 (r451368) +++ head/devel/rubygem-aws-sdk-core/Makefile Fri Oct 6 10:44:51 2017 (r451369) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.10.58 +PORTVERSION= 2.10.59 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Fri Oct 6 10:44:45 2017 (r451368) +++ head/devel/rubygem-aws-sdk-core/distinfo Fri Oct 6 10:44:51 2017 (r451369) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507191123 -SHA256 (rubygem/aws-sdk-core-2.10.58.gem) = aab5be146160e3712a55e1efb0e14c7e31fe70c9969f333cb4cb4bf4ca7939b2 -SIZE (rubygem/aws-sdk-core-2.10.58.gem) = 1071616 +TIMESTAMP = 1507282180 +SHA256 (rubygem/aws-sdk-core-2.10.59.gem) = a889955c0fbc65bcad3b1a495a9864287623e05be94562d2f3b22052453061e1 +SIZE (rubygem/aws-sdk-core-2.10.59.gem) = 1071616 From owner-svn-ports-all@freebsd.org Fri Oct 6 10:44:58 2017 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 933B5E336F0; Fri, 6 Oct 2017 10:44:58 +0000 (UTC) (envelope-from sunpoet@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 61D4C7D5E7; Fri, 6 Oct 2017 10:44:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AivNC006267; Fri, 6 Oct 2017 10:44:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96AivHb006265; Fri, 6 Oct 2017 10:44:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061044.v96AivHb006265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451370 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 451370 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:44:58 -0000 Author: sunpoet Date: Fri Oct 6 10:44:57 2017 New Revision: 451370 URL: https://svnweb.freebsd.org/changeset/ports/451370 Log: Update to 2.10.59 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Fri Oct 6 10:44:51 2017 (r451369) +++ head/devel/rubygem-aws-sdk-resources/Makefile Fri Oct 6 10:44:57 2017 (r451370) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.10.58 +PORTVERSION= 2.10.59 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Fri Oct 6 10:44:51 2017 (r451369) +++ head/devel/rubygem-aws-sdk-resources/distinfo Fri Oct 6 10:44:57 2017 (r451370) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507191129 -SHA256 (rubygem/aws-sdk-resources-2.10.58.gem) = e42695ed4963138f622590278cb9d0f36c8dd022ac7d256ffe581f3472df32fc -SIZE (rubygem/aws-sdk-resources-2.10.58.gem) = 48640 +TIMESTAMP = 1507282187 +SHA256 (rubygem/aws-sdk-resources-2.10.59.gem) = e0ddc358726ed4f86760c16e5fc927ffa2498f07d6e48859b25c381004d77599 +SIZE (rubygem/aws-sdk-resources-2.10.59.gem) = 48640 From owner-svn-ports-all@freebsd.org Fri Oct 6 10:45:04 2017 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 CA627E33723; Fri, 6 Oct 2017 10:45:04 +0000 (UTC) (envelope-from sunpoet@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 93BEB7D672; Fri, 6 Oct 2017 10:45:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96Aj3HN006404; Fri, 6 Oct 2017 10:45:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96Aj3oN006402; Fri, 6 Oct 2017 10:45:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061045.v96Aj3oN006402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:45:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451371 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 451371 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:45:04 -0000 Author: sunpoet Date: Fri Oct 6 10:45:03 2017 New Revision: 451371 URL: https://svnweb.freebsd.org/changeset/ports/451371 Log: Update to 2.10.59 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Fri Oct 6 10:44:57 2017 (r451370) +++ head/devel/rubygem-aws-sdk/Makefile Fri Oct 6 10:45:03 2017 (r451371) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.10.58 +PORTVERSION= 2.10.59 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Fri Oct 6 10:44:57 2017 (r451370) +++ head/devel/rubygem-aws-sdk/distinfo Fri Oct 6 10:45:03 2017 (r451371) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507191136 -SHA256 (rubygem/aws-sdk-2.10.58.gem) = 5500f8887bdd4642bfffaebcf9d5da1dff74fb3f6f25c301b38bc89edce46d23 -SIZE (rubygem/aws-sdk-2.10.58.gem) = 4608 +TIMESTAMP = 1507282194 +SHA256 (rubygem/aws-sdk-2.10.59.gem) = c9f74598943cd140ed4adb34a5041e338bccb3c11dadd7cb2e1a6b12052ead6b +SIZE (rubygem/aws-sdk-2.10.59.gem) = 4608 From owner-svn-ports-all@freebsd.org Fri Oct 6 10:45:11 2017 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 8590FE3375B; Fri, 6 Oct 2017 10:45:11 +0000 (UTC) (envelope-from sunpoet@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 4ECFB7D70D; Fri, 6 Oct 2017 10:45:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AjAME006529; Fri, 6 Oct 2017 10:45:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96AjAda006527; Fri, 6 Oct 2017 10:45:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061045.v96AjAda006527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:45:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451372 - head/devel/rubygem-message_bus X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-message_bus X-SVN-Commit-Revision: 451372 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:45:11 -0000 Author: sunpoet Date: Fri Oct 6 10:45:10 2017 New Revision: 451372 URL: https://svnweb.freebsd.org/changeset/ports/451372 Log: Update to 2.0.8 Changes: https://github.com/SamSaffron/message_bus/blob/master/CHANGELOG Modified: head/devel/rubygem-message_bus/Makefile head/devel/rubygem-message_bus/distinfo Modified: head/devel/rubygem-message_bus/Makefile ============================================================================== --- head/devel/rubygem-message_bus/Makefile Fri Oct 6 10:45:03 2017 (r451371) +++ head/devel/rubygem-message_bus/Makefile Fri Oct 6 10:45:10 2017 (r451372) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= message_bus -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-message_bus/distinfo ============================================================================== --- head/devel/rubygem-message_bus/distinfo Fri Oct 6 10:45:03 2017 (r451371) +++ head/devel/rubygem-message_bus/distinfo Fri Oct 6 10:45:10 2017 (r451372) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507041516 -SHA256 (rubygem/message_bus-2.0.7.gem) = d06d7d6e77176ea1aa3f4bf13c8226ce51e4c9f64689db0e21721d8c0f727512 -SIZE (rubygem/message_bus-2.0.7.gem) = 329728 +TIMESTAMP = 1507282204 +SHA256 (rubygem/message_bus-2.0.8.gem) = dd50b64d52257f618c1748645d7a363b87ed00727c31ea06058b49f47790319b +SIZE (rubygem/message_bus-2.0.8.gem) = 329728 From owner-svn-ports-all@freebsd.org Fri Oct 6 10:45:17 2017 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 EF5D8E337A1; Fri, 6 Oct 2017 10:45:17 +0000 (UTC) (envelope-from sunpoet@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 B3F667D799; Fri, 6 Oct 2017 10:45:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AjGTn006670; Fri, 6 Oct 2017 10:45:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96AjGOZ006667; Fri, 6 Oct 2017 10:45:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061045.v96AjGOZ006667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:45:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451373 - in head/security/rubygem-devise-two-factor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security/rubygem-devise-two-factor: . files X-SVN-Commit-Revision: 451373 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:45:18 -0000 Author: sunpoet Date: Fri Oct 6 10:45:16 2017 New Revision: 451373 URL: https://svnweb.freebsd.org/changeset/ports/451373 Log: Update to 3.0.1 Changes: https://github.com/tinfoil/devise-two-factor/commits/master Modified: head/security/rubygem-devise-two-factor/Makefile head/security/rubygem-devise-two-factor/distinfo head/security/rubygem-devise-two-factor/files/patch-gemspec Modified: head/security/rubygem-devise-two-factor/Makefile ============================================================================== --- head/security/rubygem-devise-two-factor/Makefile Fri Oct 6 10:45:10 2017 (r451372) +++ head/security/rubygem-devise-two-factor/Makefile Fri Oct 6 10:45:16 2017 (r451373) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= devise-two-factor -PORTVERSION= 3.0.0 -PORTREVISION= 2 +PORTVERSION= 3.0.1 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-devise-two-factor/distinfo ============================================================================== --- head/security/rubygem-devise-two-factor/distinfo Fri Oct 6 10:45:10 2017 (r451372) +++ head/security/rubygem-devise-two-factor/distinfo Fri Oct 6 10:45:16 2017 (r451373) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469115414 -SHA256 (rubygem/devise-two-factor-3.0.0.gem) = fa116fcd6e0a94d5a0581e230a9ac286eee8c17299d54e36ad443d5a346f74de -SIZE (rubygem/devise-two-factor-3.0.0.gem) = 27648 +TIMESTAMP = 1507282215 +SHA256 (rubygem/devise-two-factor-3.0.1.gem) = 854f762af6a3715966ccd2d88ef30462c4607b1db4b2f39871ce2fcf72c72b0b +SIZE (rubygem/devise-two-factor-3.0.1.gem) = 28672 Modified: head/security/rubygem-devise-two-factor/files/patch-gemspec ============================================================================== --- head/security/rubygem-devise-two-factor/files/patch-gemspec Fri Oct 6 10:45:10 2017 (r451372) +++ head/security/rubygem-devise-two-factor/files/patch-gemspec Fri Oct 6 10:45:16 2017 (r451373) @@ -1,11 +1,11 @@ ---- devise-two-factor.gemspec.orig 2016-12-31 23:56:23 UTC +--- devise-two-factor.gemspec.orig 2017-10-06 09:46:06 UTC +++ devise-two-factor.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |s| - s.add_runtime_dependency(%q.freeze, [">= 0"]) + s.add_runtime_dependency(%q.freeze, ["< 5.1"]) s.add_runtime_dependency(%q.freeze, ["!= 2", "< 4", ">= 1.3"]) s.add_runtime_dependency(%q.freeze, ["~> 4.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 2.0"]) + s.add_runtime_dependency(%q.freeze, [">= 2.0"]) s.add_development_dependency(%q.freeze, [">= 0"]) + s.add_development_dependency(%q.freeze, [">= 0"]) s.add_development_dependency(%q.freeze, ["> 1.0"]) - s.add_development_dependency(%q.freeze, ["> 3"]) From owner-svn-ports-all@freebsd.org Fri Oct 6 10:45:23 2017 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 6FC46E337CA; Fri, 6 Oct 2017 10:45:23 +0000 (UTC) (envelope-from sunpoet@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 2F8BF7D813; Fri, 6 Oct 2017 10:45:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AjMlX006809; Fri, 6 Oct 2017 10:45:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96AjM04006806; Fri, 6 Oct 2017 10:45:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061045.v96AjM04006806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:45:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451374 - in head/security/rubygem-devise-two-factor-rails50: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security/rubygem-devise-two-factor-rails50: . files X-SVN-Commit-Revision: 451374 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:45:23 -0000 Author: sunpoet Date: Fri Oct 6 10:45:21 2017 New Revision: 451374 URL: https://svnweb.freebsd.org/changeset/ports/451374 Log: Update to 3.0.1 Changes: https://github.com/tinfoil/devise-two-factor/commits/master Modified: head/security/rubygem-devise-two-factor-rails50/Makefile head/security/rubygem-devise-two-factor-rails50/distinfo head/security/rubygem-devise-two-factor-rails50/files/patch-gemspec Modified: head/security/rubygem-devise-two-factor-rails50/Makefile ============================================================================== --- head/security/rubygem-devise-two-factor-rails50/Makefile Fri Oct 6 10:45:16 2017 (r451373) +++ head/security/rubygem-devise-two-factor-rails50/Makefile Fri Oct 6 10:45:21 2017 (r451374) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= devise-two-factor -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails50 Modified: head/security/rubygem-devise-two-factor-rails50/distinfo ============================================================================== --- head/security/rubygem-devise-two-factor-rails50/distinfo Fri Oct 6 10:45:16 2017 (r451373) +++ head/security/rubygem-devise-two-factor-rails50/distinfo Fri Oct 6 10:45:21 2017 (r451374) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469115414 -SHA256 (rubygem/devise-two-factor-3.0.0.gem) = fa116fcd6e0a94d5a0581e230a9ac286eee8c17299d54e36ad443d5a346f74de -SIZE (rubygem/devise-two-factor-3.0.0.gem) = 27648 +TIMESTAMP = 1507282215 +SHA256 (rubygem/devise-two-factor-3.0.1.gem) = 854f762af6a3715966ccd2d88ef30462c4607b1db4b2f39871ce2fcf72c72b0b +SIZE (rubygem/devise-two-factor-3.0.1.gem) = 28672 Modified: head/security/rubygem-devise-two-factor-rails50/files/patch-gemspec ============================================================================== --- head/security/rubygem-devise-two-factor-rails50/files/patch-gemspec Fri Oct 6 10:45:16 2017 (r451373) +++ head/security/rubygem-devise-two-factor-rails50/files/patch-gemspec Fri Oct 6 10:45:21 2017 (r451374) @@ -1,11 +1,11 @@ ---- devise-two-factor.gemspec.orig 2016-12-31 23:56:23 UTC +--- devise-two-factor.gemspec.orig 2017-10-06 09:46:06 UTC +++ devise-two-factor.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |s| - s.add_runtime_dependency(%q.freeze, [">= 0"]) + s.add_runtime_dependency(%q.freeze, ["< 5.1"]) s.add_runtime_dependency(%q.freeze, ["!= 2", "< 4", ">= 1.3"]) s.add_runtime_dependency(%q.freeze, ["~> 4.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 2.0"]) + s.add_runtime_dependency(%q.freeze, [">= 2.0"]) s.add_development_dependency(%q.freeze, [">= 0"]) + s.add_development_dependency(%q.freeze, [">= 0"]) s.add_development_dependency(%q.freeze, ["> 1.0"]) - s.add_development_dependency(%q.freeze, ["> 3"]) From owner-svn-ports-all@freebsd.org Fri Oct 6 10:50:29 2017 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 61709E33840; Fri, 6 Oct 2017 10:50:29 +0000 (UTC) (envelope-from sunpoet@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 063847DECF; Fri, 6 Oct 2017 10:50:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96AoS6N007204; Fri, 6 Oct 2017 10:50:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96AoRGO007201; Fri, 6 Oct 2017 10:50:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710061050.v96AoRGO007201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Oct 2017 10:50:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451375 - head/www/webtrees X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/webtrees X-SVN-Commit-Revision: 451375 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 10:50:29 -0000 Author: sunpoet Date: Fri Oct 6 10:50:27 2017 New Revision: 451375 URL: https://svnweb.freebsd.org/changeset/ports/451375 Log: Update to 1.7.9 Changes: https://wiki.webtrees.net/en/Release_History PR: 222794 Submitted by: J.R. Oldroyd (maintainer) Modified: head/www/webtrees/Makefile head/www/webtrees/distinfo head/www/webtrees/pkg-plist Modified: head/www/webtrees/Makefile ============================================================================== --- head/www/webtrees/Makefile Fri Oct 6 10:45:21 2017 (r451374) +++ head/www/webtrees/Makefile Fri Oct 6 10:50:27 2017 (r451375) @@ -2,21 +2,20 @@ # $FreeBSD$ PORTNAME= webtrees -PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTVERSION= 1.7.9 CATEGORIES= www -MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/${PORTVERSION}/+download/ +MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ MAINTAINER= fbsd@opal.com COMMENT= Online genealogy viewer EXTRACT_AFTER_ARGS= -d ${WRKSRC} -USES= cpe php shebangfix zip:infozip -SHEBANG_FILES= webtrees/library/bombayworks/zendframework1/puppet/scripts/php-build.sh \ - webtrees/library/ezyang/htmlpurifier/maintenance/*.php \ - webtrees/library/ezyang/htmlpurifier/maintenance/*.sh \ - webtrees/library/tecnick.com/tcpdf/tools/tcpdf_addfont.php +USES= cpe php shebangfix zip +SHEBANG_FILES= webtrees/vendor/ezyang/htmlpurifier/maintenance/*.php \ + webtrees/vendor/ezyang/htmlpurifier/maintenance/*.sh \ + webtrees/vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php \ + webtrees/vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php USE_PHP= calendar dom filter gd pcre pdo_mysql session simplexml xml NO_BUILD= yes NO_ARCH= yes @@ -29,7 +28,7 @@ do-install: @(cd ${WRKSRC}/${PORTNAME}; ${FIND} . -not -type d) | ${SORT} | \ ${SED} -ne 's,^${PORTNAME}/,${WWWDIR_REL}/,p' >> ${TMPPLIST} @${ECHO_CMD} \ - '@exec chown -R ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/data' \ + '@postexec chown -R ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/data' \ >> ${TMPPLIST} .include Modified: head/www/webtrees/distinfo ============================================================================== --- head/www/webtrees/distinfo Fri Oct 6 10:45:21 2017 (r451374) +++ head/www/webtrees/distinfo Fri Oct 6 10:50:27 2017 (r451375) @@ -1,2 +1,3 @@ -SHA256 (webtrees-1.6.2.zip) = 98191cc211985761a99d3935320c9dfc04f9e686dbed4dfbb8252561a8ab30b1 -SIZE (webtrees-1.6.2.zip) = 32966215 +TIMESTAMP = 1507287022 +SHA256 (webtrees-1.7.9.zip) = 9eebfefff250135bf68a07a5e7a2693919cec596d756f60762d38a18ede79c31 +SIZE (webtrees-1.7.9.zip) = 32308411 Modified: head/www/webtrees/pkg-plist ============================================================================== --- head/www/webtrees/pkg-plist Fri Oct 6 10:45:21 2017 (r451374) +++ head/www/webtrees/pkg-plist Fri Oct 6 10:50:27 2017 (r451375) @@ -1,4 +1,3 @@ -%%WWWDIR%%/GPL.txt %%WWWDIR%%/README.md %%WWWDIR%%/action.php %%WWWDIR%%/addmedia.php @@ -6,6 +5,7 @@ %%WWWDIR%%/admin_media.php %%WWWDIR%%/admin_media_upload.php %%WWWDIR%%/admin_module_blocks.php +%%WWWDIR%%/admin_module_charts.php %%WWWDIR%%/admin_module_menus.php %%WWWDIR%%/admin_module_reports.php %%WWWDIR%%/admin_module_sidebar.php @@ -19,21 +19,501 @@ %%WWWDIR%%/admin_site_info.php %%WWWDIR%%/admin_site_logs.php %%WWWDIR%%/admin_site_merge.php -%%WWWDIR%%/admin_site_other.php %%WWWDIR%%/admin_site_readme.php %%WWWDIR%%/admin_site_upgrade.php %%WWWDIR%%/admin_trees_check.php %%WWWDIR%%/admin_trees_config.php %%WWWDIR%%/admin_trees_download.php +%%WWWDIR%%/admin_trees_duplicates.php %%WWWDIR%%/admin_trees_export.php %%WWWDIR%%/admin_trees_manage.php %%WWWDIR%%/admin_trees_merge.php %%WWWDIR%%/admin_trees_places.php %%WWWDIR%%/admin_trees_renumber.php +%%WWWDIR%%/admin_trees_unconnected.php %%WWWDIR%%/admin_users.php %%WWWDIR%%/admin_users_bulk.php %%WWWDIR%%/ancestry.php +%%WWWDIR%%/app/Auth.php +%%WWWDIR%%/app/Census/AbstractCensusColumn.php +%%WWWDIR%%/app/Census/AbstractCensusColumnCondition.php +%%WWWDIR%%/app/Census/Census.php +%%WWWDIR%%/app/Census/CensusColumnAge.php +%%WWWDIR%%/app/Census/CensusColumnAgeFemale.php +%%WWWDIR%%/app/Census/CensusColumnAgeFemale5Years.php +%%WWWDIR%%/app/Census/CensusColumnAgeMale.php +%%WWWDIR%%/app/Census/CensusColumnAgeMale5Years.php +%%WWWDIR%%/app/Census/CensusColumnAgeMarried.php +%%WWWDIR%%/app/Census/CensusColumnBirthDate.php +%%WWWDIR%%/app/Census/CensusColumnBirthDay.php +%%WWWDIR%%/app/Census/CensusColumnBirthDayDotMonthYear.php +%%WWWDIR%%/app/Census/CensusColumnBirthDayMonthSlashYear.php +%%WWWDIR%%/app/Census/CensusColumnBirthDaySlashMonth.php +%%WWWDIR%%/app/Census/CensusColumnBirthDaySlashMonthYear.php +%%WWWDIR%%/app/Census/CensusColumnBirthMonth.php +%%WWWDIR%%/app/Census/CensusColumnBirthPlace.php +%%WWWDIR%%/app/Census/CensusColumnBirthPlaceSimple.php +%%WWWDIR%%/app/Census/CensusColumnBirthYear.php +%%WWWDIR%%/app/Census/CensusColumnBornForeignParts.php +%%WWWDIR%%/app/Census/CensusColumnChildrenBornAlive.php +%%WWWDIR%%/app/Census/CensusColumnChildrenDied.php +%%WWWDIR%%/app/Census/CensusColumnChildrenLiving.php +%%WWWDIR%%/app/Census/CensusColumnConditionDanish.php +%%WWWDIR%%/app/Census/CensusColumnConditionEnglish.php +%%WWWDIR%%/app/Census/CensusColumnConditionFrenchFemme.php +%%WWWDIR%%/app/Census/CensusColumnConditionFrenchFille.php +%%WWWDIR%%/app/Census/CensusColumnConditionFrenchGarcon.php +%%WWWDIR%%/app/Census/CensusColumnConditionFrenchHomme.php +%%WWWDIR%%/app/Census/CensusColumnConditionFrenchVeuf.php +%%WWWDIR%%/app/Census/CensusColumnConditionFrenchVeuve.php +%%WWWDIR%%/app/Census/CensusColumnConditionUs.php +%%WWWDIR%%/app/Census/CensusColumnFatherBirthPlace.php +%%WWWDIR%%/app/Census/CensusColumnFatherBirthPlaceSimple.php +%%WWWDIR%%/app/Census/CensusColumnFatherForeign.php +%%WWWDIR%%/app/Census/CensusColumnFullName.php +%%WWWDIR%%/app/Census/CensusColumnGivenNameInitial.php +%%WWWDIR%%/app/Census/CensusColumnGivenNames.php +%%WWWDIR%%/app/Census/CensusColumnInterface.php +%%WWWDIR%%/app/Census/CensusColumnMarriedWithinYear.php +%%WWWDIR%%/app/Census/CensusColumnMonthIfBornWithinYear.php +%%WWWDIR%%/app/Census/CensusColumnMonthIfMarriedWithinYear.php +%%WWWDIR%%/app/Census/CensusColumnMotherBirthPlace.php +%%WWWDIR%%/app/Census/CensusColumnMotherBirthPlaceSimple.php +%%WWWDIR%%/app/Census/CensusColumnMotherForeign.php +%%WWWDIR%%/app/Census/CensusColumnNationality.php +%%WWWDIR%%/app/Census/CensusColumnNull.php +%%WWWDIR%%/app/Census/CensusColumnOccupation.php +%%WWWDIR%%/app/Census/CensusColumnRelationToHead.php +%%WWWDIR%%/app/Census/CensusColumnRelationToHeadGerman.php +%%WWWDIR%%/app/Census/CensusColumnReligion.php +%%WWWDIR%%/app/Census/CensusColumnSexMF.php +%%WWWDIR%%/app/Census/CensusColumnSexMK.php +%%WWWDIR%%/app/Census/CensusColumnSexMZ.php +%%WWWDIR%%/app/Census/CensusColumnSurname.php +%%WWWDIR%%/app/Census/CensusColumnSurnameGivenNameInitial.php +%%WWWDIR%%/app/Census/CensusColumnSurnameGivenNames.php +%%WWWDIR%%/app/Census/CensusColumnYearsMarried.php +%%WWWDIR%%/app/Census/CensusInterface.php +%%WWWDIR%%/app/Census/CensusOfCzechRepublic.php +%%WWWDIR%%/app/Census/CensusOfCzechRepublic1880.php +%%WWWDIR%%/app/Census/CensusOfCzechRepublic1921.php +%%WWWDIR%%/app/Census/CensusOfDenmark.php +%%WWWDIR%%/app/Census/CensusOfDenmark1787.php +%%WWWDIR%%/app/Census/CensusOfDenmark1801.php +%%WWWDIR%%/app/Census/CensusOfDenmark1803.php +%%WWWDIR%%/app/Census/CensusOfDenmark1834.php +%%WWWDIR%%/app/Census/CensusOfDenmark1835.php +%%WWWDIR%%/app/Census/CensusOfDenmark1840.php +%%WWWDIR%%/app/Census/CensusOfDenmark1845.php +%%WWWDIR%%/app/Census/CensusOfDenmark1850.php +%%WWWDIR%%/app/Census/CensusOfDenmark1855.php +%%WWWDIR%%/app/Census/CensusOfDenmark1860.php +%%WWWDIR%%/app/Census/CensusOfDenmark1870.php +%%WWWDIR%%/app/Census/CensusOfDenmark1880.php +%%WWWDIR%%/app/Census/CensusOfDenmark1885.php +%%WWWDIR%%/app/Census/CensusOfDenmark1890.php +%%WWWDIR%%/app/Census/CensusOfDenmark1901.php +%%WWWDIR%%/app/Census/CensusOfDenmark1906.php +%%WWWDIR%%/app/Census/CensusOfDenmark1911.php +%%WWWDIR%%/app/Census/CensusOfDenmark1916.php +%%WWWDIR%%/app/Census/CensusOfDenmark1921.php +%%WWWDIR%%/app/Census/CensusOfDenmark1925.php +%%WWWDIR%%/app/Census/CensusOfDenmark1930.php +%%WWWDIR%%/app/Census/CensusOfDenmark1940.php +%%WWWDIR%%/app/Census/CensusOfDeutschland.php +%%WWWDIR%%/app/Census/CensusOfDeutschland1819.php +%%WWWDIR%%/app/Census/CensusOfDeutschland1867.php +%%WWWDIR%%/app/Census/CensusOfDeutschland1900.php +%%WWWDIR%%/app/Census/CensusOfDeutschland1919.php +%%WWWDIR%%/app/Census/CensusOfDeutschlandNL1867.php +%%WWWDIR%%/app/Census/CensusOfEngland.php +%%WWWDIR%%/app/Census/CensusOfEngland1841.php +%%WWWDIR%%/app/Census/CensusOfEngland1851.php +%%WWWDIR%%/app/Census/CensusOfEngland1861.php +%%WWWDIR%%/app/Census/CensusOfEngland1871.php +%%WWWDIR%%/app/Census/CensusOfEngland1881.php +%%WWWDIR%%/app/Census/CensusOfEngland1891.php +%%WWWDIR%%/app/Census/CensusOfEngland1901.php +%%WWWDIR%%/app/Census/CensusOfEngland1911.php +%%WWWDIR%%/app/Census/CensusOfFrance.php +%%WWWDIR%%/app/Census/CensusOfFrance1831.php +%%WWWDIR%%/app/Census/CensusOfFrance1836.php +%%WWWDIR%%/app/Census/CensusOfFrance1841.php +%%WWWDIR%%/app/Census/CensusOfFrance1846.php +%%WWWDIR%%/app/Census/CensusOfFrance1851.php +%%WWWDIR%%/app/Census/CensusOfFrance1856.php +%%WWWDIR%%/app/Census/CensusOfFrance1861.php +%%WWWDIR%%/app/Census/CensusOfFrance1866.php +%%WWWDIR%%/app/Census/CensusOfFrance1872.php +%%WWWDIR%%/app/Census/CensusOfFrance1876.php +%%WWWDIR%%/app/Census/CensusOfFrance1881.php +%%WWWDIR%%/app/Census/CensusOfFrance1886.php +%%WWWDIR%%/app/Census/CensusOfFrance1891.php +%%WWWDIR%%/app/Census/CensusOfFrance1896.php +%%WWWDIR%%/app/Census/CensusOfFrance1901.php +%%WWWDIR%%/app/Census/CensusOfFrance1906.php +%%WWWDIR%%/app/Census/CensusOfFrance1911.php +%%WWWDIR%%/app/Census/CensusOfFrance1921.php +%%WWWDIR%%/app/Census/CensusOfFrance1926.php +%%WWWDIR%%/app/Census/CensusOfFrance1931.php +%%WWWDIR%%/app/Census/CensusOfFrance1936.php +%%WWWDIR%%/app/Census/CensusOfFrance1946.php +%%WWWDIR%%/app/Census/CensusOfScotland.php +%%WWWDIR%%/app/Census/CensusOfScotland1841.php +%%WWWDIR%%/app/Census/CensusOfScotland1851.php +%%WWWDIR%%/app/Census/CensusOfScotland1861.php +%%WWWDIR%%/app/Census/CensusOfScotland1871.php +%%WWWDIR%%/app/Census/CensusOfScotland1881.php +%%WWWDIR%%/app/Census/CensusOfScotland1891.php +%%WWWDIR%%/app/Census/CensusOfScotland1901.php +%%WWWDIR%%/app/Census/CensusOfScotland1911.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1790.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1800.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1810.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1820.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1830.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1840.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1850.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1860.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1870.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1880.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1890.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1900.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1910.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1920.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1930.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1940.php +%%WWWDIR%%/app/Census/CensusOfWales.php +%%WWWDIR%%/app/Census/CensusOfWales1841.php +%%WWWDIR%%/app/Census/CensusOfWales1851.php +%%WWWDIR%%/app/Census/CensusOfWales1861.php +%%WWWDIR%%/app/Census/CensusOfWales1871.php +%%WWWDIR%%/app/Census/CensusOfWales1881.php +%%WWWDIR%%/app/Census/CensusOfWales1891.php +%%WWWDIR%%/app/Census/CensusOfWales1901.php +%%WWWDIR%%/app/Census/CensusOfWales1911.php +%%WWWDIR%%/app/Census/CensusPlaceInterface.php +%%WWWDIR%%/app/Census/RegisterOfEngland1939.php +%%WWWDIR%%/app/Census/RegisterOfWales1939.php +%%WWWDIR%%/app/ColorGenerator.php +%%WWWDIR%%/app/Config.php +%%WWWDIR%%/app/Controller/AdvancedSearchController.php +%%WWWDIR%%/app/Controller/AjaxController.php +%%WWWDIR%%/app/Controller/AncestryController.php +%%WWWDIR%%/app/Controller/BaseController.php +%%WWWDIR%%/app/Controller/BranchesController.php +%%WWWDIR%%/app/Controller/ChartController.php +%%WWWDIR%%/app/Controller/CompactController.php +%%WWWDIR%%/app/Controller/DescendancyController.php +%%WWWDIR%%/app/Controller/FamilyBookController.php +%%WWWDIR%%/app/Controller/FamilyController.php +%%WWWDIR%%/app/Controller/FanchartController.php +%%WWWDIR%%/app/Controller/GedcomRecordController.php +%%WWWDIR%%/app/Controller/HourglassController.php +%%WWWDIR%%/app/Controller/IndividualController.php +%%WWWDIR%%/app/Controller/LifespanController.php +%%WWWDIR%%/app/Controller/MediaController.php +%%WWWDIR%%/app/Controller/NoteController.php +%%WWWDIR%%/app/Controller/PageController.php +%%WWWDIR%%/app/Controller/PedigreeController.php +%%WWWDIR%%/app/Controller/RelationshipController.php +%%WWWDIR%%/app/Controller/RepositoryController.php +%%WWWDIR%%/app/Controller/SearchController.php +%%WWWDIR%%/app/Controller/SimpleController.php +%%WWWDIR%%/app/Controller/SourceController.php +%%WWWDIR%%/app/Controller/TimelineController.php +%%WWWDIR%%/app/Database.php +%%WWWDIR%%/app/Date.php +%%WWWDIR%%/app/Date/CalendarDate.php +%%WWWDIR%%/app/Date/FrenchDate.php +%%WWWDIR%%/app/Date/GregorianDate.php +%%WWWDIR%%/app/Date/HijriDate.php +%%WWWDIR%%/app/Date/JalaliDate.php +%%WWWDIR%%/app/Date/JewishDate.php +%%WWWDIR%%/app/Date/JulianDate.php +%%WWWDIR%%/app/Date/RomanDate.php +%%WWWDIR%%/app/Fact.php +%%WWWDIR%%/app/Family.php +%%WWWDIR%%/app/File.php +%%WWWDIR%%/app/Filter.php +%%WWWDIR%%/app/FlashMessages.php +%%WWWDIR%%/app/Functions/Functions.php +%%WWWDIR%%/app/Functions/FunctionsCharts.php +%%WWWDIR%%/app/Functions/FunctionsDate.php +%%WWWDIR%%/app/Functions/FunctionsDb.php +%%WWWDIR%%/app/Functions/FunctionsEdit.php +%%WWWDIR%%/app/Functions/FunctionsExport.php +%%WWWDIR%%/app/Functions/FunctionsImport.php +%%WWWDIR%%/app/Functions/FunctionsMedia.php +%%WWWDIR%%/app/Functions/FunctionsPrint.php +%%WWWDIR%%/app/Functions/FunctionsPrintFacts.php +%%WWWDIR%%/app/Functions/FunctionsPrintLists.php +%%WWWDIR%%/app/Functions/FunctionsRtl.php +%%WWWDIR%%/app/GedcomCode/GedcomCodeAdop.php +%%WWWDIR%%/app/GedcomCode/GedcomCodeName.php +%%WWWDIR%%/app/GedcomCode/GedcomCodePedi.php +%%WWWDIR%%/app/GedcomCode/GedcomCodeQuay.php +%%WWWDIR%%/app/GedcomCode/GedcomCodeRela.php +%%WWWDIR%%/app/GedcomCode/GedcomCodeStat.php +%%WWWDIR%%/app/GedcomCode/GedcomCodeTemp.php +%%WWWDIR%%/app/GedcomRecord.php +%%WWWDIR%%/app/GedcomTag.php +%%WWWDIR%%/app/HitCounter.php +%%WWWDIR%%/app/Html.php +%%WWWDIR%%/app/I18N.php +%%WWWDIR%%/app/Individual.php +%%WWWDIR%%/app/Log.php +%%WWWDIR%%/app/Mail.php +%%WWWDIR%%/app/Media.php +%%WWWDIR%%/app/Menu.php +%%WWWDIR%%/app/Module.php +%%WWWDIR%%/app/Module/AbstractModule.php +%%WWWDIR%%/app/Module/AhnentafelReportModule.php +%%WWWDIR%%/app/Module/AlbumModule.php +%%WWWDIR%%/app/Module/AncestorsChartModule.php +%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateBasePlugin.php +%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPlugin.php +%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php +%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateMissingDeathPlugin.php +%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateNameFormatPlugin.php +%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php +%%WWWDIR%%/app/Module/BatchUpdateModule.php +%%WWWDIR%%/app/Module/BirthDeathMarriageReportModule.php +%%WWWDIR%%/app/Module/BirthReportModule.php +%%WWWDIR%%/app/Module/CemeteryReportModule.php +%%WWWDIR%%/app/Module/CensusAssistantModule.php +%%WWWDIR%%/app/Module/ChangeReportModule.php +%%WWWDIR%%/app/Module/ChartsBlockModule.php +%%WWWDIR%%/app/Module/CkeditorModule.php +%%WWWDIR%%/app/Module/ClippingsCart/ClippingsCartController.php +%%WWWDIR%%/app/Module/ClippingsCartModule.php +%%WWWDIR%%/app/Module/CompactTreeChartModule.php +%%WWWDIR%%/app/Module/DeathReportModule.php +%%WWWDIR%%/app/Module/DescendancyChartModule.php +%%WWWDIR%%/app/Module/DescendancyModule.php +%%WWWDIR%%/app/Module/DescendancyReportModule.php +%%WWWDIR%%/app/Module/ExtraInformationModule.php +%%WWWDIR%%/app/Module/FactSourcesReportModule.php +%%WWWDIR%%/app/Module/FamiliesSidebarModule.php +%%WWWDIR%%/app/Module/FamilyBookChartModule.php +%%WWWDIR%%/app/Module/FamilyGroupReportModule.php +%%WWWDIR%%/app/Module/FamilyNavigatorModule.php +%%WWWDIR%%/app/Module/FamilyTreeFavorites/Schema/Migration0.php +%%WWWDIR%%/app/Module/FamilyTreeFavorites/Schema/Migration1.php +%%WWWDIR%%/app/Module/FamilyTreeFavorites/Schema/Migration2.php +%%WWWDIR%%/app/Module/FamilyTreeFavorites/Schema/Migration3.php +%%WWWDIR%%/app/Module/FamilyTreeFavoritesModule.php +%%WWWDIR%%/app/Module/FamilyTreeNews/Schema/Migration0.php +%%WWWDIR%%/app/Module/FamilyTreeNews/Schema/Migration1.php +%%WWWDIR%%/app/Module/FamilyTreeNews/Schema/Migration2.php +%%WWWDIR%%/app/Module/FamilyTreeNewsModule.php +%%WWWDIR%%/app/Module/FamilyTreeStatisticsModule.php +%%WWWDIR%%/app/Module/FanChartModule.php +%%WWWDIR%%/app/Module/FrequentlyAskedQuestionsModule.php +%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration0.php +%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration1.php +%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration2.php +%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration3.php +%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration4.php +%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration5.php +%%WWWDIR%%/app/Module/GoogleMapsModule.php +%%WWWDIR%%/app/Module/HourglassChartModule.php +%%WWWDIR%%/app/Module/HtmlBlockModule.php +%%WWWDIR%%/app/Module/IndividualFactsTabModule.php +%%WWWDIR%%/app/Module/IndividualFamiliesReportModule.php +%%WWWDIR%%/app/Module/IndividualReportModule.php +%%WWWDIR%%/app/Module/IndividualSidebarModule.php +%%WWWDIR%%/app/Module/InteractiveTree/TreeView.php +%%WWWDIR%%/app/Module/InteractiveTreeModule.php +%%WWWDIR%%/app/Module/LifespansChartModule.php +%%WWWDIR%%/app/Module/LoggedInUsersModule.php +%%WWWDIR%%/app/Module/LoginBlockModule.php +%%WWWDIR%%/app/Module/MarriageReportModule.php +%%WWWDIR%%/app/Module/MediaTabModule.php +%%WWWDIR%%/app/Module/MissingFactsReportModule.php +%%WWWDIR%%/app/Module/ModuleBlockInterface.php +%%WWWDIR%%/app/Module/ModuleChartInterface.php +%%WWWDIR%%/app/Module/ModuleConfigInterface.php +%%WWWDIR%%/app/Module/ModuleMenuInterface.php +%%WWWDIR%%/app/Module/ModuleReportInterface.php +%%WWWDIR%%/app/Module/ModuleSidebarInterface.php +%%WWWDIR%%/app/Module/ModuleTabInterface.php +%%WWWDIR%%/app/Module/ModuleThemeInterface.php +%%WWWDIR%%/app/Module/NotesTabModule.php +%%WWWDIR%%/app/Module/OccupationReportModule.php +%%WWWDIR%%/app/Module/OnThisDayModule.php +%%WWWDIR%%/app/Module/PageMenuModule.php +%%WWWDIR%%/app/Module/PedigreeChartModule.php +%%WWWDIR%%/app/Module/PedigreeReportModule.php +%%WWWDIR%%/app/Module/RecentChangesModule.php +%%WWWDIR%%/app/Module/RelatedIndividualsReportModule.php +%%WWWDIR%%/app/Module/RelationshipsChartModule.php +%%WWWDIR%%/app/Module/RelativesTabModule.php +%%WWWDIR%%/app/Module/ResearchTaskModule.php +%%WWWDIR%%/app/Module/ReviewChangesModule.php +%%WWWDIR%%/app/Module/SiteMapModule.php +%%WWWDIR%%/app/Module/SlideShowModule.php +%%WWWDIR%%/app/Module/SourcesTabModule.php +%%WWWDIR%%/app/Module/StatisticsChartModule.php +%%WWWDIR%%/app/Module/StoriesModule.php +%%WWWDIR%%/app/Module/ThemeSelectModule.php +%%WWWDIR%%/app/Module/TimelineChartModule.php +%%WWWDIR%%/app/Module/TopGivenNamesModule.php +%%WWWDIR%%/app/Module/TopPageViewsModule.php +%%WWWDIR%%/app/Module/TopSurnamesModule.php +%%WWWDIR%%/app/Module/UpcomingAnniversariesModule.php +%%WWWDIR%%/app/Module/UserFavoritesModule.php +%%WWWDIR%%/app/Module/UserJournalModule.php +%%WWWDIR%%/app/Module/UserMessagesModule.php +%%WWWDIR%%/app/Module/UserWelcomeModule.php +%%WWWDIR%%/app/Module/WelcomeBlockModule.php +%%WWWDIR%%/app/Module/YahrzeitModule.php +%%WWWDIR%%/app/Note.php +%%WWWDIR%%/app/Place.php +%%WWWDIR%%/app/Query/QueryMedia.php +%%WWWDIR%%/app/Query/QueryName.php +%%WWWDIR%%/app/Report/ReportBase.php +%%WWWDIR%%/app/Report/ReportBaseCell.php +%%WWWDIR%%/app/Report/ReportBaseElement.php +%%WWWDIR%%/app/Report/ReportBaseFootnote.php +%%WWWDIR%%/app/Report/ReportBaseHtml.php +%%WWWDIR%%/app/Report/ReportBaseImage.php +%%WWWDIR%%/app/Report/ReportBaseLine.php +%%WWWDIR%%/app/Report/ReportBasePageheader.php +%%WWWDIR%%/app/Report/ReportBaseText.php +%%WWWDIR%%/app/Report/ReportBaseTextbox.php +%%WWWDIR%%/app/Report/ReportHtml.php +%%WWWDIR%%/app/Report/ReportHtmlCell.php +%%WWWDIR%%/app/Report/ReportHtmlFootnote.php +%%WWWDIR%%/app/Report/ReportHtmlHtml.php +%%WWWDIR%%/app/Report/ReportHtmlImage.php +%%WWWDIR%%/app/Report/ReportHtmlLine.php +%%WWWDIR%%/app/Report/ReportHtmlPageheader.php +%%WWWDIR%%/app/Report/ReportHtmlText.php +%%WWWDIR%%/app/Report/ReportHtmlTextbox.php +%%WWWDIR%%/app/Report/ReportParserBase.php +%%WWWDIR%%/app/Report/ReportParserGenerate.php +%%WWWDIR%%/app/Report/ReportParserSetup.php +%%WWWDIR%%/app/Report/ReportPdf.php +%%WWWDIR%%/app/Report/ReportPdfCell.php +%%WWWDIR%%/app/Report/ReportPdfFootnote.php +%%WWWDIR%%/app/Report/ReportPdfHtml.php +%%WWWDIR%%/app/Report/ReportPdfImage.php +%%WWWDIR%%/app/Report/ReportPdfLine.php +%%WWWDIR%%/app/Report/ReportPdfPageheader.php +%%WWWDIR%%/app/Report/ReportPdfText.php +%%WWWDIR%%/app/Report/ReportPdfTextbox.php +%%WWWDIR%%/app/Report/ReportTcpdf.php +%%WWWDIR%%/app/Repository.php +%%WWWDIR%%/app/Schema/Migration0.php +%%WWWDIR%%/app/Schema/Migration1.php +%%WWWDIR%%/app/Schema/Migration10.php +%%WWWDIR%%/app/Schema/Migration11.php +%%WWWDIR%%/app/Schema/Migration12.php +%%WWWDIR%%/app/Schema/Migration13.php +%%WWWDIR%%/app/Schema/Migration14.php +%%WWWDIR%%/app/Schema/Migration15.php +%%WWWDIR%%/app/Schema/Migration16.php +%%WWWDIR%%/app/Schema/Migration17.php +%%WWWDIR%%/app/Schema/Migration18.php +%%WWWDIR%%/app/Schema/Migration19.php +%%WWWDIR%%/app/Schema/Migration2.php +%%WWWDIR%%/app/Schema/Migration20.php +%%WWWDIR%%/app/Schema/Migration21.php +%%WWWDIR%%/app/Schema/Migration22.php +%%WWWDIR%%/app/Schema/Migration23.php +%%WWWDIR%%/app/Schema/Migration24.php +%%WWWDIR%%/app/Schema/Migration25.php +%%WWWDIR%%/app/Schema/Migration26.php +%%WWWDIR%%/app/Schema/Migration27.php +%%WWWDIR%%/app/Schema/Migration28.php +%%WWWDIR%%/app/Schema/Migration29.php +%%WWWDIR%%/app/Schema/Migration3.php +%%WWWDIR%%/app/Schema/Migration30.php +%%WWWDIR%%/app/Schema/Migration31.php +%%WWWDIR%%/app/Schema/Migration32.php +%%WWWDIR%%/app/Schema/Migration33.php +%%WWWDIR%%/app/Schema/Migration34.php +%%WWWDIR%%/app/Schema/Migration35.php +%%WWWDIR%%/app/Schema/Migration36.php +%%WWWDIR%%/app/Schema/Migration37.php +%%WWWDIR%%/app/Schema/Migration4.php +%%WWWDIR%%/app/Schema/Migration5.php +%%WWWDIR%%/app/Schema/Migration6.php +%%WWWDIR%%/app/Schema/Migration7.php +%%WWWDIR%%/app/Schema/Migration8.php +%%WWWDIR%%/app/Schema/Migration9.php +%%WWWDIR%%/app/Schema/MigrationInterface.php +%%WWWDIR%%/app/Session.php +%%WWWDIR%%/app/Site.php +%%WWWDIR%%/app/Soundex.php +%%WWWDIR%%/app/Source.php +%%WWWDIR%%/app/SpecialChars.php +%%WWWDIR%%/app/SpecialChars/AbstractSpecialChars.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsAf.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsAr.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsCs.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsDa.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsDe.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsEl.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsEn.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsEs.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsEu.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsFi.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsFr.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsGd.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsHaw.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsHe.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsHu.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsInterface.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsIs.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsIt.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsLt.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsNl.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsNn.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsPl.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsPt.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsRu.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsSk.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsSl.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsSv.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsTr.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsVi.php +%%WWWDIR%%/app/Statement.php +%%WWWDIR%%/app/Stats.php +%%WWWDIR%%/app/SurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/DefaultSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/IcelandicSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/LithuanianSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/MatrilinealSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/PaternalSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/PatrilinealSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/PolishSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/PortugueseSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/SpanishSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/SurnameTraditionInterface.php +%%WWWDIR%%/app/Theme.php +%%WWWDIR%%/app/Theme/AbstractTheme.php +%%WWWDIR%%/app/Theme/AdministrationTheme.php +%%WWWDIR%%/app/Theme/CloudsTheme.php +%%WWWDIR%%/app/Theme/ColorsTheme.php +%%WWWDIR%%/app/Theme/FabTheme.php +%%WWWDIR%%/app/Theme/MinimalTheme.php +%%WWWDIR%%/app/Theme/ThemeInterface.php +%%WWWDIR%%/app/Theme/WebtreesTheme.php +%%WWWDIR%%/app/Theme/XeneaTheme.php +%%WWWDIR%%/app/Tree.php +%%WWWDIR%%/app/User.php %%WWWDIR%%/apple-touch-icon.png +%%WWWDIR%%/assets/js-1.7.9/admin.js +%%WWWDIR%%/assets/js-1.7.9/autocomplete.js +%%WWWDIR%%/assets/js-1.7.9/font-awesome-rtl.css +%%WWWDIR%%/assets/js-1.7.9/jquery.colorbox-1.5.14.js +%%WWWDIR%%/assets/js-1.7.9/jquery.colorbox.patch +%%WWWDIR%%/assets/js-1.7.9/jquery.wheelzoom-2.0.0.js +%%WWWDIR%%/assets/js-1.7.9/jquery.wheelzoom.patch +%%WWWDIR%%/assets/js-1.7.9/webtrees.js %%WWWDIR%%/autocomplete.php %%WWWDIR%%/block_edit.php %%WWWDIR%%/branches.php @@ -60,67 +540,14 @@ %%WWWDIR%%/hourglass.php %%WWWDIR%%/hourglass_ajax.php %%WWWDIR%%/import.php -%%WWWDIR%%/includes/config_data.php -%%WWWDIR%%/includes/db_schema/db_schema_10_11.php -%%WWWDIR%%/includes/db_schema/db_schema_11_12.php -%%WWWDIR%%/includes/db_schema/db_schema_12_13.php -%%WWWDIR%%/includes/db_schema/db_schema_13_14.php -%%WWWDIR%%/includes/db_schema/db_schema_14_15.php -%%WWWDIR%%/includes/db_schema/db_schema_15_16.php -%%WWWDIR%%/includes/db_schema/db_schema_16_17.php -%%WWWDIR%%/includes/db_schema/db_schema_17_18.php -%%WWWDIR%%/includes/db_schema/db_schema_18_19.php -%%WWWDIR%%/includes/db_schema/db_schema_19_20.php -%%WWWDIR%%/includes/db_schema/db_schema_1_2.php -%%WWWDIR%%/includes/db_schema/db_schema_20_21.php -%%WWWDIR%%/includes/db_schema/db_schema_21_22.php -%%WWWDIR%%/includes/db_schema/db_schema_22_23.php -%%WWWDIR%%/includes/db_schema/db_schema_23_24.php -%%WWWDIR%%/includes/db_schema/db_schema_24_25.php -%%WWWDIR%%/includes/db_schema/db_schema_25_26.php -%%WWWDIR%%/includes/db_schema/db_schema_26_27.php -%%WWWDIR%%/includes/db_schema/db_schema_27_28.php -%%WWWDIR%%/includes/db_schema/db_schema_28_29.php -%%WWWDIR%%/includes/db_schema/db_schema_2_3.php -%%WWWDIR%%/includes/db_schema/db_schema_3_4.php -%%WWWDIR%%/includes/db_schema/db_schema_4_5.php -%%WWWDIR%%/includes/db_schema/db_schema_5_6.php -%%WWWDIR%%/includes/db_schema/db_schema_6_7.php -%%WWWDIR%%/includes/db_schema/db_schema_7_8.php -%%WWWDIR%%/includes/db_schema/db_schema_8_9.php -%%WWWDIR%%/includes/db_schema/db_schema_9_10.php -%%WWWDIR%%/includes/fonts/DejaVuSans.ttf -%%WWWDIR%%/includes/fonts/LICENSE -%%WWWDIR%%/includes/functions/functions.php -%%WWWDIR%%/includes/functions/functions_charts.php -%%WWWDIR%%/includes/functions/functions_date.php -%%WWWDIR%%/includes/functions/functions_db.php -%%WWWDIR%%/includes/functions/functions_edit.php -%%WWWDIR%%/includes/functions/functions_export.php -%%WWWDIR%%/includes/functions/functions_import.php -%%WWWDIR%%/includes/functions/functions_mediadb.php -%%WWWDIR%%/includes/functions/functions_print.php -%%WWWDIR%%/includes/functions/functions_print_facts.php -%%WWWDIR%%/includes/functions/functions_print_lists.php -%%WWWDIR%%/includes/functions/functions_rtl.php -%%WWWDIR%%/includes/hitcount.php -%%WWWDIR%%/includes/reportheader.php %%WWWDIR%%/includes/session.php -%%WWWDIR%%/includes/specialchars.php +%%WWWDIR%%/includes/session.php-e %%WWWDIR%%/index.php %%WWWDIR%%/index_edit.php %%WWWDIR%%/indilist.php %%WWWDIR%%/individual.php %%WWWDIR%%/inverselink.php -%%WWWDIR%%/js/autocomplete.js -%%WWWDIR%%/js/jquery-1.11.1.js -%%WWWDIR%%/js/jquery-ui-1.11.2.js -%%WWWDIR%%/js/jquery.colorbox-1.5.14.js -%%WWWDIR%%/js/jquery.cookie-1.4.1.js -%%WWWDIR%%/js/jquery.datatables-1.10.3.js -%%WWWDIR%%/js/jquery.jeditable-1.7.3.js -%%WWWDIR%%/js/jquery.wheelzoom-2.0.0.js -%%WWWDIR%%/js/webtrees-1.6.2.js +%%WWWDIR%%/language/af.mo %%WWWDIR%%/language/ar.mo %%WWWDIR%%/language/bg.mo %%WWWDIR%%/language/bs.mo @@ -128,2484 +555,60 @@ %%WWWDIR%%/language/cs.mo %%WWWDIR%%/language/da.mo %%WWWDIR%%/language/de.mo +%%WWWDIR%%/language/dv.mo %%WWWDIR%%/language/el.mo -%%WWWDIR%%/language/en_GB.mo -%%WWWDIR%%/language/en_US.mo +%%WWWDIR%%/language/en-AU.mo +%%WWWDIR%%/language/en-GB.mo +%%WWWDIR%%/language/en-US.mo %%WWWDIR%%/language/es.mo %%WWWDIR%%/language/et.mo -%%WWWDIR%%/language/extra/af.mo -%%WWWDIR%%/language/extra/dv.mo -%%WWWDIR%%/language/extra/en_AU.mo -%%WWWDIR%%/language/extra/fa.mo -%%WWWDIR%%/language/extra/fo.mo -%%WWWDIR%%/language/extra/fr_CA.mo -%%WWWDIR%%/language/extra/gl.mo -%%WWWDIR%%/language/extra/id.mo -%%WWWDIR%%/language/extra/ja.mo -%%WWWDIR%%/language/extra/ka.mo -%%WWWDIR%%/language/extra/ko.mo -%%WWWDIR%%/language/extra/lv.mo -%%WWWDIR%%/language/extra/mi.mo -%%WWWDIR%%/language/extra/ms.mo -%%WWWDIR%%/language/extra/ne.mo -%%WWWDIR%%/language/extra/oc.mo -%%WWWDIR%%/language/extra/ro.mo -%%WWWDIR%%/language/extra/sl.mo -%%WWWDIR%%/language/extra/sr.mo -%%WWWDIR%%/language/extra/sr@Latn.mo -%%WWWDIR%%/language/extra/ta.mo -%%WWWDIR%%/language/extra/tt.mo -%%WWWDIR%%/language/extra/yi.mo -%%WWWDIR%%/language/extra/zh_TW.mo +%%WWWDIR%%/language/fa.mo %%WWWDIR%%/language/fi.mo +%%WWWDIR%%/language/fo.mo +%%WWWDIR%%/language/fr-CA.mo %%WWWDIR%%/language/fr.mo +%%WWWDIR%%/language/gl.mo %%WWWDIR%%/language/he.mo %%WWWDIR%%/language/hr.mo %%WWWDIR%%/language/hu.mo +%%WWWDIR%%/language/id.mo %%WWWDIR%%/language/is.mo %%WWWDIR%%/language/it.mo +%%WWWDIR%%/language/ja.mo +%%WWWDIR%%/language/ka.mo +%%WWWDIR%%/language/ko.mo +%%WWWDIR%%/language/ln.mo %%WWWDIR%%/language/lt.mo +%%WWWDIR%%/language/lv.mo +%%WWWDIR%%/language/mi.mo %%WWWDIR%%/language/mr.mo +%%WWWDIR%%/language/ms.mo %%WWWDIR%%/language/nb.mo +%%WWWDIR%%/language/ne.mo %%WWWDIR%%/language/nl.mo %%WWWDIR%%/language/nn.mo +%%WWWDIR%%/language/oc.mo %%WWWDIR%%/language/pl.mo +%%WWWDIR%%/language/pt-BR.mo %%WWWDIR%%/language/pt.mo -%%WWWDIR%%/language/pt_BR.mo +%%WWWDIR%%/language/ro.mo %%WWWDIR%%/language/ru.mo %%WWWDIR%%/language/sk.mo +%%WWWDIR%%/language/sl.mo +%%WWWDIR%%/language/sq.mo +%%WWWDIR%%/language/sr-Latn.mo +%%WWWDIR%%/language/sr.mo %%WWWDIR%%/language/sv.mo +%%WWWDIR%%/language/sw.mo +%%WWWDIR%%/language/ta.mo +%%WWWDIR%%/language/th.mo %%WWWDIR%%/language/tr.mo +%%WWWDIR%%/language/tt.mo %%WWWDIR%%/language/uk.mo %%WWWDIR%%/language/vi.mo -%%WWWDIR%%/language/zh_CN.mo -%%WWWDIR%%/library/WT/Auth.php -%%WWWDIR%%/library/WT/Controller/AdvancedSearch.php -%%WWWDIR%%/library/WT/Controller/Ajax.php -%%WWWDIR%%/library/WT/Controller/Ancestry.php -%%WWWDIR%%/library/WT/Controller/Base.php -%%WWWDIR%%/library/WT/Controller/Branches.php -%%WWWDIR%%/library/WT/Controller/Chart.php -%%WWWDIR%%/library/WT/Controller/Compact.php -%%WWWDIR%%/library/WT/Controller/Descendancy.php -%%WWWDIR%%/library/WT/Controller/Family.php -%%WWWDIR%%/library/WT/Controller/Familybook.php -%%WWWDIR%%/library/WT/Controller/Fanchart.php -%%WWWDIR%%/library/WT/Controller/GedcomRecord.php -%%WWWDIR%%/library/WT/Controller/Hourglass.php -%%WWWDIR%%/library/WT/Controller/Individual.php -%%WWWDIR%%/library/WT/Controller/Lifespan.php -%%WWWDIR%%/library/WT/Controller/Media.php -%%WWWDIR%%/library/WT/Controller/Note.php -%%WWWDIR%%/library/WT/Controller/Page.php -%%WWWDIR%%/library/WT/Controller/Pedigree.php -%%WWWDIR%%/library/WT/Controller/Repository.php -%%WWWDIR%%/library/WT/Controller/Search.php -%%WWWDIR%%/library/WT/Controller/Simple.php -%%WWWDIR%%/library/WT/Controller/Source.php -%%WWWDIR%%/library/WT/Controller/Timeline.php -%%WWWDIR%%/library/WT/DB.php -%%WWWDIR%%/library/WT/DBStatement.php -%%WWWDIR%%/library/WT/Date.php -%%WWWDIR%%/library/WT/Date/Calendar.php -%%WWWDIR%%/library/WT/Date/French.php -%%WWWDIR%%/library/WT/Date/Gregorian.php -%%WWWDIR%%/library/WT/Date/Hijri.php -%%WWWDIR%%/library/WT/Date/Jalali.php -%%WWWDIR%%/library/WT/Date/Jewish.php -%%WWWDIR%%/library/WT/Date/Julian.php -%%WWWDIR%%/library/WT/Date/Roman.php -%%WWWDIR%%/library/WT/Fact.php -%%WWWDIR%%/library/WT/Family.php -%%WWWDIR%%/library/WT/File.php -%%WWWDIR%%/library/WT/Filter.php -%%WWWDIR%%/library/WT/FlashMessages.php -%%WWWDIR%%/library/WT/Gedcom/Code/Adop.php -%%WWWDIR%%/library/WT/Gedcom/Code/Name.php -%%WWWDIR%%/library/WT/Gedcom/Code/Pedi.php -%%WWWDIR%%/library/WT/Gedcom/Code/Quay.php -%%WWWDIR%%/library/WT/Gedcom/Code/Rela.php -%%WWWDIR%%/library/WT/Gedcom/Code/Stat.php -%%WWWDIR%%/library/WT/Gedcom/Code/Temp.php -%%WWWDIR%%/library/WT/Gedcom/Tag.php -%%WWWDIR%%/library/WT/GedcomRecord.php -%%WWWDIR%%/library/WT/I18N.php -%%WWWDIR%%/library/WT/Individual.php -%%WWWDIR%%/library/WT/Log.php -%%WWWDIR%%/library/WT/Mail.php -%%WWWDIR%%/library/WT/Media.php -%%WWWDIR%%/library/WT/Menu.php -%%WWWDIR%%/library/WT/MenuBar.php -%%WWWDIR%%/library/WT/Module.php -%%WWWDIR%%/library/WT/Module/Block.php -%%WWWDIR%%/library/WT/Module/Chart.php -%%WWWDIR%%/library/WT/Module/Config.php -%%WWWDIR%%/library/WT/Module/Menu.php -%%WWWDIR%%/library/WT/Module/Report.php -%%WWWDIR%%/library/WT/Module/Sidebar.php -%%WWWDIR%%/library/WT/Module/Tab.php -%%WWWDIR%%/library/WT/Module/Theme.php -%%WWWDIR%%/library/WT/Note.php -%%WWWDIR%%/library/WT/Place.php -%%WWWDIR%%/library/WT/Query/Admin.php -%%WWWDIR%%/library/WT/Query/Media.php -%%WWWDIR%%/library/WT/Query/Name.php -%%WWWDIR%%/library/WT/Report/Base.php -%%WWWDIR%%/library/WT/Report/Base_Cell.php -%%WWWDIR%%/library/WT/Report/Base_Element.php -%%WWWDIR%%/library/WT/Report/Base_Footnote.php -%%WWWDIR%%/library/WT/Report/Base_Html.php -%%WWWDIR%%/library/WT/Report/Base_Image.php -%%WWWDIR%%/library/WT/Report/Base_Line.php -%%WWWDIR%%/library/WT/Report/Base_PageHeader.php -%%WWWDIR%%/library/WT/Report/Base_Text.php -%%WWWDIR%%/library/WT/Report/Base_TextBox.php -%%WWWDIR%%/library/WT/Report/HTML.php -%%WWWDIR%%/library/WT/Report/HTML_Cell.php -%%WWWDIR%%/library/WT/Report/HTML_Footnote.php -%%WWWDIR%%/library/WT/Report/HTML_Html.php -%%WWWDIR%%/library/WT/Report/HTML_Image.php -%%WWWDIR%%/library/WT/Report/HTML_Line.php -%%WWWDIR%%/library/WT/Report/HTML_PageHeader.php -%%WWWDIR%%/library/WT/Report/HTML_Text.php -%%WWWDIR%%/library/WT/Report/HTML_TextBox.php -%%WWWDIR%%/library/WT/Report/PDF.php -%%WWWDIR%%/library/WT/Report/PDF_Cell.php -%%WWWDIR%%/library/WT/Report/PDF_Footnote.php -%%WWWDIR%%/library/WT/Report/PDF_Html.php -%%WWWDIR%%/library/WT/Report/PDF_Image.php -%%WWWDIR%%/library/WT/Report/PDF_Line.php -%%WWWDIR%%/library/WT/Report/PDF_PageHeader.php -%%WWWDIR%%/library/WT/Report/PDF_Text.php -%%WWWDIR%%/library/WT/Report/PDF_TextBox.php -%%WWWDIR%%/library/WT/Repository.php -%%WWWDIR%%/library/WT/Site.php -%%WWWDIR%%/library/WT/Soundex.php -%%WWWDIR%%/library/WT/Source.php -%%WWWDIR%%/library/WT/Stats.php -%%WWWDIR%%/library/WT/Tree.php -%%WWWDIR%%/library/WT/User.php -%%WWWDIR%%/library/autoload.php -%%WWWDIR%%/library/bin/uuid -%%WWWDIR%%/library/bin/zf.php -%%WWWDIR%%/library/bin/zf.sh -%%WWWDIR%%/library/bombayworks/zendframework1/CONTRIBUTING.md -%%WWWDIR%%/library/bombayworks/zendframework1/DEVELOPMENT_README.md -%%WWWDIR%%/library/bombayworks/zendframework1/INSTALL.md -%%WWWDIR%%/library/bombayworks/zendframework1/LICENSE.txt -%%WWWDIR%%/library/bombayworks/zendframework1/README-GIT.md -%%WWWDIR%%/library/bombayworks/zendframework1/README.md -%%WWWDIR%%/library/bombayworks/zendframework1/Vagrantfile -%%WWWDIR%%/library/bombayworks/zendframework1/bin/classmap_generator.php -%%WWWDIR%%/library/bombayworks/zendframework1/bin/zf.bat -%%WWWDIR%%/library/bombayworks/zendframework1/bin/zf.php -%%WWWDIR%%/library/bombayworks/zendframework1/bin/zf.sh -%%WWWDIR%%/library/bombayworks/zendframework1/composer.json -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Acl.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Application.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Auth.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Barcode.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Apc.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/BlackHole.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ExtendedInterface.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/File.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Interface.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Libmemcached.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Memcached.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Sqlite.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Static.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Test.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/TwoLevels.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/WinCache.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Xcache.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendPlatform.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendServer.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendServer/Disk.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendServer/ShMem.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Core.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Capture.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Class.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/File.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Function.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Output.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Page.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Manager.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/AbstractFactory.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/AbstractAdapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/SimpleDb.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/SimpleDb/Query.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure/Query.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Document.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/DocumentSet.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Factory.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Query.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/QueryAdapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter/AbstractAdapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter/Ec2.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter/Rackspace.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Factory.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Image.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/ImageList.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Instance.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/InstanceList.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/OperationNotAvailableException.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter/AbstractAdapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter/Sqs.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter/WindowsAzure.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter/ZendQueue.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Factory.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Message.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/MessageSet.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter/FileSystem.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter/Rackspace.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter/S3.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter/WindowsAzure.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Factory.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Config.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/ActionStack.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AjaxContext.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AutoComplete/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AutoCompleteDojo.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AutoCompleteScriptaculous.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Cache.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/ContextSwitch.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/FlashMessenger.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Json.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Redirector.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Url.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/ViewRenderer.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/HelperBroker.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/HelperBroker/PriorityStack.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Interface.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher/Interface.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher/Standard.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Front.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/ActionStack.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/Broker.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/ErrorHandler.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/PutHandler.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Apache404.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Http.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/HttpTestCase.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Simple.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/Cli.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/Http.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/HttpTestCase.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Interface.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Rewrite.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Chain.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Hostname.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Interface.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Module.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Regex.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Static.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Crypt.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Currency.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Date.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Db.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Debug.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Dojo.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Event.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/EventCollection.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/EventDescription.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/EventManager.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/EventManagerAware.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Exception/InvalidArgumentException.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Filter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Filter/FilterIterator.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/FilterChain.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/GlobalEventManager.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/ListenerAggregate.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/ResponseCollection.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/SharedEventCollection.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/SharedEventCollectionAware.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/SharedEventManager.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/StaticEventManager.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Feed.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Alnum.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Alpha.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/BaseName.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Boolean.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Callback.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress/Bz2.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Oct 6 11:13:06 2017 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 C4251E3441C; Fri, 6 Oct 2017 11:13:06 +0000 (UTC) (envelope-from tobik@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 A07187EEF3; Fri, 6 Oct 2017 11:13:06 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96BD5tL019210; Fri, 6 Oct 2017 11:13:05 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96BD5Jn019209; Fri, 6 Oct 2017 11:13:05 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710061113.v96BD5Jn019209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 6 Oct 2017 11:13:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451376 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 451376 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 11:13:06 -0000 Author: tobik Date: Fri Oct 6 11:13:05 2017 New Revision: 451376 URL: https://svnweb.freebsd.org/changeset/ports/451376 Log: Enable depending on Ghostscript in the test phase PR: 219982 Reviewed by: mat Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11114 Modified: head/Mk/Uses/ghostscript.mk Modified: head/Mk/Uses/ghostscript.mk ============================================================================== --- head/Mk/Uses/ghostscript.mk Fri Oct 6 10:50:27 2017 (r451375) +++ head/Mk/Uses/ghostscript.mk Fri Oct 6 11:13:05 2017 (r451376) @@ -4,20 +4,22 @@ # # Feature: ghostscript # Usage: USES=ghostscript or USES=ghostscript:args -# Valid ARGS: , build, run, x11 +# Valid ARGS: , build, run, test, x11 # # version The chooseable versions are 7, 8, 9 and agpl. If no version is # specified version agpl is selected. # # USES=ghostscript:7 # Use Ghostscript 7 -# USES=ghostscript:run # Use the set default Ghostscript as a run dependancy -# USES=ghostscript:8,build # Use ghostscript 8 as a build dependancy. +# USES=ghostscript:run # Use the set default Ghostscript as a run dependency +# USES=ghostscript:8,build # Use ghostscript 8 as a build dependency. # # x11 Indicate that X11 support is required. # build Indicates that Ghostscript is needed at build time and adds # it as BUILD_DEPENDS. # run Indicates that Ghostscript is needed at run time and adds # it as RUN_DEPENDS. +# test Indicates that Ghostscript is needed at test time and adds +# it as TEST_DEPENDS. # # If build and run are omitted, Ghostscript will be added as BUILD_DEPENDS and # RUN_DEPENDS. @@ -34,7 +36,7 @@ _GS_VERSION= 7 8 9 agpl _GS_ARGS= ${ghostscript_ARGS} -.if ${_GS_ARGS:N[789]:Nagpl:Nx11:Nbuild:Nrun} +.if ${_GS_ARGS:N[789]:Nagpl:Nx11:Nbuild:Nrun:Ntest} IGNORE?= Unknown ghostscript argument ${_GS_ARGS} .endif @@ -46,16 +48,20 @@ IGNORE?= Invalid GHOSTSCRIPT_DEFAULT value: ${GHOSTSCR # pollutes the build/run dependency detection .undef _GS_BUILD_DEP .undef _GS_RUN_DEP +.undef _GS_TEST_DEP .if ${_GS_ARGS:Mbuild} _GS_BUILD_DEP= yes .endif .if ${_GS_ARGS:Mrun} _GS_RUN_DEP= yes .endif +.if ${_GS_ARGS:Mtest} +_GS_TEST_DEP= yes +.endif -# The port does not specify a build or run dependency, assume both are -# required. -.if !defined(_GS_BUILD_DEP) && !defined(_GS_RUN_DEP) +# The port does not specify a build, run, or test dependency, assume that +# a build and run dependency is required. +.if !defined(_GS_BUILD_DEP) && !defined(_GS_RUN_DEP) && !defined(_GS_TEST_DEP) _GS_BUILD_DEP= yes _GS_RUN_DEP= yes .endif @@ -89,7 +95,7 @@ _GS_VERSION_MINOR= 7.07_32 _GS_PORT= ghostscript${_GS_SELECTED}-base _GS_X11_PORT= ghostscript${_GS_SELECTED}-x11 -.for type in BUILD RUN +.for type in BUILD RUN TEST .if defined(_GS_${type}_DEP) ${type}_DEPENDS+= ${_GS_PORT}>=${_GS_VERSION_MINOR}:print/${_GS_PORT} .if ${_GS_ARGS:Mx11} From owner-svn-ports-all@freebsd.org Fri Oct 6 11:16:44 2017 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 62A8BE344CB; Fri, 6 Oct 2017 11:16:44 +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 1FE9F7F032; Fri, 6 Oct 2017 11:16:44 +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 v96BGhE9019447; Fri, 6 Oct 2017 11:16:43 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96BGhg1019446; Fri, 6 Oct 2017 11:16:43 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201710061116.v96BGhg1019446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 6 Oct 2017 11:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451377 - head/www/mod_md-devel/files X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/www/mod_md-devel/files X-SVN-Commit-Revision: 451377 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 11:16:44 -0000 Author: brnrd Date: Fri Oct 6 11:16:42 2017 New Revision: 451377 URL: https://svnweb.freebsd.org/changeset/ports/451377 Log: www/mod_md-devel: Add missing patch for Apache 2.4 Added: head/www/mod_md-devel/files/ head/www/mod_md-devel/files/extra-patch-mod_ssl (contents, props changed) Added: head/www/mod_md-devel/files/extra-patch-mod_ssl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_md-devel/files/extra-patch-mod_ssl Fri Oct 6 11:16:42 2017 (r451377) @@ -0,0 +1,284 @@ +https://github.com/icing/mod_md/blob/master/patches/mod_ssl_md-2.4.x-v5.diff + +Fix for using a fallback certificate on initial signup of a +Managed Domain. Requires also a changed mod_ssl patch (v5) to take effect. + +Index: modules/ssl/ssl_engine_init.c +=================================================================== +--- modules/ssl/ssl_engine_init.c (revision 1808124) ++++ modules/ssl/ssl_engine_init.c (working copy) +@@ -164,6 +164,41 @@ + modver, AP_SERVER_BASEVERSION, incver); + } + ++/**************************************************************************************************/ ++/* Managed Domains Interface (temporary here) */ ++ ++APR_DECLARE_OPTIONAL_FN(int, ++ md_is_managed, (struct server_rec *)); ++ ++APR_DECLARE_OPTIONAL_FN(apr_status_t, ++ md_get_credentials, (struct server_rec *, apr_pool_t *, ++ const char **pkeyfile, ++ const char **pcertfile, ++ const char **pchainfile)); ++APR_DECLARE_OPTIONAL_FN(apr_status_t, ++ md_get_certificate, (struct server_rec *, apr_pool_t *, ++ const char **pkeyfile, ++ const char **pcertfile)); ++APR_DECLARE_OPTIONAL_FN(int, ++ md_is_challenge, (struct conn_rec *, const char *, ++ X509 **, EVP_PKEY **)); ++ ++static APR_OPTIONAL_FN_TYPE(md_is_managed) *md_is_managed; ++static APR_OPTIONAL_FN_TYPE(md_get_credentials) *md_get_credentials; ++static APR_OPTIONAL_FN_TYPE(md_get_certificate) *md_get_certificate; ++static APR_OPTIONAL_FN_TYPE(md_is_challenge) *md_is_challenge; ++ ++int ssl_is_challenge(conn_rec *c, const char *servername, ++ X509 **pcert, EVP_PKEY **pkey) ++{ ++ if (md_is_challenge) { ++ return md_is_challenge(c, servername, pcert, pkey); ++ } ++ *pcert = NULL; ++ *pkey = NULL; ++ return 0; ++} ++ + /* + * Per-module initialization + */ +@@ -204,6 +239,18 @@ + ssl_config_global_create(base_server); /* just to avoid problems */ + ssl_config_global_fix(mc); + ++ /* Initialize our interface to mod_md, if it is loaded ++ */ ++ md_is_managed = APR_RETRIEVE_OPTIONAL_FN(md_is_managed); ++ md_get_credentials = APR_RETRIEVE_OPTIONAL_FN(md_get_credentials); ++ md_get_certificate = APR_RETRIEVE_OPTIONAL_FN(md_get_certificate); ++ md_is_challenge = APR_RETRIEVE_OPTIONAL_FN(md_is_challenge); ++ if (!md_is_managed || (!md_get_credentials && !md_get_certificate)) { ++ md_is_managed = NULL; ++ md_get_credentials = NULL; ++ md_get_certificate = NULL; ++ } ++ + /* + * try to fix the configuration and open the dedicated SSL + * logfile as early as possible +@@ -1606,6 +1653,57 @@ + return APR_EGENERAL; + } + ++ ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO() ++ "Init: (%s) mod_md support is %s.", ssl_util_vhostid(p, s), ++ md_is_managed? "available" : "unavailable"); ++ if (md_is_managed && md_is_managed(s)) { ++ modssl_pk_server_t *const pks = sc->server->pks; ++ if (pks->cert_files->nelts > 0 || pks->key_files->nelts > 0) { ++ ap_log_error(APLOG_MARK, APLOG_WARNING, 0, s, APLOGNO() ++ "Init: (%s) You configured certificate/key files on this host, but " ++ "is is covered by a Managed Domain. You need to remove these directives " ++ "for the Managed Domain to take over.", ssl_util_vhostid(p, s)); ++ } ++ else { ++ const char *key_file, *cert_file, *chain_file; ++ ++ key_file = cert_file = chain_file = NULL; ++ ++ if (md_get_certificate) { ++ /* mod_md >= v0.9.0 */ ++ rv = md_get_certificate(s, p, &key_file, &cert_file); ++ } ++ else if (md_get_credentials) { ++ /* mod_md < v0.9.0, remove this after a while */ ++ rv = md_get_credentials(s, p, &key_file, &cert_file, &chain_file); ++ } ++ else { ++ rv = APR_ENOTIMPL; ++ } ++ ++ if (key_file && cert_file) { ++ ap_log_error(APLOG_MARK, APLOG_TRACE1, 0, s, ++ "%s: installing key=%s, cert=%s, chain=%s", ++ ssl_util_vhostid(p, s), key_file, cert_file, chain_file); ++ APR_ARRAY_PUSH(pks->key_files, const char *) = key_file; ++ APR_ARRAY_PUSH(pks->cert_files, const char *) = cert_file; ++ sc->server->cert_chain = chain_file; ++ } ++ ++ if (APR_STATUS_IS_EAGAIN(rv)) { ++ /* Managed Domain not ready yet. This is not a reason to fail the config */ ++ ap_log_error(APLOG_MARK, APLOG_WARNING, 0, s, APLOGNO() ++ "Init: %s will respond with '503 Service Unavailable' for now. This " ++ "host is part of a Managed Domain, but no SSL certificate is " ++ "available (yet).", ssl_util_vhostid(p, s)); ++ pks->service_unavailable = 1; ++ } ++ else if (rv != APR_SUCCESS) { ++ return rv; ++ } ++ } ++ } ++ + if ((rv = ssl_init_ctx(s, p, ptemp, sc->server)) != APR_SUCCESS) { + return rv; + } +Index: modules/ssl/ssl_engine_kernel.c +=================================================================== +--- modules/ssl/ssl_engine_kernel.c (revision 1808124) ++++ modules/ssl/ssl_engine_kernel.c (working copy) +@@ -264,6 +264,15 @@ + return DECLINED; + } + ++ if (sslconn->service_unavailable) { ++ /* This is set when the SSL properties of this connection are ++ * incomplete or if this connection was made to challenge a ++ * particular hostname (ACME). We never serve any request on ++ * such a connection. */ ++ /* TODO: a retry-after indicator would be nice here */ ++ return HTTP_SERVICE_UNAVAILABLE; ++ } ++ + if (sslconn->non_ssl_request == NON_SSL_SET_ERROR_MSG) { + apr_table_setn(r->notes, "error-notes", + "Reason: You're speaking plain HTTP to an SSL-enabled " +@@ -2110,6 +2119,8 @@ + static apr_status_t init_vhost(conn_rec *c, SSL *ssl) + { + const char *servername; ++ X509 *cert; ++ EVP_PKEY *key; + + if (c) { + SSLConnRec *sslcon = myConnConfig(c); +@@ -2126,8 +2137,35 @@ + ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(02043) + "SSL virtual host for servername %s found", + servername); ++ + return APR_SUCCESS; + } ++ else if (ssl_is_challenge(c, servername, &cert, &key)) { ++ ++ sslcon->service_unavailable = 1; ++ if ((SSL_use_certificate(ssl, cert) < 1)) { ++ ap_log_cerror(APLOG_MARK, APLOG_WARNING, 0, c, APLOGNO() ++ "Failed to configure challenge certificate %s", ++ servername); ++ return APR_EGENERAL; ++ } ++ ++ if (!SSL_use_PrivateKey(ssl, key)) { ++ ap_log_cerror(APLOG_MARK, APLOG_WARNING, 0, c, APLOGNO() ++ "error '%s' using Challenge key: %s", ++ ERR_error_string(ERR_peek_last_error(), NULL), ++ servername); ++ return APR_EGENERAL; ++ } ++ ++ if (SSL_check_private_key(ssl) < 1) { ++ ap_log_cerror(APLOG_MARK, APLOG_WARNING, 0, c, APLOGNO() ++ "Challenbge certificate and private key %s " ++ "do not match", servername); ++ return APR_EGENERAL; ++ } ++ ++ } + else { + ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(02044) + "No matching SSL virtual host for servername " +@@ -2233,6 +2271,8 @@ + */ + sslcon->server = s; + sslcon->cipher_suite = sc->server->auth.cipher_suite; ++ sslcon->service_unavailable = sc->server->pks? ++ sc->server->pks->service_unavailable : 0; + + ap_update_child_status_from_server(c->sbh, SERVER_BUSY_READ, c, s); + /* +Index: modules/ssl/ssl_private.h +=================================================================== +--- modules/ssl/ssl_private.h (revision 1808124) ++++ modules/ssl/ssl_private.h (working copy) +@@ -524,6 +524,7 @@ + server_rec *server; + + const char *cipher_suite; /* cipher suite used in last reneg */ ++ int service_unavailable; /* thouugh we negotiate SSL, no requests will be served */ + } SSLConnRec; + + /* BIG FAT WARNING: SSLModConfigRec has unusual memory lifetime: it is +@@ -600,6 +601,9 @@ + * sent in the CertificateRequest message: */ + const char *ca_name_path; + const char *ca_name_file; ++ ++ /* TLS service for this server is suspended */ ++ int service_unavailable; + } modssl_pk_server_t; + + typedef struct { +@@ -1063,6 +1067,9 @@ + * memory. */ + DH *modssl_get_dh_params(unsigned keylen); + ++int ssl_is_challenge(conn_rec *c, const char *servername, ++ X509 **pcert, EVP_PKEY **pkey); ++ + #endif /* SSL_PRIVATE_H */ + /** @} */ + +Index: modules/ssl/ssl_util_ssl.c +=================================================================== +--- modules/ssl/ssl_util_ssl.c (revision 1808124) ++++ modules/ssl/ssl_util_ssl.c (working copy) +@@ -115,6 +115,33 @@ + return rc; + } + ++typedef struct { ++ const char *pass; ++ int pass_len; ++} pass_ctx; ++ ++static int provide_pass(char *buf, int size, int rwflag, void *baton) ++{ ++ pass_ctx *ctx = baton; ++ if (ctx->pass_len > 0) { ++ if (ctx->pass_len < size) { ++ size = (int)ctx->pass_len; ++ } ++ memcpy(buf, ctx->pass, size); ++ } ++ return ctx->pass_len; ++} ++ ++EVP_PKEY *modssl_read_encrypted_pkey(const char *filename, EVP_PKEY **key, ++ const char *pass, apr_size_t pass_len) ++{ ++ pass_ctx ctx; ++ ++ ctx.pass = pass; ++ ctx.pass_len = pass_len; ++ return modssl_read_privatekey(filename, key, provide_pass, &ctx); ++} ++ + /* _________________________________________________________________ + ** + ** Smart shutdown +Index: modules/ssl/ssl_util_ssl.h +=================================================================== +--- modules/ssl/ssl_util_ssl.h (revision 1808124) ++++ modules/ssl/ssl_util_ssl.h (working copy) +@@ -65,6 +65,7 @@ + void *modssl_get_app_data2(SSL *); + void modssl_set_app_data2(SSL *, void *); + EVP_PKEY *modssl_read_privatekey(const char *, EVP_PKEY **, pem_password_cb *, void *); ++EVP_PKEY *modssl_read_encrypted_pkey(const char *, EVP_PKEY **, const char *, apr_size_t); + int modssl_smart_shutdown(SSL *ssl); + BOOL modssl_X509_getBC(X509 *, int *, int *); + char *modssl_X509_NAME_ENTRY_to_string(apr_pool_t *p, X509_NAME_ENTRY *xsne); From owner-svn-ports-all@freebsd.org Fri Oct 6 11:18:37 2017 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 E014EE3454C; Fri, 6 Oct 2017 11:18:37 +0000 (UTC) (envelope-from tobik@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 9A9417F12F; Fri, 6 Oct 2017 11:18:37 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96BIaqo020114; Fri, 6 Oct 2017 11:18:36 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96BIaqL020104; Fri, 6 Oct 2017 11:18:36 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710061118.v96BIaqL020104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 6 Oct 2017 11:18:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451378 - in head: astro/xplanet graphics/netpbm graphics/netpbm/files graphics/ppminfo graphics/ppminfo/files graphics/tumble graphics/urt multimedia/subtitleripper palm/imgvtopgm palm... X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: astro/xplanet graphics/netpbm graphics/netpbm/files graphics/ppminfo graphics/ppminfo/files graphics/tumble graphics/urt multimedia/subtitleripper palm/imgvtopgm palm/ppmtoTbmp X-SVN-Commit-Revision: 451378 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 11:18:38 -0000 Author: tobik Date: Fri Oct 6 11:18:35 2017 New Revision: 451378 URL: https://svnweb.freebsd.org/changeset/ports/451378 Log: graphics/netpbm: Update to 10.80.00 - This moves netpbm to the advanced release series, which brings the port closer to what is available on OpenBSD, Fedora, Arch Linux, openSUSE, etc. and will let us get rid of patches for supporting newer libpng versions. - The advanced release series is only available via an SVN checkout. Add two maintenance targets netpbm-version-check and netpbm-fetch to make fetching them easier. To generate release tarballs the sources are then tagged and committed to https://github.com/t6/netpbm - Add STATIC option for linking all programs statically to allow running them in small chroots - Add option to disable adding a Perl run dependency. Only a fraction of all programs need it. Some are compatibility shims for newer programs which should be used instead. The following programs require Perl: pamfixtrunc pbmtox10bm pgmcrater pnmflip pnmquant pnmquantall ppmfade ppmquant ppmrainbow ppmshadow - Disable building svgtopam by default. It's the only program that requires libxml2 and is obsolete according to the author. - Install manpages by default - Allow running of the test suite via `make test` - Headers have been moved to ${LOCALBASE}/include/netpbm. Fix ports that expect them to be in ${LOCALBASE}/include Changes: https://raw.githubusercontent.com/t6/netpbm/v10.80.00/doc/HISTORY PR: 219982 Reviewed by: mat Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11157 Added: head/graphics/netpbm/files/config.mk (contents, props changed) head/graphics/netpbm/files/patch-lib_libpm.c (contents, props changed) head/graphics/ppminfo/files/ head/graphics/ppminfo/files/patch-pi.c (contents, props changed) Deleted: head/graphics/netpbm/files/Makefile.config.FreeBSD head/graphics/netpbm/files/patch-GNUmakefile head/graphics/netpbm/files/patch-Makefile.common head/graphics/netpbm/files/patch-jpeg.c head/graphics/netpbm/files/patch-lib-Makefile head/graphics/netpbm/files/patch-lib-libpbm3.c head/graphics/netpbm/files/patch-lib-libpm.c head/graphics/netpbm/files/patch-lib-libsystem.c head/graphics/netpbm/files/patch-lib-util-pm_c_util.h head/graphics/netpbm/files/patch-pamrgbatopng.c head/graphics/netpbm/files/patch-pm_config.in.h head/graphics/netpbm/files/patch-pngtopnm.c head/graphics/netpbm/files/patch-pngtxt.c head/graphics/netpbm/files/patch-pngtxt.h head/graphics/netpbm/files/patch-pnmtopng.c head/graphics/netpbm/files/patch-ppmquantall head/graphics/netpbm/files/patch-ppmquantall.csh head/graphics/netpbm/files/patch-ppmtompeg-Makefile Modified: head/astro/xplanet/Makefile head/graphics/netpbm/Makefile head/graphics/netpbm/distinfo head/graphics/netpbm/pkg-descr head/graphics/netpbm/pkg-plist head/graphics/ppminfo/Makefile head/graphics/tumble/Makefile head/graphics/urt/Makefile head/multimedia/subtitleripper/Makefile head/palm/imgvtopgm/Makefile head/palm/ppmtoTbmp/Makefile Modified: head/astro/xplanet/Makefile ============================================================================== --- head/astro/xplanet/Makefile Fri Oct 6 11:16:42 2017 (r451377) +++ head/astro/xplanet/Makefile Fri Oct 6 11:18:35 2017 (r451378) @@ -3,7 +3,7 @@ PORTNAME= xplanet PORTVERSION= 1.3.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= astro geography MASTER_SITES= SF @@ -11,11 +11,11 @@ MAINTAINER= novel@FreeBSD.org COMMENT= Draw pictures of the earth textured by an image GNU_CONFIGURE= yes -USES= iconv +USES= iconv localbase USE_XORG= xt xscrnsaver CONFIGURE_ARGS= --with-map-extension=jpg -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lm +CPPFLAGS+= -I${LOCALBASE}/include/netpbm +LIBS+= -lm OPTIONS_DEFINE= FREETYPE PANGO GIF JPEG PNG PNM TIFF OPTIONS_DEFAULT= FREETYPE PANGO GIF JPEG PNG PNM TIFF Modified: head/graphics/netpbm/Makefile ============================================================================== --- head/graphics/netpbm/Makefile Fri Oct 6 11:16:42 2017 (r451377) +++ head/graphics/netpbm/Makefile Fri Oct 6 11:18:35 2017 (r451378) @@ -2,71 +2,147 @@ # $FreeBSD$ PORTNAME= netpbm -PORTVERSION= 10.35.98 +DISTVERSIONPREFIX= v +DISTVERSION= 10.80.00 CATEGORIES= graphics -MASTER_SITES= SF/netpbm/super_stable/${PORTVERSION} \ - LOCAL/dinoex/:man -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= tobik@FreeBSD.org COMMENT= Toolkit for conversion of images between different formats -LIB_DEPENDS= libtiff.so:graphics/tiff \ - libpng.so:graphics/png \ - libjbig.so:graphics/jbigkit \ - libjasper.so:graphics/jasper \ - libxml2.so:textproc/libxml2 +LICENSE= IJG GPLv2 LGPL21 MIT PD +LICENSE_COMB= multi +LICENSE_NAME_IJG= Independent JPEG Group License +LICENSE_FILE_IJG= ${WRKSRC}/doc/copyright_summary +LICENSE_PERMS_IJG= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= gmake jpeg perl5 shebangfix tar:tgz -SHEBANG_FILES= editor/pnmflip editor/pnmquant editor/ppmfade \ - editor/ppmquant editor/ppmshadow generator/ppmrainbow -MAKEFILE= GNUmakefile -MAKE_ENV= LN="${LN}" RANLIB="${RANLIB}" -INSTALL_TARGET= install.bin install.lib install.data install-dev +TEST_DEPENDS= bash:shells/bash + +# The port follows the advanced release series. Upstream does not +# create tarballs for them, so we have to roll our own. See +# http://netpbm.sourceforge.net/getting_netpbm.php. To checkout the +# sources yourself see the netpbm-version-check and netpbm-fetch +# targets below. The sources are then pushed to t6/netpbm and tagged +# on GitHub. +USES= ghostscript:test gmake perl5 shebangfix +USE_GITHUB= yes +GH_ACCOUNT= t6 USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes +USE_PERL5= build test -CFLAGS+= -DPNG_DEPSTRUCT= -Iutil +SHEBANG_FILES= buildtools/makeman editor/pnmflip editor/pnmquant \ + editor/ppmfade editor/ppmquant editor/ppmshadow \ + generator/ppmrainbow converter/pbm/pbmtox10bm \ + test/Execute-Tests test/*.test test/Available-Testprog -OPTIONS_DEFINE= X11 MANPAGES DOCS -OPTIONS_SUB= yes +MAKEFILE= GNUmakefile +INSTALL_TARGET= install.bin install.lib install.data install.hdr \ + install.staticlib +MAKE_ARGS= pkgdir=${STAGEDIR}${PREFIX} \ + BINMODE=${BINMODE} \ + SHAREMODE=${SHAREMODE} \ + DATAMODE=${_SHAREMODE} \ + DIRMODE=755 \ + MANMODE=${MANMODE} \ + DATADIR=${DATADIR} +TEST_ARGS= pkgdir="${STAGEDIR}${PREFIX}" \ + resultdir="${WRKDIR}/tests" \ + RGBDEF="${STAGEDIR}${PREFIX}/share/netpbm/rgb.txt" +TEST_TARGET= check -X11_USE= xorg=x11 -X11_MAKE_ENV= WITH_X11=yes +# tiff-flate-lzw-roundtrip's checksums are different on FreeBSD so the +# test fails. The resulting and intermediary images look fine in +# spite of this. +DISABLED_TESTS= all-in-place tiff-flate-lzw-roundtrip ppmgauss \ + palm-roundtrip pamtopdbimg -MANPAGES_DISTFILES= netpbm-manpages-2013-03-09${EXTRACT_SUFX}:man +OPTIONS_DEFAULT= MANPAGES PERL +OPTIONS_DEFINE= MANPAGES PERL STATIC SVGTOPAM X11 +OPTIONS_SUB= yes -post-extract-X11-off: - @-${RM} ${WRKDIR}/doc/pamx.1 # only relevant for MANPAGES=on +MANPAGES_GH_TUPLE= t6:netpbm-userguide:r2996:userguide +MANPAGES_USES= python:build,2.7 +PERL_USE= PERL5=run +STATIC_BUILD_DEPENDS= tiff>0:graphics/tiff \ + png>0:graphics/png \ + jbigkit>0:graphics/jbigkit \ + jasper>0:graphics/jasper +STATIC_LIB_DEPENDS_OFF= libtiff.so:graphics/tiff \ + libpng.so:graphics/png \ + libjbig.so:graphics/jbigkit \ + libjasper.so:graphics/jasper +STATIC_USES= jpeg:build +STATIC_USES_OFF= jpeg +SVGTOPAM_DESC= Build svgtopam +SVGTOPAM_USE= GNOME=libxml2 +SVGTOPAM_VARS_OFF= DISABLED_TESTS+=svgtopam +X11_USE= XORG=x11,xcb,xau,xdmcp post-patch: - @${REINPLACE_CMD} -e 's|doc/USERDOC|${DOCSDIR}/USERDOC|g' \ - ${WRKSRC}/doc/netpbm.1 - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/pm_config.in.h - @${REINPLACE_CMD} -e 's|^SCRIPTS =.*|SCRIPTS =|' ${WRKSRC}/GNUmakefile - @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/lib/pm.h - @${REINPLACE_CMD} -e 's| jpeg2000||g' \ - ${WRKSRC}/converter/other/Makefile + @${REINPLACE_CMD} -e 's|misc|share/netpbm|g' ${WRKSRC}/common.mk + @${REINPLACE_CMD} -e 's|$$(PKGDIR)/link|$$(PKGDIR)/lib|g' \ + -e 's|pkg-config|false|g' \ + ${WRKSRC}/GNUmakefile ${WRKSRC}/lib/Makefile +.for test in ${DISABLED_TESTS} + @${REINPLACE_CMD} -e '/${test}/d' ${WRKSRC}/test/Test-Order +.endfor +post-patch-STATIC-on: + @${REINPLACE_CMD} 's|$$(LD)|$$(LD) -static|g' ${WRKSRC}/common.mk + +# Disable building svgtopam by default. It is the only program that +# requires libxml2 and it is not useful in this day and age according +# to the author. See the top of converter/other/svgtopam.c for more +# details. +post-patch-SVGTOPAM-off: + @${REINPLACE_CMD} '/svgtopam/d' ${WRKSRC}/converter/other/Makefile + +post-patch-X11-off: + @${REINPLACE_CMD} '/pamx/d' ${WRKSRC}/other/Makefile + do-configure: - ${CP} ${PATCHDIR}/Makefile.config.FreeBSD ${WRKSRC}/Makefile.config - ${LN} -sf ${WRKSRC}/lib/util/shhopt.h ${WRKSRC}/lib/util/pm_shhopt.h - ${LN} -sf ${WRKSRC}/lib/util/nstring.h ${WRKSRC}/lib/util/pm_nstring.h - cd ${WRKSRC} && buildtools/stamp-date > ${WRKSRC}/lib/compile.h + @${CAT} ${WRKSRC}/config.mk.in ${FILESDIR}/config.mk > ${WRKSRC}/config.mk +post-build-MANPAGES-on: + @cd ${WRKSRC_userguide} && ${WRKSRC}/buildtools/makeman *.html + @cd ${WRKSRC_userguide} && ${MV} index.1 netpbm.1 +# Remove broken manpages + @cd ${WRKSRC_userguide} && ${RM} directory.1 liberror.1 \ + libnetpbm_dir.1 libsystem.3 libtmpfile.3 libtmpfilefd.3 \ + ppmsvgalib.1 vidtoppm.1 extendedopacity.5 + post-install: - ${INSTALL_DATA} ${WRKSRC}/lib/util/pm_c_util.h ${STAGEDIR}${PREFIX}/include/ - ${INSTALL_MAN} ${WRKSRC}/doc/netpbm.1 ${STAGEDIR}${PREFIX}/man/man1/ + @cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libnetpbm.so.11 libnetpbm.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetpbm.so + @${RM} ${STAGEDIR}${PREFIX}/bin/manweb + ${INSTALL_DATA} ${WRKSRC}/lib/util/pm_c_util.h ${WRKSRC}/pm_config.h \ + ${STAGEDIR}${PREFIX}/include/netpbm post-install-MANPAGES-on: - ${INSTALL_MAN} ${WRKDIR}/doc/*.1 ${STAGEDIR}${PREFIX}/man/man1/ - ${INSTALL_MAN} ${WRKDIR}/doc/*.3 ${STAGEDIR}${PREFIX}/man/man3/ - ${INSTALL_MAN} ${WRKDIR}/doc/*.5 ${STAGEDIR}${PREFIX}/man/man5/ + ${INSTALL_MAN} ${WRKSRC_userguide}/*.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC_userguide}/*.3 ${STAGEDIR}${PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC_userguide}/*.5 ${STAGEDIR}${PREFIX}/man/man5 -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/USERDOC ${STAGEDIR}${DOCSDIR}/ +.if defined(DEVELOPER) +# A lot of this is stolen from the netpbm OpenBSD port +NETPBM_REPO= https://svn.code.sf.net/p/netpbm/code +NETPBM_SERIES= advanced + +netpbm-version-check: + @REV=`svnlite info ${NETPBM_REPO}/${NETPBM_SERIES}/version.mk | sed -n 's/Last Changed Rev: //p'`; \ + VERSION=`(svnlite cat -r$$REV ${NETPBM_REPO}/${NETPBM_SERIES}/version.mk; \ + echo 'all:'; \ + echo ' @printf "%02d.%02d.%02d" \'; \ + echo ' $${NETPBM_MAJOR_RELEASE} \' ; \ + echo ' $${NETPBM_MINOR_RELEASE} \' ; \ + echo ' $${NETPBM_POINT_RELEASE} \' ; \ + ) | make -f -`; \ + case `pkg version -t ${PORTVERSION} $$VERSION` in \ + '>') echo "Port version is greater than latest release $$VERSION"; exit 1 ;; \ + '<') echo "Run 'make NETPBM_REV=$$REV netpbm-fetch' to download netpbm $$VERSION" ;; \ + esac + +netpbm-fetch: + @svnlite export --force -r${NETPBM_REV} ${NETPBM_REPO}/${NETPBM_SERIES} netpbm-r${NETPBM_REV} +.endif .include Modified: head/graphics/netpbm/distinfo ============================================================================== --- head/graphics/netpbm/distinfo Fri Oct 6 11:16:42 2017 (r451377) +++ head/graphics/netpbm/distinfo Fri Oct 6 11:18:35 2017 (r451378) @@ -1,4 +1,5 @@ -SHA256 (netpbm-10.35.98.tgz) = 0b396f3e6495892a1da6785bcf2e1cde693ffdbef1fb1f44d60486880212825a -SIZE (netpbm-10.35.98.tgz) = 2560129 -SHA256 (netpbm-manpages-2013-03-09.tgz) = 430a9c5becbc55e2fed832fa40d9fb050ac6ad426cbf39dc73af5d6be37f8cd6 -SIZE (netpbm-manpages-2013-03-09.tgz) = 1464320 +TIMESTAMP = 1506804540 +SHA256 (t6-netpbm-v10.80.00_GH0.tar.gz) = a066b36aab18fcb1601aa192872b0282bf74dba65ab7cfdfd13cb0a2a4bb8148 +SIZE (t6-netpbm-v10.80.00_GH0.tar.gz) = 2774451 +SHA256 (t6-netpbm-userguide-r2996_GH0.tar.gz) = a8d5ec3e74cea12f55a797ac0fe5a0f79d9adf578fa2762a7b569e2f1aaa105b +SIZE (t6-netpbm-userguide-r2996_GH0.tar.gz) = 715558 Added: head/graphics/netpbm/files/config.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/netpbm/files/config.mk Fri Oct 6 11:18:35 2017 (r451378) @@ -0,0 +1,33 @@ +# $FreeBSD$ +CFLAGS_SHLIB += -fPIC +DEFAULT_TARGET = nonmerge +INSTALL_PERM_BIN = $(BINMODE) +INSTALL_PERM_DATA = $(DATAMODE) +INSTALL_PERM_HDR = $(DATAMODE) +INSTALL_PERM_LIBD = $(DIRMODE) +INSTALL_PERM_LIBS = $(SHAREMODE) +INSTALL_PERM_MAN = $(MANMODE) +JASPERHDR_DIR = $(LOCALBASE)/include +JASPERLIB = -L$(LOCALBASE)/lib -ljasper -ljpeg +JBIGHDR_DIR = $(LOCALBASE)/include +JBIGLIB = -L$(LOCALBASE)/lib -ljbig +JPEGHDR_DIR = $(LOCALBASE)/include +JPEGLIB = -L$(LOCALBASE)/lib -ljpeg +LINKERISCOMPILER = Y +NETPBMLIBSUFFIX = so +NETPBMLIBTYPE = unixshared +NETPBM_DOCURL = http://netpbm.sourceforge.net/doc/ +PNGHDR_DIR = $(LOCALBASE)/include +PNGLIB = -L$(LOCALBASE)/lib -lpng +RGB_DB_PATH = $(DATADIR)/rgb.txt:$(LOCALBASE)/lib/X11/rgb.txt +STATICLIB_TOO = Y +TIFFHDR_DIR = $(LOCALBASE)/include +TIFFLIB = -L$(LOCALBASE)/lib -ltiff -llzma -ljbig +X11HDR_DIR = $(LOCALBASE)/include +X11LIB = -L$(LOCALBASE)/lib -lX11 -lxcb -lXau -lXdmcp +ZLIB = -lz +# Don't use pkg-config. It leads to all sorts of "fun" results when +# trying to link netpbm's programs statically. This is only an issue +# when building the port outside of Poudriere/Synth. +PKG_CONFIG = false +PNGVER = PKGCONFIG_NO_THANKS Added: head/graphics/netpbm/files/patch-lib_libpm.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/netpbm/files/patch-lib_libpm.c Fri Oct 6 11:18:35 2017 (r451378) @@ -0,0 +1,19 @@ +--- lib/libpm.c.orig 2017-06-10 22:23:50 UTC ++++ lib/libpm.c +@@ -18,6 +17,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -824,7 +824,7 @@ pm_arg0toprogname(const char arg0[]) { + unsigned int + pm_randseed(void) { + +- return time(NULL) ^ getpid(); ++ return arc4random(); + + } + Modified: head/graphics/netpbm/pkg-descr ============================================================================== --- head/graphics/netpbm/pkg-descr Fri Oct 6 11:16:42 2017 (r451377) +++ head/graphics/netpbm/pkg-descr Fri Oct 6 11:18:35 2017 (r451378) @@ -1,10 +1,10 @@ -Netpbm is a toolkit for conversion of images between a variety of -different formats, as well as to allow a few basic image operations. -Netpbm is based on the widely spread Pbmplus package (release: 10 Dec -91). On top of that, a lot of improvements and additions have been -made. After the latest release of Pbmplus, a lot of additional filters -have been circulating on the net. The aim of Netpbm was, to collect -these and to turn them into a package. This work has been performed by -a group of programmers all over the world. +Netpbm is a toolkit for manipulation of graphic images, including +conversion of images between a variety of different formats. There +are over 300 separate tools in the package including converters for +about 100 graphics formats. + +Examples of supported image manipulations: Shrinking an image by 10%; +Cutting the top half off of an image; Making a mirror image; Creating +a sequence of images that fade from one image to another. WWW: http://netpbm.sourceforge.net/ Modified: head/graphics/netpbm/pkg-plist ============================================================================== --- head/graphics/netpbm/pkg-plist Fri Oct 6 11:16:42 2017 (r451377) +++ head/graphics/netpbm/pkg-plist Fri Oct 6 11:18:35 2017 (r451378) @@ -2,11 +2,13 @@ bin/411toppm bin/anytopnm bin/asciitopgm bin/atktopbm +bin/avstopam bin/bioradtopgm bin/bmptopnm bin/bmptoppm bin/brushtopbm bin/cameratopam +bin/cistopbm bin/cmuwmtopbm bin/ddbugtopbm bin/escp2topbm @@ -27,6 +29,7 @@ bin/ilbmtoppm bin/imgtoppm bin/infotopam bin/jbigtopnm +bin/jpeg2ktopam bin/jpegtopnm bin/leaftoppm bin/lispmtopgm @@ -39,9 +42,11 @@ bin/neotoppm bin/palmtopnm bin/pamaddnoise bin/pamarith +bin/pambackground bin/pambayer bin/pamchannel bin/pamcomp +bin/pamcrater bin/pamcut bin/pamdeinterlace bin/pamdepth @@ -50,7 +55,10 @@ bin/pamditherbw bin/pamedge bin/pamendian bin/pamenlarge +bin/pamexec bin/pamfile +bin/pamfix +%%PERL%%bin/pamfixtrunc bin/pamflip bin/pamfunc bin/pamgauss @@ -58,15 +66,21 @@ bin/pamgradient bin/pamlookup bin/pammasksharpen bin/pammixinterlace +bin/pammosaicknit bin/pamoil +bin/pampaintspill bin/pamperspective bin/pampick bin/pampop9 +bin/pamrecolor bin/pamrgbatopng +bin/pamrubber bin/pamscale bin/pamseq +bin/pamshadedrelief bin/pamsharpmap bin/pamsharpness +bin/pamsistoaglyph bin/pamslice bin/pamsplit bin/pamstack @@ -75,24 +89,40 @@ bin/pamstretch bin/pamstretch-gen bin/pamsumm bin/pamsummcol +bin/pamtable bin/pamthreshold bin/pamtilt +bin/pamtoavs bin/pamtodjvurle bin/pamtofits +bin/pamtogif bin/pamtohdiff bin/pamtohtmltbl +bin/pamtojpeg2k +bin/pamtompfont +bin/pamtooctaveimg +bin/pamtopam +bin/pamtopdbimg bin/pamtopfm +bin/pamtopng bin/pamtopnm +bin/pamtosrf bin/pamtosvg bin/pamtotga bin/pamtotiff bin/pamtouil +bin/pamtowinicon bin/pamtoxvmini +bin/pamundice +bin/pamunlookup +bin/pamvalidate +bin/pamwipeout %%X11%%bin/pamx bin/pbmclean bin/pbmlife bin/pbmmake bin/pbmmask +bin/pbmminkowski bin/pbmpage bin/pbmpscale bin/pbmreduce @@ -103,6 +133,7 @@ bin/pbmto4425 bin/pbmtoascii bin/pbmtoatk bin/pbmtobbnbg +bin/pbmtocis bin/pbmtocmuwm bin/pbmtodjvurle bin/pbmtoepsi @@ -111,6 +142,7 @@ bin/pbmtoescp2 bin/pbmtog3 bin/pbmtogem bin/pbmtogo +bin/pbmtoibm23xx bin/pbmtoicon bin/pbmtolj bin/pbmtoln03 @@ -128,8 +160,9 @@ bin/pbmtoplot bin/pbmtoppa bin/pbmtopsg3 bin/pbmtoptx +bin/pbmtosunicon bin/pbmtowbmp -bin/pbmtox10bm +%%PERL%%bin/pbmtox10bm bin/pbmtoxbm bin/pbmtoybm bin/pbmtozinc @@ -137,10 +170,11 @@ bin/pbmupc bin/pc1toppm bin/pcdovtoppm bin/pcxtoppm +bin/pdbimgtopam bin/pfmtopam bin/pgmabel bin/pgmbentley -bin/pgmcrater +%%PERL%%bin/pgmcrater bin/pgmdeshadow bin/pgmedge bin/pgmenhance @@ -161,11 +195,14 @@ bin/pgmtolispm bin/pgmtopbm bin/pgmtopgm bin/pgmtoppm +bin/pgmtosbig +bin/pgmtost4 bin/pi1toppm bin/pi3topbm bin/picttoppm bin/pjtoppm bin/pktopbm +bin/pngtopam bin/pngtopnm bin/pnmalias bin/pnmarith @@ -178,7 +215,7 @@ bin/pnmcut bin/pnmdepth bin/pnmenlarge bin/pnmfile -bin/pnmflip +%%PERL%%bin/pnmflip bin/pnmgamma bin/pnmhisteq bin/pnmhistmap @@ -186,6 +223,7 @@ bin/pnmindex bin/pnminterp bin/pnminvert bin/pnmmargin +bin/pnmmercator bin/pnmmontage bin/pnmnlfilt bin/pnmnoraw @@ -193,7 +231,8 @@ bin/pnmnorm bin/pnmpad bin/pnmpaste bin/pnmpsnr -bin/pnmquant +%%PERL%%bin/pnmquant +%%PERL%%bin/pnmquantall bin/pnmremap bin/pnmrotate bin/pnmscale @@ -234,7 +273,7 @@ bin/ppmdist bin/ppmdither bin/ppmdmkfont bin/ppmdraw -bin/ppmfade +%%PERL%%bin/ppmfade bin/ppmflash bin/ppmforge bin/ppmglobe @@ -245,20 +284,21 @@ bin/ppmmix bin/ppmnorm bin/ppmntsc bin/ppmpat -bin/ppmquant +%%PERL%%bin/ppmquant bin/ppmquantall -bin/ppmrainbow +%%PERL%%bin/ppmrainbow bin/ppmrelief bin/ppmrough -bin/ppmshadow +%%PERL%%bin/ppmshadow bin/ppmshift bin/ppmspread bin/ppmtoacad +bin/ppmtoapplevol bin/ppmtoarbtxt +bin/ppmtoascii bin/ppmtobmp bin/ppmtoeyuv bin/ppmtogif -bin/pbmtoibm23xx bin/ppmtoicr bin/ppmtoilbm bin/ppmtojpeg @@ -278,8 +318,9 @@ bin/ppmtoppm bin/ppmtopuzz bin/ppmtorgb3 bin/ppmtosixel -bin/ppmtotga +bin/ppmtospu bin/ppmtoterm +bin/ppmtotga bin/ppmtouil bin/ppmtowinicon bin/ppmtoxpm @@ -303,11 +344,15 @@ bin/sldtoppm bin/spctoppm bin/spottopgm bin/sputoppm -bin/svgtopam +bin/srftopam +bin/st4topgm +bin/sunicontopnm +%%SVGTOPAM%%bin/svgtopam bin/tgatoppm bin/thinkjettopbm bin/tifftopnm bin/wbmptopbm +bin/winicontopam bin/winicontoppm bin/xbmtopbm bin/ximtoppm @@ -317,41 +362,49 @@ bin/xwdtopnm bin/ybmtopbm bin/yuvsplittoppm bin/yuvtoppm +bin/yuy2topam bin/zeisstopnm -include/bitio.h -include/colorname.h -include/mallocvar.h -include/nstring.h -include/shhopt.h -include/pam.h -include/pammap.h -include/pbm.h -include/pbmfont.h -include/pgm.h -include/pm.h -include/pm_c_util.h -include/pm_config.h -include/pm_gamma.h -include/pm_system.h -include/pnm.h -include/ppm.h -include/ppmcmap.h -include/ppmfloyd.h +include/netpbm/colorname.h +include/netpbm/mallocvar.h +include/netpbm/pam.h +include/netpbm/pamdraw.h +include/netpbm/pammap.h +include/netpbm/pbm.h +include/netpbm/pbmfont.h +include/netpbm/pgm.h +include/netpbm/pm.h +include/netpbm/pm_c_util.h +include/netpbm/pm_config.h +include/netpbm/pm_gamma.h +include/netpbm/pm_system.h +include/netpbm/pnm.h +include/netpbm/ppm.h +include/netpbm/ppmcmap.h +include/netpbm/ppmdfont.h +include/netpbm/ppmdraw.h +include/netpbm/ppmfloyd.h +include/netpbm/runlength.h +include/netpbm/shhopt.h lib/libnetpbm.a lib/libnetpbm.so -lib/libnetpbm.so.1 +lib/libnetpbm.so.11 +lib/libnetpbm.so.11.80 %%MANPAGES%%man/man1/411toppm.1.gz %%MANPAGES%%man/man1/anytopnm.1.gz %%MANPAGES%%man/man1/asciitopgm.1.gz %%MANPAGES%%man/man1/atktopbm.1.gz +%%MANPAGES%%man/man1/avstopam.1.gz %%MANPAGES%%man/man1/bioradtopgm.1.gz %%MANPAGES%%man/man1/bmptopnm.1.gz %%MANPAGES%%man/man1/bmptoppm.1.gz %%MANPAGES%%man/man1/brushtopbm.1.gz +%%MANPAGES%%man/man1/cameratopam.1.gz +%%MANPAGES%%man/man1/cistopbm.1.gz %%MANPAGES%%man/man1/cmuwmtopbm.1.gz %%MANPAGES%%man/man1/ddbugtopbm.1.gz %%MANPAGES%%man/man1/escp2topbm.1.gz %%MANPAGES%%man/man1/eyuvtoppm.1.gz +%%MANPAGES%%man/man1/faxformat.1.gz %%MANPAGES%%man/man1/fiascotopnm.1.gz %%MANPAGES%%man/man1/fitstopnm.1.gz %%MANPAGES%%man/man1/fstopgm.1.gz @@ -373,55 +426,98 @@ lib/libnetpbm.so.1 %%MANPAGES%%man/man1/leaftoppm.1.gz %%MANPAGES%%man/man1/lispmtopgm.1.gz %%MANPAGES%%man/man1/macptopbm.1.gz +%%MANPAGES%%man/man1/manweb.1.gz %%MANPAGES%%man/man1/mdatopbm.1.gz %%MANPAGES%%man/man1/mgrtopbm.1.gz %%MANPAGES%%man/man1/mrf.1.gz %%MANPAGES%%man/man1/mrftopbm.1.gz %%MANPAGES%%man/man1/mtvtoppm.1.gz %%MANPAGES%%man/man1/neotoppm.1.gz -man/man1/netpbm.1.gz +%%MANPAGES%%man/man1/netpbm.1.gz %%MANPAGES%%man/man1/palmtopnm.1.gz +%%MANPAGES%%man/man1/pamaddnoise.1.gz %%MANPAGES%%man/man1/pamarith.1.gz +%%MANPAGES%%man/man1/pambackground.1.gz +%%MANPAGES%%man/man1/pambayer.1.gz %%MANPAGES%%man/man1/pamchannel.1.gz %%MANPAGES%%man/man1/pamcomp.1.gz +%%MANPAGES%%man/man1/pamcrater.1.gz %%MANPAGES%%man/man1/pamcut.1.gz %%MANPAGES%%man/man1/pamdeinterlace.1.gz +%%MANPAGES%%man/man1/pamdepth.1.gz %%MANPAGES%%man/man1/pamdice.1.gz %%MANPAGES%%man/man1/pamditherbw.1.gz %%MANPAGES%%man/man1/pamedge.1.gz %%MANPAGES%%man/man1/pamendian.1.gz +%%MANPAGES%%man/man1/pamenlarge.1.gz +%%MANPAGES%%man/man1/pamexec.1.gz %%MANPAGES%%man/man1/pamfile.1.gz +%%MANPAGES%%man/man1/pamfix.1.gz +%%PERL%%%%MANPAGES%%man/man1/pamfixtrunc.1.gz %%MANPAGES%%man/man1/pamflip.1.gz %%MANPAGES%%man/man1/pamfunc.1.gz %%MANPAGES%%man/man1/pamgauss.1.gz +%%MANPAGES%%man/man1/pamgradient.1.gz %%MANPAGES%%man/man1/pamlookup.1.gz +%%MANPAGES%%man/man1/pammasksharpen.1.gz +%%MANPAGES%%man/man1/pammixinterlace.1.gz +%%MANPAGES%%man/man1/pammosaicknit.1.gz %%MANPAGES%%man/man1/pamoil.1.gz +%%MANPAGES%%man/man1/pampaintspill.1.gz %%MANPAGES%%man/man1/pamperspective.1.gz +%%MANPAGES%%man/man1/pampick.1.gz %%MANPAGES%%man/man1/pampop9.1.gz +%%MANPAGES%%man/man1/pamrecolor.1.gz +%%MANPAGES%%man/man1/pamrgbatopng.1.gz +%%MANPAGES%%man/man1/pamrubber.1.gz %%MANPAGES%%man/man1/pamscale.1.gz %%MANPAGES%%man/man1/pamseq.1.gz +%%MANPAGES%%man/man1/pamshadedrelief.1.gz %%MANPAGES%%man/man1/pamsharpmap.1.gz %%MANPAGES%%man/man1/pamsharpness.1.gz +%%MANPAGES%%man/man1/pamsistoaglyph.1.gz %%MANPAGES%%man/man1/pamslice.1.gz +%%MANPAGES%%man/man1/pamsplit.1.gz %%MANPAGES%%man/man1/pamstack.1.gz %%MANPAGES%%man/man1/pamstereogram.1.gz %%MANPAGES%%man/man1/pamstretch-gen.1.gz %%MANPAGES%%man/man1/pamstretch.1.gz -%%MANPAGES%%man/man1/pamsummcol.1.gz %%MANPAGES%%man/man1/pamsumm.1.gz +%%MANPAGES%%man/man1/pamsummcol.1.gz +%%MANPAGES%%man/man1/pamtable.1.gz +%%MANPAGES%%man/man1/pamthreshold.1.gz +%%MANPAGES%%man/man1/pamtilt.1.gz +%%MANPAGES%%man/man1/pamtoavs.1.gz %%MANPAGES%%man/man1/pamtodjvurle.1.gz +%%MANPAGES%%man/man1/pamtofits.1.gz +%%MANPAGES%%man/man1/pamtogif.1.gz %%MANPAGES%%man/man1/pamtohdiff.1.gz %%MANPAGES%%man/man1/pamtohtmltbl.1.gz %%MANPAGES%%man/man1/pamtojpeg2k.1.gz +%%MANPAGES%%man/man1/pamtompfont.1.gz +%%MANPAGES%%man/man1/pamtooctaveimg.1.gz +%%MANPAGES%%man/man1/pamtopam.1.gz +%%MANPAGES%%man/man1/pamtopdbimg.1.gz %%MANPAGES%%man/man1/pamtopfm.1.gz +%%MANPAGES%%man/man1/pamtopng.1.gz %%MANPAGES%%man/man1/pamtopnm.1.gz +%%MANPAGES%%man/man1/pamtosrf.1.gz +%%MANPAGES%%man/man1/pamtosvg.1.gz %%MANPAGES%%man/man1/pamtotga.1.gz +%%MANPAGES%%man/man1/pamtotiff.1.gz %%MANPAGES%%man/man1/pamtouil.1.gz -%%MANPAGES%%%%X11%%man/man1/pamx.1.gz +%%MANPAGES%%man/man1/pamtowinicon.1.gz +%%MANPAGES%%man/man1/pamtoxvmini.1.gz +%%MANPAGES%%man/man1/pamundice.1.gz +%%MANPAGES%%man/man1/pamunlookup.1.gz +%%MANPAGES%%man/man1/pamvalidate.1.gz +%%MANPAGES%%man/man1/pamwipeout.1.gz +%%X11%%%%MANPAGES%%man/man1/pamx.1.gz %%MANPAGES%%man/man1/pbmclean.1.gz %%MANPAGES%%man/man1/pbmlife.1.gz %%MANPAGES%%man/man1/pbmmake.1.gz %%MANPAGES%%man/man1/pbmmask.1.gz +%%MANPAGES%%man/man1/pbmminkowski.1.gz %%MANPAGES%%man/man1/pbmpage.1.gz %%MANPAGES%%man/man1/pbmpscale.1.gz %%MANPAGES%%man/man1/pbmreduce.1.gz @@ -432,6 +528,7 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/pbmtoascii.1.gz %%MANPAGES%%man/man1/pbmtoatk.1.gz %%MANPAGES%%man/man1/pbmtobbnbg.1.gz +%%MANPAGES%%man/man1/pbmtocis.1.gz %%MANPAGES%%man/man1/pbmtocmuwm.1.gz %%MANPAGES%%man/man1/pbmtodjvurle.1.gz %%MANPAGES%%man/man1/pbmtoepsi.1.gz @@ -440,11 +537,13 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/pbmtog3.1.gz %%MANPAGES%%man/man1/pbmtogem.1.gz %%MANPAGES%%man/man1/pbmtogo.1.gz +%%MANPAGES%%man/man1/pbmtoibm23xx.1.gz %%MANPAGES%%man/man1/pbmtoicon.1.gz %%MANPAGES%%man/man1/pbmtolj.1.gz %%MANPAGES%%man/man1/pbmtoln03.1.gz %%MANPAGES%%man/man1/pbmtolps.1.gz %%MANPAGES%%man/man1/pbmtomacp.1.gz +%%MANPAGES%%man/man1/pbmtomatrixorbital.1.gz %%MANPAGES%%man/man1/pbmtomda.1.gz %%MANPAGES%%man/man1/pbmtomgr.1.gz %%MANPAGES%%man/man1/pbmtomrf.1.gz @@ -456,23 +555,29 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/pbmtoppa.1.gz %%MANPAGES%%man/man1/pbmtopsg3.1.gz %%MANPAGES%%man/man1/pbmtoptx.1.gz +%%MANPAGES%%man/man1/pbmtosunicon.1.gz %%MANPAGES%%man/man1/pbmtowbmp.1.gz -%%MANPAGES%%man/man1/pbmtox10bm.1.gz +%%PERL%%%%MANPAGES%%man/man1/pbmtox10bm.1.gz %%MANPAGES%%man/man1/pbmtoxbm.1.gz %%MANPAGES%%man/man1/pbmtoybm.1.gz %%MANPAGES%%man/man1/pbmtozinc.1.gz %%MANPAGES%%man/man1/pbmupc.1.gz %%MANPAGES%%man/man1/pc1toppm.1.gz +%%MANPAGES%%man/man1/pcdindex.1.gz %%MANPAGES%%man/man1/pcdovtoppm.1.gz %%MANPAGES%%man/man1/pcxtoppm.1.gz +%%MANPAGES%%man/man1/pdbimgtopam.1.gz %%MANPAGES%%man/man1/pfmtopam.1.gz %%MANPAGES%%man/man1/pgmabel.1.gz %%MANPAGES%%man/man1/pgmbentley.1.gz -%%MANPAGES%%man/man1/pgmcrater.1.gz +%%PERL%%%%MANPAGES%%man/man1/pgmcrater.1.gz +%%MANPAGES%%man/man1/pgmdeshadow.1.gz %%MANPAGES%%man/man1/pgmedge.1.gz %%MANPAGES%%man/man1/pgmenhance.1.gz %%MANPAGES%%man/man1/pgmhist.1.gz %%MANPAGES%%man/man1/pgmkernel.1.gz +%%MANPAGES%%man/man1/pgmmake.1.gz +%%MANPAGES%%man/man1/pgmmedian.1.gz %%MANPAGES%%man/man1/pgmminkowski.1.gz %%MANPAGES%%man/man1/pgmmorphconv.1.gz %%MANPAGES%%man/man1/pgmnoise.1.gz @@ -486,11 +591,14 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/pgmtopbm.1.gz %%MANPAGES%%man/man1/pgmtopgm.1.gz %%MANPAGES%%man/man1/pgmtoppm.1.gz +%%MANPAGES%%man/man1/pgmtosbig.1.gz +%%MANPAGES%%man/man1/pgmtost4.1.gz %%MANPAGES%%man/man1/pi1toppm.1.gz %%MANPAGES%%man/man1/pi3topbm.1.gz %%MANPAGES%%man/man1/picttoppm.1.gz %%MANPAGES%%man/man1/pjtoppm.1.gz %%MANPAGES%%man/man1/pktopbm.1.gz +%%MANPAGES%%man/man1/pngtopam.1.gz %%MANPAGES%%man/man1/pngtopnm.1.gz %%MANPAGES%%man/man1/pnmalias.1.gz %%MANPAGES%%man/man1/pnmarith.1.gz @@ -501,7 +609,9 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/pnmcrop.1.gz %%MANPAGES%%man/man1/pnmcut.1.gz %%MANPAGES%%man/man1/pnmdepth.1.gz +%%MANPAGES%%man/man1/pnmenlarge.1.gz %%MANPAGES%%man/man1/pnmfile.1.gz +%%PERL%%%%MANPAGES%%man/man1/pnmflip.1.gz %%MANPAGES%%man/man1/pnmgamma.1.gz %%MANPAGES%%man/man1/pnmhisteq.1.gz %%MANPAGES%%man/man1/pnmhistmap.1.gz @@ -509,6 +619,7 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/pnminterp.1.gz %%MANPAGES%%man/man1/pnminvert.1.gz %%MANPAGES%%man/man1/pnmmargin.1.gz +%%MANPAGES%%man/man1/pnmmercator.1.gz %%MANPAGES%%man/man1/pnmmontage.1.gz %%MANPAGES%%man/man1/pnmnlfilt.1.gz %%MANPAGES%%man/man1/pnmnoraw.1.gz @@ -516,11 +627,12 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/pnmpad.1.gz %%MANPAGES%%man/man1/pnmpaste.1.gz %%MANPAGES%%man/man1/pnmpsnr.1.gz -%%MANPAGES%%man/man1/pnmquant.1.gz +%%PERL%%%%MANPAGES%%man/man1/pnmquant.1.gz +%%PERL%%%%MANPAGES%%man/man1/pnmquantall.1.gz %%MANPAGES%%man/man1/pnmremap.1.gz %%MANPAGES%%man/man1/pnmrotate.1.gz -%%MANPAGES%%man/man1/pnmscalefixed.1.gz %%MANPAGES%%man/man1/pnmscale.1.gz +%%MANPAGES%%man/man1/pnmscalefixed.1.gz %%MANPAGES%%man/man1/pnmshear.1.gz %%MANPAGES%%man/man1/pnmsmooth.1.gz %%MANPAGES%%man/man1/pnmsplit.1.gz @@ -541,18 +653,23 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/pnmtorle.1.gz %%MANPAGES%%man/man1/pnmtosgi.1.gz %%MANPAGES%%man/man1/pnmtosir.1.gz -%%MANPAGES%%man/man1/pnmtotiffcmyk.1.gz %%MANPAGES%%man/man1/pnmtotiff.1.gz +%%MANPAGES%%man/man1/pnmtotiffcmyk.1.gz %%MANPAGES%%man/man1/pnmtoxwd.1.gz %%MANPAGES%%man/man1/ppm3d.1.gz %%MANPAGES%%man/man1/ppmbrighten.1.gz %%MANPAGES%%man/man1/ppmchange.1.gz %%MANPAGES%%man/man1/ppmcie.1.gz %%MANPAGES%%man/man1/ppmcolormask.1.gz +%%MANPAGES%%man/man1/ppmcolors.1.gz +%%MANPAGES%%man/man1/ppmdcfont.1.gz +%%MANPAGES%%man/man1/ppmddumpfont.1.gz %%MANPAGES%%man/man1/ppmdim.1.gz %%MANPAGES%%man/man1/ppmdist.1.gz %%MANPAGES%%man/man1/ppmdither.1.gz -%%MANPAGES%%man/man1/ppmfade.1.gz +%%MANPAGES%%man/man1/ppmdmkfont.1.gz +%%MANPAGES%%man/man1/ppmdraw.1.gz +%%PERL%%%%MANPAGES%%man/man1/ppmfade.1.gz %%MANPAGES%%man/man1/ppmflash.1.gz %%MANPAGES%%man/man1/ppmforge.1.gz %%MANPAGES%%man/man1/ppmglobe.1.gz @@ -563,17 +680,18 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/ppmnorm.1.gz %%MANPAGES%%man/man1/ppmntsc.1.gz %%MANPAGES%%man/man1/ppmpat.1.gz +%%PERL%%%%MANPAGES%%man/man1/ppmquant.1.gz %%MANPAGES%%man/man1/ppmquantall.1.gz -%%MANPAGES%%man/man1/ppmquant.1.gz -%%MANPAGES%%man/man1/ppmrainbow.1.gz +%%PERL%%%%MANPAGES%%man/man1/ppmrainbow.1.gz %%MANPAGES%%man/man1/ppmrelief.1.gz %%MANPAGES%%man/man1/ppmrough.1.gz -%%MANPAGES%%man/man1/ppmshadow.1.gz +%%PERL%%%%MANPAGES%%man/man1/ppmshadow.1.gz %%MANPAGES%%man/man1/ppmshift.1.gz %%MANPAGES%%man/man1/ppmspread.1.gz -%%MANPAGES%%man/man1/ppmsvgalib.1.gz %%MANPAGES%%man/man1/ppmtoacad.1.gz +%%MANPAGES%%man/man1/ppmtoapplevol.1.gz %%MANPAGES%%man/man1/ppmtoarbtxt.1.gz +%%MANPAGES%%man/man1/ppmtoascii.1.gz %%MANPAGES%%man/man1/ppmtobmp.1.gz %%MANPAGES%%man/man1/ppmtoeyuv.1.gz %%MANPAGES%%man/man1/ppmtogif.1.gz @@ -582,6 +700,7 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/ppmtojpeg.1.gz %%MANPAGES%%man/man1/ppmtoleaf.1.gz %%MANPAGES%%man/man1/ppmtolj.1.gz +%%MANPAGES%%man/man1/ppmtomap.1.gz %%MANPAGES%%man/man1/ppmtomitsu.1.gz %%MANPAGES%%man/man1/ppmtompeg.1.gz %%MANPAGES%%man/man1/ppmtoneo.1.gz @@ -595,6 +714,7 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/ppmtopuzz.1.gz %%MANPAGES%%man/man1/ppmtorgb3.1.gz %%MANPAGES%%man/man1/ppmtosixel.1.gz +%%MANPAGES%%man/man1/ppmtospu.1.gz %%MANPAGES%%man/man1/ppmtoterm.1.gz %%MANPAGES%%man/man1/ppmtotga.1.gz %%MANPAGES%%man/man1/ppmtouil.1.gz @@ -611,6 +731,7 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/rawtopgm.1.gz %%MANPAGES%%man/man1/rawtoppm.1.gz %%MANPAGES%%man/man1/rgb3toppm.1.gz +%%MANPAGES%%man/man1/rlatopam.1.gz %%MANPAGES%%man/man1/rletopnm.1.gz %%MANPAGES%%man/man1/sbigtopgm.1.gz %%MANPAGES%%man/man1/sgitopnm.1.gz @@ -619,11 +740,16 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/spctoppm.1.gz %%MANPAGES%%man/man1/spottopgm.1.gz %%MANPAGES%%man/man1/sputoppm.1.gz +%%MANPAGES%%man/man1/srftopam.1.gz +%%MANPAGES%%man/man1/st4topgm.1.gz +%%MANPAGES%%man/man1/sunicontopnm.1.gz +%%SVGTOPAM%%%%MANPAGES%%man/man1/svgtopam.1.gz %%MANPAGES%%man/man1/tgatoppm.1.gz %%MANPAGES%%man/man1/thinkjettopbm.1.gz %%MANPAGES%%man/man1/tifftopnm.1.gz -%%MANPAGES%%man/man1/vidtoppm.1.gz %%MANPAGES%%man/man1/wbmptopbm.1.gz +%%MANPAGES%%man/man1/winicon.1.gz +%%MANPAGES%%man/man1/winicontopam.1.gz %%MANPAGES%%man/man1/winicontoppm.1.gz %%MANPAGES%%man/man1/xbmtopbm.1.gz %%MANPAGES%%man/man1/ximtoppm.1.gz @@ -633,8 +759,12 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man1/ybmtopbm.1.gz %%MANPAGES%%man/man1/yuvsplittoppm.1.gz %%MANPAGES%%man/man1/yuvtoppm.1.gz +%%MANPAGES%%man/man1/yuy2topam.1.gz %%MANPAGES%%man/man1/zeisstopnm.1.gz +%%MANPAGES%%man/man3/libmaketmpfile.3.gz +%%MANPAGES%%man/man3/libmaketmpfilefd.3.gz %%MANPAGES%%man/man3/libnetpbm.3.gz +%%MANPAGES%%man/man3/libnetpbm_draw.3.gz %%MANPAGES%%man/man3/libnetpbm_image.3.gz %%MANPAGES%%man/man3/libnetpbm_ug.3.gz %%MANPAGES%%man/man3/libpbm.3.gz @@ -642,11 +772,9 @@ man/man1/netpbm.1.gz %%MANPAGES%%man/man3/libpm.3.gz %%MANPAGES%%man/man3/libpnm.3.gz %%MANPAGES%%man/man3/libppm.3.gz -%%MANPAGES%%man/man3/libsystem.3.gz -%%MANPAGES%%man/man3/libtmpfile.3.gz -%%MANPAGES%%man/man5/extendedopacity.5.gz %%MANPAGES%%man/man5/pam.5.gz %%MANPAGES%%man/man5/pbm.5.gz +%%MANPAGES%%man/man5/pfm.5.gz %%MANPAGES%%man/man5/pgm.5.gz %%MANPAGES%%man/man5/pnm.5.gz %%MANPAGES%%man/man5/ppm.5.gz @@ -656,4 +784,3 @@ man/man1/netpbm.1.gz %%DATADIR%%/palmgray4.map %%DATADIR%%/pcxstd.ppm %%DATADIR%%/rgb.txt -%%PORTDOCS%%%%DOCSDIR%%/USERDOC Modified: head/graphics/ppminfo/Makefile ============================================================================== --- head/graphics/ppminfo/Makefile Fri Oct 6 11:16:42 2017 (r451377) +++ head/graphics/ppminfo/Makefile Fri Oct 6 11:18:35 2017 (r451378) @@ -3,7 +3,7 @@ PORTNAME= ppminfo PORTVERSION= 0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.vanheusden.com/ppminfo/ CENKES @@ -12,10 +12,9 @@ COMMENT= Shows details of a ppm file LIB_DEPENDS= libnetpbm.so:graphics/netpbm -USES= ncurses tar:tgz +USES= localbase:ldflags ncurses tar:tgz PLIST_FILES= bin/${PORTNAME} -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include/netpbm post-patch: @${REINPLACE_CMD} 's|min(|MIN(|;s|max(|MAX(|' ${WRKSRC}/pi.c Added: head/graphics/ppminfo/files/patch-pi.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ppminfo/files/patch-pi.c Fri Oct 6 11:18:35 2017 (r451378) @@ -0,0 +1,11 @@ +--- pi.c.orig 2007-08-06 18:51:13 UTC ++++ pi.c +@@ -1,6 +1,7 @@ + #include + #include + #include ++#include + #include + + #include "error.h" *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Oct 6 12:23:25 2017 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 C25B0E36060; Fri, 6 Oct 2017 12:23:25 +0000 (UTC) (envelope-from olgeni@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 8F28C8136C; Fri, 6 Oct 2017 12:23:25 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96CNOIY048569; Fri, 6 Oct 2017 12:23:24 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96CNOtJ048567; Fri, 6 Oct 2017 12:23:24 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710061223.v96CNOtJ048567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 6 Oct 2017 12:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451379 - head/devel/elixir-apex X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/elixir-apex X-SVN-Commit-Revision: 451379 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 12:23:25 -0000 Author: olgeni Date: Fri Oct 6 12:23:24 2017 New Revision: 451379 URL: https://svnweb.freebsd.org/changeset/ports/451379 Log: Update devel/elixir-apex to version 1.1.0. Modified: head/devel/elixir-apex/Makefile head/devel/elixir-apex/distinfo Modified: head/devel/elixir-apex/Makefile ============================================================================== --- head/devel/elixir-apex/Makefile Fri Oct 6 11:18:35 2017 (r451378) +++ head/devel/elixir-apex/Makefile Fri Oct 6 12:23:24 2017 (r451379) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= apex -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-apex/distinfo ============================================================================== --- head/devel/elixir-apex/distinfo Fri Oct 6 11:18:35 2017 (r451378) +++ head/devel/elixir-apex/distinfo Fri Oct 6 12:23:24 2017 (r451379) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485596865 -SHA256 (BjRo-apex-v1.0.0_GH0.tar.gz) = 3f3499dab201cdd358b814703b3926d4017fb53c8caf301e29438d828ace75fa -SIZE (BjRo-apex-v1.0.0_GH0.tar.gz) = 7799 +TIMESTAMP = 1507292521 +SHA256 (BjRo-apex-v1.1.0_GH0.tar.gz) = e2cfd0ff1f4084f9e23c16f163486a3220c030ad33ecdbbc26ab6440e1889736 +SIZE (BjRo-apex-v1.1.0_GH0.tar.gz) = 7801 From owner-svn-ports-all@freebsd.org Fri Oct 6 13:04:58 2017 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 B5E03E36B27; Fri, 6 Oct 2017 13:04:58 +0000 (UTC) (envelope-from jbeich@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 822D582520; Fri, 6 Oct 2017 13:04:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96D4vsY065016; Fri, 6 Oct 2017 13:04:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96D4vme065014; Fri, 6 Oct 2017 13:04:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710061304.v96D4vme065014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 13:04:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451380 - in head/x11/alacritty: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11/alacritty: . files X-SVN-Commit-Revision: 451380 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 13:04:58 -0000 Author: jbeich Date: Fri Oct 6 13:04:57 2017 New Revision: 451380 URL: https://svnweb.freebsd.org/changeset/ports/451380 Log: x11/alacritty: adjust for ino64 and kqueue/abstime on 12.0 PR: 222824 Obtained from: lang/rust (ino64) Approved by: tobik (maintainer) Added: head/x11/alacritty/files/ head/x11/alacritty/files/extra-patch-freebsd12 (contents, props changed) Modified: head/x11/alacritty/Makefile (contents, props changed) Modified: head/x11/alacritty/Makefile ============================================================================== --- head/x11/alacritty/Makefile Fri Oct 6 12:23:24 2017 (r451379) +++ head/x11/alacritty/Makefile Fri Oct 6 13:04:57 2017 (r451380) @@ -2,6 +2,7 @@ PORTNAME= alacritty PORTVERSION= g20170618 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= tobik@FreeBSD.org @@ -21,6 +22,9 @@ GH_TAGNAME= 3c8514ba103d5d987d2269c421a3cc09e6784904 GH_TUPLE= jwilm:glutin:cc64178d39a1fa06b2c5403117e5e0ef24deeac4:glutin \ jwilm:rust-fontconfig:419135e5e1106ec0973dd4923bd9c70d8e438cc8:servofontconfig \ jwilm:libfontconfig:618a52973d46e5cce4f054f6ee3bd2682167eee4:servofontconfigsys + +EXTRA_PATCHES+= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} +EXTRA_PATCHES_FreeBSD_12= ${PATCHDIR}/extra-patch-freebsd12 PLIST_FILES= bin/alacritty Added: head/x11/alacritty/files/extra-patch-freebsd12 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/alacritty/files/extra-patch-freebsd12 Fri Oct 6 13:04:57 2017 (r451380) @@ -0,0 +1,222 @@ +https://github.com/jwilm/alacritty/issues/618 + +--- cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/aarch64.rs.orig 2017-03-02 02:44:01 UTC ++++ cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/aarch64.rs +@@ -7,10 +7,12 @@ s! { + pub struct stat { + pub st_dev: ::dev_t, + pub st_ino: ::ino_t, +- pub st_mode: ::mode_t, + pub st_nlink: ::nlink_t, ++ pub st_mode: ::mode_t, ++ pub st_pad0: ::uint16_t, + pub st_uid: ::uid_t, + pub st_gid: ::gid_t, ++ pub st_pad1: ::uint32_t, + pub st_rdev: ::dev_t, + pub st_atime: ::time_t, + pub st_atime_nsec: ::c_long, +@@ -18,13 +20,13 @@ s! { + pub st_mtime_nsec: ::c_long, + pub st_ctime: ::time_t, + pub st_ctime_nsec: ::c_long, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, + pub st_size: ::off_t, + pub st_blocks: ::blkcnt_t, + pub st_blksize: ::blksize_t, + pub st_flags: ::fflags_t, +- pub st_gen: ::uint32_t, +- pub st_lspare: ::int32_t, +- pub st_birthtime: ::time_t, +- pub st_birthtime_nsec: ::c_long, ++ pub st_gen: ::uint64_t, ++ pub st_spare: [::uint64_t; 10], + } + } +--- cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2017-04-26 14:28:39 UTC ++++ cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1,8 +1,8 @@ + pub type fflags_t = u32; + pub type clock_t = i32; +-pub type ino_t = u32; ++pub type ino_t = u64; + pub type lwpid_t = i32; +-pub type nlink_t = u16; ++pub type nlink_t = u64; + pub type blksize_t = u32; + pub type clockid_t = ::c_int; + pub type sem_t = _sem; +@@ -44,10 +44,13 @@ s! { + } + + pub struct dirent { +- pub d_fileno: u32, ++ pub d_fileno: u64, ++ pub d_off: u64, + pub d_reclen: u16, + pub d_type: u8, +- pub d_namlen: u8, ++ pub d_pad0: u8, ++ pub d_namlen: u16, ++ pub d_pad1: u16, + pub d_name: [::c_char; 256], + } + +--- cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/x86.rs.orig 2016-10-14 21:54:23 UTC ++++ cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/x86.rs +@@ -7,25 +7,30 @@ s! { + pub struct stat { + pub st_dev: ::dev_t, + pub st_ino: ::ino_t, +- pub st_mode: ::mode_t, + pub st_nlink: ::nlink_t, ++ pub st_mode: ::mode_t, ++ pub st_pad0: ::uint16_t, + pub st_uid: ::uid_t, + pub st_gid: ::gid_t, ++ pub st_pad1: ::uint32_t, + pub st_rdev: ::dev_t, ++ pub st_atime_ext: ::int32_t, + pub st_atime: ::time_t, + pub st_atime_nsec: ::c_long, ++ pub st_mtime_ext: ::int32_t, + pub st_mtime: ::time_t, + pub st_mtime_nsec: ::c_long, ++ pub st_ctime_ext: ::int32_t, + pub st_ctime: ::time_t, + pub st_ctime_nsec: ::c_long, ++ pub st_birthtime_ext: ::int32_t, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, + pub st_size: ::off_t, + pub st_blocks: ::blkcnt_t, + pub st_blksize: ::blksize_t, + pub st_flags: ::fflags_t, +- pub st_gen: ::uint32_t, +- pub st_lspare: ::int32_t, +- pub st_birthtime: ::time_t, +- pub st_birthtime_nsec: ::c_long, +- __unused: [u8; 8], ++ pub st_gen: ::uint64_t, ++ pub st_spare: [::uint64_t; 10], + } + } +--- cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/x86_64.rs.orig 2016-10-14 21:54:23 UTC ++++ cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/x86_64.rs +@@ -7,10 +7,12 @@ s! { + pub struct stat { + pub st_dev: ::dev_t, + pub st_ino: ::ino_t, +- pub st_mode: ::mode_t, + pub st_nlink: ::nlink_t, ++ pub st_mode: ::mode_t, ++ pub st_pad0: ::uint16_t, + pub st_uid: ::uid_t, + pub st_gid: ::gid_t, ++ pub st_pad1: ::uint32_t, + pub st_rdev: ::dev_t, + pub st_atime: ::time_t, + pub st_atime_nsec: ::c_long, +@@ -18,13 +20,13 @@ s! { + pub st_mtime_nsec: ::c_long, + pub st_ctime: ::time_t, + pub st_ctime_nsec: ::c_long, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, + pub st_size: ::off_t, + pub st_blocks: ::blkcnt_t, + pub st_blksize: ::blksize_t, + pub st_flags: ::fflags_t, +- pub st_gen: ::uint32_t, +- pub st_lspare: ::int32_t, +- pub st_birthtime: ::time_t, +- pub st_birthtime_nsec: ::c_long, ++ pub st_gen: ::uint64_t, ++ pub st_spare: [::uint64_t; 10], + } + } +--- cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/mod.rs.orig 2017-05-19 03:32:21 UTC ++++ cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/mod.rs +@@ -1,4 +1,4 @@ +-pub type dev_t = u32; ++pub type dev_t = u64; + pub type mode_t = u16; + pub type pthread_attr_t = *mut ::c_void; + pub type rlim_t = i64; +@@ -35,8 +35,9 @@ s! { + pub filter: ::c_short, + pub flags: ::c_ushort, + pub fflags: ::c_uint, +- pub data: ::intptr_t, ++ pub data: i64, + pub udata: *mut ::c_void, ++ pub ext: [u64; 4], + } + + pub struct sockaddr_storage { +--- cargo-crates/mio-0.5.1/src/sys/unix/kqueue.rs.orig 2016-04-27 20:28:22 UTC ++++ cargo-crates/mio-0.5.1/src/sys/unix/kqueue.rs +@@ -110,6 +110,7 @@ impl Selector { + fflags: FilterFlag::empty(), + data: 0, +- udata: token ++ udata: token, ++ ext: [0, 0, 0, 0], + }); + } + +--- cargo-crates/mio-0.6.2/src/sys/unix/kqueue.rs.orig 2016-12-14 20:41:05 UTC ++++ cargo-crates/mio-0.6.2/src/sys/unix/kqueue.rs +@@ -121,6 +121,7 @@ impl Selector { + fflags: FilterFlag::empty(), + data: 0, + udata: token as UData, ++ ext: [0, 0, 0, 0], + }); + } + +--- cargo-crates/nix-0.5.1/src/sys/event.rs.orig 2016-03-16 20:17:51 UTC ++++ cargo-crates/nix-0.5.1/src/sys/event.rs +@@ -23,8 +23,9 @@ mod ffi { + pub filter: EventFilter, // 2 + pub flags: EventFlag, // 2 + pub fflags: FilterFlag, // 4 +- pub data: intptr_t, // 8 +- pub udata: usize // 8 ++ pub data: i64, // 8 ++ pub udata: usize, // 8 ++ pub ext: [u64; 4], // 32 + } + + #[cfg(target_os = "netbsd")] +@@ -346,6 +347,7 @@ pub fn ev_set(ev: &mut KEvent, + ev.fflags = fflags; + ev.data = 0; + ev.udata = udata; ++ ev.ext = [0, 0, 0, 0]; + } + + #[cfg(target_os = "netbsd")] +--- cargo-crates/nix-0.7.0/src/sys/event.rs.orig 2016-08-31 18:53:01 UTC ++++ cargo-crates/nix-0.7.0/src/sys/event.rs +@@ -23,8 +23,9 @@ mod ffi { + pub filter: EventFilter, // 2 + pub flags: EventFlag, // 2 + pub fflags: FilterFlag, // 4 +- pub data: intptr_t, // 8 +- pub udata: usize // 8 ++ pub data: i64, // 8 ++ pub udata: usize, // 8 ++ pub ext: [u64; 4], // 32 + } + + #[cfg(target_os = "netbsd")] +@@ -346,6 +347,7 @@ pub fn ev_set(ev: &mut KEvent, + ev.fflags = fflags; + ev.data = 0; + ev.udata = udata; ++ ev.ext = [0, 0, 0, 0]; + } + + #[cfg(target_os = "netbsd")] From owner-svn-ports-all@freebsd.org Fri Oct 6 13:05:22 2017 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 B1CF7E36B5F; Fri, 6 Oct 2017 13:05:22 +0000 (UTC) (envelope-from jbeich@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 8DE838261A; Fri, 6 Oct 2017 13:05:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96D5LDX065174; Fri, 6 Oct 2017 13:05:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96D5LuU065172; Fri, 6 Oct 2017 13:05:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710061305.v96D5LuU065172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 13:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451381 - in head/devel/sdl20: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/devel/sdl20: . files X-SVN-Commit-Revision: 451381 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 13:05:22 -0000 Author: jbeich Date: Fri Oct 6 13:05:21 2017 New Revision: 451381 URL: https://svnweb.freebsd.org/changeset/ports/451381 Log: devel/sdl20: crashfix for some consumers after r450461 $ pkg install pioneer $ pioneer [...] ShipType::Init() Lua::Init() Server agent disabled Thread 1 received signal SIGSEGV, Segmentation fault. 0x0000000800cd5d20 in SDL_ConvertSurface_REAL (surface=0x80b374fc0, format=0xb4c7e8 , flags=0) at /usr/ports/devel/sdl20/work/SDL2-2.0.6/src/video/SDL_surface.c:936 936 copy_flags = surface->map->info.flags; (gdb) p surface->map $1 = (struct SDL_BlitMap *) 0x0 (gdb) bt #0 0x0000000800cd5d20 in SDL_ConvertSurface_REAL (surface=0x80b374fc0, format=0xb4c7e8 , flags=0) at /usr/ports/devel/sdl20/work/SDL2-2.0.6/src/video/SDL_surface.c:936 #1 0x0000000800c099d2 in SDL_ConvertSurface (a=0x80b374fc0, b=0xb4c7e8 , c=0) at /usr/ports/devel/sdl20/work/SDL2-2.0.6/src/dynapi/SDL_dynapi_procs.h:492 #2 0x000000000081cfbb in Graphics::TextureBuilder::PrepareSurface (this=0x7fffffffac50) at TextureBuilder.cpp:117 #3 0x00000000003a0699 in Graphics::TextureBuilder::GetDescriptor (this=0x7fffffffac50) at ./graphics/TextureBuilder.h:48 [...] PR: 222822 Obtained from: upstream Submitted by: lightside@gmx.com Added: head/devel/sdl20/files/patch-src_video_SDL__surface.c (contents, props changed) Modified: head/devel/sdl20/Makefile (contents, props changed) Modified: head/devel/sdl20/Makefile ============================================================================== --- head/devel/sdl20/Makefile Fri Oct 6 13:04:57 2017 (r451380) +++ head/devel/sdl20/Makefile Fri Oct 6 13:05:21 2017 (r451381) @@ -2,6 +2,7 @@ PORTNAME= sdl2 PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ DISTNAME= SDL2-${PORTVERSION} Added: head/devel/sdl20/files/patch-src_video_SDL__surface.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sdl20/files/patch-src_video_SDL__surface.c Fri Oct 6 13:05:21 2017 (r451381) @@ -0,0 +1,31 @@ +SDL_FreeSurface deallocates surface->map even if the surface is not yet freed +https://bugzilla.libsdl.org/show_bug.cgi?id=3852 + +Memory leak in SDL_FreeSurface (after bug 3852 fix) +https://bugzilla.libsdl.org/show_bug.cgi?id=3855 + +--- src/video/SDL_surface.c.orig 2017-09-22 18:51:01 UTC ++++ src/video/SDL_surface.c +@@ -1198,10 +1198,8 @@ SDL_FreeSurface(SDL_Surface * surface) + if (surface->flags & SDL_DONTFREE) { + return; + } +- if (surface->map != NULL) { +- SDL_FreeBlitMap(surface->map); +- surface->map = NULL; +- } ++ SDL_InvalidateMap(surface->map); ++ + if (--surface->refcount > 0) { + return; + } +@@ -1219,6 +1217,9 @@ SDL_FreeSurface(SDL_Surface * surface) + if (!(surface->flags & SDL_PREALLOC)) { + SDL_free(surface->pixels); + } ++ if (surface->map) { ++ SDL_FreeBlitMap(surface->map); ++ } + SDL_free(surface); + } + From owner-svn-ports-all@freebsd.org Fri Oct 6 13:09:03 2017 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 2DA03E36C30; Fri, 6 Oct 2017 13:09:03 +0000 (UTC) (envelope-from mat@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 F010B827D0; Fri, 6 Oct 2017 13:09:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96D92rv065419; Fri, 6 Oct 2017 13:09:02 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96D92JR065418; Fri, 6 Oct 2017 13:09:02 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201710061309.v96D92JR065418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 6 Oct 2017 13:09:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451382 - head/sysutils/duplicity X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/sysutils/duplicity X-SVN-Commit-Revision: 451382 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 13:09:03 -0000 Author: mat Date: Fri Oct 6 13:09:01 2017 New Revision: 451382 URL: https://svnweb.freebsd.org/changeset/ports/451382 Log: Convert to utf-8. Sponsored by: Absolight Modified: head/sysutils/duplicity/Makefile (contents, props changed) Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Fri Oct 6 13:05:21 2017 (r451381) +++ head/sysutils/duplicity/Makefile Fri Oct 6 13:09:01 2017 (r451382) @@ -1,4 +1,4 @@ -# Created by: Gerhard Häring +# Created by: Gerhard Häring # $FreeBSD$ PORTNAME= duplicity From owner-svn-ports-all@freebsd.org Fri Oct 6 13:12:42 2017 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 72728E36EF4; Fri, 6 Oct 2017 13:12:42 +0000 (UTC) (envelope-from jbeich@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 4E5DE82D1B; Fri, 6 Oct 2017 13:12:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96DCfSW069805; Fri, 6 Oct 2017 13:12:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96DCfBS069803; Fri, 6 Oct 2017 13:12:41 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710061312.v96DCfBS069803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 13:12:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451383 - in branches/2017Q4/devel/sdl20: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2017Q4/devel/sdl20: . files X-SVN-Commit-Revision: 451383 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 13:12:42 -0000 Author: jbeich Date: Fri Oct 6 13:12:41 2017 New Revision: 451383 URL: https://svnweb.freebsd.org/changeset/ports/451383 Log: MFH: r451381 devel/sdl20: crashfix for some consumers after r450461 $ pkg install pioneer $ pioneer [...] ShipType::Init() Lua::Init() Server agent disabled Thread 1 received signal SIGSEGV, Segmentation fault. 0x0000000800cd5d20 in SDL_ConvertSurface_REAL (surface=0x80b374fc0, format=0xb4c7e8 , flags=0) at /usr/ports/devel/sdl20/work/SDL2-2.0.6/src/video/SDL_surface.c:936 936 copy_flags = surface->map->info.flags; (gdb) p surface->map $1 = (struct SDL_BlitMap *) 0x0 (gdb) bt #0 0x0000000800cd5d20 in SDL_ConvertSurface_REAL (surface=0x80b374fc0, format=0xb4c7e8 , flags=0) at /usr/ports/devel/sdl20/work/SDL2-2.0.6/src/video/SDL_surface.c:936 #1 0x0000000800c099d2 in SDL_ConvertSurface (a=0x80b374fc0, b=0xb4c7e8 , c=0) at /usr/ports/devel/sdl20/work/SDL2-2.0.6/src/dynapi/SDL_dynapi_procs.h:492 #2 0x000000000081cfbb in Graphics::TextureBuilder::PrepareSurface (this=0x7fffffffac50) at TextureBuilder.cpp:117 #3 0x00000000003a0699 in Graphics::TextureBuilder::GetDescriptor (this=0x7fffffffac50) at ./graphics/TextureBuilder.h:48 [...] PR: 222822 Obtained from: upstream Submitted by: lightside@gmx.com Approved by: ports-secteam blanket Added: branches/2017Q4/devel/sdl20/files/patch-src_video_SDL__surface.c - copied unchanged from r451381, head/devel/sdl20/files/patch-src_video_SDL__surface.c Modified: branches/2017Q4/devel/sdl20/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/devel/sdl20/Makefile ============================================================================== --- branches/2017Q4/devel/sdl20/Makefile Fri Oct 6 13:09:01 2017 (r451382) +++ branches/2017Q4/devel/sdl20/Makefile Fri Oct 6 13:12:41 2017 (r451383) @@ -2,6 +2,7 @@ PORTNAME= sdl2 PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ DISTNAME= SDL2-${PORTVERSION} Copied: branches/2017Q4/devel/sdl20/files/patch-src_video_SDL__surface.c (from r451381, head/devel/sdl20/files/patch-src_video_SDL__surface.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q4/devel/sdl20/files/patch-src_video_SDL__surface.c Fri Oct 6 13:12:41 2017 (r451383, copy of r451381, head/devel/sdl20/files/patch-src_video_SDL__surface.c) @@ -0,0 +1,31 @@ +SDL_FreeSurface deallocates surface->map even if the surface is not yet freed +https://bugzilla.libsdl.org/show_bug.cgi?id=3852 + +Memory leak in SDL_FreeSurface (after bug 3852 fix) +https://bugzilla.libsdl.org/show_bug.cgi?id=3855 + +--- src/video/SDL_surface.c.orig 2017-09-22 18:51:01 UTC ++++ src/video/SDL_surface.c +@@ -1198,10 +1198,8 @@ SDL_FreeSurface(SDL_Surface * surface) + if (surface->flags & SDL_DONTFREE) { + return; + } +- if (surface->map != NULL) { +- SDL_FreeBlitMap(surface->map); +- surface->map = NULL; +- } ++ SDL_InvalidateMap(surface->map); ++ + if (--surface->refcount > 0) { + return; + } +@@ -1219,6 +1217,9 @@ SDL_FreeSurface(SDL_Surface * surface) + if (!(surface->flags & SDL_PREALLOC)) { + SDL_free(surface->pixels); + } ++ if (surface->map) { ++ SDL_FreeBlitMap(surface->map); ++ } + SDL_free(surface); + } + From owner-svn-ports-all@freebsd.org Fri Oct 6 13:40:38 2017 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 F2EA6E37B86; Fri, 6 Oct 2017 13:40:37 +0000 (UTC) (envelope-from tobik@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 BF3F683D24; Fri, 6 Oct 2017 13:40:37 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96DeaS0078013; Fri, 6 Oct 2017 13:40:36 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96DeaMc078012; Fri, 6 Oct 2017 13:40:36 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710061340.v96DeaMc078012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 6 Oct 2017 13:40:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451384 - head X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 451384 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 13:40:38 -0000 Author: tobik Date: Fri Oct 6 13:40:36 2017 New Revision: 451384 URL: https://svnweb.freebsd.org/changeset/ports/451384 Log: Provide a hint for portmaster/portupgrade/make users for dealing with the graphics/netpbm update. Reported by: Walter Schwarzenfeld Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Oct 6 13:12:41 2017 (r451383) +++ head/UPDATING Fri Oct 6 13:40:36 2017 (r451384) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20171006: + AFFECTS: users of graphics/netpbm + AUTHOR: tobik@FreeBSD.org + + If you use portmaster/portupgrade/make to build your ports, please + uninstall the old netpbm version first before attempting to update to + netpbm 10.88.00: + + pkg delete -f netpbm + + It is recommended that you rebuild all dependent ports as well. + 20171004: AFFECTS: users of security/krb5-appl AUTHOR: cy@FreeBSD.org From owner-svn-ports-all@freebsd.org Fri Oct 6 14:22:14 2017 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 BFEE5E38842; Fri, 6 Oct 2017 14:22:14 +0000 (UTC) (envelope-from madpilot@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 8CE2B18AC; Fri, 6 Oct 2017 14:22:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96EMD56097903; Fri, 6 Oct 2017 14:22:13 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96EMDUD097900; Fri, 6 Oct 2017 14:22:13 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201710061422.v96EMDUD097900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 6 Oct 2017 14:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451385 - head/deskutils/calibre X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/deskutils/calibre X-SVN-Commit-Revision: 451385 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 14:22:14 -0000 Author: madpilot Date: Fri Oct 6 14:22:13 2017 New Revision: 451385 URL: https://svnweb.freebsd.org/changeset/ports/451385 Log: Update deskutils/calibre to 3.9.0 Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Fri Oct 6 13:40:36 2017 (r451384) +++ head/deskutils/calibre/Makefile Fri Oct 6 14:22:13 2017 (r451385) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 3.8.0 +PORTVERSION= 3.9.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Fri Oct 6 13:40:36 2017 (r451384) +++ head/deskutils/calibre/distinfo Fri Oct 6 14:22:13 2017 (r451385) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506068632 -SHA256 (calibre-3.8.0.tar.xz) = 17bfe172420e55ff4f4b19b80253210bacb9a4d0f2fdcffd5b0f456cf5765c4c -SIZE (calibre-3.8.0.tar.xz) = 37922608 +TIMESTAMP = 1507278130 +SHA256 (calibre-3.9.0.tar.xz) = dd4e6fe03d46b5c4e11452424f5deb9001c72cefbb1497a60de42fc43f0b4e7f +SIZE (calibre-3.9.0.tar.xz) = 37912148 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Fri Oct 6 13:40:36 2017 (r451384) +++ head/deskutils/calibre/pkg-plist Fri Oct 6 14:22:13 2017 (r451385) @@ -85,9 +85,6 @@ lib/calibre/calibre/debug.py lib/calibre/calibre/devices/__init__.py lib/calibre/calibre/devices/android/__init__.py lib/calibre/calibre/devices/android/driver.py -lib/calibre/calibre/devices/apple/__init__.py -lib/calibre/calibre/devices/apple/driver.py -lib/calibre/calibre/devices/apple/itunes.py lib/calibre/calibre/devices/binatone/__init__.py lib/calibre/calibre/devices/binatone/driver.py lib/calibre/calibre/devices/blackberry/__init__.py From owner-svn-ports-all@freebsd.org Fri Oct 6 15:05:50 2017 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 3F0F7E39574; Fri, 6 Oct 2017 15:05:50 +0000 (UTC) (envelope-from dvl@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 0B371300B; Fri, 6 Oct 2017 15:05:49 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96F5nTq015845; Fri, 6 Oct 2017 15:05:49 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96F5nFS015842; Fri, 6 Oct 2017 15:05:49 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201710061505.v96F5nFS015842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Fri, 6 Oct 2017 15:05:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451386 - in head/sysutils/anvil: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: in head/sysutils/anvil: . files X-SVN-Commit-Revision: 451386 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 15:05:50 -0000 Author: dvl Date: Fri Oct 6 15:05:48 2017 New Revision: 451386 URL: https://svnweb.freebsd.org/changeset/ports/451386 Log: Remove references to FETCH_TOOL On FreeBSD, anvil can use fetch(1). No need to use curl/wget. Modified: head/sysutils/anvil/Makefile head/sysutils/anvil/files/cert-puller.conf.sample.in head/sysutils/anvil/files/pkg-message.in Modified: head/sysutils/anvil/Makefile ============================================================================== --- head/sysutils/anvil/Makefile Fri Oct 6 14:22:13 2017 (r451385) +++ head/sysutils/anvil/Makefile Fri Oct 6 15:05:48 2017 (r451386) @@ -2,6 +2,7 @@ PORTNAME= anvil PORTVERSION= 0.0.11 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dvl@FreeBSD.org Modified: head/sysutils/anvil/files/cert-puller.conf.sample.in ============================================================================== --- head/sysutils/anvil/files/cert-puller.conf.sample.in Fri Oct 6 14:22:13 2017 (r451385) +++ head/sysutils/anvil/files/cert-puller.conf.sample.in Fri Oct 6 15:05:48 2017 (r451386) @@ -1,4 +1,3 @@ CERT_SERVER="https://certs.example.org/certs" MYCERTS="services.example.org" SERVICES="nginx" -FETCH_TOOL="%%FETCH_TOOL%%" Modified: head/sysutils/anvil/files/pkg-message.in ============================================================================== --- head/sysutils/anvil/files/pkg-message.in Fri Oct 6 14:22:13 2017 (r451385) +++ head/sysutils/anvil/files/pkg-message.in Fri Oct 6 15:05:48 2017 (r451386) @@ -44,11 +44,5 @@ MAILTO=you@example.org 19 20 * * * /usr/local/bin/cert-shifter ### -To use wget, set FETCH_TOOL="wget" in cert-puller.conf -To use curl, set FETCH_TOOL="curl" in cert-puller.conf - -The default argments to fetch, curl, and wget can be overridden -in cert-puller.conf. See the website for details. - **************************************************************************** From owner-svn-ports-all@freebsd.org Fri Oct 6 15:08:57 2017 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 94088E395E9; Fri, 6 Oct 2017 15:08:57 +0000 (UTC) (envelope-from jbeich@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 6F87D3147; Fri, 6 Oct 2017 15:08:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96F8uh8016107; Fri, 6 Oct 2017 15:08:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96F8uXL016104; Fri, 6 Oct 2017 15:08:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710061508.v96F8uXL016104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 15:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451387 - in head/games/pioneer: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/games/pioneer: . files X-SVN-Commit-Revision: 451387 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 15:08:57 -0000 Author: jbeich Date: Fri Oct 6 15:08:56 2017 New Revision: 451387 URL: https://svnweb.freebsd.org/changeset/ports/451387 Log: games/pioneer: update to 0.0.20171001 - Remove already applied patch for assimp-4.0.0 - Move USES before USE_* per Porter's Handbook style (found by portlint) - Add SERVERAGENT port's option - Apply upstream patch to "Fix SAR selection of ship sizes for missions" Note, saved games from previous version are not compatible. Changes: https://github.com/pioneerspacesim/pioneer/blob/20171001/Changelog.txt https://github.com/pioneerspacesim/pioneer/compare/20170304...20171001 PR: 222823 Submitted by: lightside@gmx.com (maintainer) MFH: 2017Q4 Added: head/games/pioneer/files/patch-data_modules_SearchRescue_SearchRescue.lua (contents, props changed) Modified: head/games/pioneer/Makefile (contents, props changed) head/games/pioneer/distinfo (contents, props changed) Modified: head/games/pioneer/Makefile ============================================================================== --- head/games/pioneer/Makefile Fri Oct 6 15:05:48 2017 (r451386) +++ head/games/pioneer/Makefile Fri Oct 6 15:08:56 2017 (r451387) @@ -3,12 +3,8 @@ PORTNAME= pioneer PORTVERSION= 0.0.${GH_TAGNAME} -PORTREVISION= 4 CATEGORIES= games -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= a53fdbe8b046.patch:-p1 - MAINTAINER= lightside@gmx.com COMMENT= Space adventure game set in the Milky Way galaxy @@ -31,18 +27,18 @@ LICENSE_PERMS_IUP= dist-mirror dist-sell pkg-mirror pk LICENSE_PERMS_SIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${LOCALBASE}/include/GL/glu.h:graphics/libGLU -LIB_DEPENDS= libcurl.so:ftp/curl \ - libsigc-2.0.so:devel/libsigc++20 \ +LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ libfreetype.so:print/freetype2 \ libvorbisfile.so:audio/libvorbis \ libpng.so:graphics/png \ libassimp.so:multimedia/assimp +USES= autoreconf compiler:c++11-lib gmake pkgconfig + USE_GITHUB= yes GH_ACCOUNT= pioneerspacesim -GH_TAGNAME= 20170304 +GH_TAGNAME= 20171001 -USES= autoreconf compiler:c++11-lib gmake pkgconfig USE_GL= gl USE_SDL= image2 sdl2 @@ -63,7 +59,7 @@ DESKTOP_ENTRIES="Pioneer" "${COMMENT}" \ SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS MODELCOMPILER NOGPUJOBS PROFILER +OPTIONS_DEFINE= DOCS MODELCOMPILER NOGPUJOBS PROFILER SERVERAGENT OPTIONS_DEFAULT= MODELCOMPILER DOCS_SUB_LIST= QUICKSTART_PATH="${DOCSDIR}" DOCS_SUB_LIST_OFF= \ @@ -73,6 +69,9 @@ MODELCOMPILER_PLIST_FILES= bin/${PORTNAME}-modelcompil NOGPUJOBS_DESC= Disable EnableGPUJobs for config.ini by default PROFILER_DESC= Build with internal profiler PROFILER_CONFIGURE_ON= --enable-profiler +SERVERAGENT_DESC= Build with server agent +SERVERAGENT_CONFIGURE_WITH= server-agent +SERVERAGENT_LIB_DEPENDS= libcurl.so:ftp/curl .include Modified: head/games/pioneer/distinfo ============================================================================== --- head/games/pioneer/distinfo Fri Oct 6 15:05:48 2017 (r451386) +++ head/games/pioneer/distinfo Fri Oct 6 15:08:56 2017 (r451387) @@ -1,5 +1,3 @@ -TIMESTAMP = 1488555232 -SHA256 (pioneerspacesim-pioneer-0.0.20170304-20170304_GH0.tar.gz) = 45d448a5ac53c9e230522600f03dad7abc70788367d09c3edcb4ae4285050004 -SIZE (pioneerspacesim-pioneer-0.0.20170304-20170304_GH0.tar.gz) = 194776151 -SHA256 (a53fdbe8b046.patch) = f9b438480642ad4a9a71cd976c007bc9c5a0fa82d3dc2d4d0892c1d6e00b78d7 -SIZE (a53fdbe8b046.patch) = 1109 +TIMESTAMP = 1506816107 +SHA256 (pioneerspacesim-pioneer-0.0.20171001-20171001_GH0.tar.gz) = 154118bd3dac2f9b8ea43a837bcb967abcc8c3a8ee5ab61d35183bae85e8b0db +SIZE (pioneerspacesim-pioneer-0.0.20171001-20171001_GH0.tar.gz) = 210900753 Added: head/games/pioneer/files/patch-data_modules_SearchRescue_SearchRescue.lua ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pioneer/files/patch-data_modules_SearchRescue_SearchRescue.lua Fri Oct 6 15:08:56 2017 (r451387) @@ -0,0 +1,83 @@ +Fix SAR selection of ship sizes for missions +https://github.com/pioneerspacesim/pioneer/commit/008e30a857036a8cc40c42bf89ef68e65b47a41e + +--- data/modules/SearchRescue/SearchRescue.lua.orig 2017-10-01 00:01:47 UTC ++++ data/modules/SearchRescue/SearchRescue.lua +@@ -613,7 +613,20 @@ local createTargetShipParameters = funct + ---- loading drive, weapons etc. + if flavour.id == 1 or flavour.id == 6 then + for i,shipdef in pairs(shipdefs) do +- if shipdef.capacity / 10 < 1 then shipdefs[i] = nil end ++ ++ -- get mass of hyperdrive if this ship has a default drive ++ -- if no default drive assume lowest mass drive ++ -- higher mass drives will only be fitted later at ship creation if capacity is huge ++ local drive = Equipment.hyperspace['hyperdrive_'..tostring(shipdef.hyperdriveClass)] ++ if not drive then ++ local drives = {} ++ for i = 9, 1, -1 do ++ table.insert(drives, Equipment.hyperspace['hyperdrive_'..tostring(i)]) ++ end ++ table.sort(drives, function (a,b) return a.capabilities.mass < b.capabilities.mass end) ++ drive = drives[1] ++ end ++ if (shipdef.capacity-drive.capabilities.mass) / 10 < 1 then shipdefs[i] = nil end + end + elseif flavour.pickup_pass > 0 then + for i,shipdef in pairs(shipdefs) do +@@ -661,7 +674,16 @@ local createTargetShipParameters = funct + if flavour.id == 1 or flavour.id == 6 then + local any_pass = rand:Integer(0,1) + if any_pass > 0 then +- pickup_pass = rand:Integer(1, math.min((shipdef.capacity / 10)+1, max_pass)) ++ local drive = Equipment.hyperspace['hyperdrive_'..tostring(shipdef.hyperdriveClass)] ++ if not drive then ++ local drives = {} ++ for i = 9, 1, -1 do ++ table.insert(drives, Equipment.hyperspace['hyperdrive_'..tostring(i)]) ++ end ++ table.sort(drives, function (a,b) return a.capabilities.mass < b.capabilities.mass end) ++ drive = drives[1] ++ end ++ pickup_pass = rand:Integer(1, math.min(((shipdef.capacity-drive.capabilities.mass) / 10)+1, max_pass)) + else + pickup_pass = 0 + end +@@ -709,22 +731,25 @@ local createTargetShip = function (missi + ship:SetPattern(pattern) + + -- load a hyperdrive +- local default_drive = Equipment.hyperspace['hyperdrive_'..tostring(shipdef.hyperdriveClass)] +- if default_drive then +- ship:AddEquip(default_drive) +- else +- local drive ++ -- 1st try: default drive for this ship class ++ -- 2nd try: largest drive possible that doesn't take more than a 10th of available room ++ -- fallback: smallest drive ++ local drives = {} ++ local drive = Equipment.hyperspace['hyperdrive_'..tostring(shipdef.hyperdriveClass)] ++ if not drive then + for i = 9, 1, -1 do +- drive = Equipment.hyperspace['hyperdrive_'..tostring(i)] +- if shipdef.capacity / 10 > drive.capabilities.mass then +- ship:AddEquip(drive) +- break +- end ++ table.insert(drives, Equipment.hyperspace['hyperdrive_'..tostring(i)]) + end +- if not drive then +- ship:AddEquip(Equipment.hyperspace['hyperdrive_1']) ++ table.sort(drives, function (a,b) return a.capabilities.mass < b.capabilities.mass end) ++ for i = #drives, 1, -1 do ++ local test_drive = drives[i] ++ if shipdef.capacity / 10 > test_drive.capabilities.mass then ++ drive = test_drive ++ end + end + end ++ if not drive then drive = drives[1] end ++ ship:AddEquip(drive) + + -- add thruster fuel + if mission.flavour.id == 2 or mission.flavour.id == 4 or mission.flavour.id == 5 then From owner-svn-ports-all@freebsd.org Fri Oct 6 15:27:58 2017 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 6EDC4E39AE7; Fri, 6 Oct 2017 15:27:58 +0000 (UTC) (envelope-from lifanov@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 2DF083B8C; Fri, 6 Oct 2017 15:27:58 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96FRvR9024134; Fri, 6 Oct 2017 15:27:57 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96FRvjk024132; Fri, 6 Oct 2017 15:27:57 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201710061527.v96FRvjk024132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 6 Oct 2017 15:27:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451388 - head/sysutils/zrepl X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: head/sysutils/zrepl X-SVN-Commit-Revision: 451388 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 15:27:58 -0000 Author: lifanov Date: Fri Oct 6 15:27:57 2017 New Revision: 451388 URL: https://svnweb.freebsd.org/changeset/ports/451388 Log: sysutils/zrepl: install newsyslog snippet as @sample Reported by: mat Differential Revision: https://reviews.freebsd.org/D12462 Modified: head/sysutils/zrepl/Makefile head/sysutils/zrepl/pkg-plist Modified: head/sysutils/zrepl/Makefile ============================================================================== --- head/sysutils/zrepl/Makefile Fri Oct 6 15:08:56 2017 (r451387) +++ head/sysutils/zrepl/Makefile Fri Oct 6 15:27:57 2017 (r451388) @@ -3,6 +3,7 @@ PORTNAME= zrepl PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= lifanov@FreeBSD.org @@ -55,7 +56,7 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d \ ${STAGEDIR}${PREFIX}/etc/syslog.d \ ${STAGEDIR}${PREFIX}/etc/zrepl - ${INSTALL_DATA} ${FILESDIR}/newsyslog-zrepl.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/zrepl.conf + ${INSTALL_DATA} ${FILESDIR}/newsyslog-zrepl.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/zrepl.conf.sample ${INSTALL_DATA} ${FILESDIR}/syslog-zrepl.conf.sample ${STAGEDIR}${PREFIX}/etc/syslog.d/zrepl.conf.sample ${INSTALL_DATA} ${FILESDIR}/zrepl.yml.sample ${STAGEDIR}${PREFIX}/etc/zrepl/zrepl.yml.sample Modified: head/sysutils/zrepl/pkg-plist ============================================================================== --- head/sysutils/zrepl/pkg-plist Fri Oct 6 15:08:56 2017 (r451387) +++ head/sysutils/zrepl/pkg-plist Fri Oct 6 15:27:57 2017 (r451388) @@ -1,4 +1,4 @@ bin/zrepl -etc/newsyslog.conf.d/zrepl.conf +@sample etc/newsyslog.conf.d/zrepl.conf.sample @sample etc/syslog.d/zrepl.conf.sample @sample etc/zrepl/zrepl.yml.sample From owner-svn-ports-all@freebsd.org Fri Oct 6 15:44:21 2017 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 72A97E39EF6; Fri, 6 Oct 2017 15:44:21 +0000 (UTC) (envelope-from mmokhi@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 29142636C9; Fri, 6 Oct 2017 15:44:21 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96FiKcc032920; Fri, 6 Oct 2017 15:44:20 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96FiIjq032898; Fri, 6 Oct 2017 15:44:18 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201710061544.v96FiIjq032898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Fri, 6 Oct 2017 15:44:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451389 - in head/databases: mysql80-client mysql80-client/files mysql80-server mysql80-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: in head/databases: mysql80-client mysql80-client/files mysql80-server mysql80-server/files X-SVN-Commit-Revision: 451389 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 15:44:21 -0000 Author: mmokhi Date: Fri Oct 6 15:44:18 2017 New Revision: 451389 URL: https://svnweb.freebsd.org/changeset/ports/451389 Log: databases/mysql80-{server, client}: Update port to the latest release 8.0.2 Changes happened into format of --version which caused r450384 Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D12579 Added: head/databases/mysql80-client/files/patch-sql_share_CMakeLists.txt (contents, props changed) head/databases/mysql80-client/files/patch-utilities_CMakeLists.txt - copied, changed from r451388, head/databases/mysql80-client/files/patch-extra_CMakeLists.txt Deleted: head/databases/mysql80-client/files/patch-extra_CMakeLists.txt head/databases/mysql80-server/files/patch-sql_histograms_histogram.h head/databases/mysql80-server/files/patch-sql_histograms_singleton.cc head/databases/mysql80-server/files/patch-sql_histograms_singleton.h head/databases/mysql80-server/files/patch-sql_json__dom.h head/databases/mysql80-server/files/patch-storage_innobase_buf_buf0buf.cc head/databases/mysql80-server/files/patch-storage_innobase_dict_dict0stats.cc head/databases/mysql80-server/files/patch-storage_innobase_sync_sync0debug.cc head/databases/mysql80-server/files/patch-storage_innobase_trx_trx0purge.cc head/databases/mysql80-server/files/patch-storage_innobase_trx_trx0trx.cc Modified: head/databases/mysql80-client/Makefile head/databases/mysql80-client/files/patch-CMakeLists.txt head/databases/mysql80-client/files/patch-cmd-line-utils_libedit_chartype.h head/databases/mysql80-client/files/patch-cmd-line-utils_libedit_vi.c head/databases/mysql80-client/files/patch-include_CMakeLists.txt head/databases/mysql80-client/files/patch-libmysql_CMakeLists.txt head/databases/mysql80-client/files/patch-support-files_CMakeLists.txt head/databases/mysql80-client/pkg-plist head/databases/mysql80-server/Makefile head/databases/mysql80-server/distinfo head/databases/mysql80-server/files/patch-CMakeLists.txt head/databases/mysql80-server/files/patch-cmake_plugin.cmake head/databases/mysql80-server/files/patch-cmd-line-utils_libedit_chartype.h head/databases/mysql80-server/files/patch-cmd-line-utils_libedit_vi.c head/databases/mysql80-server/files/patch-include_CMakeLists.txt head/databases/mysql80-server/files/patch-plugin_password__validation_validate__password.cc head/databases/mysql80-server/files/patch-rapid_plugin_x_CMakeLists.txt head/databases/mysql80-server/files/patch-rapid_unittest_gunit_xplugin_CMakeLists.txt head/databases/mysql80-server/files/patch-sql_conn__handler_socket__connection.cc head/databases/mysql80-server/pkg-plist Modified: head/databases/mysql80-client/Makefile ============================================================================== --- head/databases/mysql80-client/Makefile Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-client/Makefile Fri Oct 6 15:44:18 2017 (r451389) @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= mysql -PORTREVISION?= 3 PKGNAMESUFFIX= 80-client COMMENT= Multithreaded SQL database (client) @@ -23,7 +22,7 @@ CONFLICTS_INSTALL= mysql8[1-9]-client-* \ mariadb[0-9][0-9]-client-* \ percona[0-9][0-9]-client-* -CMAKE_ARGS+= -DWITHOUT_SERVER=1 +CMAKE_ARGS+= -DWITHOUT_SERVER=1 -DINSTALL_SUPPORTFILESDIR=0 USE_LDCONFIG+= ${PREFIX}/lib/mysql Modified: head/databases/mysql80-client/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mysql80-client/files/patch-CMakeLists.txt Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-client/files/patch-CMakeLists.txt Fri Oct 6 15:44:18 2017 (r451389) @@ -1,16 +1,24 @@ ---- CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +--- CMakeLists.txt.orig 2017-06-27 11:44:29 UTC +++ CMakeLists.txt -@@ -606,8 +606,8 @@ ENDIF() +@@ -700,9 +700,6 @@ IF(NOT WITHOUT_SERVER) + SET (MYSQLD_STATIC_PLUGIN_LIBS "" CACHE INTERNAL "") + # Add storage engines and plugins. + CONFIGURE_PLUGINS() +-ELSE() +- # We may still want Cluster client libraries, use -DWITH_NDBCLUSTER=1 +- ADD_SUBDIRECTORY(storage/ndb) + ENDIF() - ADD_SUBDIRECTORY(extra) - ADD_SUBDIRECTORY(client) --ADD_SUBDIRECTORY(sql/share) - ADD_SUBDIRECTORY(libservices) + ADD_SUBDIRECTORY(include) +@@ -715,6 +712,7 @@ ADD_SUBDIRECTORY(extra/regex) + ADD_SUBDIRECTORY(libmysql) + ADD_SUBDIRECTORY(libbinlogevents) + ADD_SUBDIRECTORY(libbinlogstandalone) +ADD_SUBDIRECTORY(support-files) - IF(UNIX) - ADD_SUBDIRECTORY(man) -@@ -676,14 +676,13 @@ ELSE() + IF(NOT WITHOUT_SERVER) + SET (MYSQLD_STATIC_COMPONENT_LIBS "" CACHE INTERNAL "") +@@ -811,14 +809,13 @@ ELSE() SET(CPACK_GENERATOR "TGZ") ENDIF() ADD_SUBDIRECTORY(packaging/WiX) @@ -26,7 +34,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") INSTALL(FILES COPYING LICENSE.mysql DESTINATION ${INSTALL_DOCREADMEDIR} -@@ -706,6 +705,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") +@@ -841,6 +838,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") PATTERN "sp-imp-spec.txt" EXCLUDE ) ENDIF() Modified: head/databases/mysql80-client/files/patch-cmd-line-utils_libedit_chartype.h ============================================================================== --- head/databases/mysql80-client/files/patch-cmd-line-utils_libedit_chartype.h Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-client/files/patch-cmd-line-utils_libedit_chartype.h Fri Oct 6 15:44:18 2017 (r451389) @@ -1,5 +1,5 @@ ---- cmd-line-utils/libedit/chartype.h.orig 2016-03-28 18:06:12 UTC -+++ cmd-line-utils/libedit/chartype.h +--- extra/libedit/chartype.h.orig 2016-03-28 18:06:12 UTC ++++ extra/libedit/chartype.h @@ -49,7 +49,7 @@ TODO : Verify if FreeBSD & AIX stores ISO 10646 in wchar_t. */ #if !defined(__NetBSD__) && !defined(__sun) \ Modified: head/databases/mysql80-client/files/patch-cmd-line-utils_libedit_vi.c ============================================================================== --- head/databases/mysql80-client/files/patch-cmd-line-utils_libedit_vi.c Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-client/files/patch-cmd-line-utils_libedit_vi.c Fri Oct 6 15:44:18 2017 (r451389) @@ -1,5 +1,5 @@ ---- cmd-line-utils/libedit/vi.c.orig 2016-03-28 18:06:12 UTC -+++ cmd-line-utils/libedit/vi.c +--- extra/libedit/vi.c.orig 2016-03-28 18:06:12 UTC ++++ extra/libedit/vi.c @@ -919,7 +919,7 @@ vi_comment_out(EditLine *el, Int c __att * NB: posix implies that we should enter insert mode, however * this is against historical precedent... Modified: head/databases/mysql80-client/files/patch-include_CMakeLists.txt ============================================================================== --- head/databases/mysql80-client/files/patch-include_CMakeLists.txt Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-client/files/patch-include_CMakeLists.txt Fri Oct 6 15:44:18 2017 (r451389) @@ -1,56 +1,88 @@ ---- include/CMakeLists.txt.orig 2016-08-25 12:32:09 UTC +--- include/CMakeLists.txt.orig 2017-09-21 15:51:58 UTC +++ include/CMakeLists.txt -@@ -37,6 +37,7 @@ SET(HEADERS_ABI - - SET(HEADERS - ${HEADERS_ABI} -+ hash.h - my_dbug.h - m_string.h - my_sys.h -@@ -64,6 +65,81 @@ SET(HEADERS - thr_cond.h - thr_mutex.h - thr_rwlock.h +@@ -30,11 +30,179 @@ SET(HEADERS + ${CMAKE_CURRENT_BINARY_DIR}/mysql_version.h + ${CMAKE_CURRENT_BINARY_DIR}/mysqld_error.h + ../libbinlogevents/export/binary_log_types.h + base64.h ++ big_endian.h ++ byte_order_generic.h ++ byte_order_generic_x86.h + c_string_less.h + crypt_genhash_impl.h ++ decimal.h + depth_first_search.h + dur_prop.h ++ errmsg.h + ft_global.h ++ hash.h + heap.h -+ i_callable.h -+ instance_callback.h ++ keycache.h ++ lex_string.h + lf.h ++ little_endian.h ++ m_ctype.h ++ m_string.h ++ map_helpers.h ++ mem_root_fwd.h ++ mf_wcomp.h + mutex_lock.h + my_aes.h ++ my_alloc.h + my_atomic.h + my_base.h + my_bit.h + my_bitmap.h ++ my_byteorder.h + my_check_opt.h ++ my_command.h + my_compare.h + my_compare.h.orig ++ my_compiler.h ++ my_dbug.h + my_default.h ++ my_dir.h ++ my_double2ulonglong.h ++ my_getopt.h ++ my_hash_combine.h + my_icp.h ++ my_inttypes.h ++ my_io.h ++ my_list.h ++ my_loglevel.h ++ my_macros.h + my_md5.h + my_md5_size.h + my_murmur3.h ++ my_pointer_arithmetic.h ++ my_psi_config.h ++ my_rapidjson_size_t.h + my_rdtsc.h + my_rnd.h ++ my_sharedlib.h ++ my_shm_defaults.h + my_sqlcommand.h + my_stacktrace.h ++ my_sys.h ++ my_systime.h ++ my_table_map.h ++ my_thread.h ++ my_thread_local.h + my_thread_os_id.h + my_time.h + my_timer.h + my_tree.h + my_uctype.h + my_user.h ++ my_xml.h + myisam.h -+ myisam.h.orig + myisammrg.h + myisampack.h ++ mysql.h + mysql.h.pp ++ mysql_com.h ++ mysql_com_server.h ++ mysql_time.h + mysql_version.h.in + mysys_err.h + nullable.h @@ -70,33 +102,81 @@ + pfs_thread_provider.h + pfs_transaction_provider.h + prealloced_array.h ++ print_version.h + priority_queue.h -+ probes_mysql.d.base -+ probes_mysql.h -+ probes_mysql_nodtrace.h -+ queues.h + rwlock_scoped_lock.h + scope_guard.h + service_versions.h + sha1.h + sha2.h + sql_chars.h ++ sql_common.h + sql_string.h ++ sslopt-case.h ++ sslopt-longopts.h ++ sslopt-vars.h + str_uca_type.h + template_utils.h ++ thr_cond.h + thr_lock.h ++ thr_mutex.h ++ thr_rwlock.h ++ typelib.h ++ varlen_sort.h + violite.h + welcome_copyright_notice.h - ${HEADERS_GEN_CONFIGURE} ) - -@@ -76,5 +152,9 @@ INSTALL(DIRECTORY mysql/ DESTINATION ${I - PATTERN "*.h" - PATTERN "psi_abi*" EXCLUDE + SET(HEADERS_MYSQL_DIR + mysql/client_plugin.h + mysql/plugin_auth_common.h + mysql/udf_registration_types.h ++ mysql/client_authentication.h ++ mysql/client_plugin.h.pp ++ mysql/com_data.h ++ mysql/get_password.h ++ mysql/group_replication_priv.h ++ mysql/innodb_priv.h ++ mysql/mysql_lex_string.h ++ mysql/plugin.h ++ mysql/plugin_audit.h ++ mysql/plugin_audit.h.pp ++ mysql/plugin_auth.h ++ mysql/plugin_auth.h.pp ++ mysql/plugin_auth_common.h ++ mysql/plugin_ftparser.h ++ mysql/plugin_ftparser.h.pp ++ mysql/plugin_group_replication.h ++ mysql/plugin_keyring.h ++ mysql/plugin_keyring.h.pp ++ mysql/plugin_query_rewrite.h ++ mysql/plugin_trace.h ++ mysql/plugin_validate_password.h ++ mysql/service_command.h ++ mysql/service_locking.h ++ mysql/service_my_plugin_log.h ++ mysql/service_my_snprintf.h ++ mysql/service_mysql_alloc.h ++ mysql/service_mysql_keyring.h ++ mysql/service_mysql_password_policy.h ++ mysql/service_mysql_string.h ++ mysql/service_parser.h ++ mysql/service_plugin_registry.h ++ mysql/service_rpl_transaction_ctx.h ++ mysql/service_rpl_transaction_write_set.h ++ mysql/service_rules_table.h ++ mysql/service_security_context.h ++ mysql/service_srv_session.h ++ mysql/service_srv_session_info.h ++ mysql/service_ssl_wrapper.h ++ mysql/service_thd_alloc.h ++ mysql/service_thd_engine_lock.h ++ mysql/service_thd_wait.h ++ mysql/service_thread_scheduler.h ++ mysql/services.h ++ mysql/services.h.pp ++ mysql/thread_pool_priv.h ++ mysql/thread_type.h ++ mysql/udf_registration_types.h ) -+INSTALL(DIRECTORY atomic/ DESTINATION ${INSTALL_INCLUDEDIR}/atomic COMPONENT Development -+ PATTERN "*.h" -+ PATTERN "psi_abi*" EXCLUDE -+) - + INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development) Modified: head/databases/mysql80-client/files/patch-libmysql_CMakeLists.txt ============================================================================== --- head/databases/mysql80-client/files/patch-libmysql_CMakeLists.txt Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-client/files/patch-libmysql_CMakeLists.txt Fri Oct 6 15:44:18 2017 (r451389) @@ -1,6 +1,18 @@ ---- libmysql/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +--- libmysql/CMakeLists.txt.orig 2017-06-27 11:44:29 UTC +++ libmysql/CMakeLists.txt -@@ -260,7 +260,7 @@ IF(NOT DISABLE_SHARED) +@@ -181,6 +181,11 @@ IF (WIN32 AND OPENSSL_APPLINK_C) + ) + ENDIF() + ++INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compile_flags.cmake) ++IF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") ++ ADD_COMPILE_FLAGS(${CLIENT_SOURCES} COMPILE_FLAGS "-fPIC") ++ENDIF() ++ + # + # Include protocol tracing infrastructure and the test + # trace plugin if enabled by build options. +@@ -254,7 +258,7 @@ IF(NOT DISABLE_SHARED) COMPONENT SharedLibraries) IF(UNIX) # libtool compatability Added: head/databases/mysql80-client/files/patch-sql_share_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql80-client/files/patch-sql_share_CMakeLists.txt Fri Oct 6 15:44:18 2017 (r451389) @@ -0,0 +1,27 @@ +--- sql/share/CMakeLists.txt.orig 2017-10-03 10:54:31 UTC ++++ sql/share/CMakeLists.txt +@@ -45,6 +45,7 @@ SET(files + dictionary.txt + ) + ++IF (FALSE) + FOREACH (dir ${dirs}) + INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${dir} + DESTINATION ${INSTALL_MYSQLSHAREDIR} +@@ -57,13 +58,16 @@ INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE + COMPONENT Server + PATTERN "languages.html" EXCLUDE + ) ++ENDIF() + + # Don't copy if we're building in-source. + IF (NOT ${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) + CONFIGURE_FILE(dictionary.txt ${CMAKE_BINARY_DIR}/sql/share/dictionary.txt) + ENDIF() + ++IF (FALSE) + INSTALL(FILES ${files} + DESTINATION ${INSTALL_MYSQLSHAREDIR} + COMPONENT Server + ) ++ENDIF() Modified: head/databases/mysql80-client/files/patch-support-files_CMakeLists.txt ============================================================================== --- head/databases/mysql80-client/files/patch-support-files_CMakeLists.txt Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-client/files/patch-support-files_CMakeLists.txt Fri Oct 6 15:44:18 2017 (r451389) @@ -1,37 +1,23 @@ ---- support-files/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +--- support-files/CMakeLists.txt.orig 2017-06-27 11:44:29 UTC +++ support-files/CMakeLists.txt -@@ -44,14 +44,17 @@ ELSE() - SET(inst_location ${INSTALL_SUPPORTFILESDIR}) - ENDIF() - -+IF(FALSE) - SET(inifile my-default) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${inifile}.cnf.sh - ${CMAKE_CURRENT_BINARY_DIR}/${inifile}.${ini_file_extension} @ONLY) - INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${inifile}.${ini_file_extension} - DESTINATION ${inst_location} COMPONENT IniFiles) -+ENDIF() - - IF(UNIX) +@@ -46,6 +46,7 @@ IF(UNIX) + ELSE() + SET (PIDOF "pgrep -d' ' -f") + ENDIF() ++IF (FALSE) SET(prefix ${CMAKE_INSTALL_PREFIX}) -+IF(FALSE) FOREACH(script mysqld_multi.server mysql-log-rotate) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${script}.sh - ${CMAKE_CURRENT_BINARY_DIR}/${script} @ONLY ) -@@ -68,9 +71,11 @@ IF(UNIX) +@@ -59,9 +60,12 @@ IF(UNIX) IF(INSTALL_SUPPORTFILESDIR) INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) ENDIF() +ENDIF() ++ENDIF() INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) -+IF(FALSE) ++IF (FALSE) SET(bindir ${prefix}/${INSTALL_BINDIR}) SET(sbindir ${prefix}/${INSTALL_SBINDIR}) - SET(scriptdir ${prefix}/${INSTALL_SCRIPTDIR}) -@@ -83,3 +88,4 @@ IF(UNIX) - PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ - GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) - ENDIF() -+ENDIF() + SET(libexecdir ${prefix}/${INSTALL_SBINDIR}) Copied and modified: head/databases/mysql80-client/files/patch-utilities_CMakeLists.txt (from r451388, head/databases/mysql80-client/files/patch-extra_CMakeLists.txt) ============================================================================== --- head/databases/mysql80-client/files/patch-extra_CMakeLists.txt Fri Oct 6 15:27:57 2017 (r451388, copy source) +++ head/databases/mysql80-client/files/patch-utilities_CMakeLists.txt Fri Oct 6 15:44:18 2017 (r451389) @@ -1,5 +1,5 @@ ---- extra/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC -+++ extra/CMakeLists.txt +--- utilities/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC ++++ utilities/CMakeLists.txt @@ -45,6 +45,7 @@ ENDIF() ADD_CUSTOM_COMMAND(OUTPUT ${PROJECT_BINARY_DIR}/include/mysqld_error.h Modified: head/databases/mysql80-client/pkg-plist ============================================================================== --- head/databases/mysql80-client/pkg-plist Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-client/pkg-plist Fri Oct 6 15:44:18 2017 (r451389) @@ -10,10 +10,6 @@ bin/mysqlimport bin/mysqlpump bin/mysqlshow bin/mysqlslap -include/mysql/atomic/gcc_atomic.h -include/mysql/atomic/gcc_sync.h -include/mysql/atomic/generic-msvc.h -include/mysql/atomic/solaris.h include/mysql/base64.h include/mysql/big_endian.h include/mysql/binary_log_types.h @@ -28,13 +24,15 @@ include/mysql/errmsg.h include/mysql/ft_global.h include/mysql/hash.h include/mysql/heap.h -include/mysql/i_callable.h -include/mysql/instance_callback.h include/mysql/keycache.h +include/mysql/lex_string.h include/mysql/lf.h include/mysql/little_endian.h include/mysql/m_ctype.h include/mysql/m_string.h +include/mysql/map_helpers.h +include/mysql/mem_root_fwd.h +include/mysql/mf_wcomp.h include/mysql/mutex_lock.h include/mysql/my_aes.h include/mysql/my_alloc.h @@ -47,22 +45,33 @@ include/mysql/my_check_opt.h include/mysql/my_command.h include/mysql/my_compare.h include/mysql/my_compiler.h -include/mysql/my_config.h include/mysql/my_dbug.h include/mysql/my_default.h include/mysql/my_dir.h +include/mysql/my_double2ulonglong.h include/mysql/my_getopt.h -include/mysql/my_global.h +include/mysql/my_hash_combine.h include/mysql/my_icp.h +include/mysql/my_inttypes.h +include/mysql/my_io.h include/mysql/my_list.h +include/mysql/my_loglevel.h +include/mysql/my_macros.h include/mysql/my_md5.h include/mysql/my_md5_size.h include/mysql/my_murmur3.h +include/mysql/my_pointer_arithmetic.h +include/mysql/my_psi_config.h +include/mysql/my_rapidjson_size_t.h include/mysql/my_rdtsc.h include/mysql/my_rnd.h +include/mysql/my_sharedlib.h +include/mysql/my_shm_defaults.h include/mysql/my_sqlcommand.h include/mysql/my_stacktrace.h include/mysql/my_sys.h +include/mysql/my_systime.h +include/mysql/my_table_map.h include/mysql/my_thread.h include/mysql/my_thread_local.h include/mysql/my_thread_os_id.h @@ -81,14 +90,6 @@ include/mysql/mysql/client_authentication.h include/mysql/mysql/client_plugin.h include/mysql/mysql/client_plugin.h.pp include/mysql/mysql/com_data.h -include/mysql/mysql/components/component_implementation.h -include/mysql/mysql/components/my_service.h -include/mysql/mysql/components/service.h -include/mysql/mysql/components/service_implementation.h -include/mysql/mysql/components/services/dynamic_loader.h -include/mysql/mysql/components/services/dynamic_loader_scheme_file.h -include/mysql/mysql/components/services/persistent_dynamic_loader.h -include/mysql/mysql/components/services/registry.h include/mysql/mysql/get_password.h include/mysql/mysql/group_replication_priv.h include/mysql/mysql/innodb_priv.h @@ -107,37 +108,6 @@ include/mysql/mysql/plugin_keyring.h.pp include/mysql/mysql/plugin_query_rewrite.h include/mysql/mysql/plugin_trace.h include/mysql/mysql/plugin_validate_password.h -include/mysql/mysql/psi/mysql_cond.h -include/mysql/mysql/psi/mysql_error.h -include/mysql/mysql/psi/mysql_file.h -include/mysql/mysql/psi/mysql_idle.h -include/mysql/mysql/psi/mysql_mdl.h -include/mysql/mysql/psi/mysql_memory.h -include/mysql/mysql/psi/mysql_mutex.h -include/mysql/mysql/psi/mysql_ps.h -include/mysql/mysql/psi/mysql_rwlock.h -include/mysql/mysql/psi/mysql_socket.h -include/mysql/mysql/psi/mysql_sp.h -include/mysql/mysql/psi/mysql_stage.h -include/mysql/mysql/psi/mysql_statement.h -include/mysql/mysql/psi/mysql_table.h -include/mysql/mysql/psi/mysql_thread.h -include/mysql/mysql/psi/mysql_transaction.h -include/mysql/mysql/psi/psi_base.h -include/mysql/mysql/psi/psi_cond.h -include/mysql/mysql/psi/psi_error.h -include/mysql/mysql/psi/psi_file.h -include/mysql/mysql/psi/psi_idle.h -include/mysql/mysql/psi/psi_mdl.h -include/mysql/mysql/psi/psi_memory.h -include/mysql/mysql/psi/psi_mutex.h -include/mysql/mysql/psi/psi_rwlock.h -include/mysql/mysql/psi/psi_socket.h -include/mysql/mysql/psi/psi_stage.h -include/mysql/mysql/psi/psi_statement.h -include/mysql/mysql/psi/psi_table.h -include/mysql/mysql/psi/psi_thread.h -include/mysql/mysql/psi/psi_transaction.h include/mysql/mysql/service_command.h include/mysql/mysql/service_locking.h include/mysql/mysql/service_my_plugin_log.h @@ -147,6 +117,7 @@ include/mysql/mysql/service_mysql_keyring.h include/mysql/mysql/service_mysql_password_policy.h include/mysql/mysql/service_mysql_string.h include/mysql/mysql/service_parser.h +include/mysql/mysql/service_plugin_registry.h include/mysql/mysql/service_rpl_transaction_ctx.h include/mysql/mysql/service_rpl_transaction_write_set.h include/mysql/mysql/service_rules_table.h @@ -162,12 +133,12 @@ include/mysql/mysql/services.h include/mysql/mysql/services.h.pp include/mysql/mysql/thread_pool_priv.h include/mysql/mysql/thread_type.h +include/mysql/mysql/udf_registration_types.h include/mysql/mysql_com.h include/mysql/mysql_com_server.h include/mysql/mysql_time.h include/mysql/mysql_version.h include/mysql/mysql_version.h.in -include/mysql/mysqld_ername.h include/mysql/mysqld_error.h include/mysql/mysys_err.h include/mysql/nullable.h @@ -186,18 +157,9 @@ include/mysql/pfs_statement_provider.h include/mysql/pfs_table_provider.h include/mysql/pfs_thread_provider.h include/mysql/pfs_transaction_provider.h -include/mysql/plugin.h -include/mysql/plugin_audit.h -include/mysql/plugin_ftparser.h -include/mysql/plugin_group_replication.h -include/mysql/plugin_keyring.h -include/mysql/plugin_validate_password.h include/mysql/prealloced_array.h +include/mysql/print_version.h include/mysql/priority_queue.h -include/mysql/probes_mysql.d.base -include/mysql/probes_mysql.h -include/mysql/probes_mysql_nodtrace.h -include/mysql/queues.h include/mysql/rwlock_scoped_lock.h include/mysql/scope_guard.h include/mysql/service_versions.h @@ -216,6 +178,7 @@ include/mysql/thr_lock.h include/mysql/thr_mutex.h include/mysql/thr_rwlock.h include/mysql/typelib.h +include/mysql/varlen_sort.h include/mysql/violite.h include/mysql/welcome_copyright_notice.h lib/mysql/libmysqlclient.a Modified: head/databases/mysql80-server/Makefile ============================================================================== --- head/databases/mysql80-server/Makefile Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-server/Makefile Fri Oct 6 15:44:18 2017 (r451389) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 8.0.0 +PORTVERSION= 8.0.2 DISTVERSIONSUFFIX?= -dmr -PORTREVISION?= 5 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-8.0 PKGNAMESUFFIX?= 80-server @@ -31,6 +30,7 @@ LIB_DEPENDS+= libevent.so:devel/libevent \ liblz4.so:archivers/liblz4 CMAKE_BUILD_TYPE= Release +CFLAGS+= -fPIC CMAKE_ARGS+= -DINSTALL_LAYOUT=FREEBSD \ -DINSTALL_LDCONFIGDIR="${LOCALBASE}/libdata/ldconfig" \ @@ -77,6 +77,7 @@ PLIST_SUB= MY_DBDIR=${MY_DBDIR} \ # MySQL-Server part .if !defined(CLIENT_ONLY) USES+= mysql:80 +IGNORE_FreeBSD_10= "FreeBSD 10.0 doesn't have _cxa_thread_atexit() implemeneted in libc, it has been implemented since 11 CONFLICTS_INSTALL= mysql8[1-9]-server-* \ mysql[0-79][0-9]-server-* \ Modified: head/databases/mysql80-server/distinfo ============================================================================== --- head/databases/mysql80-server/distinfo Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-server/distinfo Fri Oct 6 15:44:18 2017 (r451389) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483372244 -SHA256 (mysql-boost-8.0.0-dmr.tar.gz) = e5b7b77e532c906dc30f12b821950426b8205a64b5a77c26681e2109a3b6a5fc -SIZE (mysql-boost-8.0.0-dmr.tar.gz) = 65567795 +TIMESTAMP = 1505989679 +SHA256 (mysql-boost-8.0.2-dmr.tar.gz) = a93f63e8ac72046bc5b0dc8515c60dd72faaaff352652aa46375f3a484ac3872 +SIZE (mysql-boost-8.0.2-dmr.tar.gz) = 60697707 Modified: head/databases/mysql80-server/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mysql80-server/files/patch-CMakeLists.txt Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-server/files/patch-CMakeLists.txt Fri Oct 6 15:44:18 2017 (r451389) @@ -1,19 +1,14 @@ ---- CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +--- CMakeLists.txt.orig 2017-06-27 11:44:29 UTC +++ CMakeLists.txt -@@ -614,12 +614,10 @@ IF(UNIX) +@@ -750,7 +750,6 @@ IF(UNIX) ENDIF() IF(NOT WITHOUT_SERVER) - ADD_SUBDIRECTORY(testclients) ADD_SUBDIRECTORY(sql) - OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF) - IF(WITH_EMBEDDED_SERVER) - ADD_SUBDIRECTORY(libmysqld) -- ADD_SUBDIRECTORY(libmysqld/examples) - ENDIF(WITH_EMBEDDED_SERVER) ENDIF() -@@ -628,8 +626,6 @@ ENDIF() +@@ -759,8 +758,6 @@ ENDIF() ADD_SUBDIRECTORY(scripts) IF(NOT WITHOUT_SERVER) @@ -22,7 +17,7 @@ ADD_SUBDIRECTORY(support-files) IF(EXISTS ${CMAKE_SOURCE_DIR}/internal/CMakeLists.txt) ADD_SUBDIRECTORY(internal) -@@ -684,6 +680,7 @@ ENDIF() +@@ -819,6 +816,7 @@ ENDIF() # # RPM installs documentation directly from the source tree # @@ -30,7 +25,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") INSTALL(FILES COPYING LICENSE.mysql DESTINATION ${INSTALL_DOCREADMEDIR} -@@ -706,6 +703,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") +@@ -841,6 +839,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") PATTERN "sp-imp-spec.txt" EXCLUDE ) ENDIF() Modified: head/databases/mysql80-server/files/patch-cmake_plugin.cmake ============================================================================== --- head/databases/mysql80-server/files/patch-cmake_plugin.cmake Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-server/files/patch-cmake_plugin.cmake Fri Oct 6 15:44:18 2017 (r451389) @@ -1,12 +1,12 @@ ---- cmake/plugin.cmake.orig 2016-03-28 18:06:12 UTC +--- cmake/plugin.cmake.orig 2017-06-27 11:44:29 UTC +++ cmake/plugin.cmake -@@ -237,9 +237,6 @@ MACRO(MYSQL_ADD_PLUGIN) - MYSQL_INSTALL_TARGETS(${target} - DESTINATION ${INSTALL_PLUGINDIR} - COMPONENT ${INSTALL_COMPONENT}) -- INSTALL_DEBUG_TARGET(${target} -- DESTINATION ${INSTALL_PLUGINDIR}/debug -- COMPONENT ${INSTALL_COMPONENT}) - # Add installed files to list for RPMs - FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files - "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n" +@@ -207,9 +207,6 @@ MACRO(MYSQL_ADD_PLUGIN) + MYSQL_INSTALL_TARGETS(${target} + DESTINATION ${INSTALL_PLUGINDIR} + COMPONENT ${INSTALL_COMPONENT}) +- INSTALL_DEBUG_TARGET(${target} +- DESTINATION ${INSTALL_PLUGINDIR}/debug +- COMPONENT ${INSTALL_COMPONENT}) + # For internal testing in PB2, append collections files + IF(DEFINED ENV{PB2WORKDIR}) + PLUGIN_APPEND_COLLECTIONS(${plugin}) Modified: head/databases/mysql80-server/files/patch-cmd-line-utils_libedit_chartype.h ============================================================================== --- head/databases/mysql80-server/files/patch-cmd-line-utils_libedit_chartype.h Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-server/files/patch-cmd-line-utils_libedit_chartype.h Fri Oct 6 15:44:18 2017 (r451389) @@ -1,5 +1,5 @@ ---- cmd-line-utils/libedit/chartype.h.orig 2016-03-28 18:06:12 UTC -+++ cmd-line-utils/libedit/chartype.h +--- extra/libedit/chartype.h.orig 2016-03-28 18:06:12 UTC ++++ extra/libedit/chartype.h @@ -49,7 +49,7 @@ TODO : Verify if FreeBSD & AIX stores ISO 10646 in wchar_t. */ #if !defined(__NetBSD__) && !defined(__sun) \ Modified: head/databases/mysql80-server/files/patch-cmd-line-utils_libedit_vi.c ============================================================================== --- head/databases/mysql80-server/files/patch-cmd-line-utils_libedit_vi.c Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-server/files/patch-cmd-line-utils_libedit_vi.c Fri Oct 6 15:44:18 2017 (r451389) @@ -1,5 +1,5 @@ ---- cmd-line-utils/libedit/vi.c.orig 2016-03-28 18:06:12 UTC -+++ cmd-line-utils/libedit/vi.c +--- extra/libedit/vi.c.orig 2016-03-28 18:06:12 UTC ++++ extra/libedit/vi.c @@ -919,7 +919,7 @@ vi_comment_out(EditLine *el, Int c __att * NB: posix implies that we should enter insert mode, however * this is against historical precedent... Modified: head/databases/mysql80-server/files/patch-include_CMakeLists.txt ============================================================================== --- head/databases/mysql80-server/files/patch-include_CMakeLists.txt Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-server/files/patch-include_CMakeLists.txt Fri Oct 6 15:44:18 2017 (r451389) @@ -1,19 +1,10 @@ ---- include/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +--- include/CMakeLists.txt.orig 2017-06-27 11:44:29 UTC +++ include/CMakeLists.txt -@@ -69,14 +69,13 @@ SET(HEADERS - ${HEADERS_GEN_CONFIGURE} +@@ -37,5 +37,7 @@ SET(HEADERS_MYSQL_DIR + mysql/udf_registration_types.h ) +IF(FALSE) - INSTALL(FILES - ../libbinlogevents/export/binary_log_types.h - DESTINATION ${INSTALL_INCLUDEDIR} -- COMPONENT Development) --INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development) --INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development - PATTERN "*.h" - PATTERN "psi_abi*" EXCLUDE - ) + INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development) + INSTALL(FILES ${HEADERS_MYSQL_DIR} DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development) +ENDIF() - - Modified: head/databases/mysql80-server/files/patch-plugin_password__validation_validate__password.cc ============================================================================== --- head/databases/mysql80-server/files/patch-plugin_password__validation_validate__password.cc Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-server/files/patch-plugin_password__validation_validate__password.cc Fri Oct 6 15:44:18 2017 (r451389) @@ -1,11 +1,11 @@ ---- plugin/password_validation/validate_password.cc.orig 2016-03-28 18:06:12 UTC +--- plugin/password_validation/validate_password.cc.orig 2017-06-27 11:44:29 UTC +++ plugin/password_validation/validate_password.cc -@@ -18,6 +18,8 @@ +@@ -17,6 +17,8 @@ #include #include #include +/* solve clash between libc++ bitset::test() and test macro from my_global.h */ +#undef test - #include - #include - #include + #include + #include + #include Modified: head/databases/mysql80-server/files/patch-rapid_plugin_x_CMakeLists.txt ============================================================================== --- head/databases/mysql80-server/files/patch-rapid_plugin_x_CMakeLists.txt Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-server/files/patch-rapid_plugin_x_CMakeLists.txt Fri Oct 6 15:44:18 2017 (r451389) @@ -1,16 +1,15 @@ ---- rapid/plugin/x/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +--- rapid/plugin/x/CMakeLists.txt.orig 2017-06-27 11:44:29 UTC +++ rapid/plugin/x/CMakeLists.txt -@@ -91,14 +91,14 @@ ELSE() +@@ -70,13 +70,14 @@ ELSE() ${CMAKE_CURRENT_SOURCE_DIR}/ngs/include ${CMAKE_SOURCE_DIR}/include #temporary - ${CMAKE_CURRENT_SOURCE_DIR}/include/mysql + ${CMAKE_CURRENT_BINARY_DIR}/generated - ${SSL_INCLUDE_DIRS} - ${ZLIB_INCLUDE_DIR} + ${BOOST_INCLUDE_DIR} ) INCLUDE_DIRECTORIES(SYSTEM -- ${BOOST_INCLUDE_DIR} ${PROTOBUF_INCLUDE_DIRS} ${LIBEVENT_INCLUDE_DIR} + ${SSL_INCLUDE_DIRS} Modified: head/databases/mysql80-server/files/patch-rapid_unittest_gunit_xplugin_CMakeLists.txt ============================================================================== --- head/databases/mysql80-server/files/patch-rapid_unittest_gunit_xplugin_CMakeLists.txt Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-server/files/patch-rapid_unittest_gunit_xplugin_CMakeLists.txt Fri Oct 6 15:44:18 2017 (r451389) @@ -1,18 +1,10 @@ ---- rapid/unittest/gunit/xplugin/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +--- rapid/unittest/gunit/xplugin/CMakeLists.txt.orig 2017-09-21 12:20:03 UTC +++ rapid/unittest/gunit/xplugin/CMakeLists.txt -@@ -65,7 +65,6 @@ ENDIF() - ADD_DEFINITIONS(${GMOCK_CFLAGS} -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DUSE_MYSQLX_FULL_PROTO) - - INCLUDE_DIRECTORIES(SYSTEM -- ${BOOST_INCLUDE_DIR} - ${PROTOBUF_INCLUDE_DIRS} - ${SSL_INCLUDE_DIRS} - ${LIBEVENT_INCLUDE_DIR} -@@ -75,6 +74,7 @@ INCLUDE_DIRECTORIES(SYSTEM +@@ -63,6 +63,7 @@ INCLUDE_DIRECTORIES( + ${PROJECT_SOURCE_DIR}/include/mysql + ${ZLIB_INCLUDE_DIR} + ${CMAKE_BINARY_DIR}/rapid/plugin/x/generated/ ++ ${BOOST_INCLUDE_DIR} ) - INCLUDE_DIRECTORIES( -+ ${BOOST_INCLUDE_DIR} - ${CMAKE_SOURCE_DIR}/testing/include - ${PROJECT_SOURCE_DIR}/rapid/plugin/x/ngs/include - ${PROJECT_SOURCE_DIR}/rapid/plugin/x/ngs/include/ngs + FILE( Modified: head/databases/mysql80-server/files/patch-sql_conn__handler_socket__connection.cc ============================================================================== --- head/databases/mysql80-server/files/patch-sql_conn__handler_socket__connection.cc Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-server/files/patch-sql_conn__handler_socket__connection.cc Fri Oct 6 15:44:18 2017 (r451389) @@ -1,6 +1,6 @@ ---- sql/conn_handler/socket_connection.cc.orig 2016-03-28 18:06:12 UTC +--- sql/conn_handler/socket_connection.cc.orig 2017-06-27 11:44:29 UTC +++ sql/conn_handler/socket_connection.cc -@@ -939,20 +939,23 @@ Channel_info* Mysqld_socket_listener::li +@@ -903,22 +903,26 @@ Channel_info* Mysqld_socket_listener::li signal(SIGCHLD, SIG_DFL); request_init(&req, RQ_DAEMON, m_libwrap_name, RQ_FILE, mysql_socket_getfd(connect_sock), NULL); @@ -22,9 +22,12 @@ - "refused connect from %s", eval_client(&req)); + "refused connect from %s", my_eval_client(&req)); + #ifdef HAVE_LIBWRAP_PROTOTYPES + // Some distros have patched tcpd.h to have proper prototypes if (req.sink) - (req.sink)(req.fd); + ((void (*)(int)) (req.sink))(req.fd); - - mysql_socket_shutdown(listen_sock, SHUT_RDWR); - mysql_socket_close(listen_sock); ++ + #else + // Some distros have not patched tcpd.h + if (req.sink) Modified: head/databases/mysql80-server/pkg-plist ============================================================================== --- head/databases/mysql80-server/pkg-plist Fri Oct 6 15:27:57 2017 (r451388) +++ head/databases/mysql80-server/pkg-plist Fri Oct 6 15:44:18 2017 (r451389) @@ -14,17 +14,36 @@ bin/mysqldumpslow bin/mysqltest bin/mysqlxtest bin/perror -bin/replace bin/resolve_stack_dump bin/resolveip -lib/mysql/libmysqld.a lib/mysql/plugin/adt_null.so lib/mysql/plugin/auth.so lib/mysql/plugin/auth_test_plugin.so lib/mysql/plugin/component_example_component1.so lib/mysql/plugin/component_example_component2.so lib/mysql/plugin/component_example_component3.so +lib/mysql/plugin/component_log_sink_json.so +lib/mysql/plugin/component_log_sink_syseventlog.so +lib/mysql/plugin/component_log_sink_test.so +lib/mysql/plugin/component_pfs_example_component_population.so +lib/mysql/plugin/component_test_pfs_notification.so +lib/mysql/plugin/component_test_pfs_resource_group.so +lib/mysql/plugin/component_test_string_service.so +lib/mysql/plugin/component_test_string_service_charset.so +lib/mysql/plugin/component_test_string_service_long.so +lib/mysql/plugin/component_test_udf_registration.so +lib/mysql/plugin/component_udf_reg_3_func.so +lib/mysql/plugin/component_udf_reg_avg_func.so +lib/mysql/plugin/component_udf_reg_int_func.so +lib/mysql/plugin/component_udf_reg_int_same_func.so +lib/mysql/plugin/component_udf_reg_only_3_func.so +lib/mysql/plugin/component_udf_reg_real_func.so +lib/mysql/plugin/component_udf_unreg_3_func.so +lib/mysql/plugin/component_udf_unreg_int_func.so +lib/mysql/plugin/component_udf_unreg_real_func.so +lib/mysql/plugin/connection_control.so lib/mysql/plugin/daemon_example.ini +lib/mysql/plugin/group_replication.so %%NO_EXAMPLE%%lib/mysql/plugin/ha_example.so lib/mysql/plugin/keyring_file.so lib/mysql/plugin/libdaemon_example.so @@ -45,6 +64,7 @@ lib/mysql/plugin/libtest_sql_processlist.so lib/mysql/plugin/libtest_sql_replication.so lib/mysql/plugin/libtest_sql_shutdown.so lib/mysql/plugin/libtest_sql_sqlmode.so +lib/mysql/plugin/libtest_sql_stmt.so lib/mysql/plugin/libtest_sql_stored_procedures_functions.so lib/mysql/plugin/libtest_sql_views_triggers.so lib/mysql/plugin/libtest_x_sessions_deinit.so @@ -53,6 +73,7 @@ lib/mysql/plugin/locking_service.so lib/mysql/plugin/mypluglib.so lib/mysql/plugin/mysql_no_login.so lib/mysql/plugin/mysqlx.so +lib/mysql/plugin/pfs_example_plugin_employee.so lib/mysql/plugin/qa_auth_client.so lib/mysql/plugin/qa_auth_interface.so lib/mysql/plugin/qa_auth_server.so @@ -62,6 +83,7 @@ lib/mysql/plugin/rewriter.so lib/mysql/plugin/semisync_master.so lib/mysql/plugin/semisync_slave.so lib/mysql/plugin/test_security_context.so +lib/mysql/plugin/test_services_plugin_registry.so lib/mysql/plugin/keyring_udf.so lib/mysql/plugin/test_udf_services.so lib/mysql/plugin/validate_password.so @@ -83,7 +105,6 @@ man/man1/mysqldumpslow.1.gz man/man1/mysqlman.1.gz man/man1/mysqltest.1.gz man/man1/perror.1.gz -man/man1/replace.1.gz man/man1/resolve_stack_dump.1.gz man/man1/resolveip.1.gz man/man8/mysqld.8.gz @@ -132,10 +153,8 @@ man/man8/mysqld.8.gz %%DATADIR%%/japanese/errmsg.sys %%DATADIR%%/korean/errmsg.sys %%DATADIR%%/magic -%%DATADIR%%/my-default.cnf %%DATADIR%%/mysql-log-rotate %%DATADIR%%/mysql.server -%%DATADIR%%/mysql_security_commands.sql %%DATADIR%%/mysql_sys_schema.sql %%DATADIR%%/mysql_system_tables.sql %%DATADIR%%/mysql_system_tables_data.sql From owner-svn-ports-all@freebsd.org Fri Oct 6 16:12:24 2017 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 03691E3AC59; Fri, 6 Oct 2017 16:12:24 +0000 (UTC) (envelope-from zleslie@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 C515864878; Fri, 6 Oct 2017 16:12:23 +0000 (UTC) (envelope-from zleslie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96GCMJd045257; Fri, 6 Oct 2017 16:12:22 GMT (envelope-from zleslie@FreeBSD.org) Received: (from zleslie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96GCMdG045256; Fri, 6 Oct 2017 16:12:22 GMT (envelope-from zleslie@FreeBSD.org) Message-Id: <201710061612.v96GCMdG045256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zleslie set sender to zleslie@FreeBSD.org using -f From: Zach Leslie Date: Fri, 6 Oct 2017 16:12:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451390 - head/sysutils X-SVN-Group: ports-head X-SVN-Commit-Author: zleslie X-SVN-Commit-Paths: head/sysutils X-SVN-Commit-Revision: 451390 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 16:12:24 -0000 Author: zleslie Date: Fri Oct 6 16:12:22 2017 New Revision: 451390 URL: https://svnweb.freebsd.org/changeset/ports/451390 Log: Ensure sysutils/puppetserver5 is built Include sysutils/puppetserver5 in the sysutils/Makefile to ensure that its built as part of the central packaging. Approved-by: swills(mentor) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Oct 6 15:44:18 2017 (r451389) +++ head/sysutils/Makefile Fri Oct 6 16:12:22 2017 (r451390) @@ -864,6 +864,7 @@ SUBDIR += puppet4 SUBDIR += puppet5 SUBDIR += puppetserver + SUBDIR += puppetserver5 SUBDIR += pv SUBDIR += pwd_unmkdb SUBDIR += pwgen From owner-svn-ports-all@freebsd.org Fri Oct 6 16:16:00 2017 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 74388E3AD2C; Fri, 6 Oct 2017 16:16:00 +0000 (UTC) (envelope-from zleslie@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 41012649FC; Fri, 6 Oct 2017 16:16:00 +0000 (UTC) (envelope-from zleslie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96GFxvN045503; Fri, 6 Oct 2017 16:15:59 GMT (envelope-from zleslie@FreeBSD.org) Received: (from zleslie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96GFxA5045501; Fri, 6 Oct 2017 16:15:59 GMT (envelope-from zleslie@FreeBSD.org) Message-Id: <201710061615.v96GFxA5045501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zleslie set sender to zleslie@FreeBSD.org using -f From: Zach Leslie Date: Fri, 6 Oct 2017 16:15:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451391 - in head/sysutils/puppet4: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zleslie X-SVN-Commit-Paths: in head/sysutils/puppet4: . files X-SVN-Commit-Revision: 451391 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 16:16:00 -0000 Author: zleslie Date: Fri Oct 6 16:15:59 2017 New Revision: 451391 URL: https://svnweb.freebsd.org/changeset/ports/451391 Log: Patch puppet.rb for locales issue We are currently installing locales to a directory that is unexpected by puppet and throws loads of warnings in the logs. Here we patch the location that looks for the locales location to use the location that we install the locales to. This has been corrected in newer versions of puppet, and the sysutils/puppet5 port does not install to this same location. Approved-by: mat(co-mentor) Added: head/sysutils/puppet4/files/patch-lib_puppet.rb (contents, props changed) Modified: head/sysutils/puppet4/Makefile Modified: head/sysutils/puppet4/Makefile ============================================================================== --- head/sysutils/puppet4/Makefile Fri Oct 6 16:12:22 2017 (r451390) +++ head/sysutils/puppet4/Makefile Fri Oct 6 16:15:59 2017 (r451391) @@ -2,6 +2,7 @@ PORTNAME= puppet PORTVERSION= 4.10.8 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ PKGNAMESUFFIX= 4 Added: head/sysutils/puppet4/files/patch-lib_puppet.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/puppet4/files/patch-lib_puppet.rb Fri Oct 6 16:15:59 2017 (r451391) @@ -0,0 +1,11 @@ +--- lib/puppet.rb.orig 2017-10-04 19:54:04.901540166 -0700 ++++ lib/puppet.rb 2017-10-04 19:54:43.391840139 -0700 +@@ -29,7 +29,7 @@ + require 'locale' + + # e.g. ~/code/puppet/locales. Also when running as a gem. +- local_locale_path = File.absolute_path('../locales', File.dirname(__FILE__)) ++ local_locale_path = File.absolute_path('/var/puppet/share/locales', File.dirname(__FILE__)) + # e.g. /opt/puppetlabs/puppet/share/locale + posix_system_locale_path = File.absolute_path('../../../share/locale', File.dirname(__FILE__)) + # e.g. C:\Program Files\Puppet Labs\Puppet\puppet\share\locale From owner-svn-ports-all@freebsd.org Fri Oct 6 16:41:51 2017 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 A227CE3B625; Fri, 6 Oct 2017 16:41:51 +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 CD8FB6589A; Fri, 6 Oct 2017 16:41:50 +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 F0E85BDD40; Fri, 6 Oct 2017 18:41:46 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id E8A35BDD3E; Fri, 6 Oct 2017 18:41:46 +0200 (CEST) Subject: Re: svn commit: r451388 - head/sysutils/zrepl To: Nikolai Lifanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201710061527.v96FRvjk024132@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <78adfa1a-5260-d566-3a3c-a69b3f73d30d@FreeBSD.org> Date: Fri, 6 Oct 2017 18:41:42 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201710061527.v96FRvjk024132@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3eeGLuC4W7nLQG0nFvhTvVdVxsx54ofoc" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 06 Oct 2017 16:41:51 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --3eeGLuC4W7nLQG0nFvhTvVdVxsx54ofoc Content-Type: multipart/mixed; boundary="vOrMKDtkb9hfJmf6Rp0jOhDPawQJJxBdC"; protected-headers="v1" From: Mathieu Arnold To: Nikolai Lifanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <78adfa1a-5260-d566-3a3c-a69b3f73d30d@FreeBSD.org> Subject: Re: svn commit: r451388 - head/sysutils/zrepl References: <201710061527.v96FRvjk024132@repo.freebsd.org> In-Reply-To: <201710061527.v96FRvjk024132@repo.freebsd.org> --vOrMKDtkb9hfJmf6Rp0jOhDPawQJJxBdC Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 06/10/2017 =C3=A0 17:27, Nikolai Lifanov a =C3=A9crit=C2=A0: > Author: lifanov > Date: Fri Oct 6 15:27:57 2017 > New Revision: 451388 > URL: https://svnweb.freebsd.org/changeset/ports/451388 > > Log: > sysutils/zrepl: install newsyslog snippet as @sample > =20 That will not work, newsyslog uses all the files in the directory, so you will have the .sample and the not .sample one. > Reported by: mat > Differential Revision: https://reviews.freebsd.org/D12462 > > Modified: > head/sysutils/zrepl/Makefile > head/sysutils/zrepl/pkg-plist > > Modified: head/sysutils/zrepl/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sysutils/zrepl/Makefile Fri Oct 6 15:08:56 2017 (r451387) > +++ head/sysutils/zrepl/Makefile Fri Oct 6 15:27:57 2017 (r451388) > @@ -3,6 +3,7 @@ > =20 > PORTNAME=3D zrepl > PORTVERSION=3D 0.0.1 > +PORTREVISION=3D 1 > CATEGORIES=3D sysutils > =20 > MAINTAINER=3D lifanov@FreeBSD.org > @@ -55,7 +56,7 @@ post-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d \ > ${STAGEDIR}${PREFIX}/etc/syslog.d \ > ${STAGEDIR}${PREFIX}/etc/zrepl > - ${INSTALL_DATA} ${FILESDIR}/newsyslog-zrepl.conf ${STAGEDIR}${PREFIX}= /etc/newsyslog.conf.d/zrepl.conf > + ${INSTALL_DATA} ${FILESDIR}/newsyslog-zrepl.conf ${STAGEDIR}${PREFIX}= /etc/newsyslog.conf.d/zrepl.conf.sample > ${INSTALL_DATA} ${FILESDIR}/syslog-zrepl.conf.sample ${STAGEDIR}${PRE= FIX}/etc/syslog.d/zrepl.conf.sample > ${INSTALL_DATA} ${FILESDIR}/zrepl.yml.sample ${STAGEDIR}${PREFIX}/etc= /zrepl/zrepl.yml.sample > =20 > > Modified: head/sysutils/zrepl/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sysutils/zrepl/pkg-plist Fri Oct 6 15:08:56 2017 (r451387) > +++ head/sysutils/zrepl/pkg-plist Fri Oct 6 15:27:57 2017 (r451388) > @@ -1,4 +1,4 @@ > bin/zrepl > -etc/newsyslog.conf.d/zrepl.conf > +@sample etc/newsyslog.conf.d/zrepl.conf.sample > @sample etc/syslog.d/zrepl.conf.sample > @sample etc/zrepl/zrepl.yml.sample > > --=20 Mathieu Arnold --vOrMKDtkb9hfJmf6Rp0jOhDPawQJJxBdC-- --3eeGLuC4W7nLQG0nFvhTvVdVxsx54ofoc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJZ17JKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IArEP/iVDosnTrx4ZRsBLjx8t+3BN CVigk8Nag7lOiAqEA7w5laB8s3l/lv61p0hFHCg0OH4hZsr6MXgcW60iOwJeR5h6 MYOFTLktw9hrsdc+Tmjc1wZ5zhchrwtm8w+9vQ00Os5HDGxpXqdp0dZkGauj/hnY 0LGmeH5csxu+PePXsObOxqCGBITYPZv6KnmMNsk/0kyCAzWzToTbB5b/M4U1rdmQ COHnt8/i2SP67u35leC+NC3WUSxCcXL3p6MNdZpDvN8AfeQqX5E69IF8lFiDVlNy 2fFntM8CFlZFdNX9ramj3EKwi+mUDBswCfaENNeGlJru0H5mrKrRNiyi3A0ZPvtm B7CgmwCJuetf86D4jA8WpNi9xnYz6cRs7+f2j0oyDPN8L6zJnXqktwLYDnBC1QBi DbvbzE+1ACLRhFKhb77vIKm15F9W/BR6BSDHZ/HqOwN5zofuL38TFnOf8OqpvSEX YNRzqdr4KJiNu05T41UyB6ZAe6k+qezk0pBXN3WFb/iwQEqtZywE3FBj/aSkLsn5 h/532D6T1k3Xxx2Pn5lzTo5XYk13oJBw7HI4lygqM5yCI9Slcf/Y3gkMYfrWS4Hv /OeEW3N/bwJy9F1HsuE3DjxxK3xjmUnhHwvPiTeOk71AyLemlGpfI6jP9eMyLoqD WrBaQg1cY3lh9Af/hliA =nwES -----END PGP SIGNATURE----- --3eeGLuC4W7nLQG0nFvhTvVdVxsx54ofoc-- From owner-svn-ports-all@freebsd.org Fri Oct 6 16:58:26 2017 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 2B4A4E3BCAE; Fri, 6 Oct 2017 16:58:26 +0000 (UTC) (envelope-from joneum@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 EC23366412; Fri, 6 Oct 2017 16:58:25 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96GwP8I061933; Fri, 6 Oct 2017 16:58:25 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96GwOx5061931; Fri, 6 Oct 2017 16:58:24 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201710061658.v96GwOx5061931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 6 Oct 2017 16:58:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451392 - head/devel/awless X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/awless X-SVN-Commit-Revision: 451392 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 16:58:26 -0000 Author: joneum Date: Fri Oct 6 16:58:24 2017 New Revision: 451392 URL: https://svnweb.freebsd.org/changeset/ports/451392 Log: devel/awless: Update from 0.1.4 to 0.1.5 - Changelog: https://github.com/wallix/awless/releases/tag/v0.1.5 PR: 222803 Reported by: Dmitri Goutnik (maintainer) Approved by: mentors (implicit) Modified: head/devel/awless/Makefile head/devel/awless/distinfo Modified: head/devel/awless/Makefile ============================================================================== --- head/devel/awless/Makefile Fri Oct 6 16:15:59 2017 (r451391) +++ head/devel/awless/Makefile Fri Oct 6 16:58:24 2017 (r451392) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awless -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/awless/distinfo ============================================================================== --- head/devel/awless/distinfo Fri Oct 6 16:15:59 2017 (r451391) +++ head/devel/awless/distinfo Fri Oct 6 16:58:24 2017 (r451392) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506037361 -SHA256 (wallix-awless-v0.1.4_GH0.tar.gz) = a6ae13a705a391fd496112551a2a608554f413772186cc37b55d6c0c128bb8ec -SIZE (wallix-awless-v0.1.4_GH0.tar.gz) = 11472686 +TIMESTAMP = 1507214058 +SHA256 (wallix-awless-v0.1.5_GH0.tar.gz) = 39a93e56a2e94309e1850cafa86332cc541ac2f77c7998b85faca63c3066647f +SIZE (wallix-awless-v0.1.5_GH0.tar.gz) = 11580965 From owner-svn-ports-all@freebsd.org Fri Oct 6 17:45:30 2017 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 6F7AEE3D06E; Fri, 6 Oct 2017 17:45:30 +0000 (UTC) (envelope-from mandree@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 4B14A6807C; Fri, 6 Oct 2017 17:45:30 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96HjTUa082176; Fri, 6 Oct 2017 17:45:29 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96HjTas082173; Fri, 6 Oct 2017 17:45:29 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201710061745.v96HjTas082173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 6 Oct 2017 17:45:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451393 - head/graphics/rawtherapee X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/graphics/rawtherapee X-SVN-Commit-Revision: 451393 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 17:45:30 -0000 Author: mandree Date: Fri Oct 6 17:45:29 2017 New Revision: 451393 URL: https://svnweb.freebsd.org/changeset/ports/451393 Log: Upgrade to new upstream release 5.3. Changelog: Modified: head/graphics/rawtherapee/Makefile head/graphics/rawtherapee/distinfo head/graphics/rawtherapee/pkg-plist Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Fri Oct 6 16:58:24 2017 (r451392) +++ head/graphics/rawtherapee/Makefile Fri Oct 6 17:45:29 2017 (r451393) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= rawtherapee -PORTVERSION= 5.2 -PORTREVISION= 1 +PORTVERSION= 5.3 +PORTREVISION= 0 #DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}${DISTVERSIONSUFFIX} CATEGORIES= graphics MASTER_SITES= http://rawtherapee.com/shared/source/ @@ -13,7 +13,9 @@ COMMENT= Powerful RAW image processing application LICENSE= GPLv3 -LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \ +LIB_DEPENDS= \ + liblensfun.so:graphics/lensfun \ + libcanberra-gtk.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libexpat.so:textproc/expat2 \ libfftw3.so:math/fftw3 \ @@ -108,7 +110,7 @@ USES+= compiler:c++11-lib # support OpenMP, and those seeking ultimate performance need to use # amd64. Workaround implemented below. .else -USES+= compiler:gcc-c++11-lib +USES+= compiler:c++14-lang .endif # ------------------------------------------------------------------- @@ -131,5 +133,7 @@ post-patch: post-install: ${SETENV} LANG= LC_ALL=C LANGUAGE= DISPLAY= HOME=/dev/null ${STAGEDIR}${PREFIX}/bin/rawtherapee --help 2>&1 \ | ${EGREP} -q "RawTherapee, version ${PKGVERSION:C/_.*//:C/,.*//}|cannot open display:" + ${SETENV} LANG= LC_ALL=C LANGUAGE= DISPLAY= HOME=/dev/null ${STAGEDIR}${PREFIX}/bin/rawtherapee-cli --version 2>&1 \ + | ${EGREP} -q "RawTherapee, version ${PKGVERSION:C/_.*//:C/,.*//}" .include Modified: head/graphics/rawtherapee/distinfo ============================================================================== --- head/graphics/rawtherapee/distinfo Fri Oct 6 16:58:24 2017 (r451392) +++ head/graphics/rawtherapee/distinfo Fri Oct 6 17:45:29 2017 (r451393) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502445498 -SHA256 (rawtherapee-5.2.tar.xz) = 5c32679bfb77eca36c26288483be75696086459b7a59bd4437e371ea1bf827b6 -SIZE (rawtherapee-5.2.tar.xz) = 10819936 +TIMESTAMP = 1507236911 +SHA256 (rawtherapee-5.3.tar.xz) = 97959c946b7cc346affce53efc4bf6eca4125873343f96d1fbe43a5c717f3ef8 +SIZE (rawtherapee-5.3.tar.xz) = 11042548 Modified: head/graphics/rawtherapee/pkg-plist ============================================================================== --- head/graphics/rawtherapee/pkg-plist Fri Oct 6 16:58:24 2017 (r451392) +++ head/graphics/rawtherapee/pkg-plist Fri Oct 6 17:45:29 2017 (r451393) @@ -1,7 +1,7 @@ +@comment env LC_ALL=C sort -f bin/rawtherapee bin/rawtherapee-cli man/man1/rawtherapee.1.gz -share/appdata/rawtherapee.appdata.xml share/applications/rawtherapee.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt %%PORTDOCS%%%%DOCSDIR%%/AboutThisBuild.txt @@ -13,9 +13,10 @@ share/icons/hicolor/24x24/apps/rawtherapee.png share/icons/hicolor/256x256/apps/rawtherapee.png share/icons/hicolor/32x32/apps/rawtherapee.png share/icons/hicolor/48x48/apps/rawtherapee.png -@comment env LC_ALL=C sort -f +share/metainfo/rawtherapee.appdata.xml %%DATADIR%%/camconst.json %%DATADIR%%/dcpprofiles/Canon EOS 100D.dcp +%%DATADIR%%/dcpprofiles/Canon EOS 1300D.dcp %%DATADIR%%/dcpprofiles/Canon EOS 20D.dcp %%DATADIR%%/dcpprofiles/Canon EOS 400D.dcp %%DATADIR%%/dcpprofiles/Canon EOS 40D.dcp @@ -24,6 +25,8 @@ share/icons/hicolor/48x48/apps/rawtherapee.png %%DATADIR%%/dcpprofiles/Canon EOS 550D.dcp %%DATADIR%%/dcpprofiles/Canon EOS 5D Mark III.dcp %%DATADIR%%/dcpprofiles/Canon EOS 5D.dcp +%%DATADIR%%/dcpprofiles/Canon EOS 60D.dcp +%%DATADIR%%/dcpprofiles/Canon EOS 6D Mark II.dcp %%DATADIR%%/dcpprofiles/Canon EOS 6D.dcp %%DATADIR%%/dcpprofiles/Canon EOS 7D Mark II.dcp %%DATADIR%%/dcpprofiles/Canon EOS 7D.dcp @@ -73,6 +76,10 @@ share/icons/hicolor/48x48/apps/rawtherapee.png %%DATADIR%%/dcpprofiles/Olympus E-M5.dcp %%DATADIR%%/dcpprofiles/Olympus E-P2.dcp %%DATADIR%%/dcpprofiles/Olympus XZ-1.dcp +%%DATADIR%%/dcpprofiles/Panasonic DC-TZ90.dcp +%%DATADIR%%/dcpprofiles/Panasonic DC-TZ91.dcp +%%DATADIR%%/dcpprofiles/Panasonic DC-TZ92.dcp +%%DATADIR%%/dcpprofiles/Panasonic DC-TZ93.dcp %%DATADIR%%/dcpprofiles/Panasonic DMC-FZ150.dcp %%DATADIR%%/dcpprofiles/Panasonic DMC-FZ35.dcp %%DATADIR%%/dcpprofiles/Panasonic DMC-FZ38.dcp @@ -134,6 +141,9 @@ share/icons/hicolor/48x48/apps/rawtherapee.png %%DATADIR%%/iccprofiles/input/Sony DSLR-A700.icc %%DATADIR%%/iccprofiles/input/Sony DSLR-A900.icc %%DATADIR%%/iccprofiles/input/Sony SLT-A55V.icc +%%DATADIR%%/iccprofiles/output/ACES.icc +%%DATADIR%%/iccprofiles/output/DCI-P3 D65.icc +%%DATADIR%%/iccprofiles/output/DCI-P3 Theater.icc %%DATADIR%%/iccprofiles/output/Rec2020.icm %%DATADIR%%/iccprofiles/output/RT_Large_g10.icc %%DATADIR%%/iccprofiles/output/RT_Large_gBT709.icc @@ -350,6 +360,10 @@ share/icons/hicolor/48x48/apps/rawtherapee.png %%DATADIR%%/images/Dark/actions/previewmodeBC1-on.png %%DATADIR%%/images/Dark/actions/previewmodeBC2-off.png %%DATADIR%%/images/Dark/actions/previewmodeBC2-on.png +%%DATADIR%%/images/Dark/actions/previewmodeBC3-off.png +%%DATADIR%%/images/Dark/actions/previewmodeBC3-on.png +%%DATADIR%%/images/Dark/actions/previewmodeF-focusScreen-off.png +%%DATADIR%%/images/Dark/actions/previewmodeF-focusScreen-on.png %%DATADIR%%/images/Dark/actions/previewmodeF-off.png %%DATADIR%%/images/Dark/actions/previewmodeF-on.png %%DATADIR%%/images/Dark/actions/previewmodeG-off.png @@ -639,6 +653,10 @@ share/icons/hicolor/48x48/apps/rawtherapee.png %%DATADIR%%/images/Light/actions/previewmodeBC1-on.png %%DATADIR%%/images/Light/actions/previewmodeBC2-off.png %%DATADIR%%/images/Light/actions/previewmodeBC2-on.png +%%DATADIR%%/images/Light/actions/previewmodeBC3-off.png +%%DATADIR%%/images/Light/actions/previewmodeBC3-on.png +%%DATADIR%%/images/Light/actions/previewmodeF-focusScreen-off.png +%%DATADIR%%/images/Light/actions/previewmodeF-focusScreen-on.png %%DATADIR%%/images/Light/actions/previewmodeF-off.png %%DATADIR%%/images/Light/actions/previewmodeF-on.png %%DATADIR%%/images/Light/actions/previewmodeG-off.png @@ -912,7 +930,8 @@ share/icons/hicolor/48x48/apps/rawtherapee.png %%DATADIR%%/themes/RawTherapee-GTK3-20_.css %%DATADIR%%/themes/RawTherapee-GTK3-_19.css %%DATADIR%%/themes/system.iconset -%%DATADIR%%/themes/TooWaBlue-Bright-GTK3-20_.css -%%DATADIR%%/themes/TooWaBlue-Dark-GTK3-20_.css +%%DATADIR%%/themes/TooWaBlue - Bright-GTK3-20_.css +%%DATADIR%%/themes/TooWaBlue - Dark-GTK3-20_.css %%DATADIR%%/themes/TooWaBlue-GTK3-20_.css %%DATADIR%%/themes/TooWaBlue-GTK3-_19.css +%%DATADIR%%/themes/TooWaGrey - Average Surround-GTK3-20_.css From owner-svn-ports-all@freebsd.org Fri Oct 6 18:23:09 2017 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 C3262E3DF4B; Fri, 6 Oct 2017 18:23:09 +0000 (UTC) (envelope-from jbeich@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 92BB869A05; Fri, 6 Oct 2017 18:23:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96IN8ii098548; Fri, 6 Oct 2017 18:23:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96IN8FK098546; Fri, 6 Oct 2017 18:23:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710061823.v96IN8FK098546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 18:23:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451394 - head/databases/clickhouse X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/databases/clickhouse X-SVN-Commit-Revision: 451394 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 18:23:09 -0000 Author: jbeich Date: Fri Oct 6 18:23:08 2017 New Revision: 451394 URL: https://svnweb.freebsd.org/changeset/ports/451394 Log: databases/clickhouse: unbreak after r450560 PR: 222439 Obtained from: upstream Submitted by: proler@gmail.com (maintainer) Modified: head/databases/clickhouse/Makefile (contents, props changed) head/databases/clickhouse/distinfo (contents, props changed) Modified: head/databases/clickhouse/Makefile ============================================================================== --- head/databases/clickhouse/Makefile Fri Oct 6 17:45:29 2017 (r451393) +++ head/databases/clickhouse/Makefile Fri Oct 6 18:23:08 2017 (r451394) @@ -9,10 +9,11 @@ DISTVERSIONSUFFIX= -stable PORTREVISION= 3 CATEGORIES= databases +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 19042816c4a1.patch:-p1 + MAINTAINER= proler@gmail.com COMMENT= ClickHouse is an column-oriented database management system - -BROKEN= fails to build with boost 1.65 (bundled & system), see bug 222439 LICENSE= APACHE20 Modified: head/databases/clickhouse/distinfo ============================================================================== --- head/databases/clickhouse/distinfo Fri Oct 6 17:45:29 2017 (r451393) +++ head/databases/clickhouse/distinfo Fri Oct 6 18:23:08 2017 (r451394) @@ -1,3 +1,5 @@ TIMESTAMP = 1505601351 SHA256 (yandex-ClickHouse-v1.1.54289-stable_GH0.tar.gz) = 2804653b1dc3f0ba2f650d26f56421d81f0d0e35a05d821786608883a8c5a44d SIZE (yandex-ClickHouse-v1.1.54289-stable_GH0.tar.gz) = 13026512 +SHA256 (19042816c4a1.patch) = 99d844d6d968c3793b221796f0cb5eca40629d551866287b6c60acf46f0ad3ee +SIZE (19042816c4a1.patch) = 994 From owner-svn-ports-all@freebsd.org Fri Oct 6 18:24:35 2017 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 9A3A4E3E00B; Fri, 6 Oct 2017 18:24:35 +0000 (UTC) (envelope-from jbeich@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 6724669B5D; Fri, 6 Oct 2017 18:24:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96IOYG5098775; Fri, 6 Oct 2017 18:24:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96IOYCd098773; Fri, 6 Oct 2017 18:24:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710061824.v96IOYCd098773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 18:24:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451395 - branches/2017Q4/databases/clickhouse X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q4/databases/clickhouse X-SVN-Commit-Revision: 451395 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 18:24:35 -0000 Author: jbeich Date: Fri Oct 6 18:24:34 2017 New Revision: 451395 URL: https://svnweb.freebsd.org/changeset/ports/451395 Log: MFH: r451394 databases/clickhouse: unbreak after r450560 PR: 222439 Obtained from: upstream Submitted by: proler@gmail.com (maintainer) Approved by: ports-secteam blanket Modified: branches/2017Q4/databases/clickhouse/Makefile branches/2017Q4/databases/clickhouse/distinfo Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/databases/clickhouse/Makefile ============================================================================== --- branches/2017Q4/databases/clickhouse/Makefile Fri Oct 6 18:23:08 2017 (r451394) +++ branches/2017Q4/databases/clickhouse/Makefile Fri Oct 6 18:24:34 2017 (r451395) @@ -9,10 +9,11 @@ DISTVERSIONSUFFIX= -stable PORTREVISION= 3 CATEGORIES= databases +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 19042816c4a1.patch:-p1 + MAINTAINER= proler@gmail.com COMMENT= ClickHouse is an column-oriented database management system - -BROKEN= fails to build with boost 1.65 (bundled & system), see bug 222439 LICENSE= APACHE20 Modified: branches/2017Q4/databases/clickhouse/distinfo ============================================================================== --- branches/2017Q4/databases/clickhouse/distinfo Fri Oct 6 18:23:08 2017 (r451394) +++ branches/2017Q4/databases/clickhouse/distinfo Fri Oct 6 18:24:34 2017 (r451395) @@ -1,3 +1,5 @@ TIMESTAMP = 1505601351 SHA256 (yandex-ClickHouse-v1.1.54289-stable_GH0.tar.gz) = 2804653b1dc3f0ba2f650d26f56421d81f0d0e35a05d821786608883a8c5a44d SIZE (yandex-ClickHouse-v1.1.54289-stable_GH0.tar.gz) = 13026512 +SHA256 (19042816c4a1.patch) = 99d844d6d968c3793b221796f0cb5eca40629d551866287b6c60acf46f0ad3ee +SIZE (19042816c4a1.patch) = 994 From owner-svn-ports-all@freebsd.org Fri Oct 6 18:48:19 2017 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 09CB5E3E773; Fri, 6 Oct 2017 18:48:19 +0000 (UTC) (envelope-from jbeich@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 BD1856A8DF; Fri, 6 Oct 2017 18:48:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96ImHag007281; Fri, 6 Oct 2017 18:48:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96ImHkJ007279; Fri, 6 Oct 2017 18:48:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710061848.v96ImHkJ007279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 18:48:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451396 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 451396 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 18:48:19 -0000 Author: jbeich Date: Fri Oct 6 18:48:17 2017 New Revision: 451396 URL: https://svnweb.freebsd.org/changeset/ports/451396 Log: emulators/rpcs3: update to 0.0.3.407 Changes: https://github.com/RPCS3/rpcs3/compare/eb8af974...3907dd04 MFH: 2017Q4 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Fri Oct 6 18:24:34 2017 (r451395) +++ head/emulators/rpcs3/Makefile Fri Oct 6 18:48:17 2017 (r451396) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.3-391 -DISTVERSIONSUFFIX= -geb8af974 +DISTVERSION= 0.0.3-407 +DISTVERSIONSUFFIX= -g3907dd04 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Fri Oct 6 18:24:34 2017 (r451395) +++ head/emulators/rpcs3/distinfo Fri Oct 6 18:48:17 2017 (r451396) @@ -1,6 +1,6 @@ -TIMESTAMP = 1506612197 -SHA256 (RPCS3-rpcs3-v0.0.3-391-geb8af974_GH0.tar.gz) = 0762e86de03c2f1913bf03856c516b9e33405a3767690fa633432b892602e068 -SIZE (RPCS3-rpcs3-v0.0.3-391-geb8af974_GH0.tar.gz) = 3516587 +TIMESTAMP = 1507222297 +SHA256 (RPCS3-rpcs3-v0.0.3-407-g3907dd04_GH0.tar.gz) = bc35c3ba49945051a41329e0f17f60f3733dbddf5282e6747abb400be408ed40 +SIZE (RPCS3-rpcs3-v0.0.3-407-g3907dd04_GH0.tar.gz) = 3522527 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-pugixml-f205aaf_GH0.tar.gz) = 3b2a7e21625d8cbeb3aa1841b8816f6cab0752e89008b9fc67a325c800f153b5 From owner-svn-ports-all@freebsd.org Fri Oct 6 18:48:43 2017 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 638BFE3E7BE; Fri, 6 Oct 2017 18:48:43 +0000 (UTC) (envelope-from jbeich@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 32A7E6A9DD; Fri, 6 Oct 2017 18:48:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96Img78007451; Fri, 6 Oct 2017 18:48:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96ImgrB007448; Fri, 6 Oct 2017 18:48:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710061848.v96ImgrB007448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 18:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451397 - in head/emulators: citra citra-qt5 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/emulators: citra citra-qt5 X-SVN-Commit-Revision: 451397 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 18:48:43 -0000 Author: jbeich Date: Fri Oct 6 18:48:42 2017 New Revision: 451397 URL: https://svnweb.freebsd.org/changeset/ports/451397 Log: emulators/citra: update to s20171006 Changes: https://github.com/citra-emu/citra/compare/5ba48c16...74d40509 MFH: 2017Q4 Modified: head/emulators/citra-qt5/Makefile (contents, props changed) head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra-qt5/Makefile ============================================================================== --- head/emulators/citra-qt5/Makefile Fri Oct 6 18:48:17 2017 (r451396) +++ head/emulators/citra-qt5/Makefile Fri Oct 6 18:48:42 2017 (r451397) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 0 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Fri Oct 6 18:48:17 2017 (r451396) +++ head/emulators/citra/Makefile Fri Oct 6 18:48:42 2017 (r451397) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20170930 -PORTREVISION?= 1 +PORTVERSION= s20171006 +PORTREVISION?= 0 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org @@ -26,7 +26,7 @@ ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dy USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 5ba48c16 +GH_TAGNAME= 74d40509 GH_TUPLE= citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:8f15e3f:dynarmic/externals/dynarmic \ fmtlib:fmt:3.0.0-187-gac5484c:fmt/externals/fmt \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Fri Oct 6 18:48:17 2017 (r451396) +++ head/emulators/citra/distinfo Fri Oct 6 18:48:42 2017 (r451397) @@ -1,6 +1,6 @@ -TIMESTAMP = 1506800766 -SHA256 (citra-emu-citra-s20170930-5ba48c16_GH0.tar.gz) = 80d78d6e051359d8ca1fea0f096d314b300cc1147c60e19505a7d719139798c7 -SIZE (citra-emu-citra-s20170930-5ba48c16_GH0.tar.gz) = 1299625 +TIMESTAMP = 1507310360 +SHA256 (citra-emu-citra-s20171006-74d40509_GH0.tar.gz) = 0b35cc6a838adf62edbedb912ee5704c518cc693b4856748f1087a035c47a77e +SIZE (citra-emu-citra-s20171006-74d40509_GH0.tar.gz) = 1304963 SHA256 (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = f48c211bbabe7ad79e1c504af1082756c74241be6bab4aca13140803f4b694e7 SIZE (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = 59366 SHA256 (MerryMage-dynarmic-8f15e3f_GH0.tar.gz) = 3e5b184c8d190849374fa426ee6a511f3375682232b46aaa8e060632eaa4cadb From owner-svn-ports-all@freebsd.org Fri Oct 6 18:48:59 2017 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 A971DE3E7FB; Fri, 6 Oct 2017 18:48:59 +0000 (UTC) (envelope-from jbeich@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 613946AADC; Fri, 6 Oct 2017 18:48:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96ImwSv007624; Fri, 6 Oct 2017 18:48:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96Imw6e007620; Fri, 6 Oct 2017 18:48:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710061848.v96Imw6e007620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 18:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451398 - in head/x11/alacritty: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11/alacritty: . files X-SVN-Commit-Revision: 451398 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 18:48:59 -0000 Author: jbeich Date: Fri Oct 6 18:48:57 2017 New Revision: 451398 URL: https://svnweb.freebsd.org/changeset/ports/451398 Log: x11/alacritty: update to g20171006 - Add to desktop menu of system applications Changes: https://github.com/jwilm/alacritty/compare/3c8514ba103d...e17d38167e17 PR: 222835 Approved by: tobik (maintainer) Added: head/x11/alacritty/files/patch-winit-32bit (contents, props changed) Modified: head/x11/alacritty/Makefile (contents, props changed) head/x11/alacritty/distinfo (contents, props changed) head/x11/alacritty/files/extra-patch-freebsd12 (contents, props changed) Modified: head/x11/alacritty/Makefile ============================================================================== --- head/x11/alacritty/Makefile Fri Oct 6 18:48:42 2017 (r451397) +++ head/x11/alacritty/Makefile Fri Oct 6 18:48:57 2017 (r451398) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= alacritty -PORTVERSION= g20170618 -PORTREVISION= 1 +PORTVERSION= g20171006 CATEGORIES= x11 MAINTAINER= tobik@FreeBSD.org @@ -18,160 +17,173 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ USES= cargo USE_GITHUB= yes GH_ACCOUNT= jwilm -GH_TAGNAME= 3c8514ba103d5d987d2269c421a3cc09e6784904 -GH_TUPLE= jwilm:glutin:cc64178d39a1fa06b2c5403117e5e0ef24deeac4:glutin \ - jwilm:rust-fontconfig:419135e5e1106ec0973dd4923bd9c70d8e438cc8:servofontconfig \ +GH_TAGNAME= e17d38167e174a2cf664e430fe968ec6492e1f08 +GH_TUPLE= jwilm:rust-fontconfig:419135e5e1106ec0973dd4923bd9c70d8e438cc8:servofontconfig \ jwilm:libfontconfig:618a52973d46e5cce4f054f6ee3bd2682167eee4:servofontconfigsys EXTRA_PATCHES+= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} EXTRA_PATCHES_FreeBSD_12= ${PATCHDIR}/extra-patch-freebsd12 -PLIST_FILES= bin/alacritty +PLIST_FILES= bin/alacritty \ + ${DESKTOPDIR:S,^${PREFIX}/,,}/Alacritty.desktop -CARGO_CRATES= android_glue-0.2.2 \ +CARGO_CRATES= android_glue-0.2.3 \ ansi_term-0.9.0 \ + approx-0.1.1 \ arraydeque-0.2.3 \ atty-0.2.2 \ - bitflags-0.3.3 \ bitflags-0.4.0 \ bitflags-0.7.0 \ bitflags-0.8.2 \ + bitflags-0.9.1 \ block-0.1.6 \ - byteorder-0.5.3 \ + byteorder-1.1.0 \ bytes-0.3.0 \ - cfg-if-0.1.0 \ - cgl-0.1.5 \ - cgmath-0.7.0 \ - clap-2.24.2 \ - clippy-0.0.104 \ - clippy_lints-0.0.104 \ - cmake-0.1.24 \ - cocoa-0.3.3 \ - core-foundation-0.2.3 \ + cargo_metadata-0.2.3 \ + cfg-if-0.1.2 \ + cgl-0.2.1 \ + cgmath-0.15.0 \ + clap-2.26.0 \ + clippy-0.0.164 \ + clippy_lints-0.0.164 \ + cmake-0.1.25 \ + cocoa-0.9.2 \ + conv-0.3.3 \ core-foundation-0.3.0 \ - core-foundation-sys-0.2.3 \ + core-foundation-0.4.4 \ core-foundation-sys-0.3.1 \ - core-graphics-0.3.2 \ - core-graphics-0.8.1 \ - core-text-5.0.0 \ - crossbeam-0.2.10 \ + core-foundation-sys-0.4.4 \ + core-graphics-0.8.2 \ + core-text-6.1.2 \ + custom_derive-0.1.7 \ dlib-0.3.1 \ - dtoa-0.4.1 \ + dtoa-0.4.2 \ dwmapi-sys-0.1.0 \ + either-1.1.0 \ errno-0.2.3 \ euclid-0.12.0 \ - expat-sys-2.1.4 \ + expat-sys-2.1.5 \ filetime-0.1.10 \ fnv-1.0.5 \ + foreign-types-0.2.0 \ freetype-rs-0.13.0 \ freetype-sys-0.4.0 \ fs2-0.2.5 \ fsevent-0.2.16 \ fsevent-sys-0.1.6 \ - gcc-0.3.49 \ + gcc-0.3.53 \ gdi32-sys-0.1.1 \ - gl_generator-0.5.3 \ - gleam-0.2.32 \ + getopts-0.2.15 \ + gl_generator-0.5.5 \ + gleam-0.4.8 \ + glutin-0.10.0 \ heapsize-0.3.9 \ - inotify-0.2.3 \ - itoa-0.3.1 \ + inotify-0.3.0 \ + iovec-0.1.0 \ + itertools-0.6.3 \ + itoa-0.3.3 \ kernel32-sys-0.2.2 \ khronos_api-1.0.1 \ - lazy_static-0.1.16 \ lazy_static-0.2.8 \ lazycell-0.4.0 \ - libc-0.2.23 \ + lazycell-0.5.1 \ + libc-0.2.30 \ libloading-0.3.4 \ - libz-sys-1.0.13 \ + libz-sys-1.0.16 \ linked-hash-map-0.3.0 \ + linked-hash-map-0.4.2 \ log-0.3.8 \ + magenta-0.1.1 \ + magenta-sys-0.1.1 \ malloc_buf-0.0.6 \ - matches-0.1.4 \ - memmap-0.2.3 \ + matches-0.1.6 \ + memmap-0.4.0 \ mio-0.5.1 \ - mio-0.6.2 \ + mio-0.6.10 \ + mio-more-0.1.0 \ miow-0.1.5 \ - net2-0.2.29 \ + miow-0.2.1 \ + net2-0.2.31 \ nix-0.5.1 \ - nix-0.7.0 \ nodrop-0.1.9 \ - nom-1.2.4 \ - notify-2.6.3 \ - num-0.1.37 \ - num-bigint-0.1.37 \ - num-complex-0.1.37 \ - num-integer-0.1.34 \ - num-iter-0.1.33 \ - num-rational-0.1.36 \ - num-traits-0.1.37 \ + notify-4.0.1 \ + num-traits-0.1.40 \ objc-0.2.2 \ objc-foundation-0.1.1 \ objc_id-0.1.0 \ odds-0.2.25 \ osmesa-sys-0.1.2 \ - owning_ref-0.2.4 \ - parking_lot-0.3.8 \ - parking_lot_core-0.2.2 \ + owning_ref-0.3.3 \ + parking_lot-0.4.5 \ + parking_lot_core-0.2.4 \ phf-0.7.21 \ phf_codegen-0.7.21 \ phf_generator-0.7.21 \ phf_shared-0.7.21 \ pkg-config-0.3.9 \ + pulldown-cmark-0.0.15 \ quine-mc_cluskey-0.2.4 \ quote-0.3.15 \ - rand-0.3.15 \ - redox_syscall-0.1.17 \ - regex-syntax-0.3.9 \ + rand-0.3.16 \ + redox_syscall-0.1.31 \ + regex-syntax-0.4.1 \ rustc-serialize-0.3.24 \ - rustc_version-0.1.7 \ - semver-0.1.20 \ - semver-0.2.3 \ - serde-0.7.15 \ + semver-0.6.0 \ + semver-parser-0.7.0 \ serde-0.9.15 \ - serde_codegen_internals-0.14.2 \ - serde_derive-0.9.15 \ + serde-1.0.11 \ + serde_derive-1.0.11 \ + serde_derive_internals-0.15.1 \ serde_json-0.9.10 \ - serde_yaml-0.6.2 \ - shared_library-0.1.5 \ + serde_json-1.0.2 \ + serde_yaml-0.7.1 \ + shared_library-0.1.7 \ shell32-sys-0.1.1 \ siphasher-0.2.2 \ slab-0.1.3 \ slab-0.3.0 \ - smallvec-0.4.0 \ + smallvec-0.4.3 \ + stable_deref_trait-1.0.0 \ strsim-0.6.0 \ syn-0.11.11 \ synom-0.11.3 \ target_build_utils-0.3.1 \ - tempfile-2.1.5 \ + tempfile-2.1.6 \ term_size-0.3.0 \ - thread-id-3.1.0 \ - time-0.1.37 \ - toml-0.1.30 \ - unicode-normalization-0.1.4 \ + textwrap-0.7.0 \ + time-0.1.38 \ + toml-0.4.5 \ + unicode-normalization-0.1.5 \ unicode-segmentation-1.2.0 \ unicode-width-0.1.4 \ unicode-xid-0.0.4 \ user32-sys-0.1.2 \ utf8parse-0.1.0 \ + vcpkg-0.2.2 \ vec_map-0.8.0 \ - void-1.0.2 \ - vte-0.3.0 \ + vte-0.3.2 \ walkdir-0.1.8 \ - wayland-client-0.5.12 \ - wayland-kbd-0.3.6 \ - wayland-scanner-0.5.11 \ - wayland-sys-0.5.11 \ - wayland-window-0.2.3 \ + wayland-client-0.9.9 \ + wayland-kbd-0.9.1 \ + wayland-protocols-0.9.9 \ + wayland-scanner-0.9.9 \ + wayland-sys-0.9.9 \ + wayland-window-0.8.0 \ winapi-0.2.8 \ winapi-build-0.1.1 \ + winit-0.8.2 \ ws2_32-sys-0.2.1 \ - x11-dl-2.14.0 \ + x11-dl-2.15.0 \ xdg-2.1.0 \ xml-rs-0.3.6 \ + xml-rs-0.6.1 \ yaml-rust-0.3.5 CARGO_USE_GITHUB= yes CARGO_GH_CARGOTOML= ${CARGO_CARGOTOML} \ ${WRKSRC}/font/Cargo.toml \ ${WRKSRC_servofontconfig}/Cargo.toml + +post-install: + ${INSTALL_DATA} ${WRKSRC}/Alacritty.desktop ${STAGEDIR}${DESKTOPDIR} .include Modified: head/x11/alacritty/distinfo ============================================================================== --- head/x11/alacritty/distinfo Fri Oct 6 18:48:42 2017 (r451397) +++ head/x11/alacritty/distinfo Fri Oct 6 18:48:57 2017 (r451398) @@ -1,74 +1,82 @@ -TIMESTAMP = 1497756330 -SHA256 (rust/crates/android_glue-0.2.2.tar.gz) = d8289e9637439939cc92b1995b0972117905be88bc28116c86b64d6e589bcd38 -SIZE (rust/crates/android_glue-0.2.2.tar.gz) = 1407 +TIMESTAMP = 1507304871 +SHA256 (rust/crates/android_glue-0.2.3.tar.gz) = 000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407 +SIZE (rust/crates/android_glue-0.2.3.tar.gz) = 1572 SHA256 (rust/crates/ansi_term-0.9.0.tar.gz) = 23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6 SIZE (rust/crates/ansi_term-0.9.0.tar.gz) = 11718 +SHA256 (rust/crates/approx-0.1.1.tar.gz) = 08abcc3b4e9339e33a3d0a5ed15d84a687350c05689d825e0f6655eef9e76a94 +SIZE (rust/crates/approx-0.1.1.tar.gz) = 11204 SHA256 (rust/crates/arraydeque-0.2.3.tar.gz) = 96e774cadb24c2245225280c6799793f9802b918a58a79615e9490607489a717 SIZE (rust/crates/arraydeque-0.2.3.tar.gz) = 16820 SHA256 (rust/crates/atty-0.2.2.tar.gz) = d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159 SIZE (rust/crates/atty-0.2.2.tar.gz) = 5124 -SHA256 (rust/crates/bitflags-0.3.3.tar.gz) = 32866f4d103c4e438b1db1158aa1b1a80ee078e5d77a59a2f906fd62a577389c -SIZE (rust/crates/bitflags-0.3.3.tar.gz) = 9696 SHA256 (rust/crates/bitflags-0.4.0.tar.gz) = 8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3 SIZE (rust/crates/bitflags-0.4.0.tar.gz) = 10186 SHA256 (rust/crates/bitflags-0.7.0.tar.gz) = aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d SIZE (rust/crates/bitflags-0.7.0.tar.gz) = 10851 SHA256 (rust/crates/bitflags-0.8.2.tar.gz) = 1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4 SIZE (rust/crates/bitflags-0.8.2.tar.gz) = 11200 +SHA256 (rust/crates/bitflags-0.9.1.tar.gz) = 4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5 +SIZE (rust/crates/bitflags-0.9.1.tar.gz) = 12406 SHA256 (rust/crates/block-0.1.6.tar.gz) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a SIZE (rust/crates/block-0.1.6.tar.gz) = 4077 -SHA256 (rust/crates/byteorder-0.5.3.tar.gz) = 0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855 -SIZE (rust/crates/byteorder-0.5.3.tar.gz) = 8643 +SHA256 (rust/crates/byteorder-1.1.0.tar.gz) = ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d +SIZE (rust/crates/byteorder-1.1.0.tar.gz) = 18264 SHA256 (rust/crates/bytes-0.3.0.tar.gz) = c129aff112dcc562970abb69e2508b40850dd24c274761bb50fb8a0067ba6c27 SIZE (rust/crates/bytes-0.3.0.tar.gz) = 17991 -SHA256 (rust/crates/cfg-if-0.1.0.tar.gz) = de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c -SIZE (rust/crates/cfg-if-0.1.0.tar.gz) = 2758 -SHA256 (rust/crates/cgl-0.1.5.tar.gz) = 8bdd78cca65a739cb5475dbf6b6bbb49373e327f4a6f2b499c0f98632df38c10 -SIZE (rust/crates/cgl-0.1.5.tar.gz) = 7147 -SHA256 (rust/crates/cgmath-0.7.0.tar.gz) = 75e93b3eb66e74ffb946a69ff54c6026c1399960241c843f249ea0127b96b9f6 -SIZE (rust/crates/cgmath-0.7.0.tar.gz) = 41082 -SHA256 (rust/crates/clap-2.24.2.tar.gz) = 6b8f69e518f967224e628896b54e41ff6acfb4dcfefc5076325c36525dac900f -SIZE (rust/crates/clap-2.24.2.tar.gz) = 179198 -SHA256 (rust/crates/clippy-0.0.104.tar.gz) = ae3fb361e922a08b698e746d4f199ff2d1e8d4b5f1984eaf8881e720cf5b8e34 -SIZE (rust/crates/clippy-0.0.104.tar.gz) = 84473 -SHA256 (rust/crates/clippy_lints-0.0.104.tar.gz) = 70812027c1a8de9277d125557dce08262bc27508f2eb99592ad2d39a24a0b1c7 -SIZE (rust/crates/clippy_lints-0.0.104.tar.gz) = 159313 -SHA256 (rust/crates/cmake-0.1.24.tar.gz) = b8ebbb35d3dc9cd09497168f33de1acb79b265d350ab0ac34133b98f8509af1f -SIZE (rust/crates/cmake-0.1.24.tar.gz) = 11525 -SHA256 (rust/crates/cocoa-0.3.3.tar.gz) = 3afe4613f57a171039a98db1773f5840b5743cf85aaf03afb65ddfade4f4a9db -SIZE (rust/crates/cocoa-0.3.3.tar.gz) = 45593 -SHA256 (rust/crates/core-foundation-0.2.3.tar.gz) = 25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67 -SIZE (rust/crates/core-foundation-0.2.3.tar.gz) = 8323 +SHA256 (rust/crates/cargo_metadata-0.2.3.tar.gz) = be1057b8462184f634c3a208ee35b0f935cfd94b694b26deadccd98732088d7b +SIZE (rust/crates/cargo_metadata-0.2.3.tar.gz) = 2395 +SHA256 (rust/crates/cfg-if-0.1.2.tar.gz) = d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de +SIZE (rust/crates/cfg-if-0.1.2.tar.gz) = 6668 +SHA256 (rust/crates/cgl-0.2.1.tar.gz) = 86765cb42c2a2c497e142af72517c1b4d7ae5bb2f25dfa77a5c69642f2342d89 +SIZE (rust/crates/cgl-0.2.1.tar.gz) = 7138 +SHA256 (rust/crates/cgmath-0.15.0.tar.gz) = d2372c02a7cfabf871ec42ecc968406a7b5916bcfd51defc6a0498fcb19fa2e5 +SIZE (rust/crates/cgmath-0.15.0.tar.gz) = 56640 +SHA256 (rust/crates/clap-2.26.0.tar.gz) = 2267a8fdd4dce6956ba6649e130f62fb279026e5e84b92aa939ac8f85ce3f9f0 +SIZE (rust/crates/clap-2.26.0.tar.gz) = 180834 +SHA256 (rust/crates/clippy-0.0.164.tar.gz) = e0e65e4e7970d79aaa7c729e2e5b0a98d570cb6de0cad02573bfc055231201f5 +SIZE (rust/crates/clippy-0.0.164.tar.gz) = 135603 +SHA256 (rust/crates/clippy_lints-0.0.164.tar.gz) = 10dd44eb151418e02e548b9401a11976c0fd68dd17644b4a58a3ab5a96c9ac0f +SIZE (rust/crates/clippy_lints-0.0.164.tar.gz) = 200815 +SHA256 (rust/crates/cmake-0.1.25.tar.gz) = 0c8a6541a55bcd72d3de4faee2d101a5a66df29790282c7f797082a7228a9b3d +SIZE (rust/crates/cmake-0.1.25.tar.gz) = 11903 +SHA256 (rust/crates/cocoa-0.9.2.tar.gz) = 4047fed6536f40cc2ae5e7834fb38e382c788270191c4cd69196f89686d076ce +SIZE (rust/crates/cocoa-0.9.2.tar.gz) = 32320 +SHA256 (rust/crates/conv-0.3.3.tar.gz) = 78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299 +SIZE (rust/crates/conv-0.3.3.tar.gz) = 22124 SHA256 (rust/crates/core-foundation-0.3.0.tar.gz) = f51ce3b8ebe311c56de14231eb57572c15abebd2d32b3bcb99bcdb9c101f5ac3 SIZE (rust/crates/core-foundation-0.3.0.tar.gz) = 8333 -SHA256 (rust/crates/core-foundation-sys-0.2.3.tar.gz) = 065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d -SIZE (rust/crates/core-foundation-sys-0.2.3.tar.gz) = 9128 +SHA256 (rust/crates/core-foundation-0.4.4.tar.gz) = 5909502e547762013619f4c4e01cc7393c20fe2d52d7fa471c1210adb2320dc7 +SIZE (rust/crates/core-foundation-0.4.4.tar.gz) = 9564 SHA256 (rust/crates/core-foundation-sys-0.3.1.tar.gz) = 41115a6aa5d3e1e5ef98148373f25971d1fad53818553f216495f9e67e90a624 SIZE (rust/crates/core-foundation-sys-0.3.1.tar.gz) = 9216 -SHA256 (rust/crates/core-graphics-0.3.2.tar.gz) = 0c56c6022ba22aedbaa7d231be545778becbe1c7aceda4c82ba2f2084dd4c723 -SIZE (rust/crates/core-graphics-0.3.2.tar.gz) = 10382 -SHA256 (rust/crates/core-graphics-0.8.1.tar.gz) = a9f841e9637adec70838c537cae52cb4c751cc6514ad05669b51d107c2021c79 -SIZE (rust/crates/core-graphics-0.8.1.tar.gz) = 14320 -SHA256 (rust/crates/core-text-5.0.0.tar.gz) = 74ba2a7abdccb94fb6c00822addef48504182b285aa45a30e78286487888fcb4 -SIZE (rust/crates/core-text-5.0.0.tar.gz) = 12454 -SHA256 (rust/crates/crossbeam-0.2.10.tar.gz) = 0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97 -SIZE (rust/crates/crossbeam-0.2.10.tar.gz) = 32993 +SHA256 (rust/crates/core-foundation-sys-0.4.4.tar.gz) = bc9fb3d6cb663e6fd7cf1c63f9b144ee2b1e4a78595a0451dd34bff85b9a3387 +SIZE (rust/crates/core-foundation-sys-0.4.4.tar.gz) = 10137 +SHA256 (rust/crates/core-graphics-0.8.2.tar.gz) = 9797d894882bbf37c0c1218a8d90333fae3c6b09d526534fd370aac2bc6efc21 +SIZE (rust/crates/core-graphics-0.8.2.tar.gz) = 14638 +SHA256 (rust/crates/core-text-6.1.2.tar.gz) = 6f0f932bb95eecab096633fed607e02073ebb77020e197dba6af095f1ad93575 +SIZE (rust/crates/core-text-6.1.2.tar.gz) = 12958 +SHA256 (rust/crates/custom_derive-0.1.7.tar.gz) = ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9 +SIZE (rust/crates/custom_derive-0.1.7.tar.gz) = 10700 SHA256 (rust/crates/dlib-0.3.1.tar.gz) = 148bce4ce1c36c4509f29cb54e62c2bd265551a9b00b38070fad551a851866ec SIZE (rust/crates/dlib-0.3.1.tar.gz) = 3335 -SHA256 (rust/crates/dtoa-0.4.1.tar.gz) = 80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90 -SIZE (rust/crates/dtoa-0.4.1.tar.gz) = 73264 +SHA256 (rust/crates/dtoa-0.4.2.tar.gz) = 09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab +SIZE (rust/crates/dtoa-0.4.2.tar.gz) = 14227 SHA256 (rust/crates/dwmapi-sys-0.1.0.tar.gz) = 07c4c7cc7b396419bc0a4d90371d0cee16cb5053b53647d287c0b728000c41fe SIZE (rust/crates/dwmapi-sys-0.1.0.tar.gz) = 4076 +SHA256 (rust/crates/either-1.1.0.tar.gz) = 18785c1ba806c258137c937e44ada9ee7e69a37e3c72077542cd2f069d78562a +SIZE (rust/crates/either-1.1.0.tar.gz) = 9588 SHA256 (rust/crates/errno-0.2.3.tar.gz) = b2c858c42ac0b88532f48fca88b0ed947cad4f1f64d904bcd6c9f138f7b95d70 SIZE (rust/crates/errno-0.2.3.tar.gz) = 3432 SHA256 (rust/crates/euclid-0.12.0.tar.gz) = ba6ab6f0e63a602978f4b8cf8a43f87a1a475ddf32407f087d579a13cf06b114 SIZE (rust/crates/euclid-0.12.0.tar.gz) = 28885 -SHA256 (rust/crates/expat-sys-2.1.4.tar.gz) = cef36cd1a8a02d28b91d97347c63247b9e4cb8a8e36df36f8201dc87a1c0859c -SIZE (rust/crates/expat-sys-2.1.4.tar.gz) = 8142638 +SHA256 (rust/crates/expat-sys-2.1.5.tar.gz) = c470ccb972f2088549b023db8029ed9da9426f5affbf9b62efff7009ab8ed5b1 +SIZE (rust/crates/expat-sys-2.1.5.tar.gz) = 519127 SHA256 (rust/crates/filetime-0.1.10.tar.gz) = 5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922 SIZE (rust/crates/filetime-0.1.10.tar.gz) = 8884 SHA256 (rust/crates/fnv-1.0.5.tar.gz) = 6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344 SIZE (rust/crates/fnv-1.0.5.tar.gz) = 6295 +SHA256 (rust/crates/foreign-types-0.2.0.tar.gz) = 3e4056b9bd47f8ac5ba12be771f77a0dae796d1bbaaf5fd0b9c2d38b69b8a29d +SIZE (rust/crates/foreign-types-0.2.0.tar.gz) = 7182 SHA256 (rust/crates/freetype-rs-0.13.0.tar.gz) = a1418e2a055fec8efe18c1a90a54b2cf5e649e583830dd4c71226c4e3bc920c6 SIZE (rust/crates/freetype-rs-0.13.0.tar.gz) = 103750 SHA256 (rust/crates/freetype-sys-0.4.0.tar.gz) = eccfb6d96cac99921f0c2142a91765f6c219868a2c45bdfe7d65a08775f18127 @@ -79,78 +87,80 @@ SHA256 (rust/crates/fsevent-0.2.16.tar.gz) = dfe593ebc SIZE (rust/crates/fsevent-0.2.16.tar.gz) = 5465 SHA256 (rust/crates/fsevent-sys-0.1.6.tar.gz) = 1a772d36c338d07a032d5375a36f15f9a7043bf0cb8ce7cee658e037c6032874 SIZE (rust/crates/fsevent-sys-0.1.6.tar.gz) = 3397 -SHA256 (rust/crates/gcc-0.3.49.tar.gz) = 9be730064c122681712957ba1a9abaf082150be8aaf94526a805d900015b65b9 -SIZE (rust/crates/gcc-0.3.49.tar.gz) = 32992 +SHA256 (rust/crates/gcc-0.3.53.tar.gz) = e8310f7e9c890398b0e80e301c4f474e9918d2b27fca8f48486ca775fa9ffc5a +SIZE (rust/crates/gcc-0.3.53.tar.gz) = 37116 SHA256 (rust/crates/gdi32-sys-0.1.1.tar.gz) = 65256ec4dc2592e6f05bfc1ca3b956a4e0698aa90b1dff1f5687d55a5a3fd59a SIZE (rust/crates/gdi32-sys-0.1.1.tar.gz) = 4886 -SHA256 (rust/crates/gl_generator-0.5.3.tar.gz) = 0940975a4ca12b088d32b5d5134826c47d2e73de4b0b459b05244c01503eccbb -SIZE (rust/crates/gl_generator-0.5.3.tar.gz) = 20972 -SHA256 (rust/crates/gleam-0.2.32.tar.gz) = 9590e0e578d528a080c5abac678e7efbe349a73c7316faafd4073edf5f462d01 -SIZE (rust/crates/gleam-0.2.32.tar.gz) = 11712 +SHA256 (rust/crates/getopts-0.2.15.tar.gz) = 65922871abd2f101a2eb0eaebadc66668e54a87ad9c3dd82520b5f86ede5eff9 +SIZE (rust/crates/getopts-0.2.15.tar.gz) = 17962 +SHA256 (rust/crates/gl_generator-0.5.5.tar.gz) = e7acbf2ba3d52e9e1ad96a84362129e9c1aa0af55ebfc86a91004e1b83eca61c +SIZE (rust/crates/gl_generator-0.5.5.tar.gz) = 20989 +SHA256 (rust/crates/gleam-0.4.8.tar.gz) = bf887141f0c2a83eae026cbf3fba74f0a5cb0f01d20e5cdfcd8c4ad39295be1e +SIZE (rust/crates/gleam-0.4.8.tar.gz) = 19738 +SHA256 (rust/crates/glutin-0.10.0.tar.gz) = b90e38d57530c3463494dcf789483d5fb2acaeaa146c001c8c52bf23d44987c1 +SIZE (rust/crates/glutin-0.10.0.tar.gz) = 53205 SHA256 (rust/crates/heapsize-0.3.9.tar.gz) = 556cd479866cf85c3f671209c85e8a6990211c916d1002c2fcb2e9b7cf60bc36 SIZE (rust/crates/heapsize-0.3.9.tar.gz) = 5764 -SHA256 (rust/crates/inotify-0.2.3.tar.gz) = e8458c07bdbdaf309c80e2c3304d14c3db64e7465d4f07cf589ccb83fd0ff31a -SIZE (rust/crates/inotify-0.2.3.tar.gz) = 8452 -SHA256 (rust/crates/itoa-0.3.1.tar.gz) = eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c -SIZE (rust/crates/itoa-0.3.1.tar.gz) = 73340 +SHA256 (rust/crates/inotify-0.3.0.tar.gz) = 887fcc180136e77a85e6a6128579a719027b1bab9b1c38ea4444244fe262c20c +SIZE (rust/crates/inotify-0.3.0.tar.gz) = 8440 +SHA256 (rust/crates/iovec-0.1.0.tar.gz) = 29d062ee61fccdf25be172e70f34c9f6efc597e1fb8f6526e8437b2046ab26be +SIZE (rust/crates/iovec-0.1.0.tar.gz) = 7570 +SHA256 (rust/crates/itertools-0.6.3.tar.gz) = ab4d6a273c31ef276c917019239588b23bc696f277af8db10742cba3c27ec2f0 +SIZE (rust/crates/itertools-0.6.3.tar.gz) = 67314 +SHA256 (rust/crates/itoa-0.3.3.tar.gz) = ac17257442c2ed77dbc9fd555cf83c58b0c7f7d0e8f2ae08c0ac05c72842e1f6 +SIZE (rust/crates/itoa-0.3.3.tar.gz) = 8186 SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 SHA256 (rust/crates/khronos_api-1.0.1.tar.gz) = d5a08e2a31d665af8f1ca437eab6d00a93c9d62a549f73f9ed8fc2e55b5a91a7 SIZE (rust/crates/khronos_api-1.0.1.tar.gz) = 558390 -SHA256 (rust/crates/lazy_static-0.1.16.tar.gz) = cf186d1a8aa5f5bee5fd662bc9c1b949e0259e1bcc379d1f006847b0080c7417 -SIZE (rust/crates/lazy_static-0.1.16.tar.gz) = 687730 SHA256 (rust/crates/lazy_static-0.2.8.tar.gz) = 3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf SIZE (rust/crates/lazy_static-0.2.8.tar.gz) = 9950 SHA256 (rust/crates/lazycell-0.4.0.tar.gz) = ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b SIZE (rust/crates/lazycell-0.4.0.tar.gz) = 8456 -SHA256 (rust/crates/libc-0.2.23.tar.gz) = e7eb6b826bfc1fdea7935d46556250d1799b7fe2d9f7951071f4291710665e3e -SIZE (rust/crates/libc-0.2.23.tar.gz) = 153939 +SHA256 (rust/crates/lazycell-0.5.1.tar.gz) = 3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b +SIZE (rust/crates/lazycell-0.5.1.tar.gz) = 8860 +SHA256 (rust/crates/libc-0.2.30.tar.gz) = 2370ca07ec338939e356443dac2296f581453c35fe1e3a3ed06023c49435f915 +SIZE (rust/crates/libc-0.2.30.tar.gz) = 214259 SHA256 (rust/crates/libloading-0.3.4.tar.gz) = 0a020ac941774eb37e9d13d418c37b522e76899bfc4e7b1a600d529a53f83a66 SIZE (rust/crates/libloading-0.3.4.tar.gz) = 14351 -SHA256 (rust/crates/libz-sys-1.0.13.tar.gz) = e5ee912a45d686d393d5ac87fac15ba0ba18daae14e8e7543c63ebf7fb7e970c -SIZE (rust/crates/libz-sys-1.0.13.tar.gz) = 602795 +SHA256 (rust/crates/libz-sys-1.0.16.tar.gz) = 3fdd64ef8ee652185674455c1d450b83cbc8ad895625d543b5324d923f82e4d8 +SIZE (rust/crates/libz-sys-1.0.16.tar.gz) = 603527 SHA256 (rust/crates/linked-hash-map-0.3.0.tar.gz) = 6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd SIZE (rust/crates/linked-hash-map-0.3.0.tar.gz) = 13693 +SHA256 (rust/crates/linked-hash-map-0.4.2.tar.gz) = 7860ec297f7008ff7a1e3382d7f7e1dcd69efc94751a2284bafc3d013c2aa939 +SIZE (rust/crates/linked-hash-map-0.4.2.tar.gz) = 15980 SHA256 (rust/crates/log-0.3.8.tar.gz) = 880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b SIZE (rust/crates/log-0.3.8.tar.gz) = 17756 +SHA256 (rust/crates/magenta-0.1.1.tar.gz) = 4bf0336886480e671965f794bc9b6fce88503563013d1bfb7a502c81fe3ac527 +SIZE (rust/crates/magenta-0.1.1.tar.gz) = 24465 +SHA256 (rust/crates/magenta-sys-0.1.1.tar.gz) = 40d014c7011ac470ae28e2f76a02bfea4a8480f73e701353b49ad7a8d75f4699 +SIZE (rust/crates/magenta-sys-0.1.1.tar.gz) = 5827 SHA256 (rust/crates/malloc_buf-0.0.6.tar.gz) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb SIZE (rust/crates/malloc_buf-0.0.6.tar.gz) = 1239 -SHA256 (rust/crates/matches-0.1.4.tar.gz) = efd7622e3022e1a6eaa602c4cea8912254e5582c9c692e9167714182244801b1 -SIZE (rust/crates/matches-0.1.4.tar.gz) = 1530 -SHA256 (rust/crates/memmap-0.2.3.tar.gz) = f20f72ed93291a72e22e8b16bb18762183bb4943f0f483da5b8be1a9e8192752 -SIZE (rust/crates/memmap-0.2.3.tar.gz) = 14438 +SHA256 (rust/crates/matches-0.1.6.tar.gz) = 100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376 +SIZE (rust/crates/matches-0.1.6.tar.gz) = 1916 +SHA256 (rust/crates/memmap-0.4.0.tar.gz) = 69253224aa10070855ea8fe9dbe94a03fc2b1d7930bb340c9e586a7513716fea +SIZE (rust/crates/memmap-0.4.0.tar.gz) = 15381 SHA256 (rust/crates/mio-0.5.1.tar.gz) = a637d1ca14eacae06296a008fa7ad955347e34efcb5891cfd8ba05491a37907e SIZE (rust/crates/mio-0.5.1.tar.gz) = 50819 -SHA256 (rust/crates/mio-0.6.2.tar.gz) = 5b493dc9fd96bd2077f2117f178172b0765db4dfda3ea4d8000401e6d65d3e80 -SIZE (rust/crates/mio-0.6.2.tar.gz) = 57673 +SHA256 (rust/crates/mio-0.6.10.tar.gz) = dbd91d3bfbceb13897065e97b2ef177a09a438cb33612b2d371bf568819a9313 +SIZE (rust/crates/mio-0.6.10.tar.gz) = 123799 +SHA256 (rust/crates/mio-more-0.1.0.tar.gz) = 0063c5ac7d07a3f177ad237540ddf5d96b7c9a9882b337702c1994bfd844d3e0 +SIZE (rust/crates/mio-more-0.1.0.tar.gz) = 12315 SHA256 (rust/crates/miow-0.1.5.tar.gz) = 3e690c5df6b2f60acd45d56378981e827ff8295562fc8d34f573deb267a59cd1 SIZE (rust/crates/miow-0.1.5.tar.gz) = 19921 -SHA256 (rust/crates/net2-0.2.29.tar.gz) = bc01404e7568680f1259aa5729539f221cb1e6d047a0d9053cab4be8a73b5d67 -SIZE (rust/crates/net2-0.2.29.tar.gz) = 19349 +SHA256 (rust/crates/miow-0.2.1.tar.gz) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 +SIZE (rust/crates/miow-0.2.1.tar.gz) = 21133 +SHA256 (rust/crates/net2-0.2.31.tar.gz) = 3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09 +SIZE (rust/crates/net2-0.2.31.tar.gz) = 19824 SHA256 (rust/crates/nix-0.5.1.tar.gz) = bfb3ddedaa14746434a02041940495bf11325c22f6d36125d3bdd56090d50a79 SIZE (rust/crates/nix-0.5.1.tar.gz) = 61605 -SHA256 (rust/crates/nix-0.7.0.tar.gz) = a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b -SIZE (rust/crates/nix-0.7.0.tar.gz) = 70639 SHA256 (rust/crates/nodrop-0.1.9.tar.gz) = 52cd74cd09beba596430cc6e3091b74007169a56246e1262f0ba451ea95117b2 SIZE (rust/crates/nodrop-0.1.9.tar.gz) = 1959 -SHA256 (rust/crates/nom-1.2.4.tar.gz) = a5b8c256fd9471521bcb84c3cdba98921497f1a331cbc15b8030fc63b82050ce -SIZE (rust/crates/nom-1.2.4.tar.gz) = 68547 -SHA256 (rust/crates/notify-2.6.3.tar.gz) = 4e0e7eec936337952c4228b023007528a33b2fa039d96c2e8f32d764221a9c07 -SIZE (rust/crates/notify-2.6.3.tar.gz) = 21117 -SHA256 (rust/crates/num-0.1.37.tar.gz) = 98b15ba84e910ea7a1973bccd3df7b31ae282bf9d8bd2897779950c9b8303d40 -SIZE (rust/crates/num-0.1.37.tar.gz) = 30152 -SHA256 (rust/crates/num-bigint-0.1.37.tar.gz) = ba6d838b16e56da1b6c383d065ff1ec3c7d7797f65a3e8f6ba7092fd87820bac -SIZE (rust/crates/num-bigint-0.1.37.tar.gz) = 35577 -SHA256 (rust/crates/num-complex-0.1.37.tar.gz) = 148eb324ca772230853418731ffdf13531738b50f89b30692a01fcdcb0a64677 -SIZE (rust/crates/num-complex-0.1.37.tar.gz) = 13522 -SHA256 (rust/crates/num-integer-0.1.34.tar.gz) = ef1a4bf6f9174aa5783a9b4cc892cacd11aebad6c69ad027a0b65c6ca5f8aa37 -SIZE (rust/crates/num-integer-0.1.34.tar.gz) = 10400 -SHA256 (rust/crates/num-iter-0.1.33.tar.gz) = f7d1891bd7b936f12349b7d1403761c8a0b85a18b148e9da4429d5d102c1a41e -SIZE (rust/crates/num-iter-0.1.33.tar.gz) = 7397 -SHA256 (rust/crates/num-rational-0.1.36.tar.gz) = c2dc5ea04020a8f18318ae485c751f8cfa1c0e69dcf465c29ddaaa64a313cc44 -SIZE (rust/crates/num-rational-0.1.36.tar.gz) = 12556 -SHA256 (rust/crates/num-traits-0.1.37.tar.gz) = e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99 -SIZE (rust/crates/num-traits-0.1.37.tar.gz) = 20492 +SHA256 (rust/crates/notify-4.0.1.tar.gz) = 298d4401ff2c6cebb7f8944c90288647c89ce59029d43b439444cf1067df55e1 +SIZE (rust/crates/notify-4.0.1.tar.gz) = 42439 +SHA256 (rust/crates/num-traits-0.1.40.tar.gz) = 99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0 +SIZE (rust/crates/num-traits-0.1.40.tar.gz) = 22673 SHA256 (rust/crates/objc-0.2.2.tar.gz) = 877f30f37acef6749b1841cceab289707f211aecfc756553cd63976190e6cc2e SIZE (rust/crates/objc-0.2.2.tar.gz) = 17787 SHA256 (rust/crates/objc-foundation-0.1.1.tar.gz) = 1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9 @@ -161,12 +171,12 @@ SHA256 (rust/crates/odds-0.2.25.tar.gz) = c3df9b730298 SIZE (rust/crates/odds-0.2.25.tar.gz) = 25997 SHA256 (rust/crates/osmesa-sys-0.1.2.tar.gz) = 88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b SIZE (rust/crates/osmesa-sys-0.1.2.tar.gz) = 1322 -SHA256 (rust/crates/owning_ref-0.2.4.tar.gz) = 9d52571ddcb42e9c900c901a18d8d67e393df723fcd51dd59c5b1a85d0acb6cc -SIZE (rust/crates/owning_ref-0.2.4.tar.gz) = 9112 -SHA256 (rust/crates/parking_lot-0.3.8.tar.gz) = fa12d706797d42551663426a45e2db2e0364bd1dbf6aeada87e89c5f981f43e9 -SIZE (rust/crates/parking_lot-0.3.8.tar.gz) = 31180 -SHA256 (rust/crates/parking_lot_core-0.2.2.tar.gz) = 0ad2c4d148942b3560034785bf19df586ebba53351e8c78f84984147d5795eef -SIZE (rust/crates/parking_lot_core-0.2.2.tar.gz) = 18763 +SHA256 (rust/crates/owning_ref-0.3.3.tar.gz) = cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37 +SIZE (rust/crates/owning_ref-0.3.3.tar.gz) = 11710 +SHA256 (rust/crates/parking_lot-0.4.5.tar.gz) = 2f213159e512f8376b31539ff28708164963357c59394747aa24c82a12633dca +SIZE (rust/crates/parking_lot-0.4.5.tar.gz) = 32016 +SHA256 (rust/crates/parking_lot_core-0.2.4.tar.gz) = a25dd36576d01cca115881dc920b1f0dd0037303ed8cfa0c5d0a4966151757f7 +SIZE (rust/crates/parking_lot_core-0.2.4.tar.gz) = 19455 SHA256 (rust/crates/phf-0.7.21.tar.gz) = cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc SIZE (rust/crates/phf-0.7.21.tar.gz) = 3484 SHA256 (rust/crates/phf_codegen-0.7.21.tar.gz) = d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f @@ -177,38 +187,40 @@ SHA256 (rust/crates/phf_shared-0.7.21.tar.gz) = 07e24b SIZE (rust/crates/phf_shared-0.7.21.tar.gz) = 1692 SHA256 (rust/crates/pkg-config-0.3.9.tar.gz) = 3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903 SIZE (rust/crates/pkg-config-0.3.9.tar.gz) = 11055 +SHA256 (rust/crates/pulldown-cmark-0.0.15.tar.gz) = 378e941dbd392c101f2cb88097fa4d7167bc421d4b88de3ff7dbee503bc3233b +SIZE (rust/crates/pulldown-cmark-0.0.15.tar.gz) = 117566 SHA256 (rust/crates/quine-mc_cluskey-0.2.4.tar.gz) = 07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45 SIZE (rust/crates/quine-mc_cluskey-0.2.4.tar.gz) = 5742 SHA256 (rust/crates/quote-0.3.15.tar.gz) = 7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a SIZE (rust/crates/quote-0.3.15.tar.gz) = 12041 -SHA256 (rust/crates/rand-0.3.15.tar.gz) = 022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d -SIZE (rust/crates/rand-0.3.15.tar.gz) = 55312 -SHA256 (rust/crates/redox_syscall-0.1.17.tar.gz) = 29dbdfd4b9df8ab31dec47c6087b7b13cbf4a776f335e4de8efba8288dda075b -SIZE (rust/crates/redox_syscall-0.1.17.tar.gz) = 11683 -SHA256 (rust/crates/regex-syntax-0.3.9.tar.gz) = f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957 -SIZE (rust/crates/regex-syntax-0.3.9.tar.gz) = 117427 +SHA256 (rust/crates/rand-0.3.16.tar.gz) = eb250fd207a4729c976794d03db689c9be1d634ab5a1c9da9492a13d8fecbcdf +SIZE (rust/crates/rand-0.3.16.tar.gz) = 57389 +SHA256 (rust/crates/redox_syscall-0.1.31.tar.gz) = 8dde11f18c108289bef24469638a04dce49da56084f2d50618b226e47eb04509 +SIZE (rust/crates/redox_syscall-0.1.31.tar.gz) = 13420 +SHA256 (rust/crates/regex-syntax-0.4.1.tar.gz) = ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db +SIZE (rust/crates/regex-syntax-0.4.1.tar.gz) = 121453 SHA256 (rust/crates/rustc-serialize-0.3.24.tar.gz) = dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda SIZE (rust/crates/rustc-serialize-0.3.24.tar.gz) = 45926 -SHA256 (rust/crates/rustc_version-0.1.7.tar.gz) = c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084 -SIZE (rust/crates/rustc_version-0.1.7.tar.gz) = 8816 -SHA256 (rust/crates/semver-0.1.20.tar.gz) = d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac -SIZE (rust/crates/semver-0.1.20.tar.gz) = 15876 -SHA256 (rust/crates/semver-0.2.3.tar.gz) = 2d5b7638a1f03815d94e88cb3b3c08e87f0db4d683ef499d1836aaf70a45623f -SIZE (rust/crates/semver-0.2.3.tar.gz) = 18500 -SHA256 (rust/crates/serde-0.7.15.tar.gz) = 1b0e0732aa8ec4267f61815a396a942ba3525062e3bd5520aa8419927cfc0a92 -SIZE (rust/crates/serde-0.7.15.tar.gz) = 22719 +SHA256 (rust/crates/semver-0.6.0.tar.gz) = 7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537 +SIZE (rust/crates/semver-0.6.0.tar.gz) = 15598 +SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 +SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 SHA256 (rust/crates/serde-0.9.15.tar.gz) = 34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af SIZE (rust/crates/serde-0.9.15.tar.gz) = 54344 -SHA256 (rust/crates/serde_codegen_internals-0.14.2.tar.gz) = bc888bd283bd2420b16ad0d860e35ad8acb21941180a83a189bb2046f9d00400 -SIZE (rust/crates/serde_codegen_internals-0.14.2.tar.gz) = 12379 -SHA256 (rust/crates/serde_derive-0.9.15.tar.gz) = 978fd866f4d4872084a81ccc35e275158351d3b9fe620074e7d7504b816b74ba -SIZE (rust/crates/serde_derive-0.9.15.tar.gz) = 20269 +SHA256 (rust/crates/serde-1.0.11.tar.gz) = f7726f29ddf9731b17ff113c461e362c381d9d69433f79de4f3dd572488823e9 +SIZE (rust/crates/serde-1.0.11.tar.gz) = 59859 +SHA256 (rust/crates/serde_derive-1.0.11.tar.gz) = cf823e706be268e73e7747b147aa31c8f633ab4ba31f115efb57e5047c3a76dd +SIZE (rust/crates/serde_derive-1.0.11.tar.gz) = 24021 +SHA256 (rust/crates/serde_derive_internals-0.15.1.tar.gz) = 37aee4e0da52d801acfbc0cc219eb1eda7142112339726e427926a6f6ee65d3a +SIZE (rust/crates/serde_derive_internals-0.15.1.tar.gz) = 16441 SHA256 (rust/crates/serde_json-0.9.10.tar.gz) = ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1 SIZE (rust/crates/serde_json-0.9.10.tar.gz) = 47696 -SHA256 (rust/crates/serde_yaml-0.6.2.tar.gz) = f8bd3f24ad8c7bcd34a6d70ba676dc11302b96f4f166aa5f947762e01098844d -SIZE (rust/crates/serde_yaml-0.6.2.tar.gz) = 11451 -SHA256 (rust/crates/shared_library-0.1.5.tar.gz) = fb04126b6fcfd2710fb5b6d18f4207b6c535f2850a7e1a43bcd526d44f30a79a -SIZE (rust/crates/shared_library-0.1.5.tar.gz) = 5467 +SHA256 (rust/crates/serde_json-1.0.2.tar.gz) = 48b04779552e92037212c3615370f6bd57a40ebba7f20e554ff9f55e41a69a7b +SIZE (rust/crates/serde_json-1.0.2.tar.gz) = 55422 +SHA256 (rust/crates/serde_yaml-0.7.1.tar.gz) = 49d983aa39d2884a4b422bb11bb38f4f48fa05186e17469bc31e47d01e381111 +SIZE (rust/crates/serde_yaml-0.7.1.tar.gz) = 30049 +SHA256 (rust/crates/shared_library-0.1.7.tar.gz) = 7822f9d0814224552cfd7e4ac72cd511740ccec0b811d1c0f9fa2a84c6509cee +SIZE (rust/crates/shared_library-0.1.7.tar.gz) = 10115 SHA256 (rust/crates/shell32-sys-0.1.1.tar.gz) = 72f20b8f3c060374edb8046591ba28f62448c369ccbdc7b02075103fb3a9e38d SIZE (rust/crates/shell32-sys-0.1.1.tar.gz) = 5664 SHA256 (rust/crates/siphasher-0.2.2.tar.gz) = 0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537 @@ -217,8 +229,10 @@ SHA256 (rust/crates/slab-0.1.3.tar.gz) = d807fd58c4181 SIZE (rust/crates/slab-0.1.3.tar.gz) = 4508 SHA256 (rust/crates/slab-0.3.0.tar.gz) = 17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23 SIZE (rust/crates/slab-0.3.0.tar.gz) = 4807 -SHA256 (rust/crates/smallvec-0.4.0.tar.gz) = 2e40af10aafe98b4d8294ae8388d8a5cd0707c65d364872efe72d063ec44bee0 -SIZE (rust/crates/smallvec-0.4.0.tar.gz) = 9433 +SHA256 (rust/crates/smallvec-0.4.3.tar.gz) = 8fcd03faf178110ab0334d74ca9631d77f94c8c11cc77fcb59538abf0025695d +SIZE (rust/crates/smallvec-0.4.3.tar.gz) = 11547 +SHA256 (rust/crates/stable_deref_trait-1.0.0.tar.gz) = 15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b +SIZE (rust/crates/stable_deref_trait-1.0.0.tar.gz) = 7321 SHA256 (rust/crates/strsim-0.6.0.tar.gz) = b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694 SIZE (rust/crates/strsim-0.6.0.tar.gz) = 8500 SHA256 (rust/crates/syn-0.11.11.tar.gz) = d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad @@ -227,18 +241,18 @@ SHA256 (rust/crates/synom-0.11.3.tar.gz) = a393066ed90 SIZE (rust/crates/synom-0.11.3.tar.gz) = 17120 SHA256 (rust/crates/target_build_utils-0.3.1.tar.gz) = 013d134ae4a25ee744ad6129db589018558f620ddfa44043887cdd45fa08e75c SIZE (rust/crates/target_build_utils-0.3.1.tar.gz) = 7669 -SHA256 (rust/crates/tempfile-2.1.5.tar.gz) = 3213fd2b7ed87e39306737ccfac04b1233b57a33ca64cfbf52f2ffaa2b765e2f -SIZE (rust/crates/tempfile-2.1.5.tar.gz) = 14286 +SHA256 (rust/crates/tempfile-2.1.6.tar.gz) = 5b92290d7f1ce2d221405d5c78b9c568c9f1debb314aa92a513cd99db709f931 +SIZE (rust/crates/tempfile-2.1.6.tar.gz) = 14531 SHA256 (rust/crates/term_size-0.3.0.tar.gz) = e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209 SIZE (rust/crates/term_size-0.3.0.tar.gz) = 9932 -SHA256 (rust/crates/thread-id-3.1.0.tar.gz) = 8df7875b676fddfadffd96deea3b1124e5ede707d4884248931077518cf1f773 -SIZE (rust/crates/thread-id-3.1.0.tar.gz) = 7195 -SHA256 (rust/crates/time-0.1.37.tar.gz) = ffd7ccbf969a892bf83f1e441126968a07a3941c24ff522a26af9f9f4585d1a3 -SIZE (rust/crates/time-0.1.37.tar.gz) = 28346 -SHA256 (rust/crates/toml-0.1.30.tar.gz) = 0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796 -SIZE (rust/crates/toml-0.1.30.tar.gz) = 45082 -SHA256 (rust/crates/unicode-normalization-0.1.4.tar.gz) = e28fa37426fceeb5cf8f41ee273faa7c82c47dc8fba5853402841e665fcd86ff -SIZE (rust/crates/unicode-normalization-0.1.4.tar.gz) = 278063 +SHA256 (rust/crates/textwrap-0.7.0.tar.gz) = f728584ea33b0ad19318e20557cb0a39097751dbb07171419673502f848c7af6 +SIZE (rust/crates/textwrap-0.7.0.tar.gz) = 13341 +SHA256 (rust/crates/time-0.1.38.tar.gz) = d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520 +SIZE (rust/crates/time-0.1.38.tar.gz) = 28500 +SHA256 (rust/crates/toml-0.4.5.tar.gz) = a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e +SIZE (rust/crates/toml-0.4.5.tar.gz) = 60003 +SHA256 (rust/crates/unicode-normalization-0.1.5.tar.gz) = 51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f +SIZE (rust/crates/unicode-normalization-0.1.5.tar.gz) = 290328 SHA256 (rust/crates/unicode-segmentation-1.2.0.tar.gz) = a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946 SIZE (rust/crates/unicode-segmentation-1.2.0.tar.gz) = 67562 SHA256 (rust/crates/unicode-width-0.1.4.tar.gz) = bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f @@ -249,42 +263,46 @@ SHA256 (rust/crates/user32-sys-0.1.2.tar.gz) = 6717129 SIZE (rust/crates/user32-sys-0.1.2.tar.gz) = 10676 SHA256 (rust/crates/utf8parse-0.1.0.tar.gz) = a15ea87f3194a3a454c78d79082b4f5e85f6956ddb6cb86bbfbe4892aa3c0323 SIZE (rust/crates/utf8parse-0.1.0.tar.gz) = 2927 +SHA256 (rust/crates/vcpkg-0.2.2.tar.gz) = 9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b +SIZE (rust/crates/vcpkg-0.2.2.tar.gz) = 5870 SHA256 (rust/crates/vec_map-0.8.0.tar.gz) = 887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c SIZE (rust/crates/vec_map-0.8.0.tar.gz) = 13742 -SHA256 (rust/crates/void-1.0.2.tar.gz) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d -SIZE (rust/crates/void-1.0.2.tar.gz) = 2356 -SHA256 (rust/crates/vte-0.3.0.tar.gz) = f357f71e07dd81c9422387aa7225f6477909403ee2ac933a819cecccd2997003 -SIZE (rust/crates/vte-0.3.0.tar.gz) = 12326 +SHA256 (rust/crates/vte-0.3.2.tar.gz) = a01634c75db59478405de08d8567c40c578bba80c565217ee709934b551720d8 +SIZE (rust/crates/vte-0.3.2.tar.gz) = 12851 SHA256 (rust/crates/walkdir-0.1.8.tar.gz) = c66c0b9792f0a765345452775f3adbd28dde9d33f30d13e5dcc5ae17cf6f3780 SIZE (rust/crates/walkdir-0.1.8.tar.gz) = 19807 -SHA256 (rust/crates/wayland-client-0.5.12.tar.gz) = ced3094c157b5cc0a08d40530e1a627d9f88b9a436971338d2646439128a559e -SIZE (rust/crates/wayland-client-0.5.12.tar.gz) = 29634 -SHA256 (rust/crates/wayland-kbd-0.3.6.tar.gz) = 73bc10e84c1da90777beffecd24742baea17564ffc2a9918af41871c748eb050 -SIZE (rust/crates/wayland-kbd-0.3.6.tar.gz) = 46701 -SHA256 (rust/crates/wayland-scanner-0.5.11.tar.gz) = 5a1869370d6bafcbabae8724511d803f4e209a70e94ad94a4249269534364f66 -SIZE (rust/crates/wayland-scanner-0.5.11.tar.gz) = 9054 -SHA256 (rust/crates/wayland-sys-0.5.11.tar.gz) = 9633f7fe5de56544215f82eaf1b76bf1b584becf7f08b58cbef4c2c7d10e803a -SIZE (rust/crates/wayland-sys-0.5.11.tar.gz) = 4343 -SHA256 (rust/crates/wayland-window-0.2.3.tar.gz) = 309b69d3a863c9c21422d889fb7d98cf02f8a2ca054960a49243ce5b67ad884c -SIZE (rust/crates/wayland-window-0.2.3.tar.gz) = 9224 +SHA256 (rust/crates/wayland-client-0.9.9.tar.gz) = 15aaf730e0720ac3c25259bd8af44eacd509ae03e85a3ca64b0d4f7fe9d8da03 +SIZE (rust/crates/wayland-client-0.9.9.tar.gz) = 45294 +SHA256 (rust/crates/wayland-kbd-0.9.1.tar.gz) = 75485a10a894e48f4d21c15c8673ac84a073aef402e15060715fb3501416e58e +SIZE (rust/crates/wayland-kbd-0.9.1.tar.gz) = 47362 +SHA256 (rust/crates/wayland-protocols-0.9.9.tar.gz) = a2c8838178028e9f2c561360ca20d56f1ecd577fa2808a1d6ced4e1cc0e7f70b +SIZE (rust/crates/wayland-protocols-0.9.9.tar.gz) = 63706 +SHA256 (rust/crates/wayland-scanner-0.9.9.tar.gz) = 0df992fcdb356c7bde978e7d2d8a407cfd8890370510e11dc0131bfd08cc064c +SIZE (rust/crates/wayland-scanner-0.9.9.tar.gz) = 12558 +SHA256 (rust/crates/wayland-sys-0.9.9.tar.gz) = 7b755ecdca8a7de5191b3ddbcbee1055ba4adfe74f6b0d9f299bf060a5e8c8dd +SIZE (rust/crates/wayland-sys-0.9.9.tar.gz) = 5321 +SHA256 (rust/crates/wayland-window-0.8.0.tar.gz) = 7c03dae6f8f8be09335444fc253620298bb05f5b8fbc6237798bbbc90ea841c4 +SIZE (rust/crates/wayland-window-0.8.0.tar.gz) = 12690 SHA256 (rust/crates/winapi-0.2.8.tar.gz) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a SIZE (rust/crates/winapi-0.2.8.tar.gz) = 455145 SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 +SHA256 (rust/crates/winit-0.8.2.tar.gz) = 6e5b02a73c8cfebebcca185bf8c18e2e773bbe0be403f2af821e301bd745b651 +SIZE (rust/crates/winit-0.8.2.tar.gz) = 100764 SHA256 (rust/crates/ws2_32-sys-0.2.1.tar.gz) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e SIZE (rust/crates/ws2_32-sys-0.2.1.tar.gz) = 4697 -SHA256 (rust/crates/x11-dl-2.14.0.tar.gz) = 326c500cdc166fd7c70dd8c8a829cd5c0ce7be5a5d98c25817de2b9bdc67faf8 -SIZE (rust/crates/x11-dl-2.14.0.tar.gz) = 59709 +SHA256 (rust/crates/x11-dl-2.15.0.tar.gz) = 81fa2fb3ed0652d8ad4b22ce26195e723f9d3f1dc36c51d1fd2aa245138a3426 +SIZE (rust/crates/x11-dl-2.15.0.tar.gz) = 60955 SHA256 (rust/crates/xdg-2.1.0.tar.gz) = a66b7c2281ebde13cf4391d70d4c7e5946c3c25e72a7b859ca8f677dcd0b0c61 SIZE (rust/crates/xdg-2.1.0.tar.gz) = 12444 SHA256 (rust/crates/xml-rs-0.3.6.tar.gz) = 7ec6c39eaa68382c8e31e35239402c0a9489d4141a8ceb0c716099a0b515b562 SIZE (rust/crates/xml-rs-0.3.6.tar.gz) = 48158 +SHA256 (rust/crates/xml-rs-0.6.1.tar.gz) = e1945e12e16b951721d7976520b0832496ef79c31602c7a29d950de79ba74621 +SIZE (rust/crates/xml-rs-0.6.1.tar.gz) = 50922 SHA256 (rust/crates/yaml-rust-0.3.5.tar.gz) = e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992 SIZE (rust/crates/yaml-rust-0.3.5.tar.gz) = 42087 -SHA256 (jwilm-alacritty-g20170618-3c8514ba103d5d987d2269c421a3cc09e6784904_GH0.tar.gz) = c384b7d76d04d0cf47722570b6c59739226e6a41a37bf7348c00510043261887 -SIZE (jwilm-alacritty-g20170618-3c8514ba103d5d987d2269c421a3cc09e6784904_GH0.tar.gz) = 271349 -SHA256 (jwilm-glutin-cc64178d39a1fa06b2c5403117e5e0ef24deeac4_GH0.tar.gz) = ef0152b30722f4106e06354fcb42d6bb77b9da5331d25dfea92ae30277796fc7 -SIZE (jwilm-glutin-cc64178d39a1fa06b2c5403117e5e0ef24deeac4_GH0.tar.gz) = 110526 +SHA256 (jwilm-alacritty-g20171006-e17d38167e174a2cf664e430fe968ec6492e1f08_GH0.tar.gz) = 1f69dec446eb588fa028224adfe3837d75ce0773670486a3d2fda0fe59f2b440 +SIZE (jwilm-alacritty-g20171006-e17d38167e174a2cf664e430fe968ec6492e1f08_GH0.tar.gz) = 327545 SHA256 (jwilm-rust-fontconfig-419135e5e1106ec0973dd4923bd9c70d8e438cc8_GH0.tar.gz) = 8fdda5bd03e66fab61e02767591f2e55cbc39e1620cb20f2b440339dad112a8f SIZE (jwilm-rust-fontconfig-419135e5e1106ec0973dd4923bd9c70d8e438cc8_GH0.tar.gz) = 9200 SHA256 (jwilm-libfontconfig-618a52973d46e5cce4f054f6ee3bd2682167eee4_GH0.tar.gz) = 8f3221f35108edad6e90016c80c5d8452bf53a5860f160e992eb7c78392c3346 Modified: head/x11/alacritty/files/extra-patch-freebsd12 ============================================================================== --- head/x11/alacritty/files/extra-patch-freebsd12 Fri Oct 6 18:48:42 2017 (r451397) +++ head/x11/alacritty/files/extra-patch-freebsd12 Fri Oct 6 18:48:57 2017 (r451398) @@ -1,7 +1,7 @@ https://github.com/jwilm/alacritty/issues/618 ---- cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/aarch64.rs.orig 2017-03-02 02:44:01 UTC -+++ cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/aarch64.rs +--- cargo-crates/libc-0.2.30/src/unix/bsd/freebsdlike/freebsd/aarch64.rs.orig 2017-08-27 15:32:17 UTC ++++ cargo-crates/libc-0.2.30/src/unix/bsd/freebsdlike/freebsd/aarch64.rs @@ -7,10 +7,12 @@ s! { pub struct stat { pub st_dev: ::dev_t, @@ -16,7 +16,7 @@ https://github.com/jwilm/alacritty/issues/618 pub st_rdev: ::dev_t, pub st_atime: ::time_t, pub st_atime_nsec: ::c_long, -@@ -18,13 +20,13 @@ s! { +@@ -18,14 +20,14 @@ s! { pub st_mtime_nsec: ::c_long, pub st_ctime: ::time_t, pub st_ctime_nsec: ::c_long, @@ -34,8 +34,9 @@ https://github.com/jwilm/alacritty/issues/618 + pub st_spare: [::uint64_t; 10], } } ---- cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2017-04-26 14:28:39 UTC -+++ cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/mod.rs + +--- cargo-crates/libc-0.2.30/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2017-08-27 15:32:17 UTC ++++ cargo-crates/libc-0.2.30/src/unix/bsd/freebsdlike/freebsd/mod.rs @@ -1,8 +1,8 @@ pub type fflags_t = u32; pub type clock_t = i32; @@ -63,8 +64,8 @@ https://github.com/jwilm/alacritty/issues/618 pub d_name: [::c_char; 256], } ---- cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/x86.rs.orig 2016-10-14 21:54:23 UTC -+++ cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/x86.rs +--- cargo-crates/libc-0.2.30/src/unix/bsd/freebsdlike/freebsd/x86.rs.orig 2017-08-27 05:14:57 UTC ++++ cargo-crates/libc-0.2.30/src/unix/bsd/freebsdlike/freebsd/x86.rs @@ -7,25 +7,30 @@ s! { pub struct stat { pub st_dev: ::dev_t, @@ -102,8 +103,8 @@ https://github.com/jwilm/alacritty/issues/618 + pub st_spare: [::uint64_t; 10], } } ---- cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/x86_64.rs.orig 2016-10-14 21:54:23 UTC -+++ cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/freebsd/x86_64.rs +--- cargo-crates/libc-0.2.30/src/unix/bsd/freebsdlike/freebsd/x86_64.rs.orig 2017-08-27 15:32:17 UTC ++++ cargo-crates/libc-0.2.30/src/unix/bsd/freebsdlike/freebsd/x86_64.rs @@ -7,10 +7,12 @@ s! { pub struct stat { pub st_dev: ::dev_t, @@ -118,7 +119,7 @@ https://github.com/jwilm/alacritty/issues/618 pub st_rdev: ::dev_t, pub st_atime: ::time_t, pub st_atime_nsec: ::c_long, -@@ -18,13 +20,13 @@ s! { +@@ -18,14 +20,14 @@ s! { pub st_mtime_nsec: ::c_long, pub st_ctime: ::time_t, pub st_ctime_nsec: ::c_long, @@ -136,15 +137,16 @@ https://github.com/jwilm/alacritty/issues/618 + pub st_spare: [::uint64_t; 10], } } ---- cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/mod.rs.orig 2017-05-19 03:32:21 UTC -+++ cargo-crates/libc-0.2.23/src/unix/bsd/freebsdlike/mod.rs + +--- cargo-crates/libc-0.2.30/src/unix/bsd/freebsdlike/mod.rs.orig 2017-08-27 15:32:17 UTC ++++ cargo-crates/libc-0.2.30/src/unix/bsd/freebsdlike/mod.rs @@ -1,4 +1,4 @@ -pub type dev_t = u32; +pub type dev_t = u64; pub type mode_t = u16; pub type pthread_attr_t = *mut ::c_void; pub type rlim_t = i64; -@@ -35,8 +35,9 @@ s! { +@@ -36,8 +36,9 @@ s! { pub filter: ::c_short, pub flags: ::c_ushort, pub fflags: ::c_uint, @@ -157,7 +159,8 @@ https://github.com/jwilm/alacritty/issues/618 pub struct sockaddr_storage { --- cargo-crates/mio-0.5.1/src/sys/unix/kqueue.rs.orig 2016-04-27 20:28:22 UTC +++ cargo-crates/mio-0.5.1/src/sys/unix/kqueue.rs -@@ -110,6 +110,7 @@ impl Selector { +@@ -109,7 +109,8 @@ impl Selector { + flags: flags, fflags: FilterFlag::empty(), data: 0, - udata: token @@ -166,40 +169,18 @@ https://github.com/jwilm/alacritty/issues/618 }); } ---- cargo-crates/mio-0.6.2/src/sys/unix/kqueue.rs.orig 2016-12-14 20:41:05 UTC -+++ cargo-crates/mio-0.6.2/src/sys/unix/kqueue.rs -@@ -121,6 +121,7 @@ impl Selector { - fflags: FilterFlag::empty(), - data: 0, - udata: token as UData, -+ ext: [0, 0, 0, 0], - }); +--- cargo-crates/mio-0.6.10/src/sys/unix/kqueue.rs.orig 2017-07-30 20:12:31 UTC ++++ cargo-crates/mio-0.6.10/src/sys/unix/kqueue.rs +@@ -44,6 +44,7 @@ macro_rules! kevent { + fflags: 0, + data: 0, + udata: $data as UData, ++ ext: [0, 0, 0, 0], + } } - + } --- cargo-crates/nix-0.5.1/src/sys/event.rs.orig 2016-03-16 20:17:51 UTC +++ cargo-crates/nix-0.5.1/src/sys/event.rs -@@ -23,8 +23,9 @@ mod ffi { - pub filter: EventFilter, // 2 - pub flags: EventFlag, // 2 - pub fflags: FilterFlag, // 4 -- pub data: intptr_t, // 8 -- pub udata: usize // 8 -+ pub data: i64, // 8 -+ pub udata: usize, // 8 -+ pub ext: [u64; 4], // 32 - } - - #[cfg(target_os = "netbsd")] -@@ -346,6 +347,7 @@ pub fn ev_set(ev: &mut KEvent, - ev.fflags = fflags; - ev.data = 0; - ev.udata = udata; -+ ev.ext = [0, 0, 0, 0]; - } - - #[cfg(target_os = "netbsd")] ---- cargo-crates/nix-0.7.0/src/sys/event.rs.orig 2016-08-31 18:53:01 UTC -+++ cargo-crates/nix-0.7.0/src/sys/event.rs @@ -23,8 +23,9 @@ mod ffi { pub filter: EventFilter, // 2 pub flags: EventFlag, // 2 Added: head/x11/alacritty/files/patch-winit-32bit ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/alacritty/files/patch-winit-32bit Fri Oct 6 18:48:57 2017 (r451398) @@ -0,0 +1,45 @@ +error[E0308]: mismatched types + --> cargo-crates/winit-0.8.2/src/platform/linux/x11/window.rs:273:21 + | +273 | window: window, + | ^^^^^^ expected u32, found u64 +error[E0308]: mismatched types + --> cargo-crates/winit-0.8.2/src/platform/linux/x11/window.rs:290:17 + | +290 | root, + | ^^^^ expected u32, found u64 +error[E0308]: mismatched types + --> cargo-crates/winit-0.8.2/src/platform/linux/x11/window.rs:279:34 + | +279 | data.set_long(0, val as i64); + | ^^^^^^^^^^ expected i32, found i64 + +--- cargo-crates/winit-0.8.2/src/platform/linux/x11/window.rs.orig 2017-09-28 17:05:00 UTC ++++ cargo-crates/winit-0.8.2/src/platform/linux/x11/window.rs +@@ -5,7 +5,7 @@ use libc; + use std::borrow::Borrow; + use std::{mem, cmp}; + use std::sync::{Arc, Mutex}; +-use std::os::raw::{c_int, c_long, c_uchar}; ++use std::os::raw::{c_int, c_long, c_uchar, c_ulong}; + use std::thread; + use std::time::Duration; + +@@ -251,7 +251,7 @@ impl Window2 { + Ok(window) + } + +- fn set_netwm(display: &Arc, window: u64, root: u64, property: &str, val: bool) { ++ fn set_netwm(display: &Arc, window: c_ulong, root: c_ulong, property: &str, val: bool) { + let state_atom = unsafe { + with_c_str("_NET_WM_STATE", |state| + (display.xlib.XInternAtom)(display.display, state, 0) +@@ -276,7 +276,7 @@ impl Window2 { + data: { + let mut data = ffi::ClientMessageData::new(); + // This first `long` is the action; `1` means add/set following property. +- data.set_long(0, val as i64); ++ data.set_long(0, val as c_long); + // This second `long` is the property to set (fullscreen) + data.set_long(1, atom as c_long); + data From owner-svn-ports-all@freebsd.org Fri Oct 6 18:53:01 2017 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 C7E14E3EA5D; Fri, 6 Oct 2017 18:53:01 +0000 (UTC) (envelope-from tobik@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 A1AA96AFB0; Fri, 6 Oct 2017 18:53:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96Ir0xT011652; Fri, 6 Oct 2017 18:53:00 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96Ir07n011650; Fri, 6 Oct 2017 18:53:00 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710061853.v96Ir07n011650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 6 Oct 2017 18:53:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451399 - in head/emulators/qemu: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/emulators/qemu: . files X-SVN-Commit-Revision: 451399 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 18:53:01 -0000 Author: tobik Date: Fri Oct 6 18:53:00 2017 New Revision: 451399 URL: https://svnweb.freebsd.org/changeset/ports/451399 Log: emulators/qemu: Fix build without DOCS - While here also add missing X11 dependencies to the GTK2 option /usr/bin/install -c -c -m 0644 docs/qemu-qmp-ref.7 "/wrkdirs/usr/ports/emulators/qemu/work/stage/usr/local/man/man7" install: docs/qemu-qmp-ref.7: No such file or directory gmake[1]: *** [Makefile:576: install-doc] Error 71 gmake[1]: Leaving directory '/wrkdirs/usr/ports/emulators/qemu/work/qemu-2.9.0' PR: 221749 Submitted by: smh Reviewed by: novel Approved by: bofh MFH: 2017Q4 Modified: head/emulators/qemu/Makefile head/emulators/qemu/files/patch-Makefile Modified: head/emulators/qemu/Makefile ============================================================================== --- head/emulators/qemu/Makefile Fri Oct 6 18:48:57 2017 (r451398) +++ head/emulators/qemu/Makefile Fri Oct 6 18:53:00 2017 (r451399) @@ -47,7 +47,7 @@ OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG C OPTIONS_SUB= yes X11_USE= SDL=sdl XORG=x11,xext GNOME=gdkpixbuf2 X11_CONFIGURE_ENABLE= sdl -GTK2_USE= GNOME=gtk20,vte +GTK2_USE= GNOME=gtk20,vte,gdkpixbuf2 XORG=x11,xext GTK2_USES= gettext GTK2_CONFIGURE_OFF= --disable-gtk --disable-vte GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls Modified: head/emulators/qemu/files/patch-Makefile ============================================================================== --- head/emulators/qemu/files/patch-Makefile Fri Oct 6 18:48:57 2017 (r451398) +++ head/emulators/qemu/files/patch-Makefile Fri Oct 6 18:53:00 2017 (r451399) @@ -1,11 +1,12 @@ --- Makefile.orig 2017-04-20 14:57:00 UTC +++ Makefile -@@ -206,9 +206,13 @@ LIBS+=-lz $(LIBS_TOOLS) +@@ -206,9 +206,14 @@ LIBS+=-lz $(LIBS_TOOLS) HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF) ifdef BUILD_DOCS +ifdef NOPORTDOCS +DOCS=qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8 ++DOCS+=docs/qemu-qmp-ref.7 docs/qemu-ga-ref.7 +else DOCS=qemu-doc.html qemu-doc.txt qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8 DOCS+=docs/qemu-qmp-ref.html docs/qemu-qmp-ref.txt docs/qemu-qmp-ref.7 @@ -14,7 +15,7 @@ ifdef CONFIG_VIRTFS DOCS+=fsdev/virtfs-proxy-helper.1 endif -@@ -558,11 +562,13 @@ BLOBS= +@@ -558,11 +563,13 @@ BLOBS= endif install-doc: $(DOCS) @@ -28,3 +29,14 @@ ifdef CONFIG_POSIX $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1" $(INSTALL_DATA) qemu.1 "$(DESTDIR)$(mandir)/man1" +@@ -575,8 +582,10 @@ ifneq ($(TOOLS),) + endif + ifneq (,$(findstring qemu-ga,$(TOOLS))) + $(INSTALL_DATA) qemu-ga.8 "$(DESTDIR)$(mandir)/man8" ++ifndef NOPORTDOCS + $(INSTALL_DATA) docs/qemu-ga-ref.html "$(DESTDIR)$(qemu_docdir)" + $(INSTALL_DATA) docs/qemu-ga-ref.txt "$(DESTDIR)$(qemu_docdir)" ++endif + $(INSTALL_DATA) docs/qemu-ga-ref.7 "$(DESTDIR)$(mandir)/man7" + endif + endif From owner-svn-ports-all@freebsd.org Fri Oct 6 18:54:55 2017 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 2E02CE3EAEB; Fri, 6 Oct 2017 18:54:55 +0000 (UTC) (envelope-from tobik@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 057E06B0D7; Fri, 6 Oct 2017 18:54:54 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96IssZP011891; Fri, 6 Oct 2017 18:54:54 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96Isr6r011889; Fri, 6 Oct 2017 18:54:53 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710061854.v96Isr6r011889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 6 Oct 2017 18:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451400 - in branches/2017Q4/emulators/qemu: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in branches/2017Q4/emulators/qemu: . files X-SVN-Commit-Revision: 451400 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 18:54:55 -0000 Author: tobik Date: Fri Oct 6 18:54:53 2017 New Revision: 451400 URL: https://svnweb.freebsd.org/changeset/ports/451400 Log: MFH: r451399 emulators/qemu: Fix build without DOCS - While here also add missing X11 dependencies to the GTK2 option /usr/bin/install -c -c -m 0644 docs/qemu-qmp-ref.7 "/wrkdirs/usr/ports/emulators/qemu/work/stage/usr/local/man/man7" install: docs/qemu-qmp-ref.7: No such file or directory gmake[1]: *** [Makefile:576: install-doc] Error 71 gmake[1]: Leaving directory '/wrkdirs/usr/ports/emulators/qemu/work/qemu-2.9.0' PR: 221749 Submitted by: smh Reviewed by: novel Approved by: bofh Approved by: ports-secteam blanket Modified: branches/2017Q4/emulators/qemu/Makefile branches/2017Q4/emulators/qemu/files/patch-Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/emulators/qemu/Makefile ============================================================================== --- branches/2017Q4/emulators/qemu/Makefile Fri Oct 6 18:53:00 2017 (r451399) +++ branches/2017Q4/emulators/qemu/Makefile Fri Oct 6 18:54:53 2017 (r451400) @@ -47,7 +47,7 @@ OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG C OPTIONS_SUB= yes X11_USE= SDL=sdl XORG=x11,xext GNOME=gdkpixbuf2 X11_CONFIGURE_ENABLE= sdl -GTK2_USE= GNOME=gtk20,vte +GTK2_USE= GNOME=gtk20,vte,gdkpixbuf2 XORG=x11,xext GTK2_USES= gettext GTK2_CONFIGURE_OFF= --disable-gtk --disable-vte GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls Modified: branches/2017Q4/emulators/qemu/files/patch-Makefile ============================================================================== --- branches/2017Q4/emulators/qemu/files/patch-Makefile Fri Oct 6 18:53:00 2017 (r451399) +++ branches/2017Q4/emulators/qemu/files/patch-Makefile Fri Oct 6 18:54:53 2017 (r451400) @@ -1,11 +1,12 @@ --- Makefile.orig 2017-04-20 14:57:00 UTC +++ Makefile -@@ -206,9 +206,13 @@ LIBS+=-lz $(LIBS_TOOLS) +@@ -206,9 +206,14 @@ LIBS+=-lz $(LIBS_TOOLS) HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF) ifdef BUILD_DOCS +ifdef NOPORTDOCS +DOCS=qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8 ++DOCS+=docs/qemu-qmp-ref.7 docs/qemu-ga-ref.7 +else DOCS=qemu-doc.html qemu-doc.txt qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8 DOCS+=docs/qemu-qmp-ref.html docs/qemu-qmp-ref.txt docs/qemu-qmp-ref.7 @@ -14,7 +15,7 @@ ifdef CONFIG_VIRTFS DOCS+=fsdev/virtfs-proxy-helper.1 endif -@@ -558,11 +562,13 @@ BLOBS= +@@ -558,11 +563,13 @@ BLOBS= endif install-doc: $(DOCS) @@ -28,3 +29,14 @@ ifdef CONFIG_POSIX $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1" $(INSTALL_DATA) qemu.1 "$(DESTDIR)$(mandir)/man1" +@@ -575,8 +582,10 @@ ifneq ($(TOOLS),) + endif + ifneq (,$(findstring qemu-ga,$(TOOLS))) + $(INSTALL_DATA) qemu-ga.8 "$(DESTDIR)$(mandir)/man8" ++ifndef NOPORTDOCS + $(INSTALL_DATA) docs/qemu-ga-ref.html "$(DESTDIR)$(qemu_docdir)" + $(INSTALL_DATA) docs/qemu-ga-ref.txt "$(DESTDIR)$(qemu_docdir)" ++endif + $(INSTALL_DATA) docs/qemu-ga-ref.7 "$(DESTDIR)$(mandir)/man7" + endif + endif From owner-svn-ports-all@freebsd.org Fri Oct 6 19:04:25 2017 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 5AD41E3EEA8; Fri, 6 Oct 2017 19:04:25 +0000 (UTC) (envelope-from olgeni@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 2A1BA6B769; Fri, 6 Oct 2017 19:04:25 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96J4Oa9016042; Fri, 6 Oct 2017 19:04:24 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96J4O4r016040; Fri, 6 Oct 2017 19:04:24 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710061904.v96J4O4r016040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 6 Oct 2017 19:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451401 - head/devel/etcd32 X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/etcd32 X-SVN-Commit-Revision: 451401 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 19:04:25 -0000 Author: olgeni Date: Fri Oct 6 19:04:24 2017 New Revision: 451401 URL: https://svnweb.freebsd.org/changeset/ports/451401 Log: Update devel/etcd32 to version 3.2.9. Modified: head/devel/etcd32/Makefile head/devel/etcd32/distinfo Modified: head/devel/etcd32/Makefile ============================================================================== --- head/devel/etcd32/Makefile Fri Oct 6 18:54:53 2017 (r451400) +++ head/devel/etcd32/Makefile Fri Oct 6 19:04:24 2017 (r451401) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= etcd -PORTVERSION= 3.2.8 +PORTVERSION= 3.2.9 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= coreos- Modified: head/devel/etcd32/distinfo ============================================================================== --- head/devel/etcd32/distinfo Fri Oct 6 18:54:53 2017 (r451400) +++ head/devel/etcd32/distinfo Fri Oct 6 19:04:24 2017 (r451401) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506715817 -SHA256 (coreos-etcd-v3.2.8_GH0.tar.gz) = 800dff80c28fdcf753d8819f0a531ad974742e204489ad0050e2601fd1379ee8 -SIZE (coreos-etcd-v3.2.8_GH0.tar.gz) = 2889040 +TIMESTAMP = 1507314905 +SHA256 (coreos-etcd-v3.2.9_GH0.tar.gz) = 7ad70d9b0d206fe09abc40e82d29ac748d09c0423ddf255ddf4334d21867eb6f +SIZE (coreos-etcd-v3.2.9_GH0.tar.gz) = 2889569 From owner-svn-ports-all@freebsd.org Fri Oct 6 19:06:39 2017 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 32471E3EF2D; Fri, 6 Oct 2017 19:06:39 +0000 (UTC) (envelope-from trociny@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 F23746B899; Fri, 6 Oct 2017 19:06:38 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96J6cve016276; Fri, 6 Oct 2017 19:06:38 GMT (envelope-from trociny@FreeBSD.org) Received: (from trociny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96J6bZc016270; Fri, 6 Oct 2017 19:06:37 GMT (envelope-from trociny@FreeBSD.org) Message-Id: <201710061906.v96J6bZc016270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trociny set sender to trociny@FreeBSD.org using -f From: Mikolaj Golub Date: Fri, 6 Oct 2017 19:06:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451402 - in head/databases/leofs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: trociny X-SVN-Commit-Paths: in head/databases/leofs: . files X-SVN-Commit-Revision: 451402 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 19:06:39 -0000 Author: trociny Date: Fri Oct 6 19:06:37 2017 New Revision: 451402 URL: https://svnweb.freebsd.org/changeset/ports/451402 Log: update to 1.3.7 Modified: head/databases/leofs/Makefile head/databases/leofs/distinfo head/databases/leofs/files/patch-apps-leo_manager-priv-leo_manager_1.conf head/databases/leofs/files/patch-apps-leo_storage-priv-leo_storage.conf head/databases/leofs/files/sbin-leofs.in Modified: head/databases/leofs/Makefile ============================================================================== --- head/databases/leofs/Makefile Fri Oct 6 19:04:24 2017 (r451401) +++ head/databases/leofs/Makefile Fri Oct 6 19:06:37 2017 (r451402) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= leofs -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.7 CATEGORIES= databases DIST_SUBDIR= ${PORTNAME} @@ -66,47 +66,47 @@ MAKE_JOBS_UNSAFE=yes MAKE_ENV= PATH=${LOCALBASE}/lib/erlang18/bin:${PATH} LEOFS_DEPS= \ - basho/bitcask=2.0.7:bitcask \ - basho/cuttlefish=2.0.11:cuttlefish \ + DeadZen/goldrush=0.1.9:goldrush \ basho/eleveldb=2.0.33:eleveldb \ basho/getopt=v0.8.2:getopt \ - basho/goldrush=0.1.9:goldrush \ - basho/lager=3.2.4:lager \ basho/leveldb=2.0.33:leveldb \ basho/neotoma=1.7.4:neotoma \ davisp/jiffy=0.14.8:jiffy \ - eproxus/meck=0.8.4:meck \ + eproxus/meck=0.8.6:meck \ + erlang-lager/lager=3.5.0:lager \ + erlangpack/bcrypt=1.0.1:bcrypt \ + esl/elarm=5885c90:elarm \ extend/ranch=1.0.0:ranch \ - ferd/erlpass=1.0.3:erlpass \ ferd/recon=2.3.1:recon \ leo-project/bear=0.8.2-for-leofs:bear \ + leo-project/bitcask=2.0.8.2-for-leofs:bitcask \ leo-project/cowboy=for-leofs-1.4:cowboy \ - leo-project/elarm=d9e8a6f:elarm \ - leo-project/erpcgen=0.2.5:erpcgen \ + leo-project/cuttlefish=2.0.9-for-leofs:cuttlefish \ + leo-project/erlpass=dev-for-leofs:erlpass \ + leo-project/erpcgen=0.2.6:erpcgen \ leo-project/folsom=0.8.2-p1:folsom \ - leo-project/leo_backend_db=1.2.12:leo_backend_db \ - leo-project/leo_cache=0.8.3:leo_cache \ - leo-project/leo_commons=1.1.9:leo_commons \ - leo-project/leo_dcerl=0.4.6:leo_dcerl \ - leo-project/leo_logger=1.2.5:leo_logger \ - leo-project/leo_mcerl=0.6.4:leo_mcerl \ - leo-project/leo_mq=1.4.17:leo_mq \ - leo-project/leo_object_storage=1.3.6:leo_object_storage \ - leo-project/leo_ordning_reda=1.2.4:leo_ordning_reda \ - leo-project/leo_pod=0.6.8:leo_pod \ - leo-project/leo_redundant_manager=1.9.39:leo_redundant_manager \ - leo-project/leo_rpc=0.10.12:leo_rpc \ - leo-project/leo_s3_libs=1.2.12:leo_s3_libs \ - leo-project/leo_statistics=1.1.17:leo_statistics \ - leo-project/leo_tran=0.2.8:leo_tran \ - leo-project/leo_watchdog=0.12.7:leo_watchdog \ - leo-project/libcutil=0.4.4:libcutil \ - leo-project/nfs_rpc_server=0.2.5:nfs_rpc_server \ - leo-project/savanna_agent=0.4.20:savanna_agent \ - leo-project/savanna_commons=0.10.6:savanna_commons \ + leo-project/leo_backend_db=1.2.20:leo_backend_db \ + leo-project/leo_cache=0.8.5:leo_cache \ + leo-project/leo_commons=1.1.10:leo_commons \ + leo-project/leo_dcerl=0.4.8:leo_dcerl \ + leo-project/leo_logger=1.2.6:leo_logger \ + leo-project/leo_mcerl=0.6.6:leo_mcerl \ + leo-project/leo_mq=1.5.8:leo_mq \ + leo-project/leo_object_storage=1.3.17:leo_object_storage \ + leo-project/leo_ordning_reda=1.2.6:leo_ordning_reda \ + leo-project/leo_pod=0.6.9:leo_pod \ + leo-project/leo_redundant_manager=1.9.50:leo_redundant_manager \ + leo-project/leo_rpc=0.10.13:leo_rpc \ + leo-project/leo_s3_libs=1.2.14:leo_s3_libs \ + leo-project/leo_statistics=1.1.18:leo_statistics \ + leo-project/leo_tran=0.2.9:leo_tran \ + leo-project/leo_watchdog=1.0.2:leo_watchdog \ + leo-project/libcutil=0.4.5:libcutil \ + leo-project/nfs_rpc_server=0.2.6:nfs_rpc_server \ + leo-project/savanna_agent=0.4.21:savanna_agent \ + leo-project/savanna_commons=0.10.7:savanna_commons \ manopapad/proper=f558989:proper \ ninenines/cowlib=1.0.0:cowlib \ - smarkets/erlang-bcrypt=a63df34:bcrypt \ GH_TUPLE= ${LEOFS_DEPS:C,(.*)/(.*)=(.*):(.*),\1:\2:\3:\4/deps/\4,} Modified: head/databases/leofs/distinfo ============================================================================== --- head/databases/leofs/distinfo Fri Oct 6 19:04:24 2017 (r451401) +++ head/databases/leofs/distinfo Fri Oct 6 19:06:37 2017 (r451402) @@ -1,85 +1,85 @@ -TIMESTAMP = 1494706001 -SHA256 (leofs/leo-project-leofs-1.3.4_GH0.tar.gz) = 9e006b44f0a89b27a4a4c777caa0305e7fcc7ec737ad217d0a4f2f486990332a -SIZE (leofs/leo-project-leofs-1.3.4_GH0.tar.gz) = 6491422 -SHA256 (leofs/basho-bitcask-2.0.7_GH0.tar.gz) = 029a0707618d6a24dc9359bcef21d1fac582a8045674a009aea05db1ec77fd5d -SIZE (leofs/basho-bitcask-2.0.7_GH0.tar.gz) = 968514 -SHA256 (leofs/basho-cuttlefish-2.0.11_GH0.tar.gz) = 75de2ac844de08751e63ea97bbbb63c14bb8cb4860d76866cbdfe6a6992f4dd0 -SIZE (leofs/basho-cuttlefish-2.0.11_GH0.tar.gz) = 232032 +TIMESTAMP = 1506247162 +SHA256 (leofs/leo-project-leofs-1.3.7_GH0.tar.gz) = 9e851313d917a52ec4cec717e00486df8493760f89a4f74ad47c4862b217cad6 +SIZE (leofs/leo-project-leofs-1.3.7_GH0.tar.gz) = 6556209 +SHA256 (leofs/DeadZen-goldrush-0.1.9_GH0.tar.gz) = 6fb8ac6345d940396ecf89d4ce6b9b809039f336d85d7a54239e85106a807612 +SIZE (leofs/DeadZen-goldrush-0.1.9_GH0.tar.gz) = 24548 SHA256 (leofs/basho-eleveldb-2.0.33_GH0.tar.gz) = 9a12167068f20bd61e23f29708a5ee73d5a33e14ee30ad1cb8390ecf4ab9a22c SIZE (leofs/basho-eleveldb-2.0.33_GH0.tar.gz) = 1750242 SHA256 (leofs/basho-getopt-v0.8.2_GH0.tar.gz) = bfeab0aeb3e515b1c2912874d6e644849561971d8d947ec4adc7c9ff4c394ea8 SIZE (leofs/basho-getopt-v0.8.2_GH0.tar.gz) = 151272 -SHA256 (leofs/basho-goldrush-0.1.9_GH0.tar.gz) = 6fb8ac6345d940396ecf89d4ce6b9b809039f336d85d7a54239e85106a807612 -SIZE (leofs/basho-goldrush-0.1.9_GH0.tar.gz) = 24548 -SHA256 (leofs/basho-lager-3.2.4_GH0.tar.gz) = b2212ca817ee551540d4eb815691355e9e0ad4e76d93bc4426d95b6f00fc8d59 -SIZE (leofs/basho-lager-3.2.4_GH0.tar.gz) = 245002 SHA256 (leofs/basho-leveldb-2.0.33_GH0.tar.gz) = bf129f00e8de67f008ae8cdd1cd20b805cd008e6f554fccfb3a9522e5e5b3a3d SIZE (leofs/basho-leveldb-2.0.33_GH0.tar.gz) = 353214 SHA256 (leofs/basho-neotoma-1.7.4_GH0.tar.gz) = 97e01d4577d9882b9cb10e079bd33114f1293abae5180dc272be17e419daa0df SIZE (leofs/basho-neotoma-1.7.4_GH0.tar.gz) = 182456 SHA256 (leofs/davisp-jiffy-0.14.8_GH0.tar.gz) = 7d1054c475c82c626de3ad57201a7fc51da38667c8a7502149eb751edc6b601d SIZE (leofs/davisp-jiffy-0.14.8_GH0.tar.gz) = 1856737 -SHA256 (leofs/eproxus-meck-0.8.4_GH0.tar.gz) = b4f951841c69a75a735ea4aea682899f19f254467c749df596f90757e51104b6 -SIZE (leofs/eproxus-meck-0.8.4_GH0.tar.gz) = 234157 +SHA256 (leofs/eproxus-meck-0.8.6_GH0.tar.gz) = bffb9103000f6c872feb3ab987db3bf4040f2aab93506e596827999924ba4730 +SIZE (leofs/eproxus-meck-0.8.6_GH0.tar.gz) = 238549 +SHA256 (leofs/erlang-lager-lager-3.5.0_GH0.tar.gz) = 743de608a03b9aef6b9a4fa5d1b3ed71544bfa14a378f57b87a0abc81f6fac37 +SIZE (leofs/erlang-lager-lager-3.5.0_GH0.tar.gz) = 255134 +SHA256 (leofs/erlangpack-bcrypt-1.0.1_GH0.tar.gz) = 9386597aa6c3b3b1a0ec7ae277c0483b0ded2c0c27c02e4a97f8cf85a873f3a6 +SIZE (leofs/erlangpack-bcrypt-1.0.1_GH0.tar.gz) = 25860 +SHA256 (leofs/esl-elarm-5885c90_GH0.tar.gz) = 35df30923930ebe15f7de79c55dce34f6f1fe5b1281029c0bdd93afc77901f2e +SIZE (leofs/esl-elarm-5885c90_GH0.tar.gz) = 23942 SHA256 (leofs/extend-ranch-1.0.0_GH0.tar.gz) = ec75e8876bf25df2e1f5156909d51cf11f2e98dd76a3be2090fa30ebefc8062f SIZE (leofs/extend-ranch-1.0.0_GH0.tar.gz) = 41121 -SHA256 (leofs/ferd-erlpass-1.0.3_GH0.tar.gz) = 493782d2fead366fed4e30d0f00451ad8c6b3e1bcb112d047d1fd9134af5ff6a -SIZE (leofs/ferd-erlpass-1.0.3_GH0.tar.gz) = 777313 SHA256 (leofs/ferd-recon-2.3.1_GH0.tar.gz) = c9d9750a07b3743e8a83a273fde83f741b3e802adaf7f8ef666984c985ad0642 SIZE (leofs/ferd-recon-2.3.1_GH0.tar.gz) = 203506 SHA256 (leofs/leo-project-bear-0.8.2-for-leofs_GH0.tar.gz) = 3c547fb59f1d5ba830a3b24cefc600c9ac42b5b41ee9180ebbd2cad7d8899ecd SIZE (leofs/leo-project-bear-0.8.2-for-leofs_GH0.tar.gz) = 110538 +SHA256 (leofs/leo-project-bitcask-2.0.8.2-for-leofs_GH0.tar.gz) = d5b8020f73f697dd14d36a001f6079949fd0af6207d140ca5063e1611d147109 +SIZE (leofs/leo-project-bitcask-2.0.8.2-for-leofs_GH0.tar.gz) = 968754 SHA256 (leofs/leo-project-cowboy-for-leofs-1.4_GH0.tar.gz) = 6d1fc7938c6fc42e457fe4818a19f918ae08d294aec8908df42e59258d00d4e1 SIZE (leofs/leo-project-cowboy-for-leofs-1.4_GH0.tar.gz) = 4829696 -SHA256 (leofs/leo-project-elarm-d9e8a6f_GH0.tar.gz) = abe5140b9f2988dd691e6dda295e3bc549701ae7ebc5e2fec237ac5ba4bb5fa1 -SIZE (leofs/leo-project-elarm-d9e8a6f_GH0.tar.gz) = 23600 -SHA256 (leofs/leo-project-erpcgen-0.2.5_GH0.tar.gz) = 025032ea1d1edfc577d5e913b5225037cb3b45cb1b0732f94b8b130506091474 -SIZE (leofs/leo-project-erpcgen-0.2.5_GH0.tar.gz) = 205451 +SHA256 (leofs/leo-project-cuttlefish-2.0.9-for-leofs_GH0.tar.gz) = ddae2daf738fa737f8aeb6749fec7c4e8093899e0eecc8343dfca52e768ac01c +SIZE (leofs/leo-project-cuttlefish-2.0.9-for-leofs_GH0.tar.gz) = 232877 +SHA256 (leofs/leo-project-erlpass-dev-for-leofs_GH0.tar.gz) = cd14fbcd78e06cf8688c23e350c7b79aa6f3809210d18179cb5562426bee2dae +SIZE (leofs/leo-project-erlpass-dev-for-leofs_GH0.tar.gz) = 772803 +SHA256 (leofs/leo-project-erpcgen-0.2.6_GH0.tar.gz) = ed2783a28206917dd0a9f05088aa97c21df4957e395ee38495c3942115624c30 +SIZE (leofs/leo-project-erpcgen-0.2.6_GH0.tar.gz) = 205454 SHA256 (leofs/leo-project-folsom-0.8.2-p1_GH0.tar.gz) = aa2b2724be9600b0aabdcca535bb18334507b165ebc5728ce459f9321276ee0e SIZE (leofs/leo-project-folsom-0.8.2-p1_GH0.tar.gz) = 174988 -SHA256 (leofs/leo-project-leo_backend_db-1.2.12_GH0.tar.gz) = 3982af2b643b2019d105b0e83596e62a6929cd36510ee8e2aa64caa3d819b67e -SIZE (leofs/leo-project-leo_backend_db-1.2.12_GH0.tar.gz) = 196336 -SHA256 (leofs/leo-project-leo_cache-0.8.3_GH0.tar.gz) = 4734aab62b79a53c9ff7fc07f502bc883cf1b5ef5dd6d7cdc571d4ca353c2282 -SIZE (leofs/leo-project-leo_cache-0.8.3_GH0.tar.gz) = 187896 -SHA256 (leofs/leo-project-leo_commons-1.1.9_GH0.tar.gz) = a19dd833f109513c359d9e5abd93c8678e244f3e39f1c73292501d0687755dcb -SIZE (leofs/leo-project-leo_commons-1.1.9_GH0.tar.gz) = 198750 -SHA256 (leofs/leo-project-leo_dcerl-0.4.6_GH0.tar.gz) = 3d6c94fe0eef3d090969ce281e492d6162bb5a0f4fc204dd660b26ee73ea9b9f -SIZE (leofs/leo-project-leo_dcerl-0.4.6_GH0.tar.gz) = 192867 -SHA256 (leofs/leo-project-leo_logger-1.2.5_GH0.tar.gz) = 65b2f68c74d8ee0ff7f273c1edc4f42ce4bae60c70df707770e7b1f9ac77c00e -SIZE (leofs/leo-project-leo_logger-1.2.5_GH0.tar.gz) = 211445 -SHA256 (leofs/leo-project-leo_mcerl-0.6.4_GH0.tar.gz) = 431fe61dc3885d43a8daff56184f8f64b9db8cfa87f29881a7b75998f7690c54 -SIZE (leofs/leo-project-leo_mcerl-0.6.4_GH0.tar.gz) = 185304 -SHA256 (leofs/leo-project-leo_mq-1.4.17_GH0.tar.gz) = d693be7aed1959d4847284ba25ccd9b406878f15d74a5fb0c453b9fed2989f3f -SIZE (leofs/leo-project-leo_mq-1.4.17_GH0.tar.gz) = 194588 -SHA256 (leofs/leo-project-leo_object_storage-1.3.6_GH0.tar.gz) = 01a9452c5eb3873d9cd963c3ac8844f161cf39d46cb1a1be386359abead1fdb4 -SIZE (leofs/leo-project-leo_object_storage-1.3.6_GH0.tar.gz) = 585429 -SHA256 (leofs/leo-project-leo_ordning_reda-1.2.4_GH0.tar.gz) = 0900177b20166b14ba522f763ef4fb7c9ce88e2f168b25083dc7a8eb5bae8ce4 -SIZE (leofs/leo-project-leo_ordning_reda-1.2.4_GH0.tar.gz) = 190372 -SHA256 (leofs/leo-project-leo_pod-0.6.8_GH0.tar.gz) = 892c366788f4bd5f742a86ce1584de254c5702f455dabc76118fc013db698d82 -SIZE (leofs/leo-project-leo_pod-0.6.8_GH0.tar.gz) = 170692 -SHA256 (leofs/leo-project-leo_redundant_manager-1.9.39_GH0.tar.gz) = eded3b765b0ef37ae43acce184d793d1507599fc657d0d7f2a8c1ddba9d66b51 -SIZE (leofs/leo-project-leo_redundant_manager-1.9.39_GH0.tar.gz) = 240336 -SHA256 (leofs/leo-project-leo_rpc-0.10.12_GH0.tar.gz) = c30b68edcdff6ad71e5c2971b5458332c67efcf2bfb05b75113be20afe5dcac6 -SIZE (leofs/leo-project-leo_rpc-0.10.12_GH0.tar.gz) = 197777 -SHA256 (leofs/leo-project-leo_s3_libs-1.2.12_GH0.tar.gz) = e11cdd535995c2c0621aa1a4394b7ae692a3c92055c27f6297e9867daec33bc6 -SIZE (leofs/leo-project-leo_s3_libs-1.2.12_GH0.tar.gz) = 210964 -SHA256 (leofs/leo-project-leo_statistics-1.1.17_GH0.tar.gz) = 8e25aca6b19f4d3f814246e9d7cad5f081a151a8559ac8ecd15b380adb691702 -SIZE (leofs/leo-project-leo_statistics-1.1.17_GH0.tar.gz) = 190515 -SHA256 (leofs/leo-project-leo_tran-0.2.8_GH0.tar.gz) = 1988005f031738678bd0f7cd34eaaa7b4028cc274bd2955e5ec47aaef35a646a -SIZE (leofs/leo-project-leo_tran-0.2.8_GH0.tar.gz) = 188382 -SHA256 (leofs/leo-project-leo_watchdog-0.12.7_GH0.tar.gz) = c13c0282f22dc2877557245910030411f404f28043df4e635c9ed95f9635e886 -SIZE (leofs/leo-project-leo_watchdog-0.12.7_GH0.tar.gz) = 201359 -SHA256 (leofs/leo-project-libcutil-0.4.4_GH0.tar.gz) = da6b7ed990d45b960e1eb8f2bafc8ae8a127deac5ce71fe58e18359564451c68 -SIZE (leofs/leo-project-libcutil-0.4.4_GH0.tar.gz) = 23825 -SHA256 (leofs/leo-project-nfs_rpc_server-0.2.5_GH0.tar.gz) = 4f90b106f0aa637b109f05592804a083609a9700656b2b49fbda60d37d28cc89 -SIZE (leofs/leo-project-nfs_rpc_server-0.2.5_GH0.tar.gz) = 197604 -SHA256 (leofs/leo-project-savanna_agent-0.4.20_GH0.tar.gz) = cffab336102c0bbf81563866787463111863738b1fbb96355da9253ec9677bc6 -SIZE (leofs/leo-project-savanna_agent-0.4.20_GH0.tar.gz) = 187126 -SHA256 (leofs/leo-project-savanna_commons-0.10.6_GH0.tar.gz) = f3267581e354cf55ea6813da23bd84ce165aa2d7edd145de5ebf87d953350bb7 -SIZE (leofs/leo-project-savanna_commons-0.10.6_GH0.tar.gz) = 198374 +SHA256 (leofs/leo-project-leo_backend_db-1.2.20_GH0.tar.gz) = 11ee7c7160ea4ffd465710665b4c891a11ddaffac4c8c11fa0687a1d1f17f082 +SIZE (leofs/leo-project-leo_backend_db-1.2.20_GH0.tar.gz) = 197206 +SHA256 (leofs/leo-project-leo_cache-0.8.5_GH0.tar.gz) = e7aa71ef569d19185f903970ddd92a0ef12e265d327499b7d02d1fbb3101241d +SIZE (leofs/leo-project-leo_cache-0.8.5_GH0.tar.gz) = 187909 +SHA256 (leofs/leo-project-leo_commons-1.1.10_GH0.tar.gz) = 8e984757f99d22606c31068cf0266d9f165c127bbccac5bcdce54b62a27bd5a2 +SIZE (leofs/leo-project-leo_commons-1.1.10_GH0.tar.gz) = 198757 +SHA256 (leofs/leo-project-leo_dcerl-0.4.8_GH0.tar.gz) = 327fd192ef2dba01da1c86f0c1a16e5f4fdbecb839e6bee8a1ff93a32eec7aac +SIZE (leofs/leo-project-leo_dcerl-0.4.8_GH0.tar.gz) = 192883 +SHA256 (leofs/leo-project-leo_logger-1.2.6_GH0.tar.gz) = 07870698af88b34c6b8f97b4e47ec024c92838c1a083b73b803bc1c164c4607f +SIZE (leofs/leo-project-leo_logger-1.2.6_GH0.tar.gz) = 211464 +SHA256 (leofs/leo-project-leo_mcerl-0.6.6_GH0.tar.gz) = fe939b754a6523e9291952162991410bae7c5783cb865a16d9b7a27304482b0e +SIZE (leofs/leo-project-leo_mcerl-0.6.6_GH0.tar.gz) = 185314 +SHA256 (leofs/leo-project-leo_mq-1.5.8_GH0.tar.gz) = 8370d449a3974a1b066e83f380c31d25f91a3012384fbc88bed6f8083605249b +SIZE (leofs/leo-project-leo_mq-1.5.8_GH0.tar.gz) = 195319 +SHA256 (leofs/leo-project-leo_object_storage-1.3.17_GH0.tar.gz) = 14042c3e23072b9bb21089a36c99d717307ac4b6e22fb0bc60fa114aa8b0df82 +SIZE (leofs/leo-project-leo_object_storage-1.3.17_GH0.tar.gz) = 587004 +SHA256 (leofs/leo-project-leo_ordning_reda-1.2.6_GH0.tar.gz) = 5ff220ada5d74ab264e10ad8443a554f6db9d6060a6b75afda5028c49f294d02 +SIZE (leofs/leo-project-leo_ordning_reda-1.2.6_GH0.tar.gz) = 190582 +SHA256 (leofs/leo-project-leo_pod-0.6.9_GH0.tar.gz) = 55a61bd7c24a411b77149d194676cfefb00d1d1b9f847e2473ce952d8e0b410d +SIZE (leofs/leo-project-leo_pod-0.6.9_GH0.tar.gz) = 170688 +SHA256 (leofs/leo-project-leo_redundant_manager-1.9.50_GH0.tar.gz) = 1745ed80e63ec0c15bf8f301c9c36141cfad19fe5463062ea8516cf20edd4fc4 +SIZE (leofs/leo-project-leo_redundant_manager-1.9.50_GH0.tar.gz) = 240349 +SHA256 (leofs/leo-project-leo_rpc-0.10.13_GH0.tar.gz) = 0c8e8ee2f887ad31280a1e5b578d51af468ed2d05361115a52937e3a29dc51b3 +SIZE (leofs/leo-project-leo_rpc-0.10.13_GH0.tar.gz) = 197792 +SHA256 (leofs/leo-project-leo_s3_libs-1.2.14_GH0.tar.gz) = 857e384ebf8149cf584be184366988fbe1b0f6c80ce5fbed4c458156345416a0 +SIZE (leofs/leo-project-leo_s3_libs-1.2.14_GH0.tar.gz) = 211000 +SHA256 (leofs/leo-project-leo_statistics-1.1.18_GH0.tar.gz) = 0f46c04c4929a132cdf8a875a12e681cb9032e033715f92881ffdfd7c2a3397d +SIZE (leofs/leo-project-leo_statistics-1.1.18_GH0.tar.gz) = 190518 +SHA256 (leofs/leo-project-leo_tran-0.2.9_GH0.tar.gz) = 3e8d383253c48a5c01c085b0d590f8520e12338dcd055f27a29303776fcdeedb +SIZE (leofs/leo-project-leo_tran-0.2.9_GH0.tar.gz) = 188391 +SHA256 (leofs/leo-project-leo_watchdog-1.0.2_GH0.tar.gz) = 48f613c35917c8aa6d71a7ff823efe592d1c33fca0432a77edae1f1284cff873 +SIZE (leofs/leo-project-leo_watchdog-1.0.2_GH0.tar.gz) = 201405 +SHA256 (leofs/leo-project-libcutil-0.4.5_GH0.tar.gz) = 48bcbe7492eaf47785e7628cb6e0793187c21e427720cf73b8800f735e4df5d4 +SIZE (leofs/leo-project-libcutil-0.4.5_GH0.tar.gz) = 23873 +SHA256 (leofs/leo-project-nfs_rpc_server-0.2.6_GH0.tar.gz) = 5cc3785df660774d5bd11175be0da804663913b3c585ed5f7ea57120b7842a13 +SIZE (leofs/leo-project-nfs_rpc_server-0.2.6_GH0.tar.gz) = 197606 +SHA256 (leofs/leo-project-savanna_agent-0.4.21_GH0.tar.gz) = 4cff3214a71aa462fede207b07e881c42924f2ffce7fd68ef79d646262180836 +SIZE (leofs/leo-project-savanna_agent-0.4.21_GH0.tar.gz) = 187123 +SHA256 (leofs/leo-project-savanna_commons-0.10.7_GH0.tar.gz) = e634ead8c2f829ecc762bab6f5c196a066d8e75bdea37d1baac117fbdf79d08d +SIZE (leofs/leo-project-savanna_commons-0.10.7_GH0.tar.gz) = 198373 SHA256 (leofs/manopapad-proper-f558989_GH0.tar.gz) = 67db9f6ee77a5f54967b99d70974d9dda1a07f5cd8839ef8ad80625fde639c1b SIZE (leofs/manopapad-proper-f558989_GH0.tar.gz) = 292555 SHA256 (leofs/ninenines-cowlib-1.0.0_GH0.tar.gz) = 48a8784ae7d266724276f9842b3a06cfbbfe69469f58c27237c602232f7ebe5a SIZE (leofs/ninenines-cowlib-1.0.0_GH0.tar.gz) = 41538 -SHA256 (leofs/smarkets-erlang-bcrypt-a63df34_GH0.tar.gz) = a34fd7dcbcfaa793fcb15e5b28bfa419248f0cfcfed3b14227490794eb8c8d4b -SIZE (leofs/smarkets-erlang-bcrypt-a63df34_GH0.tar.gz) = 25482 Modified: head/databases/leofs/files/patch-apps-leo_manager-priv-leo_manager_1.conf ============================================================================== --- head/databases/leofs/files/patch-apps-leo_manager-priv-leo_manager_1.conf Fri Oct 6 19:04:24 2017 (r451401) +++ head/databases/leofs/files/patch-apps-leo_manager-priv-leo_manager_1.conf Fri Oct 6 19:06:37 2017 (r451402) @@ -1,6 +1,6 @@ ---- apps/leo_manager/priv/leo_manager_1.conf.orig 2015-04-14 10:09:26.000000000 +0300 -+++ apps/leo_manager/priv/leo_manager_1.conf 2015-05-02 21:58:23.000000000 +0300 -@@ -13,7 +13,7 @@ +--- apps/leo_manager/priv/leo_manager_1.conf.orig 2017-09-12 09:07:39.000000000 +0000 ++++ apps/leo_manager/priv/leo_manager_1.conf 2017-10-06 13:51:33.276074000 +0000 +@@ -16,7 +16,7 @@ ## about configuration parameters ## SASL error log path @@ -9,7 +9,7 @@ ## Restricts the error logging performed by the specified sasl_error_logger ## to error reports, progress reports, or both. -@@ -22,7 +22,7 @@ +@@ -25,7 +25,7 @@ ## Specifies in which directory the files are stored. ## If this parameter is undefined or false, the error_logger_mf_h is not installed. @@ -18,7 +18,7 @@ ## Specifies how large each individual file can be. ## If this parameter is undefined, the error_logger_mf_h is not installed. -@@ -36,7 +36,7 @@ +@@ -39,7 +39,7 @@ ## MANAGER ## -------------------------------------------------------------------- ## Partner of manager's alias @@ -27,7 +27,7 @@ ## Manager-console accepatable port number console.port.cui = 10011 -@@ -55,7 +55,7 @@ +@@ -58,7 +58,7 @@ ## * Store the RING and the command histories ## -------------------------------------------------------------------- ## Mnesia dir @@ -36,7 +36,7 @@ ## The write threshold for transaction log dumps ## as the number of writes to the transaction log -@@ -72,26 +72,26 @@ +@@ -75,26 +75,26 @@ ## log.log_level = 1 ## Output log file(s) - Erlang's log @@ -65,11 +65,11 @@ ## Directory of SNMP agent configuration -snmp_agent = ./snmp/snmpa_manager_1/LEO-MANAGER -+snmp_agent = %%PREFIX%%/lib/leofs/snmp/snmpa_manager_slave/LEO-MANAGER ++## snmp_agent = %%PREFIX%%/lib/leofs/snmp/snmpa_manager_slave/LEO-MANAGER ## -------------------------------------------------------------------- -@@ -136,7 +136,7 @@ +@@ -139,7 +139,7 @@ ## For vm.args ##====================================================================== ## Name of the LeoFS's manager node @@ -78,7 +78,7 @@ ## Cookie for distributed node communication. All nodes in the same cluster ## should use the same cookie or they will not be able to communicate. -@@ -152,7 +152,7 @@ +@@ -155,7 +155,7 @@ erlang.max_ports = 64000 ## Set the location of crash dumps @@ -87,7 +87,7 @@ ## Raise the ETS table limit erlang.max_ets_tables = 256000 -@@ -161,4 +161,4 @@ +@@ -167,4 +167,4 @@ process_limit = 1048576 ## Path of SNMP-agent configuration Modified: head/databases/leofs/files/patch-apps-leo_storage-priv-leo_storage.conf ============================================================================== --- head/databases/leofs/files/patch-apps-leo_storage-priv-leo_storage.conf Fri Oct 6 19:04:24 2017 (r451401) +++ head/databases/leofs/files/patch-apps-leo_storage-priv-leo_storage.conf Fri Oct 6 19:06:37 2017 (r451402) @@ -1,6 +1,6 @@ ---- apps/leo_storage/priv/leo_storage.conf.orig 2015-06-30 07:30:19.000000000 +0300 -+++ apps/leo_storage/priv/leo_storage.conf 2015-07-04 21:02:35.000000000 +0300 -@@ -13,7 +13,7 @@ +--- apps/leo_storage/priv/leo_storage.conf.orig 2017-09-12 09:07:39.000000000 +0000 ++++ apps/leo_storage/priv/leo_storage.conf 2017-10-06 13:51:42.000000000 +0000 +@@ -16,7 +16,7 @@ ## about configuration parameters ## SASL error log path @@ -9,7 +9,7 @@ ## Restricts the error logging performed by the specified sasl_error_logger ## to error reports, progress reports, or both. -@@ -22,7 +22,7 @@ +@@ -25,7 +25,7 @@ ## Specifies in which directory the files are stored. ## If this parameter is undefined or false, the error_logger_mf_h is not installed. @@ -18,7 +18,7 @@ ## Specifies how large each individual file can be. ## If this parameter is undefined, the error_logger_mf_h is not installed. -@@ -36,13 +36,13 @@ +@@ -39,13 +39,13 @@ ## Manager's Node(s) ## -------------------------------------------------------------------- ## Name of Manager node(s) @@ -34,8 +34,8 @@ obj_containers.num_of_containers = [8] ## e.g. Case of plural pathes -@@ -239,16 +239,16 @@ - log.log_level = 1 +@@ -305,16 +305,16 @@ + ## log.access_log_level = 0 ## Output log file(s) - Erlang's log -## log.erlang = ./log/erlang @@ -55,21 +55,25 @@ ## Output data-diagnosis log log.is_enable_diagnosis_log = true -@@ -257,10 +257,10 @@ +@@ -323,13 +323,13 @@ ## STORAGE - Other Directories ## -------------------------------------------------------------------- - ## Directory of queue for monitoring "RING" + ## Directory of db for MQs -## queue_dir = ./work/queue +## queue_dir = %%LEOFS_DBDIR%%/leo_storage/queue + ## Directory of db for del-bucket/del-directory +-## del_bucket_state_dir = ./work/db/del_bucket/state ++## del_bucket_state_dir = %%LEOFS_DBDIR%%/leo_storage/db/del_bucket/state + ## Directory of SNMP agent configuration -## snmp_agent = ./snmp/snmpa_storage_0/LEO-STORAGE +## snmp_agent = %%PREFIX%%/lib/leofs/snmp/snmpa_storage/LEO-STORAGE ## -------------------------------------------------------------------- -@@ -270,7 +270,7 @@ - ## leo_ordning_reda.send_after_interval = 100 +@@ -339,7 +339,7 @@ + leo_ordning_reda.send_after_interval = 0 ## Temporary directory of stacked objects -## leo_ordning_reda.temp_stacked_dir = "work/ord_reda/" @@ -77,7 +81,7 @@ ## -------------------------------------------------------------------- -@@ -344,7 +344,7 @@ +@@ -413,7 +413,7 @@ ## For vm.args ##====================================================================== ## Name of the leofs-storage node @@ -86,7 +90,7 @@ ## Cookie for distributed node communication. All nodes in the same cluster ## should use the same cookie or they will not be able to communicate. -@@ -360,7 +360,7 @@ +@@ -429,7 +429,7 @@ erlang.max_ports = 64000 ## Set the location of crash dumps @@ -95,7 +99,7 @@ ## Raise the ETS table limit erlang.max_ets_tables = 256000 -@@ -390,4 +390,4 @@ +@@ -459,4 +459,4 @@ process_limit = 1048576 ## Path of SNMP-agent configuration Modified: head/databases/leofs/files/sbin-leofs.in ============================================================================== --- head/databases/leofs/files/sbin-leofs.in Fri Oct 6 19:04:24 2017 (r451401) +++ head/databases/leofs/files/sbin-leofs.in Fri Oct 6 19:06:37 2017 (r451402) @@ -236,6 +236,8 @@ make_env() APP_VSN=${START_ERL#* } ERTS_PATH=${LEOFS_BASEDIR}/erts-${ERTS_VSN}/bin + : ${ERLEXEC_MODE=embedded} + LEOFS_BOOT=${LEOFS_BASEDIR}/releases/${LEOFS_SERVER%_slave}/${APP_VSN}/${LEOFS_SERVER%_slave} HOME=%%LEOFS_DBDIR%% @@ -429,8 +431,8 @@ cmd_console() config_path=${LEOFS_DBDIR}/etc/app.config vmargs_path=${LEOFS_DBDIR}/etc/vm.args - cmd="${BINDIR}/erlexec -boot ${LEOFS_BOOT} -mode embedded \ - -config ${config_path} -args_file ${vmargs_path} -- $@" + cmd="${BINDIR}/erlexec -boot ${LEOFS_BOOT} -mode ${ERLEXEC_MODE} \ + -config ${config_path} -args_file ${vmargs_path} -- console $@" # Dump environment info for logging purposes echo Exec: ${cmd} From owner-svn-ports-all@freebsd.org Fri Oct 6 19:13:48 2017 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 1085DE3F29B; Fri, 6 Oct 2017 19:13:48 +0000 (UTC) (envelope-from pi@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 D39D46BED2; Fri, 6 Oct 2017 19:13:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96JDlqb020409; Fri, 6 Oct 2017 19:13:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96JDkeD020408; Fri, 6 Oct 2017 19:13:47 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201710061913.v96JDkeD020408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 6 Oct 2017 19:13:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451403 - head/databases/pgbouncer/files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/pgbouncer/files X-SVN-Commit-Revision: 451403 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 19:13:48 -0000 Author: pi Date: Fri Oct 6 19:13:46 2017 New Revision: 451403 URL: https://svnweb.freebsd.org/changeset/ports/451403 Log: databases/pgbouncer: Add patch for LibreSSL 2.5 support PR: 219018 Submitted by: Tom Hurst Approved by: m.tsatsenko@gmail.com (maintainer) Added: head/databases/pgbouncer/files/patch-lib_usual_tls_tls.c (contents, props changed) Added: head/databases/pgbouncer/files/patch-lib_usual_tls_tls.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgbouncer/files/patch-lib_usual_tls_tls.c Fri Oct 6 19:13:46 2017 (r451403) @@ -0,0 +1,11 @@ +--- lib/usual/tls/tls.c.orig 2017-05-01 17:37:49 UTC ++++ lib/usual/tls/tls.c +@@ -287,7 +287,7 @@ tls_info_callback(const SSL *ssl, int wh + { + struct tls *ctx = SSL_get_app_data(ssl); + +-#ifdef USE_LIBSSL_INTERNALS ++#if defined(USE_LIBSSL_INTERNALS) && (!defined(LIBRESSL_VERSION_NUMBER) || LIBRESSL_VERSION_NUMBER < 0x2050100fL) + if (!(ctx->state & TLS_HANDSHAKE_COMPLETE) && ssl->s3) { + /* steal info about used DH key */ + if (ssl->s3->tmp.dh && !ctx->used_dh_bits) { From owner-svn-ports-all@freebsd.org Fri Oct 6 19:21:04 2017 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 8A026E3F77D; Fri, 6 Oct 2017 19:21:04 +0000 (UTC) (envelope-from tobik@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 D17F46C357; Fri, 6 Oct 2017 19:21:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96JL22c021542; Fri, 6 Oct 2017 19:21:02 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96JL2d7021541; Fri, 6 Oct 2017 19:21:02 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710061921.v96JL2d7021541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 6 Oct 2017 19:21:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451404 - head X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 451404 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 19:21:04 -0000 Author: tobik Date: Fri Oct 6 19:21:02 2017 New Revision: 451404 URL: https://svnweb.freebsd.org/changeset/ports/451404 Log: Fix typo netpbm 10.88.00 -> netpbm 10.80.00 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Oct 6 19:13:46 2017 (r451403) +++ head/UPDATING Fri Oct 6 19:21:02 2017 (r451404) @@ -11,7 +11,7 @@ you update your ports collection, before attempting an If you use portmaster/portupgrade/make to build your ports, please uninstall the old netpbm version first before attempting to update to - netpbm 10.88.00: + netpbm 10.80.00: pkg delete -f netpbm From owner-svn-ports-all@freebsd.org Fri Oct 6 19:23:03 2017 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 0BAB4E3F83F; Fri, 6 Oct 2017 19:23:03 +0000 (UTC) (envelope-from jbeich@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 B5AC06C676; Fri, 6 Oct 2017 19:23:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96JN2mo024868; Fri, 6 Oct 2017 19:23:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96JN1W2024863; Fri, 6 Oct 2017 19:23:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710061923.v96JN1W2024863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 19:23:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451405 - in branches/2017Q4/mail: thunderbird thunderbird-i18n thunderbird/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2017Q4/mail: thunderbird thunderbird-i18n thunderbird/files X-SVN-Commit-Revision: 451405 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 19:23:03 -0000 Author: jbeich Date: Fri Oct 6 19:23:01 2017 New Revision: 451405 URL: https://svnweb.freebsd.org/changeset/ports/451405 Log: MFH: r451107 r451127 r451191 r451275 mail/thunderbird: update to 52.4.0 Changes: https://www.mozilla.org/thunderbird/52.4.0/releasenotes/ Security: 1098a15b-b0f6-42b7-b5c7-8a8646e8be07 Approved by: ports-secteam (zi) Added: branches/2017Q4/mail/thunderbird/files/patch-bug1338655 - copied unchanged from r451127, head/mail/thunderbird/files/patch-bug1338655 Modified: branches/2017Q4/mail/thunderbird-i18n/Makefile branches/2017Q4/mail/thunderbird-i18n/distinfo branches/2017Q4/mail/thunderbird/Makefile branches/2017Q4/mail/thunderbird/distinfo Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2017Q4/mail/thunderbird-i18n/Makefile Fri Oct 6 19:21:02 2017 (r451404) +++ branches/2017Q4/mail/thunderbird-i18n/Makefile Fri Oct 6 19:23:01 2017 (r451405) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 52.3.0 +PORTVERSION= 52.4.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build3/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: branches/2017Q4/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2017Q4/mail/thunderbird-i18n/distinfo Fri Oct 6 19:21:02 2017 (r451404) +++ branches/2017Q4/mail/thunderbird-i18n/distinfo Fri Oct 6 19:23:01 2017 (r451405) @@ -1,119 +1,119 @@ -TIMESTAMP = 1502795268 -SHA256 (xpi/thunderbird-i18n-52.3.0/ar.xpi) = a96dbaed8c14e113c2e2295422c4346ed97cbba349f6464532d4585ab6a5be88 -SIZE (xpi/thunderbird-i18n-52.3.0/ar.xpi) = 604235 -SHA256 (xpi/thunderbird-i18n-52.3.0/ast.xpi) = eb2614092cebafb0d326ac318bbd76d5e35a6865fe4f0be72bad871bc703584f -SIZE (xpi/thunderbird-i18n-52.3.0/ast.xpi) = 541173 -SHA256 (xpi/thunderbird-i18n-52.3.0/be.xpi) = b412a5cb7f2752d1d72325356b9d0fa124af03f29e45ceeafe3b0b9fc0c7e28b -SIZE (xpi/thunderbird-i18n-52.3.0/be.xpi) = 570932 -SHA256 (xpi/thunderbird-i18n-52.3.0/bg.xpi) = ff093e353378ae63727aca8b95578d89d369c6b86e48a030d893a9cd8ad77922 -SIZE (xpi/thunderbird-i18n-52.3.0/bg.xpi) = 634897 -SHA256 (xpi/thunderbird-i18n-52.3.0/bn-BD.xpi) = eaebfde95c33aafa0c7aa649fca093a25ed93db58e8fed3485589b9326806270 -SIZE (xpi/thunderbird-i18n-52.3.0/bn-BD.xpi) = 676900 -SHA256 (xpi/thunderbird-i18n-52.3.0/br.xpi) = 87819d6762d57ce02564ec3cdb195158eed635ba27a3165dfc862553f53f188a -SIZE (xpi/thunderbird-i18n-52.3.0/br.xpi) = 559380 -SHA256 (xpi/thunderbird-i18n-52.3.0/ca.xpi) = 9dffc936fd1dda855d19eb464ce01b22bfb667585b983b3c7b0a74ea10e298ce -SIZE (xpi/thunderbird-i18n-52.3.0/ca.xpi) = 569910 -SHA256 (xpi/thunderbird-i18n-52.3.0/cs.xpi) = eb0412f1fcf7a7c96e434d114d5763c56322317633bb8790dfa3362df03be870 -SIZE (xpi/thunderbird-i18n-52.3.0/cs.xpi) = 579150 -SHA256 (xpi/thunderbird-i18n-52.3.0/cy.xpi) = 1a000f677941f4c28186d4e58bf6df79f4d8a47e2a7a338005bad91604e8c388 -SIZE (xpi/thunderbird-i18n-52.3.0/cy.xpi) = 554858 -SHA256 (xpi/thunderbird-i18n-52.3.0/da.xpi) = 583fd8b1d6034739477cc5d935a766242b7d1e4bdb869545645f893d4d80cd70 -SIZE (xpi/thunderbird-i18n-52.3.0/da.xpi) = 543335 -SHA256 (xpi/thunderbird-i18n-52.3.0/de.xpi) = 48cf4ae0856b286f4f5788abcfec66b8817dbd836102236907e826cb2ed555b3 -SIZE (xpi/thunderbird-i18n-52.3.0/de.xpi) = 555744 -SHA256 (xpi/thunderbird-i18n-52.3.0/dsb.xpi) = 7e4333f45af142b59c401b303cd4111bd5e92a4f3a4aaf0a9287a224283087b3 -SIZE (xpi/thunderbird-i18n-52.3.0/dsb.xpi) = 584582 -SHA256 (xpi/thunderbird-i18n-52.3.0/el.xpi) = 554a62ec5d5ae4cca3d093273b8df7357b649f0b853a05714a7990667d1e8e7c -SIZE (xpi/thunderbird-i18n-52.3.0/el.xpi) = 662964 -SHA256 (xpi/thunderbird-i18n-52.3.0/en-GB.xpi) = 2cf73f099a49cba6301ac60da05e6bafa495e9363d6c0bf84caecc1a928bde8e -SIZE (xpi/thunderbird-i18n-52.3.0/en-GB.xpi) = 531234 -SHA256 (xpi/thunderbird-i18n-52.3.0/en-US.xpi) = fb145187f2917838897130f23159e6a643cd134aaea1278f0e968436cdf6c30c -SIZE (xpi/thunderbird-i18n-52.3.0/en-US.xpi) = 529123 -SHA256 (xpi/thunderbird-i18n-52.3.0/es-AR.xpi) = f4b32effba6b458346067eb3ccf1c0de6d30cc4170d0918b013e43cac476037f -SIZE (xpi/thunderbird-i18n-52.3.0/es-AR.xpi) = 565995 -SHA256 (xpi/thunderbird-i18n-52.3.0/es-ES.xpi) = ba01837ab8f6e520fab791c65b9897e7194e2297a073c9c1388e45f02f2cd9a4 -SIZE (xpi/thunderbird-i18n-52.3.0/es-ES.xpi) = 445464 -SHA256 (xpi/thunderbird-i18n-52.3.0/et.xpi) = 1fab98e403dae9cc5a890b5f36759e6c9c10c88d150f5c0d1fa97dc5f822b0df -SIZE (xpi/thunderbird-i18n-52.3.0/et.xpi) = 551661 -SHA256 (xpi/thunderbird-i18n-52.3.0/eu.xpi) = 891ca411246628ac63e41cc5e1316afcf9ace1c62eaf69e2a23777f24f4b2c29 -SIZE (xpi/thunderbird-i18n-52.3.0/eu.xpi) = 555537 -SHA256 (xpi/thunderbird-i18n-52.3.0/fi.xpi) = 83944d311d4230f8e17682f1a1248cab3713e7825b87ab0511d5293772c053bf -SIZE (xpi/thunderbird-i18n-52.3.0/fi.xpi) = 550669 -SHA256 (xpi/thunderbird-i18n-52.3.0/fr.xpi) = e9a81424c9af8e0fe21abc94deb53a20f83d6ec7f4484ae4ab2816cd4aa9022f -SIZE (xpi/thunderbird-i18n-52.3.0/fr.xpi) = 577561 -SHA256 (xpi/thunderbird-i18n-52.3.0/fy-NL.xpi) = 671f0d00c544b500b420375c385e8232354fe364f4e78dbf027ba319745ed61b -SIZE (xpi/thunderbird-i18n-52.3.0/fy-NL.xpi) = 563632 -SHA256 (xpi/thunderbird-i18n-52.3.0/ga-IE.xpi) = 5fbc249bff62b9cd732fd3ed26af3308ac25bb7ca71e5522e1b9213e22ff8e21 -SIZE (xpi/thunderbird-i18n-52.3.0/ga-IE.xpi) = 583556 -SHA256 (xpi/thunderbird-i18n-52.3.0/gd.xpi) = fc384ea05422569d075e13c8e4063fc613f37cec50e99a63deb8c0b88c12af8a -SIZE (xpi/thunderbird-i18n-52.3.0/gd.xpi) = 574065 -SHA256 (xpi/thunderbird-i18n-52.3.0/gl.xpi) = c4d9c4c7ab51985e265b7f4aaa9af7f7f798923dc9cc2796409cd912a437526e -SIZE (xpi/thunderbird-i18n-52.3.0/gl.xpi) = 575150 -SHA256 (xpi/thunderbird-i18n-52.3.0/he.xpi) = d9d6cc59c40257d7b4f47ffec7e0f8b7025f219ac08a45e5b30f645c68ebce9e -SIZE (xpi/thunderbird-i18n-52.3.0/he.xpi) = 592566 -SHA256 (xpi/thunderbird-i18n-52.3.0/hr.xpi) = a72bfb410e1a492a1f43cfa44b851b659d275a49ea930063c977501799f3367e -SIZE (xpi/thunderbird-i18n-52.3.0/hr.xpi) = 564779 -SHA256 (xpi/thunderbird-i18n-52.3.0/hsb.xpi) = d9972fe797d7b30b642ef8950dbccc81f8ef4f7230df6d9f49983528edbcac84 -SIZE (xpi/thunderbird-i18n-52.3.0/hsb.xpi) = 582241 -SHA256 (xpi/thunderbird-i18n-52.3.0/hu.xpi) = a10bb179def63b0795e871268396e8091583adaff141b06ae1ea84caf014814d -SIZE (xpi/thunderbird-i18n-52.3.0/hu.xpi) = 586446 -SHA256 (xpi/thunderbird-i18n-52.3.0/hy-AM.xpi) = b78d7432de20a474bcdbb847a35c60622ec48af5a9d17692b3d5d4b06514b9b5 -SIZE (xpi/thunderbird-i18n-52.3.0/hy-AM.xpi) = 629879 -SHA256 (xpi/thunderbird-i18n-52.3.0/id.xpi) = 06de6a7000509f8f1a9aaf1438a5ff1133a00b513a6ef868c861256463e7fff2 -SIZE (xpi/thunderbird-i18n-52.3.0/id.xpi) = 546526 -SHA256 (xpi/thunderbird-i18n-52.3.0/is.xpi) = 8dafb8e5fd1c967ce613893c12e553aca11d82a5880822e010941f7d02e3e457 -SIZE (xpi/thunderbird-i18n-52.3.0/is.xpi) = 555712 -SHA256 (xpi/thunderbird-i18n-52.3.0/it.xpi) = 3987ec1092b72806eddad880b5ee25d1fd930be2ade91c8277fca50de21f8322 -SIZE (xpi/thunderbird-i18n-52.3.0/it.xpi) = 455408 -SHA256 (xpi/thunderbird-i18n-52.3.0/ja.xpi) = 7024ed0f72065e103dc72c388162f4dba5102bcb96b2fb6384b46503fdc28057 -SIZE (xpi/thunderbird-i18n-52.3.0/ja.xpi) = 630053 -SHA256 (xpi/thunderbird-i18n-52.3.0/kab.xpi) = c4996d2ac0ca0622fc68af5154b5a8105156d72aacdbe8c971c6dcd169ae9647 -SIZE (xpi/thunderbird-i18n-52.3.0/kab.xpi) = 568691 -SHA256 (xpi/thunderbird-i18n-52.3.0/ko.xpi) = 816fbb26a0a21a88633b1ffd236a73c5fb31da5a21a28d3bfb9d4cb5f9c2b7c8 -SIZE (xpi/thunderbird-i18n-52.3.0/ko.xpi) = 595516 -SHA256 (xpi/thunderbird-i18n-52.3.0/lt.xpi) = a8505ea9138478c30e839fffe1949d63e536f2a812c2777a315a59f30bd1ddb2 -SIZE (xpi/thunderbird-i18n-52.3.0/lt.xpi) = 580598 -SHA256 (xpi/thunderbird-i18n-52.3.0/nb-NO.xpi) = c1c15dc37d85a4912ab467e9bf9aef814ae432eff338032b41c1fd49eae13010 -SIZE (xpi/thunderbird-i18n-52.3.0/nb-NO.xpi) = 551104 -SHA256 (xpi/thunderbird-i18n-52.3.0/nl.xpi) = c713a6dbeebb1c8dd77634dfba6b7dda3b422fb28a55329e2d8afa8ce60484ce -SIZE (xpi/thunderbird-i18n-52.3.0/nl.xpi) = 557957 -SHA256 (xpi/thunderbird-i18n-52.3.0/nn-NO.xpi) = a0b5cc0aa1c7017e8030fbc8c4b6573ddd3db4d6f15c97e9aa2eeeacba9c95e5 -SIZE (xpi/thunderbird-i18n-52.3.0/nn-NO.xpi) = 551891 -SHA256 (xpi/thunderbird-i18n-52.3.0/pa-IN.xpi) = bcb38080fe3aed04631029947050f12a5c5abf3a9a8710d36ef10f2186108c52 -SIZE (xpi/thunderbird-i18n-52.3.0/pa-IN.xpi) = 646568 -SHA256 (xpi/thunderbird-i18n-52.3.0/pl.xpi) = b67d804febd8b5c2ac18fd1eb16e958113b8b240d69ce4b80bcd14f9b3afd220 -SIZE (xpi/thunderbird-i18n-52.3.0/pl.xpi) = 469901 -SHA256 (xpi/thunderbird-i18n-52.3.0/pt-BR.xpi) = 01e6248cfd1939ef66a8f7f1ad682a5735392b6ee41fdefe92e7cfa5aafed5a6 -SIZE (xpi/thunderbird-i18n-52.3.0/pt-BR.xpi) = 558224 -SHA256 (xpi/thunderbird-i18n-52.3.0/pt-PT.xpi) = f02da1da4e3d5edc7b1f903470c7bf02f06026d0acfce6d064a15233a21c0e00 -SIZE (xpi/thunderbird-i18n-52.3.0/pt-PT.xpi) = 565623 -SHA256 (xpi/thunderbird-i18n-52.3.0/rm.xpi) = 3df2eb933ed20ccd66c8da61bdb74670e7b5e5a2def1c8a9a45fc2a25c55a03c -SIZE (xpi/thunderbird-i18n-52.3.0/rm.xpi) = 557605 -SHA256 (xpi/thunderbird-i18n-52.3.0/ro.xpi) = 4bbeb7ea8eedfc8e0a5bf2517d38fdd9aab6a29a7d88cb68c454e3fdf80d3413 -SIZE (xpi/thunderbird-i18n-52.3.0/ro.xpi) = 570530 -SHA256 (xpi/thunderbird-i18n-52.3.0/ru.xpi) = 0692791c71ff37b7b1c141f68ffb985d2a565edd4085b2dc3456ef3a3c45e2e3 -SIZE (xpi/thunderbird-i18n-52.3.0/ru.xpi) = 530670 -SHA256 (xpi/thunderbird-i18n-52.3.0/si.xpi) = 09af36243360b498a6352f10eb28c78f855d87ce0ef5fbfbc11f13bb45465462 -SIZE (xpi/thunderbird-i18n-52.3.0/si.xpi) = 649011 -SHA256 (xpi/thunderbird-i18n-52.3.0/sk.xpi) = 6450c19ddad79bab8b059a992b844fd362d4e6cdd58e31d63bafe25f7e73ab31 -SIZE (xpi/thunderbird-i18n-52.3.0/sk.xpi) = 583882 -SHA256 (xpi/thunderbird-i18n-52.3.0/sl.xpi) = 190ed15658855a1438b46614209d723bf27fb90864ca64dc21482fb52f5718b4 -SIZE (xpi/thunderbird-i18n-52.3.0/sl.xpi) = 562831 -SHA256 (xpi/thunderbird-i18n-52.3.0/sq.xpi) = a68c843f7d755ab2b03a8c23018f17be1664279659f9fa9bcbae207ad27d309c -SIZE (xpi/thunderbird-i18n-52.3.0/sq.xpi) = 570616 -SHA256 (xpi/thunderbird-i18n-52.3.0/sr.xpi) = 194e63cc0eac946214adeb1a45b046a07ce5f7dbe3d16c1dc960dae07f3215ef -SIZE (xpi/thunderbird-i18n-52.3.0/sr.xpi) = 609019 -SHA256 (xpi/thunderbird-i18n-52.3.0/sv-SE.xpi) = ab9811adb9abf588119d7854ba79a6fb6204eeef3724a0a615a3815fbe8ebfd8 -SIZE (xpi/thunderbird-i18n-52.3.0/sv-SE.xpi) = 565777 -SHA256 (xpi/thunderbird-i18n-52.3.0/ta-LK.xpi) = 62d4a70fc6b8c93a44e9de6d810a3c62561eead83b8abfb545b0bb22f500fec3 -SIZE (xpi/thunderbird-i18n-52.3.0/ta-LK.xpi) = 675039 -SHA256 (xpi/thunderbird-i18n-52.3.0/tr.xpi) = 4ef6bcf07c756a4da0c3aabe41c8d32962b72fb224ff93ea475d2f1270ceb061 -SIZE (xpi/thunderbird-i18n-52.3.0/tr.xpi) = 569926 -SHA256 (xpi/thunderbird-i18n-52.3.0/uk.xpi) = b6eaa27d994bb265b621f5df1b288d4d97e0f543e1806d9fd988c7a563f683a1 -SIZE (xpi/thunderbird-i18n-52.3.0/uk.xpi) = 652855 -SHA256 (xpi/thunderbird-i18n-52.3.0/vi.xpi) = 98fa9c475af8c5a4dfe132ef5f27bf3ae0b550cce46c6bf7125608beb965aa06 -SIZE (xpi/thunderbird-i18n-52.3.0/vi.xpi) = 637163 -SHA256 (xpi/thunderbird-i18n-52.3.0/zh-CN.xpi) = 2c5beb3ba1bebc339ae4124fcee79fad375ebba7d97251dac83ff1eed1042bad -SIZE (xpi/thunderbird-i18n-52.3.0/zh-CN.xpi) = 593612 -SHA256 (xpi/thunderbird-i18n-52.3.0/zh-TW.xpi) = 2279205d7288313d59be7c2eadcc572988e063fbb570e76802cb681bdc262e0e -SIZE (xpi/thunderbird-i18n-52.3.0/zh-TW.xpi) = 595729 +TIMESTAMP = 1506986580 +SHA256 (xpi/thunderbird-i18n-52.4.0/ar.xpi) = 5b17a53001f7605f9e12a9881573f93940dd5756bd54788546201c97fc323c3f +SIZE (xpi/thunderbird-i18n-52.4.0/ar.xpi) = 604235 +SHA256 (xpi/thunderbird-i18n-52.4.0/ast.xpi) = e3f5a29ee9258e49306cd1580d603b635a5ac7c8840c838504606143c141562a +SIZE (xpi/thunderbird-i18n-52.4.0/ast.xpi) = 541173 +SHA256 (xpi/thunderbird-i18n-52.4.0/be.xpi) = 1d5e536ebe848d9a9ac773c6e15ef895601c1754a9f0ee69a7ab229ec931dc32 +SIZE (xpi/thunderbird-i18n-52.4.0/be.xpi) = 570932 +SHA256 (xpi/thunderbird-i18n-52.4.0/bg.xpi) = 18063549c65ddcfb1c438b5be60ebf27f2b6ed2b926e52ba2b9fd078510bb42d +SIZE (xpi/thunderbird-i18n-52.4.0/bg.xpi) = 634897 +SHA256 (xpi/thunderbird-i18n-52.4.0/bn-BD.xpi) = cd6a5a1c7b9ee0f688815ed2d6ebffcb5300fd1ebca9f0bc0d26c0f8d8530d12 +SIZE (xpi/thunderbird-i18n-52.4.0/bn-BD.xpi) = 676901 +SHA256 (xpi/thunderbird-i18n-52.4.0/br.xpi) = 8ee2714cf3efc9477059047d70d3429601e2451e32d823ad48ecfacbad802edc +SIZE (xpi/thunderbird-i18n-52.4.0/br.xpi) = 559380 +SHA256 (xpi/thunderbird-i18n-52.4.0/ca.xpi) = 8b4929329075581266bc18189660c6200f6084153530d45ca6ce2865572a392b +SIZE (xpi/thunderbird-i18n-52.4.0/ca.xpi) = 569910 +SHA256 (xpi/thunderbird-i18n-52.4.0/cs.xpi) = d3898778cd4aceea175c46ddc386b47cbe134a1b89322cee285e5925042032d1 +SIZE (xpi/thunderbird-i18n-52.4.0/cs.xpi) = 579150 +SHA256 (xpi/thunderbird-i18n-52.4.0/cy.xpi) = c95bcfee29f32aaf12dba7e835f35311eb71dc923c71dfc063b8150165e552dd +SIZE (xpi/thunderbird-i18n-52.4.0/cy.xpi) = 554858 +SHA256 (xpi/thunderbird-i18n-52.4.0/da.xpi) = cf1efa5a056dbb9b98324b1b959a61467af15ea82ad586369b4b46856d89d990 +SIZE (xpi/thunderbird-i18n-52.4.0/da.xpi) = 543336 +SHA256 (xpi/thunderbird-i18n-52.4.0/de.xpi) = 6d8bc484a1edcdbff75d39dea9f33b85b92514058f505f2915810609796e8a1a +SIZE (xpi/thunderbird-i18n-52.4.0/de.xpi) = 555744 +SHA256 (xpi/thunderbird-i18n-52.4.0/dsb.xpi) = 94bc57a6b7ca577fcfeac8a04e2cb20c30a54582b8f5c8906c449e20ac1641d4 +SIZE (xpi/thunderbird-i18n-52.4.0/dsb.xpi) = 584578 +SHA256 (xpi/thunderbird-i18n-52.4.0/el.xpi) = c5201686e88cde81222817b006957bbee08df0745fdbfeeea067b558f9131872 +SIZE (xpi/thunderbird-i18n-52.4.0/el.xpi) = 662965 +SHA256 (xpi/thunderbird-i18n-52.4.0/en-GB.xpi) = 45905f12c6053324c1ed880837fbb6b00afd631d83907d6274fc4aa53a4861a3 +SIZE (xpi/thunderbird-i18n-52.4.0/en-GB.xpi) = 531234 +SHA256 (xpi/thunderbird-i18n-52.4.0/en-US.xpi) = 1b281ee6cf6898fe7aec71b1f8ec6a4bceffae6d1720dd64d678a41bdc5ba197 +SIZE (xpi/thunderbird-i18n-52.4.0/en-US.xpi) = 529123 +SHA256 (xpi/thunderbird-i18n-52.4.0/es-AR.xpi) = f6bb96a72a3a8271b9796d9516908de2b885028d7e3cf00913fa74415b7a9ce3 +SIZE (xpi/thunderbird-i18n-52.4.0/es-AR.xpi) = 565995 +SHA256 (xpi/thunderbird-i18n-52.4.0/es-ES.xpi) = 2d49b3b67e7b0c8f99871906e65d5e3a6cd684ad3dde05a730dfc8d328205005 +SIZE (xpi/thunderbird-i18n-52.4.0/es-ES.xpi) = 445464 +SHA256 (xpi/thunderbird-i18n-52.4.0/et.xpi) = eee8043f3300c1fbef18d87c783de89a11e69a75e7185e0fe0ce5a73a0feca0c +SIZE (xpi/thunderbird-i18n-52.4.0/et.xpi) = 551661 +SHA256 (xpi/thunderbird-i18n-52.4.0/eu.xpi) = 448a3d9d8f4babd98872e2f91c2837342e4c01fc6bbeb0bed3a4f4e14ea381b6 +SIZE (xpi/thunderbird-i18n-52.4.0/eu.xpi) = 555536 +SHA256 (xpi/thunderbird-i18n-52.4.0/fi.xpi) = fde89077936d1ef35642d6b451926e885f69b9636b66314c4d1d182a9b753ee0 +SIZE (xpi/thunderbird-i18n-52.4.0/fi.xpi) = 550670 +SHA256 (xpi/thunderbird-i18n-52.4.0/fr.xpi) = 98c758ebd8c286bb93a1b9b75a5af1939944c520164a5b38f1f39936529fd7bb +SIZE (xpi/thunderbird-i18n-52.4.0/fr.xpi) = 577561 +SHA256 (xpi/thunderbird-i18n-52.4.0/fy-NL.xpi) = 1225accf01b15e7e3132ef51d9275ce573a3615360f16647c91bc078134f5002 +SIZE (xpi/thunderbird-i18n-52.4.0/fy-NL.xpi) = 563632 +SHA256 (xpi/thunderbird-i18n-52.4.0/ga-IE.xpi) = 22d847437c25ff7aa94b9f5ca1147277c87bccb5b38afa4f0ef7fa5124a59cdf +SIZE (xpi/thunderbird-i18n-52.4.0/ga-IE.xpi) = 583556 +SHA256 (xpi/thunderbird-i18n-52.4.0/gd.xpi) = d184019e5989bd88b8bdb7a27788535b0a3a487921d85339ad0a1bb81cf46a40 +SIZE (xpi/thunderbird-i18n-52.4.0/gd.xpi) = 574065 +SHA256 (xpi/thunderbird-i18n-52.4.0/gl.xpi) = a35d8e9441219196eb90a31d1f65f08493ded91fc1ebb1b712c417827451ff13 +SIZE (xpi/thunderbird-i18n-52.4.0/gl.xpi) = 575150 +SHA256 (xpi/thunderbird-i18n-52.4.0/he.xpi) = 8d46ec38430a1939cde04141c9f5bcfe22b81a154bebb89dc112ff199042203f +SIZE (xpi/thunderbird-i18n-52.4.0/he.xpi) = 592566 +SHA256 (xpi/thunderbird-i18n-52.4.0/hr.xpi) = 119c5055305b8f16b02a822b70044ff2410cc79f32a456d59c71c455002b8523 +SIZE (xpi/thunderbird-i18n-52.4.0/hr.xpi) = 564780 +SHA256 (xpi/thunderbird-i18n-52.4.0/hsb.xpi) = 1444e2582233eb0ed7abc8566ea951d6938f75bc069a20b47d6f5cd8608a740c +SIZE (xpi/thunderbird-i18n-52.4.0/hsb.xpi) = 582242 +SHA256 (xpi/thunderbird-i18n-52.4.0/hu.xpi) = b98796554589eb7ff3e30bd8fbbb27c8d2ad31bc74d96d4070df1f0eeba40544 +SIZE (xpi/thunderbird-i18n-52.4.0/hu.xpi) = 586446 +SHA256 (xpi/thunderbird-i18n-52.4.0/hy-AM.xpi) = ed1d4f05c0d4d2c8f4dc4227c43a4f08be01ec6aed92a3ede2ca83550543bbe6 +SIZE (xpi/thunderbird-i18n-52.4.0/hy-AM.xpi) = 629879 +SHA256 (xpi/thunderbird-i18n-52.4.0/id.xpi) = 5bd33fd191ed602e3ab0c47e9d8106328e73dcb07e3ae10062470d1de138aec0 +SIZE (xpi/thunderbird-i18n-52.4.0/id.xpi) = 546527 +SHA256 (xpi/thunderbird-i18n-52.4.0/is.xpi) = eed6b20e25e34b0ee1498948c8baed0060abe1b3a25f9188b123c81fd044771b +SIZE (xpi/thunderbird-i18n-52.4.0/is.xpi) = 555712 +SHA256 (xpi/thunderbird-i18n-52.4.0/it.xpi) = 5800130bfd912f58e6335791afde9718a59dd3428a589581fca160394a3f4b75 +SIZE (xpi/thunderbird-i18n-52.4.0/it.xpi) = 455408 +SHA256 (xpi/thunderbird-i18n-52.4.0/ja.xpi) = 8846bd908fa6481e2ed0a2e7fa1cfbd7bbfe02a78b1cca75e9b2a1ddaffe1084 +SIZE (xpi/thunderbird-i18n-52.4.0/ja.xpi) = 630053 +SHA256 (xpi/thunderbird-i18n-52.4.0/kab.xpi) = 0a2f439791e95def79ef4389b9997b4cfae4293f57ac441dfc854d7ae665c95d +SIZE (xpi/thunderbird-i18n-52.4.0/kab.xpi) = 568689 +SHA256 (xpi/thunderbird-i18n-52.4.0/ko.xpi) = 89192fe23dbce157aeec48168b45ac94cc47bd6d83907b3ab7dbaeabe5b7b7ef +SIZE (xpi/thunderbird-i18n-52.4.0/ko.xpi) = 595517 +SHA256 (xpi/thunderbird-i18n-52.4.0/lt.xpi) = 90bc80f8742b35525af3e1f4fad4c5e6fb3442423b6be7ddb8c4a5be76bcf564 +SIZE (xpi/thunderbird-i18n-52.4.0/lt.xpi) = 580598 +SHA256 (xpi/thunderbird-i18n-52.4.0/nb-NO.xpi) = 24cd76bbfab1f20c5f916bdaff001759d75bee16e6a15f56b5e66d8a8d730d0c +SIZE (xpi/thunderbird-i18n-52.4.0/nb-NO.xpi) = 551104 +SHA256 (xpi/thunderbird-i18n-52.4.0/nl.xpi) = a9523e8f9cd9e653b645c1b7b8105d98f3c33c6723f07d9e6a2a1e4b9e6abdaa +SIZE (xpi/thunderbird-i18n-52.4.0/nl.xpi) = 557957 +SHA256 (xpi/thunderbird-i18n-52.4.0/nn-NO.xpi) = 22961936b2e19e95838777b24e29d3f43eab296a75958036b20c21471301f96d +SIZE (xpi/thunderbird-i18n-52.4.0/nn-NO.xpi) = 551891 +SHA256 (xpi/thunderbird-i18n-52.4.0/pa-IN.xpi) = c806abe05b9614690c9c8466a3b3c8e15fab6bbe6fa166e23f0dbb64f5e70be6 +SIZE (xpi/thunderbird-i18n-52.4.0/pa-IN.xpi) = 646569 +SHA256 (xpi/thunderbird-i18n-52.4.0/pl.xpi) = 46cd992cd75c2216af075f5d1080f3620e1e6ead488de2e14ed56f7698669d25 +SIZE (xpi/thunderbird-i18n-52.4.0/pl.xpi) = 469901 +SHA256 (xpi/thunderbird-i18n-52.4.0/pt-BR.xpi) = 273539724246f023b0afdf79a9dd517ab0e71606381900ca26b0844a5e30e9c9 +SIZE (xpi/thunderbird-i18n-52.4.0/pt-BR.xpi) = 558224 +SHA256 (xpi/thunderbird-i18n-52.4.0/pt-PT.xpi) = 7923394ff64a094d4da561b962b694011e79c8e586c8d125cb450878d3cb53f1 +SIZE (xpi/thunderbird-i18n-52.4.0/pt-PT.xpi) = 565624 +SHA256 (xpi/thunderbird-i18n-52.4.0/rm.xpi) = 91afce6ed4b6e4a52b03a83db4610685cc272e829a5da10db79c371ef9b00e2f +SIZE (xpi/thunderbird-i18n-52.4.0/rm.xpi) = 557605 +SHA256 (xpi/thunderbird-i18n-52.4.0/ro.xpi) = 0972682e3c8b1767dd45efd8dfc1d5fe664731d4a7786a12104452ba29b449c9 +SIZE (xpi/thunderbird-i18n-52.4.0/ro.xpi) = 570529 +SHA256 (xpi/thunderbird-i18n-52.4.0/ru.xpi) = 662fdebfb7b71ac6136e1ce707234440672a9b019f2a4b3337bf24338349b7a5 +SIZE (xpi/thunderbird-i18n-52.4.0/ru.xpi) = 530669 +SHA256 (xpi/thunderbird-i18n-52.4.0/si.xpi) = 027776f83ce747dac6bf7bc939a6c53495022131bdb283496e0bff9deaa2a0b4 +SIZE (xpi/thunderbird-i18n-52.4.0/si.xpi) = 649010 +SHA256 (xpi/thunderbird-i18n-52.4.0/sk.xpi) = ddeb2172f620877f95b69cfbe8d1bda1dc77b1829ad491189e9cf5f5ddbdd8de +SIZE (xpi/thunderbird-i18n-52.4.0/sk.xpi) = 583882 +SHA256 (xpi/thunderbird-i18n-52.4.0/sl.xpi) = e36184d7264bcdd4bf7dbd9e8e547ccce50d2eb057cddd8589752f03df1a1f06 +SIZE (xpi/thunderbird-i18n-52.4.0/sl.xpi) = 562834 +SHA256 (xpi/thunderbird-i18n-52.4.0/sq.xpi) = e721f6e1ba3818c5ef258dddf19d5d7cdd635c485d620d4fda2107bcb0fb67c8 +SIZE (xpi/thunderbird-i18n-52.4.0/sq.xpi) = 570617 +SHA256 (xpi/thunderbird-i18n-52.4.0/sr.xpi) = d17e021710ecb696ec97a339e579ecf67d0397b26ac2a7b578358a40fbcea3f8 +SIZE (xpi/thunderbird-i18n-52.4.0/sr.xpi) = 609020 +SHA256 (xpi/thunderbird-i18n-52.4.0/sv-SE.xpi) = 708c1093cf817a0502cb65014e73c0881f94dabead931c71beb4b563e948575e +SIZE (xpi/thunderbird-i18n-52.4.0/sv-SE.xpi) = 565777 +SHA256 (xpi/thunderbird-i18n-52.4.0/ta-LK.xpi) = 875114b08adbe2783dcefbc56334bc4bc4c3da8c8b3300f37f2cf67ebc04df7a +SIZE (xpi/thunderbird-i18n-52.4.0/ta-LK.xpi) = 675039 +SHA256 (xpi/thunderbird-i18n-52.4.0/tr.xpi) = 9824c64701faa3f24c69e19801cc98b313b26582eda0ad46c8c78a3452f7ba33 +SIZE (xpi/thunderbird-i18n-52.4.0/tr.xpi) = 569926 +SHA256 (xpi/thunderbird-i18n-52.4.0/uk.xpi) = d3e3a3cb60e7f6fba14759590df00e85456c17cf071cebcc358744abcd2b1ac3 +SIZE (xpi/thunderbird-i18n-52.4.0/uk.xpi) = 652855 +SHA256 (xpi/thunderbird-i18n-52.4.0/vi.xpi) = 7541bfec6716ae705afc51f66578100662aacdd92f8c1d8e9a33c82ad33c2872 +SIZE (xpi/thunderbird-i18n-52.4.0/vi.xpi) = 637164 +SHA256 (xpi/thunderbird-i18n-52.4.0/zh-CN.xpi) = c1ef258d0b0b3ec1016c7878ec20c7af8a1d1cdfdad785389172b30739b674d6 +SIZE (xpi/thunderbird-i18n-52.4.0/zh-CN.xpi) = 593612 +SHA256 (xpi/thunderbird-i18n-52.4.0/zh-TW.xpi) = 7a1dc6483c83b43852c892f5b26b29fbdb0794c81bca4ecb5d1080e8cc371da4 +SIZE (xpi/thunderbird-i18n-52.4.0/zh-TW.xpi) = 595729 Modified: branches/2017Q4/mail/thunderbird/Makefile ============================================================================== --- branches/2017Q4/mail/thunderbird/Makefile Fri Oct 6 19:21:02 2017 (r451404) +++ branches/2017Q4/mail/thunderbird/Makefile Fri Oct 6 19:23:01 2017 (r451405) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 52.3.0 -PORTREVISION= 4 +DISTVERSION= 52.4.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} Modified: branches/2017Q4/mail/thunderbird/distinfo ============================================================================== --- branches/2017Q4/mail/thunderbird/distinfo Fri Oct 6 19:21:02 2017 (r451404) +++ branches/2017Q4/mail/thunderbird/distinfo Fri Oct 6 19:23:01 2017 (r451405) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502795268 -SHA256 (thunderbird-52.3.0.source.tar.xz) = 050acc320a9c50365a53e4faa6538a0ad7f9a302d5f2cfb6edf0c6fe1b573b18 -SIZE (thunderbird-52.3.0.source.tar.xz) = 228532004 +TIMESTAMP = 1507134716 +SHA256 (thunderbird-52.4.0.source.tar.xz) = 7f57b5b4d4ec42b04afcff8327abc2d3c6185c0bcc1ad138825d021a2d3f578c +SIZE (thunderbird-52.4.0.source.tar.xz) = 228561704 Copied: branches/2017Q4/mail/thunderbird/files/patch-bug1338655 (from r451127, head/mail/thunderbird/files/patch-bug1338655) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q4/mail/thunderbird/files/patch-bug1338655 Fri Oct 6 19:23:01 2017 (r451405, copy of r451127, head/mail/thunderbird/files/patch-bug1338655) @@ -0,0 +1,66 @@ +commit bbd48a5613c8 +Author: Ralph Giles +Date: Fri Feb 10 12:58:18 2017 -0800 + + Bug 1338655 - Don't try to build mp4parse bindings. r=froydnj + + We use the cheddar crate to generate a C header file + for our mp4parse_capi wrapper crate. Currently we + do this at code check-in time via update-rust.sh. + + Cargo 0.18 and later will try to execute a build.rs + file in the crate source tree regardless of whether + it's specified in Cargo.toml so patching out that + line just results in 'crate cheddar not found'. + + This change restores the old behaviour by substituting + a 'build = false' line instead. + + We do have syntex vendored, but we don't currently build + it by default, so I prefer this solution to just vendoring + cheddar and generating the header at build time. The syntex + crate is quite large and adds significantly to our compile + time. + + MozReview-Commit-ID: InJRRODWAdP + + --HG-- + extra : rebase_source : 29378fcbc86015ce6cc22dc66d38a43ddbac204e +--- + media/libstagefright/binding/mp4parse-cargo.patch | 5 +++-- + media/libstagefright/binding/mp4parse_capi/Cargo.toml | 2 ++ + 2 files changed, 5 insertions(+), 2 deletions(-) + +diff --git media/libstagefright/binding/mp4parse-cargo.patch media/libstagefright/binding/mp4parse-cargo.patch +index 1dd13d20472a..bfa0ab74b424 100644 +--- mozilla/media/libstagefright/binding/mp4parse-cargo.patch ++++ mozilla/media/libstagefright/binding/mp4parse-cargo.patch +@@ -25,12 +25,13 @@ diff --git a/media/libstagefright/binding/mp4parse_cap + index aeeebc65..5c0836a 100644 + --- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml + +++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml +-@@ -18,17 +18,9 @@ exclude = [ ++@@ -18,17 +18,11 @@ exclude = [ + "*.mp4", + ] + + -build = "build.rs" +-- +++build = false ++ + [dependencies] + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} + +diff --git media/libstagefright/binding/mp4parse_capi/Cargo.toml media/libstagefright/binding/mp4parse_capi/Cargo.toml +index aee7ee947151..d7e3f55119d3 100644 +--- mozilla/media/libstagefright/binding/mp4parse_capi/Cargo.toml ++++ mozilla/media/libstagefright/binding/mp4parse_capi/Cargo.toml +@@ -18,6 +18,8 @@ exclude = [ + "*.mp4", + ] + ++build = false ++ + [dependencies] + byteorder = "1.0.0" + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} From owner-svn-ports-all@freebsd.org Fri Oct 6 19:26:40 2017 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 E08E2E3F9A8; Fri, 6 Oct 2017 19:26:40 +0000 (UTC) (envelope-from jbeich@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 965976C8AB; Fri, 6 Oct 2017 19:26:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96JQdwI025259; Fri, 6 Oct 2017 19:26:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96JQdOA025253; Fri, 6 Oct 2017 19:26:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710061926.v96JQdOA025253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 19:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451406 - in branches/2017Q3/mail: thunderbird thunderbird-i18n thunderbird/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2017Q3/mail: thunderbird thunderbird-i18n thunderbird/files X-SVN-Commit-Revision: 451406 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 19:26:41 -0000 Author: jbeich Date: Fri Oct 6 19:26:39 2017 New Revision: 451406 URL: https://svnweb.freebsd.org/changeset/ports/451406 Log: MFH: r451107 r451127 r451191 r451275 mail/thunderbird: update to 52.4.0 Changes: https://www.mozilla.org/thunderbird/52.4.0/releasenotes/ Security: 1098a15b-b0f6-42b7-b5c7-8a8646e8be07 Approved by: ports-secteam (zi) Added: branches/2017Q3/mail/thunderbird/files/patch-bug1338655 - copied unchanged from r451127, head/mail/thunderbird/files/patch-bug1338655 Modified: branches/2017Q3/mail/thunderbird-i18n/Makefile branches/2017Q3/mail/thunderbird-i18n/distinfo branches/2017Q3/mail/thunderbird/Makefile branches/2017Q3/mail/thunderbird/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2017Q3/mail/thunderbird-i18n/Makefile Fri Oct 6 19:23:01 2017 (r451405) +++ branches/2017Q3/mail/thunderbird-i18n/Makefile Fri Oct 6 19:26:39 2017 (r451406) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 52.3.0 +PORTVERSION= 52.4.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build3/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: branches/2017Q3/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2017Q3/mail/thunderbird-i18n/distinfo Fri Oct 6 19:23:01 2017 (r451405) +++ branches/2017Q3/mail/thunderbird-i18n/distinfo Fri Oct 6 19:26:39 2017 (r451406) @@ -1,119 +1,119 @@ -TIMESTAMP = 1502795268 -SHA256 (xpi/thunderbird-i18n-52.3.0/ar.xpi) = a96dbaed8c14e113c2e2295422c4346ed97cbba349f6464532d4585ab6a5be88 -SIZE (xpi/thunderbird-i18n-52.3.0/ar.xpi) = 604235 -SHA256 (xpi/thunderbird-i18n-52.3.0/ast.xpi) = eb2614092cebafb0d326ac318bbd76d5e35a6865fe4f0be72bad871bc703584f -SIZE (xpi/thunderbird-i18n-52.3.0/ast.xpi) = 541173 -SHA256 (xpi/thunderbird-i18n-52.3.0/be.xpi) = b412a5cb7f2752d1d72325356b9d0fa124af03f29e45ceeafe3b0b9fc0c7e28b -SIZE (xpi/thunderbird-i18n-52.3.0/be.xpi) = 570932 -SHA256 (xpi/thunderbird-i18n-52.3.0/bg.xpi) = ff093e353378ae63727aca8b95578d89d369c6b86e48a030d893a9cd8ad77922 -SIZE (xpi/thunderbird-i18n-52.3.0/bg.xpi) = 634897 -SHA256 (xpi/thunderbird-i18n-52.3.0/bn-BD.xpi) = eaebfde95c33aafa0c7aa649fca093a25ed93db58e8fed3485589b9326806270 -SIZE (xpi/thunderbird-i18n-52.3.0/bn-BD.xpi) = 676900 -SHA256 (xpi/thunderbird-i18n-52.3.0/br.xpi) = 87819d6762d57ce02564ec3cdb195158eed635ba27a3165dfc862553f53f188a -SIZE (xpi/thunderbird-i18n-52.3.0/br.xpi) = 559380 -SHA256 (xpi/thunderbird-i18n-52.3.0/ca.xpi) = 9dffc936fd1dda855d19eb464ce01b22bfb667585b983b3c7b0a74ea10e298ce -SIZE (xpi/thunderbird-i18n-52.3.0/ca.xpi) = 569910 -SHA256 (xpi/thunderbird-i18n-52.3.0/cs.xpi) = eb0412f1fcf7a7c96e434d114d5763c56322317633bb8790dfa3362df03be870 -SIZE (xpi/thunderbird-i18n-52.3.0/cs.xpi) = 579150 -SHA256 (xpi/thunderbird-i18n-52.3.0/cy.xpi) = 1a000f677941f4c28186d4e58bf6df79f4d8a47e2a7a338005bad91604e8c388 -SIZE (xpi/thunderbird-i18n-52.3.0/cy.xpi) = 554858 -SHA256 (xpi/thunderbird-i18n-52.3.0/da.xpi) = 583fd8b1d6034739477cc5d935a766242b7d1e4bdb869545645f893d4d80cd70 -SIZE (xpi/thunderbird-i18n-52.3.0/da.xpi) = 543335 -SHA256 (xpi/thunderbird-i18n-52.3.0/de.xpi) = 48cf4ae0856b286f4f5788abcfec66b8817dbd836102236907e826cb2ed555b3 -SIZE (xpi/thunderbird-i18n-52.3.0/de.xpi) = 555744 -SHA256 (xpi/thunderbird-i18n-52.3.0/dsb.xpi) = 7e4333f45af142b59c401b303cd4111bd5e92a4f3a4aaf0a9287a224283087b3 -SIZE (xpi/thunderbird-i18n-52.3.0/dsb.xpi) = 584582 -SHA256 (xpi/thunderbird-i18n-52.3.0/el.xpi) = 554a62ec5d5ae4cca3d093273b8df7357b649f0b853a05714a7990667d1e8e7c -SIZE (xpi/thunderbird-i18n-52.3.0/el.xpi) = 662964 -SHA256 (xpi/thunderbird-i18n-52.3.0/en-GB.xpi) = 2cf73f099a49cba6301ac60da05e6bafa495e9363d6c0bf84caecc1a928bde8e -SIZE (xpi/thunderbird-i18n-52.3.0/en-GB.xpi) = 531234 -SHA256 (xpi/thunderbird-i18n-52.3.0/en-US.xpi) = fb145187f2917838897130f23159e6a643cd134aaea1278f0e968436cdf6c30c -SIZE (xpi/thunderbird-i18n-52.3.0/en-US.xpi) = 529123 -SHA256 (xpi/thunderbird-i18n-52.3.0/es-AR.xpi) = f4b32effba6b458346067eb3ccf1c0de6d30cc4170d0918b013e43cac476037f -SIZE (xpi/thunderbird-i18n-52.3.0/es-AR.xpi) = 565995 -SHA256 (xpi/thunderbird-i18n-52.3.0/es-ES.xpi) = ba01837ab8f6e520fab791c65b9897e7194e2297a073c9c1388e45f02f2cd9a4 -SIZE (xpi/thunderbird-i18n-52.3.0/es-ES.xpi) = 445464 -SHA256 (xpi/thunderbird-i18n-52.3.0/et.xpi) = 1fab98e403dae9cc5a890b5f36759e6c9c10c88d150f5c0d1fa97dc5f822b0df -SIZE (xpi/thunderbird-i18n-52.3.0/et.xpi) = 551661 -SHA256 (xpi/thunderbird-i18n-52.3.0/eu.xpi) = 891ca411246628ac63e41cc5e1316afcf9ace1c62eaf69e2a23777f24f4b2c29 -SIZE (xpi/thunderbird-i18n-52.3.0/eu.xpi) = 555537 -SHA256 (xpi/thunderbird-i18n-52.3.0/fi.xpi) = 83944d311d4230f8e17682f1a1248cab3713e7825b87ab0511d5293772c053bf -SIZE (xpi/thunderbird-i18n-52.3.0/fi.xpi) = 550669 -SHA256 (xpi/thunderbird-i18n-52.3.0/fr.xpi) = e9a81424c9af8e0fe21abc94deb53a20f83d6ec7f4484ae4ab2816cd4aa9022f -SIZE (xpi/thunderbird-i18n-52.3.0/fr.xpi) = 577561 -SHA256 (xpi/thunderbird-i18n-52.3.0/fy-NL.xpi) = 671f0d00c544b500b420375c385e8232354fe364f4e78dbf027ba319745ed61b -SIZE (xpi/thunderbird-i18n-52.3.0/fy-NL.xpi) = 563632 -SHA256 (xpi/thunderbird-i18n-52.3.0/ga-IE.xpi) = 5fbc249bff62b9cd732fd3ed26af3308ac25bb7ca71e5522e1b9213e22ff8e21 -SIZE (xpi/thunderbird-i18n-52.3.0/ga-IE.xpi) = 583556 -SHA256 (xpi/thunderbird-i18n-52.3.0/gd.xpi) = fc384ea05422569d075e13c8e4063fc613f37cec50e99a63deb8c0b88c12af8a -SIZE (xpi/thunderbird-i18n-52.3.0/gd.xpi) = 574065 -SHA256 (xpi/thunderbird-i18n-52.3.0/gl.xpi) = c4d9c4c7ab51985e265b7f4aaa9af7f7f798923dc9cc2796409cd912a437526e -SIZE (xpi/thunderbird-i18n-52.3.0/gl.xpi) = 575150 -SHA256 (xpi/thunderbird-i18n-52.3.0/he.xpi) = d9d6cc59c40257d7b4f47ffec7e0f8b7025f219ac08a45e5b30f645c68ebce9e -SIZE (xpi/thunderbird-i18n-52.3.0/he.xpi) = 592566 -SHA256 (xpi/thunderbird-i18n-52.3.0/hr.xpi) = a72bfb410e1a492a1f43cfa44b851b659d275a49ea930063c977501799f3367e -SIZE (xpi/thunderbird-i18n-52.3.0/hr.xpi) = 564779 -SHA256 (xpi/thunderbird-i18n-52.3.0/hsb.xpi) = d9972fe797d7b30b642ef8950dbccc81f8ef4f7230df6d9f49983528edbcac84 -SIZE (xpi/thunderbird-i18n-52.3.0/hsb.xpi) = 582241 -SHA256 (xpi/thunderbird-i18n-52.3.0/hu.xpi) = a10bb179def63b0795e871268396e8091583adaff141b06ae1ea84caf014814d -SIZE (xpi/thunderbird-i18n-52.3.0/hu.xpi) = 586446 -SHA256 (xpi/thunderbird-i18n-52.3.0/hy-AM.xpi) = b78d7432de20a474bcdbb847a35c60622ec48af5a9d17692b3d5d4b06514b9b5 -SIZE (xpi/thunderbird-i18n-52.3.0/hy-AM.xpi) = 629879 -SHA256 (xpi/thunderbird-i18n-52.3.0/id.xpi) = 06de6a7000509f8f1a9aaf1438a5ff1133a00b513a6ef868c861256463e7fff2 -SIZE (xpi/thunderbird-i18n-52.3.0/id.xpi) = 546526 -SHA256 (xpi/thunderbird-i18n-52.3.0/is.xpi) = 8dafb8e5fd1c967ce613893c12e553aca11d82a5880822e010941f7d02e3e457 -SIZE (xpi/thunderbird-i18n-52.3.0/is.xpi) = 555712 -SHA256 (xpi/thunderbird-i18n-52.3.0/it.xpi) = 3987ec1092b72806eddad880b5ee25d1fd930be2ade91c8277fca50de21f8322 -SIZE (xpi/thunderbird-i18n-52.3.0/it.xpi) = 455408 -SHA256 (xpi/thunderbird-i18n-52.3.0/ja.xpi) = 7024ed0f72065e103dc72c388162f4dba5102bcb96b2fb6384b46503fdc28057 -SIZE (xpi/thunderbird-i18n-52.3.0/ja.xpi) = 630053 -SHA256 (xpi/thunderbird-i18n-52.3.0/kab.xpi) = c4996d2ac0ca0622fc68af5154b5a8105156d72aacdbe8c971c6dcd169ae9647 -SIZE (xpi/thunderbird-i18n-52.3.0/kab.xpi) = 568691 -SHA256 (xpi/thunderbird-i18n-52.3.0/ko.xpi) = 816fbb26a0a21a88633b1ffd236a73c5fb31da5a21a28d3bfb9d4cb5f9c2b7c8 -SIZE (xpi/thunderbird-i18n-52.3.0/ko.xpi) = 595516 -SHA256 (xpi/thunderbird-i18n-52.3.0/lt.xpi) = a8505ea9138478c30e839fffe1949d63e536f2a812c2777a315a59f30bd1ddb2 -SIZE (xpi/thunderbird-i18n-52.3.0/lt.xpi) = 580598 -SHA256 (xpi/thunderbird-i18n-52.3.0/nb-NO.xpi) = c1c15dc37d85a4912ab467e9bf9aef814ae432eff338032b41c1fd49eae13010 -SIZE (xpi/thunderbird-i18n-52.3.0/nb-NO.xpi) = 551104 -SHA256 (xpi/thunderbird-i18n-52.3.0/nl.xpi) = c713a6dbeebb1c8dd77634dfba6b7dda3b422fb28a55329e2d8afa8ce60484ce -SIZE (xpi/thunderbird-i18n-52.3.0/nl.xpi) = 557957 -SHA256 (xpi/thunderbird-i18n-52.3.0/nn-NO.xpi) = a0b5cc0aa1c7017e8030fbc8c4b6573ddd3db4d6f15c97e9aa2eeeacba9c95e5 -SIZE (xpi/thunderbird-i18n-52.3.0/nn-NO.xpi) = 551891 -SHA256 (xpi/thunderbird-i18n-52.3.0/pa-IN.xpi) = bcb38080fe3aed04631029947050f12a5c5abf3a9a8710d36ef10f2186108c52 -SIZE (xpi/thunderbird-i18n-52.3.0/pa-IN.xpi) = 646568 -SHA256 (xpi/thunderbird-i18n-52.3.0/pl.xpi) = b67d804febd8b5c2ac18fd1eb16e958113b8b240d69ce4b80bcd14f9b3afd220 -SIZE (xpi/thunderbird-i18n-52.3.0/pl.xpi) = 469901 -SHA256 (xpi/thunderbird-i18n-52.3.0/pt-BR.xpi) = 01e6248cfd1939ef66a8f7f1ad682a5735392b6ee41fdefe92e7cfa5aafed5a6 -SIZE (xpi/thunderbird-i18n-52.3.0/pt-BR.xpi) = 558224 -SHA256 (xpi/thunderbird-i18n-52.3.0/pt-PT.xpi) = f02da1da4e3d5edc7b1f903470c7bf02f06026d0acfce6d064a15233a21c0e00 -SIZE (xpi/thunderbird-i18n-52.3.0/pt-PT.xpi) = 565623 -SHA256 (xpi/thunderbird-i18n-52.3.0/rm.xpi) = 3df2eb933ed20ccd66c8da61bdb74670e7b5e5a2def1c8a9a45fc2a25c55a03c -SIZE (xpi/thunderbird-i18n-52.3.0/rm.xpi) = 557605 -SHA256 (xpi/thunderbird-i18n-52.3.0/ro.xpi) = 4bbeb7ea8eedfc8e0a5bf2517d38fdd9aab6a29a7d88cb68c454e3fdf80d3413 -SIZE (xpi/thunderbird-i18n-52.3.0/ro.xpi) = 570530 -SHA256 (xpi/thunderbird-i18n-52.3.0/ru.xpi) = 0692791c71ff37b7b1c141f68ffb985d2a565edd4085b2dc3456ef3a3c45e2e3 -SIZE (xpi/thunderbird-i18n-52.3.0/ru.xpi) = 530670 -SHA256 (xpi/thunderbird-i18n-52.3.0/si.xpi) = 09af36243360b498a6352f10eb28c78f855d87ce0ef5fbfbc11f13bb45465462 -SIZE (xpi/thunderbird-i18n-52.3.0/si.xpi) = 649011 -SHA256 (xpi/thunderbird-i18n-52.3.0/sk.xpi) = 6450c19ddad79bab8b059a992b844fd362d4e6cdd58e31d63bafe25f7e73ab31 -SIZE (xpi/thunderbird-i18n-52.3.0/sk.xpi) = 583882 -SHA256 (xpi/thunderbird-i18n-52.3.0/sl.xpi) = 190ed15658855a1438b46614209d723bf27fb90864ca64dc21482fb52f5718b4 -SIZE (xpi/thunderbird-i18n-52.3.0/sl.xpi) = 562831 -SHA256 (xpi/thunderbird-i18n-52.3.0/sq.xpi) = a68c843f7d755ab2b03a8c23018f17be1664279659f9fa9bcbae207ad27d309c -SIZE (xpi/thunderbird-i18n-52.3.0/sq.xpi) = 570616 -SHA256 (xpi/thunderbird-i18n-52.3.0/sr.xpi) = 194e63cc0eac946214adeb1a45b046a07ce5f7dbe3d16c1dc960dae07f3215ef -SIZE (xpi/thunderbird-i18n-52.3.0/sr.xpi) = 609019 -SHA256 (xpi/thunderbird-i18n-52.3.0/sv-SE.xpi) = ab9811adb9abf588119d7854ba79a6fb6204eeef3724a0a615a3815fbe8ebfd8 -SIZE (xpi/thunderbird-i18n-52.3.0/sv-SE.xpi) = 565777 -SHA256 (xpi/thunderbird-i18n-52.3.0/ta-LK.xpi) = 62d4a70fc6b8c93a44e9de6d810a3c62561eead83b8abfb545b0bb22f500fec3 -SIZE (xpi/thunderbird-i18n-52.3.0/ta-LK.xpi) = 675039 -SHA256 (xpi/thunderbird-i18n-52.3.0/tr.xpi) = 4ef6bcf07c756a4da0c3aabe41c8d32962b72fb224ff93ea475d2f1270ceb061 -SIZE (xpi/thunderbird-i18n-52.3.0/tr.xpi) = 569926 -SHA256 (xpi/thunderbird-i18n-52.3.0/uk.xpi) = b6eaa27d994bb265b621f5df1b288d4d97e0f543e1806d9fd988c7a563f683a1 -SIZE (xpi/thunderbird-i18n-52.3.0/uk.xpi) = 652855 -SHA256 (xpi/thunderbird-i18n-52.3.0/vi.xpi) = 98fa9c475af8c5a4dfe132ef5f27bf3ae0b550cce46c6bf7125608beb965aa06 -SIZE (xpi/thunderbird-i18n-52.3.0/vi.xpi) = 637163 -SHA256 (xpi/thunderbird-i18n-52.3.0/zh-CN.xpi) = 2c5beb3ba1bebc339ae4124fcee79fad375ebba7d97251dac83ff1eed1042bad -SIZE (xpi/thunderbird-i18n-52.3.0/zh-CN.xpi) = 593612 -SHA256 (xpi/thunderbird-i18n-52.3.0/zh-TW.xpi) = 2279205d7288313d59be7c2eadcc572988e063fbb570e76802cb681bdc262e0e -SIZE (xpi/thunderbird-i18n-52.3.0/zh-TW.xpi) = 595729 +TIMESTAMP = 1506986580 +SHA256 (xpi/thunderbird-i18n-52.4.0/ar.xpi) = 5b17a53001f7605f9e12a9881573f93940dd5756bd54788546201c97fc323c3f +SIZE (xpi/thunderbird-i18n-52.4.0/ar.xpi) = 604235 +SHA256 (xpi/thunderbird-i18n-52.4.0/ast.xpi) = e3f5a29ee9258e49306cd1580d603b635a5ac7c8840c838504606143c141562a +SIZE (xpi/thunderbird-i18n-52.4.0/ast.xpi) = 541173 +SHA256 (xpi/thunderbird-i18n-52.4.0/be.xpi) = 1d5e536ebe848d9a9ac773c6e15ef895601c1754a9f0ee69a7ab229ec931dc32 +SIZE (xpi/thunderbird-i18n-52.4.0/be.xpi) = 570932 +SHA256 (xpi/thunderbird-i18n-52.4.0/bg.xpi) = 18063549c65ddcfb1c438b5be60ebf27f2b6ed2b926e52ba2b9fd078510bb42d +SIZE (xpi/thunderbird-i18n-52.4.0/bg.xpi) = 634897 +SHA256 (xpi/thunderbird-i18n-52.4.0/bn-BD.xpi) = cd6a5a1c7b9ee0f688815ed2d6ebffcb5300fd1ebca9f0bc0d26c0f8d8530d12 +SIZE (xpi/thunderbird-i18n-52.4.0/bn-BD.xpi) = 676901 +SHA256 (xpi/thunderbird-i18n-52.4.0/br.xpi) = 8ee2714cf3efc9477059047d70d3429601e2451e32d823ad48ecfacbad802edc +SIZE (xpi/thunderbird-i18n-52.4.0/br.xpi) = 559380 +SHA256 (xpi/thunderbird-i18n-52.4.0/ca.xpi) = 8b4929329075581266bc18189660c6200f6084153530d45ca6ce2865572a392b +SIZE (xpi/thunderbird-i18n-52.4.0/ca.xpi) = 569910 +SHA256 (xpi/thunderbird-i18n-52.4.0/cs.xpi) = d3898778cd4aceea175c46ddc386b47cbe134a1b89322cee285e5925042032d1 +SIZE (xpi/thunderbird-i18n-52.4.0/cs.xpi) = 579150 +SHA256 (xpi/thunderbird-i18n-52.4.0/cy.xpi) = c95bcfee29f32aaf12dba7e835f35311eb71dc923c71dfc063b8150165e552dd +SIZE (xpi/thunderbird-i18n-52.4.0/cy.xpi) = 554858 +SHA256 (xpi/thunderbird-i18n-52.4.0/da.xpi) = cf1efa5a056dbb9b98324b1b959a61467af15ea82ad586369b4b46856d89d990 +SIZE (xpi/thunderbird-i18n-52.4.0/da.xpi) = 543336 +SHA256 (xpi/thunderbird-i18n-52.4.0/de.xpi) = 6d8bc484a1edcdbff75d39dea9f33b85b92514058f505f2915810609796e8a1a +SIZE (xpi/thunderbird-i18n-52.4.0/de.xpi) = 555744 +SHA256 (xpi/thunderbird-i18n-52.4.0/dsb.xpi) = 94bc57a6b7ca577fcfeac8a04e2cb20c30a54582b8f5c8906c449e20ac1641d4 +SIZE (xpi/thunderbird-i18n-52.4.0/dsb.xpi) = 584578 +SHA256 (xpi/thunderbird-i18n-52.4.0/el.xpi) = c5201686e88cde81222817b006957bbee08df0745fdbfeeea067b558f9131872 +SIZE (xpi/thunderbird-i18n-52.4.0/el.xpi) = 662965 +SHA256 (xpi/thunderbird-i18n-52.4.0/en-GB.xpi) = 45905f12c6053324c1ed880837fbb6b00afd631d83907d6274fc4aa53a4861a3 +SIZE (xpi/thunderbird-i18n-52.4.0/en-GB.xpi) = 531234 +SHA256 (xpi/thunderbird-i18n-52.4.0/en-US.xpi) = 1b281ee6cf6898fe7aec71b1f8ec6a4bceffae6d1720dd64d678a41bdc5ba197 +SIZE (xpi/thunderbird-i18n-52.4.0/en-US.xpi) = 529123 +SHA256 (xpi/thunderbird-i18n-52.4.0/es-AR.xpi) = f6bb96a72a3a8271b9796d9516908de2b885028d7e3cf00913fa74415b7a9ce3 +SIZE (xpi/thunderbird-i18n-52.4.0/es-AR.xpi) = 565995 +SHA256 (xpi/thunderbird-i18n-52.4.0/es-ES.xpi) = 2d49b3b67e7b0c8f99871906e65d5e3a6cd684ad3dde05a730dfc8d328205005 +SIZE (xpi/thunderbird-i18n-52.4.0/es-ES.xpi) = 445464 +SHA256 (xpi/thunderbird-i18n-52.4.0/et.xpi) = eee8043f3300c1fbef18d87c783de89a11e69a75e7185e0fe0ce5a73a0feca0c +SIZE (xpi/thunderbird-i18n-52.4.0/et.xpi) = 551661 +SHA256 (xpi/thunderbird-i18n-52.4.0/eu.xpi) = 448a3d9d8f4babd98872e2f91c2837342e4c01fc6bbeb0bed3a4f4e14ea381b6 +SIZE (xpi/thunderbird-i18n-52.4.0/eu.xpi) = 555536 +SHA256 (xpi/thunderbird-i18n-52.4.0/fi.xpi) = fde89077936d1ef35642d6b451926e885f69b9636b66314c4d1d182a9b753ee0 +SIZE (xpi/thunderbird-i18n-52.4.0/fi.xpi) = 550670 +SHA256 (xpi/thunderbird-i18n-52.4.0/fr.xpi) = 98c758ebd8c286bb93a1b9b75a5af1939944c520164a5b38f1f39936529fd7bb +SIZE (xpi/thunderbird-i18n-52.4.0/fr.xpi) = 577561 +SHA256 (xpi/thunderbird-i18n-52.4.0/fy-NL.xpi) = 1225accf01b15e7e3132ef51d9275ce573a3615360f16647c91bc078134f5002 +SIZE (xpi/thunderbird-i18n-52.4.0/fy-NL.xpi) = 563632 +SHA256 (xpi/thunderbird-i18n-52.4.0/ga-IE.xpi) = 22d847437c25ff7aa94b9f5ca1147277c87bccb5b38afa4f0ef7fa5124a59cdf +SIZE (xpi/thunderbird-i18n-52.4.0/ga-IE.xpi) = 583556 +SHA256 (xpi/thunderbird-i18n-52.4.0/gd.xpi) = d184019e5989bd88b8bdb7a27788535b0a3a487921d85339ad0a1bb81cf46a40 +SIZE (xpi/thunderbird-i18n-52.4.0/gd.xpi) = 574065 +SHA256 (xpi/thunderbird-i18n-52.4.0/gl.xpi) = a35d8e9441219196eb90a31d1f65f08493ded91fc1ebb1b712c417827451ff13 +SIZE (xpi/thunderbird-i18n-52.4.0/gl.xpi) = 575150 +SHA256 (xpi/thunderbird-i18n-52.4.0/he.xpi) = 8d46ec38430a1939cde04141c9f5bcfe22b81a154bebb89dc112ff199042203f +SIZE (xpi/thunderbird-i18n-52.4.0/he.xpi) = 592566 +SHA256 (xpi/thunderbird-i18n-52.4.0/hr.xpi) = 119c5055305b8f16b02a822b70044ff2410cc79f32a456d59c71c455002b8523 +SIZE (xpi/thunderbird-i18n-52.4.0/hr.xpi) = 564780 +SHA256 (xpi/thunderbird-i18n-52.4.0/hsb.xpi) = 1444e2582233eb0ed7abc8566ea951d6938f75bc069a20b47d6f5cd8608a740c +SIZE (xpi/thunderbird-i18n-52.4.0/hsb.xpi) = 582242 +SHA256 (xpi/thunderbird-i18n-52.4.0/hu.xpi) = b98796554589eb7ff3e30bd8fbbb27c8d2ad31bc74d96d4070df1f0eeba40544 +SIZE (xpi/thunderbird-i18n-52.4.0/hu.xpi) = 586446 +SHA256 (xpi/thunderbird-i18n-52.4.0/hy-AM.xpi) = ed1d4f05c0d4d2c8f4dc4227c43a4f08be01ec6aed92a3ede2ca83550543bbe6 +SIZE (xpi/thunderbird-i18n-52.4.0/hy-AM.xpi) = 629879 +SHA256 (xpi/thunderbird-i18n-52.4.0/id.xpi) = 5bd33fd191ed602e3ab0c47e9d8106328e73dcb07e3ae10062470d1de138aec0 +SIZE (xpi/thunderbird-i18n-52.4.0/id.xpi) = 546527 +SHA256 (xpi/thunderbird-i18n-52.4.0/is.xpi) = eed6b20e25e34b0ee1498948c8baed0060abe1b3a25f9188b123c81fd044771b +SIZE (xpi/thunderbird-i18n-52.4.0/is.xpi) = 555712 +SHA256 (xpi/thunderbird-i18n-52.4.0/it.xpi) = 5800130bfd912f58e6335791afde9718a59dd3428a589581fca160394a3f4b75 +SIZE (xpi/thunderbird-i18n-52.4.0/it.xpi) = 455408 +SHA256 (xpi/thunderbird-i18n-52.4.0/ja.xpi) = 8846bd908fa6481e2ed0a2e7fa1cfbd7bbfe02a78b1cca75e9b2a1ddaffe1084 +SIZE (xpi/thunderbird-i18n-52.4.0/ja.xpi) = 630053 +SHA256 (xpi/thunderbird-i18n-52.4.0/kab.xpi) = 0a2f439791e95def79ef4389b9997b4cfae4293f57ac441dfc854d7ae665c95d +SIZE (xpi/thunderbird-i18n-52.4.0/kab.xpi) = 568689 +SHA256 (xpi/thunderbird-i18n-52.4.0/ko.xpi) = 89192fe23dbce157aeec48168b45ac94cc47bd6d83907b3ab7dbaeabe5b7b7ef +SIZE (xpi/thunderbird-i18n-52.4.0/ko.xpi) = 595517 +SHA256 (xpi/thunderbird-i18n-52.4.0/lt.xpi) = 90bc80f8742b35525af3e1f4fad4c5e6fb3442423b6be7ddb8c4a5be76bcf564 +SIZE (xpi/thunderbird-i18n-52.4.0/lt.xpi) = 580598 +SHA256 (xpi/thunderbird-i18n-52.4.0/nb-NO.xpi) = 24cd76bbfab1f20c5f916bdaff001759d75bee16e6a15f56b5e66d8a8d730d0c +SIZE (xpi/thunderbird-i18n-52.4.0/nb-NO.xpi) = 551104 +SHA256 (xpi/thunderbird-i18n-52.4.0/nl.xpi) = a9523e8f9cd9e653b645c1b7b8105d98f3c33c6723f07d9e6a2a1e4b9e6abdaa +SIZE (xpi/thunderbird-i18n-52.4.0/nl.xpi) = 557957 +SHA256 (xpi/thunderbird-i18n-52.4.0/nn-NO.xpi) = 22961936b2e19e95838777b24e29d3f43eab296a75958036b20c21471301f96d +SIZE (xpi/thunderbird-i18n-52.4.0/nn-NO.xpi) = 551891 +SHA256 (xpi/thunderbird-i18n-52.4.0/pa-IN.xpi) = c806abe05b9614690c9c8466a3b3c8e15fab6bbe6fa166e23f0dbb64f5e70be6 +SIZE (xpi/thunderbird-i18n-52.4.0/pa-IN.xpi) = 646569 +SHA256 (xpi/thunderbird-i18n-52.4.0/pl.xpi) = 46cd992cd75c2216af075f5d1080f3620e1e6ead488de2e14ed56f7698669d25 +SIZE (xpi/thunderbird-i18n-52.4.0/pl.xpi) = 469901 +SHA256 (xpi/thunderbird-i18n-52.4.0/pt-BR.xpi) = 273539724246f023b0afdf79a9dd517ab0e71606381900ca26b0844a5e30e9c9 +SIZE (xpi/thunderbird-i18n-52.4.0/pt-BR.xpi) = 558224 +SHA256 (xpi/thunderbird-i18n-52.4.0/pt-PT.xpi) = 7923394ff64a094d4da561b962b694011e79c8e586c8d125cb450878d3cb53f1 +SIZE (xpi/thunderbird-i18n-52.4.0/pt-PT.xpi) = 565624 +SHA256 (xpi/thunderbird-i18n-52.4.0/rm.xpi) = 91afce6ed4b6e4a52b03a83db4610685cc272e829a5da10db79c371ef9b00e2f +SIZE (xpi/thunderbird-i18n-52.4.0/rm.xpi) = 557605 +SHA256 (xpi/thunderbird-i18n-52.4.0/ro.xpi) = 0972682e3c8b1767dd45efd8dfc1d5fe664731d4a7786a12104452ba29b449c9 +SIZE (xpi/thunderbird-i18n-52.4.0/ro.xpi) = 570529 +SHA256 (xpi/thunderbird-i18n-52.4.0/ru.xpi) = 662fdebfb7b71ac6136e1ce707234440672a9b019f2a4b3337bf24338349b7a5 +SIZE (xpi/thunderbird-i18n-52.4.0/ru.xpi) = 530669 +SHA256 (xpi/thunderbird-i18n-52.4.0/si.xpi) = 027776f83ce747dac6bf7bc939a6c53495022131bdb283496e0bff9deaa2a0b4 +SIZE (xpi/thunderbird-i18n-52.4.0/si.xpi) = 649010 +SHA256 (xpi/thunderbird-i18n-52.4.0/sk.xpi) = ddeb2172f620877f95b69cfbe8d1bda1dc77b1829ad491189e9cf5f5ddbdd8de +SIZE (xpi/thunderbird-i18n-52.4.0/sk.xpi) = 583882 +SHA256 (xpi/thunderbird-i18n-52.4.0/sl.xpi) = e36184d7264bcdd4bf7dbd9e8e547ccce50d2eb057cddd8589752f03df1a1f06 +SIZE (xpi/thunderbird-i18n-52.4.0/sl.xpi) = 562834 +SHA256 (xpi/thunderbird-i18n-52.4.0/sq.xpi) = e721f6e1ba3818c5ef258dddf19d5d7cdd635c485d620d4fda2107bcb0fb67c8 +SIZE (xpi/thunderbird-i18n-52.4.0/sq.xpi) = 570617 +SHA256 (xpi/thunderbird-i18n-52.4.0/sr.xpi) = d17e021710ecb696ec97a339e579ecf67d0397b26ac2a7b578358a40fbcea3f8 +SIZE (xpi/thunderbird-i18n-52.4.0/sr.xpi) = 609020 +SHA256 (xpi/thunderbird-i18n-52.4.0/sv-SE.xpi) = 708c1093cf817a0502cb65014e73c0881f94dabead931c71beb4b563e948575e +SIZE (xpi/thunderbird-i18n-52.4.0/sv-SE.xpi) = 565777 +SHA256 (xpi/thunderbird-i18n-52.4.0/ta-LK.xpi) = 875114b08adbe2783dcefbc56334bc4bc4c3da8c8b3300f37f2cf67ebc04df7a +SIZE (xpi/thunderbird-i18n-52.4.0/ta-LK.xpi) = 675039 +SHA256 (xpi/thunderbird-i18n-52.4.0/tr.xpi) = 9824c64701faa3f24c69e19801cc98b313b26582eda0ad46c8c78a3452f7ba33 +SIZE (xpi/thunderbird-i18n-52.4.0/tr.xpi) = 569926 +SHA256 (xpi/thunderbird-i18n-52.4.0/uk.xpi) = d3e3a3cb60e7f6fba14759590df00e85456c17cf071cebcc358744abcd2b1ac3 +SIZE (xpi/thunderbird-i18n-52.4.0/uk.xpi) = 652855 +SHA256 (xpi/thunderbird-i18n-52.4.0/vi.xpi) = 7541bfec6716ae705afc51f66578100662aacdd92f8c1d8e9a33c82ad33c2872 +SIZE (xpi/thunderbird-i18n-52.4.0/vi.xpi) = 637164 +SHA256 (xpi/thunderbird-i18n-52.4.0/zh-CN.xpi) = c1ef258d0b0b3ec1016c7878ec20c7af8a1d1cdfdad785389172b30739b674d6 +SIZE (xpi/thunderbird-i18n-52.4.0/zh-CN.xpi) = 593612 +SHA256 (xpi/thunderbird-i18n-52.4.0/zh-TW.xpi) = 7a1dc6483c83b43852c892f5b26b29fbdb0794c81bca4ecb5d1080e8cc371da4 +SIZE (xpi/thunderbird-i18n-52.4.0/zh-TW.xpi) = 595729 Modified: branches/2017Q3/mail/thunderbird/Makefile ============================================================================== --- branches/2017Q3/mail/thunderbird/Makefile Fri Oct 6 19:23:01 2017 (r451405) +++ branches/2017Q3/mail/thunderbird/Makefile Fri Oct 6 19:26:39 2017 (r451406) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 52.3.0 -PORTREVISION= 1 +DISTVERSION= 52.4.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} Modified: branches/2017Q3/mail/thunderbird/distinfo ============================================================================== --- branches/2017Q3/mail/thunderbird/distinfo Fri Oct 6 19:23:01 2017 (r451405) +++ branches/2017Q3/mail/thunderbird/distinfo Fri Oct 6 19:26:39 2017 (r451406) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502795268 -SHA256 (thunderbird-52.3.0.source.tar.xz) = 050acc320a9c50365a53e4faa6538a0ad7f9a302d5f2cfb6edf0c6fe1b573b18 -SIZE (thunderbird-52.3.0.source.tar.xz) = 228532004 +TIMESTAMP = 1507134716 +SHA256 (thunderbird-52.4.0.source.tar.xz) = 7f57b5b4d4ec42b04afcff8327abc2d3c6185c0bcc1ad138825d021a2d3f578c +SIZE (thunderbird-52.4.0.source.tar.xz) = 228561704 Copied: branches/2017Q3/mail/thunderbird/files/patch-bug1338655 (from r451127, head/mail/thunderbird/files/patch-bug1338655) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q3/mail/thunderbird/files/patch-bug1338655 Fri Oct 6 19:26:39 2017 (r451406, copy of r451127, head/mail/thunderbird/files/patch-bug1338655) @@ -0,0 +1,66 @@ +commit bbd48a5613c8 +Author: Ralph Giles +Date: Fri Feb 10 12:58:18 2017 -0800 + + Bug 1338655 - Don't try to build mp4parse bindings. r=froydnj + + We use the cheddar crate to generate a C header file + for our mp4parse_capi wrapper crate. Currently we + do this at code check-in time via update-rust.sh. + + Cargo 0.18 and later will try to execute a build.rs + file in the crate source tree regardless of whether + it's specified in Cargo.toml so patching out that + line just results in 'crate cheddar not found'. + + This change restores the old behaviour by substituting + a 'build = false' line instead. + + We do have syntex vendored, but we don't currently build + it by default, so I prefer this solution to just vendoring + cheddar and generating the header at build time. The syntex + crate is quite large and adds significantly to our compile + time. + + MozReview-Commit-ID: InJRRODWAdP + + --HG-- + extra : rebase_source : 29378fcbc86015ce6cc22dc66d38a43ddbac204e +--- + media/libstagefright/binding/mp4parse-cargo.patch | 5 +++-- + media/libstagefright/binding/mp4parse_capi/Cargo.toml | 2 ++ + 2 files changed, 5 insertions(+), 2 deletions(-) + +diff --git media/libstagefright/binding/mp4parse-cargo.patch media/libstagefright/binding/mp4parse-cargo.patch +index 1dd13d20472a..bfa0ab74b424 100644 +--- mozilla/media/libstagefright/binding/mp4parse-cargo.patch ++++ mozilla/media/libstagefright/binding/mp4parse-cargo.patch +@@ -25,12 +25,13 @@ diff --git a/media/libstagefright/binding/mp4parse_cap + index aeeebc65..5c0836a 100644 + --- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml + +++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml +-@@ -18,17 +18,9 @@ exclude = [ ++@@ -18,17 +18,11 @@ exclude = [ + "*.mp4", + ] + + -build = "build.rs" +-- +++build = false ++ + [dependencies] + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} + +diff --git media/libstagefright/binding/mp4parse_capi/Cargo.toml media/libstagefright/binding/mp4parse_capi/Cargo.toml +index aee7ee947151..d7e3f55119d3 100644 +--- mozilla/media/libstagefright/binding/mp4parse_capi/Cargo.toml ++++ mozilla/media/libstagefright/binding/mp4parse_capi/Cargo.toml +@@ -18,6 +18,8 @@ exclude = [ + "*.mp4", + ] + ++build = false ++ + [dependencies] + byteorder = "1.0.0" + "mp4parse" = {version = "0.6.0", path = "../mp4parse"} From owner-svn-ports-all@freebsd.org Fri Oct 6 19:30:05 2017 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 DD463E3FB26; Fri, 6 Oct 2017 19:30:05 +0000 (UTC) (envelope-from thierry@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 B6E4C6CAB5; Fri, 6 Oct 2017 19:30:05 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96JU4Xt025523; Fri, 6 Oct 2017 19:30:04 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96JU4bQ025519; Fri, 6 Oct 2017 19:30:04 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201710061930.v96JU4bQ025519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 6 Oct 2017 19:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451407 - head/textproc/ibus-typing-booster X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/textproc/ibus-typing-booster X-SVN-Commit-Revision: 451407 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 19:30:06 -0000 Author: thierry Date: Fri Oct 6 19:30:04 2017 New Revision: 451407 URL: https://svnweb.freebsd.org/changeset/ports/451407 Log: Upgrade to 1.5.34. Changelog at . Modified: head/textproc/ibus-typing-booster/Makefile head/textproc/ibus-typing-booster/distinfo head/textproc/ibus-typing-booster/pkg-plist Modified: head/textproc/ibus-typing-booster/Makefile ============================================================================== --- head/textproc/ibus-typing-booster/Makefile Fri Oct 6 19:26:39 2017 (r451406) +++ head/textproc/ibus-typing-booster/Makefile Fri Oct 6 19:30:04 2017 (r451407) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ibus-typing-booster -PORTVERSION= 1.5.33 +PORTVERSION= 1.5.34 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org Modified: head/textproc/ibus-typing-booster/distinfo ============================================================================== --- head/textproc/ibus-typing-booster/distinfo Fri Oct 6 19:26:39 2017 (r451406) +++ head/textproc/ibus-typing-booster/distinfo Fri Oct 6 19:30:04 2017 (r451407) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505244209 -SHA256 (mike-fabian-ibus-typing-booster-1.5.33_GH0.tar.gz) = b864ecf81f993a778b9caaf98c4f9fe42ec36262e52dc8be23d9b95dc83a12a4 -SIZE (mike-fabian-ibus-typing-booster-1.5.33_GH0.tar.gz) = 5464293 +TIMESTAMP = 1507310473 +SHA256 (mike-fabian-ibus-typing-booster-1.5.34_GH0.tar.gz) = edb6dc512759ac7bb575f3f95b79a6663e2621605550ff0e4af91e45509f4fb8 +SIZE (mike-fabian-ibus-typing-booster-1.5.34_GH0.tar.gz) = 6211356 Modified: head/textproc/ibus-typing-booster/pkg-plist ============================================================================== --- head/textproc/ibus-typing-booster/pkg-plist Fri Oct 6 19:26:39 2017 (r451406) +++ head/textproc/ibus-typing-booster/pkg-plist Fri Oct 6 19:30:04 2017 (r451407) @@ -101,6 +101,7 @@ share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/data/annotations/uz.xml %%DATADIR%%/data/annotations/vi.xml %%DATADIR%%/data/annotations/yue.xml +%%DATADIR%%/data/annotations/yue_Hans.xml %%DATADIR%%/data/annotations/zh.xml %%DATADIR%%/data/annotations/zh_Hant.xml %%DATADIR%%/data/annotations/zh_Hant_HK.xml @@ -109,28 +110,39 @@ share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/data/annotationsDerived/am.xml %%DATADIR%%/data/annotationsDerived/ar.xml %%DATADIR%%/data/annotationsDerived/as.xml +%%DATADIR%%/data/annotationsDerived/ast.xml %%DATADIR%%/data/annotationsDerived/az.xml %%DATADIR%%/data/annotationsDerived/be.xml %%DATADIR%%/data/annotationsDerived/bg.xml %%DATADIR%%/data/annotationsDerived/bn.xml %%DATADIR%%/data/annotationsDerived/bs.xml %%DATADIR%%/data/annotationsDerived/ca.xml +%%DATADIR%%/data/annotationsDerived/chr.xml %%DATADIR%%/data/annotationsDerived/cs.xml +%%DATADIR%%/data/annotationsDerived/cy.xml %%DATADIR%%/data/annotationsDerived/da.xml %%DATADIR%%/data/annotationsDerived/de.xml %%DATADIR%%/data/annotationsDerived/de_CH.xml %%DATADIR%%/data/annotationsDerived/el.xml %%DATADIR%%/data/annotationsDerived/en.xml %%DATADIR%%/data/annotationsDerived/en_001.xml +%%DATADIR%%/data/annotationsDerived/en_AU.xml +%%DATADIR%%/data/annotationsDerived/en_CA.xml +%%DATADIR%%/data/annotationsDerived/en_GB.xml %%DATADIR%%/data/annotationsDerived/es.xml %%DATADIR%%/data/annotationsDerived/es_419.xml +%%DATADIR%%/data/annotationsDerived/es_MX.xml +%%DATADIR%%/data/annotationsDerived/es_US.xml %%DATADIR%%/data/annotationsDerived/et.xml %%DATADIR%%/data/annotationsDerived/eu.xml %%DATADIR%%/data/annotationsDerived/fa.xml %%DATADIR%%/data/annotationsDerived/fi.xml %%DATADIR%%/data/annotationsDerived/fil.xml +%%DATADIR%%/data/annotationsDerived/fo.xml %%DATADIR%%/data/annotationsDerived/fr.xml +%%DATADIR%%/data/annotationsDerived/fr_CA.xml %%DATADIR%%/data/annotationsDerived/ga.xml +%%DATADIR%%/data/annotationsDerived/gd.xml %%DATADIR%%/data/annotationsDerived/gl.xml %%DATADIR%%/data/annotationsDerived/gu.xml %%DATADIR%%/data/annotationsDerived/he.xml @@ -143,6 +155,7 @@ share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/data/annotationsDerived/it.xml %%DATADIR%%/data/annotationsDerived/ja.xml %%DATADIR%%/data/annotationsDerived/ka.xml +%%DATADIR%%/data/annotationsDerived/kab.xml %%DATADIR%%/data/annotationsDerived/kk.xml %%DATADIR%%/data/annotationsDerived/km.xml %%DATADIR%%/data/annotationsDerived/kn.xml @@ -160,14 +173,17 @@ share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/data/annotationsDerived/nb.xml %%DATADIR%%/data/annotationsDerived/ne.xml %%DATADIR%%/data/annotationsDerived/nl.xml +%%DATADIR%%/data/annotationsDerived/nn.xml %%DATADIR%%/data/annotationsDerived/or.xml %%DATADIR%%/data/annotationsDerived/pa.xml %%DATADIR%%/data/annotationsDerived/pl.xml +%%DATADIR%%/data/annotationsDerived/ps.xml %%DATADIR%%/data/annotationsDerived/pt.xml %%DATADIR%%/data/annotationsDerived/pt_PT.xml %%DATADIR%%/data/annotationsDerived/ro.xml %%DATADIR%%/data/annotationsDerived/root.xml %%DATADIR%%/data/annotationsDerived/ru.xml +%%DATADIR%%/data/annotationsDerived/sd.xml %%DATADIR%%/data/annotationsDerived/si.xml %%DATADIR%%/data/annotationsDerived/sk.xml %%DATADIR%%/data/annotationsDerived/sl.xml @@ -179,13 +195,18 @@ share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/data/annotationsDerived/ta.xml %%DATADIR%%/data/annotationsDerived/te.xml %%DATADIR%%/data/annotationsDerived/th.xml +%%DATADIR%%/data/annotationsDerived/tk.xml +%%DATADIR%%/data/annotationsDerived/to.xml %%DATADIR%%/data/annotationsDerived/tr.xml %%DATADIR%%/data/annotationsDerived/uk.xml %%DATADIR%%/data/annotationsDerived/ur.xml %%DATADIR%%/data/annotationsDerived/uz.xml %%DATADIR%%/data/annotationsDerived/vi.xml +%%DATADIR%%/data/annotationsDerived/yue.xml +%%DATADIR%%/data/annotationsDerived/yue_Hans.xml %%DATADIR%%/data/annotationsDerived/zh.xml %%DATADIR%%/data/annotationsDerived/zh_Hant.xml +%%DATADIR%%/data/annotationsDerived/zh_Hant_HK.xml %%DATADIR%%/data/annotationsDerived/zu.xml %%DATADIR%%/data/emoji-data.txt %%DATADIR%%/data/emoji-sequences.txt @@ -394,6 +415,7 @@ share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/setup/version.py share/ibus/component/typing-booster.xml share/locale/ca/LC_MESSAGES/ibus-typing-booster.mo +share/locale/cs/LC_MESSAGES/ibus-typing-booster.mo share/locale/de/LC_MESSAGES/ibus-typing-booster.mo share/locale/es/LC_MESSAGES/ibus-typing-booster.mo share/locale/fr/LC_MESSAGES/ibus-typing-booster.mo From owner-svn-ports-all@freebsd.org Fri Oct 6 19:42:49 2017 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 2FEBFE40276; Fri, 6 Oct 2017 19:42:49 +0000 (UTC) (envelope-from olgeni@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 F05816D60A; Fri, 6 Oct 2017 19:42:48 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96JgmDi033333; Fri, 6 Oct 2017 19:42:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96JgmAg033331; Fri, 6 Oct 2017 19:42:48 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710061942.v96JgmAg033331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 6 Oct 2017 19:42:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451408 - head/devel/erlang-gproc X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/erlang-gproc X-SVN-Commit-Revision: 451408 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 19:42:49 -0000 Author: olgeni Date: Fri Oct 6 19:42:47 2017 New Revision: 451408 URL: https://svnweb.freebsd.org/changeset/ports/451408 Log: Update devel/erlang-gproc to version 0.7.0. Modified: head/devel/erlang-gproc/Makefile head/devel/erlang-gproc/distinfo Modified: head/devel/erlang-gproc/Makefile ============================================================================== --- head/devel/erlang-gproc/Makefile Fri Oct 6 19:30:04 2017 (r451407) +++ head/devel/erlang-gproc/Makefile Fri Oct 6 19:42:47 2017 (r451408) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gproc -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.0 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-gproc/distinfo ============================================================================== --- head/devel/erlang-gproc/distinfo Fri Oct 6 19:30:04 2017 (r451407) +++ head/devel/erlang-gproc/distinfo Fri Oct 6 19:42:47 2017 (r451408) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473004569 -SHA256 (uwiger-gproc-0.6.1_GH0.tar.gz) = f7c0344441a991c9872ce6e54b403e9ab9851c75a7125090660252bdf0bbd89d -SIZE (uwiger-gproc-0.6.1_GH0.tar.gz) = 745742 +TIMESTAMP = 1507314930 +SHA256 (uwiger-gproc-0.7.0_GH0.tar.gz) = b90d836904167bcd073573358279d727a977ec8f4138446909ac1c071ec6314c +SIZE (uwiger-gproc-0.7.0_GH0.tar.gz) = 749543 From owner-svn-ports-all@freebsd.org Fri Oct 6 21:04:03 2017 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 07BC0E41ACB; Fri, 6 Oct 2017 21:04:03 +0000 (UTC) (envelope-from jbeich@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 C8A566FCE5; Fri, 6 Oct 2017 21:04:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96L41cu066160; Fri, 6 Oct 2017 21:04:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96L41IZ066159; Fri, 6 Oct 2017 21:04:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710062104.v96L41IZ066159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 21:04:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451409 - head/audio/jack X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/audio/jack X-SVN-Commit-Revision: 451409 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 21:04:03 -0000 Author: jbeich Date: Fri Oct 6 21:04:01 2017 New Revision: 451409 URL: https://svnweb.freebsd.org/changeset/ports/451409 Log: audio/jack: libuuid is completely unused after r440260 libuuid was used for a some time between 0.121.3 and 0.124 releases but didn't propagate into any except for stray include. PR: 221314 Submitted by: tobik Reviewed by: hselasky Modified: head/audio/jack/Makefile (contents, props changed) Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Fri Oct 6 19:42:47 2017 (r451408) +++ head/audio/jack/Makefile Fri Oct 6 21:04:01 2017 (r451409) @@ -3,7 +3,7 @@ PORTNAME= jackit PORTVERSION= 0.125.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= multimedia@FreeBSD.org @@ -14,8 +14,7 @@ LICENSE_COMB= multi LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate \ - libcelt0.so:audio/celt \ - libuuid.so:misc/e2fsprogs-libuuid + libcelt0.so:audio/celt USES= autoreconf gmake pathfix pkgconfig libtool localbase bdb USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Fri Oct 6 21:07:35 2017 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 9721DE41B84; Fri, 6 Oct 2017 21:07:35 +0000 (UTC) (envelope-from jbeich@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 6457A6FE63; Fri, 6 Oct 2017 21:07:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96L7YMT066435; Fri, 6 Oct 2017 21:07:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96L7Yls066434; Fri, 6 Oct 2017 21:07:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710062107.v96L7Yls066434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 21:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451410 - branches/2017Q4/audio/jack X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q4/audio/jack X-SVN-Commit-Revision: 451410 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 21:07:35 -0000 Author: jbeich Date: Fri Oct 6 21:07:34 2017 New Revision: 451410 URL: https://svnweb.freebsd.org/changeset/ports/451410 Log: MFH: r451409 audio/jack: libuuid is completely unused after r440260 libuuid was used for a some time between 0.121.3 and 0.124 releases but didn't propagate into any except for stray include. PR: 221314 Submitted by: tobik Reviewed by: hselasky Approved by: ports-secteam blanket Modified: branches/2017Q4/audio/jack/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/audio/jack/Makefile ============================================================================== --- branches/2017Q4/audio/jack/Makefile Fri Oct 6 21:04:01 2017 (r451409) +++ branches/2017Q4/audio/jack/Makefile Fri Oct 6 21:07:34 2017 (r451410) @@ -3,7 +3,7 @@ PORTNAME= jackit PORTVERSION= 0.125.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= multimedia@FreeBSD.org @@ -14,8 +14,7 @@ LICENSE_COMB= multi LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate \ - libcelt0.so:audio/celt \ - libuuid.so:misc/e2fsprogs-libuuid + libcelt0.so:audio/celt USES= autoreconf gmake pathfix pkgconfig libtool localbase bdb USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Fri Oct 6 22:04:44 2017 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 70E30E42941; Fri, 6 Oct 2017 22:04:44 +0000 (UTC) (envelope-from jbeich@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 3DF1771531; Fri, 6 Oct 2017 22:04:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96M4hiU090766; Fri, 6 Oct 2017 22:04:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96M4hJP090764; Fri, 6 Oct 2017 22:04:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710062204.v96M4hJP090764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 22:04:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451411 - head/lang/beignet/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/lang/beignet/files X-SVN-Commit-Revision: 451411 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 22:04:44 -0000 Author: jbeich Date: Fri Oct 6 22:04:43 2017 New Revision: 451411 URL: https://svnweb.freebsd.org/changeset/ports/451411 Log: lang/beignet: fix order of flags for mkdir(1) and rm(1) BSD versions of commands don't support specifiying flags after arguments. Obtained from: DPorts MFH: 2017Q4 2017Q3 2017Q2 Added: head/lang/beignet/files/patch-src_cl__program.c (contents, props changed) Modified: head/lang/beignet/files/patch-utests_CMakeLists.txt (contents, props changed) Added: head/lang/beignet/files/patch-src_cl__program.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/beignet/files/patch-src_cl__program.c Fri Oct 6 22:04:43 2017 (r451411) @@ -0,0 +1,13 @@ +--- src/cl_program.c.orig 2017-09-22 08:59:52 UTC ++++ src/cl_program.c +@@ -861,9 +861,8 @@ cl_program_compile(cl_program p, + p->opaque = compiler_program_compile_from_source(p->ctx->devices[0]->device_id, p->source, temp_header_path, + p->build_log_max_sz, options, p->build_log, &p->build_log_sz); + +- char rm_path[255]="rm "; ++ char rm_path[255]="rm -rf "; + strncat(rm_path, temp_header_path, strlen(temp_header_path)); +- strncat(rm_path, " -rf", 4); + int temp = system(rm_path); + + if(temp){ Modified: head/lang/beignet/files/patch-utests_CMakeLists.txt ============================================================================== --- head/lang/beignet/files/patch-utests_CMakeLists.txt Fri Oct 6 21:07:34 2017 (r451410) +++ head/lang/beignet/files/patch-utests_CMakeLists.txt Fri Oct 6 22:04:43 2017 (r451411) @@ -1,6 +1,15 @@ --- utests/CMakeLists.txt.orig 2017-01-20 10:40:51 UTC +++ utests/CMakeLists.txt -@@ -333,12 +333,12 @@ list (GET GBE_BIN_GENERATER -1 GBE_BIN_F +@@ -46,7 +46,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR} + + + ##### Math Function Part: +-EXECUTE_PROCESS(COMMAND mkdir generated -p WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) ++EXECUTE_PROCESS(COMMAND mkdir -p generated WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) + EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} utest_math_gen.py WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} OUTPUT_VARIABLE GEN_MATH_STRING) + string(REGEX REPLACE " " ";" ADDMATHFUNC ${GEN_MATH_STRING}) + +@@ -332,12 +332,12 @@ list (GET GBE_BIN_GENERATER -1 GBE_BIN_FILE) if(GEN_PCI_ID) ADD_CUSTOM_COMMAND( OUTPUT ${kernel_bin}.bin @@ -15,3 +24,12 @@ DEPENDS ${GBE_BIN_FILE} ${kernel_bin}.cl) endif(GEN_PCI_ID) +@@ -346,7 +346,7 @@ if (NOT_BUILD_STAND_ALONE_UTEST) + endif (NOT_BUILD_STAND_ALONE_UTEST) + + add_custom_command(OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/generated +- COMMAND mkdir ${CMAKE_CURRENT_SOURCE_DIR}/generated -p ++ COMMAND mkdir -p ${CMAKE_CURRENT_SOURCE_DIR}/generated + COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/utest_math_gen.py > /dev/null 2>&1 + COMMAND echo ${KERNEL_GITIGNORE_LIST} |sed 's/ /\\n/g' > ${CMAKE_CURRENT_SOURCE_DIR}/../kernels/.gitignore + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} From owner-svn-ports-all@freebsd.org Fri Oct 6 22:04:59 2017 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 1FEA4E42979; Fri, 6 Oct 2017 22:04:59 +0000 (UTC) (envelope-from jbeich@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 DF77471603; Fri, 6 Oct 2017 22:04:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96M4w11090892; Fri, 6 Oct 2017 22:04:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96M4wUB090891; Fri, 6 Oct 2017 22:04:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710062204.v96M4wUB090891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 22:04:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451412 - head/lang/beignet X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/lang/beignet X-SVN-Commit-Revision: 451412 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 22:04:59 -0000 Author: jbeich Date: Fri Oct 6 22:04:57 2017 New Revision: 451412 URL: https://svnweb.freebsd.org/changeset/ports/451412 Log: lang/beignet: make OpenCL 2.0 optional on amd64 This is mainly to aid debugging OpenCL 2.0 issues and help testing OpenCL 1.2 without relying on kernel translating 32bit DRM ioctls. PR: 217771 Approved by: maintainer timeout (2 months) MFH: 2017Q2 (requires r437953), 2017Q3 Differential Revision: https://reviews.freebsd.org/D11377 Modified: head/lang/beignet/Makefile (contents, props changed) Modified: head/lang/beignet/Makefile ============================================================================== --- head/lang/beignet/Makefile Fri Oct 6 22:04:43 2017 (r451411) +++ head/lang/beignet/Makefile Fri Oct 6 22:04:57 2017 (r451412) @@ -3,7 +3,7 @@ PORTNAME= beignet PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -source CATEGORIES= lang MASTER_SITES= https://01.org/sites/default/files/ @@ -33,15 +33,20 @@ LLVMVER= ${MESA_LLVM_VER:U39} CMAKE_ARGS+= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config${LLVMVER} -PLIST_SUB= OCL20=${"${ARCH:Mamd64}" != "":?"":"@comment "} - ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= Beignet needs a graphics driver supported by the Intel KMS driver -OPTIONS_DEFINE= FP64 TEST -FP64_DESC= Double precision (experimental) +OPTIONS_DEFINE= FP64 OCL20 TEST +OPTIONS_DEFAULT= OCL20 +OPTIONS_EXCLUDE_i386= OCL20 +OPTIONS_SUB= yes +FP64_DESC= Double precision (experimental) FP64_CMAKE_BOOL= EXPERIMENTAL_DOUBLE + +OCL20_DESC= OpenCL 2.0 support +OCL20_CMAKE_BOOL= ENABLE_OPENCL_20 + TEST_ALL_TARGET= flat_address_space utest_run post-patch: From owner-svn-ports-all@freebsd.org Fri Oct 6 22:05:15 2017 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 6A45CE429BD; Fri, 6 Oct 2017 22:05:15 +0000 (UTC) (envelope-from jbeich@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 4561F71709; Fri, 6 Oct 2017 22:05:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96M5EYu091090; Fri, 6 Oct 2017 22:05:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96M5E0o091086; Fri, 6 Oct 2017 22:05:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710062205.v96M5E0o091086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 22:05:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451413 - in head/lang/beignet: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/lang/beignet: . files X-SVN-Commit-Revision: 451413 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 22:05:15 -0000 Author: jbeich Date: Fri Oct 6 22:05:14 2017 New Revision: 451413 URL: https://svnweb.freebsd.org/changeset/ports/451413 Log: lang/beignet: update to 1.3.1.52 (Release_v1.3 branch snapshot) Changes: https://github.com/intel/beignet/compare/be0ae74...afd050f6 PR: 217635 218644 Approved by: maintainer timeout (2 months) MFH: 2017Q2 (requires r437953), 2017Q3 (regression fix for r435144) Differential Revision: https://reviews.freebsd.org/D11377 Deleted: head/lang/beignet/files/patch-src_cl__program.c Modified: head/lang/beignet/Makefile (contents, props changed) head/lang/beignet/distinfo (contents, props changed) head/lang/beignet/files/patch-utests_CMakeLists.txt (contents, props changed) Modified: head/lang/beignet/Makefile ============================================================================== --- head/lang/beignet/Makefile Fri Oct 6 22:04:57 2017 (r451412) +++ head/lang/beignet/Makefile Fri Oct 6 22:05:14 2017 (r451413) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= beignet -PORTVERSION= 1.3.1 -PORTREVISION= 2 -DISTVERSIONSUFFIX= -source +DISTVERSIONPREFIX= Release_v +DISTVERSION= 1.3.1-52 +DISTVERSIONSUFFIX= -ga97fcb17 CATEGORIES= lang -MASTER_SITES= https://01.org/sites/default/files/ MAINTAINER= x11@FreeBSD.org COMMENT= OpenCL library for Intel GPUs @@ -21,7 +20,8 @@ LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \ RUN_DEPENDS= opencl>=0:devel/opencl \ clang${LLVMVER}:devel/llvm${LLVMVER} -WRKSRC= ${WRKDIR}/Beignet-${PORTVERSION}-Source +USE_GITHUB= yes +GH_ACCOUNT= intel USES= cmake ncurses pkgconfig shebangfix USE_XORG= sm ice x11 xext xfixes @@ -54,7 +54,7 @@ post-patch: s|clang |clang${LLVMVER} |g' \ ${WRKSRC}/backend/kernels/compile.sh -# XXX bug 213732: compiler_fill_gl_image() [FAILED] +# XXX bug 213732: compiler_device_enqueue() Interrupt signal (SIGSEGV) received. do-test-TEST-on: -@(cd ${TEST_WRKSRC}/utests; . ./setenv.sh; \ ./flat_address_space; ./utest_run; ) Modified: head/lang/beignet/distinfo ============================================================================== --- head/lang/beignet/distinfo Fri Oct 6 22:04:57 2017 (r451412) +++ head/lang/beignet/distinfo Fri Oct 6 22:05:14 2017 (r451413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489436686 -SHA256 (beignet-1.3.1-source.tar.gz) = 399b7bc64d674b3092683263f7c085c5592686b9d837817e77857248e5cb561f -SIZE (beignet-1.3.1-source.tar.gz) = 1136608 +TIMESTAMP = 1506070792 +SHA256 (intel-beignet-Release_v1.3.1-52-ga97fcb17_GH0.tar.gz) = 36ad538ac54cfbcaf8309a03b3187d6020b2977992a2cd40f4bd54f9c0b87f34 +SIZE (intel-beignet-Release_v1.3.1-52-ga97fcb17_GH0.tar.gz) = 1094243 Modified: head/lang/beignet/files/patch-utests_CMakeLists.txt ============================================================================== --- head/lang/beignet/files/patch-utests_CMakeLists.txt Fri Oct 6 22:04:57 2017 (r451412) +++ head/lang/beignet/files/patch-utests_CMakeLists.txt Fri Oct 6 22:05:14 2017 (r451413) @@ -1,15 +1,6 @@ --- utests/CMakeLists.txt.orig 2017-01-20 10:40:51 UTC +++ utests/CMakeLists.txt -@@ -46,7 +46,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR} - - - ##### Math Function Part: --EXECUTE_PROCESS(COMMAND mkdir generated -p WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) -+EXECUTE_PROCESS(COMMAND mkdir -p generated WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) - EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} utest_math_gen.py WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} OUTPUT_VARIABLE GEN_MATH_STRING) - string(REGEX REPLACE " " ";" ADDMATHFUNC ${GEN_MATH_STRING}) - -@@ -332,12 +332,12 @@ list (GET GBE_BIN_GENERATER -1 GBE_BIN_FILE) +@@ -333,12 +333,12 @@ list (GET GBE_BIN_GENERATER -1 GBE_BIN_F if(GEN_PCI_ID) ADD_CUSTOM_COMMAND( OUTPUT ${kernel_bin}.bin @@ -24,12 +15,3 @@ DEPENDS ${GBE_BIN_FILE} ${kernel_bin}.cl) endif(GEN_PCI_ID) -@@ -346,7 +346,7 @@ if (NOT_BUILD_STAND_ALONE_UTEST) - endif (NOT_BUILD_STAND_ALONE_UTEST) - - add_custom_command(OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/generated -- COMMAND mkdir ${CMAKE_CURRENT_SOURCE_DIR}/generated -p -+ COMMAND mkdir -p ${CMAKE_CURRENT_SOURCE_DIR}/generated - COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/utest_math_gen.py > /dev/null 2>&1 - COMMAND echo ${KERNEL_GITIGNORE_LIST} |sed 's/ /\\n/g' > ${CMAKE_CURRENT_SOURCE_DIR}/../kernels/.gitignore - WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} From owner-svn-ports-all@freebsd.org Fri Oct 6 22:05:36 2017 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 2DA4AE429F7; Fri, 6 Oct 2017 22:05:36 +0000 (UTC) (envelope-from jbeich@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 F0E297183C; Fri, 6 Oct 2017 22:05:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96M5ZnI091244; Fri, 6 Oct 2017 22:05:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96M5Zqm091243; Fri, 6 Oct 2017 22:05:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710062205.v96M5Zqm091243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 22:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451414 - head/lang/beignet X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/lang/beignet X-SVN-Commit-Revision: 451414 X-SVN-Commit-Repository: ports 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.23 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: Fri, 06 Oct 2017 22:05:36 -0000 Author: jbeich Date: Fri Oct 6 22:05:35 2017 New Revision: 451414 URL: https://svnweb.freebsd.org/changeset/ports/451414 Log: lang/beignet: switch to LLVM 4.0 by default (like Mesa) PR: 218644 Approved by: maintainer timeout (2 months) MFH: 2017Q4 2017Q3 (consistency, minor optimizations) Differential Revision: https://reviews.freebsd.org/D11377 Modified: head/lang/beignet/Makefile (contents, props changed) Modified: head/lang/beignet/Makefile ============================================================================== --- head/lang/beignet/Makefile Fri Oct 6 22:05:14 2017 (r451413) +++ head/lang/beignet/Makefile Fri Oct 6 22:05:35 2017 (r451414) @@ -29,7 +29,7 @@ USE_GL= gl egl USE_LDCONFIG= ${LOCALBASE}/lib/${PORTNAME} SHEBANG_FILES= src/git_sha1.sh backend/kernels/compile.sh ALL_TARGET= all -LLVMVER= ${MESA_LLVM_VER:U39} +LLVMVER= ${MESA_LLVM_VER:U40} CMAKE_ARGS+= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config${LLVMVER} From owner-svn-ports-all@freebsd.org Fri Oct 6 22:23:44 2017 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 0FA11E432E9; Fri, 6 Oct 2017 22:23:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5DB572442; Fri, 6 Oct 2017 22:23:43 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 47128A414; Fri, 6 Oct 2017 22:23:43 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r451413 - in head/lang/beignet: . files References: <201710062205.v96M5E0o091086@repo.freebsd.org> Date: Sat, 07 Oct 2017 00:23:38 +0200 In-Reply-To: <201710062205.v96M5E0o091086@repo.freebsd.org> (Jan Beich's message of "Fri, 6 Oct 2017 22:05:14 +0000 (UTC)") Message-ID: <60br-rk45-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 06 Oct 2017 22:23:44 -0000 Jan Beich writes: > Author: jbeich > Date: Fri Oct 6 22:05:14 2017 > New Revision: 451413 > URL: https://svnweb.freebsd.org/changeset/ports/451413 > > Log: > lang/beignet: update to 1.3.1.52 (Release_v1.3 branch snapshot) > > Changes: https://github.com/intel/beignet/compare/be0ae74...afd050f6 Oops, the correct link is https://github.com/intel/beignet/compare/Release_v1.3.1...a97fcb17 From owner-svn-ports-all@freebsd.org Sat Oct 7 00:06:12 2017 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 B087DE44AE5; Sat, 7 Oct 2017 00:06:12 +0000 (UTC) (envelope-from swills@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 79E3474A35; Sat, 7 Oct 2017 00:06:12 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9706BxV040214; Sat, 7 Oct 2017 00:06:11 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9706BjR040212; Sat, 7 Oct 2017 00:06:11 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710070006.v9706BjR040212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 7 Oct 2017 00:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451415 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 451415 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 00:06:12 -0000 Author: swills Date: Sat Oct 7 00:06:11 2017 New Revision: 451415 URL: https://svnweb.freebsd.org/changeset/ports/451415 Log: Document tomcat issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 6 22:05:35 2017 (r451414) +++ head/security/vuxml/vuln.xml Sat Oct 7 00:06:11 2017 (r451415) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + tomcat -- Remote Code Execution + + + tomcat + 7.0.07.0.81 + 8.0.08.0.46 + 8.5.08.5.22 + + + + +

tomcat developers reports:

+
+

When running Apache Tomcat versions 9.0.0.M1 to 9.0.0, 8.5.0 to 8.5.22, 8.0.0.RC1 to 8.0.46 and 7.0.0 to 7.0.81 with HTTP PUTs enabled (e.g. via setting the readonly initialisation parameter of the Default servlet to false) it was possible to upload a JSP file to the server via a specially crafted request. This JSP could then be requested and any code it contained would be executed by the server.

+
+ +
+ + http://www.securityfocus.com/bid/100954 + https://lists.apache.org/thread.html/3fd341a604c4e9eab39e7eaabbbac39c30101a022acc11dd09d7ebcb@%3Cannounce.tomcat.apache.org%3E + CVE-2017-12617 + + + 2017-10-04 + 2017-10-06 + +
+ cURL -- out of bounds read From owner-svn-ports-all@freebsd.org Sat Oct 7 00:07:14 2017 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 67C20E44B3B; Sat, 7 Oct 2017 00:07:14 +0000 (UTC) (envelope-from swills@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 376EA74B20; Sat, 7 Oct 2017 00:07:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9707Dj1040345; Sat, 7 Oct 2017 00:07:13 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9707DfR040343; Sat, 7 Oct 2017 00:07:13 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710070007.v9707DfR040343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 7 Oct 2017 00:07:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451416 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 451416 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 00:07:14 -0000 Author: swills Date: Sat Oct 7 00:07:12 2017 New Revision: 451416 URL: https://svnweb.freebsd.org/changeset/ports/451416 Log: update versions for tomcat issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Oct 7 00:06:11 2017 (r451415) +++ head/security/vuxml/vuln.xml Sat Oct 7 00:07:12 2017 (r451416) @@ -66,6 +66,7 @@ Notes: 7.0.07.0.81 8.0.08.0.46 8.5.08.5.22 + 9.0.09.0.1 From owner-svn-ports-all@freebsd.org Sat Oct 7 00:08:15 2017 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 9DFA3E44B7F; Sat, 7 Oct 2017 00:08:15 +0000 (UTC) (envelope-from swills@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 6BE9474C08; Sat, 7 Oct 2017 00:08:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9708ElZ040495; Sat, 7 Oct 2017 00:08:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9708Exn040493; Sat, 7 Oct 2017 00:08:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710070008.v9708Exn040493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 7 Oct 2017 00:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451417 - head/www/tomcat85 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/tomcat85 X-SVN-Commit-Revision: 451417 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 00:08:15 -0000 Author: swills Date: Sat Oct 7 00:08:14 2017 New Revision: 451417 URL: https://svnweb.freebsd.org/changeset/ports/451417 Log: www/tomcat85: Update to 8.5.23 PR: 222820 Submitted by: vvd@unislabs.com (maintainer) MFH: 2017Q4 Security: c0dae634-4820-4505-850d-b1c975d0f67d Modified: head/www/tomcat85/Makefile head/www/tomcat85/distinfo Modified: head/www/tomcat85/Makefile ============================================================================== --- head/www/tomcat85/Makefile Sat Oct 7 00:07:12 2017 (r451416) +++ head/www/tomcat85/Makefile Sat Oct 7 00:08:14 2017 (r451417) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 8.5.20 +PORTVERSION= 8.5.23 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin PKGNAMESUFFIX= 85 Modified: head/www/tomcat85/distinfo ============================================================================== --- head/www/tomcat85/distinfo Sat Oct 7 00:07:12 2017 (r451416) +++ head/www/tomcat85/distinfo Sat Oct 7 00:08:14 2017 (r451417) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502730284 -SHA256 (apache-tomcat-8.5.20.tar.gz) = 0a5db37147b4874e378417628514662d16f23f1f79659297b3526ba57e7facd0 -SIZE (apache-tomcat-8.5.20.tar.gz) = 9433364 +TIMESTAMP = 1507285283 +SHA256 (apache-tomcat-8.5.23.tar.gz) = 36aace475dd609ee2123eb3674a095ef7d4dcbbfb322cb85c38095d3c1e1dce2 +SIZE (apache-tomcat-8.5.23.tar.gz) = 9472492 From owner-svn-ports-all@freebsd.org Sat Oct 7 00:09:03 2017 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 CB444E44BC9; Sat, 7 Oct 2017 00:09:03 +0000 (UTC) (envelope-from swills@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 97AB774D16; Sat, 7 Oct 2017 00:09:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97092jI040677; Sat, 7 Oct 2017 00:09:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97092qR040674; Sat, 7 Oct 2017 00:09:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710070009.v97092qR040674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 7 Oct 2017 00:09:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451418 - head/www/tomcat-devel X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/tomcat-devel X-SVN-Commit-Revision: 451418 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 00:09:03 -0000 Author: swills Date: Sat Oct 7 00:09:02 2017 New Revision: 451418 URL: https://svnweb.freebsd.org/changeset/ports/451418 Log: www/tomcat-devel: Update to 9.0.1 PR: 222821 Submitted by: vvd@unislabs.com (maintainer) MFH: 2017Q4 Security: c0dae634-4820-4505-850d-b1c975d0f67d Modified: head/www/tomcat-devel/Makefile head/www/tomcat-devel/distinfo head/www/tomcat-devel/pkg-descr (contents, props changed) Modified: head/www/tomcat-devel/Makefile ============================================================================== --- head/www/tomcat-devel/Makefile Sat Oct 7 00:08:14 2017 (r451417) +++ head/www/tomcat-devel/Makefile Sat Oct 7 00:09:02 2017 (r451418) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 9.0.0.M26 +PORTVERSION= 9.0.1 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= -devel Modified: head/www/tomcat-devel/distinfo ============================================================================== --- head/www/tomcat-devel/distinfo Sat Oct 7 00:08:14 2017 (r451417) +++ head/www/tomcat-devel/distinfo Sat Oct 7 00:09:02 2017 (r451418) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502730442 -SHA256 (apache-tomcat-9.0.0.M26.tar.gz) = 86ea5d18c5af108defd31e67bc9c367ceec3564f7c54b075b40d11e986b21cbd -SIZE (apache-tomcat-9.0.0.M26.tar.gz) = 9376594 +TIMESTAMP = 1507286153 +SHA256 (apache-tomcat-9.0.1.tar.gz) = 976d9aa996fc34d387ef8de87eed79c5f20c0679b76c1a1fcf331eaa7cdf758f +SIZE (apache-tomcat-9.0.1.tar.gz) = 9397803 Modified: head/www/tomcat-devel/pkg-descr ============================================================================== --- head/www/tomcat-devel/pkg-descr Sat Oct 7 00:08:14 2017 (r451417) +++ head/www/tomcat-devel/pkg-descr Sat Oct 7 00:09:02 2017 (r451418) @@ -1,6 +1,10 @@ Apache Tomcat is a web server written in 100% Pure Java. -This is the version of Tomcat currently under active development. +Apache Tomcat 9.x is the current focus of development. It builds on Tomcat +8.0.x and 8.5.x and implements the current draft of the Servlet 4.0 +specification and also the JSP 2.3, EL 3.0, WebSocket 1.1 and JASPIC 1.1 +specifications (the versions required by Java EE 8 platform). + Development releases may contain large amounts of untested or missing functionality required by the specification and/or significant bugs and are not expected to run stably for any length of time. From owner-svn-ports-all@freebsd.org Sat Oct 7 00:09:55 2017 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 4C9B6E44C1F; Sat, 7 Oct 2017 00:09:55 +0000 (UTC) (envelope-from swills@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 1B64B74E1F; Sat, 7 Oct 2017 00:09:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9709skJ040884; Sat, 7 Oct 2017 00:09:54 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9709svi040882; Sat, 7 Oct 2017 00:09:54 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710070009.v9709svi040882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 7 Oct 2017 00:09:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451419 - branches/2017Q4/www/tomcat85 X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: branches/2017Q4/www/tomcat85 X-SVN-Commit-Revision: 451419 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 00:09:55 -0000 Author: swills Date: Sat Oct 7 00:09:54 2017 New Revision: 451419 URL: https://svnweb.freebsd.org/changeset/ports/451419 Log: MFH: r451417 www/tomcat85: Update to 8.5.23 PR: 222820 Submitted by: vvd@unislabs.com (maintainer) Security: c0dae634-4820-4505-850d-b1c975d0f67d Approved by: ports-secteam (implicit) Modified: branches/2017Q4/www/tomcat85/Makefile branches/2017Q4/www/tomcat85/distinfo Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/www/tomcat85/Makefile ============================================================================== --- branches/2017Q4/www/tomcat85/Makefile Sat Oct 7 00:09:02 2017 (r451418) +++ branches/2017Q4/www/tomcat85/Makefile Sat Oct 7 00:09:54 2017 (r451419) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 8.5.20 +PORTVERSION= 8.5.23 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin PKGNAMESUFFIX= 85 Modified: branches/2017Q4/www/tomcat85/distinfo ============================================================================== --- branches/2017Q4/www/tomcat85/distinfo Sat Oct 7 00:09:02 2017 (r451418) +++ branches/2017Q4/www/tomcat85/distinfo Sat Oct 7 00:09:54 2017 (r451419) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502730284 -SHA256 (apache-tomcat-8.5.20.tar.gz) = 0a5db37147b4874e378417628514662d16f23f1f79659297b3526ba57e7facd0 -SIZE (apache-tomcat-8.5.20.tar.gz) = 9433364 +TIMESTAMP = 1507285283 +SHA256 (apache-tomcat-8.5.23.tar.gz) = 36aace475dd609ee2123eb3674a095ef7d4dcbbfb322cb85c38095d3c1e1dce2 +SIZE (apache-tomcat-8.5.23.tar.gz) = 9472492 From owner-svn-ports-all@freebsd.org Sat Oct 7 00:10:36 2017 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 BDE49E44C67; Sat, 7 Oct 2017 00:10:36 +0000 (UTC) (envelope-from swills@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 983FD74F12; Sat, 7 Oct 2017 00:10:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v970AZ7X041115; Sat, 7 Oct 2017 00:10:35 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v970AZcU041112; Sat, 7 Oct 2017 00:10:35 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710070010.v970AZcU041112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 7 Oct 2017 00:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451420 - branches/2017Q4/www/tomcat-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: branches/2017Q4/www/tomcat-devel X-SVN-Commit-Revision: 451420 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 00:10:36 -0000 Author: swills Date: Sat Oct 7 00:10:35 2017 New Revision: 451420 URL: https://svnweb.freebsd.org/changeset/ports/451420 Log: MFH: r451418 www/tomcat-devel: Update to 9.0.1 PR: 222821 Submitted by: vvd@unislabs.com (maintainer) Security: c0dae634-4820-4505-850d-b1c975d0f67d Approved by: ports-secteam (implicit) Modified: branches/2017Q4/www/tomcat-devel/Makefile branches/2017Q4/www/tomcat-devel/distinfo branches/2017Q4/www/tomcat-devel/pkg-descr (contents, props changed) Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/www/tomcat-devel/Makefile ============================================================================== --- branches/2017Q4/www/tomcat-devel/Makefile Sat Oct 7 00:09:54 2017 (r451419) +++ branches/2017Q4/www/tomcat-devel/Makefile Sat Oct 7 00:10:35 2017 (r451420) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 9.0.0.M26 +PORTVERSION= 9.0.1 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= -devel Modified: branches/2017Q4/www/tomcat-devel/distinfo ============================================================================== --- branches/2017Q4/www/tomcat-devel/distinfo Sat Oct 7 00:09:54 2017 (r451419) +++ branches/2017Q4/www/tomcat-devel/distinfo Sat Oct 7 00:10:35 2017 (r451420) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502730442 -SHA256 (apache-tomcat-9.0.0.M26.tar.gz) = 86ea5d18c5af108defd31e67bc9c367ceec3564f7c54b075b40d11e986b21cbd -SIZE (apache-tomcat-9.0.0.M26.tar.gz) = 9376594 +TIMESTAMP = 1507286153 +SHA256 (apache-tomcat-9.0.1.tar.gz) = 976d9aa996fc34d387ef8de87eed79c5f20c0679b76c1a1fcf331eaa7cdf758f +SIZE (apache-tomcat-9.0.1.tar.gz) = 9397803 Modified: branches/2017Q4/www/tomcat-devel/pkg-descr ============================================================================== --- branches/2017Q4/www/tomcat-devel/pkg-descr Sat Oct 7 00:09:54 2017 (r451419) +++ branches/2017Q4/www/tomcat-devel/pkg-descr Sat Oct 7 00:10:35 2017 (r451420) @@ -1,6 +1,10 @@ Apache Tomcat is a web server written in 100% Pure Java. -This is the version of Tomcat currently under active development. +Apache Tomcat 9.x is the current focus of development. It builds on Tomcat +8.0.x and 8.5.x and implements the current draft of the Servlet 4.0 +specification and also the JSP 2.3, EL 3.0, WebSocket 1.1 and JASPIC 1.1 +specifications (the versions required by Java EE 8 platform). + Development releases may contain large amounts of untested or missing functionality required by the specification and/or significant bugs and are not expected to run stably for any length of time. From owner-svn-ports-all@freebsd.org Sat Oct 7 00:17:32 2017 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 51428E44E2E; Sat, 7 Oct 2017 00:17:32 +0000 (UTC) (envelope-from jmd@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 209E8752F7; Sat, 7 Oct 2017 00:17:32 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v970HVPd045348; Sat, 7 Oct 2017 00:17:31 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v970HVUW045346; Sat, 7 Oct 2017 00:17:31 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201710070017.v970HVUW045346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Sat, 7 Oct 2017 00:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451421 - head/graphics/drm-next-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/graphics/drm-next-kmod X-SVN-Commit-Revision: 451421 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 00:17:32 -0000 Author: jmd Date: Sat Oct 7 00:17:31 2017 New Revision: 451421 URL: https://svnweb.freebsd.org/changeset/ports/451421 Log: graphics/drm-next-kmod: upgrade to a later github snapshot. Includes contributed 32bit ioctls and other fixes. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D12613 Modified: head/graphics/drm-next-kmod/Makefile head/graphics/drm-next-kmod/distinfo Modified: head/graphics/drm-next-kmod/Makefile ============================================================================== --- head/graphics/drm-next-kmod/Makefile Sat Oct 7 00:10:35 2017 (r451420) +++ head/graphics/drm-next-kmod/Makefile Sat Oct 7 00:17:31 2017 (r451421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-next-kmod -PORTVERSION= g20170918 +PORTVERSION= g20171006 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -23,7 +23,7 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= 8cf2413 +GH_TAGNAME= 63426fd .include Modified: head/graphics/drm-next-kmod/distinfo ============================================================================== --- head/graphics/drm-next-kmod/distinfo Sat Oct 7 00:10:35 2017 (r451420) +++ head/graphics/drm-next-kmod/distinfo Sat Oct 7 00:17:31 2017 (r451421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505789331 -SHA256 (FreeBSDDesktop-kms-drm-g20170918-8cf2413_GH0.tar.gz) = 6ebf698dc2fe29ddcf93f22504c12c7c9ddad224708721279ccd84fe1c695bdf -SIZE (FreeBSDDesktop-kms-drm-g20170918-8cf2413_GH0.tar.gz) = 6677432 +TIMESTAMP = 1507314617 +SHA256 (FreeBSDDesktop-kms-drm-g20171006-63426fd_GH0.tar.gz) = 4ccc9237dde238d28a2a5fc57d62531b994d1c8f0ac1e5a07976636b1923927f +SIZE (FreeBSDDesktop-kms-drm-g20171006-63426fd_GH0.tar.gz) = 6677599 From owner-svn-ports-all@freebsd.org Sat Oct 7 00:19:56 2017 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 4181FE24030; Sat, 7 Oct 2017 00:19:56 +0000 (UTC) (envelope-from jmd@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 1BF1875513; Sat, 7 Oct 2017 00:19:56 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v970Jtfe045556; Sat, 7 Oct 2017 00:19:55 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v970Jt5h045553; Sat, 7 Oct 2017 00:19:55 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201710070019.v970Jt5h045553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Sat, 7 Oct 2017 00:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451422 - head/devel/libclc X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/devel/libclc X-SVN-Commit-Revision: 451422 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 00:19:56 -0000 Author: jmd Date: Sat Oct 7 00:19:54 2017 New Revision: 451422 URL: https://svnweb.freebsd.org/changeset/ports/451422 Log: devel/libclc: update to more recent snapshot. Includes int64 atomics, popcnt, and recip among smaller changes from the last 6+ months of development. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D12522 Modified: head/devel/libclc/Makefile head/devel/libclc/distinfo head/devel/libclc/pkg-plist Modified: head/devel/libclc/Makefile ============================================================================== --- head/devel/libclc/Makefile Sat Oct 7 00:17:31 2017 (r451421) +++ head/devel/libclc/Makefile Sat Oct 7 00:19:54 2017 (r451422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libclc -DISTVERSION= 0.3.0.20170225 +DISTVERSION= 0.3.0.20170927 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org @@ -17,7 +17,7 @@ BUILD_DEPENDS= llvm${LLVMVER}>=4.0:devel/llvm${LLVMVER USE_GITHUB= yes GH_ACCOUNT= llvm-mirror -GH_TAGNAME= 17648cd +GH_TAGNAME= 81f74b2 # ninja based build is broken since commit 598792bc (16 sep 2016) USES= gmake python:2.7,build gmake Modified: head/devel/libclc/distinfo ============================================================================== --- head/devel/libclc/distinfo Sat Oct 7 00:17:31 2017 (r451421) +++ head/devel/libclc/distinfo Sat Oct 7 00:19:54 2017 (r451422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491069402 -SHA256 (llvm-mirror-libclc-0.3.0.20170225-17648cd_GH0.tar.gz) = 6dc87f14b3d928be657f0656eb58f4481e015dd85a4d62042a15955193349a3d -SIZE (llvm-mirror-libclc-0.3.0.20170225-17648cd_GH0.tar.gz) = 132518 +TIMESTAMP = 1506535396 +SHA256 (llvm-mirror-libclc-0.3.0.20170927-81f74b2_GH0.tar.gz) = d1436fda242d19d3d19f05a4068fa6310cbfe0f523c2fcd567b83be1f00db89a +SIZE (llvm-mirror-libclc-0.3.0.20170927-81f74b2_GH0.tar.gz) = 137560 Modified: head/devel/libclc/pkg-plist ============================================================================== --- head/devel/libclc/pkg-plist Sat Oct 7 00:17:31 2017 (r451421) +++ head/devel/libclc/pkg-plist Sat Oct 7 00:19:54 2017 (r451422) @@ -30,6 +30,17 @@ include/clc/cl_khr_global_int32_extended_atomics/atom_ include/clc/cl_khr_global_int32_extended_atomics/atom_min.h include/clc/cl_khr_global_int32_extended_atomics/atom_or.h include/clc/cl_khr_global_int32_extended_atomics/atom_xor.h +include/clc/cl_khr_int64_base_atomics/atom_add.h +include/clc/cl_khr_int64_base_atomics/atom_cmpxchg.h +include/clc/cl_khr_int64_base_atomics/atom_dec.h +include/clc/cl_khr_int64_base_atomics/atom_inc.h +include/clc/cl_khr_int64_base_atomics/atom_sub.h +include/clc/cl_khr_int64_base_atomics/atom_xchg.h +include/clc/cl_khr_int64_extended_atomics/atom_and.h +include/clc/cl_khr_int64_extended_atomics/atom_max.h +include/clc/cl_khr_int64_extended_atomics/atom_min.h +include/clc/cl_khr_int64_extended_atomics/atom_or.h +include/clc/cl_khr_int64_extended_atomics/atom_xor.h include/clc/cl_khr_local_int32_base_atomics/atom_add.h include/clc/cl_khr_local_int32_base_atomics/atom_cmpxchg.h include/clc/cl_khr_local_int32_base_atomics/atom_dec.h @@ -43,8 +54,8 @@ include/clc/cl_khr_local_int32_extended_atomics/atom_o include/clc/cl_khr_local_int32_extended_atomics/atom_xor.h include/clc/clc.h include/clc/clcfunc.h +include/clc/clcmacros.h include/clc/clctypes.h -include/clc/clcversion.h include/clc/common/degrees.h include/clc/common/degrees.inc include/clc/common/mix.h @@ -57,6 +68,7 @@ include/clc/common/smoothstep.inc include/clc/common/step.h include/clc/common/step.inc include/clc/convert.h +include/clc/explicit_fence/explicit_memory_fence.h include/clc/float/definitions.h include/clc/geometric/cross.h include/clc/geometric/distance.h @@ -98,12 +110,14 @@ include/clc/integer/mul24.h include/clc/integer/mul24.inc include/clc/integer/mul_hi.h include/clc/integer/mul_hi.inc +include/clc/integer/popcount.h include/clc/integer/rhadd.h include/clc/integer/rhadd.inc include/clc/integer/rotate.h include/clc/integer/rotate.inc include/clc/integer/sub_sat.h include/clc/integer/sub_sat.inc +include/clc/integer/unary_intrin.inc include/clc/integer/upsample.h include/clc/math/acos.h include/clc/math/acos.inc @@ -197,6 +211,7 @@ include/clc/math/native_log.inc include/clc/math/native_log2.h include/clc/math/native_log2.inc include/clc/math/native_powr.h +include/clc/math/native_recip.h include/clc/math/native_rsqrt.h include/clc/math/native_sin.h include/clc/math/native_sqrt.h @@ -227,6 +242,8 @@ include/clc/math/tgamma.inc include/clc/math/trunc.h include/clc/math/unary_decl.inc include/clc/math/unary_intrin.inc +include/clc/misc/shuffle.h +include/clc/misc/shuffle2.h include/clc/relational/all.h include/clc/relational/any.h include/clc/relational/binary_decl.inc From owner-svn-ports-all@freebsd.org Sat Oct 7 01:24:18 2017 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 BD23FE25AAA; Sat, 7 Oct 2017 01:24:18 +0000 (UTC) (envelope-from db@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 96EE8773BB; Sat, 7 Oct 2017 01:24:18 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v971OHhc073828; Sat, 7 Oct 2017 01:24:17 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v971OHBl073821; Sat, 7 Oct 2017 01:24:17 GMT (envelope-from db@FreeBSD.org) Message-Id: <201710070124.v971OHBl073821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Sat, 7 Oct 2017 01:24:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451423 - head/comms/yagiuda/files X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: head/comms/yagiuda/files X-SVN-Commit-Revision: 451423 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 01:24:18 -0000 Author: db Date: Sat Oct 7 01:24:16 2017 New Revision: 451423 URL: https://svnweb.freebsd.org/changeset/ports/451423 Log: Remove the two gets() calls and replace with fgets() https://reviews.freebsd.org/D12298 Whilst here redo the patches with make makepatch PR: ports/222796 Reported by: emaste@ Added: head/comms/yagiuda/files/patch-src_genetic__algorithm__lib.c (contents, props changed) Deleted: head/comms/yagiuda/files/patch-src_genetic_algorithm_lib.c Modified: head/comms/yagiuda/files/patch-src_gain.c (contents, props changed) head/comms/yagiuda/files/patch-src_input.c (contents, props changed) head/comms/yagiuda/files/patch-src_output.c (contents, props changed) head/comms/yagiuda/files/patch-src_random.c (contents, props changed) head/comms/yagiuda/files/patch-src_string.c (contents, props changed) head/comms/yagiuda/files/patch-src_yagi.c (contents, props changed) Modified: head/comms/yagiuda/files/patch-src_gain.c ============================================================================== --- head/comms/yagiuda/files/patch-src_gain.c Sat Oct 7 00:19:54 2017 (r451422) +++ head/comms/yagiuda/files/patch-src_gain.c Sat Oct 7 01:24:16 2017 (r451423) @@ -1,5 +1,5 @@ ---- src/gain.c.orig Tue Jul 19 12:24:45 2005 -+++ src/gain.c Tue Jul 19 12:24:50 2005 +--- src/gain.c.orig 2000-10-28 11:45:51 UTC ++++ src/gain.c @@ -3,7 +3,6 @@ #endif #include Added: head/comms/yagiuda/files/patch-src_genetic__algorithm__lib.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/yagiuda/files/patch-src_genetic__algorithm__lib.c Sat Oct 7 01:24:16 2017 (r451423) @@ -0,0 +1,22 @@ +--- src/genetic_algorithm_lib.c.orig 2000-10-28 13:04:39 UTC ++++ src/genetic_algorithm_lib.c +@@ -3,9 +3,8 @@ + #endif + #include + +-#include +-#include + #include ++#include + #include + #include "yagi.h" + +@@ -245,7 +244,7 @@ int Selection(FILE *fd, int gen) + GeneRecord *temp ; + double minfit,maxfit ; + sigma=0.0 ; +- minfit=MAXDOUBLE ; ++ minfit=MAXFLOAT; + maxfit=-minfit ; + /* minfit=1e308; maxfit=-1e308; XXXXXXXXXXXXXXXXXXXXXX */ + for(a=0 ; a -#include #include #include "nrutil.h" #include "yagi.h" +@@ -32,8 +31,9 @@ int main(int argc, char **argv) + char response, *filename, *notes, *type, data_entry; + FILE *fp; + +- filename = string(0L, 1000L); +- notes = string(0L, 1000L); ++#define MAXINPUTLINE 1000 ++ filename = string(0L, MAXINPUTLINE); ++ notes = string(0L, MAXINPUTLINE); + type = string(0L, 1000L); + + while ((c = getoptions(argc,argv,"h")) != -1) +@@ -56,10 +56,10 @@ int main(int argc, char **argv) + printf("\nThis program asks for length, diameter and position of antenna elements then\n"); + printf("writes them to a file you specify. Data is written in m (metres)\n \n"); + printf("Enter any notes on this design (up to 400 characters): "); +- gets(notes); +- printf("Enter a filename to write data to "); +- gets(filename); +- printf("Enter the centre frequency in MHz "); ++ fgets(notes, MAXINPUTLINE-1, stdin); ++ printf("Enter a filename to write data to "); ++ fgets(filename, MAXINPUTLINE-1, stdin); ++ printf("Enter the centre frequency in MHz "); + scanf("%lf", &frequency); + printf("Enter the minimum frequency in MHz "); + scanf("%lf", &min_f); Modified: head/comms/yagiuda/files/patch-src_output.c ============================================================================== --- head/comms/yagiuda/files/patch-src_output.c Sat Oct 7 00:19:54 2017 (r451422) +++ head/comms/yagiuda/files/patch-src_output.c Sat Oct 7 01:24:16 2017 (r451423) @@ -1,8 +1,8 @@ ---- src/output.c.orig Tue Jul 19 12:24:27 2005 -+++ src/output.c Tue Jul 19 12:24:35 2005 -@@ -11,7 +11,6 @@ +--- src/output.c.orig 2000-10-29 14:43:15 UTC ++++ src/output.c +@@ -11,7 +11,6 @@ of system memory. #ifdef HAVE_STDLIB_H - + #endif -#include #include Modified: head/comms/yagiuda/files/patch-src_random.c ============================================================================== --- head/comms/yagiuda/files/patch-src_random.c Sat Oct 7 00:19:54 2017 (r451422) +++ head/comms/yagiuda/files/patch-src_random.c Sat Oct 7 01:24:16 2017 (r451423) @@ -1,10 +1,10 @@ ---- src/random.c.orig Tue Jul 19 12:36:04 2005 -+++ src/random.c Tue Jul 19 12:36:13 2005 -@@ -42,7 +42,6 @@ +--- src/random.c.orig 2000-10-28 11:43:17 UTC ++++ src/random.c +@@ -42,7 +42,6 @@ return(VAX_integer_random_number_generat #endif - - + + -#include #include "yagi.h" - + double randreal(void) Modified: head/comms/yagiuda/files/patch-src_string.c ============================================================================== --- head/comms/yagiuda/files/patch-src_string.c Sat Oct 7 00:19:54 2017 (r451422) +++ head/comms/yagiuda/files/patch-src_string.c Sat Oct 7 01:24:16 2017 (r451423) @@ -1,10 +1,10 @@ ---- src/string.c.orig Tue Jul 19 12:23:46 2005 -+++ src/string.c Tue Jul 19 12:23:56 2005 +--- src/string.c.orig 2000-10-28 13:54:45 UTC ++++ src/string.c @@ -2,7 +2,6 @@ #include #endif #include -#include #include "yagi.h" - - + + Modified: head/comms/yagiuda/files/patch-src_yagi.c ============================================================================== --- head/comms/yagiuda/files/patch-src_yagi.c Sat Oct 7 00:19:54 2017 (r451422) +++ head/comms/yagiuda/files/patch-src_yagi.c Sat Oct 7 01:24:16 2017 (r451423) @@ -1,8 +1,8 @@ ---- src/yagi.c.orig Tue Jul 19 12:23:10 2005 -+++ src/yagi.c Tue Jul 19 12:23:33 2005 -@@ -19,7 +19,7 @@ - - +--- src/yagi.c.orig 2005-07-09 19:59:56 UTC ++++ src/yagi.c +@@ -19,7 +19,7 @@ formulae */ + + #include -#include +#include From owner-svn-ports-all@freebsd.org Sat Oct 7 02:39:08 2017 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 5B6A5E29FBE; Sat, 7 Oct 2017 02:39:08 +0000 (UTC) (envelope-from ehaupt@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 3569B7E041; Sat, 7 Oct 2017 02:39:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v972d74H003393; Sat, 7 Oct 2017 02:39:07 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v972d6Rg003386; Sat, 7 Oct 2017 02:39:06 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201710070239.v972d6Rg003386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 7 Oct 2017 02:39:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451424 - in head/net-p2p/dogecoin: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/net-p2p/dogecoin: . files X-SVN-Commit-Revision: 451424 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 02:39:08 -0000 Author: ehaupt Date: Sat Oct 7 02:39:06 2017 New Revision: 451424 URL: https://svnweb.freebsd.org/changeset/ports/451424 Log: - Update to 1.10.0 - Use a more descriptive comment inspired by a repology.org comparison - Take maintainership - Remove extra newline from pkg-descr - Make better use of options helper - Update GUI option to use qt5 framework instead of qt4 - Provide an option to build with additional cli utils Approved by: swills (maintainer) Added: head/net-p2p/dogecoin/files/patch-configure.ac (contents, props changed) head/net-p2p/dogecoin/files/patch-src_crypto_scrypt.cpp (contents, props changed) head/net-p2p/dogecoin/files/patch-src_crypto_scrypt.h (contents, props changed) head/net-p2p/dogecoin/pkg-plist (contents, props changed) Deleted: head/net-p2p/dogecoin/files/extra-patch-src__leveldb__Makefile head/net-p2p/dogecoin/files/patch-src__Makefile.include head/net-p2p/dogecoin/files/patch-src__qt__Makefile.am head/net-p2p/dogecoin/files/patch-src__scrypt.cpp head/net-p2p/dogecoin/files/patch-src__scrypt.h Modified: head/net-p2p/dogecoin/Makefile head/net-p2p/dogecoin/distinfo head/net-p2p/dogecoin/pkg-descr Modified: head/net-p2p/dogecoin/Makefile ============================================================================== --- head/net-p2p/dogecoin/Makefile Sat Oct 7 01:24:16 2017 (r451423) +++ head/net-p2p/dogecoin/Makefile Sat Oct 7 02:39:06 2017 (r451424) @@ -2,78 +2,66 @@ # $FreeBSD$ PORTNAME= dogecoin -PORTVERSION= 1.8.2 +PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v -PORTREVISION= 9 CATEGORIES= net-p2p finance -MAINTAINER= swills@FreeBSD.org -COMMENT= Virtual Peer-to-Peer Currency Client +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= P2P crypto currency client favored by shiba inus worldwide LICENSE= MIT -BUILD_DEPENDS= protoc:devel/protobuf -LIB_DEPENDS= libboost_date_time.so:devel/boost-libs - NOT_FOR_ARCHS= powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= fails to configure: "Big Endian not supported" -OPTIONS_DEFINE= GUI UPNP QRCODES -OPTIONS_DEFAULT= GUI QRCODES +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libprotobuf.so:devel/protobuf -GUI_DESC= Build as a QT4 GUI -UPNP_DESC= Build with UPNP support -QRCODES_DESC= Build with QR code display - +USES= autoreconf bdb compiler:gcc-c++11-lib gmake libtool \ + localbase:ldconfig pkgconfig ssl USE_GITHUB= yes - -USES= bdb:5 gmake compiler:c++11-lib pkgconfig autoreconf ssl +USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-incompatible-bdb \ - SSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" SSL_LIBS="-lssl" \ - CRYPTO_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" CRYPTO_LIBS="-lcrypto" -CONFIGURE_ENV+= OBJC="${CC}" OBJCFLAGS="${CFLAGS}" OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}" +OPTIONS_SUB= yes -CXXFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} \ - -L${LOCALBASE}/lib -L${BDB_LIB_DIR} +OPTIONS_DEFINE= GUI UPNP UTILS QRCODES +OPTIONS_DEFAULT=GUI UPNP UTILS QRCODES -PLIST_FILES= bin/dogecoind bin/dogecoin-cli +GUI_DESC= Build as a QT5 GUI +UPNP_DESC= Build with UPNP support +UTILS_DESC= Build with additional cli utils +QRCODES_DESC= Build with QR code display -.include +CONFIGURE_ARGS+= --with-incompatible-bdb --disable-tests -#.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -#EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src__leveldb__Makefile -#.endif +GUI_CONFIGURE_ARGS= --with-gui=qt5 +GUI_CONFIGURE_OFF= --with-gui=no +GUI_USE= QT5=buildtools,core,dbus,gui,linguist_build,network,printsupport,testlib,widgets +GUI_USES= desktop-file-utils -GUI_CONFIGURE_ENABLE= gui -.if ${PORT_OPTIONS:MGUI} -USE_QT4= corelib network gui qmake_build linguist_build uic_build moc_build rcc_build dbus -PLIST_FILES+= share/applications/dogecoin-qt.desktop \ - share/pixmaps/dogecoin64.png \ - bin/dogecoin-qt -.endif +QRCODES_CONFIGURE_WITH= qrencode +QRCODES_LIB_DEPENDS= libqrencode.so:graphics/libqrencode -QRCODES_CONFIGURE_ENABLE= qrencode -.if ${PORT_OPTIONS:MQRCODES} -LIB_DEPENDS+= libqrencode.so:graphics/libqrencode -.endif +UPNP_CONFIGURE_WITH= miniupnpc +UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc -UPNP_CONFIGURE_ENABLE= miniupnpc -.if ${PORT_OPTIONS:MUPNP} -LIB_DEPENDS+= libminiupnpc.so:net/miniupnpc -.endif +UTILS_CONFIGURE_WITH= utils -SUB_FILES+= dogecoin-qt.desktop +CONFIGURE_ENV= SSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" SSL_LIBS="-lssl" \ + CRYPTO_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" CRYPTO_LIBS="-lcrypto" -.include +CXXFLAGS+= -I${BDB_INCLUDE_DIR} +LDFLAGS+= -L${BDB_LIB_DIR} -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/dogecoind ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/src/dogecoin-cli ${STAGEDIR}${PREFIX}/bin/ -.if ${PORT_OPTIONS:MGUI} - ${INSTALL_PROGRAM} ${WRKSRC}/src/qt/dogecoin-qt ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL} ${WRKDIR}/dogecoin-qt.desktop ${STAGEDIR}${PREFIX}/share/applications - ${INSTALL} ${WRKSRC}/src/qt/res/icons/bitcoin.png ${STAGEDIR}${PREFIX}/share/pixmaps/dogecoin64.png -.endif +SUB_FILES= dogecoin-qt.desktop -.include +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbitcoinconsensus.so.0.0.0 + +post-install-GUI-on: + ${INSTALL} ${WRKDIR}/dogecoin-qt.desktop \ + ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL} ${WRKSRC}/src/qt/res/icons/bitcoin.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/dogecoin64.png + +.include Modified: head/net-p2p/dogecoin/distinfo ============================================================================== --- head/net-p2p/dogecoin/distinfo Sat Oct 7 01:24:16 2017 (r451423) +++ head/net-p2p/dogecoin/distinfo Sat Oct 7 02:39:06 2017 (r451424) @@ -1,2 +1,3 @@ -SHA256 (dogecoin-dogecoin-v1.8.2_GH0.tar.gz) = 87060dfe6d9770f8af17c447120cb6a059bbd84687dfd6a1f0787c9d75d75d9e -SIZE (dogecoin-dogecoin-v1.8.2_GH0.tar.gz) = 8280103 +TIMESTAMP = 1507273829 +SHA256 (dogecoin-dogecoin-v1.10.0_GH0.tar.gz) = e392f4142819fdab313ba921af53fdbd2cf6ee8965d237d0cb5cda8a52c97084 +SIZE (dogecoin-dogecoin-v1.10.0_GH0.tar.gz) = 6537709 Added: head/net-p2p/dogecoin/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/dogecoin/files/patch-configure.ac Sat Oct 7 02:39:06 2017 (r451424) @@ -0,0 +1,13 @@ +--- configure.ac.orig 2015-10-31 14:49:41 UTC ++++ configure.ac +@@ -417,8 +417,8 @@ if test x$use_hardening != xno; then + + if test x$TARGET_OS != xwindows; then + # All windows code is PIC, forcing it on just adds useless compile warnings +- AX_CHECK_COMPILE_FLAG([-fPIE],[HARDENED_CXXFLAGS="$HARDENED_CXXFLAGS -fPIE"]) +- AX_CHECK_LINK_FLAG([[-pie]], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS -pie"]) ++ AX_CHECK_COMPILE_FLAG([-fPIC],[HARDENED_CXXFLAGS="$HARDENED_CXXFLAGS -fPIC"]) ++ AX_CHECK_LINK_FLAG([[-pic]], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS -pic"]) + fi + + case $host in Added: head/net-p2p/dogecoin/files/patch-src_crypto_scrypt.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/dogecoin/files/patch-src_crypto_scrypt.cpp Sat Oct 7 02:39:06 2017 (r451424) @@ -0,0 +1,33 @@ +--- src/crypto/scrypt.cpp.orig 2015-10-31 14:49:41 UTC ++++ src/crypto/scrypt.cpp +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + #if defined(USE_SSE2) && !defined(USE_SSE2_ALWAYS) + #ifdef _MSC_VER +@@ -44,22 +45,6 @@ + #endif + #endif + +-static inline uint32_t be32dec(const void *pp) +-{ +- const uint8_t *p = (uint8_t const *)pp; +- return ((uint32_t)(p[3]) + ((uint32_t)(p[2]) << 8) + +- ((uint32_t)(p[1]) << 16) + ((uint32_t)(p[0]) << 24)); +-} +- +-static inline void be32enc(void *pp, uint32_t x) +-{ +- uint8_t *p = (uint8_t *)pp; +- p[3] = x & 0xff; +- p[2] = (x >> 8) & 0xff; +- p[1] = (x >> 16) & 0xff; +- p[0] = (x >> 24) & 0xff; +-} +- + typedef struct HMAC_SHA256Context { + SHA256_CTX ictx; + SHA256_CTX octx; Added: head/net-p2p/dogecoin/files/patch-src_crypto_scrypt.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/dogecoin/files/patch-src_crypto_scrypt.h Sat Oct 7 02:39:06 2017 (r451424) @@ -0,0 +1,22 @@ +--- src/crypto/scrypt.h.orig 2015-10-31 14:49:41 UTC ++++ src/crypto/scrypt.h +@@ -27,19 +27,4 @@ void + PBKDF2_SHA256(const uint8_t *passwd, size_t passwdlen, const uint8_t *salt, + size_t saltlen, uint64_t c, uint8_t *buf, size_t dkLen); + +-static inline uint32_t le32dec(const void *pp) +-{ +- const uint8_t *p = (uint8_t const *)pp; +- return ((uint32_t)(p[0]) + ((uint32_t)(p[1]) << 8) + +- ((uint32_t)(p[2]) << 16) + ((uint32_t)(p[3]) << 24)); +-} +- +-static inline void le32enc(void *pp, uint32_t x) +-{ +- uint8_t *p = (uint8_t *)pp; +- p[0] = x & 0xff; +- p[1] = (x >> 8) & 0xff; +- p[2] = (x >> 16) & 0xff; +- p[3] = (x >> 24) & 0xff; +-} + #endif Modified: head/net-p2p/dogecoin/pkg-descr ============================================================================== --- head/net-p2p/dogecoin/pkg-descr Sat Oct 7 01:24:16 2017 (r451423) +++ head/net-p2p/dogecoin/pkg-descr Sat Oct 7 02:39:06 2017 (r451424) @@ -1,5 +1,4 @@ Dogecoin is an open source peer-to-peer cryptocurrency, favored by Shiba Inus worldwide. - WWW: http://dogecoin.com/ Added: head/net-p2p/dogecoin/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/dogecoin/pkg-plist Sat Oct 7 02:39:06 2017 (r451424) @@ -0,0 +1,12 @@ +%%UTILS%%bin/dogecoin-cli +%%GUI%%bin/dogecoin-qt +%%UTILS%%bin/dogecoin-tx +bin/dogecoind +include/bitcoinconsensus.h +lib/libbitcoinconsensus.a +lib/libbitcoinconsensus.so +lib/libbitcoinconsensus.so.0 +lib/libbitcoinconsensus.so.0.0.0 +libdata/pkgconfig/libbitcoinconsensus.pc +%%GUI%%share/applications/dogecoin-qt.desktop +%%GUI%%share/pixmaps/dogecoin64.png From owner-svn-ports-all@freebsd.org Sat Oct 7 04:52:54 2017 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 E8534E2D828; Sat, 7 Oct 2017 04:52:54 +0000 (UTC) (envelope-from delphij@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 B64B481C8F; Sat, 7 Oct 2017 04:52:54 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v974qrxf067317; Sat, 7 Oct 2017 04:52:53 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v974qrx4067314; Sat, 7 Oct 2017 04:52:53 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201710070452.v974qrx4067314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sat, 7 Oct 2017 04:52:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451425 - in head/net/openldap24-server: . files X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: in head/net/openldap24-server: . files X-SVN-Commit-Revision: 451425 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 04:52:55 -0000 Author: delphij Date: Sat Oct 7 04:52:53 2017 New Revision: 451425 URL: https://svnweb.freebsd.org/changeset/ports/451425 Log: Add experimental kqueue support [1]: === Added support for using kqueue in slapd (for systems that support kqueue(2). Patch obtained from: http://public.me.com/bryan.duncan/bryan-duncan.kqueue.090922.patch # This patch file is derived from OpenLDAP Software. All of the # modifications to OpenLDAP Software represented in the following # patch(es) were developed by Apple. I, Bryan Duncan, am authorized by # Apple, my employer, to release this work under the following terms. # # Copyright 2009 Apple Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted only as authorized by the OpenLDAP # Public License. # # A copy of this license is available in file LICENSE in the # top-level directory of the distribution or, alternatively, at # http://www.OpenLDAP.org/license.html. # === While I'm there, make icu a dependency and conditionally make use of fdatasync for FreeBSD versions where it is available. Obtained from: https://github.com/quanah/openldap-scratch/commits/its6300 [1] Added: head/net/openldap24-server/files/extrapatch-ITS6300 (contents, props changed) Modified: head/net/openldap24-server/Makefile Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Sat Oct 7 02:39:06 2017 (r451424) +++ head/net/openldap24-server/Makefile Sat Oct 7 04:52:53 2017 (r451425) @@ -65,7 +65,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLD .endif PORTREVISION_CLIENT= 0 -PORTREVISION_SERVER= 1 +PORTREVISION_SERVER= 2 OPENLDAP_SHLIB_MAJOR= 2 OPENLDAP_SHLIB_MINOR= 10.8 OPENLDAP_MAJOR= ${DISTVERSION:R} @@ -85,6 +85,7 @@ OPTIONS_DEFINE+= UNIQUE VALSORT SMBPWD SHA2 DYNAMIC_BA OPTIONS_DEFINE+= LMPASSWD OPTIONS_DEFINE+= OUTLOOK OPTIONS_DEFINE+= LASTBIND +OPTIONS_DEFINE+= KQUEUE OPTIONS_DEFAULT= MDB SYNCPROV DYNAMIC_BACKENDS @@ -130,6 +131,7 @@ LMPASSWD_DESC= With LM hash password support (DEPRECA DYNAMIC_BACKENDS_DESC= Build dynamic backends OUTLOOK_DESC= Force caseIgnoreOrderingMatch on name attribute (experimental) LASTBIND_DESC= With lastbind overlay +KQUEUE_DESC= With kqueue support (experimental) .endif .if defined(CLIENT_ONLY) @@ -157,6 +159,8 @@ BROKEN= you have USE_OPENLDAP variable defined eithe USE_OPENLDAP= yes WANT_OPENLDAP_VER= 24 +LIB_DEPENDS+= libicudata.so:devel/icu + .if ${PORT_OPTIONS:MGSSAPI} && empty(PORT_OPTIONS:MSASL) PORT_OPTIONS+= SASL .endif @@ -196,8 +200,9 @@ CONFIGURE_ARGS= --with-threads=posix \ --disable-dependency-tracking \ --enable-dynamic -# XXX FreeBSD does not implement O_DSYNC and fdatasync at this time. +.if ${OSVERSION} < 1101000 CFLAGS+= -DMDB_DSYNC=O_SYNC -Dfdatasync=fsync +.endif .if ${PORT_OPTIONS:MSASL} LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 @@ -500,6 +505,11 @@ CONFIGURE_ARGS+= --enable-wrappers # See http://www.openldap.org/lists/openldap-technical/201211/msg00175.html .if ${PORT_OPTIONS:MOUTLOOK} EXTRA_PATCHES+= ${FILESDIR}/extrapatch-outlook-servers__slapd__schema_prep.c +.endif + +.if ${PORT_OPTIONS:MKQUEUE} +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-ITS6300 +USE_AUTOTOOLS= autoconf .endif # end of client/server specific configuration Added: head/net/openldap24-server/files/extrapatch-ITS6300 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openldap24-server/files/extrapatch-ITS6300 Sat Oct 7 04:52:53 2017 (r451425) @@ -0,0 +1,406 @@ +--- configure.in.orig 2017-06-01 20:01:07 UTC ++++ configure.in +@@ -978,6 +978,18 @@ if test "${ac_cv_header_sys_epoll_h}" = yes; then + fi + + dnl ---------------------------------------------------------------- ++AC_CHECK_HEADERS( sys/event.h ) ++if test "${ac_cv_header_sys_event_h}" = yes; then ++AC_MSG_CHECKING(for kqueue system call) ++AC_RUN_IFELSE([AC_LANG_SOURCE([[int main(int argc, char **argv) ++{ ++ int kqfd = kqueue(); ++ exit (kqfd == -1 ? 1 : 0); ++}]])],[AC_MSG_RESULT(yes) ++AC_DEFINE(HAVE_KQUEUE,1, [define if your system supports kqueue])],[AC_MSG_RESULT(no)],[AC_MSG_RESULT(no)]) ++fi ++ ++dnl ---------------------------------------------------------------- + AC_CHECK_HEADERS( sys/devpoll.h ) + dnl "/dev/poll" needs as well... + if test "${ac_cv_header_sys_devpoll_h}" = yes \ +--- include/portable.hin.orig 2017-06-01 20:01:07 UTC ++++ include/portable.hin +@@ -280,6 +280,9 @@ + /* Define to 1 if you have the header file. */ + #undef HAVE_IO_H + ++/* define if your system supports kqueue */ ++#undef HAVE_KQUEUE ++ + /* Define to 1 if you have the `gen' library (-lgen). */ + #undef HAVE_LIBGEN + +@@ -664,6 +667,9 @@ + + /* Define to 1 if you have the header file. */ + #undef HAVE_SYS_ERRNO_H ++ ++/* Define to 1 if you have the header file. */ ++#undef HAVE_SYS_EVENT_H + + /* Define to 1 if you have the header file. */ + #undef HAVE_SYS_FILE_H +--- servers/slapd/daemon.c.orig 2017-06-01 20:01:07 UTC ++++ servers/slapd/daemon.c +@@ -41,14 +41,18 @@ + + #include "ldap_rq.h" + +-#if defined(HAVE_SYS_EPOLL_H) && defined(HAVE_EPOLL) ++#ifdef HAVE_KQUEUE ++# include ++# include ++# include ++#elif defined(HAVE_SYS_EPOLL_H) && defined(HAVE_EPOLL) + # include + #elif defined(SLAP_X_DEVPOLL) && defined(HAVE_SYS_DEVPOLL_H) && defined(HAVE_DEVPOLL) + # include + # include + # include + # include +-#endif /* ! epoll && ! /dev/poll */ ++#endif /* ! kqueue && ! epoll && ! /dev/poll */ + + #ifdef HAVE_TCPD + int allow_severity = LOG_INFO; +@@ -89,7 +93,7 @@ static volatile sig_atomic_t listening = 1; /* 0 when + static ldap_pvt_thread_t *listener_tid; + + #ifndef SLAPD_LISTEN_BACKLOG +-#define SLAPD_LISTEN_BACKLOG 1024 ++#define SLAPD_LISTEN_BACKLOG 2048 + #endif /* ! SLAPD_LISTEN_BACKLOG */ + + #define DAEMON_ID(fd) (fd & slapd_daemon_mask) +@@ -138,7 +142,21 @@ typedef struct slap_daemon_st { + int sd_nwriters; + int sd_nfds; + +-#if defined(HAVE_EPOLL) ++#if defined(HAVE_KQUEUE) ++ uint8_t* sd_fdmodes; /* indexed by fd */ ++ Listener** sd_l; /* indexed by fd */ ++ /* Double buffer the kqueue changes to avoid holding the sd_mutex \ ++ * during a kevent() call. \ ++ */ ++ struct kq_change { ++ struct kevent* sd_changes; ++ int sd_nchanges; ++ int sd_maxchanges; ++ } sd_kqc[2]; ++ int sd_changeidx; /* index to current change buffer */ ++ int sd_kq; ++#elif defined(HAVE_EPOLL) ++ + struct epoll_event *sd_epolls; + int *sd_index; + int sd_epfd; +@@ -148,7 +166,7 @@ typedef struct slap_daemon_st { + int *sd_index; + Listener **sd_l; + int sd_dpfd; +-#else /* ! epoll && ! /dev/poll */ ++#else /* ! kqueue && ! epoll && ! /dev/poll */ + #ifdef HAVE_WINSOCK + char *sd_flags; + char *sd_rflags; +@@ -157,7 +175,7 @@ typedef struct slap_daemon_st { + fd_set sd_readers; + fd_set sd_writers; + #endif /* ! HAVE_WINSOCK */ +-#endif /* ! epoll && ! /dev/poll */ ++#endif /* ! kqueue && ! epoll && ! /dev/poll */ + } slap_daemon_st; + + static slap_daemon_st slap_daemon[SLAPD_MAX_DAEMON_THREADS]; +@@ -169,11 +187,220 @@ static slap_daemon_st slap_daemon[SLAPD_MAX_DAEMON_THR + * with file descriptors and events respectively + * + * - SLAP__* for private interface; type by now is one of +- * EPOLL, DEVPOLL, SELECT ++ * EPOLL, DEVPOLL, SELECT, KQUEUE + * + * private interface should not be used in the code. + */ +-#if defined(HAVE_EPOLL) ++#ifdef HAVE_KQUEUE ++# define SLAP_EVENT_FNAME "kqueue" ++# define SLAP_EVENTS_ARE_INDEXED 0 ++# define SLAP_EVENT_MAX(t) (2 * dtblsize) /* each fd can have a read & a write event */ ++ ++# define SLAP_EVENT_DECL \ ++ static struct kevent* events = NULL ++ ++# define SLAP_EVENT_INIT(t) do {\ ++ if (!events) { \ ++ events = ch_malloc(sizeof(*events) * SLAP_EVENT_MAX(t)); \ ++ if (!events) { \ ++ Debug(LDAP_DEBUG_ANY, \ ++ "daemon: SLAP_EVENT_INIT: ch_malloc of events failed, wanted %d bytes\n", \ ++ sizeof(*events) * SLAP_EVENT_MAX(t), 0, 0); \ ++ slapd_shutdown = 2; \ ++ } \ ++ } \ ++} while (0) ++ ++# define SLAP_SOCK_INIT(t) do { \ ++ int kq_i; \ ++ size_t kq_nbytes; \ ++ Debug(LDAP_DEBUG_ANY, "daemon: SLAP_SOCK_INIT: dtblsize=%d\n", dtblsize, 0, 0); \ ++ slap_daemon[t].sd_nfds = 0; \ ++ slap_daemon[t].sd_changeidx = 0; \ ++ for (kq_i = 0; kq_i < 2; kq_i++) { \ ++ struct kq_change* kqc = &slap_daemon[t].sd_kqc[kq_i]; \ ++ kqc->sd_nchanges = 0; \ ++ kqc->sd_maxchanges = 256; /* will grow as needed */ \ ++ kq_nbytes = sizeof(*kqc->sd_changes) * kqc->sd_maxchanges; \ ++ kqc->sd_changes = ch_calloc(1, kq_nbytes); \ ++ if (!kqc->sd_changes) { \ ++ Debug(LDAP_DEBUG_ANY, \ ++ "daemon: SLAP_SOCK_INIT: ch_calloc of slap_daemon.sd_changes[%d] failed, wanted %d bytes, shutting down\n", \ ++ kq_i, kq_nbytes, 0); \ ++ slapd_shutdown = 2; \ ++ } \ ++ } \ ++ kq_nbytes = sizeof(*slap_daemon[t].sd_fdmodes) * dtblsize; \ ++ slap_daemon[t].sd_fdmodes = ch_calloc(1, kq_nbytes); \ ++ if (!slap_daemon[t].sd_fdmodes) { \ ++ Debug(LDAP_DEBUG_ANY, \ ++ "daemon: SLAP_SOCK_INIT: ch_calloc of slap_daemon.sd_fdmodes failed, wanted %d bytes, shutting down\n", \ ++ kq_nbytes, 0, 0); \ ++ slapd_shutdown = 2; \ ++ } \ ++ kq_nbytes = sizeof(*slap_daemon[t].sd_l) * dtblsize; \ ++ slap_daemon[t].sd_l = ch_calloc(1, kq_nbytes); \ ++ if (!slap_daemon[t].sd_l) { \ ++ Debug(LDAP_DEBUG_ANY, \ ++ "daemon: SLAP_SOCK_INIT: ch_calloc of slap_daemon.sd_l failed, wanted %d bytes, shutting down\n", \ ++ kq_nbytes, 0, 0); \ ++ slapd_shutdown = 2; \ ++ } \ ++ slap_daemon[t].sd_kq = kqueue(); \ ++ if (slap_daemon[t].sd_kq < 0) { \ ++ Debug(LDAP_DEBUG_ANY, "daemon: SLAP_SOCK_INIT: kqueue() failed, errno=%d, shutting down\n", errno, 0, 0); \ ++ slapd_shutdown = 2; \ ++ } \ ++} while (0) ++ ++# define SLAP_SOCK_DESTROY(t) do { \ ++ int kq_i; \ ++ if (slap_daemon[t].sd_kq > 0) { \ ++ close(slap_daemon[t].sd_kq); \ ++ slap_daemon[t].sd_kq = -1; \ ++ } \ ++ for (kq_i = 0; kq_i < 2; kq_i++) { \ ++ if (slap_daemon[t].sd_kqc[kq_i].sd_changes != NULL) { \ ++ ch_free(slap_daemon[t].sd_kqc[kq_i].sd_changes); \ ++ slap_daemon[t].sd_kqc[kq_i].sd_changes = NULL; \ ++ } \ ++ slap_daemon[t].sd_kqc[kq_i].sd_nchanges = 0; \ ++ slap_daemon[t].sd_kqc[kq_i].sd_maxchanges = 0; \ ++ } \ ++ if (slap_daemon[t].sd_l != NULL) { \ ++ ch_free(slap_daemon[t].sd_l); \ ++ slap_daemon[t].sd_l = NULL; \ ++ } \ ++ if (slap_daemon[t].sd_fdmodes != NULL) { \ ++ ch_free(slap_daemon[t].sd_fdmodes); \ ++ slap_daemon[t].sd_fdmodes = NULL; \ ++ } \ ++ slap_daemon[t].sd_nfds = 0; \ ++} while (0) ++ ++# define SLAP_KQUEUE_SOCK_ACTIVE 0x01 ++# define SLAP_KQUEUE_SOCK_READ_ENABLED 0x02 ++# define SLAP_KQUEUE_SOCK_WRITE_ENABLED 0x04 ++ ++# define SLAP_SOCK_IS_ACTIVE(t,s) (slap_daemon[t].sd_fdmodes[(s)] != 0) ++# define SLAP_SOCK_NOT_ACTIVE(t,s) (slap_daemon[t].sd_fdmodes[(s)] == 0) ++# define SLAP_SOCK_IS_READ(t,s) (slap_daemon[t].sd_fdmodes[(s)] & SLAP_KQUEUE_SOCK_READ_ENABLED) ++# define SLAP_SOCK_IS_WRITE(t,s) (slap_daemon[t].sd_fdmodes[(s)] & SLAP_KQUEUE_SOCK_WRITE_ENABLED) ++ ++/* ++ * SLAP_SOCK_SET_* & SLAP_SOCK_CLR_* get called a _lot_. Since kevent() ++ * processes changes before it looks for events, batch up the changes which ++ * will get submitted the next time kevent() is called for events. ++ */ ++ ++# define SLAP_KQUEUE_CHANGE(t, s, filter, flag) do { \ ++ /* If maxchanges is reached, have to realloc to make room for more. \ ++ * Ideally we'd call kevent(), but the daemon thread could be sitting \ ++ * in kevent() waiting for events. \ ++ */ \ ++ struct kq_change* kqc = &slap_daemon[t].sd_kqc[slap_daemon[t].sd_changeidx]; \ ++ if (kqc->sd_nchanges == kqc->sd_maxchanges) { \ ++ /* Don't want to do this very often. Double the size. */ \ ++ size_t kq_nbytes; \ ++ Debug(LDAP_DEBUG_CONNS, \ ++ "daemon: SLAP_KQUEUE_CHANGE: increasing slap_daemon.sd_kqc[%d].maxchanges from %d to %d\n", \ ++ slap_daemon[t].sd_changeidx, kqc->sd_maxchanges, 2*kqc->sd_maxchanges); \ ++ kqc->sd_maxchanges += kqc->sd_maxchanges; \ ++ kq_nbytes = sizeof(*kqc->sd_changes) * kqc->sd_maxchanges; \ ++ kqc->sd_changes = ch_realloc(kqc->sd_changes, kq_nbytes); \ ++ if (!kqc->sd_changes) { \ ++ Debug(LDAP_DEBUG_ANY, \ ++ "daemon: SLAP_KQUEUE_CHANGE: ch_realloc of slap_daemon.sd_kqc[%d].sd_changes failed, wanted %d bytes, shutting down\n", \ ++ slap_daemon[t].sd_changeidx, kq_nbytes, 0); \ ++ slapd_shutdown = 2; \ ++ break; /* Don't want to do the EV_SET if sd_changes is NULL */ \ ++ } \ ++ } \ ++ EV_SET(&kqc->sd_changes[kqc->sd_nchanges++], \ ++ (s), (filter), (flag), 0, 0, slap_daemon[t].sd_l[(s)]); \ ++} while (0) ++ ++# define SLAP_KQUEUE_SOCK_SET(t, s, filter, mode) do { \ ++ if ((slap_daemon[t].sd_fdmodes[(s)] & (mode)) != (mode)) { \ ++ slap_daemon[t].sd_fdmodes[(s)] |= (mode); \ ++ SLAP_KQUEUE_CHANGE(t, (s), (filter), EV_ENABLE); \ ++ } \ ++} while (0) ++ ++# define SLAP_KQUEUE_SOCK_CLR(t, s, filter, mode) do { \ ++ if (slap_daemon[t].sd_fdmodes[(s)] & (mode)) { \ ++ slap_daemon[t].sd_fdmodes[(s)] &= ~(mode); \ ++ SLAP_KQUEUE_CHANGE(t, (s), (filter), EV_DISABLE); \ ++ } \ ++} while (0) ++ ++# define SLAP_SOCK_SET_READ(t, s) SLAP_KQUEUE_SOCK_SET(t, (s), EVFILT_READ, SLAP_KQUEUE_SOCK_READ_ENABLED) ++# define SLAP_SOCK_SET_WRITE(t, s) SLAP_KQUEUE_SOCK_SET(t, (s), EVFILT_WRITE, SLAP_KQUEUE_SOCK_WRITE_ENABLED) ++# define SLAP_SOCK_CLR_READ(t, s) SLAP_KQUEUE_SOCK_CLR(t, (s), EVFILT_READ, SLAP_KQUEUE_SOCK_READ_ENABLED) ++# define SLAP_SOCK_CLR_WRITE(t, s) SLAP_KQUEUE_SOCK_CLR(t, (s), EVFILT_WRITE, SLAP_KQUEUE_SOCK_WRITE_ENABLED) ++ ++/* kqueue doesn't need to do anything to clear the event. */ ++# define SLAP_EVENT_CLR_READ(i) do {} while (0) ++# define SLAP_EVENT_CLR_WRITE(i) do {} while (0) ++ ++# define SLAP_SOCK_ADD(t, s, l) do { \ ++ assert( s < dtblsize ); \ ++ slap_daemon[t].sd_l[(s)] = (l); \ ++ slap_daemon[t].sd_fdmodes[(s)] = SLAP_KQUEUE_SOCK_ACTIVE | SLAP_KQUEUE_SOCK_READ_ENABLED; \ ++ ++slap_daemon[t].sd_nfds; \ ++ SLAP_KQUEUE_CHANGE(t, (s), EVFILT_READ, EV_ADD); \ ++ SLAP_KQUEUE_CHANGE(t, (s), EVFILT_WRITE, EV_ADD | EV_DISABLE); \ ++} while (0) ++ ++# define SLAP_SOCK_DEL(t, s) do { \ ++ SLAP_KQUEUE_CHANGE(t, (s), EVFILT_READ, EV_DELETE); \ ++ SLAP_KQUEUE_CHANGE(t, (s), EVFILT_WRITE, EV_DELETE); \ ++ slap_daemon[t].sd_l[(s)] = NULL; \ ++ slap_daemon[t].sd_fdmodes[(s)] = 0; \ ++ --slap_daemon[t].sd_nfds; \ ++} while (0) ++ ++# define SLAP_EVENT_FD(t, i) (events[(i)].ident) ++ ++# define SLAP_EVENT_IS_READ(t, i) \ ++ (events[(i)].filter == EVFILT_READ && SLAP_SOCK_IS_READ(t, SLAP_EVENT_FD(0, i))) ++ ++# define SLAP_EVENT_IS_WRITE(t, i) \ ++ (events[(i)].filter == EVFILT_WRITE && SLAP_SOCK_IS_WRITE(t, SLAP_EVENT_FD(0, i))) ++ ++# define SLAP_EVENT_IS_LISTENER(t, i) \ ++ (events[(i)].udata && SLAP_SOCK_IS_READ(t, SLAP_EVENT_FD(t, i))) ++ ++# define SLAP_EVENT_LISTENER(t, i) ((Listener*)(events[(i)].udata)) ++ ++# define SLAP_EVENT_WAIT(t, tvp, nsp) do { \ ++ struct timespec kq_ts; \ ++ struct timespec* kq_tsp; \ ++ int kq_idx; \ ++ if (tvp) { \ ++ TIMEVAL_TO_TIMESPEC((tvp), &kq_ts); \ ++ kq_tsp = &kq_ts; \ ++ } else { \ ++ kq_tsp = NULL; \ ++ } \ ++ /* Save the change buffer index for use when the mutex is unlocked, \ ++ * then switch the index so new changes go to the other buffer. \ ++ */ \ ++ ldap_pvt_thread_mutex_lock( &slap_daemon[t].sd_mutex ); \ ++ kq_idx = slap_daemon[t].sd_changeidx; \ ++ slap_daemon[t].sd_changeidx ^= 1; \ ++ ldap_pvt_thread_mutex_unlock( &slap_daemon[t].sd_mutex ); \ ++ *(nsp) = kevent(slap_daemon[t].sd_kq, \ ++ slap_daemon[t].sd_kqc[kq_idx].sd_nchanges \ ++ ? slap_daemon[t].sd_kqc[kq_idx].sd_changes : NULL, \ ++ slap_daemon[t].sd_kqc[kq_idx].sd_nchanges, \ ++ events, SLAP_EVENT_MAX(t), kq_tsp); \ ++ slap_daemon[t].sd_kqc[kq_idx].sd_nchanges = 0; \ ++} while(0) ++ ++/*-------------------------------------------------------------------------------*/ ++ ++#elif defined(HAVE_EPOLL) + /*************************************** + * Use epoll infrastructure - epoll(4) * + ***************************************/ +@@ -486,7 +713,7 @@ static slap_daemon_st slap_daemon[SLAPD_MAX_DAEMON_THR + *(nsp) = ioctl( slap_daemon[t].sd_dpfd, DP_POLL, &sd_dvpoll ); \ + } while (0) + +-#else /* ! epoll && ! /dev/poll */ ++#else /* ! kqueue && ! epoll && ! /dev/poll */ + # ifdef HAVE_WINSOCK + # define SLAP_EVENT_FNAME "WSselect" + /* Winsock provides a "select" function but its fd_sets are +@@ -674,7 +901,7 @@ static slap_daemon_st slap_daemon[SLAPD_MAX_DAEMON_THR + nwriters > 0 ? &writefds : NULL, NULL, (tvp) ); \ + } while (0) + # endif /* !HAVE_WINSOCK */ +-#endif /* ! epoll && ! /dev/poll */ ++#endif /* ! kqueue && ! epoll && ! /dev/poll */ + + #ifdef HAVE_SLP + /* +@@ -2733,8 +2960,13 @@ loop: + /* Don't log internal wake events */ + if ( fd == wake_sds[tid][0] ) continue; + ++#ifdef HAVE_KQUEUE ++ r = SLAP_EVENT_IS_READ( tid, i ); ++ w = SLAP_EVENT_IS_WRITE( tid, i ); ++#else + r = SLAP_EVENT_IS_READ( i ); + w = SLAP_EVENT_IS_WRITE( i ); ++#endif /* HAVE_KQUEUE */ + if ( r || w ) { + Debug( LDAP_DEBUG_CONNS, " %d%s%s", fd, + r ? "r" : "", w ? "w" : "" ); +@@ -2765,7 +2997,11 @@ loop: + continue; + } + ++#ifdef HAVE_KQUEUE ++ if ( SLAP_EVENT_IS_WRITE( tid, i ) ) { ++#else + if ( SLAP_EVENT_IS_WRITE( i ) ) { ++#endif /* HAVE_KQUEUE */ + Debug( LDAP_DEBUG_CONNS, + "daemon: write active on %d\n", + fd, 0, 0 ); +@@ -2784,7 +3020,11 @@ loop: + } + } + /* If event is a read */ ++#ifdef HAVE_KQUEUE ++ if ( SLAP_EVENT_IS_READ( tid, i )) { ++#else + if ( SLAP_EVENT_IS_READ( i )) { ++#endif /* HAVE_KQUEUE */ + r = 1; + Debug( LDAP_DEBUG_CONNS, + "daemon: read active on %d\n", +@@ -2841,6 +3081,10 @@ loop: + slapd_abrupt_shutdown = 1; + connections_shutdown(); + } ++ ++#ifdef HAVE_KQUEUE ++ close( slap_daemon[tid].sd_kq ); ++#endif + + if ( LogTest( LDAP_DEBUG_ANY )) { + int t = ldap_pvt_thread_pool_backload( &connection_pool ); From owner-svn-ports-all@freebsd.org Sat Oct 7 06:11:18 2017 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 F0578E2EFBF; Sat, 7 Oct 2017 06:11:18 +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 CB05B83C24; Sat, 7 Oct 2017 06:11:18 +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 v976BHtO004311; Sat, 7 Oct 2017 06:11:17 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v976BHXp004304; Sat, 7 Oct 2017 06:11:17 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710070611.v976BHXp004304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Oct 2017 06:11:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451426 - in head: devel/hachoir-core devel/hachoir-parser devel/hachoir-regex sysutils/hachoir-metadata sysutils/hachoir-subfile sysutils/hachoir-urwid sysutils/hachoir-wx X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: devel/hachoir-core devel/hachoir-parser devel/hachoir-regex sysutils/hachoir-metadata sysutils/hachoir-subfile sysutils/hachoir-urwid sysutils/hachoir-wx X-SVN-Commit-Revision: 451426 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 06:11:19 -0000 Author: antoine Date: Sat Oct 7 06:11:17 2017 New Revision: 451426 URL: https://svnweb.freebsd.org/changeset/ports/451426 Log: hachoir-* is not compatible with python3 With hat: portmgr Modified: head/devel/hachoir-core/Makefile head/devel/hachoir-parser/Makefile head/devel/hachoir-regex/Makefile head/sysutils/hachoir-metadata/Makefile head/sysutils/hachoir-subfile/Makefile head/sysutils/hachoir-urwid/Makefile head/sysutils/hachoir-wx/Makefile Modified: head/devel/hachoir-core/Makefile ============================================================================== --- head/devel/hachoir-core/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/devel/hachoir-core/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Hachoir core parser -USES= python +USES= python:2.7 USE_PYTHON= distutils .include Modified: head/devel/hachoir-parser/Makefile ============================================================================== --- head/devel/hachoir-parser/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/devel/hachoir-parser/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -12,7 +12,7 @@ COMMENT= Parsers of most common file formats BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:devel/hachoir-core RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:devel/hachoir-core -USES= python +USES= python:2.7 USE_PYTHON= distutils .include Modified: head/devel/hachoir-regex/Makefile ============================================================================== --- head/devel/hachoir-regex/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/devel/hachoir-regex/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Regular expression manipulation library -USES= python +USES= python:2.7 USE_PYTHON= distutils .include Modified: head/sysutils/hachoir-metadata/Makefile ============================================================================== --- head/sysutils/hachoir-metadata/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/sysutils/hachoir-metadata/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -13,7 +13,7 @@ COMMENT= Extract metadata from files BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser -USES= python +USES= python:2.7 USE_PYTHON= distutils .include Modified: head/sysutils/hachoir-subfile/Makefile ============================================================================== --- head/sysutils/hachoir-subfile/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/sysutils/hachoir-subfile/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -12,7 +12,7 @@ COMMENT= Find subfiles in any binary stream RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser \ ${PYTHON_SITELIBDIR}/hachoir_regex/__init__.py:devel/hachoir-regex -USES= python +USES= python:2.7 USE_PYTHON= distutils .include Modified: head/sysutils/hachoir-urwid/Makefile ============================================================================== --- head/sysutils/hachoir-urwid/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/sysutils/hachoir-urwid/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -12,7 +12,7 @@ COMMENT= Binary file explorer RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser \ ${PYTHON_SITELIBDIR}/urwid/__init__.py:devel/py-urwid -USES= python +USES= python:2.7 USE_PYTHON= distutils .include Modified: head/sysutils/hachoir-wx/Makefile ============================================================================== --- head/sysutils/hachoir-wx/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/sysutils/hachoir-wx/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -12,7 +12,7 @@ COMMENT= Hachoir GUI RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser -USES= python +USES= python:2.7 USE_PYTHON= distutils USE_WX= 3.0+ WX_COMPS= python From owner-svn-ports-all@freebsd.org Sat Oct 7 08:17:34 2017 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 60AB6E31943; Sat, 7 Oct 2017 08:17:34 +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 2AA4E634BA; Sat, 7 Oct 2017 08:17:34 +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 v978HXHX054109; Sat, 7 Oct 2017 08:17:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v978HXru054107; Sat, 7 Oct 2017 08:17:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710070817.v978HXru054107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Oct 2017 08:17:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451427 - head/security/rubygem-nexpose X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-nexpose X-SVN-Commit-Revision: 451427 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 08:17:34 -0000 Author: antoine Date: Sat Oct 7 08:17:32 2017 New Revision: 451427 URL: https://svnweb.freebsd.org/changeset/ports/451427 Log: Update to 7.1.1 Modified: head/security/rubygem-nexpose/Makefile head/security/rubygem-nexpose/distinfo Modified: head/security/rubygem-nexpose/Makefile ============================================================================== --- head/security/rubygem-nexpose/Makefile Sat Oct 7 06:11:17 2017 (r451426) +++ head/security/rubygem-nexpose/Makefile Sat Oct 7 08:17:32 2017 (r451427) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nexpose -PORTVERSION= 7.0.1 +PORTVERSION= 7.1.1 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-nexpose/distinfo ============================================================================== --- head/security/rubygem-nexpose/distinfo Sat Oct 7 06:11:17 2017 (r451426) +++ head/security/rubygem-nexpose/distinfo Sat Oct 7 08:17:32 2017 (r451427) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506145954 -SHA256 (rubygem/nexpose-7.0.1.gem) = b94b3490301b3689ae5708c0c698cbb511911e09143dc82fcdadf9075b23779f -SIZE (rubygem/nexpose-7.0.1.gem) = 110080 +TIMESTAMP = 1507363445 +SHA256 (rubygem/nexpose-7.1.1.gem) = 4f4df7d4a4714b4747de39f6f826c099f75bedb3822d223dfec0b04590cacbdf +SIZE (rubygem/nexpose-7.1.1.gem) = 110592 From owner-svn-ports-all@freebsd.org Sat Oct 7 08:18:19 2017 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 2DA02E319A8; Sat, 7 Oct 2017 08:18:19 +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 F10D3635F6; Sat, 7 Oct 2017 08:18:18 +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 v978IIM5054250; Sat, 7 Oct 2017 08:18:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v978IHx0054248; Sat, 7 Oct 2017 08:18:17 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710070818.v978IHx0054248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Oct 2017 08:18:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451428 - head/security/metasploit X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/metasploit X-SVN-Commit-Revision: 451428 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 08:18:19 -0000 Author: antoine Date: Sat Oct 7 08:18:17 2017 New Revision: 451428 URL: https://svnweb.freebsd.org/changeset/ports/451428 Log: Update to 4.16.10 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Sat Oct 7 08:17:32 2017 (r451427) +++ head/security/metasploit/Makefile Sat Oct 7 08:18:17 2017 (r451428) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.16.9 +PORTVERSION= 4.16.10 CATEGORIES= security MAINTAINER= tanawts@gmail.com Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Sat Oct 7 08:17:32 2017 (r451427) +++ head/security/metasploit/distinfo Sat Oct 7 08:18:17 2017 (r451428) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506751006 -SHA256 (rapid7-metasploit-framework-4.16.9_GH0.tar.gz) = 65201b2eeba830bc643cfd5ec12c53fbb392b74316ce3da48ae2cd9f6da9b3ec -SIZE (rapid7-metasploit-framework-4.16.9_GH0.tar.gz) = 24098265 +TIMESTAMP = 1507363182 +SHA256 (rapid7-metasploit-framework-4.16.10_GH0.tar.gz) = 1762f7fbd510de8a809e31ffe05eec26be08232cd2d048773be024bcc704ef8e +SIZE (rapid7-metasploit-framework-4.16.10_GH0.tar.gz) = 24103861 From owner-svn-ports-all@freebsd.org Sat Oct 7 08:19:59 2017 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 82608E31A0E; Sat, 7 Oct 2017 08:19:59 +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 4EB91637BB; Sat, 7 Oct 2017 08:19:59 +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 v978Jw7T054418; Sat, 7 Oct 2017 08:19:58 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v978JwUT054416; Sat, 7 Oct 2017 08:19:58 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710070819.v978JwUT054416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Oct 2017 08:19:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451429 - head/security/rubygem-origami X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-origami X-SVN-Commit-Revision: 451429 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 08:19:59 -0000 Author: antoine Date: Sat Oct 7 08:19:58 2017 New Revision: 451429 URL: https://svnweb.freebsd.org/changeset/ports/451429 Log: Update to 2.0.4 Modified: head/security/rubygem-origami/Makefile head/security/rubygem-origami/distinfo Modified: head/security/rubygem-origami/Makefile ============================================================================== --- head/security/rubygem-origami/Makefile Sat Oct 7 08:18:17 2017 (r451428) +++ head/security/rubygem-origami/Makefile Sat Oct 7 08:19:58 2017 (r451429) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= origami -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= security rubygems MASTER_SITES= RG @@ -15,8 +15,8 @@ RUN_DEPENDS= rubygem-colorize>=0.7:devel/rubygem-color NO_ARCH= yes -USE_RUBY= yes USES= gem shebangfix SHEBANG_FILES= examples/*/*.rb +USE_RUBY= yes .include Modified: head/security/rubygem-origami/distinfo ============================================================================== --- head/security/rubygem-origami/distinfo Sat Oct 7 08:18:17 2017 (r451428) +++ head/security/rubygem-origami/distinfo Sat Oct 7 08:19:58 2017 (r451429) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497553988 -SHA256 (rubygem/origami-2.0.3.gem) = a0adfc9871af884d7312d1015678246c9adf55e5b50302648a2d1480bcc34a2a -SIZE (rubygem/origami-2.0.3.gem) = 256000 +TIMESTAMP = 1507363785 +SHA256 (rubygem/origami-2.0.4.gem) = 0110a03893b58f7a6ecc30017905fe4cd6588bd4369b68c96e09dc4fd63cea06 +SIZE (rubygem/origami-2.0.4.gem) = 256000 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:03:59 2017 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 38CD7E32EC6; Sat, 7 Oct 2017 09:03:59 +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 05155668CD; Sat, 7 Oct 2017 09:03:58 +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 v9793wXK074684; Sat, 7 Oct 2017 09:03:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9793wq0074683; Sat, 7 Oct 2017 09:03:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201710070903.v9793wq0074683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 7 Oct 2017 09:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451430 - head/devel/git-lite X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/git-lite X-SVN-Commit-Revision: 451430 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:03:59 -0000 Author: amdmi3 Date: Sat Oct 7 09:03:57 2017 New Revision: 451430 URL: https://svnweb.freebsd.org/changeset/ports/451430 Log: - Update WWW Approved by: portmgr blanket Modified: head/devel/git-lite/pkg-descr Modified: head/devel/git-lite/pkg-descr ============================================================================== --- head/devel/git-lite/pkg-descr Sat Oct 7 08:19:58 2017 (r451429) +++ head/devel/git-lite/pkg-descr Sat Oct 7 09:03:57 2017 (r451430) @@ -3,4 +3,4 @@ handle everything from small to very large projects wi This version provides the bare minimum git experience without any bindings. -WWW: http://git-scm.com/ +WWW: https://git-scm.com/ From owner-svn-ports-all@freebsd.org Sat Oct 7 09:06:57 2017 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 BA121E33028; Sat, 7 Oct 2017 09:06:57 +0000 (UTC) (envelope-from olgeni@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 89C0466D03; Sat, 7 Oct 2017 09:06:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9796uUd075033; Sat, 7 Oct 2017 09:06:56 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9796uuP075031; Sat, 7 Oct 2017 09:06:56 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710070906.v9796uuP075031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 7 Oct 2017 09:06:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451431 - head/devel/py-twilio X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/py-twilio X-SVN-Commit-Revision: 451431 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:06:57 -0000 Author: olgeni Date: Sat Oct 7 09:06:56 2017 New Revision: 451431 URL: https://svnweb.freebsd.org/changeset/ports/451431 Log: Update devel/py-twilio to version 6.7.1. Modified: head/devel/py-twilio/Makefile head/devel/py-twilio/distinfo Modified: head/devel/py-twilio/Makefile ============================================================================== --- head/devel/py-twilio/Makefile Sat Oct 7 09:03:57 2017 (r451430) +++ head/devel/py-twilio/Makefile Sat Oct 7 09:06:56 2017 (r451431) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= twilio -PORTVERSION= 6.7.0 +PORTVERSION= 6.7.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-twilio/distinfo ============================================================================== --- head/devel/py-twilio/distinfo Sat Oct 7 09:03:57 2017 (r451430) +++ head/devel/py-twilio/distinfo Sat Oct 7 09:06:56 2017 (r451431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506761050 -SHA256 (twilio-6.7.0.tar.gz) = 8088d351c650ee10b25165be7830478b910513dc1206c3b6393bd70a4d5f8792 -SIZE (twilio-6.7.0.tar.gz) = 233302 +TIMESTAMP = 1507367096 +SHA256 (twilio-6.7.1.tar.gz) = 4fc5774178739c02760a8d79e1a51f2f2c465ad20d1d0053329e2b954ed4e831 +SIZE (twilio-6.7.1.tar.gz) = 235056 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:12:32 2017 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 E4E4DE332AD; Sat, 7 Oct 2017 09:12:32 +0000 (UTC) (envelope-from sunpoet@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 B2604675A2; Sat, 7 Oct 2017 09:12:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979CVsQ079277; Sat, 7 Oct 2017 09:12:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979CVbN079276; Sat, 7 Oct 2017 09:12:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070912.v979CVbN079276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:12:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451432 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 451432 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:12:33 -0000 Author: sunpoet Date: Sat Oct 7 09:12:31 2017 New Revision: 451432 URL: https://svnweb.freebsd.org/changeset/ports/451432 Log: Add LICENSE_FILE support for single license file containing multiple licenses Differential Revision: https://reviews.freebsd.org/D11443 Submitted by: sunpoet (myself) Approved by: portmgr (mat) Modified: head/Mk/bsd.licenses.mk Modified: head/Mk/bsd.licenses.mk ============================================================================== --- head/Mk/bsd.licenses.mk Sat Oct 7 09:06:56 2017 (r451431) +++ head/Mk/bsd.licenses.mk Sat Oct 7 09:12:31 2017 (r451432) @@ -296,6 +296,13 @@ _LICENSE_DISTFILES= ${LICENSE_DISTFILES} . endfor .else + +. if defined(LICENSE_FILE) +. for lic in ${_LICENSE} +LICENSE_FILE_${lic}?= ${LICENSE_FILE} +. endfor +. endif + . for lic in ${_LICENSE} # Defaults to empty _LICENSE_GROUPS_${lic}?=# From owner-svn-ports-all@freebsd.org Sat Oct 7 09:12:39 2017 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 5449EE332D1; Sat, 7 Oct 2017 09:12:39 +0000 (UTC) (envelope-from sunpoet@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 DE50B675D5; Sat, 7 Oct 2017 09:12:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979Ccbn079434; Sat, 7 Oct 2017 09:12:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979Cb3o079430; Sat, 7 Oct 2017 09:12:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070912.v979Cb3o079430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451433 - head/www/owncloud X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/owncloud X-SVN-Commit-Revision: 451433 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:12:39 -0000 Author: sunpoet Date: Sat Oct 7 09:12:37 2017 New Revision: 451433 URL: https://svnweb.freebsd.org/changeset/ports/451433 Log: Update to 10.0.3 - Remove USES=ssl - Update pkg-descr - Update WWW Changes: https://owncloud.org/blog/owncloud-10-0-3-release/ Modified: head/www/owncloud/Makefile head/www/owncloud/distinfo head/www/owncloud/pkg-descr head/www/owncloud/pkg-plist Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Sat Oct 7 09:12:31 2017 (r451432) +++ head/www/owncloud/Makefile Sat Oct 7 09:12:37 2017 (r451433) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 10.0.2 +PORTVERSION= 10.0.3 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -12,7 +12,7 @@ COMMENT= Personal cloud which runs on your own server LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe tar:bzip2 ssl php:web +USES= cpe tar:bzip2 php:web USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv intl json \ mbstring pdo posix session simplexml xml xmlreader xmlwriter \ xsl wddx zip zlib @@ -30,7 +30,7 @@ PLIST_SUB= OWNCLOUD_USERNAME=${OWNCLOUD_USERNAME} \ OPTIONS_DEFINE= EXIF LDAP SMB SSL OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE -OPTIONS_DEFAULT= EXIF LDAP MYSQL SMB SSL +OPTIONS_DEFAULT=EXIF LDAP MYSQL SMB SSL EXIF_DESC= Image rotation support Modified: head/www/owncloud/distinfo ============================================================================== --- head/www/owncloud/distinfo Sat Oct 7 09:12:31 2017 (r451432) +++ head/www/owncloud/distinfo Sat Oct 7 09:12:37 2017 (r451433) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496883926 -SHA256 (owncloud-10.0.2.tar.bz2) = 3645214d6b9527dc218b4cdcbbf1d01809aaba14435d644b545bee0274c88fd0 -SIZE (owncloud-10.0.2.tar.bz2) = 30963258 +TIMESTAMP = 1506522461 +SHA256 (owncloud-10.0.3.tar.bz2) = f489e072090d51e47b390109297d7aaee56dd39c42d8d149fb0b7d002c3ac38d +SIZE (owncloud-10.0.3.tar.bz2) = 35358244 Modified: head/www/owncloud/pkg-descr ============================================================================== --- head/www/owncloud/pkg-descr Sat Oct 7 09:12:31 2017 (r451432) +++ head/www/owncloud/pkg-descr Sat Oct 7 09:12:37 2017 (r451433) @@ -1,4 +1,7 @@ -Owncloud is a system for the creation and management of personal -cloud resources. +ownCloud is a self-hosted file sync and share server. It provides access to your +data through a web interface, sync clients or WebDAV while providing a platform +to view, sync and share across devices easily — all under your control. +ownCloud’s open architecture is extensible via a simple but powerful API for +applications and plugins and it works with any storage. -WWW: http://owncloud.org +WWW: https://owncloud.org/ Modified: head/www/owncloud/pkg-plist ============================================================================== --- head/www/owncloud/pkg-plist Sat Oct 7 09:12:31 2017 (r451432) +++ head/www/owncloud/pkg-plist Sat Oct 7 09:12:37 2017 (r451433) @@ -3,6 +3,7 @@ %%WWWDIR%%/.htaccess %%WWWDIR%%/.user.ini %%WWWDIR%%/AUTHORS +%%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/COPYING @owner %%OWNCLOUD_USERNAME%% @group %%OWNCLOUD_GROUPNAME%% @@ -192,7 +193,6 @@ %%WWWDIR%%/apps/configreport/lib/AdminPanel.php %%WWWDIR%%/apps/configreport/lib/AppInfo/Application.php %%WWWDIR%%/apps/configreport/lib/Command/ConfigReport.php -%%WWWDIR%%/apps/configreport/lib/ConfigReportEvent.php %%WWWDIR%%/apps/configreport/lib/Controller/ReportController.php %%WWWDIR%%/apps/configreport/lib/Http/ReportResponse.php %%WWWDIR%%/apps/configreport/lib/ReportDataCollector.php @@ -202,6 +202,9 @@ %%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170202213905.php %%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170202220512.php %%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170427182800.php +%%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170519091921.php +%%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170526100342.php +%%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170711193427.php %%WWWDIR%%/apps/dav/appinfo/app.php %%WWWDIR%%/apps/dav/appinfo/info.xml %%WWWDIR%%/apps/dav/appinfo/signature.json @@ -434,6 +437,7 @@ %%WWWDIR%%/apps/dav/lib/Connector/Sabre/SharesPlugin.php %%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagList.php %%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagsPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/ValidateRequestPlugin.php %%WWWDIR%%/apps/dav/lib/DAV/GroupPrincipalBackend.php %%WWWDIR%%/apps/dav/lib/DAV/PublicAuth.php %%WWWDIR%%/apps/dav/lib/DAV/Sharing/Backend.php @@ -449,7 +453,6 @@ %%WWWDIR%%/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php %%WWWDIR%%/apps/dav/lib/Files/Xml/FilterRequest.php %%WWWDIR%%/apps/dav/lib/HookManager.php -%%WWWDIR%%/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php %%WWWDIR%%/apps/dav/lib/RootCollection.php %%WWWDIR%%/apps/dav/lib/Server.php %%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagMappingNode.php @@ -460,6 +463,8 @@ %%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php %%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php %%WWWDIR%%/apps/dav/lib/Upload/AssemblyStream.php +%%WWWDIR%%/apps/dav/lib/Upload/ChunkLocationProvider.php +%%WWWDIR%%/apps/dav/lib/Upload/ChunkingPlugin.php %%WWWDIR%%/apps/dav/lib/Upload/FutureFile.php %%WWWDIR%%/apps/dav/lib/Upload/RootCollection.php %%WWWDIR%%/apps/dav/lib/Upload/UploadFolder.php @@ -811,8 +816,9 @@ %%WWWDIR%%/apps/external/settings.php %%WWWDIR%%/apps/external/templates/frame.php %%WWWDIR%%/apps/external/templates/settings.php +%%WWWDIR%%/apps/federatedfilesharing/appinfo/Migrations/Version20170804201125.php +%%WWWDIR%%/apps/federatedfilesharing/appinfo/Migrations/Version20170804201253.php %%WWWDIR%%/apps/federatedfilesharing/appinfo/app.php -%%WWWDIR%%/apps/federatedfilesharing/appinfo/database.xml %%WWWDIR%%/apps/federatedfilesharing/appinfo/info.xml %%WWWDIR%%/apps/federatedfilesharing/appinfo/signature.json %%WWWDIR%%/apps/federatedfilesharing/css/3rdparty/gs-share/style.css @@ -823,6 +829,7 @@ %%WWWDIR%%/apps/federatedfilesharing/img/social-googleplus.svg %%WWWDIR%%/apps/federatedfilesharing/img/social-twitter.svg %%WWWDIR%%/apps/federatedfilesharing/js/3rdparty/gs-share/gs-share.js +%%WWWDIR%%/apps/federatedfilesharing/js/public.js %%WWWDIR%%/apps/federatedfilesharing/js/settings-admin.js %%WWWDIR%%/apps/federatedfilesharing/js/settings-personal.js %%WWWDIR%%/apps/federatedfilesharing/l10n/ar.js @@ -937,6 +944,7 @@ %%WWWDIR%%/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php %%WWWDIR%%/apps/federatedfilesharing/lib/DiscoveryManager.php %%WWWDIR%%/apps/federatedfilesharing/lib/FederatedShareProvider.php +%%WWWDIR%%/apps/federatedfilesharing/lib/HookHandler.php %%WWWDIR%%/apps/federatedfilesharing/lib/Notifications.php %%WWWDIR%%/apps/federatedfilesharing/lib/Notifier.php %%WWWDIR%%/apps/federatedfilesharing/lib/PersonalPanel.php @@ -1120,7 +1128,6 @@ %%WWWDIR%%/apps/files/ajax/download.php %%WWWDIR%%/apps/files/ajax/getstoragestats.php %%WWWDIR%%/apps/files/ajax/list.php -%%WWWDIR%%/apps/files/ajax/setupload.php %%WWWDIR%%/apps/files/appinfo/app.php %%WWWDIR%%/apps/files/appinfo/info.xml %%WWWDIR%%/apps/files/appinfo/routes.php @@ -1138,7 +1145,6 @@ %%WWWDIR%%/apps/files/img/public.svg %%WWWDIR%%/apps/files/img/share.svg %%WWWDIR%%/apps/files/img/star.svg -%%WWWDIR%%/apps/files/js/admin.js %%WWWDIR%%/apps/files/js/app.js %%WWWDIR%%/apps/files/js/breadcrumb.js %%WWWDIR%%/apps/files/js/detailfileinfoview.js @@ -1382,20 +1388,21 @@ %%WWWDIR%%/apps/files/lib/Controller/ApiController.php %%WWWDIR%%/apps/files/lib/Controller/ViewController.php %%WWWDIR%%/apps/files/lib/Helper.php -%%WWWDIR%%/apps/files/lib/Panels/Admin.php %%WWWDIR%%/apps/files/lib/Service/TagService.php %%WWWDIR%%/apps/files/list.php %%WWWDIR%%/apps/files/simplelist.php -%%WWWDIR%%/apps/files/templates/admin.php %%WWWDIR%%/apps/files/templates/appnavigation.php %%WWWDIR%%/apps/files/templates/fileexists.html %%WWWDIR%%/apps/files/templates/index.php %%WWWDIR%%/apps/files/templates/list.php %%WWWDIR%%/apps/files/templates/simplelist.php +%%WWWDIR%%/apps/files_antivirus/CHANGELOG.md %%WWWDIR%%/apps/files_antivirus/Makefile +%%WWWDIR%%/apps/files_antivirus/appinfo/Migrations/Version20170808220321.php +%%WWWDIR%%/apps/files_antivirus/appinfo/Migrations/Version20170808221437.php +%%WWWDIR%%/apps/files_antivirus/appinfo/Migrations/Version20170808222334.php %%WWWDIR%%/apps/files_antivirus/appinfo/app.php %%WWWDIR%%/apps/files_antivirus/appinfo/application.php -%%WWWDIR%%/apps/files_antivirus/appinfo/database.xml %%WWWDIR%%/apps/files_antivirus/appinfo/info.xml %%WWWDIR%%/apps/files_antivirus/appinfo/install.php %%WWWDIR%%/apps/files_antivirus/appinfo/preupdate.php @@ -2425,6 +2432,7 @@ %%WWWDIR%%/apps/files_external/ajax/applicable.php %%WWWDIR%%/apps/files_external/ajax/oauth1.php %%WWWDIR%%/apps/files_external/ajax/oauth2.php +%%WWWDIR%%/apps/files_external/appinfo/Migrations/Version20170814051424.php %%WWWDIR%%/apps/files_external/appinfo/app.php %%WWWDIR%%/apps/files_external/appinfo/info.xml %%WWWDIR%%/apps/files_external/appinfo/routes.php @@ -2660,8 +2668,10 @@ %%WWWDIR%%/apps/files_sharing/ajax/external.php %%WWWDIR%%/apps/files_sharing/ajax/publicpreview.php %%WWWDIR%%/apps/files_sharing/ajax/shareinfo.php +%%WWWDIR%%/apps/files_sharing/appinfo/Migrations/Version20170804201125.php +%%WWWDIR%%/apps/files_sharing/appinfo/Migrations/Version20170804201253.php +%%WWWDIR%%/apps/files_sharing/appinfo/Migrations/Version20170830112305.php %%WWWDIR%%/apps/files_sharing/appinfo/app.php -%%WWWDIR%%/apps/files_sharing/appinfo/database.xml %%WWWDIR%%/apps/files_sharing/appinfo/info.xml %%WWWDIR%%/apps/files_sharing/appinfo/routes.php %%WWWDIR%%/apps/files_sharing/appinfo/signature.json @@ -2869,7 +2879,6 @@ %%WWWDIR%%/apps/files_sharing/lib/External/Manager.php %%WWWDIR%%/apps/files_sharing/lib/External/Mount.php %%WWWDIR%%/apps/files_sharing/lib/External/MountProvider.php -%%WWWDIR%%/apps/files_sharing/lib/External/Scanner.php %%WWWDIR%%/apps/files_sharing/lib/External/Storage.php %%WWWDIR%%/apps/files_sharing/lib/External/Watcher.php %%WWWDIR%%/apps/files_sharing/lib/Helper.php @@ -2897,8 +2906,9 @@ %%WWWDIR%%/apps/files_trashbin/ajax/list.php %%WWWDIR%%/apps/files_trashbin/ajax/preview.php %%WWWDIR%%/apps/files_trashbin/ajax/undelete.php +%%WWWDIR%%/apps/files_trashbin/appinfo/Migrations/Version20170804201125.php +%%WWWDIR%%/apps/files_trashbin/appinfo/Migrations/Version20170804201253.php %%WWWDIR%%/apps/files_trashbin/appinfo/app.php -%%WWWDIR%%/apps/files_trashbin/appinfo/database.xml %%WWWDIR%%/apps/files_trashbin/appinfo/info.xml %%WWWDIR%%/apps/files_trashbin/appinfo/routes.php %%WWWDIR%%/apps/files_trashbin/appinfo/signature.json @@ -3422,18 +3432,22 @@ %%WWWDIR%%/apps/market/appinfo/info.xml %%WWWDIR%%/apps/market/appinfo/routes.php %%WWWDIR%%/apps/market/appinfo/signature.json -%%WWWDIR%%/apps/market/css/market.min.css %%WWWDIR%%/apps/market/img/market.svg %%WWWDIR%%/apps/market/js/market.bundle.js %%WWWDIR%%/apps/market/lib/Application.php +%%WWWDIR%%/apps/market/lib/CheckUpdateBackgroundJob.php %%WWWDIR%%/apps/market/lib/Command/InstallApp.php %%WWWDIR%%/apps/market/lib/Command/ListApps.php +%%WWWDIR%%/apps/market/lib/Command/UnInstallApp.php %%WWWDIR%%/apps/market/lib/Command/UpgradeApp.php %%WWWDIR%%/apps/market/lib/Controller/LocalAppsController.php %%WWWDIR%%/apps/market/lib/Controller/MarketController.php %%WWWDIR%%/apps/market/lib/Controller/PageController.php +%%WWWDIR%%/apps/market/lib/Exception/LicenseKeyAlreadyAvailableException.php +%%WWWDIR%%/apps/market/lib/Exception/MarketException.php %%WWWDIR%%/apps/market/lib/Listener.php %%WWWDIR%%/apps/market/lib/MarketService.php +%%WWWDIR%%/apps/market/lib/Notifier.php %%WWWDIR%%/apps/market/templates/index.php %%WWWDIR%%/apps/market/vendor/autoload.php %%WWWDIR%%/apps/market/vendor/composer/ClassLoader.php @@ -3444,15 +3458,19 @@ %%WWWDIR%%/apps/market/vendor/composer/autoload_real.php %%WWWDIR%%/apps/market/vendor/composer/autoload_static.php %%WWWDIR%%/apps/market/vendor/composer/installed.json +%%WWWDIR%%/apps/notifications/CHANGELOG.md %%WWWDIR%%/apps/notifications/COPYING +%%WWWDIR%%/apps/notifications/Makefile +%%WWWDIR%%/apps/notifications/appinfo/Migrations/Version20170801085340.php +%%WWWDIR%%/apps/notifications/appinfo/Migrations/Version20170801152524.php %%WWWDIR%%/apps/notifications/appinfo/app.php -%%WWWDIR%%/apps/notifications/appinfo/database.xml %%WWWDIR%%/apps/notifications/appinfo/info.xml %%WWWDIR%%/apps/notifications/appinfo/routes.php %%WWWDIR%%/apps/notifications/appinfo/signature.json %%WWWDIR%%/apps/notifications/css/styles.css %%WWWDIR%%/apps/notifications/docs/notification-workflow.md %%WWWDIR%%/apps/notifications/docs/ocs-endpoint-v1.md +%%WWWDIR%%/apps/notifications/img/icon.png %%WWWDIR%%/apps/notifications/img/notifications-new.png %%WWWDIR%%/apps/notifications/img/notifications-new.svg %%WWWDIR%%/apps/notifications/img/notifications.png @@ -3464,8 +3482,10 @@ %%WWWDIR%%/apps/notifications/lib/App.php %%WWWDIR%%/apps/notifications/lib/AppInfo/Application.php %%WWWDIR%%/apps/notifications/lib/Capabilities.php +%%WWWDIR%%/apps/notifications/lib/Command/Generate.php %%WWWDIR%%/apps/notifications/lib/Controller/EndpointController.php %%WWWDIR%%/apps/notifications/lib/Handler.php +%%WWWDIR%%/apps/notifications/lib/Notifier.php %%WWWDIR%%/apps/provisioning_api/appinfo/info.xml %%WWWDIR%%/apps/provisioning_api/appinfo/routes.php %%WWWDIR%%/apps/provisioning_api/appinfo/signature.json @@ -3955,6 +3975,12 @@ %%WWWDIR%%/core/Command/Encryption/SetDefaultModule.php %%WWWDIR%%/core/Command/Encryption/ShowKeyStorageRoot.php %%WWWDIR%%/core/Command/Encryption/Status.php +%%WWWDIR%%/core/Command/Group/Add.php +%%WWWDIR%%/core/Command/Group/AddMember.php +%%WWWDIR%%/core/Command/Group/Delete.php +%%WWWDIR%%/core/Command/Group/ListGroupMembers.php +%%WWWDIR%%/core/Command/Group/ListGroups.php +%%WWWDIR%%/core/Command/Group/RemoveMember.php %%WWWDIR%%/core/Command/Integrity/CheckApp.php %%WWWDIR%%/core/Command/Integrity/CheckCore.php %%WWWDIR%%/core/Command/Integrity/SignApp.php @@ -3973,6 +3999,7 @@ %%WWWDIR%%/core/Command/Maintenance/UpdateHtaccess.php %%WWWDIR%%/core/Command/Security/ImportCertificate.php %%WWWDIR%%/core/Command/Security/ListCertificates.php +%%WWWDIR%%/core/Command/Security/ListRoutes.php %%WWWDIR%%/core/Command/Security/RemoveCertificate.php %%WWWDIR%%/core/Command/Status.php %%WWWDIR%%/core/Command/TwoFactorAuth/Disable.php @@ -3982,7 +4009,10 @@ %%WWWDIR%%/core/Command/User/Delete.php %%WWWDIR%%/core/Command/User/Disable.php %%WWWDIR%%/core/Command/User/Enable.php +%%WWWDIR%%/core/Command/User/Inactive.php %%WWWDIR%%/core/Command/User/LastSeen.php +%%WWWDIR%%/core/Command/User/ListUserGroups.php +%%WWWDIR%%/core/Command/User/ListUsers.php %%WWWDIR%%/core/Command/User/Report.php %%WWWDIR%%/core/Command/User/ResetPassword.php %%WWWDIR%%/core/Command/User/Setting.php @@ -3997,6 +4027,7 @@ %%WWWDIR%%/core/Controller/TwoFactorChallengeController.php %%WWWDIR%%/core/Controller/UserController.php %%WWWDIR%%/core/Middleware/TwoFactorMiddleware.php +%%WWWDIR%%/core/Migrations/Version20170101010100.php %%WWWDIR%%/core/Migrations/Version20170101215145.php %%WWWDIR%%/core/Migrations/Version20170111103310.php %%WWWDIR%%/core/Migrations/Version20170213215145.php @@ -4007,6 +4038,10 @@ %%WWWDIR%%/core/Migrations/Version20170320173955.php %%WWWDIR%%/core/Migrations/Version20170418154659.php %%WWWDIR%%/core/Migrations/Version20170516100103.php +%%WWWDIR%%/core/Migrations/Version20170526104128.php +%%WWWDIR%%/core/Migrations/Version20170605143658.php +%%WWWDIR%%/core/Migrations/Version20170711191432.php +%%WWWDIR%%/core/Migrations/Version20170804201253.php %%WWWDIR%%/core/ajax/appconfig.php %%WWWDIR%%/core/ajax/preview.php %%WWWDIR%%/core/ajax/share.php @@ -4039,6 +4074,7 @@ %%WWWDIR%%/core/css/systemtags.css %%WWWDIR%%/core/css/tooltip.css %%WWWDIR%%/core/css/update.css +%%WWWDIR%%/core/doc/admin/_images/activate-the-virtual-appliance.png %%WWWDIR%%/core/doc/admin/_images/add_storage.png %%WWWDIR%%/core/doc/admin/_images/admin_filehandling-1.png %%WWWDIR%%/core/doc/admin/_images/admin_filehandling-2.png @@ -4056,8 +4092,6 @@ %%WWWDIR%%/core/doc/admin/_images/auth_rsa.png %%WWWDIR%%/core/doc/admin/_images/code-integrity-admin.png %%WWWDIR%%/core/doc/admin/_images/code-integrity-notification.png -%%WWWDIR%%/core/doc/admin/_images/community-vm-console.png -%%WWWDIR%%/core/doc/admin/_images/community-vm-splash.png %%WWWDIR%%/core/doc/admin/_images/create_public_share-10.png %%WWWDIR%%/core/doc/admin/_images/create_public_share-6.png %%WWWDIR%%/core/doc/admin/_images/create_public_share-8.png @@ -4065,6 +4099,7 @@ %%WWWDIR%%/core/doc/admin/_images/deprecs-1.png %%WWWDIR%%/core/doc/admin/_images/deprecs-2.png %%WWWDIR%%/core/doc/admin/_images/deprecs-3.png +%%WWWDIR%%/core/doc/admin/_images/download-form.png %%WWWDIR%%/core/doc/admin/_images/dropbox-1.png %%WWWDIR%%/core/doc/admin/_images/dropbox-2.png %%WWWDIR%%/core/doc/admin/_images/dropbox-3.png @@ -4093,13 +4128,6 @@ %%WWWDIR%%/core/doc/admin/_images/federation-1.png %%WWWDIR%%/core/doc/admin/_images/federation-2.png %%WWWDIR%%/core/doc/admin/_images/federation-3.png -%%WWWDIR%%/core/doc/admin/_images/files-drop-1.png -%%WWWDIR%%/core/doc/admin/_images/files-drop-2.png -%%WWWDIR%%/core/doc/admin/_images/files-drop-3.png -%%WWWDIR%%/core/doc/admin/_images/files-drop-4.png -%%WWWDIR%%/core/doc/admin/_images/files-drop-5.png -%%WWWDIR%%/core/doc/admin/_images/files-drop-6.png -%%WWWDIR%%/core/doc/admin/_images/files-drop-7.png %%WWWDIR%%/core/doc/admin/_images/firewall-1.png %%WWWDIR%%/core/doc/admin/_images/firewall-2.png %%WWWDIR%%/core/doc/admin/_images/firewall-3.png @@ -4117,12 +4145,19 @@ %%WWWDIR%%/core/doc/admin/_images/google-drive6.png %%WWWDIR%%/core/doc/admin/_images/google-drive8.png %%WWWDIR%%/core/doc/admin/_images/google-drive9.png +%%WWWDIR%%/core/doc/admin/_images/impersonate-add-groups.png +%%WWWDIR%%/core/doc/admin/_images/impersonate-installed.png +%%WWWDIR%%/core/doc/admin/_images/impersonate-settings.png +%%WWWDIR%%/core/doc/admin/_images/impersonate-uninstalled.png +%%WWWDIR%%/core/doc/admin/_images/impersonating-a-user.png %%WWWDIR%%/core/doc/admin/_images/import-ssl-cert-1.png %%WWWDIR%%/core/doc/admin/_images/import-ssl-cert-2.png +%%WWWDIR%%/core/doc/admin/_images/import-the-virtual-appliance.png %%WWWDIR%%/core/doc/admin/_images/install-wizard-a.png %%WWWDIR%%/core/doc/admin/_images/install-wizard-a1.png -%%WWWDIR%%/core/doc/admin/_images/install-wizard-a2.png %%WWWDIR%%/core/doc/admin/_images/install-wizard-a4.png +%%WWWDIR%%/core/doc/admin/_images/json-alias-after.png +%%WWWDIR%%/core/doc/admin/_images/json-alias-before.png %%WWWDIR%%/core/doc/admin/_images/ldap-advanced-1-connection.png %%WWWDIR%%/core/doc/admin/_images/ldap-advanced-2-directory.png %%WWWDIR%%/core/doc/admin/_images/ldap-advanced-3-attributes.png @@ -4137,6 +4172,7 @@ %%WWWDIR%%/core/doc/admin/_images/ldap-wizard-4-group.png %%WWWDIR%%/core/doc/admin/_images/local.png %%WWWDIR%%/core/doc/admin/_images/logging-1.png +%%WWWDIR%%/core/doc/admin/_images/login-to-the-virtual-appliance.png %%WWWDIR%%/core/doc/admin/_images/mount_options.png %%WWWDIR%%/core/doc/admin/_images/oc_admin_app_page.png %%WWWDIR%%/core/doc/admin/_images/openstack.png @@ -4145,7 +4181,9 @@ %%WWWDIR%%/core/doc/admin/_images/ownbrander-11.png %%WWWDIR%%/core/doc/admin/_images/owncloud-market-custom-groups-install.png %%WWWDIR%%/core/doc/admin/_images/owncloud-market-custom-groups.png +%%WWWDIR%%/core/doc/admin/_images/password-policy-app.png %%WWWDIR%%/core/doc/admin/_images/phpinfo.png +%%WWWDIR%%/core/doc/admin/_images/picking-a-user-to-impersonate.png %%WWWDIR%%/core/doc/admin/_images/preview_images.png %%WWWDIR%%/core/doc/admin/_images/rackspace.png %%WWWDIR%%/core/doc/admin/_images/security-setup-warning-1.png @@ -4153,8 +4191,9 @@ %%WWWDIR%%/core/doc/admin/_images/sharepoint-2.png %%WWWDIR%%/core/doc/admin/_images/sharepoint-3.png %%WWWDIR%%/core/doc/admin/_images/sharepoint-4.png -%%WWWDIR%%/core/doc/admin/_images/sharing-files-1.png %%WWWDIR%%/core/doc/admin/_images/sharing-files-2.png +%%WWWDIR%%/core/doc/admin/_images/sharing-files-settings.png +%%WWWDIR%%/core/doc/admin/_images/sharing-files-via-social-media.png %%WWWDIR%%/core/doc/admin/_images/shib-gui1.png %%WWWDIR%%/core/doc/admin/_images/shib-gui4.png %%WWWDIR%%/core/doc/admin/_images/shib-gui5.png @@ -4167,6 +4206,7 @@ %%WWWDIR%%/core/doc/admin/_images/smtp-config-smtp.png %%WWWDIR%%/core/doc/admin/_images/smtp-config-wizard.png %%WWWDIR%%/core/doc/admin/_images/trashbin-1.png +%%WWWDIR%%/core/doc/admin/_images/univention-management-console.png %%WWWDIR%%/core/doc/admin/_images/upgrade-1.png %%WWWDIR%%/core/doc/admin/_images/upgrade-2.png %%WWWDIR%%/core/doc/admin/_images/user_mounts.png @@ -4185,66 +4225,69 @@ %%WWWDIR%%/core/doc/admin/_images/workflow-3.png %%WWWDIR%%/core/doc/admin/_images/workflow-4.png %%WWWDIR%%/core/doc/admin/_images/workflow-5.png -%%WWWDIR%%/core/doc/admin/_sources/configuration_database/db_conversion.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_database/index.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/big_file_upload_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/default_files_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/encryption_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/amazons3.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/auth_mechanisms.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/dropbox.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/ftp.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/google.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/local.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/openstack.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/owncloud.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/sftp.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/smb.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/webdav.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/file_sharing_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/file_versioning.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/files_locking_transactional.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/index.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/previews_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/trashbin_options.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_ldap/ldap_proxy_cache_server_setup.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/index.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/mimetype_aliases.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/mimetype_mapping.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/activity_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/automatic_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/background_jobs_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/caching_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/custom_client_repos.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/email_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/excluded_blacklisted_files.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/external_sites.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/harden_server.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/import_ssl_cert.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/index.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/index_php_less_urls.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/js_css_asset_management_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/knowledgebase_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/language_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/logging_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/oc_server_tuning.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/occ_command.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/reverse_proxy_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/security_setup_warnings.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_server/thirdparty_php_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_user/index.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_user/reset_admin_password.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_user/reset_user_password.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_user/user_auth_ftp_smb_imap.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_user/user_auth_ldap.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_user/user_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_user/user_provisioning_api.txt +%%WWWDIR%%/core/doc/admin/_sources/appliance/index.txt +%%WWWDIR%%/core/doc/admin/_sources/appliance/installation.txt +%%WWWDIR%%/core/doc/admin/_sources/appliance/what-is-it.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/database/db_conversion.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/database/index.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/database/linux_database_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/big_file_upload_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/default_files_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/encryption_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/amazons3.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/auth_mechanisms.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/dropbox.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/ftp.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/google.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/local.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/openstack.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/owncloud.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/sftp.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/smb.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/webdav.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage_configuration_gui.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/federated_cloud_sharing_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/file_sharing_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/file_versioning.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/files_locking_transactional.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/index.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/previews_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/trashbin_options.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/index.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/ldap/ldap_proxy_cache_server_setup.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/mimetypes/index.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/activity_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/antivirus_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/automatic_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/background_jobs_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/caching_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/config_sample_php_parameters.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/custom_client_repos.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/email_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/excluded_blacklisted_files.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/external_sites.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/harden_server.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/import_ssl_cert.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/index.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/index_php_less_urls.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/js_css_asset_management_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/knowledgebase_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/language_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/logging_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/oc_server_tuning.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/occ_command.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/reverse_proxy_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/security/password-policy.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/security_setup_warnings.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/thirdparty_php_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/user/index.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/user/reset_admin_password.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/user/reset_user_password.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/user/user_auth_ftp_smb_imap.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/user/user_auth_ldap.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/user/user_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/user/user_provisioning_api.txt %%WWWDIR%%/core/doc/admin/_sources/contents.txt %%WWWDIR%%/core/doc/admin/_sources/enterprise/clients/creating_branded_apps.txt %%WWWDIR%%/core/doc/admin/_sources/enterprise/clients/custom_client_repos.txt @@ -4255,7 +4298,6 @@ %%WWWDIR%%/core/doc/admin/_sources/enterprise/external_storage/s3_swift_as_primary_object_store_configuration.txt %%WWWDIR%%/core/doc/admin/_sources/enterprise/external_storage/sharepoint-integration_configuration.txt %%WWWDIR%%/core/doc/admin/_sources/enterprise/external_storage/windows-network-drive_configuration.txt -%%WWWDIR%%/core/doc/admin/_sources/enterprise/file_management/files_drop.txt %%WWWDIR%%/core/doc/admin/_sources/enterprise/file_management/files_tagging.txt %%WWWDIR%%/core/doc/admin/_sources/enterprise/file_management/index.txt %%WWWDIR%%/core/doc/admin/_sources/enterprise/firewall/file_firewall.txt @@ -4271,21 +4313,24 @@ %%WWWDIR%%/core/doc/admin/_sources/enterprise/user_management/index.txt %%WWWDIR%%/core/doc/admin/_sources/enterprise/user_management/user_auth_shibboleth.txt %%WWWDIR%%/core/doc/admin/_sources/index.txt -%%WWWDIR%%/core/doc/admin/_sources/installation/appliance_installation.txt %%WWWDIR%%/core/doc/admin/_sources/installation/apps_management_installation.txt %%WWWDIR%%/core/doc/admin/_sources/installation/apps_supported.txt %%WWWDIR%%/core/doc/admin/_sources/installation/changing_the_web_route.txt %%WWWDIR%%/core/doc/admin/_sources/installation/command_line_installation.txt +%%WWWDIR%%/core/doc/admin/_sources/installation/configuration_notes_and_tips.txt +%%WWWDIR%%/core/doc/admin/_sources/installation/deployment_considerations.txt %%WWWDIR%%/core/doc/admin/_sources/installation/deployment_recommendations.txt %%WWWDIR%%/core/doc/admin/_sources/installation/index.txt %%WWWDIR%%/core/doc/admin/_sources/installation/installation_wizard.txt %%WWWDIR%%/core/doc/admin/_sources/installation/linux_installation.txt -%%WWWDIR%%/core/doc/admin/_sources/installation/nginx_examples.txt +%%WWWDIR%%/core/doc/admin/_sources/installation/nginx_configuration.txt %%WWWDIR%%/core/doc/admin/_sources/installation/selinux_configuration.txt %%WWWDIR%%/core/doc/admin/_sources/installation/source_installation.txt %%WWWDIR%%/core/doc/admin/_sources/installation/system_requirements.txt +%%WWWDIR%%/core/doc/admin/_sources/installation/troubleshooting.txt %%WWWDIR%%/core/doc/admin/_sources/issues/code_signing.txt %%WWWDIR%%/core/doc/admin/_sources/issues/general_troubleshooting.txt +%%WWWDIR%%/core/doc/admin/_sources/issues/impersonate_users.txt %%WWWDIR%%/core/doc/admin/_sources/issues/index.txt %%WWWDIR%%/core/doc/admin/_sources/maintenance/backup.txt %%WWWDIR%%/core/doc/admin/_sources/maintenance/enable_maintenance.txt @@ -4297,7 +4342,12 @@ %%WWWDIR%%/core/doc/admin/_sources/maintenance/restore.txt %%WWWDIR%%/core/doc/admin/_sources/maintenance/update.txt %%WWWDIR%%/core/doc/admin/_sources/maintenance/upgrade.txt +%%WWWDIR%%/core/doc/admin/_sources/performance/index.txt +%%WWWDIR%%/core/doc/admin/_sources/performance/redis.txt %%WWWDIR%%/core/doc/admin/_sources/release_notes.txt +%%WWWDIR%%/core/doc/admin/_sources/upgrading/index.txt +%%WWWDIR%%/core/doc/admin/_sources/upgrading/marketplace_apps.txt +%%WWWDIR%%/core/doc/admin/_sources/upgrading/upgrade_php.txt %%WWWDIR%%/core/doc/admin/_sources/whats_new_admin.txt %%WWWDIR%%/core/doc/admin/_static/ajax-loader.gif %%WWWDIR%%/core/doc/admin/_static/basic.css @@ -4380,66 +4430,69 @@ %%WWWDIR%%/core/doc/admin/_static/up-pressed.png %%WWWDIR%%/core/doc/admin/_static/up.png %%WWWDIR%%/core/doc/admin/_static/websupport.js -%%WWWDIR%%/core/doc/admin/configuration_database/db_conversion.html -%%WWWDIR%%/core/doc/admin/configuration_database/index.html -%%WWWDIR%%/core/doc/admin/configuration_database/linux_database_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_files/big_file_upload_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_files/default_files_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_files/encryption_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/amazons3.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/auth_mechanisms.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/dropbox.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/ftp.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/google.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/local.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/openstack.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/owncloud.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/sftp.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/smb.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/webdav.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage_configuration_gui.html -%%WWWDIR%%/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_files/file_sharing_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_files/file_versioning.html -%%WWWDIR%%/core/doc/admin/configuration_files/files_locking_transactional.html -%%WWWDIR%%/core/doc/admin/configuration_files/index.html -%%WWWDIR%%/core/doc/admin/configuration_files/previews_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_files/trashbin_options.html -%%WWWDIR%%/core/doc/admin/configuration_ldap/ldap_proxy_cache_server_setup.html -%%WWWDIR%%/core/doc/admin/configuration_mimetypes/index.html -%%WWWDIR%%/core/doc/admin/configuration_mimetypes/mimetype_aliases.html -%%WWWDIR%%/core/doc/admin/configuration_mimetypes/mimetype_mapping.html -%%WWWDIR%%/core/doc/admin/configuration_server/activity_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_server/antivirus_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_server/automatic_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_server/background_jobs_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_server/caching_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_server/config_sample_php_parameters.html -%%WWWDIR%%/core/doc/admin/configuration_server/custom_client_repos.html -%%WWWDIR%%/core/doc/admin/configuration_server/email_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_server/excluded_blacklisted_files.html -%%WWWDIR%%/core/doc/admin/configuration_server/external_sites.html -%%WWWDIR%%/core/doc/admin/configuration_server/harden_server.html -%%WWWDIR%%/core/doc/admin/configuration_server/import_ssl_cert.html -%%WWWDIR%%/core/doc/admin/configuration_server/index.html -%%WWWDIR%%/core/doc/admin/configuration_server/index_php_less_urls.html -%%WWWDIR%%/core/doc/admin/configuration_server/js_css_asset_management_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_server/knowledgebase_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_server/language_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_server/logging_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_server/oc_server_tuning.html -%%WWWDIR%%/core/doc/admin/configuration_server/occ_command.html -%%WWWDIR%%/core/doc/admin/configuration_server/reverse_proxy_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_server/security_setup_warnings.html -%%WWWDIR%%/core/doc/admin/configuration_server/thirdparty_php_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_user/index.html -%%WWWDIR%%/core/doc/admin/configuration_user/reset_admin_password.html -%%WWWDIR%%/core/doc/admin/configuration_user/reset_user_password.html -%%WWWDIR%%/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html -%%WWWDIR%%/core/doc/admin/configuration_user/user_auth_ldap.html -%%WWWDIR%%/core/doc/admin/configuration_user/user_configuration.html -%%WWWDIR%%/core/doc/admin/configuration_user/user_provisioning_api.html +%%WWWDIR%%/core/doc/admin/appliance/index.html +%%WWWDIR%%/core/doc/admin/appliance/installation.html +%%WWWDIR%%/core/doc/admin/appliance/what-is-it.html +%%WWWDIR%%/core/doc/admin/configuration/database/db_conversion.html +%%WWWDIR%%/core/doc/admin/configuration/database/index.html +%%WWWDIR%%/core/doc/admin/configuration/database/linux_database_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/files/big_file_upload_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/files/default_files_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/files/encryption_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage/amazons3.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage/auth_mechanisms.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage/dropbox.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage/ftp.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage/google.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage/local.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage/openstack.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage/owncloud.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage/sftp.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage/smb.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage/webdav.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/files/external_storage_configuration_gui.html +%%WWWDIR%%/core/doc/admin/configuration/files/federated_cloud_sharing_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/files/file_sharing_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/files/file_versioning.html +%%WWWDIR%%/core/doc/admin/configuration/files/files_locking_transactional.html +%%WWWDIR%%/core/doc/admin/configuration/files/index.html +%%WWWDIR%%/core/doc/admin/configuration/files/previews_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/files/trashbin_options.html +%%WWWDIR%%/core/doc/admin/configuration/index.html +%%WWWDIR%%/core/doc/admin/configuration/ldap/ldap_proxy_cache_server_setup.html +%%WWWDIR%%/core/doc/admin/configuration/mimetypes/index.html +%%WWWDIR%%/core/doc/admin/configuration/server/activity_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/antivirus_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/automatic_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/background_jobs_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/caching_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/config_sample_php_parameters.html +%%WWWDIR%%/core/doc/admin/configuration/server/custom_client_repos.html +%%WWWDIR%%/core/doc/admin/configuration/server/email_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/excluded_blacklisted_files.html +%%WWWDIR%%/core/doc/admin/configuration/server/external_sites.html +%%WWWDIR%%/core/doc/admin/configuration/server/harden_server.html +%%WWWDIR%%/core/doc/admin/configuration/server/import_ssl_cert.html +%%WWWDIR%%/core/doc/admin/configuration/server/index.html +%%WWWDIR%%/core/doc/admin/configuration/server/index_php_less_urls.html +%%WWWDIR%%/core/doc/admin/configuration/server/js_css_asset_management_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/knowledgebase_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/language_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/logging_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/oc_server_tuning.html +%%WWWDIR%%/core/doc/admin/configuration/server/occ_command.html +%%WWWDIR%%/core/doc/admin/configuration/server/reverse_proxy_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/security/password-policy.html +%%WWWDIR%%/core/doc/admin/configuration/server/security_setup_warnings.html +%%WWWDIR%%/core/doc/admin/configuration/server/thirdparty_php_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/user/index.html +%%WWWDIR%%/core/doc/admin/configuration/user/reset_admin_password.html +%%WWWDIR%%/core/doc/admin/configuration/user/reset_user_password.html +%%WWWDIR%%/core/doc/admin/configuration/user/user_auth_ftp_smb_imap.html +%%WWWDIR%%/core/doc/admin/configuration/user/user_auth_ldap.html +%%WWWDIR%%/core/doc/admin/configuration/user/user_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/user/user_provisioning_api.html %%WWWDIR%%/core/doc/admin/contents.html %%WWWDIR%%/core/doc/admin/enterprise/clients/creating_branded_apps.html %%WWWDIR%%/core/doc/admin/enterprise/clients/custom_client_repos.html @@ -4450,7 +4503,6 @@ %%WWWDIR%%/core/doc/admin/enterprise/external_storage/s3_swift_as_primary_object_store_configuration.html %%WWWDIR%%/core/doc/admin/enterprise/external_storage/sharepoint-integration_configuration.html %%WWWDIR%%/core/doc/admin/enterprise/external_storage/windows-network-drive_configuration.html -%%WWWDIR%%/core/doc/admin/enterprise/file_management/files_drop.html %%WWWDIR%%/core/doc/admin/enterprise/file_management/files_tagging.html %%WWWDIR%%/core/doc/admin/enterprise/file_management/index.html %%WWWDIR%%/core/doc/admin/enterprise/firewall/file_firewall.html @@ -4467,21 +4519,24 @@ %%WWWDIR%%/core/doc/admin/enterprise/user_management/user_auth_shibboleth.html %%WWWDIR%%/core/doc/admin/genindex.html %%WWWDIR%%/core/doc/admin/index.html -%%WWWDIR%%/core/doc/admin/installation/appliance_installation.html %%WWWDIR%%/core/doc/admin/installation/apps_management_installation.html %%WWWDIR%%/core/doc/admin/installation/apps_supported.html %%WWWDIR%%/core/doc/admin/installation/changing_the_web_route.html %%WWWDIR%%/core/doc/admin/installation/command_line_installation.html +%%WWWDIR%%/core/doc/admin/installation/configuration_notes_and_tips.html +%%WWWDIR%%/core/doc/admin/installation/deployment_considerations.html %%WWWDIR%%/core/doc/admin/installation/deployment_recommendations.html %%WWWDIR%%/core/doc/admin/installation/index.html %%WWWDIR%%/core/doc/admin/installation/installation_wizard.html %%WWWDIR%%/core/doc/admin/installation/linux_installation.html -%%WWWDIR%%/core/doc/admin/installation/nginx_examples.html +%%WWWDIR%%/core/doc/admin/installation/nginx_configuration.html %%WWWDIR%%/core/doc/admin/installation/selinux_configuration.html %%WWWDIR%%/core/doc/admin/installation/source_installation.html %%WWWDIR%%/core/doc/admin/installation/system_requirements.html +%%WWWDIR%%/core/doc/admin/installation/troubleshooting.html %%WWWDIR%%/core/doc/admin/issues/code_signing.html %%WWWDIR%%/core/doc/admin/issues/general_troubleshooting.html +%%WWWDIR%%/core/doc/admin/issues/impersonate_users.html %%WWWDIR%%/core/doc/admin/issues/index.html %%WWWDIR%%/core/doc/admin/maintenance/backup.html %%WWWDIR%%/core/doc/admin/maintenance/enable_maintenance.html @@ -4494,15 +4549,22 @@ %%WWWDIR%%/core/doc/admin/maintenance/update.html %%WWWDIR%%/core/doc/admin/maintenance/upgrade.html %%WWWDIR%%/core/doc/admin/objects.inv +%%WWWDIR%%/core/doc/admin/performance/index.html +%%WWWDIR%%/core/doc/admin/performance/redis.html %%WWWDIR%%/core/doc/admin/release_notes.html %%WWWDIR%%/core/doc/admin/search.html %%WWWDIR%%/core/doc/admin/searchindex.js +%%WWWDIR%%/core/doc/admin/upgrading/index.html +%%WWWDIR%%/core/doc/admin/upgrading/marketplace_apps.html +%%WWWDIR%%/core/doc/admin/upgrading/upgrade_php.html %%WWWDIR%%/core/doc/admin/whats_new_admin.html %%WWWDIR%%/core/doc/user/_images/add-user-to-guests.png %%WWWDIR%%/core/doc/user/_images/contact_thunderbird-Symbol_Gear.jpg %%WWWDIR%%/core/doc/user/_images/contact_thunderbird-Symbol_Impeller.jpg %%WWWDIR%%/core/doc/user/_images/contact_thunderbird-URL_config.jpg %%WWWDIR%%/core/doc/user/_images/content-shared-with-guest-user.png +%%WWWDIR%%/core/doc/user/_images/create-drop-folder.png +%%WWWDIR%%/core/doc/user/_images/create-public-link.png %%WWWDIR%%/core/doc/user/_images/create_public_share-6.png %%WWWDIR%%/core/doc/user/_images/create_public_share-8.png %%WWWDIR%%/core/doc/user/_images/create_public_share-9.png @@ -4514,12 +4576,6 @@ %%WWWDIR%%/core/doc/user/_images/explorer_webdav.png %%WWWDIR%%/core/doc/user/_images/file_menu_comments_2.png %%WWWDIR%%/core/doc/user/_images/file_popup-menu.png -%%WWWDIR%%/core/doc/user/_images/files-drop-2.png -%%WWWDIR%%/core/doc/user/_images/files-drop-3.png -%%WWWDIR%%/core/doc/user/_images/files-drop-4.png -%%WWWDIR%%/core/doc/user/_images/files-drop-5.png -%%WWWDIR%%/core/doc/user/_images/files-drop-6.png -%%WWWDIR%%/core/doc/user/_images/files-drop-7.png %%WWWDIR%%/core/doc/user/_images/files_file-controls.png %%WWWDIR%%/core/doc/user/_images/files_mark-as-favorite.png %%WWWDIR%%/core/doc/user/_images/files_page-2.png @@ -4533,6 +4589,8 @@ %%WWWDIR%%/core/doc/user/_images/files_page1.png %%WWWDIR%%/core/doc/user/_images/files_share-options.png %%WWWDIR%%/core/doc/user/_images/files_versioning.png +%%WWWDIR%%/core/doc/user/_images/files_view_mouseover.png +%%WWWDIR%%/core/doc/user/_images/files_view_select_all.png %%WWWDIR%%/core/doc/user/_images/gallery-1.png %%WWWDIR%%/core/doc/user/_images/gallery-2.png %%WWWDIR%%/core/doc/user/_images/hidden_files.png @@ -4553,12 +4611,14 @@ %%WWWDIR%%/core/doc/user/_images/owncloud-share-to-custom-group.png %%WWWDIR%%/core/doc/user/_images/personal_settings.png %%WWWDIR%%/core/doc/user/_images/private-link.png +%%WWWDIR%%/core/doc/user/_images/public-link-settings.png %%WWWDIR%%/core/doc/user/_images/quota1.png %%WWWDIR%%/core/doc/user/_images/rename-custom-group.png %%WWWDIR%%/core/doc/user/_images/settings_devices.png %%WWWDIR%%/core/doc/user/_images/settings_devices_add.png %%WWWDIR%%/core/doc/user/_images/settings_sessions.png %%WWWDIR%%/core/doc/user/_images/share-with-guest-users.png +%%WWWDIR%%/core/doc/user/_images/use-drop-folders.png %%WWWDIR%%/core/doc/user/_images/video_player_2.png %%WWWDIR%%/core/doc/user/_images/webdav_dolphin.png %%WWWDIR%%/core/doc/user/_images/webdav_gnome3_nautilus.png @@ -4567,18 +4627,24 @@ %%WWWDIR%%/core/doc/user/_sources/external_storage/index.txt %%WWWDIR%%/core/doc/user/_sources/external_storage/sharepoint_connecting.txt %%WWWDIR%%/core/doc/user/_sources/files/access_webdav.txt -%%WWWDIR%%/core/doc/user/_sources/files/access_webgui.txt %%WWWDIR%%/core/doc/user/_sources/files/deleted_file_management.txt %%WWWDIR%%/core/doc/user/_sources/files/desktop_mobile_sync.txt %%WWWDIR%%/core/doc/user/_sources/files/encrypting_files.txt %%WWWDIR%%/core/doc/user/_sources/files/federated_cloud_sharing.txt -%%WWWDIR%%/core/doc/user/_sources/files/file_drop.txt %%WWWDIR%%/core/doc/user/_sources/files/gallery_app.txt %%WWWDIR%%/core/doc/user/_sources/files/index.txt %%WWWDIR%%/core/doc/user/_sources/files/large_file_upload.txt -%%WWWDIR%%/core/doc/user/_sources/files/quota.txt +%%WWWDIR%%/core/doc/user/_sources/files/public_link_shares.txt %%WWWDIR%%/core/doc/user/_sources/files/troubleshooting.txt %%WWWDIR%%/core/doc/user/_sources/files/version_control.txt +%%WWWDIR%%/core/doc/user/_sources/files/webgui/comments.txt +%%WWWDIR%%/core/doc/user/_sources/files/webgui/custom_groups.txt +%%WWWDIR%%/core/doc/user/_sources/files/webgui/index.txt +%%WWWDIR%%/core/doc/user/_sources/files/webgui/navigating.txt +%%WWWDIR%%/core/doc/user/_sources/files/webgui/overview.txt +%%WWWDIR%%/core/doc/user/_sources/files/webgui/quota.txt +%%WWWDIR%%/core/doc/user/_sources/files/webgui/sharing.txt +%%WWWDIR%%/core/doc/user/_sources/files/webgui/tagging.txt %%WWWDIR%%/core/doc/user/_sources/index.txt %%WWWDIR%%/core/doc/user/_sources/pim/calendar.txt %%WWWDIR%%/core/doc/user/_sources/pim/contacts.txt @@ -4590,7 +4656,6 @@ %%WWWDIR%%/core/doc/user/_sources/pim/troubleshooting.txt %%WWWDIR%%/core/doc/user/_sources/session_management.txt %%WWWDIR%%/core/doc/user/_sources/userpreferences.txt -%%WWWDIR%%/core/doc/user/_sources/webdav-api/index.txt %%WWWDIR%%/core/doc/user/_sources/webinterface.txt %%WWWDIR%%/core/doc/user/_sources/whats_new.txt %%WWWDIR%%/core/doc/user/_static/ajax-loader.gif @@ -4679,18 +4744,24 @@ %%WWWDIR%%/core/doc/user/external_storage/index.html %%WWWDIR%%/core/doc/user/external_storage/sharepoint_connecting.html %%WWWDIR%%/core/doc/user/files/access_webdav.html -%%WWWDIR%%/core/doc/user/files/access_webgui.html %%WWWDIR%%/core/doc/user/files/deleted_file_management.html %%WWWDIR%%/core/doc/user/files/desktop_mobile_sync.html %%WWWDIR%%/core/doc/user/files/encrypting_files.html %%WWWDIR%%/core/doc/user/files/federated_cloud_sharing.html -%%WWWDIR%%/core/doc/user/files/file_drop.html %%WWWDIR%%/core/doc/user/files/gallery_app.html %%WWWDIR%%/core/doc/user/files/index.html %%WWWDIR%%/core/doc/user/files/large_file_upload.html -%%WWWDIR%%/core/doc/user/files/quota.html +%%WWWDIR%%/core/doc/user/files/public_link_shares.html %%WWWDIR%%/core/doc/user/files/troubleshooting.html %%WWWDIR%%/core/doc/user/files/version_control.html +%%WWWDIR%%/core/doc/user/files/webgui/comments.html +%%WWWDIR%%/core/doc/user/files/webgui/custom_groups.html +%%WWWDIR%%/core/doc/user/files/webgui/index.html +%%WWWDIR%%/core/doc/user/files/webgui/navigating.html +%%WWWDIR%%/core/doc/user/files/webgui/overview.html +%%WWWDIR%%/core/doc/user/files/webgui/quota.html +%%WWWDIR%%/core/doc/user/files/webgui/sharing.html +%%WWWDIR%%/core/doc/user/files/webgui/tagging.html %%WWWDIR%%/core/doc/user/genindex.html %%WWWDIR%%/core/doc/user/index.html %%WWWDIR%%/core/doc/user/objects.inv @@ -4706,7 +4777,6 @@ %%WWWDIR%%/core/doc/user/searchindex.js %%WWWDIR%%/core/doc/user/session_management.html %%WWWDIR%%/core/doc/user/userpreferences.html -%%WWWDIR%%/core/doc/user/webdav-api/index.html %%WWWDIR%%/core/doc/user/webinterface.html %%WWWDIR%%/core/doc/user/whats_new.html %%WWWDIR%%/core/fonts/LICENSE.txt @@ -4795,6 +4865,8 @@ %%WWWDIR%%/core/img/actions/view-pause.svg %%WWWDIR%%/core/img/actions/view-play.svg %%WWWDIR%%/core/img/actions/view-previous.svg +%%WWWDIR%%/core/img/apps/shield.svg +%%WWWDIR%%/core/img/apps/workflow.svg %%WWWDIR%%/core/img/appstore.svg %%WWWDIR%%/core/img/background.jpg %%WWWDIR%%/core/img/breadcrumb.svg @@ -9996,6 +10068,7 @@ %%WWWDIR%%/lib/private/DB/MySQLMigrator.php %%WWWDIR%%/lib/private/DB/MySqlTools.php %%WWWDIR%%/lib/private/DB/NoCheckMigrator.php +%%WWWDIR%%/lib/private/DB/OCPostgreSqlPlatform.php %%WWWDIR%%/lib/private/DB/OCSqlitePlatform.php %%WWWDIR%%/lib/private/DB/OracleConnection.php %%WWWDIR%%/lib/private/DB/OracleMigrator.php @@ -10072,6 +10145,7 @@ %%WWWDIR%%/lib/private/Files/External/PriorityTrait.php %%WWWDIR%%/lib/private/Files/External/Service/DBConfigService.php %%WWWDIR%%/lib/private/Files/External/Service/GlobalStoragesService.php +%%WWWDIR%%/lib/private/Files/External/Service/LegacyStoragesService.php %%WWWDIR%%/lib/private/Files/External/Service/StoragesService.php %%WWWDIR%%/lib/private/Files/External/Service/UserGlobalStoragesService.php %%WWWDIR%%/lib/private/Files/External/Service/UserStoragesService.php @@ -10598,6 +10672,9 @@ %%WWWDIR%%/lib/public/Settings/ISettings.php %%WWWDIR%%/lib/public/Settings/ISettingsManager.php %%WWWDIR%%/lib/public/Share.php +%%WWWDIR%%/lib/public/Share/Events/AcceptShare.php +%%WWWDIR%%/lib/public/Share/Events/DeclineShare.php +%%WWWDIR%%/lib/public/Share/Events/ShareEvent.php %%WWWDIR%%/lib/public/Share/Exceptions/GenericShareException.php %%WWWDIR%%/lib/public/Share/Exceptions/IllegalIDChangeException.php %%WWWDIR%%/lib/public/Share/Exceptions/ShareNotFound.php @@ -10617,6 +10694,8 @@ %%WWWDIR%%/lib/public/SystemTag/TagAlreadyExistsException.php %%WWWDIR%%/lib/public/SystemTag/TagNotFoundException.php %%WWWDIR%%/lib/public/Template.php +%%WWWDIR%%/lib/public/Theme/ITheme.php +%%WWWDIR%%/lib/public/Theme/IThemeService.php %%WWWDIR%%/lib/public/User.php %%WWWDIR%%/lib/public/User/IChangePasswordBackend.php %%WWWDIR%%/lib/public/User/IProvidesEMailBackend.php @@ -10649,7 +10728,6 @@ %%WWWDIR%%/settings/Controller/GroupsController.php %%WWWDIR%%/settings/Controller/LogSettingsController.php %%WWWDIR%%/settings/Controller/MailSettingsController.php -%%WWWDIR%%/settings/Controller/SecuritySettingsController.php %%WWWDIR%%/settings/Controller/SettingsPageController.php %%WWWDIR%%/settings/Controller/UsersController.php %%WWWDIR%%/settings/Middleware/SubadminMiddleware.php @@ -10913,7 +10991,6 @@ %%WWWDIR%%/settings/templates/users/part.userlist.php %%WWWDIR%%/settings/users.php %%WWWDIR%%/status.php -%%WWWDIR%%/themes/README %%WWWDIR%%/updater/COPYING-AGPL %%WWWDIR%%/updater/README.md %%WWWDIR%%/updater/app/bootstrap.php @@ -10945,8 +11022,6 @@ %%WWWDIR%%/updater/src/Command/CleanCacheCommand.php %%WWWDIR%%/updater/src/Command/Command.php %%WWWDIR%%/updater/src/Command/DetectCommand.php -%%WWWDIR%%/updater/src/Command/DisableNotShippedAppsCommand.php -%%WWWDIR%%/updater/src/Command/EnableNotShippedAppsCommand.php %%WWWDIR%%/updater/src/Command/ExecuteCoreUpgradeScriptsCommand.php %%WWWDIR%%/updater/src/Command/InfoCommand.php %%WWWDIR%%/updater/src/Command/MaintenanceModeCommand.php From owner-svn-ports-all@freebsd.org Sat Oct 7 09:12:44 2017 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 3352EE332F0; Sat, 7 Oct 2017 09:12:44 +0000 (UTC) (envelope-from sunpoet@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 EDE4067640; Sat, 7 Oct 2017 09:12:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979ChxR079558; Sat, 7 Oct 2017 09:12:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979Cgmc079556; Sat, 7 Oct 2017 09:12:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070912.v979Cgmc079556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:12:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451434 - head/converters/p5-Encode X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/converters/p5-Encode X-SVN-Commit-Revision: 451434 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:12:44 -0000 Author: sunpoet Date: Sat Oct 7 09:12:42 2017 New Revision: 451434 URL: https://svnweb.freebsd.org/changeset/ports/451434 Log: Update to 2.93 Changes: http://search.cpan.org/dist/Encode/Changes Modified: head/converters/p5-Encode/Makefile head/converters/p5-Encode/distinfo Modified: head/converters/p5-Encode/Makefile ============================================================================== --- head/converters/p5-Encode/Makefile Sat Oct 7 09:12:37 2017 (r451433) +++ head/converters/p5-Encode/Makefile Sat Oct 7 09:12:42 2017 (r451434) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Encode -PORTVERSION= 2.92 +PORTVERSION= 2.93 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DANKOGAI Modified: head/converters/p5-Encode/distinfo ============================================================================== --- head/converters/p5-Encode/distinfo Sat Oct 7 09:12:37 2017 (r451433) +++ head/converters/p5-Encode/distinfo Sat Oct 7 09:12:42 2017 (r451434) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500396494 -SHA256 (Encode-2.92.tar.gz) = 652bd409c06c67a210a74bf3858a0555b8ed436f0d570accfcef7baae1564db2 -SIZE (Encode-2.92.tar.gz) = 2035975 +TIMESTAMP = 1507363015 +SHA256 (Encode-2.93.tar.gz) = 2d06b0375c84a75cf3762685e6d94c3aef25833fd0427daa0ae87b04ae6f739c +SIZE (Encode-2.93.tar.gz) = 2043235 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:12:48 2017 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 D9473E33316; Sat, 7 Oct 2017 09:12:48 +0000 (UTC) (envelope-from sunpoet@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 96A18676B2; Sat, 7 Oct 2017 09:12:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979Clrw079685; Sat, 7 Oct 2017 09:12:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979Cled079683; Sat, 7 Oct 2017 09:12:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070912.v979Cled079683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451435 - head/misc/p5-Geo-Coder-Google X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/p5-Geo-Coder-Google X-SVN-Commit-Revision: 451435 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:12:49 -0000 Author: sunpoet Date: Sat Oct 7 09:12:47 2017 New Revision: 451435 URL: https://svnweb.freebsd.org/changeset/ports/451435 Log: Update to 0.19 Changes: http://search.cpan.org/dist/Geo-Coder-Google/Changes Modified: head/misc/p5-Geo-Coder-Google/Makefile head/misc/p5-Geo-Coder-Google/distinfo Modified: head/misc/p5-Geo-Coder-Google/Makefile ============================================================================== --- head/misc/p5-Geo-Coder-Google/Makefile Sat Oct 7 09:12:42 2017 (r451434) +++ head/misc/p5-Geo-Coder-Google/Makefile Sat Oct 7 09:12:47 2017 (r451435) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-Coder-Google -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/misc/p5-Geo-Coder-Google/distinfo ============================================================================== --- head/misc/p5-Geo-Coder-Google/distinfo Sat Oct 7 09:12:42 2017 (r451434) +++ head/misc/p5-Geo-Coder-Google/distinfo Sat Oct 7 09:12:47 2017 (r451435) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485797790 -SHA256 (Geo-Coder-Google-0.18.tar.gz) = 3c9bbc0f7679cc33e9a2d4af5999aeae08b241f0cfbf4056f405ed8a8ea01691 -SIZE (Geo-Coder-Google-0.18.tar.gz) = 8716 +TIMESTAMP = 1507363027 +SHA256 (Geo-Coder-Google-0.19.tar.gz) = 4e4915b04d3e86a7c8f749b6e20229f7b58a95eec74ece92baa6a35a68d2bd26 +SIZE (Geo-Coder-Google-0.19.tar.gz) = 8667 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:12:53 2017 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 DE397E33369; Sat, 7 Oct 2017 09:12:53 +0000 (UTC) (envelope-from sunpoet@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 A630567735; Sat, 7 Oct 2017 09:12:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979Cqxu079812; Sat, 7 Oct 2017 09:12:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979Cqqu079810; Sat, 7 Oct 2017 09:12:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070912.v979Cqqu079810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451436 - head/math/pecl-bitset X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/pecl-bitset X-SVN-Commit-Revision: 451436 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:12:54 -0000 Author: sunpoet Date: Sat Oct 7 09:12:52 2017 New Revision: 451436 URL: https://svnweb.freebsd.org/changeset/ports/451436 Log: Update to 3.0.1 Changes: https://pecl.php.net/package-changelog.php?package=Bitset Modified: head/math/pecl-bitset/Makefile head/math/pecl-bitset/distinfo Modified: head/math/pecl-bitset/Makefile ============================================================================== --- head/math/pecl-bitset/Makefile Sat Oct 7 09:12:47 2017 (r451435) +++ head/math/pecl-bitset/Makefile Sat Oct 7 09:12:52 2017 (r451436) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bitset -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= math MAINTAINER= sunpoet@FreeBSD.org Modified: head/math/pecl-bitset/distinfo ============================================================================== --- head/math/pecl-bitset/distinfo Sat Oct 7 09:12:47 2017 (r451435) +++ head/math/pecl-bitset/distinfo Sat Oct 7 09:12:52 2017 (r451436) @@ -1,2 +1,3 @@ -SHA256 (PECL/bitset-3.0.0.tgz) = eebd84594dd67cd0dc5335b8996b7594d1eae030df01fa40aa554d8ed2a2a664 -SIZE (PECL/bitset-3.0.0.tgz) = 12757 +TIMESTAMP = 1507363035 +SHA256 (PECL/bitset-3.0.1.tgz) = e03e14b0412f3978e80fe30521775a2d03d7c72bdbf71c6a32e8ba3207f1c836 +SIZE (PECL/bitset-3.0.1.tgz) = 13020 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:12:58 2017 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 D0D24E33397; Sat, 7 Oct 2017 09:12:58 +0000 (UTC) (envelope-from sunpoet@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 9FBFE6779F; Sat, 7 Oct 2017 09:12:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979CvMB079934; Sat, 7 Oct 2017 09:12:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979CvYO079932; Sat, 7 Oct 2017 09:12:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070912.v979CvYO079932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451437 - head/math/pecl-bitset2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/pecl-bitset2 X-SVN-Commit-Revision: 451437 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:12:58 -0000 Author: sunpoet Date: Sat Oct 7 09:12:57 2017 New Revision: 451437 URL: https://svnweb.freebsd.org/changeset/ports/451437 Log: Update to 2.0.4 Changes: https://pecl.php.net/package-changelog.php?package=Bitset Modified: head/math/pecl-bitset2/Makefile head/math/pecl-bitset2/distinfo Modified: head/math/pecl-bitset2/Makefile ============================================================================== --- head/math/pecl-bitset2/Makefile Sat Oct 7 09:12:52 2017 (r451436) +++ head/math/pecl-bitset2/Makefile Sat Oct 7 09:12:57 2017 (r451437) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bitset -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 2.0.4 CATEGORIES= math PKGNAMESUFFIX= 2 Modified: head/math/pecl-bitset2/distinfo ============================================================================== --- head/math/pecl-bitset2/distinfo Sat Oct 7 09:12:52 2017 (r451436) +++ head/math/pecl-bitset2/distinfo Sat Oct 7 09:12:57 2017 (r451437) @@ -1,2 +1,3 @@ -SHA256 (PECL/bitset-2.0.3.tgz) = 6fbfe633482e281e08291e56edd1270057ff4e883aca13822273e3729f491ebe -SIZE (PECL/bitset-2.0.3.tgz) = 19682 +TIMESTAMP = 1507363042 +SHA256 (PECL/bitset-2.0.4.tgz) = 73ea3f265d2c2f2da2f871ca043d3d8541e2ccc80a7f0e8f0f41ca48a839622b +SIZE (PECL/bitset-2.0.4.tgz) = 19973 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:13:04 2017 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 33EAAE333CC; Sat, 7 Oct 2017 09:13:04 +0000 (UTC) (envelope-from sunpoet@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 F03696780F; Sat, 7 Oct 2017 09:13:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979D3fj080063; Sat, 7 Oct 2017 09:13:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979D294080061; Sat, 7 Oct 2017 09:13:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070913.v979D294080061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451438 - head/devel/rubygem-et-orbi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-et-orbi X-SVN-Commit-Revision: 451438 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:13:04 -0000 Author: sunpoet Date: Sat Oct 7 09:13:02 2017 New Revision: 451438 URL: https://svnweb.freebsd.org/changeset/ports/451438 Log: Update to 1.0.7 Changes: https://github.com/floraison/et-orbi/blob/master/CHANGELOG.md Modified: head/devel/rubygem-et-orbi/Makefile head/devel/rubygem-et-orbi/distinfo Modified: head/devel/rubygem-et-orbi/Makefile ============================================================================== --- head/devel/rubygem-et-orbi/Makefile Sat Oct 7 09:12:57 2017 (r451437) +++ head/devel/rubygem-et-orbi/Makefile Sat Oct 7 09:13:02 2017 (r451438) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= et-orbi -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-et-orbi/distinfo ============================================================================== --- head/devel/rubygem-et-orbi/distinfo Sat Oct 7 09:12:57 2017 (r451437) +++ head/devel/rubygem-et-orbi/distinfo Sat Oct 7 09:13:02 2017 (r451438) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507191028 -SHA256 (rubygem/et-orbi-1.0.6.gem) = e1933c323117d6395783c235f40bd2e238c2ac3edb46f5a1a1540f25f914ac35 -SIZE (rubygem/et-orbi-1.0.6.gem) = 12800 +TIMESTAMP = 1507363048 +SHA256 (rubygem/et-orbi-1.0.7.gem) = 19519e3574220a7bbd8ffad6ea07b41429d15758e9d6fd233eae76657de2d951 +SIZE (rubygem/et-orbi-1.0.7.gem) = 12800 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:13:09 2017 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 7B776E333FD; Sat, 7 Oct 2017 09:13:09 +0000 (UTC) (envelope-from sunpoet@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 470BB6788B; Sat, 7 Oct 2017 09:13:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979D8f0080188; Sat, 7 Oct 2017 09:13:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979D8Rv080186; Sat, 7 Oct 2017 09:13:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070913.v979D8Rv080186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:13:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451439 - head/devel/rubygem-sidekiq-scheduler X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-sidekiq-scheduler X-SVN-Commit-Revision: 451439 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:13:09 -0000 Author: sunpoet Date: Sat Oct 7 09:13:08 2017 New Revision: 451439 URL: https://svnweb.freebsd.org/changeset/ports/451439 Log: Update to 2.1.10 Changes: https://github.com/moove-it/sidekiq-scheduler/releases Modified: head/devel/rubygem-sidekiq-scheduler/Makefile head/devel/rubygem-sidekiq-scheduler/distinfo Modified: head/devel/rubygem-sidekiq-scheduler/Makefile ============================================================================== --- head/devel/rubygem-sidekiq-scheduler/Makefile Sat Oct 7 09:13:02 2017 (r451438) +++ head/devel/rubygem-sidekiq-scheduler/Makefile Sat Oct 7 09:13:08 2017 (r451439) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sidekiq-scheduler -PORTVERSION= 2.1.9 +PORTVERSION= 2.1.10 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sidekiq-scheduler/distinfo ============================================================================== --- head/devel/rubygem-sidekiq-scheduler/distinfo Sat Oct 7 09:13:02 2017 (r451438) +++ head/devel/rubygem-sidekiq-scheduler/distinfo Sat Oct 7 09:13:08 2017 (r451439) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504258090 -SHA256 (rubygem/sidekiq-scheduler-2.1.9.gem) = 22b6fec4c12f76fb6ff564caa9fc823ad6d4b3174edbf560a552c8f81e9be779 -SIZE (rubygem/sidekiq-scheduler-2.1.9.gem) = 17408 +TIMESTAMP = 1507363057 +SHA256 (rubygem/sidekiq-scheduler-2.1.10.gem) = 065fbb826babacd00246c8e348824e26a89d762044faa5e64e0d7fe9aa50c16b +SIZE (rubygem/sidekiq-scheduler-2.1.10.gem) = 18432 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:13:14 2017 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 5399BE33428; Sat, 7 Oct 2017 09:13:14 +0000 (UTC) (envelope-from sunpoet@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 1AD0C678F3; Sat, 7 Oct 2017 09:13:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979DDen080310; Sat, 7 Oct 2017 09:13:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979DDq0080308; Sat, 7 Oct 2017 09:13:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070913.v979DDq0080308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:13:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451440 - head/net/rubygem-gitaly-proto X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-gitaly-proto X-SVN-Commit-Revision: 451440 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:13:14 -0000 Author: sunpoet Date: Sat Oct 7 09:13:12 2017 New Revision: 451440 URL: https://svnweb.freebsd.org/changeset/ports/451440 Log: Update to 0.40.0 Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master Modified: head/net/rubygem-gitaly-proto/Makefile head/net/rubygem-gitaly-proto/distinfo Modified: head/net/rubygem-gitaly-proto/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Sat Oct 7 09:13:08 2017 (r451439) +++ head/net/rubygem-gitaly-proto/Makefile Sat Oct 7 09:13:12 2017 (r451440) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitaly-proto -PORTVERSION= 0.39.0 +PORTVERSION= 0.40.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-gitaly-proto/distinfo ============================================================================== --- head/net/rubygem-gitaly-proto/distinfo Sat Oct 7 09:13:08 2017 (r451439) +++ head/net/rubygem-gitaly-proto/distinfo Sat Oct 7 09:13:12 2017 (r451440) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507041444 -SHA256 (rubygem/gitaly-proto-0.39.0.gem) = b388c127618280ade459999399f5e8184c4ba7b67f006ee2149196ec9d1f2c47 -SIZE (rubygem/gitaly-proto-0.39.0.gem) = 11776 +TIMESTAMP = 1507363068 +SHA256 (rubygem/gitaly-proto-0.40.0.gem) = 91f57b48dbaa2f2bcbbd73de18111bc7229916feff3bea94a6641af0d501fbbf +SIZE (rubygem/gitaly-proto-0.40.0.gem) = 11776 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:13:20 2017 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 033BFE33465; Sat, 7 Oct 2017 09:13:20 +0000 (UTC) (envelope-from sunpoet@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 BF88567987; Sat, 7 Oct 2017 09:13:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979DIZn080435; Sat, 7 Oct 2017 09:13:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979DIPS080433; Sat, 7 Oct 2017 09:13:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070913.v979DIPS080433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451441 - head/textproc/rubygem-autoprefixer-rails X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-autoprefixer-rails X-SVN-Commit-Revision: 451441 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:13:20 -0000 Author: sunpoet Date: Sat Oct 7 09:13:18 2017 New Revision: 451441 URL: https://svnweb.freebsd.org/changeset/ports/451441 Log: Update to 7.1.5 Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-autoprefixer-rails/Makefile head/textproc/rubygem-autoprefixer-rails/distinfo Modified: head/textproc/rubygem-autoprefixer-rails/Makefile ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/Makefile Sat Oct 7 09:13:12 2017 (r451440) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Sat Oct 7 09:13:18 2017 (r451441) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 7.1.4 +PORTVERSION= 7.1.5 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Sat Oct 7 09:13:12 2017 (r451440) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Sat Oct 7 09:13:18 2017 (r451441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505920153 -SHA256 (rubygem/autoprefixer-rails-7.1.4.gem) = ebeb336e645b6a950898a50f289b39e4c190f0e1cf236d6af0a31f1a5a4eecf0 -SIZE (rubygem/autoprefixer-rails-7.1.4.gem) = 188416 +TIMESTAMP = 1507363100 +SHA256 (rubygem/autoprefixer-rails-7.1.5.gem) = fa1b575e46e151f5ee42070c7f72e011bb820cb091cd85e540414dd94281e3f5 +SIZE (rubygem/autoprefixer-rails-7.1.5.gem) = 190976 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:13:25 2017 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 C2CB1E33495; Sat, 7 Oct 2017 09:13:25 +0000 (UTC) (envelope-from sunpoet@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 8F41867A0D; Sat, 7 Oct 2017 09:13:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979DOwX080576; Sat, 7 Oct 2017 09:13:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979DOD2080573; Sat, 7 Oct 2017 09:13:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070913.v979DOD2080573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451442 - head/astro/p5-Astro-Constants X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/astro/p5-Astro-Constants X-SVN-Commit-Revision: 451442 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:13:25 -0000 Author: sunpoet Date: Sat Oct 7 09:13:24 2017 New Revision: 451442 URL: https://svnweb.freebsd.org/changeset/ports/451442 Log: Update to 0.12 Changes: http://search.cpan.org/dist/Astro-Constants/ChangeLog Modified: head/astro/p5-Astro-Constants/Makefile head/astro/p5-Astro-Constants/distinfo head/astro/p5-Astro-Constants/pkg-plist Modified: head/astro/p5-Astro-Constants/Makefile ============================================================================== --- head/astro/p5-Astro-Constants/Makefile Sat Oct 7 09:13:18 2017 (r451441) +++ head/astro/p5-Astro-Constants/Makefile Sat Oct 7 09:13:24 2017 (r451442) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= Astro-Constants -PORTVERSION= 0.1100 +PORTVERSION= 0.1200 CATEGORIES= astro perl5 science MASTER_SITES= CPAN/Astro +DISTNAME= ${PORTNAME}-${PORTVERSION:C|00$||} PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/astro/p5-Astro-Constants/distinfo ============================================================================== --- head/astro/p5-Astro-Constants/distinfo Sat Oct 7 09:13:18 2017 (r451441) +++ head/astro/p5-Astro-Constants/distinfo Sat Oct 7 09:13:24 2017 (r451442) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495034370 -SHA256 (Astro-Constants-0.1100.tar.gz) = c1c62382c244e9763a3bcd4ebac3c8ac5eb664ec0cc0601fb4bc75720904fcc1 -SIZE (Astro-Constants-0.1100.tar.gz) = 38555 +TIMESTAMP = 1507366528 +SHA256 (Astro-Constants-0.12.tar.gz) = d66760dd6d84a00f20bb20d6c660d75f6bf0928cf599ab618f292a053699e913 +SIZE (Astro-Constants-0.12.tar.gz) = 50967 Modified: head/astro/p5-Astro-Constants/pkg-plist ============================================================================== --- head/astro/p5-Astro-Constants/pkg-plist Sat Oct 7 09:13:18 2017 (r451441) +++ head/astro/p5-Astro-Constants/pkg-plist Sat Oct 7 09:13:24 2017 (r451442) @@ -1,6 +1,8 @@ %%SITE_PERL%%/Astro/Constants.pm %%SITE_PERL%%/Astro/Constants/CGS.pm %%SITE_PERL%%/Astro/Constants/MKS.pm +%%SITE_PERL%%/Astro/Roadmap.pod %%PERL5_MAN3%%/Astro::Constants.3.gz %%PERL5_MAN3%%/Astro::Constants::CGS.3.gz %%PERL5_MAN3%%/Astro::Constants::MKS.3.gz +%%PERL5_MAN3%%/Astro::Roadmap.3.gz From owner-svn-ports-all@freebsd.org Sat Oct 7 09:13:31 2017 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 63242E334C1; Sat, 7 Oct 2017 09:13:31 +0000 (UTC) (envelope-from sunpoet@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 2DA8667A8A; Sat, 7 Oct 2017 09:13:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979DU2s080698; Sat, 7 Oct 2017 09:13:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979DUkb080696; Sat, 7 Oct 2017 09:13:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070913.v979DUkb080696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451443 - head/devel/p5-Config-Std X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Config-Std X-SVN-Commit-Revision: 451443 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:13:31 -0000 Author: sunpoet Date: Sat Oct 7 09:13:29 2017 New Revision: 451443 URL: https://svnweb.freebsd.org/changeset/ports/451443 Log: Update to 0.903 Changes: http://search.cpan.org/dist/Config-Std/Changes Modified: head/devel/p5-Config-Std/Makefile head/devel/p5-Config-Std/distinfo Modified: head/devel/p5-Config-Std/Makefile ============================================================================== --- head/devel/p5-Config-Std/Makefile Sat Oct 7 09:13:24 2017 (r451442) +++ head/devel/p5-Config-Std/Makefile Sat Oct 7 09:13:29 2017 (r451443) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Std -PORTVERSION= 0.902 +PORTVERSION= 0.903 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Std/distinfo ============================================================================== --- head/devel/p5-Config-Std/distinfo Sat Oct 7 09:13:24 2017 (r451442) +++ head/devel/p5-Config-Std/distinfo Sat Oct 7 09:13:29 2017 (r451443) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507282717 -SHA256 (Config-Std-0.902.tar.gz) = d31517c8f463fd8f382f64fd4eb8e31c317597959186fe2b4f9dd7aadfca7f83 -SIZE (Config-Std-0.902.tar.gz) = 21178 +TIMESTAMP = 1507365065 +SHA256 (Config-Std-0.903.tar.gz) = b7709ff663bd279d264ab9c2f51e9e9588479a3367a8c4cfc18659c2a11480fe +SIZE (Config-Std-0.903.tar.gz) = 21667 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:13:37 2017 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 1BB5CE334F0; Sat, 7 Oct 2017 09:13:37 +0000 (UTC) (envelope-from sunpoet@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 D914467B0E; Sat, 7 Oct 2017 09:13:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979DZhI080824; Sat, 7 Oct 2017 09:13:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979DZMD080822; Sat, 7 Oct 2017 09:13:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070913.v979DZMD080822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451444 - head/textproc/py-Chameleon X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-Chameleon X-SVN-Commit-Revision: 451444 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:13:37 -0000 Author: sunpoet Date: Sat Oct 7 09:13:35 2017 New Revision: 451444 URL: https://svnweb.freebsd.org/changeset/ports/451444 Log: Update to 3.2 - Remove LICENSE_FILE - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/malthe/chameleon/blob/master/CHANGES.rst Modified: head/textproc/py-Chameleon/Makefile head/textproc/py-Chameleon/distinfo Modified: head/textproc/py-Chameleon/Makefile ============================================================================== --- head/textproc/py-Chameleon/Makefile Sat Oct 7 09:13:29 2017 (r451443) +++ head/textproc/py-Chameleon/Makefile Sat Oct 7 09:13:35 2017 (r451444) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Chameleon -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,9 @@ MAINTAINER= python@FreeBSD.org COMMENT= Fast HTML/XML Template Compiler LICENSE= BSD4CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python -USE_PYTHON= autoplist distutils NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include Modified: head/textproc/py-Chameleon/distinfo ============================================================================== --- head/textproc/py-Chameleon/distinfo Sat Oct 7 09:13:29 2017 (r451443) +++ head/textproc/py-Chameleon/distinfo Sat Oct 7 09:13:35 2017 (r451444) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487864539 -SHA256 (Chameleon-3.1.tar.gz) = caa3b79eed61038582a7bbb35bc67d2085d3d2497a94f890228c2937d87dc167 -SIZE (Chameleon-3.1.tar.gz) = 159846 +TIMESTAMP = 1507363138 +SHA256 (Chameleon-3.2.tar.gz) = ed2146fde4649f05c9def48de5d9e30d495e0dd7ac41448d14baf69b9cbe60dc +SIZE (Chameleon-3.2.tar.gz) = 116249 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:13:43 2017 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 4DD36E3352D; Sat, 7 Oct 2017 09:13:43 +0000 (UTC) (envelope-from sunpoet@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 19C5A67B97; Sat, 7 Oct 2017 09:13:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979DgI1080949; Sat, 7 Oct 2017 09:13:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979DgZB080947; Sat, 7 Oct 2017 09:13:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070913.v979DgZB080947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:13:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451445 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 451445 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:13:43 -0000 Author: sunpoet Date: Sat Oct 7 09:13:41 2017 New Revision: 451445 URL: https://svnweb.freebsd.org/changeset/ports/451445 Log: Update to 2.10.60 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Sat Oct 7 09:13:35 2017 (r451444) +++ head/devel/rubygem-aws-sdk-core/Makefile Sat Oct 7 09:13:41 2017 (r451445) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.10.59 +PORTVERSION= 2.10.60 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Sat Oct 7 09:13:35 2017 (r451444) +++ head/devel/rubygem-aws-sdk-core/distinfo Sat Oct 7 09:13:41 2017 (r451445) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507282180 -SHA256 (rubygem/aws-sdk-core-2.10.59.gem) = a889955c0fbc65bcad3b1a495a9864287623e05be94562d2f3b22052453061e1 -SIZE (rubygem/aws-sdk-core-2.10.59.gem) = 1071616 +TIMESTAMP = 1507363404 +SHA256 (rubygem/aws-sdk-core-2.10.60.gem) = 669a255891485ff7523711706a7b63f88724e3a4952b7cff8aad7ad6e95ac882 +SIZE (rubygem/aws-sdk-core-2.10.60.gem) = 1071616 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:13:48 2017 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 B7A34E3355D; Sat, 7 Oct 2017 09:13:48 +0000 (UTC) (envelope-from sunpoet@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 8044367C0E; Sat, 7 Oct 2017 09:13:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979DlPo081080; Sat, 7 Oct 2017 09:13:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979DlNN081077; Sat, 7 Oct 2017 09:13:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070913.v979DlNN081077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:13:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451446 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 451446 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:13:48 -0000 Author: sunpoet Date: Sat Oct 7 09:13:47 2017 New Revision: 451446 URL: https://svnweb.freebsd.org/changeset/ports/451446 Log: Update to 2.10.60 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Sat Oct 7 09:13:41 2017 (r451445) +++ head/devel/rubygem-aws-sdk-resources/Makefile Sat Oct 7 09:13:47 2017 (r451446) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.10.59 +PORTVERSION= 2.10.60 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Sat Oct 7 09:13:41 2017 (r451445) +++ head/devel/rubygem-aws-sdk-resources/distinfo Sat Oct 7 09:13:47 2017 (r451446) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507282187 -SHA256 (rubygem/aws-sdk-resources-2.10.59.gem) = e0ddc358726ed4f86760c16e5fc927ffa2498f07d6e48859b25c381004d77599 -SIZE (rubygem/aws-sdk-resources-2.10.59.gem) = 48640 +TIMESTAMP = 1507363416 +SHA256 (rubygem/aws-sdk-resources-2.10.60.gem) = 78103a00b905717ba21c708b05a2332472d1de6a266dd948ac8f5d9bf257d7e0 +SIZE (rubygem/aws-sdk-resources-2.10.60.gem) = 48640 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:13:54 2017 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 68C15E33597; Sat, 7 Oct 2017 09:13:54 +0000 (UTC) (envelope-from sunpoet@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 33D8C67C94; Sat, 7 Oct 2017 09:13:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979DrHc081206; Sat, 7 Oct 2017 09:13:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979Drms081204; Sat, 7 Oct 2017 09:13:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070913.v979Drms081204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:13:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451447 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 451447 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:13:54 -0000 Author: sunpoet Date: Sat Oct 7 09:13:53 2017 New Revision: 451447 URL: https://svnweb.freebsd.org/changeset/ports/451447 Log: Update to 2.10.60 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Sat Oct 7 09:13:47 2017 (r451446) +++ head/devel/rubygem-aws-sdk/Makefile Sat Oct 7 09:13:53 2017 (r451447) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.10.59 +PORTVERSION= 2.10.60 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Sat Oct 7 09:13:47 2017 (r451446) +++ head/devel/rubygem-aws-sdk/distinfo Sat Oct 7 09:13:53 2017 (r451447) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507282194 -SHA256 (rubygem/aws-sdk-2.10.59.gem) = c9f74598943cd140ed4adb34a5041e338bccb3c11dadd7cb2e1a6b12052ead6b -SIZE (rubygem/aws-sdk-2.10.59.gem) = 4608 +TIMESTAMP = 1507363427 +SHA256 (rubygem/aws-sdk-2.10.60.gem) = 943a8d3451e35ecb1bdddc603d93204aa68e38a23e21a73940eba685b81bd329 +SIZE (rubygem/aws-sdk-2.10.60.gem) = 4608 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:14:00 2017 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 75C01E335CA; Sat, 7 Oct 2017 09:14:00 +0000 (UTC) (envelope-from sunpoet@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 43D4467D20; Sat, 7 Oct 2017 09:14:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979Dxe1081337; Sat, 7 Oct 2017 09:13:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979DxFc081335; Sat, 7 Oct 2017 09:13:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070913.v979DxFc081335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:13:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451448 - head/devel/rubygem-backports X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-backports X-SVN-Commit-Revision: 451448 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:14:00 -0000 Author: sunpoet Date: Sat Oct 7 09:13:59 2017 New Revision: 451448 URL: https://svnweb.freebsd.org/changeset/ports/451448 Log: Update to 3.9.0 Changes: https://github.com/marcandre/backports/blob/master/CHANGELOG.rdoc https://github.com/marcandre/backports/commits/master Modified: head/devel/rubygem-backports/Makefile head/devel/rubygem-backports/distinfo Modified: head/devel/rubygem-backports/Makefile ============================================================================== --- head/devel/rubygem-backports/Makefile Sat Oct 7 09:13:53 2017 (r451447) +++ head/devel/rubygem-backports/Makefile Sat Oct 7 09:13:59 2017 (r451448) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= backports -PORTVERSION= 3.8.0 +PORTVERSION= 3.9.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-backports/distinfo ============================================================================== --- head/devel/rubygem-backports/distinfo Sat Oct 7 09:13:53 2017 (r451447) +++ head/devel/rubygem-backports/distinfo Sat Oct 7 09:13:59 2017 (r451448) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493274365 -SHA256 (rubygem/backports-3.8.0.gem) = f5b6109367910c280c33223f8882d175ccbb829b25e5909b974557693ef8ec9e -SIZE (rubygem/backports-3.8.0.gem) = 146944 +TIMESTAMP = 1507363482 +SHA256 (rubygem/backports-3.9.0.gem) = 9ff67070f90c90d00b6e168de0a934376dd33f904a7c617c9691e169ac404b39 +SIZE (rubygem/backports-3.9.0.gem) = 148480 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:14:06 2017 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 0EA5AE335FF; Sat, 7 Oct 2017 09:14:06 +0000 (UTC) (envelope-from sunpoet@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 CC8F167D9F; Sat, 7 Oct 2017 09:14:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979E4OY081476; Sat, 7 Oct 2017 09:14:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979E439081474; Sat, 7 Oct 2017 09:14:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070914.v979E439081474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:14:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451449 - in head/devel/rubygem-github_api: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/rubygem-github_api: . files X-SVN-Commit-Revision: 451449 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:14:06 -0000 Author: sunpoet Date: Sat Oct 7 09:14:04 2017 New Revision: 451449 URL: https://svnweb.freebsd.org/changeset/ports/451449 Log: Update to 0.18.0 Changes: https://github.com/piotrmurach/github/blob/master/CHANGELOG.md Deleted: head/devel/rubygem-github_api/files/ Modified: head/devel/rubygem-github_api/Makefile head/devel/rubygem-github_api/distinfo Modified: head/devel/rubygem-github_api/Makefile ============================================================================== --- head/devel/rubygem-github_api/Makefile Sat Oct 7 09:13:59 2017 (r451448) +++ head/devel/rubygem-github_api/Makefile Sat Oct 7 09:14:04 2017 (r451449) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= github_api -PORTVERSION= 0.17.0 -PORTREVISION= 2 +PORTVERSION= 0.18.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,11 +12,10 @@ COMMENT= Wrapper that supports all of the GitHub API v LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-addressable>=2.4.0:www/rubygem-addressable \ +RUN_DEPENDS= rubygem-addressable>=2.4:www/rubygem-addressable \ rubygem-descendants_tracker>=0.0.4:devel/rubygem-descendants_tracker \ rubygem-faraday>=0.8:www/rubygem-faraday \ rubygem-hashie>=3.4:devel/rubygem-hashie \ - rubygem-mime-types29>=1.16:misc/rubygem-mime-types29 \ rubygem-oauth2>=1.0:net/rubygem-oauth2 NO_ARCH= yes Modified: head/devel/rubygem-github_api/distinfo ============================================================================== --- head/devel/rubygem-github_api/distinfo Sat Oct 7 09:13:59 2017 (r451448) +++ head/devel/rubygem-github_api/distinfo Sat Oct 7 09:14:04 2017 (r451449) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492606932 -SHA256 (rubygem/github_api-0.17.0.gem) = 580c9737f2b97f19ccafe33f4e09e6ac0e059ab0cba907a57aa9b82433e1a3ab -SIZE (rubygem/github_api-0.17.0.gem) = 143360 +TIMESTAMP = 1507363505 +SHA256 (rubygem/github_api-0.18.0.gem) = 89351465bc15d0c0bdca700407c02a4b8120628719bef4a3647c6cd79478c647 +SIZE (rubygem/github_api-0.18.0.gem) = 144384 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:14:11 2017 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 66E09E3362D; Sat, 7 Oct 2017 09:14:11 +0000 (UTC) (envelope-from sunpoet@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 2E21767E19; Sat, 7 Oct 2017 09:14:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979EA5l081599; Sat, 7 Oct 2017 09:14:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979EAvL081597; Sat, 7 Oct 2017 09:14:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070914.v979EAvL081597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:14:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451450 - head/devel/rubygem-librarianp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-librarianp X-SVN-Commit-Revision: 451450 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:14:11 -0000 Author: sunpoet Date: Sat Oct 7 09:14:09 2017 New Revision: 451450 URL: https://svnweb.freebsd.org/changeset/ports/451450 Log: Update to 0.6.4 Changes: https://github.com/voxpupuli/librarian/blob/librarianp/CHANGELOG.md Modified: head/devel/rubygem-librarianp/Makefile head/devel/rubygem-librarianp/distinfo Modified: head/devel/rubygem-librarianp/Makefile ============================================================================== --- head/devel/rubygem-librarianp/Makefile Sat Oct 7 09:14:04 2017 (r451449) +++ head/devel/rubygem-librarianp/Makefile Sat Oct 7 09:14:09 2017 (r451450) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= librarianp -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-librarianp/distinfo ============================================================================== --- head/devel/rubygem-librarianp/distinfo Sat Oct 7 09:14:04 2017 (r451449) +++ head/devel/rubygem-librarianp/distinfo Sat Oct 7 09:14:09 2017 (r451450) @@ -1,2 +1,3 @@ -SHA256 (rubygem/librarianp-0.6.3.gem) = 84e9c1be3ca0aca4bd4e6cbfa465fd0e5bb5c71bb442c08422ed8b403a0f93a7 -SIZE (rubygem/librarianp-0.6.3.gem) = 53760 +TIMESTAMP = 1507363519 +SHA256 (rubygem/librarianp-0.6.4.gem) = 7b58de3ce3f6169b4ec5a5174f141dbcc36ca5459cd1d077f23b990ec324bb2b +SIZE (rubygem/librarianp-0.6.4.gem) = 53248 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:14:17 2017 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 226C0E33667; Sat, 7 Oct 2017 09:14:17 +0000 (UTC) (envelope-from sunpoet@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 DDE8067EA6; Sat, 7 Oct 2017 09:14:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979EFD5081723; Sat, 7 Oct 2017 09:14:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979EFmY081721; Sat, 7 Oct 2017 09:14:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070914.v979EFmY081721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451451 - head/devel/rubygem-recaptcha X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-recaptcha X-SVN-Commit-Revision: 451451 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:14:17 -0000 Author: sunpoet Date: Sat Oct 7 09:14:15 2017 New Revision: 451451 URL: https://svnweb.freebsd.org/changeset/ports/451451 Log: Update to 4.5.0 Changes: https://github.com/ambethia/recaptcha/commits/master Modified: head/devel/rubygem-recaptcha/Makefile head/devel/rubygem-recaptcha/distinfo Modified: head/devel/rubygem-recaptcha/Makefile ============================================================================== --- head/devel/rubygem-recaptcha/Makefile Sat Oct 7 09:14:09 2017 (r451450) +++ head/devel/rubygem-recaptcha/Makefile Sat Oct 7 09:14:15 2017 (r451451) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recaptcha -PORTVERSION= 4.4.1 +PORTVERSION= 4.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-recaptcha/distinfo ============================================================================== --- head/devel/rubygem-recaptcha/distinfo Sat Oct 7 09:14:09 2017 (r451450) +++ head/devel/rubygem-recaptcha/distinfo Sat Oct 7 09:14:15 2017 (r451451) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504891832 -SHA256 (rubygem/recaptcha-4.4.1.gem) = 0023aa7d3bbf94782b107d52c56efdf02cb51cb3154dd6977f80b911035f487c -SIZE (rubygem/recaptcha-4.4.1.gem) = 12288 +TIMESTAMP = 1507363531 +SHA256 (rubygem/recaptcha-4.5.0.gem) = ec9c7fbcd18b9a5389807dd22bd010a55110d9d0a9993d924387dba6d790bab0 +SIZE (rubygem/recaptcha-4.5.0.gem) = 12288 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:14:23 2017 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 1A638E336AB; Sat, 7 Oct 2017 09:14:23 +0000 (UTC) (envelope-from sunpoet@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 DB78B68044; Sat, 7 Oct 2017 09:14:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979EMAM081848; Sat, 7 Oct 2017 09:14:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979ELs5081846; Sat, 7 Oct 2017 09:14:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070914.v979ELs5081846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:14:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451452 - head/sysutils/rubygem-smart_proxy_remote_execution_ssh X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-smart_proxy_remote_execution_ssh X-SVN-Commit-Revision: 451452 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:14:23 -0000 Author: sunpoet Date: Sat Oct 7 09:14:21 2017 New Revision: 451452 URL: https://svnweb.freebsd.org/changeset/ports/451452 Log: Update to 0.1.6 Changes: https://github.com/theforeman/smart_proxy_remote_execution_ssh/commits/master Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile ============================================================================== --- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Sat Oct 7 09:14:15 2017 (r451451) +++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Sat Oct 7 09:14:21 2017 (r451452) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= smart_proxy_remote_execution_ssh -PORTVERSION= 0.1.5 +PORTVERSION= 0.1.6 CATEGORIES= sysutils ruby MASTER_SITES= RG Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo ============================================================================== --- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Sat Oct 7 09:14:15 2017 (r451451) +++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Sat Oct 7 09:14:21 2017 (r451452) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499873613 -SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.1.5.gem) = bcb238b790cf341c50cc4b92d8205e41ef9548bc53110995cee1c24d16146782 -SIZE (rubygem/smart_proxy_remote_execution_ssh-0.1.5.gem) = 18432 +TIMESTAMP = 1507363543 +SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.1.6.gem) = da4ea871871548e934ccf5f92c6d752e0bff1b0d54a663780ffada27f583cb3e +SIZE (rubygem/smart_proxy_remote_execution_ssh-0.1.6.gem) = 18432 From owner-svn-ports-all@freebsd.org Sat Oct 7 09:27:58 2017 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 BB67AE339DF; Sat, 7 Oct 2017 09:27:58 +0000 (UTC) (envelope-from sunpoet@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 859DF6AEF8; Sat, 7 Oct 2017 09:27:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979Rv75085966; Sat, 7 Oct 2017 09:27:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979RvIS085965; Sat, 7 Oct 2017 09:27:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710070927.v979RvIS085965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 09:27:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451453 - head/x11-fonts/dejavu X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/x11-fonts/dejavu X-SVN-Commit-Revision: 451453 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:27:58 -0000 Author: sunpoet Date: Sat Oct 7 09:27:57 2017 New Revision: 451453 URL: https://svnweb.freebsd.org/changeset/ports/451453 Log: Use LICENSE_FILE instead of LICENSE_FILE_* Modified: head/x11-fonts/dejavu/Makefile Modified: head/x11-fonts/dejavu/Makefile ============================================================================== --- head/x11-fonts/dejavu/Makefile Sat Oct 7 09:14:21 2017 (r451452) +++ head/x11-fonts/dejavu/Makefile Sat Oct 7 09:27:57 2017 (r451453) @@ -15,9 +15,7 @@ LICENSE_COMB= multi LICENSE_NAME_AMS= AMSFonts Copyright version 2.2 LICENSE_NAME_AREV= Arev Fonts Copyright LICENSE_NAME_BITSTREAM= Bitstream Vera Fonts Copyright -LICENSE_FILE_AMS= ${WRKSRC}/LICENSE -LICENSE_FILE_AREV= ${WRKSRC}/LICENSE -LICENSE_FILE_BITSTREAM= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS_AMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_AREV= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_BITSTREAM=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept From owner-svn-ports-all@freebsd.org Sat Oct 7 09:30:34 2017 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 9667EE33A7C; Sat, 7 Oct 2017 09:30:34 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-vk0-x233.google.com (mail-vk0-x233.google.com [IPv6:2607:f8b0:400c:c05::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 51F906B626; Sat, 7 Oct 2017 09:30:34 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-vk0-x233.google.com with SMTP id h4so10805249vkg.0; Sat, 07 Oct 2017 02:30:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=rM+Af8klJRkKWhNAJ0KvzJcCx4Ukjgh+aDw+EWA0pnc=; b=amPiVQ4mWFeGqfRtig0oPTqux9cAEd98JQ37/o/Stiu0SB/84RVqwnOmPRb2ukiEXx lOh1OMnoN8c6yzMhl6kDcJ1BOgAexVjnzGqf2gAp7rHCGs+zox+Yla1HnHXMZ4zSubts 3tS2JoMdTQgg1157m980Wq8TipJ0wK7VFGZux9wEIr+k+KXeXjHKX/XCwr/mJivMXGZa TrJhkFMXfUvRDf3HnQ/0SmclMR2Glt6/CRdk6jZ6mOA29LaMMpaeoTWL/ozQP0QwJ8M5 m5x91x3gvhDKbE2x0xJyCn0ieEOQbkvfZsrjgGjWDN93D0JvPWrRSH3hMq4TID0FWvHK GSEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=rM+Af8klJRkKWhNAJ0KvzJcCx4Ukjgh+aDw+EWA0pnc=; b=am/RIj+WmCDnY7kBBO3XpeSmY67GcrBHLrqfrXUaFEZCn0mgsC68AcwY8CTbdirOeH et5sfmpRPaG9i1OYB/YnVZZjSkB42BuAHH+8FEL8z3Gx9NGlAOLGf+YvsZ8lISAk6aRP vBhWG39bhrExhAGYSctv73r5qBxqHIi9/Tl13Gn0D3E3OjM0uqxvpip8H45SqTucILja zXt7i2nxIEvAOG11iqI8Jb61iVKOjPk+kThXorHn6MKsqASXIskw0hlO47gkEhzKLrUu 6qudOMTIwmXPUJMvtj8CNI1IIc7SPIVtmwus4pwPqtzALTISaiPi483qdo2LrmaNZ+s+ +q8w== X-Gm-Message-State: AMCzsaVCykAAExgZZa7eCw5J9259dmtsMCgwjlgRDY1YiwISDt8RTXc+ eF7VSoPePsJUki77TmkoZ3CD+3yYcZcxLoA55nFbHPgb X-Google-Smtp-Source: AOwi7QCOAweRuIM6oZk+dQMR+c264zsPcTnEvsjyrAG9ZZOztMvdhsRs5YrJzyVYjXFe0kstNwR2aeLO9kGTQ9f8Q2k= X-Received: by 10.31.171.133 with SMTP id u127mr2139477vke.141.1507368633202; Sat, 07 Oct 2017 02:30:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.131.80 with HTTP; Sat, 7 Oct 2017 02:30:32 -0700 (PDT) In-Reply-To: <8tgs-khgn-wny@FreeBSD.org> References: <201710030241.v932fWjX078115@repo.freebsd.org> <8tgs-khgn-wny@FreeBSD.org> From: Ben Woods Date: Sat, 7 Oct 2017 17:30:32 +0800 Message-ID: Subject: Re: svn commit: r451109 - in head: . sysutils sysutils/iocage sysutils/py3-iocage To: Jan Beich Cc: Marcelo Araujo , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 07 Oct 2017 09:30:34 -0000 On 3 October 2017 at 12:01, Jan Beich wrote: > Marcelo Araujo writes: > > > Author: araujo > > Date: Tue Oct 3 02:41:32 2017 > > New Revision: 451109 > > URL: https://svnweb.freebsd.org/changeset/ports/451109 > > > > Log: > > Rename py3-iocage to iocage as by now we don't have more conflicts with > > the old iocage version > > If you mean CONFLICTS = py-iocage-[0-9]* then it never worked as package > comparison failed on underspecificed pyXY- prefix. > > > and also in favor of python flavors that will land soon, it makes > > sense to do it now. > > Wouldn't those conflict with each other unless USE_PYTHON=concurrent ? > > > > > Sponsored by: iXsystems, Inc. > > > > Added: > > head/sysutils/iocage/ > > - copied from r451108, head/sysutils/py3-iocage/ > > Wasn't the python@ way to keep py- prefix in port origin to match pyXY- > prefix in package name? > > foo/bar -> bar > foo/py-bar -> py27-bar ... py36-bar > foo/py2-bar -> py27-bar > foo/py3-bar -> py34-bar, py35-bar, py36-bar > Given that there is only one version of iocage now, and it is not a library that would ever be depended upon by other python programs, why does it still need PKGNAMEPREFIX? Now that the port is sysutils/iocage, wouldn't it make more sense for the package to be "iocage" rather than py36-iocage? Regards, Ben From owner-svn-ports-all@freebsd.org Sat Oct 7 09:37:17 2017 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 18974E33BF3; Sat, 7 Oct 2017 09:37:17 +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 BAE736CA65; Sat, 7 Oct 2017 09:37:16 +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 v979bF6G090218; Sat, 7 Oct 2017 09:37:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979bFHC090215; Sat, 7 Oct 2017 09:37:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710070937.v979bFHC090215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Oct 2017 09:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451454 - head/graphics/png X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/graphics/png X-SVN-Commit-Revision: 451454 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:37:17 -0000 Author: antoine Date: Sat Oct 7 09:37:15 2017 New Revision: 451454 URL: https://svnweb.freebsd.org/changeset/ports/451454 Log: Update to 1.6.34 PR: 222840 MFH after: 2 days MFH: 2017Q3 (possible bugfix) Modified: head/graphics/png/Makefile head/graphics/png/distinfo head/graphics/png/pkg-plist Modified: head/graphics/png/Makefile ============================================================================== --- head/graphics/png/Makefile Sat Oct 7 09:27:57 2017 (r451453) +++ head/graphics/png/Makefile Sat Oct 7 09:37:15 2017 (r451454) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= png -PORTVERSION= 1.6.32 +PORTVERSION= 1.6.34 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}16/${PORTVERSION} \ ftp://ftp.simplesystems.org/pub/lib${PORTNAME}/${PORTNAME}/src/lib${PORTNAME}16/ Modified: head/graphics/png/distinfo ============================================================================== --- head/graphics/png/distinfo Sat Oct 7 09:27:57 2017 (r451453) +++ head/graphics/png/distinfo Sat Oct 7 09:37:15 2017 (r451454) @@ -1,5 +1,5 @@ -TIMESTAMP = 1504256637 -SHA256 (libpng-1.6.32.tar.xz) = c918c3113de74a692f0a1526ce881dc26067763eb3915c57ef3a0f7b6886f59b -SIZE (libpng-1.6.32.tar.xz) = 997136 -SHA256 (libpng-1.6.32-apng.patch.gz) = 63a80ad55601369622a0015bee915875d430f52c4d35ded80cf9fbdf17eacbbf -SIZE (libpng-1.6.32-apng.patch.gz) = 10382 +TIMESTAMP = 1506934761 +SHA256 (libpng-1.6.34.tar.xz) = 2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6 +SIZE (libpng-1.6.34.tar.xz) = 997968 +SHA256 (libpng-1.6.34-apng.patch.gz) = dcae2e85f344bad4ba663562b7b0b66588a5ddafa7c057ae20b71e4ef0cfa8cf +SIZE (libpng-1.6.34-apng.patch.gz) = 10411 Modified: head/graphics/png/pkg-plist ============================================================================== --- head/graphics/png/pkg-plist Sat Oct 7 09:27:57 2017 (r451453) +++ head/graphics/png/pkg-plist Sat Oct 7 09:37:15 2017 (r451454) @@ -13,7 +13,7 @@ lib/libpng.so lib/libpng16.a lib/libpng16.so lib/libpng16.so.16 -lib/libpng16.so.16.32.0 +lib/libpng16.so.16.34.0 libdata/pkgconfig/libpng.pc libdata/pkgconfig/libpng16.pc man/man3/libpng.3.gz From owner-svn-ports-all@freebsd.org Sat Oct 7 09:49:57 2017 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 CC4EAE33F31; Sat, 7 Oct 2017 09:49:57 +0000 (UTC) (envelope-from rene@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 8F4866F086; Sat, 7 Oct 2017 09:49:57 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v979nuN1094620; Sat, 7 Oct 2017 09:49:56 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v979nu8d094618; Sat, 7 Oct 2017 09:49:56 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201710070949.v979nu8d094618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 7 Oct 2017 09:49:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451455 - in head: . editors editors/vanubi X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . editors editors/vanubi X-SVN-Commit-Revision: 451455 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 09:49:58 -0000 Author: rene Date: Sat Oct 7 09:49:56 2017 New Revision: 451455 URL: https://svnweb.freebsd.org/changeset/ports/451455 Log: Remove expired port: 2017-10-06 editors/vanubi: Vanubi is no longer actively maintained Deleted: head/editors/vanubi/ Modified: head/MOVED head/editors/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Oct 7 09:37:15 2017 (r451454) +++ head/MOVED Sat Oct 7 09:49:56 2017 (r451455) @@ -9576,3 +9576,4 @@ sysutils/bacula5-bat|sysutils/bacula-bat|2017-10-05|Ha sysutils/bacula5-server|sysutils/bacula-server|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-server net-mgmt/nagios-check_bacula5|net-mgmt/nagios-check_bacula|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-server sysutils/bacula5-docs|sysutils/bacula-docs|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-docs +editors/vanubi||2017-10-07|Has expired: Vanubi is no longer actively maintained Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Sat Oct 7 09:37:15 2017 (r451454) +++ head/editors/Makefile Sat Oct 7 09:49:56 2017 (r451455) @@ -239,7 +239,6 @@ SUBDIR += tweak SUBDIR += uemacs SUBDIR += uzap - SUBDIR += vanubi SUBDIR += vigor SUBDIR += vile SUBDIR += vim From owner-svn-ports-all@freebsd.org Sat Oct 7 12:14:32 2017 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 5C226E370C8; Sat, 7 Oct 2017 12:14:32 +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 31F8C69D87; Sat, 7 Oct 2017 12:14:32 +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 v97CEVsu059248; Sat, 7 Oct 2017 12:14:31 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97CEUQd059242; Sat, 7 Oct 2017 12:14:30 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710071214.v97CEUQd059242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 7 Oct 2017 12:14:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451456 - in head/x11-toolkits/qwt6: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/x11-toolkits/qwt6: . files X-SVN-Commit-Revision: 451456 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 12:14:32 -0000 Author: vanilla Date: Sat Oct 7 12:14:30 2017 New Revision: 451456 URL: https://svnweb.freebsd.org/changeset/ports/451456 Log: Update to 6.1.3. PR: 219640 Submitted by: pfg@ Added: head/x11-toolkits/qwt6/files/patch-qwt.prf (contents, props changed) head/x11-toolkits/qwt6/files/patch-textengines_textengines.pri (contents, props changed) Modified: head/x11-toolkits/qwt6/Makefile head/x11-toolkits/qwt6/distinfo head/x11-toolkits/qwt6/files/patch-qwtconfig.pri head/x11-toolkits/qwt6/files/patch-src__src.pro Modified: head/x11-toolkits/qwt6/Makefile ============================================================================== --- head/x11-toolkits/qwt6/Makefile Sat Oct 7 09:49:56 2017 (r451455) +++ head/x11-toolkits/qwt6/Makefile Sat Oct 7 12:14:30 2017 (r451456) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= qwt -PORTVERSION= 6.1.0 -PORTREVISION= 2 +PORTVERSION= 6.1.3 CATEGORIES= x11-toolkits MASTER_SITES= SF PKGNAMESUFFIX= 6 @@ -25,8 +24,6 @@ PLIST_SUB= INCLUDEDIR=include/qwt6 \ OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's,qwtAddLibrary(qwt),qwtAddLibrary(qwt6),g' \ - ${WRKSRC}/qwt.prf ${WRKSRC}/textengines/textengines.pri @${REINPLACE_CMD} -e '/INSTALLS.*doc/d' ${WRKSRC}/doc/doc.pro post-install-DOCS-on: Modified: head/x11-toolkits/qwt6/distinfo ============================================================================== --- head/x11-toolkits/qwt6/distinfo Sat Oct 7 09:49:56 2017 (r451455) +++ head/x11-toolkits/qwt6/distinfo Sat Oct 7 12:14:30 2017 (r451456) @@ -1,2 +1,3 @@ -SHA256 (qwt-6.1.0.tar.bz2) = a7e3d9f1db917d186a973c5f04a316bc9607c7c35794d7a16de323aba5e17402 -SIZE (qwt-6.1.0.tar.bz2) = 3468850 +TIMESTAMP = 1507295399 +SHA256 (qwt-6.1.3.tar.bz2) = f3ecd34e72a9a2b08422fb6c8e909ca76f4ce5fa77acad7a2883b701f4309733 +SIZE (qwt-6.1.3.tar.bz2) = 4245614 Added: head/x11-toolkits/qwt6/files/patch-qwt.prf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qwt6/files/patch-qwt.prf Sat Oct 7 12:14:30 2017 (r451456) @@ -0,0 +1,8 @@ +--- qwt.prf.orig 2017-10-06 14:51:04 UTC ++++ qwt.prf +@@ -34,4 +34,4 @@ else { + } + + # QMAKE_RPATHDIR *= $${QWT_INSTALL_LIBS} +-qwtAddLibrary($${QWT_INSTALL_LIBS}, qwt) ++qwtAddLibrary($${QWT_INSTALL_LIBS}, qwt6) Modified: head/x11-toolkits/qwt6/files/patch-qwtconfig.pri ============================================================================== --- head/x11-toolkits/qwt6/files/patch-qwtconfig.pri Sat Oct 7 09:49:56 2017 (r451455) +++ head/x11-toolkits/qwt6/files/patch-qwtconfig.pri Sat Oct 7 12:14:30 2017 (r451456) @@ -1,24 +1,24 @@ ---- ./qwtconfig.pri.orig 2013-05-30 15:18:27.767341000 +0000 -+++ ./qwtconfig.pri 2013-07-13 21:02:00.112110333 +0000 -@@ -19,7 +19,7 @@ +--- qwtconfig.pri.orig 2016-06-13 07:14:23 UTC ++++ qwtconfig.pri +@@ -19,7 +19,7 @@ QWT_VERSION = $${QWT_VER_MAJ}.$${QW QWT_INSTALL_PREFIX = $$[QT_INSTALL_PREFIX] unix { - QWT_INSTALL_PREFIX = /usr/local/qwt-$$QWT_VERSION + QWT_INSTALL_PREFIX = $$PREFIX + # QWT_INSTALL_PREFIX = /usr/local/qwt-$$QWT_VERSION-qt-$$QT_VERSION } - win32 { -@@ -27,7 +27,7 @@ +@@ -29,7 +29,7 @@ win32 { } QWT_INSTALL_DOCS = $${QWT_INSTALL_PREFIX}/doc -QWT_INSTALL_HEADERS = $${QWT_INSTALL_PREFIX}/include -+QWT_INSTALL_HEADERS = $${QWT_INSTALL_PREFIX}/include/qwt6/ ++QWT_INSTALL_HEADERS = $${QWT_INSTALL_PREFIX}/include/qwt6 QWT_INSTALL_LIBS = $${QWT_INSTALL_PREFIX}/lib ###################################################################### -@@ -61,7 +61,7 @@ +@@ -63,7 +63,7 @@ QWT_INSTALL_PLUGINS = $${QWT_INSTALL_P # with every Qt upgrade. ###################################################################### @@ -27,7 +27,7 @@ # QWT_INSTALL_FEATURES = $$[QT_INSTALL_PREFIX]/features ###################################################################### -@@ -108,7 +108,7 @@ +@@ -110,7 +110,7 @@ QWT_CONFIG += QwtOpenGL # to your qmake project file. ###################################################################### @@ -36,12 +36,12 @@ ###################################################################### # If you want to build the Qwt designer plugin, -@@ -116,7 +116,7 @@ +@@ -118,7 +118,7 @@ QWT_CONFIG += QwtOpenGL # Otherwise you have to build it from the designer directory. ###################################################################### -QWT_CONFIG += QwtDesigner -+# QWT_CONFIG += QwtDesigner ++#QWT_CONFIG += QwtDesigner ###################################################################### # Compile all Qwt classes into the designer plugin instead Modified: head/x11-toolkits/qwt6/files/patch-src__src.pro ============================================================================== --- head/x11-toolkits/qwt6/files/patch-src__src.pro Sat Oct 7 09:49:56 2017 (r451455) +++ head/x11-toolkits/qwt6/files/patch-src__src.pro Sat Oct 7 12:14:30 2017 (r451456) @@ -1,11 +1,11 @@ ---- ./src/src.pro.orig 2013-05-30 15:18:27.693341000 +0000 -+++ ./src/src.pro 2013-07-13 20:54:02.367114849 +0000 -@@ -15,7 +15,7 @@ - include( $${QWT_ROOT}/qwtfunctions.pri ) +--- src/src.pro.orig 2016-06-13 07:14:23 UTC ++++ src/src.pro +@@ -17,7 +17,7 @@ include( $${QWT_ROOT}/qwtfunctions.pri ) + QWT_OUT_ROOT = $${OUT_PWD}/.. TEMPLATE = lib -TARGET = $$qwtLibraryTarget(qwt) +TARGET = $$qwtLibraryTarget(qwt$${QWT_VER_MAJ}) - DESTDIR = $${QWT_ROOT}/lib + DESTDIR = $${QWT_OUT_ROOT}/lib Added: head/x11-toolkits/qwt6/files/patch-textengines_textengines.pri ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qwt6/files/patch-textengines_textengines.pri Sat Oct 7 12:14:30 2017 (r451456) @@ -0,0 +1,11 @@ +--- textengines/textengines.pri.orig 2017-10-06 14:51:21 UTC ++++ textengines/textengines.pri +@@ -34,7 +34,7 @@ contains(QWT_CONFIG, QwtFramework) { + CONFIG += lib_bundle + } + +-qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt) ++qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt6) + + # Install directives + From owner-svn-ports-all@freebsd.org Sat Oct 7 12:15:38 2017 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 C6E6BE37156; Sat, 7 Oct 2017 12:15:38 +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 5803E6A15D; Sat, 7 Oct 2017 12:15:38 +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 v97CFbKM059512; Sat, 7 Oct 2017 12:15:37 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97CFbIH059509; Sat, 7 Oct 2017 12:15:37 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710071215.v97CFbIH059509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 7 Oct 2017 12:15:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451457 - in head/x11-toolkits/qwt6-designerplugin: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/x11-toolkits/qwt6-designerplugin: . files X-SVN-Commit-Revision: 451457 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 12:15:39 -0000 Author: vanilla Date: Sat Oct 7 12:15:36 2017 New Revision: 451457 URL: https://svnweb.freebsd.org/changeset/ports/451457 Log: Update to 6.1.3. Modified: head/x11-toolkits/qwt6-designerplugin/Makefile head/x11-toolkits/qwt6-designerplugin/distinfo head/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro Modified: head/x11-toolkits/qwt6-designerplugin/Makefile ============================================================================== --- head/x11-toolkits/qwt6-designerplugin/Makefile Sat Oct 7 12:14:30 2017 (r451456) +++ head/x11-toolkits/qwt6-designerplugin/Makefile Sat Oct 7 12:15:36 2017 (r451457) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= qwt -PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTVERSION= 6.1.3 CATEGORIES= x11-toolkits devel MASTER_SITES= SF PKGNAMESUFFIX= 6-designerplugin Modified: head/x11-toolkits/qwt6-designerplugin/distinfo ============================================================================== --- head/x11-toolkits/qwt6-designerplugin/distinfo Sat Oct 7 12:14:30 2017 (r451456) +++ head/x11-toolkits/qwt6-designerplugin/distinfo Sat Oct 7 12:15:36 2017 (r451457) @@ -1,2 +1,3 @@ -SHA256 (qwt-6.1.0.tar.bz2) = a7e3d9f1db917d186a973c5f04a316bc9607c7c35794d7a16de323aba5e17402 -SIZE (qwt-6.1.0.tar.bz2) = 3468850 +TIMESTAMP = 1507301892 +SHA256 (qwt-6.1.3.tar.bz2) = f3ecd34e72a9a2b08422fb6c8e909ca76f4ce5fa77acad7a2883b701f4309733 +SIZE (qwt-6.1.3.tar.bz2) = 4245614 Modified: head/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro ============================================================================== --- head/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro Sat Oct 7 12:14:30 2017 (r451456) +++ head/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro Sat Oct 7 12:15:36 2017 (r451457) @@ -1,6 +1,6 @@ ---- ./designer/designer.pro.orig 2013-05-30 15:18:27.753341000 +0000 -+++ ./designer/designer.pro 2013-07-13 21:19:00.492115401 +0000 -@@ -42,7 +42,7 @@ +--- designer/designer.pro.orig 2016-06-13 07:14:23 UTC ++++ designer/designer.pro +@@ -42,7 +42,7 @@ contains(QWT_CONFIG, QwtDesigner) { TEMPLATE = lib @@ -9,16 +9,16 @@ DESTDIR = plugins/designer -@@ -95,7 +95,7 @@ - LIBS += -L$${QWT_ROOT}/lib - } +@@ -84,7 +84,7 @@ contains(QWT_CONFIG, QwtDesigner) { + # into the plugin. Not supported on Windows ! -- qwtAddLibrary(qwt) -+ qwtAddLibrary(qwt6) + QMAKE_RPATHDIR *= $${QWT_INSTALL_LIBS} +- qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt) ++ qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt6) contains(QWT_CONFIG, QwtDll) { -@@ -124,7 +124,7 @@ +@@ -113,7 +113,7 @@ contains(QWT_CONFIG, QwtDesigner) { RESOURCES += qwt_designer_plugin.qrc From owner-svn-ports-all@freebsd.org Sat Oct 7 12:56:51 2017 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 3C87EE37C65; Sat, 7 Oct 2017 12:56:51 +0000 (UTC) (envelope-from riggs@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 0446C721A8; Sat, 7 Oct 2017 12:56:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97Cuoje078471; Sat, 7 Oct 2017 12:56:50 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97Cuo55078470; Sat, 7 Oct 2017 12:56:50 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201710071256.v97Cuo55078470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 7 Oct 2017 12:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451458 - head/audio/musicpc X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/audio/musicpc X-SVN-Commit-Revision: 451458 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 12:56:51 -0000 Author: riggs Date: Sat Oct 7 12:56:49 2017 New Revision: 451458 URL: https://svnweb.freebsd.org/changeset/ports/451458 Log: Bump PORTREVISION; fixes shlib link with libmpdclient2 PR: 222813 Submitted by: uzsolt@uzsolt.hu (maintainer) MFH: 2017Q4 (ports-secteam runtime fix blanket) Modified: head/audio/musicpc/Makefile Modified: head/audio/musicpc/Makefile ============================================================================== --- head/audio/musicpc/Makefile Sat Oct 7 12:15:36 2017 (r451457) +++ head/audio/musicpc/Makefile Sat Oct 7 12:56:49 2017 (r451458) @@ -3,6 +3,7 @@ PORTNAME= musicpc PORTVERSION= 0.28 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} From owner-svn-ports-all@freebsd.org Sat Oct 7 13:00:56 2017 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 D43E0E37CD9; Sat, 7 Oct 2017 13:00:56 +0000 (UTC) (envelope-from riggs@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 9B26B72E6F; Sat, 7 Oct 2017 13:00:56 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97D0t8f079074; Sat, 7 Oct 2017 13:00:55 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97D0tkU079073; Sat, 7 Oct 2017 13:00:55 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201710071300.v97D0tkU079073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 7 Oct 2017 13:00:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451459 - branches/2017Q4/audio/musicpc X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2017Q4/audio/musicpc X-SVN-Commit-Revision: 451459 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 13:00:57 -0000 Author: riggs Date: Sat Oct 7 13:00:55 2017 New Revision: 451459 URL: https://svnweb.freebsd.org/changeset/ports/451459 Log: MFH: r451458 Bump PORTREVISION; fixes shlib link with libmpdclient2 PR: 222813 Submitted by: uzsolt@uzsolt.hu (maintainer) Approved by: ports-secteam (runtime fix blanket) Modified: branches/2017Q4/audio/musicpc/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/audio/musicpc/Makefile ============================================================================== --- branches/2017Q4/audio/musicpc/Makefile Sat Oct 7 12:56:49 2017 (r451458) +++ branches/2017Q4/audio/musicpc/Makefile Sat Oct 7 13:00:55 2017 (r451459) @@ -3,6 +3,7 @@ PORTNAME= musicpc PORTVERSION= 0.28 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} From owner-svn-ports-all@freebsd.org Sat Oct 7 13:48:55 2017 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 BFCFCE389D8; Sat, 7 Oct 2017 13:48:55 +0000 (UTC) (envelope-from sunpoet@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 6BCDB80960; Sat, 7 Oct 2017 13:48:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97Dms2s000513; Sat, 7 Oct 2017 13:48:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97Dmrek000511; Sat, 7 Oct 2017 13:48:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710071348.v97Dmrek000511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Oct 2017 13:48:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451460 - head/devel/rubygem-slop X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-slop X-SVN-Commit-Revision: 451460 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 13:48:55 -0000 Author: sunpoet Date: Sat Oct 7 13:48:53 2017 New Revision: 451460 URL: https://svnweb.freebsd.org/changeset/ports/451460 Log: Update to 4.6.0 Changes: https://github.com/leejarvis/slop/blob/master/CHANGELOG.md Modified: head/devel/rubygem-slop/Makefile head/devel/rubygem-slop/distinfo Modified: head/devel/rubygem-slop/Makefile ============================================================================== --- head/devel/rubygem-slop/Makefile Sat Oct 7 13:00:55 2017 (r451459) +++ head/devel/rubygem-slop/Makefile Sat Oct 7 13:48:53 2017 (r451460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slop -PORTVERSION= 4.5.0 +PORTVERSION= 4.6.0 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-slop/distinfo ============================================================================== --- head/devel/rubygem-slop/distinfo Sat Oct 7 13:00:55 2017 (r451459) +++ head/devel/rubygem-slop/distinfo Sat Oct 7 13:48:53 2017 (r451460) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495546393 -SHA256 (rubygem/slop-4.5.0.gem) = 17542a5c73cbf6a76f8638939781e4431d07dc64b359b958b23383574641d52d -SIZE (rubygem/slop-4.5.0.gem) = 18944 +TIMESTAMP = 1507383694 +SHA256 (rubygem/slop-4.6.0.gem) = 2e3fe033037b897fa1d4a1d26f95016e8931bccbbde8b7af924f198b881f387c +SIZE (rubygem/slop-4.6.0.gem) = 19456 From owner-svn-ports-all@freebsd.org Sat Oct 7 14:10:20 2017 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 CDF08E38E62; Sat, 7 Oct 2017 14:10:20 +0000 (UTC) (envelope-from madpilot@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 7E9681254; Sat, 7 Oct 2017 14:10:20 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97EAJgo008832; Sat, 7 Oct 2017 14:10:19 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97EAJ2A008831; Sat, 7 Oct 2017 14:10:19 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201710071410.v97EAJ2A008831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 7 Oct 2017 14:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451461 - head/net/pjsip X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/net/pjsip X-SVN-Commit-Revision: 451461 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 14:10:21 -0000 Author: madpilot Date: Sat Oct 7 14:10:19 2017 New Revision: 451461 URL: https://svnweb.freebsd.org/changeset/ports/451461 Log: Correctly handle option caused conflict. PR: 222845 Submitted by: O. Hartmann Modified: head/net/pjsip/Makefile Modified: head/net/pjsip/Makefile ============================================================================== --- head/net/pjsip/Makefile Sat Oct 7 13:48:53 2017 (r451460) +++ head/net/pjsip/Makefile Sat Oct 7 14:10:19 2017 (r451461) @@ -13,8 +13,7 @@ LICENSE= GPLv2+ LIB_DEPENDS= libportaudio.so:audio/portaudio -CONFLICTS?= pjsip-extsrtp-[0-9]* \ - libsrtp-[0-9]* +CONFLICTS?= pjsip-extsrtp-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-external-pa \ @@ -87,6 +86,7 @@ AMR_LIB_DEPENDS= libopencore-amrwb.so:audio/opencore- libvo-amrwbenc.so:audio/vo-amrwbenc EXTSRTP_CONFIGURE_WITH= external-srtp EXTSRTP_LIB_DEPENDS= libsrtp.so:net/libsrtp +EXTSRTP_CONFLICTS_OFF= libsrtp-[0-9]* WEBRTC_CONFIGURE_OFF= --disable-libwebrtc post-patch: From owner-svn-ports-all@freebsd.org Sat Oct 7 14:48:09 2017 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 AE954E3A17F; Sat, 7 Oct 2017 14:48:09 +0000 (UTC) (envelope-from riggs@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 75FD468B7E; Sat, 7 Oct 2017 14:48:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97Em864025123; Sat, 7 Oct 2017 14:48:08 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97Em83h025121; Sat, 7 Oct 2017 14:48:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201710071448.v97Em83h025121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 7 Oct 2017 14:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451462 - head/databases/mongodb34 X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/databases/mongodb34 X-SVN-Commit-Revision: 451462 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 14:48:09 -0000 Author: riggs Date: Sat Oct 7 14:48:08 2017 New Revision: 451462 URL: https://svnweb.freebsd.org/changeset/ports/451462 Log: Update to upstream version 3.4.9 PR: 222806 Submitted by: eric@camachat.org (maintainer) Modified: head/databases/mongodb34/Makefile head/databases/mongodb34/distinfo Modified: head/databases/mongodb34/Makefile ============================================================================== --- head/databases/mongodb34/Makefile Sat Oct 7 14:10:19 2017 (r451461) +++ head/databases/mongodb34/Makefile Sat Oct 7 14:48:08 2017 (r451462) @@ -2,8 +2,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 3.4.7 -PORTREVISION= 1 +DISTVERSION= 3.4.9 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ Modified: head/databases/mongodb34/distinfo ============================================================================== --- head/databases/mongodb34/distinfo Sat Oct 7 14:10:19 2017 (r451461) +++ head/databases/mongodb34/distinfo Sat Oct 7 14:48:08 2017 (r451462) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504811876 -SHA256 (mongodb-src-r3.4.7.tar.gz) = 9272e7663c7915e09ad2609e28c58437d760d54a9552c711ea735cd8e1784ec0 -SIZE (mongodb-src-r3.4.7.tar.gz) = 39936247 +TIMESTAMP = 1507229382 +SHA256 (mongodb-src-r3.4.9.tar.gz) = 2fd0f47a5f9175e71d3d381e81a1b6a2500c9c414dd6ae0940ad6194a0e85549 +SIZE (mongodb-src-r3.4.9.tar.gz) = 39943857 From owner-svn-ports-all@freebsd.org Sat Oct 7 16:59:18 2017 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 601C9E3C9CB; Sat, 7 Oct 2017 16:59:18 +0000 (UTC) (envelope-from adamw@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 226DC63378; Sat, 7 Oct 2017 16:59:18 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97GxHB3078027; Sat, 7 Oct 2017 16:59:17 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97GxHYW078025; Sat, 7 Oct 2017 16:59:17 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201710071659.v97GxHYW078025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 7 Oct 2017 16:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451463 - head/editors/vim X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/editors/vim X-SVN-Commit-Revision: 451463 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 16:59:18 -0000 Author: adamw Date: Sat Oct 7 16:59:16 2017 New Revision: 451463 URL: https://svnweb.freebsd.org/changeset/ports/451463 Log: Update to patchlevel 1178 Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat Oct 7 14:48:08 2017 (r451462) +++ head/editors/vim/Makefile Sat Oct 7 16:59:16 2017 (r451463) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.1159 +PORTVERSION= 8.0.1178 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat Oct 7 14:48:08 2017 (r451462) +++ head/editors/vim/distinfo Sat Oct 7 16:59:16 2017 (r451463) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506700871 -SHA256 (vim-vim-v8.0.1159_GH0.tar.gz) = 93dcfad88434f33374b458a70470028cfdadadf80f1ddd8d574f3c25551faac4 -SIZE (vim-vim-v8.0.1159_GH0.tar.gz) = 13359753 +TIMESTAMP = 1507395459 +SHA256 (vim-vim-v8.0.1178_GH0.tar.gz) = b3e5032aa8f4aa909bb59819c08ec0ad921b5e2cd6ae7997dcddcbeb8eb0a918 +SIZE (vim-vim-v8.0.1178_GH0.tar.gz) = 13365376 From owner-svn-ports-all@freebsd.org Sat Oct 7 17:09:25 2017 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 552E7E3CEC9; Sat, 7 Oct 2017 17:09:25 +0000 (UTC) (envelope-from tcberner@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 00C6B653D4; Sat, 7 Oct 2017 17:09:24 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97H9O2Z082413; Sat, 7 Oct 2017 17:09:24 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97H9OR6082411; Sat, 7 Oct 2017 17:09:24 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201710071709.v97H9OR6082411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 7 Oct 2017 17:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451464 - in head/devel/py-mypy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/devel/py-mypy: . files X-SVN-Commit-Revision: 451464 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 17:09:25 -0000 Author: tcberner Date: Sat Oct 7 17:09:23 2017 New Revision: 451464 URL: https://svnweb.freebsd.org/changeset/ports/451464 Log: Update devel/py-mypy to 0.530 Changelog: - http://mypy-lang.blogspot.de/2017/10/mypy-0530-released.html The license file is no longer part of the distfile. PR: 222851 Submitted by: Florian Limberger (maintainer) Deleted: head/devel/py-mypy/files/ Modified: head/devel/py-mypy/Makefile head/devel/py-mypy/distinfo Modified: head/devel/py-mypy/Makefile ============================================================================== --- head/devel/py-mypy/Makefile Sat Oct 7 16:59:16 2017 (r451463) +++ head/devel/py-mypy/Makefile Sat Oct 7 17:09:23 2017 (r451464) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mypy -PORTVERSION= 0.521 +PORTVERSION= 0.530 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,14 +12,13 @@ COMMENT= Optional static typing for Python LICENSE= MIT PSFL LICENSE_COMB= multi -LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.0.0:devel/py-typed-ast +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.1.0:devel/py-typed-ast NO_ARCH= yes USES= python:3.3+ shebangfix USE_PYTHON= autoplist distutils -SHEBANG_FILES= typeshed/tests/pytype_test.py +SHEBANG_FILES= typeshed/tests/pytype_test.py .include Modified: head/devel/py-mypy/distinfo ============================================================================== --- head/devel/py-mypy/distinfo Sat Oct 7 16:59:16 2017 (r451463) +++ head/devel/py-mypy/distinfo Sat Oct 7 17:09:23 2017 (r451464) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501873020 -SHA256 (mypy-0.521.tar.gz) = 9d30df20cd937b80cfc6007d75426f27a232789cfa288c63bf9370f2542c9658 -SIZE (mypy-0.521.tar.gz) = 1284634 +TIMESTAMP = 1507390043 +SHA256 (mypy-0.530.tar.gz) = f94b4600b3ed3daa8da17648f08d29d6336b9da0bb1709d260bb4d14f20a9343 +SIZE (mypy-0.530.tar.gz) = 1299666 From owner-svn-ports-all@freebsd.org Sat Oct 7 17:25:09 2017 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 36FCEE3D5ED; Sat, 7 Oct 2017 17:25:09 +0000 (UTC) (envelope-from olgeni@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 E1321688FD; Sat, 7 Oct 2017 17:25:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97HP7LU090625; Sat, 7 Oct 2017 17:25:07 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97HP73j090623; Sat, 7 Oct 2017 17:25:07 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710071725.v97HP73j090623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 7 Oct 2017 17:25:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451465 - head/devel/elixir-smppex X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/elixir-smppex X-SVN-Commit-Revision: 451465 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 17:25:09 -0000 Author: olgeni Date: Sat Oct 7 17:25:07 2017 New Revision: 451465 URL: https://svnweb.freebsd.org/changeset/ports/451465 Log: Update devel/elixir-smppex to version 2.2.3. Modified: head/devel/elixir-smppex/Makefile head/devel/elixir-smppex/distinfo Modified: head/devel/elixir-smppex/Makefile ============================================================================== --- head/devel/elixir-smppex/Makefile Sat Oct 7 17:09:23 2017 (r451464) +++ head/devel/elixir-smppex/Makefile Sat Oct 7 17:25:07 2017 (r451465) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= smppex -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-smppex/distinfo ============================================================================== --- head/devel/elixir-smppex/distinfo Sat Oct 7 17:09:23 2017 (r451464) +++ head/devel/elixir-smppex/distinfo Sat Oct 7 17:25:07 2017 (r451465) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505990318 -SHA256 (savonarola-smppex-v2.2.2_GH0.tar.gz) = 08b756f281395c1aca79b006a6fb9615648d6c6c7c243bdb1c1409fb5371c34b -SIZE (savonarola-smppex-v2.2.2_GH0.tar.gz) = 48936 +TIMESTAMP = 1507396904 +SHA256 (savonarola-smppex-v2.2.3_GH0.tar.gz) = f823fa478272225455378d3eedbe2a01be42d9779190ea5540201f1aaf0bad50 +SIZE (savonarola-smppex-v2.2.3_GH0.tar.gz) = 49028 From owner-svn-ports-all@freebsd.org Sat Oct 7 17:46:39 2017 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 098A2E3DC48; Sat, 7 Oct 2017 17:46:39 +0000 (UTC) (envelope-from tcberner@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 C2C276D6A2; Sat, 7 Oct 2017 17:46:38 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97HkbI2099053; Sat, 7 Oct 2017 17:46:37 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97Hkb1C099051; Sat, 7 Oct 2017 17:46:37 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201710071746.v97Hkb1C099051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 7 Oct 2017 17:46:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451466 - head/sysutils/siegfried X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/sysutils/siegfried X-SVN-Commit-Revision: 451466 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 17:46:39 -0000 Author: tcberner Date: Sat Oct 7 17:46:37 2017 New Revision: 451466 URL: https://svnweb.freebsd.org/changeset/ports/451466 Log: Update sysutils/siegfried to 1.7.6 PR: 222848 Submitted by: steffen@fritz.wtf (maintainer) Modified: head/sysutils/siegfried/Makefile head/sysutils/siegfried/distinfo Modified: head/sysutils/siegfried/Makefile ============================================================================== --- head/sysutils/siegfried/Makefile Sat Oct 7 17:25:07 2017 (r451465) +++ head/sysutils/siegfried/Makefile Sat Oct 7 17:46:37 2017 (r451466) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= siegfried -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/siegfried/distinfo ============================================================================== --- head/sysutils/siegfried/distinfo Sat Oct 7 17:25:07 2017 (r451465) +++ head/sysutils/siegfried/distinfo Sat Oct 7 17:46:37 2017 (r451466) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502547557 -SHA256 (richardlehane-siegfried-v1.7.5_GH0.tar.gz) = 3f12202f93c76d643de405a1c3b095cca1aa5595d9e087e8778fc6937990c1fd -SIZE (richardlehane-siegfried-v1.7.5_GH0.tar.gz) = 23741037 +TIMESTAMP = 1507387137 +SHA256 (richardlehane-siegfried-v1.7.6_GH0.tar.gz) = d79a403798a39ccdea94d91e4a2d08c92b01f9905a28b76439436182fe9f4e47 +SIZE (richardlehane-siegfried-v1.7.6_GH0.tar.gz) = 23760908 From owner-svn-ports-all@freebsd.org Sat Oct 7 17:55:58 2017 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 E812BE3DEE9; Sat, 7 Oct 2017 17:55:58 +0000 (UTC) (envelope-from jbeich@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 99B106F6B2; Sat, 7 Oct 2017 17:55:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97HtvcE003418; Sat, 7 Oct 2017 17:55:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97Htvlf003415; Sat, 7 Oct 2017 17:55:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710071755.v97Htvlf003415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 7 Oct 2017 17:55:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451467 - in head/games/openbor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/games/openbor: . files X-SVN-Commit-Revision: 451467 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 17:55:59 -0000 Author: jbeich Date: Sat Oct 7 17:55:57 2017 New Revision: 451467 URL: https://svnweb.freebsd.org/changeset/ports/451467 Log: games/openbor: update to 4539 Changes: https://github.com/DCurrent/openbor/compare/12fc70c...4539 MFH: 2017Q4 Modified: head/games/openbor/Makefile (contents, props changed) head/games/openbor/distinfo (contents, props changed) head/games/openbor/files/patch-openbor.c (contents, props changed) Modified: head/games/openbor/Makefile ============================================================================== --- head/games/openbor/Makefile Sat Oct 7 17:46:37 2017 (r451466) +++ head/games/openbor/Makefile Sat Oct 7 17:55:57 2017 (r451467) @@ -2,7 +2,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 4515 +PORTVERSION?= 4539 .ifndef PKGNAMESUFFIX PORTREVISION= 0 .endif @@ -27,7 +27,6 @@ LIB_DEPENDS+= libvpx.so:multimedia/libvpx USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= 12fc70c USES+= gmake pkgconfig .if ${PORTVERSION} < 4433 Modified: head/games/openbor/distinfo ============================================================================== --- head/games/openbor/distinfo Sat Oct 7 17:46:37 2017 (r451466) +++ head/games/openbor/distinfo Sat Oct 7 17:55:57 2017 (r451467) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496950714 -SHA256 (DCurrent-openbor-4515-12fc70c_GH0.tar.gz) = ee6d6604fe02b873b95339d7305ce874581c268e17ef5693c14801ded4f35f72 -SIZE (DCurrent-openbor-4515-12fc70c_GH0.tar.gz) = 66891846 +TIMESTAMP = 1507042233 +SHA256 (DCurrent-openbor-4539_GH0.tar.gz) = 5ea8329c83a2d0cce5ea577117d87bcd5a0176464870f2f18a6cf9e043150aa6 +SIZE (DCurrent-openbor-4539_GH0.tar.gz) = 66890659 Modified: head/games/openbor/files/patch-openbor.c ============================================================================== --- head/games/openbor/files/patch-openbor.c Sat Oct 7 17:46:37 2017 (r451466) +++ head/games/openbor/files/patch-openbor.c Sat Oct 7 17:55:57 2017 (r451467) @@ -52,15 +52,6 @@ Avoid accidental rounding from abs() ptrdiff_t pos = 0; char *newbuf = NULL; -@@ -13933,7 +13933,7 @@ void generate_basemap(int map_index, flo - - void load_level(char *filename) - { -- char *buf; -+ char *buf = NULL; - size_t size, len, sblen; - ptrdiff_t pos, oldpos; - char *command; @@ -15210,6 +15210,11 @@ void bar(int x, int y, int value, int ma return; } From owner-svn-ports-all@freebsd.org Sat Oct 7 17:56:25 2017 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 257E9E3DF24; Sat, 7 Oct 2017 17:56:25 +0000 (UTC) (envelope-from jbeich@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 E31FA6F840; Sat, 7 Oct 2017 17:56:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97HuOIX003554; Sat, 7 Oct 2017 17:56:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97HuO7E003553; Sat, 7 Oct 2017 17:56:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710071756.v97HuO7E003553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 7 Oct 2017 17:56:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451468 - head/astro/gpstk X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/astro/gpstk X-SVN-Commit-Revision: 451468 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 17:56:25 -0000 Author: jbeich Date: Sat Oct 7 17:56:23 2017 New Revision: 451468 URL: https://svnweb.freebsd.org/changeset/ports/451468 Log: astro/gpstk: drop unused dependencies Reviewed by: pi MFH: 2017Q4 Differential Revision: https://reviews.freebsd.org/D12617 Modified: head/astro/gpstk/Makefile (contents, props changed) Modified: head/astro/gpstk/Makefile ============================================================================== --- head/astro/gpstk/Makefile Sat Oct 7 17:55:57 2017 (r451467) +++ head/astro/gpstk/Makefile Sat Oct 7 17:56:23 2017 (r451468) @@ -3,8 +3,8 @@ PORTNAME= gpstk PORTVERSION= 2.9 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= astro devel MAINTAINER= ports@FreeBSD.org @@ -12,8 +12,7 @@ COMMENT= Toolkit for developing GPS applications LICENSE= LGPL3 -USES= cmake:outsource python:run -USE_GCC= yes +USES= cmake:outsource USE_LDCONFIG= yes USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Sat Oct 7 18:25:22 2017 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 673A4E3E8DD; Sat, 7 Oct 2017 18:25:22 +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 BEB2475681; Sat, 7 Oct 2017 18:25:21 +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 v97IPKls015762; Sat, 7 Oct 2017 18:25:20 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97IPKGc015759; Sat, 7 Oct 2017 18:25:20 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201710071825.v97IPKGc015759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 7 Oct 2017 18:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451469 - head/www/otrs X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/www/otrs X-SVN-Commit-Revision: 451469 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 18:25:22 -0000 Author: brnrd Date: Sat Oct 7 18:25:20 2017 New Revision: 451469 URL: https://svnweb.freebsd.org/changeset/ports/451469 Log: www/otrs: Update to 5.0.23 - Update to 5.0.23 - Add missing deps [1] - Fix plist - Convert to options framework PR: 222410, 221002 [1] Approved by: m.tsatsenko@gmail.com (maintainer) Modified: head/www/otrs/Makefile head/www/otrs/distinfo head/www/otrs/pkg-plist Modified: head/www/otrs/Makefile ============================================================================== --- head/www/otrs/Makefile Sat Oct 7 17:56:23 2017 (r451468) +++ head/www/otrs/Makefile Sat Oct 7 18:25:20 2017 (r451469) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= otrs -PORTVERSION= 5.0.18 -PORTREVISION= 1 +PORTVERSION= 5.0.23 CATEGORIES= www MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ @@ -44,6 +43,9 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive- p5-SOAP-Lite>=0:net/p5-SOAP-Lite \ p5-Class-Inspector>=0:devel/p5-Class-Inspector \ p5-Mozilla-CA>=0:www/p5-Mozilla-CA \ + p5-CGI>=0:www/p5-CGI \ + p5-Lingua-Translit>=0:devel/p5-Lingua-Translit \ + p5-Pod-Strip>=0:textproc/p5-Pod-Strip \ p5-Template-Toolkit>=0:www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -98,6 +100,7 @@ SSL_RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt- APACHE_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.5:www/mod_perl2 \ p5-Apache-DBI>0:www/p5-Apache-DBI +APACHE_USE= apache_run=22+ REPORTS_RUN_DEPENDS= p5-GD>=0:graphics/p5-GD \ p5-GD-Graph>=0:graphics/p5-GD-Graph \ @@ -124,10 +127,6 @@ GNUPG_RUN_DEPENDS= gpg:security/gnupg1 .include -.if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN= 22+ -.endif - post-patch: @${FIND} ${WRKSRC} -name "*.pm" | \ ${XARGS} ${REINPLACE_CMD} -i '' \ @@ -141,18 +140,16 @@ do-build: @${FIND} ${WRKSRC}/Kernel -type f | ${XARGS} ${CHMOD} ${SHAREMODE} @${FIND} ${WRKSRC} -type f | ${XARGS} ${SED} -i '' \ -e "s=/opt/=${PREFIX}/=g;s=wwwrun=${WWWOWN}=g;" -.if ${PORT_OPTIONS:MISPELL} + +do-build-ISPELL-on: @${FIND} ${WRKSRC} -type f | ${XARGS} ${SED} -i '' \ -e "s=/usr/bin/ispell=${PREFIX}/bin/ispell=g" -.endif -.if ${PORT_OPTIONS:MASPELL} +do-build-ASPELL-on: @${FIND} ${WRKSRC} -type f | ${XARGS} ${SED} -i '' \ -e "s=/usr/bin/ispell=${PREFIX}/bin/aspell=g" -.endif -.if ${PORT_OPTIONS:MGNUPG} +do-build-GNUPG-on: @${FIND} ${WRKSRC} -type f | ${XARGS} ${SED} -i '' \ -e "s=/usr/bin/gpg=${PREFIX}/bin/gpg=g" -.endif do-install: .for D in ${ROOT_DIRS_LIST:S!^!${OTRSDIR}/!} ${BIN_DIRS_LIST:S!^!${OTRSDIR}/bin/!} ${SCRIPTS_DIRS_LIST:S!^!${OTRSDIR}/scripts/!} Modified: head/www/otrs/distinfo ============================================================================== --- head/www/otrs/distinfo Sat Oct 7 17:56:23 2017 (r451468) +++ head/www/otrs/distinfo Sat Oct 7 18:25:20 2017 (r451469) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491412917 -SHA256 (otrs-5.0.18.tar.bz2) = 32d2a17996a882fb8965e52d92589be1a9a8fb1a15cd47689919e6d1302fe1b4 -SIZE (otrs-5.0.18.tar.bz2) = 20401943 +TIMESTAMP = 1506472975 +SHA256 (otrs-5.0.23.tar.bz2) = 5e12affbccde0cae5738de1d0c7334e655b4c373ea668913ec54f31564b128c4 +SIZE (otrs-5.0.23.tar.bz2) = 20617459 Modified: head/www/otrs/pkg-plist ============================================================================== --- head/www/otrs/pkg-plist Sat Oct 7 17:56:23 2017 (r451468) +++ head/www/otrs/pkg-plist Sat Oct 7 18:25:20 2017 (r451469) @@ -5,7 +5,7 @@ otrs/.mailfilter.dist otrs/.procmailrc.dist otrs/ARCHIVE @sample otrs/Kernel/Config.pm.dist otrs/Kernel/Config.pm -otrs/Kernel/Config.pod.dist +@sample otrs/Kernel/Config.pod.dist otrs/Kernel/Config.pod otrs/Kernel/Config/Defaults.pm otrs/Kernel/Config/Files/CloudServices.xml otrs/Kernel/Config/Files/Daemon.xml @@ -518,6 +518,7 @@ otrs/Kernel/Output/HTML/Templates/Standard/InstallerLi otrs/Kernel/Output/HTML/Templates/Standard/InstallerSystem.tt otrs/Kernel/Output/HTML/Templates/Standard/LinkObject.tt otrs/Kernel/Output/HTML/Templates/Standard/Login.tt +otrs/Kernel/Output/HTML/Templates/Standard/MetaFloater.tt otrs/Kernel/Output/HTML/Templates/Standard/MobileNotAvailableWidget.tt otrs/Kernel/Output/HTML/Templates/Standard/Motd.tt otrs/Kernel/Output/HTML/Templates/Standard/NoPermission.tt From owner-svn-ports-all@freebsd.org Sat Oct 7 18:27:30 2017 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 22BD4E3E987; Sat, 7 Oct 2017 18:27:30 +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 B511F75D2B; Sat, 7 Oct 2017 18:27:29 +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 v97IRSgs015962; Sat, 7 Oct 2017 18:27:28 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97IRSM8015961; Sat, 7 Oct 2017 18:27:28 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201710071827.v97IRSM8015961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 7 Oct 2017 18:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451470 - head/security/shibboleth2-sp X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/shibboleth2-sp X-SVN-Commit-Revision: 451470 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 18:27:30 -0000 Author: brnrd Date: Sat Oct 7 18:27:28 2017 New Revision: 451470 URL: https://svnweb.freebsd.org/changeset/ports/451470 Log: security/shibboleth-sp: Fix wrongly placed USE_APACHE= PR: 222411 Approved by: maintainter timeout Differential Revision: https://reviews.freebsd.org/D12308 Modified: head/security/shibboleth2-sp/Makefile Modified: head/security/shibboleth2-sp/Makefile ============================================================================== --- head/security/shibboleth2-sp/Makefile Sat Oct 7 18:25:20 2017 (r451469) +++ head/security/shibboleth2-sp/Makefile Sat Oct 7 18:27:28 2017 (r451470) @@ -45,6 +45,8 @@ MEMCACHED_DESC= Store sessions in memcached FASTCGI_DESC= FastCGI protocol support, e.g. for NGINX APACHE_DESC= Build Apache module +APACHE_USE= apache=22+ + ODBC_CONFIGURE_ENABLE= odbc ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC @@ -71,7 +73,6 @@ CONFIGURE_ARGS+= --disable-doxygen-doc .include .if ${PORT_OPTIONS:MAPACHE} -USE_APACHE= 22+ .if "${APACHE_VERSION}" == 22 CONFIGURE_ARGS+=--disable-apache-24 --enable-apache-22 --with-apxs22=${APXS} PLIST_SUB+= WITH_APACHE_22="" From owner-svn-ports-all@freebsd.org Sat Oct 7 18:31:17 2017 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 BCDAEE3EB5A; Sat, 7 Oct 2017 18:31:17 +0000 (UTC) (envelope-from dch@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 84F5E7699F; Sat, 7 Oct 2017 18:31:17 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97IVGw6016309; Sat, 7 Oct 2017 18:31:16 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97IVGKC016304; Sat, 7 Oct 2017 18:31:16 GMT (envelope-from dch@FreeBSD.org) Message-Id: <201710071831.v97IVGKC016304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Sat, 7 Oct 2017 18:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451471 - in head/x11: . urxvt-font-size urxvt-font-size/files X-SVN-Group: ports-head X-SVN-Commit-Author: dch X-SVN-Commit-Paths: in head/x11: . urxvt-font-size urxvt-font-size/files X-SVN-Commit-Revision: 451471 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 18:31:17 -0000 Author: dch Date: Sat Oct 7 18:31:16 2017 New Revision: 451471 URL: https://svnweb.freebsd.org/changeset/ports/451471 Log: new port: x11/urxvt-font-size A perl extension for x11/rxvt-unicode that allows changing the font size on the fly with keyboard shortcuts. WWW: https://github.com/majutsushi/urxvt-font-size Reviewed by: mat, jrm (mentor) Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D12463 Added: head/x11/urxvt-font-size/ head/x11/urxvt-font-size/Makefile (contents, props changed) head/x11/urxvt-font-size/distinfo (contents, props changed) head/x11/urxvt-font-size/files/ head/x11/urxvt-font-size/files/pkg-message.in (contents, props changed) head/x11/urxvt-font-size/pkg-descr (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Sat Oct 7 18:27:28 2017 (r451470) +++ head/x11/Makefile Sat Oct 7 18:31:16 2017 (r451471) @@ -331,6 +331,7 @@ SUBDIR += trapproto SUBDIR += trayer SUBDIR += tycoon + SUBDIR += urxvt-font-size SUBDIR += urxvt-perls SUBDIR += vdesk SUBDIR += videoproto Added: head/x11/urxvt-font-size/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/urxvt-font-size/Makefile Sat Oct 7 18:31:16 2017 (r451471) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= urxvt-font-size +DISTVERSIONPREFIX= v +DISTVERSION= 1.3 +CATEGORIES= x11 + +MAINTAINER= dch@skunkwerks.at +COMMENT= Perl extension for rxvt-unicode terminal emulator to change font size + +LICENSE= MIT + +RUN_DEPENDS= urxvt:x11/rxvt-unicode + +NO_ARCH= yes +NO_BUILD= yes +USE_GITHUB= yes +GH_ACCOUNT= majutsushi +OPTIONS_DEFINE= DOCS +PORTDOCS= README + +INSTDIR_REL= lib/urxvt/perl +SCRIPTS= font-size +PLIST_FILES= ${LOCALBASE}/${INSTDIR_REL}/font-size +SUB_FILES= pkg-message + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${INSTDIR_REL} + ${INSTALL_DATA} ${WRKSRC}/font-size ${STAGEDIR}${PREFIX}/${INSTDIR_REL} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DOCSDIR}/README + +.include Added: head/x11/urxvt-font-size/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/urxvt-font-size/distinfo Sat Oct 7 18:31:16 2017 (r451471) @@ -0,0 +1,3 @@ +TIMESTAMP = 1507313520 +SHA256 (majutsushi-urxvt-font-size-v1.3_GH0.tar.gz) = 98bddf0dbad4e11231b07121c1c10b10116985f0ae6019173b10eaa23491a4af +SIZE (majutsushi-urxvt-font-size-v1.3_GH0.tar.gz) = 6276 Added: head/x11/urxvt-font-size/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/urxvt-font-size/files/pkg-message.in Sat Oct 7 18:31:16 2017 (r451471) @@ -0,0 +1,12 @@ +To enable this urxvt extension, modify ~/.Xresources as follows: + +URxvt.perl-ext-common: ...,font-size + +The extension automatically binds: + +- Ctrl++ to 'increase' +- Ctrl+- to 'decrease' +- Ctrl+0 to 'reset' + +For further customization consult +%%DOCSDIR%%/README Added: head/x11/urxvt-font-size/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/urxvt-font-size/pkg-descr Sat Oct 7 18:31:16 2017 (r451471) @@ -0,0 +1,4 @@ +A perl extension for rxvt-unicode that allows changing the font size on the fly +with keyboard shortcuts + +WWW: https://github.com/majutsushi/urxvt-font-size From owner-svn-ports-all@freebsd.org Sat Oct 7 18:32:20 2017 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 74528E3EBA1; Sat, 7 Oct 2017 18:32:20 +0000 (UTC) (envelope-from rakuco@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 1331076EA4; Sat, 7 Oct 2017 18:32:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97IWJjB020218; Sat, 7 Oct 2017 18:32:19 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97IWJdN020217; Sat, 7 Oct 2017 18:32:19 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201710071832.v97IWJdN020217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 7 Oct 2017 18:32:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451472 - head/devel/leatherman X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/devel/leatherman X-SVN-Commit-Revision: 451472 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 18:32:20 -0000 Author: rakuco Date: Sat Oct 7 18:32:18 2017 New Revision: 451472 URL: https://svnweb.freebsd.org/changeset/ports/451472 Log: Switch to an out-of-source CMake build. It does not have any bad side-effects, and out-of-source builds are recommended by CMake. In this case, it also avoids ninja warnings that become errors with Ninja 1.8: ninja: warning: multiple rules generate locales/leatherman.pot. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate locale/locales/leatherman_locale.pot. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] ninja: warning: multiple rules generate logging/locales/leatherman_logging.pot. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] PR: 222770 Modified: head/devel/leatherman/Makefile Modified: head/devel/leatherman/Makefile ============================================================================== --- head/devel/leatherman/Makefile Sat Oct 7 18:31:16 2017 (r451471) +++ head/devel/leatherman/Makefile Sat Oct 7 18:32:18 2017 (r451472) @@ -19,7 +19,7 @@ BROKEN_powerpc64= fails to compile: cc1plus: error: un USE_GITHUB= yes GH_ACCOUNT= puppetlabs -USES= cmake gettext +USES= cmake:outsource gettext USE_RUBY= yes CMAKE_ARGS= -DLEATHERMAN_SHARED:BOOL=ON USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Sat Oct 7 18:34:11 2017 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 7771EE3EBF4; Sat, 7 Oct 2017 18:34:11 +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 C5A7C774D1; Sat, 7 Oct 2017 18:34:10 +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 v97IY9bS020412; Sat, 7 Oct 2017 18:34:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97IY9fT020411; Sat, 7 Oct 2017 18:34:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710071834.v97IY9fT020411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Oct 2017 18:34:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451473 - head/print/pdfstitch X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/print/pdfstitch X-SVN-Commit-Revision: 451473 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 18:34:11 -0000 Author: antoine Date: Sat Oct 7 18:34:09 2017 New Revision: 451473 URL: https://svnweb.freebsd.org/changeset/ports/451473 Log: Fix dependencies Modified: head/print/pdfstitch/Makefile Modified: head/print/pdfstitch/Makefile ============================================================================== --- head/print/pdfstitch/Makefile Sat Oct 7 18:32:18 2017 (r451472) +++ head/print/pdfstitch/Makefile Sat Oct 7 18:34:09 2017 (r451473) @@ -12,9 +12,9 @@ COMMENT= Crop and stitch pages from PDF to larger, sin LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= textproc/p5-YAML>=1.10:textproc/p5-YAML \ - devel/p5-File-LibMagic>=1.10:devel/p5-File-LibMagic \ - textproc/p5-PDF-API2>=2.030:textproc/p5-PDF-API2 +RUN_DEPENDS= p5-YAML>=1.10:textproc/p5-YAML \ + p5-File-LibMagic>=1.10:devel/p5-File-LibMagic \ + p5-PDF-API2>=2.030:textproc/p5-PDF-API2 USES= perl5 USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Sat Oct 7 18:40:58 2017 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 90971E3EDE1; Sat, 7 Oct 2017 18:40:58 +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 2EA6E7CC97; Sat, 7 Oct 2017 18:40:58 +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 v97IevPT020910; Sat, 7 Oct 2017 18:40:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97Ieu8C020904; Sat, 7 Oct 2017 18:40:56 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710071840.v97Ieu8C020904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Oct 2017 18:40:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451474 - in head: . converters converters/py-bencode converters/py-bencode.py security/py-plaso X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: . converters converters/py-bencode converters/py-bencode.py security/py-plaso X-SVN-Commit-Revision: 451474 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 18:40:58 -0000 Author: antoine Date: Sat Oct 7 18:40:56 2017 New Revision: 451474 URL: https://svnweb.freebsd.org/changeset/ports/451474 Log: Update py-bencode 1.0 to py-bencode.py 1.2.0, this is a fork that works with both python2 and python3 Added: head/converters/py-bencode.py/ - copied from r451473, head/converters/py-bencode/ Deleted: head/converters/py-bencode/ Modified: head/MOVED head/converters/Makefile head/converters/py-bencode.py/Makefile head/converters/py-bencode.py/distinfo head/converters/py-bencode.py/pkg-descr head/security/py-plaso/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Oct 7 18:34:09 2017 (r451473) +++ head/MOVED Sat Oct 7 18:40:56 2017 (r451474) @@ -9577,3 +9577,4 @@ sysutils/bacula5-server|sysutils/bacula-server|2017-10 net-mgmt/nagios-check_bacula5|net-mgmt/nagios-check_bacula|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-server sysutils/bacula5-docs|sysutils/bacula-docs|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-docs editors/vanubi||2017-10-07|Has expired: Vanubi is no longer actively maintained +converters/py-bencode|converters/py-bencode.py|2017-10-07|Switch to a fork that supports both python2 and python3 Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Sat Oct 7 18:34:09 2017 (r451473) +++ head/converters/Makefile Sat Oct 7 18:40:56 2017 (r451474) @@ -148,7 +148,7 @@ SUBDIR += php71-recode SUBDIR += psiconv SUBDIR += py-bcode - SUBDIR += py-bencode + SUBDIR += py-bencode.py SUBDIR += py-bencoder SUBDIR += py-better-bencode SUBDIR += py-bsdconv Modified: head/converters/py-bencode.py/Makefile ============================================================================== --- head/converters/py-bencode/Makefile Sat Oct 7 18:34:09 2017 (r451473) +++ head/converters/py-bencode.py/Makefile Sat Oct 7 18:40:56 2017 (r451474) @@ -1,7 +1,7 @@ # $FreeBSD$ -PORTNAME= bencode -PORTVERSION= 1.0 +PORTNAME= bencode.py +PORTVERSION= 1.2.0 CATEGORIES= converters devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,9 @@ LICENSE_NAME= BitTorrent Open Source License LICENSE_TEXT= See http://directory.fsf.org/wiki/License:BitTorrentOSL1.1 LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= python:2 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.9:devel/py-pbr + +USES= python USE_PYTHON= distutils autoplist .include Modified: head/converters/py-bencode.py/distinfo ============================================================================== --- head/converters/py-bencode/distinfo Sat Oct 7 18:34:09 2017 (r451473) +++ head/converters/py-bencode.py/distinfo Sat Oct 7 18:40:56 2017 (r451474) @@ -1,2 +1,3 @@ -SHA256 (bencode-1.0.tar.gz) = 0301c2202233a3f274c940702bac7bd02d5d053b8bf9502b085156270e30be9b -SIZE (bencode-1.0.tar.gz) = 2385 +TIMESTAMP = 1507367768 +SHA256 (bencode.py-1.2.0.tar.gz) = 65efa44fef2172cc54587bb04c7f703d1471f7443e07bf3da76f6f9090269018 +SIZE (bencode.py-1.2.0.tar.gz) = 5488 Modified: head/converters/py-bencode.py/pkg-descr ============================================================================== --- head/converters/py-bencode/pkg-descr Sat Oct 7 18:34:09 2017 (r451473) +++ head/converters/py-bencode.py/pkg-descr Sat Oct 7 18:40:56 2017 (r451474) @@ -3,4 +3,4 @@ implementation from the 'official' BitTorrent client a light-weight package for re-using them without having the entire BitTorrent software as a dependency. -WWW: https://pypi.python.org/pypi/bencode/ +WWW: https://github.com/fuzeman/bencode.py Modified: head/security/py-plaso/Makefile ============================================================================== --- head/security/py-plaso/Makefile Sat Oct 7 18:34:09 2017 (r451473) +++ head/security/py-plaso/Makefile Sat Oct 7 18:40:56 2017 (r451474) @@ -3,6 +3,7 @@ PORTNAME= plaso PORTVERSION= 20170930 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -27,7 +28,7 @@ RUN_DEPENDS= hachoir-core>=0:devel/hachoir-core \ libregf>=a:devel/libregf \ libscca>=a:devel/libscca \ ${PYTHON_PKGNAMEPREFIX}artifacts>=0:security/py-artifacts \ - ${PYTHON_PKGNAMEPREFIX}bencode>=0:converters/py-bencode \ + ${PYTHON_PKGNAMEPREFIX}bencode.py>=0:converters/py-bencode.py \ ${PYTHON_PKGNAMEPREFIX}binplist>=0:devel/py-binplist \ ${PYTHON_PKGNAMEPREFIX}construct>=0:devel/py-construct \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ From owner-svn-ports-all@freebsd.org Sat Oct 7 18:56:23 2017 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 EB62DE3F2C8; Sat, 7 Oct 2017 18:56:23 +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 8C0DF8025E; Sat, 7 Oct 2017 18:56:23 +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 v97IuMSD029236; Sat, 7 Oct 2017 18:56:22 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97IuMfd029235; Sat, 7 Oct 2017 18:56:22 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710071856.v97IuMfd029235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Oct 2017 18:56:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451475 - head/converters/py-bencode.py X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/converters/py-bencode.py X-SVN-Commit-Revision: 451475 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 18:56:24 -0000 Author: antoine Date: Sat Oct 7 18:56:22 2017 New Revision: 451475 URL: https://svnweb.freebsd.org/changeset/ports/451475 Log: - Mark architecture neutral - Add regression tests Modified: head/converters/py-bencode.py/Makefile Modified: head/converters/py-bencode.py/Makefile ============================================================================== --- head/converters/py-bencode.py/Makefile Sat Oct 7 18:40:56 2017 (r451474) +++ head/converters/py-bencode.py/Makefile Sat Oct 7 18:56:22 2017 (r451475) @@ -2,6 +2,7 @@ PORTNAME= bencode.py PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= converters devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +16,13 @@ LICENSE_TEXT= See http://directory.fsf.org/wiki/Licens LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.9:devel/py-pbr +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest +NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist + +do-test: + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER}) .include From owner-svn-ports-all@freebsd.org Sat Oct 7 19:01:11 2017 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 C699EE3F41E; Sat, 7 Oct 2017 19:01:11 +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 4B71E8122E; Sat, 7 Oct 2017 19:01:10 +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 v97J19Te029582; Sat, 7 Oct 2017 19:01:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97J19WE029581; Sat, 7 Oct 2017 19:01:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710071901.v97J19WE029581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Oct 2017 19:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451476 - head/devel/rubygem-mmap2 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/rubygem-mmap2 X-SVN-Commit-Revision: 451476 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 19:01:12 -0000 Author: antoine Date: Sat Oct 7 19:01:09 2017 New Revision: 451476 URL: https://svnweb.freebsd.org/changeset/ports/451476 Log: rubygem-mmap2 is not architecture neutral Modified: head/devel/rubygem-mmap2/Makefile Modified: head/devel/rubygem-mmap2/Makefile ============================================================================== --- head/devel/rubygem-mmap2/Makefile Sat Oct 7 18:56:22 2017 (r451475) +++ head/devel/rubygem-mmap2/Makefile Sat Oct 7 19:01:09 2017 (r451476) @@ -2,6 +2,7 @@ PORTNAME= mmap2 PORTVERSION= 2.2.7 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +11,6 @@ COMMENT= Implement memory-mapped file objects for Ruby LICENSE= RUBY -NO_ARCH= yes USES= gem USE_RUBY= yes From owner-svn-ports-all@freebsd.org Sat Oct 7 19:10:46 2017 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 C48ACE3F97E; Sat, 7 Oct 2017 19:10:46 +0000 (UTC) (envelope-from rakuco@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 533FB832F6; Sat, 7 Oct 2017 19:10:46 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97JAjw3033842; Sat, 7 Oct 2017 19:10:45 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97JAjJF033841; Sat, 7 Oct 2017 19:10:45 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201710071910.v97JAjJF033841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 7 Oct 2017 19:10:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451477 - head/archivers/p7zip X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/archivers/p7zip X-SVN-Commit-Revision: 451477 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 19:10:47 -0000 Author: rakuco Date: Sat Oct 7 19:10:45 2017 New Revision: 451477 URL: https://svnweb.freebsd.org/changeset/ports/451477 Log: Pass -fPIC on armv7 as well. This fixes the following build error: /usr/bin/ld: 7zEncode.o(.text+0x2d04): unresolvable R_ARM_MOVW_ABS_NC relocation against symbol `_ZTIi@@CXXABI_1.3' /usr/bin/ld: final link failed: Nonrepresentable section on output c++: error: linker command failed with exit code 1 (use -v to see invocation) PR: 222852 Submitted by: guyyur@gmail.com Modified: head/archivers/p7zip/Makefile Modified: head/archivers/p7zip/Makefile ============================================================================== --- head/archivers/p7zip/Makefile Sat Oct 7 19:01:09 2017 (r451476) +++ head/archivers/p7zip/Makefile Sat Oct 7 19:10:45 2017 (r451477) @@ -20,6 +20,7 @@ MAKEFILE= makefile MAKE_ARGS= OPTFLAGS="${CXXFLAGS}" WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +CFLAGS_armv7= -fPIC CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC CFLAGS_powerpc= -fPIC From owner-svn-ports-all@freebsd.org Sat Oct 7 19:23:20 2017 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 18298E40489; Sat, 7 Oct 2017 19:23:20 +0000 (UTC) (envelope-from rakuco@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 1128725E2; Sat, 7 Oct 2017 19:23:18 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97JNIwN041825; Sat, 7 Oct 2017 19:23:18 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97JNIIe041824; Sat, 7 Oct 2017 19:23:18 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201710071923.v97JNIIe041824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 7 Oct 2017 19:23:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451478 - head/archivers/p7zip X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/archivers/p7zip X-SVN-Commit-Revision: 451478 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 19:23:20 -0000 Author: rakuco Date: Sat Oct 7 19:23:17 2017 New Revision: 451478 URL: https://svnweb.freebsd.org/changeset/ports/451478 Log: Also pass -fPIC for arm and armv6. Submitted by: imp Modified: head/archivers/p7zip/Makefile Modified: head/archivers/p7zip/Makefile ============================================================================== --- head/archivers/p7zip/Makefile Sat Oct 7 19:10:45 2017 (r451477) +++ head/archivers/p7zip/Makefile Sat Oct 7 19:23:17 2017 (r451478) @@ -20,6 +20,8 @@ MAKEFILE= makefile MAKE_ARGS= OPTFLAGS="${CXXFLAGS}" WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +CFLAGS_arm= -fPIC +CFLAGS_armv6= -fPIC CFLAGS_armv7= -fPIC CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC From owner-svn-ports-all@freebsd.org Sat Oct 7 19:45:06 2017 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 B59B7E40B5A; Sat, 7 Oct 2017 19:45:06 +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 359EC66545; Sat, 7 Oct 2017 19:45:06 +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 v97Jj4Rs050039; Sat, 7 Oct 2017 19:45:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97Jj42E050036; Sat, 7 Oct 2017 19:45:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201710071945.v97Jj42E050036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Oct 2017 19:45:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451479 - head/devel/libsmraw X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/libsmraw X-SVN-Commit-Revision: 451479 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 19:45:07 -0000 Author: antoine Date: Sat Oct 7 19:45:04 2017 New Revision: 451479 URL: https://svnweb.freebsd.org/changeset/ports/451479 Log: Update to alpha-20170803 Modified: head/devel/libsmraw/Makefile head/devel/libsmraw/distinfo Modified: head/devel/libsmraw/Makefile ============================================================================== --- head/devel/libsmraw/Makefile Sat Oct 7 19:23:17 2017 (r451478) +++ head/devel/libsmraw/Makefile Sat Oct 7 19:45:04 2017 (r451479) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsmraw -DISTVERSION= alpha-20170802 +DISTVERSION= alpha-20170803 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsmraw/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libsmraw/distinfo ============================================================================== --- head/devel/libsmraw/distinfo Sat Oct 7 19:23:17 2017 (r451478) +++ head/devel/libsmraw/distinfo Sat Oct 7 19:45:04 2017 (r451479) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501703354 -SHA256 (libsmraw-alpha-20170802.tar.gz) = 24ee9514b28c73e51eb14ed036a58f3c2fdc453d2eddbfac6036afce4c29245c -SIZE (libsmraw-alpha-20170802.tar.gz) = 1549155 +TIMESTAMP = 1507367440 +SHA256 (libsmraw-alpha-20170803.tar.gz) = 2c507b9fd6622cbad8b65ef3e8795d51c293979757354a747c7694269453c0aa +SIZE (libsmraw-alpha-20170803.tar.gz) = 1549204 From owner-svn-ports-all@freebsd.org Sat Oct 7 19:59:31 2017 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 C187AE40E1F; Sat, 7 Oct 2017 19:59:31 +0000 (UTC) (envelope-from naddy@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 61A7D69D1E; Sat, 7 Oct 2017 19:59:31 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97JxU9Y054366; Sat, 7 Oct 2017 19:59:30 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97JxUCL054365; Sat, 7 Oct 2017 19:59:30 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201710071959.v97JxUCL054365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Sat, 7 Oct 2017 19:59:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451480 - head/net/openntpd X-SVN-Group: ports-head X-SVN-Commit-Author: naddy X-SVN-Commit-Paths: head/net/openntpd X-SVN-Commit-Revision: 451480 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 19:59:32 -0000 Author: naddy Date: Sat Oct 7 19:59:30 2017 New Revision: 451480 URL: https://svnweb.freebsd.org/changeset/ports/451480 Log: Register conflict with ntp, ntp-devel. Modified: head/net/openntpd/Makefile Modified: head/net/openntpd/Makefile ============================================================================== --- head/net/openntpd/Makefile Sat Oct 7 19:45:04 2017 (r451479) +++ head/net/openntpd/Makefile Sat Oct 7 19:59:30 2017 (r451480) @@ -13,11 +13,13 @@ LICENSE= ISCL RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss +CONFLICTS= ntp-[0-9].* ntp-devel-* + +USES= ssl + USE_RC_SUBR= openntpd USERS= _ntp GROUPS= _ntp - -USES= ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cacert=${LOCALBASE}/etc/ssl/cert.pem From owner-svn-ports-all@freebsd.org Sat Oct 7 22:48:10 2017 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 1E1E8E43EC7; Sat, 7 Oct 2017 22:48:10 +0000 (UTC) (envelope-from madpilot@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 C1C806D15E; Sat, 7 Oct 2017 22:48:09 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97Mm8Fs023965; Sat, 7 Oct 2017 22:48:08 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97Mm8L4023964; Sat, 7 Oct 2017 22:48:08 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201710072248.v97Mm8L4023964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 7 Oct 2017 22:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451481 - head/x11-fm/thunar X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/x11-fm/thunar X-SVN-Commit-Revision: 451481 X-SVN-Commit-Repository: ports 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.23 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: Sat, 07 Oct 2017 22:48:10 -0000 Author: madpilot Date: Sat Oct 7 22:48:08 2017 New Revision: 451481 URL: https://svnweb.freebsd.org/changeset/ports/451481 Log: Fix LICENCE usage with multiple licence. This bug was exposed by r451432 change to bsd.licence.mk. PR: 222855 Submitted by: Robert Cina Modified: head/x11-fm/thunar/Makefile Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Sat Oct 7 19:59:30 2017 (r451480) +++ head/x11-fm/thunar/Makefile Sat Oct 7 22:48:08 2017 (r451481) @@ -12,7 +12,8 @@ COMMENT= Xfce file manager LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi -LICENSE_FILE= ${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libtumbler-1.so:deskutils/xfce4-tumbler \ libdbus-1.so:devel/dbus \ @@ -63,7 +64,7 @@ CONFIGURE_ARGS+=--enable-gio-unix \ --enable-dbus post-patch: - ${REINPLACE_CMD} -e 's|internet-mail|emblem-mail|' \ + @${REINPLACE_CMD} -e 's|internet-mail|emblem-mail|' \ ${WRKSRC}/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in .include