From owner-svn-ports-head@freebsd.org Sun Oct 1 00:01:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 02:53:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 05:52:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 06:35:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 06:38:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 07:20:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 07:09:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 07:43:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 08:07:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 08:07:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 07:25:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 08:39:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 09:02:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 08:07:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 08:07:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 09:15:55 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 08:10:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 09:47:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 08:07:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 07:36:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 10:01:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 10:01:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 10:06:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 08:07:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 09:19:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 10:23:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 11:50:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 12:58:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 13:29:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 14:37:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 14:44:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 15:10:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 15:15:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 15:19:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 16:26:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 16:34:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 17:09:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 17:09:54 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 17:28:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 18:01:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 18:49:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 20:02:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 20:19:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 20:20:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 20:43:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Sun Oct 1 20:44:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 01:46:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 01:49:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 03:14:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 04:01:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 05:52:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 05:59:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 06:24:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 06:26:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 06:54:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 08:02:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 09:02:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 09:50:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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-head@freebsd.org Mon Oct 2 09:55:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head 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 2