From owner-svn-ports-all@freebsd.org Sun Oct 16 00:03:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B30D1C13F44; Sun, 16 Oct 2016 00:03: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 825D2CC5; Sun, 16 Oct 2016 00:03: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 u9G03Zda090725; Sun, 16 Oct 2016 00:03:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G03Zd6090724; Sun, 16 Oct 2016 00:03:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610160003.u9G03Zd6090724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 16 Oct 2016 00:03:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424035 - head/math/ceres-solver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 00:03:36 -0000 Author: jbeich Date: Sun Oct 16 00:03:35 2016 New Revision: 424035 URL: https://svnweb.freebsd.org/changeset/ports/424035 Log: math/ceres-solver: oops, fix a typo Modified: head/math/ceres-solver/Makefile (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Sat Oct 15 23:53:45 2016 (r424034) +++ head/math/ceres-solver/Makefile Sun Oct 16 00:03:35 2016 (r424035) @@ -67,17 +67,17 @@ LAPACK_USES= fortran # LDFLAGS LAPACK_CMAKE_ON= -DBLAS_LIBRARIES="${BLASLIB}" -DLAPACK_LIBRARIES="${LAPACKLIB}" LAPACK_CMAKE_BOOL= LAPACK ATLAS_USES= blaslapack:atlas -ATLAS_CMAKE_ARGS= -DBLA_VENDOR="ATLAS" +ATLAS_CMAKE_ON= -DBLA_VENDOR="ATLAS" ATLAS_IMPLIES= LAPACK GOTOBLAS_DESC= Goto blas implementation -GOTOBLAS_CMAKE_ARGS= -DBLA_VENDOR="Goto" +GOTOBLAS_CMAKE_ON= -DBLA_VENDOR="Goto" GOTOBLAS_IMPLIES= LAPACK GOTOBLAS_USES= blaslapack:gotoblas NETLIB_USES= blaslapack:netlib -NETLIB_CMAKE_ARGS= -DBLA_VENDOR="Generic" +NETLIB_CMAKE_ON= -DBLA_VENDOR="Generic" NETLIB_IMPLIES= LAPACK OPENBLAS_USES= blaslapack:openblas -OPENBLAS_CMAKE_ARGS= -DBLA_VENDOR="OpenBLAS" +OPENBLAS_CMAKE_ON= -DBLA_VENDOR="OpenBLAS" OPENBLAS_IMPLIES= LAPACK SPARSE_DESC= Sparse linear algebra library From owner-svn-ports-all@freebsd.org Sun Oct 16 00:15:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75BF1C062A2; Sun, 16 Oct 2016 00:15:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47921104; Sun, 16 Oct 2016 00:15:08 +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 u9G0F7Vx094655; Sun, 16 Oct 2016 00:15:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G0F755094654; Sun, 16 Oct 2016 00:15:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610160015.u9G0F755094654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 16 Oct 2016 00:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424036 - head/math/ceres-solver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 00:15:08 -0000 Author: jbeich Date: Sun Oct 16 00:15:07 2016 New Revision: 424036 URL: https://svnweb.freebsd.org/changeset/ports/424036 Log: math/ceres-solver: minor sorting nit Modified: head/math/ceres-solver/Makefile (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Sun Oct 16 00:03:35 2016 (r424035) +++ head/math/ceres-solver/Makefile Sun Oct 16 00:15:07 2016 (r424036) @@ -70,9 +70,9 @@ ATLAS_USES= blaslapack:atlas ATLAS_CMAKE_ON= -DBLA_VENDOR="ATLAS" ATLAS_IMPLIES= LAPACK GOTOBLAS_DESC= Goto blas implementation +GOTOBLAS_USES= blaslapack:gotoblas GOTOBLAS_CMAKE_ON= -DBLA_VENDOR="Goto" GOTOBLAS_IMPLIES= LAPACK -GOTOBLAS_USES= blaslapack:gotoblas NETLIB_USES= blaslapack:netlib NETLIB_CMAKE_ON= -DBLA_VENDOR="Generic" NETLIB_IMPLIES= LAPACK From owner-svn-ports-all@freebsd.org Sun Oct 16 01:40:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3ACB2C12493; Sun, 16 Oct 2016 01:40:42 +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 0A622C8B; Sun, 16 Oct 2016 01:40:41 +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 u9G1efGv024545; Sun, 16 Oct 2016 01:40:41 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G1efkE024543; Sun, 16 Oct 2016 01:40:41 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610160140.u9G1efkE024543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 16 Oct 2016 01:40:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424037 - head/devel/R-cran-evaluate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 01:40:42 -0000 Author: tota Date: Sun Oct 16 01:40:40 2016 New Revision: 424037 URL: https://svnweb.freebsd.org/changeset/ports/424037 Log: - Update to 0.10 Modified: head/devel/R-cran-evaluate/Makefile (contents, props changed) head/devel/R-cran-evaluate/distinfo (contents, props changed) Modified: head/devel/R-cran-evaluate/Makefile ============================================================================== --- head/devel/R-cran-evaluate/Makefile Sun Oct 16 00:15:07 2016 (r424036) +++ head/devel/R-cran-evaluate/Makefile Sun Oct 16 01:40:40 2016 (r424037) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= evaluate -PORTVERSION= 0.9 +PORTVERSION= 0.10 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/R-cran-evaluate/distinfo ============================================================================== --- head/devel/R-cran-evaluate/distinfo Sun Oct 16 00:15:07 2016 (r424036) +++ head/devel/R-cran-evaluate/distinfo Sun Oct 16 01:40:40 2016 (r424037) @@ -1,2 +1,3 @@ -SHA256 (evaluate_0.9.tar.gz) = e8118c9d6ec479c0e712913848404431b6b6c0282f3c131acaf9a677ab5fc6ae -SIZE (evaluate_0.9.tar.gz) = 19165 +TIMESTAMP = 1476511757 +SHA256 (evaluate_0.10.tar.gz) = 6163baeb382c2c1e87d4e36a2e986ef74673d8a92ea8508c39ac662ff3519657 +SIZE (evaluate_0.10.tar.gz) = 21914 From owner-svn-ports-all@freebsd.org Sun Oct 16 04:18:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB7D6C12E77; Sun, 16 Oct 2016 04:18:27 +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 94BEF22A; Sun, 16 Oct 2016 04:18:27 +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 u9G4IQad085822; Sun, 16 Oct 2016 04:18:26 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G4IQET085819; Sun, 16 Oct 2016 04:18:26 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610160418.u9G4IQET085819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 16 Oct 2016 04:18:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424038 - head/graphics/R-cran-colorspace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 04:18:28 -0000 Author: tota Date: Sun Oct 16 04:18:26 2016 New Revision: 424038 URL: https://svnweb.freebsd.org/changeset/ports/424038 Log: - Update to 1.2-7 - Add "compiles" argument to USES=cran - Update WWW: line in pkg-descr Modified: head/graphics/R-cran-colorspace/Makefile (contents, props changed) head/graphics/R-cran-colorspace/distinfo (contents, props changed) head/graphics/R-cran-colorspace/pkg-descr (contents, props changed) Modified: head/graphics/R-cran-colorspace/Makefile ============================================================================== --- head/graphics/R-cran-colorspace/Makefile Sun Oct 16 01:40:40 2016 (r424037) +++ head/graphics/R-cran-colorspace/Makefile Sun Oct 16 04:18:26 2016 (r424038) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= colorspace -DISTVERSION= 1.2-6 +DISTVERSION= 1.2-7 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +11,6 @@ COMMENT= Color Space Manipulation LICENSE= BSD3CLAUSE -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Modified: head/graphics/R-cran-colorspace/distinfo ============================================================================== --- head/graphics/R-cran-colorspace/distinfo Sun Oct 16 01:40:40 2016 (r424037) +++ head/graphics/R-cran-colorspace/distinfo Sun Oct 16 04:18:26 2016 (r424038) @@ -1,2 +1,3 @@ -SHA256 (colorspace_1.2-6.tar.gz) = ba3165c5b906edadcd1c37cad0ef58f780b0af651f3fdeb49fbb2dc825251679 -SIZE (colorspace_1.2-6.tar.gz) = 247027 +TIMESTAMP = 1476519912 +SHA256 (colorspace_1.2-7.tar.gz) = a5a1c0bf1b0cb8dec5b7208fd873583c180aa540c9b214b5f17d5ecee3499c3a +SIZE (colorspace_1.2-7.tar.gz) = 265357 Modified: head/graphics/R-cran-colorspace/pkg-descr ============================================================================== --- head/graphics/R-cran-colorspace/pkg-descr Sun Oct 16 01:40:40 2016 (r424037) +++ head/graphics/R-cran-colorspace/pkg-descr Sun Oct 16 04:18:26 2016 (r424038) @@ -3,4 +3,4 @@ HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIE CIELAB. Qualitative, sequential, and diverging color palettes based on HCL colors are provided. -WWW: http://cran.r-project.org/web/packages/colorspace/ +WWW: https://cran.r-project.org/web/packages/colorspace/ From owner-svn-ports-all@freebsd.org Sun Oct 16 04:19:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48A3AC12ED2; Sun, 16 Oct 2016 04:19:51 +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 17DB034D; Sun, 16 Oct 2016 04:19:51 +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 u9G4Jo9s085979; Sun, 16 Oct 2016 04:19:50 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G4JoJI085977; Sun, 16 Oct 2016 04:19:50 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610160419.u9G4JoJI085977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 16 Oct 2016 04:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424039 - head/math/R-cran-forecast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 04:19:51 -0000 Author: tota Date: Sun Oct 16 04:19:49 2016 New Revision: 424039 URL: https://svnweb.freebsd.org/changeset/ports/424039 Log: - Update to 7.3 Modified: head/math/R-cran-forecast/Makefile (contents, props changed) head/math/R-cran-forecast/distinfo (contents, props changed) Modified: head/math/R-cran-forecast/Makefile ============================================================================== --- head/math/R-cran-forecast/Makefile Sun Oct 16 04:18:26 2016 (r424038) +++ head/math/R-cran-forecast/Makefile Sun Oct 16 04:19:49 2016 (r424039) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= forecast -PORTVERSION= 7.2 +PORTVERSION= 7.3 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-forecast/distinfo ============================================================================== --- head/math/R-cran-forecast/distinfo Sun Oct 16 04:18:26 2016 (r424038) +++ head/math/R-cran-forecast/distinfo Sun Oct 16 04:19:49 2016 (r424039) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474087892 -SHA256 (forecast_7.2.tar.gz) = 935c3df7d49059110a2ca497153fc1f2b50096ebd1dac371261ac0ec1e7b8995 -SIZE (forecast_7.2.tar.gz) = 201592 +TIMESTAMP = 1476520154 +SHA256 (forecast_7.3.tar.gz) = e14afadf35c2681d7dfbbd7ca279c05c5bd5972fcd9ed9d41c6891c5fb9aec0b +SIZE (forecast_7.3.tar.gz) = 308850 From owner-svn-ports-all@freebsd.org Sun Oct 16 04:21:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E4C6C12F26; Sun, 16 Oct 2016 04:21:13 +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 4D1796AF; Sun, 16 Oct 2016 04:21:13 +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 u9G4LC4N087426; Sun, 16 Oct 2016 04:21:12 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G4LCSQ087424; Sun, 16 Oct 2016 04:21:12 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610160421.u9G4LCSQ087424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 16 Oct 2016 04:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424040 - head/science/R-cran-snow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 04:21:13 -0000 Author: tota Date: Sun Oct 16 04:21:12 2016 New Revision: 424040 URL: https://svnweb.freebsd.org/changeset/ports/424040 Log: - Update to 0.4-2 - Fix LICENSE section Modified: head/science/R-cran-snow/Makefile (contents, props changed) head/science/R-cran-snow/distinfo (contents, props changed) Modified: head/science/R-cran-snow/Makefile ============================================================================== --- head/science/R-cran-snow/Makefile Sun Oct 16 04:19:49 2016 (r424039) +++ head/science/R-cran-snow/Makefile Sun Oct 16 04:21:12 2016 (r424040) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= snow -DISTVERSION= 0.4-1 +DISTVERSION= 0.4-2 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Support for simple parallel computing in R -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ USES= cran:auto-plist Modified: head/science/R-cran-snow/distinfo ============================================================================== --- head/science/R-cran-snow/distinfo Sun Oct 16 04:19:49 2016 (r424039) +++ head/science/R-cran-snow/distinfo Sun Oct 16 04:21:12 2016 (r424040) @@ -1,2 +1,3 @@ -SHA256 (snow_0.4-1.tar.gz) = 1c4962851608c936e68ffbf3409573d869a78857e606d43ddf2971ac10f622a7 -SIZE (snow_0.4-1.tar.gz) = 22397 +TIMESTAMP = 1476582532 +SHA256 (snow_0.4-2.tar.gz) = ee070187aea3607c9ca6235399b3db3e181348692405d038e962e06aefccabd7 +SIZE (snow_0.4-2.tar.gz) = 22397 From owner-svn-ports-all@freebsd.org Sun Oct 16 07:05:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDD72C14C56; Sun, 16 Oct 2016 07:05:28 +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 BF47D8BC; Sun, 16 Oct 2016 07:05:28 +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 u9G75Rgf049620; Sun, 16 Oct 2016 07:05:27 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G75R3D049618; Sun, 16 Oct 2016 07:05:27 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610160705.u9G75R3D049618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 16 Oct 2016 07:05:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424041 - head/security/rubygem-rex-text X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 07:05:29 -0000 Author: antoine Date: Sun Oct 16 07:05:27 2016 New Revision: 424041 URL: https://svnweb.freebsd.org/changeset/ports/424041 Log: Update to 0.2.4 Modified: head/security/rubygem-rex-text/Makefile head/security/rubygem-rex-text/distinfo Modified: head/security/rubygem-rex-text/Makefile ============================================================================== --- head/security/rubygem-rex-text/Makefile Sun Oct 16 04:21:12 2016 (r424040) +++ head/security/rubygem-rex-text/Makefile Sun Oct 16 07:05:27 2016 (r424041) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-text -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.4 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-rex-text/distinfo ============================================================================== --- head/security/rubygem-rex-text/distinfo Sun Oct 16 04:21:12 2016 (r424040) +++ head/security/rubygem-rex-text/distinfo Sun Oct 16 07:05:27 2016 (r424041) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472977874 -SHA256 (rubygem/rex-text-0.2.2.gem) = a981e81bb5f5e1e2da1f3bb473bea0115bed893b8c744b00e551ef966c523836 -SIZE (rubygem/rex-text-0.2.2.gem) = 43520 +TIMESTAMP = 1476600247 +SHA256 (rubygem/rex-text-0.2.4.gem) = b681efa9e5ec441150b2e29e88f0a0e01a17d7cd1519bd16ca90512bb5716354 +SIZE (rubygem/rex-text-0.2.4.gem) = 43520 From owner-svn-ports-all@freebsd.org Sun Oct 16 07:06:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37AA3C14C93; Sun, 16 Oct 2016 07:06:07 +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 06CFE9A0; Sun, 16 Oct 2016 07:06:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9G766Gj049755; Sun, 16 Oct 2016 07:06:06 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G766Iu049753; Sun, 16 Oct 2016 07:06:06 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610160706.u9G766Iu049753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 16 Oct 2016 07:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424042 - head/security/rubygem-metasploit-payloads X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 07:06:07 -0000 Author: antoine Date: Sun Oct 16 07:06:05 2016 New Revision: 424042 URL: https://svnweb.freebsd.org/changeset/ports/424042 Log: Update to 1.1.23 Modified: head/security/rubygem-metasploit-payloads/Makefile head/security/rubygem-metasploit-payloads/distinfo Modified: head/security/rubygem-metasploit-payloads/Makefile ============================================================================== --- head/security/rubygem-metasploit-payloads/Makefile Sun Oct 16 07:05:27 2016 (r424041) +++ head/security/rubygem-metasploit-payloads/Makefile Sun Oct 16 07:06:05 2016 (r424042) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-payloads -PORTVERSION= 1.1.19 +PORTVERSION= 1.1.23 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-metasploit-payloads/distinfo ============================================================================== --- head/security/rubygem-metasploit-payloads/distinfo Sun Oct 16 07:05:27 2016 (r424041) +++ head/security/rubygem-metasploit-payloads/distinfo Sun Oct 16 07:06:05 2016 (r424042) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475925922 -SHA256 (rubygem/metasploit-payloads-1.1.19.gem) = 701b62d3176dcd28c6db1496a1699e16d469e9752afb7a499d09db20b7709817 -SIZE (rubygem/metasploit-payloads-1.1.19.gem) = 12050432 +TIMESTAMP = 1476555252 +SHA256 (rubygem/metasploit-payloads-1.1.23.gem) = e0f49034a7867d267e6f52903f1b15f3555fb9577de987ca1a71108da5ece88e +SIZE (rubygem/metasploit-payloads-1.1.23.gem) = 12145664 From owner-svn-ports-all@freebsd.org Sun Oct 16 07:06:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8FCCC14CD4; Sun, 16 Oct 2016 07:06:34 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A721A8B; Sun, 16 Oct 2016 07:06:34 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9G76Xg9049881; Sun, 16 Oct 2016 07:06:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G76XxH049879; Sun, 16 Oct 2016 07:06:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610160706.u9G76XxH049879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 16 Oct 2016 07:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424043 - head/security/rubygem-metasploit_payloads-mettle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 07:06:34 -0000 Author: antoine Date: Sun Oct 16 07:06:33 2016 New Revision: 424043 URL: https://svnweb.freebsd.org/changeset/ports/424043 Log: Update to 0.0.8 Modified: head/security/rubygem-metasploit_payloads-mettle/Makefile head/security/rubygem-metasploit_payloads-mettle/distinfo Modified: head/security/rubygem-metasploit_payloads-mettle/Makefile ============================================================================== --- head/security/rubygem-metasploit_payloads-mettle/Makefile Sun Oct 16 07:06:05 2016 (r424042) +++ head/security/rubygem-metasploit_payloads-mettle/Makefile Sun Oct 16 07:06:33 2016 (r424043) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit_payloads-mettle -PORTVERSION= 0.0.6 +PORTVERSION= 0.0.8 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-metasploit_payloads-mettle/distinfo ============================================================================== --- head/security/rubygem-metasploit_payloads-mettle/distinfo Sun Oct 16 07:06:05 2016 (r424042) +++ head/security/rubygem-metasploit_payloads-mettle/distinfo Sun Oct 16 07:06:33 2016 (r424043) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469866676 -SHA256 (rubygem/metasploit_payloads-mettle-0.0.6.gem) = b9b0a5062dc27345e23fc62f26047533d153b322b1d19b5dbae60c7deb08fc23 -SIZE (rubygem/metasploit_payloads-mettle-0.0.6.gem) = 3259904 +TIMESTAMP = 1476600682 +SHA256 (rubygem/metasploit_payloads-mettle-0.0.8.gem) = c575c5f42ef2225db1418753e1096cf0a10905741ecf62b9ac2753570f42a6a8 +SIZE (rubygem/metasploit_payloads-mettle-0.0.8.gem) = 3442688 From owner-svn-ports-all@freebsd.org Sun Oct 16 07:07:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE834C14D32; Sun, 16 Oct 2016 07:07:07 +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 8332EBAA; Sun, 16 Oct 2016 07:07:07 +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 u9G776LN050011; Sun, 16 Oct 2016 07:07:06 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G776w6050009; Sun, 16 Oct 2016 07:07:06 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610160707.u9G776w6050009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 16 Oct 2016 07:07:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424044 - head/security/metasploit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 07:07:07 -0000 Author: antoine Date: Sun Oct 16 07:07:06 2016 New Revision: 424044 URL: https://svnweb.freebsd.org/changeset/ports/424044 Log: Update to 4.12.34 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Sun Oct 16 07:06:33 2016 (r424043) +++ head/security/metasploit/Makefile Sun Oct 16 07:07:06 2016 (r424044) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.12.31 +PORTVERSION= 4.12.34 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -24,8 +24,8 @@ RUN_DEPENDS= nmap:security/nmap \ rubygem-metasploit-credential>=0:security/rubygem-metasploit-credential \ rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ - rubygem-metasploit-payloads>=1.1.19:security/rubygem-metasploit-payloads \ - rubygem-metasploit_payloads-mettle>=0.0.6:security/rubygem-metasploit_payloads-mettle \ + rubygem-metasploit-payloads>=1.1.23:security/rubygem-metasploit-payloads \ + rubygem-metasploit_payloads-mettle>=0.0.8:security/rubygem-metasploit_payloads-mettle \ rubygem-msgpack>=0:devel/rubygem-msgpack \ rubygem-network_interface>=0:net/rubygem-network_interface \ rubygem-rubyntlm>=0:net/rubygem-rubyntlm \ Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Sun Oct 16 07:06:33 2016 (r424043) +++ head/security/metasploit/distinfo Sun Oct 16 07:07:06 2016 (r424044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475924815 -SHA256 (rapid7-metasploit-framework-4.12.31_GH0.tar.gz) = 908083bd77f357addbeeb6d1491e0e8c807b7ccb9152cac0d58104fc5fe08376 -SIZE (rapid7-metasploit-framework-4.12.31_GH0.tar.gz) = 23226115 +TIMESTAMP = 1476554922 +SHA256 (rapid7-metasploit-framework-4.12.34_GH0.tar.gz) = 732c26bf1965054ac0feda3c02956f452da57f276f3b270e9e24d22c845e7e5f +SIZE (rapid7-metasploit-framework-4.12.34_GH0.tar.gz) = 23327160 From owner-svn-ports-all@freebsd.org Sun Oct 16 07:08:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 808B9C14D99; Sun, 16 Oct 2016 07:08:33 +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 4443ECA2; Sun, 16 Oct 2016 07:08:33 +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 u9G78WLP050559; Sun, 16 Oct 2016 07:08:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G78T86050529; Sun, 16 Oct 2016 07:08:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610160708.u9G78T86050529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 16 Oct 2016 07:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424045 - in head/security/certificate-transparency: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 07:08:33 -0000 Author: pi Date: Sun Oct 16 07:08:29 2016 New Revision: 424045 URL: https://svnweb.freebsd.org/changeset/ports/424045 Log: security/certificate-transparency: update 20160102 -> 20161015 PR: 213502 Changes: https://github.com/google/certificate-transparency/commits/master Modified: head/security/certificate-transparency/Makefile head/security/certificate-transparency/distinfo head/security/certificate-transparency/files/patch-Makefile.am head/security/certificate-transparency/files/patch-configure.ac head/security/certificate-transparency/files/patch-cpp-client-ct.cc head/security/certificate-transparency/files/patch-cpp-fetcher-remote_peer_test.cc head/security/certificate-transparency/files/patch-cpp-log-cluster_state_controller_test.cc head/security/certificate-transparency/files/patch-cpp-log-etcd_consistent_store_test.cc head/security/certificate-transparency/files/patch-cpp-log-frontend_signer_test.cc head/security/certificate-transparency/files/patch-cpp-log-frontend_test.cc head/security/certificate-transparency/files/patch-cpp-log-log_lookup_test.cc head/security/certificate-transparency/files/patch-cpp-log-tree_signer_test.cc head/security/certificate-transparency/files/patch-cpp-net-url_fetcher_test.cc head/security/certificate-transparency/files/patch-cpp-server-ct-mirror.cc head/security/certificate-transparency/files/patch-cpp-server-ct-mirror_v2.cc head/security/certificate-transparency/files/patch-cpp-server-ct-server.cc head/security/certificate-transparency/files/patch-cpp-server-ct-server_v2.cc head/security/certificate-transparency/files/patch-cpp-server-log_processes.cc head/security/certificate-transparency/files/patch-cpp-server-server_helper.cc head/security/certificate-transparency/files/patch-cpp-server-xjson-server.cc head/security/certificate-transparency/files/patch-cpp-tools-dump_sth.cc head/security/certificate-transparency/files/patch-cpp-util-bignum.h head/security/certificate-transparency/files/patch-cpp-util-etcd_masterelection.cc head/security/certificate-transparency/files/patch-cpp-util-etcd_test.cc head/security/certificate-transparency/files/patch-cpp-util-fake_etcd_test.cc head/security/certificate-transparency/files/patch-cpp-util-init.cc head/security/certificate-transparency/files/patch-cpp-util-libevent_wrapper_test.cc head/security/certificate-transparency/files/patch-cpp-util-masterelection_test.cc head/security/certificate-transparency/files/patch-cpp-util-testing.cc head/security/certificate-transparency/files/patch-cpp_util_bench__etcd.cc Modified: head/security/certificate-transparency/Makefile ============================================================================== --- head/security/certificate-transparency/Makefile Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/Makefile Sun Oct 16 07:08:29 2016 (r424045) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= certificate-transparency -PORTVERSION= 20160102 -PORTREVISION= 1 +PORTVERSION= 20161015 CATEGORIES= security MAINTAINER= ports@FreeBSD.org @@ -32,7 +31,7 @@ CONFIGURE_ENV+= "CFLAGS+=-I${LOCALBASE}/ MAKE_FLAGS+= "V=1" USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 1cdd6b5 +GH_TAGNAME= 28478cb CPPFLAGS+= "-I${LOCALBASE}/include" CPPFLAGS+= "-I${LOCALBASE}/include/evhtp" Modified: head/security/certificate-transparency/distinfo ============================================================================== --- head/security/certificate-transparency/distinfo Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/distinfo Sun Oct 16 07:08:29 2016 (r424045) @@ -1,2 +1,3 @@ -SHA256 (google-certificate-transparency-20160102-1cdd6b5_GH0.tar.gz) = 7d84ffb97bf35729715aef8de5d471f4e83d3a48dbf5cec27a75bc03f0db5bce -SIZE (google-certificate-transparency-20160102-1cdd6b5_GH0.tar.gz) = 10441387 +TIMESTAMP = 1476535326 +SHA256 (google-certificate-transparency-20161015-28478cb_GH0.tar.gz) = 5dac966842538c4af8f99c721ad8aa4ef5921f67d91ce02b482f30883e3468bd +SIZE (google-certificate-transparency-20161015-28478cb_GH0.tar.gz) = 10509723 Modified: head/security/certificate-transparency/files/patch-Makefile.am ============================================================================== --- head/security/certificate-transparency/files/patch-Makefile.am Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-Makefile.am Sun Oct 16 07:08:29 2016 (r424045) @@ -1,14 +1,6 @@ ---- Makefile.am.orig 2016-02-02 11:35:23 UTC +--- Makefile.am.orig 2016-10-14 17:11:57 UTC +++ Makefile.am -@@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -Im4 - AM_CPPFLAGS = \ - -I$(GMOCK_DIR)/include \ - -I$(GTEST_DIR)/include \ -- -Ithird_party/objecthash \ - $(evhtp_CFLAGS) \ - $(icu_CFLAGS) \ - $(json_c_CFLAGS) -@@ -12,8 +11,6 @@ AM_CXXFLAGS = \ +@@ -11,8 +11,6 @@ AM_CXXFLAGS = \ -fno-exceptions BUILT_SOURCES = \ @@ -17,7 +9,7 @@ cpp/monitoring/prometheus/metrics.pb.cc \ cpp/monitoring/prometheus/metrics.pb.h \ proto/ct.pb.cc \ -@@ -124,9 +121,6 @@ endif +@@ -131,9 +129,6 @@ endif cpp/gtest-all.cc: $(GTEST_DIR)/src/gtest-all.cc $(AM_V_at)cp $^ $@ @@ -27,7 +19,7 @@ test/testdata/urlfetcher_test_certs/localhost-key.pem: test/create_url_fetcher_test_certs.sh $(AM_V_GEN)test/create_url_fetcher_test_certs.sh -@@ -215,8 +209,6 @@ cpp_libtest_a_CPPFLAGS = \ +@@ -226,8 +221,6 @@ cpp_libtest_a_CPPFLAGS = \ -I$(GTEST_DIR) \ $(AM_CPPFLAGS) cpp_libtest_a_SOURCES = \ @@ -36,13 +28,3 @@ cpp/util/testing.cc cpp_server_ct_mirror_LDADD = \ -@@ -297,8 +289,7 @@ cpp_server_xjson_server_SOURCES = \ - cpp/server/server_helper.cc \ - cpp/server/xjson-server.cc \ - cpp/server/x_json_handler.cc \ -- cpp/util/json_wrapper.cc \ -- third_party/objecthash/objecthash.cc -+ cpp/util/json_wrapper.cc - - cpp_tools_ct_clustertool_LDADD = \ - cpp/libcore.a \ Modified: head/security/certificate-transparency/files/patch-configure.ac ============================================================================== --- head/security/certificate-transparency/files/patch-configure.ac Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-configure.ac Sun Oct 16 07:08:29 2016 (r424045) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2016-02-02 11:35:23 UTC +--- configure.ac.orig 2016-10-14 17:11:57 UTC +++ configure.ac -@@ -83,9 +83,7 @@ AC_CHECK_HEADER([gtest/gtest.h],, [missi +@@ -84,9 +84,7 @@ AC_CHECK_HEADER([gtest/gtest.h],, [missi AS_VAR_APPEND([CPPFLAGS], [" -I$GMOCK_DIR/include"]) AC_CHECK_HEADER([gmock/gmock.h],, [missing_gmock=1]) AS_VAR_APPEND([CPPFLAGS], [" -I$GTEST_DIR"]) @@ -10,16 +10,16 @@ CPPFLAGS="$saved_CPPFLAGS" AS_IF([test -n "$missing_gtest"], [AC_MSG_ERROR([could not find a working Google Test])]) -@@ -105,7 +103,7 @@ AC_SEARCH_LIBS([clock_gettime], [rt],,, +@@ -106,7 +104,7 @@ AC_SEARCH_LIBS([clock_gettime], [rt],,, AC_MSG_CHECKING([checking for gflags library]) LIBS="-lgflags $LIBS" --AC_LINK_IFELSE([AC_LANG_PROGRAM([#include ], [google::ParseCommandLineFlags(NULL, NULL, true)])], [have_gflags=yes], [have_gflags=no]) -+AC_LINK_IFELSE([AC_LANG_PROGRAM([#include ], [gflags::ParseCommandLineFlags(NULL, NULL, true)])], [have_gflags=yes], [have_gflags=no]) +-AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[google::ParseCommandLineFlags(NULL, NULL, true)]])], [have_gflags=yes], [have_gflags=no]) ++AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[gflags::ParseCommandLineFlags(NULL, NULL, true)]])], [have_gflags=yes], [have_gflags=no]) AC_MSG_RESULT([$have_gflags]) AS_IF([test "x$have_gflags" = "xno"], [AC_MSG_ERROR([gflags library could not be found])]) -@@ -117,6 +115,9 @@ AC_MSG_RESULT([$have_glog]) +@@ -118,6 +116,9 @@ AC_MSG_RESULT([$have_glog]) AS_IF([test "x$have_glog" = "xno"], [AC_MSG_ERROR([glog library could not be found])]) Modified: head/security/certificate-transparency/files/patch-cpp-client-ct.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-client-ct.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-client-ct.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,6 +1,6 @@ ---- cpp/client/ct.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/client/ct.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/client/ct.cc -@@ -461,8 +461,8 @@ static void MakeCert() { +@@ -451,8 +451,8 @@ static void MakeCert() { // (This means the relevant section should be last in the configuration.) // 1.2.3.1=DER:[raw encoding of proof] static void WriteProofToConfig() { @@ -11,7 +11,7 @@ string sct; -@@ -489,8 +489,8 @@ static const char kPEMLabel[] = "SERVERI +@@ -479,8 +479,8 @@ static const char kPEMLabel[] = "SERVERI // Wrap the proof in the format expected by the TLS extension, // so that we can feed it to OpenSSL. static void ProofToExtensionData() { @@ -22,13 +22,14 @@ string serialized_sct; PCHECK(util::ReadBinaryFile(FLAGS_sct_token, &serialized_sct)) -@@ -990,12 +990,12 @@ int Monitor() { +@@ -939,13 +939,13 @@ int GetSTH() { // Exit code upon abnormal exit (CHECK failures): != 0 // (on UNIX, 134 is expected) int main(int argc, char** argv) { - google::SetUsageMessage(argv[0] + string(kUsage)); + gflags::SetUsageMessage(argv[0] + string(kUsage)); util::InitCT(&argc, &argv); + ConfigureSerializerForV1CT(); const string main_command(argv[0]); if (argc < 2) { @@ -37,7 +38,7 @@ return 1; } -@@ -1035,7 +1035,7 @@ int main(int argc, char** argv) { +@@ -983,7 +983,7 @@ int main(int argc, char** argv) { } else if (cmd == "sth") { ret = GetSTH(); } else { Modified: head/security/certificate-transparency/files/patch-cpp-fetcher-remote_peer_test.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-fetcher-remote_peer_test.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-fetcher-remote_peer_test.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/fetcher/remote_peer_test.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/fetcher/remote_peer_test.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/fetcher/remote_peer_test.cc @@ -1,5 +1,8 @@ #include Modified: head/security/certificate-transparency/files/patch-cpp-log-cluster_state_controller_test.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-log-cluster_state_controller_test.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-log-cluster_state_controller_test.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/log/cluster_state_controller_test.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/log/cluster_state_controller_test.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/log/cluster_state_controller_test.cc @@ -1,3 +1,6 @@ +// Without this, build will fail due to clash between onigposix.h Modified: head/security/certificate-transparency/files/patch-cpp-log-etcd_consistent_store_test.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-log-etcd_consistent_store_test.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-log-etcd_consistent_store_test.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/log/etcd_consistent_store_test.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/log/etcd_consistent_store_test.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/log/etcd_consistent_store_test.cc @@ -1,6 +1,9 @@ #include "log/etcd_consistent_store.h" Modified: head/security/certificate-transparency/files/patch-cpp-log-frontend_signer_test.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-log-frontend_signer_test.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-log-frontend_signer_test.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/log/frontend_signer_test.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/log/frontend_signer_test.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/log/frontend_signer_test.cc @@ -1,5 +1,8 @@ /* -*- indent-tabs-mode: nil -*- */ Modified: head/security/certificate-transparency/files/patch-cpp-log-frontend_test.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-log-frontend_test.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-log-frontend_test.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/log/frontend_test.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/log/frontend_test.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/log/frontend_test.cc @@ -1,5 +1,8 @@ /* -*- indent-tabs-mode: nil -*- */ Modified: head/security/certificate-transparency/files/patch-cpp-log-log_lookup_test.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-log-log_lookup_test.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-log-log_lookup_test.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/log/log_lookup_test.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/log/log_lookup_test.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/log/log_lookup_test.cc @@ -1,4 +1,7 @@ /* -*- indent-tabs-mode: nil -*- */ Modified: head/security/certificate-transparency/files/patch-cpp-log-tree_signer_test.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-log-tree_signer_test.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-log-tree_signer_test.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/log/tree_signer_test.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/log/tree_signer_test.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/log/tree_signer_test.cc @@ -1,4 +1,7 @@ /* -*- indent-tabs-mode: nil -*- */ Modified: head/security/certificate-transparency/files/patch-cpp-net-url_fetcher_test.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-net-url_fetcher_test.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-net-url_fetcher_test.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/net/url_fetcher_test.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/net/url_fetcher_test.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/net/url_fetcher_test.cc @@ -7,6 +7,9 @@ #include Modified: head/security/certificate-transparency/files/patch-cpp-server-ct-mirror.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-server-ct-mirror.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-server-ct-mirror.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/server/ct-mirror.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/server/ct-mirror.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/server/ct-mirror.cc @@ -98,7 +98,7 @@ using cert_trans::Update; using cert_trans::UrlFetcher; Modified: head/security/certificate-transparency/files/patch-cpp-server-ct-mirror_v2.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-server-ct-mirror_v2.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-server-ct-mirror_v2.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/server/ct-mirror_v2.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/server/ct-mirror_v2.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/server/ct-mirror_v2.cc @@ -91,7 +91,7 @@ using cert_trans::Update; using cert_trans::UrlFetcher; Modified: head/security/certificate-transparency/files/patch-cpp-server-ct-server.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-server-ct-server.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-server-ct-server.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/server/ct-server.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/server/ct-server.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/server/ct-server.cc @@ -64,7 +64,7 @@ using cert_trans::TreeSigner; using cert_trans::UrlFetcher; Modified: head/security/certificate-transparency/files/patch-cpp-server-ct-server_v2.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-server-ct-server_v2.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-server-ct-server_v2.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/server/ct-server_v2.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/server/ct-server_v2.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/server/ct-server_v2.cc @@ -66,7 +66,7 @@ using cert_trans::TreeSigner; using cert_trans::UrlFetcher; Modified: head/security/certificate-transparency/files/patch-cpp-server-log_processes.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-server-log_processes.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-server-log_processes.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/server/log_processes.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/server/log_processes.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/server/log_processes.cc @@ -23,7 +23,7 @@ DEFINE_int32(cleanup_frequency_seconds, using cert_trans::Counter; Modified: head/security/certificate-transparency/files/patch-cpp-server-server_helper.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-server-server_helper.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-server-server_helper.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/server/server_helper.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/server/server_helper.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/server/server_helper.cc @@ -4,7 +4,7 @@ #include "util/fake_etcd.h" Modified: head/security/certificate-transparency/files/patch-cpp-server-xjson-server.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-server-xjson-server.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-server-xjson-server.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/server/xjson-server.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/server/xjson-server.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/server/xjson-server.cc @@ -63,7 +63,7 @@ using cert_trans::UrlFetcher; using cert_trans::XJsonHttpHandler; Modified: head/security/certificate-transparency/files/patch-cpp-tools-dump_sth.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-tools-dump_sth.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-tools-dump_sth.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/tools/dump_sth.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/tools/dump_sth.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/tools/dump_sth.cc @@ -26,11 +26,11 @@ void DumpSth(const char* filename) { Modified: head/security/certificate-transparency/files/patch-cpp-util-bignum.h ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-util-bignum.h Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-util-bignum.h Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/util/bignum.h.orig 2016-02-02 11:35:23 UTC +--- cpp/util/bignum.h.orig 2016-10-14 17:11:57 UTC +++ cpp/util/bignum.h @@ -3,6 +3,7 @@ Modified: head/security/certificate-transparency/files/patch-cpp-util-etcd_masterelection.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-util-etcd_masterelection.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-util-etcd_masterelection.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/util/etcd_masterelection.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/util/etcd_masterelection.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/util/etcd_masterelection.cc @@ -24,7 +24,7 @@ DEFINE_string(node_id, "", "unique node Modified: head/security/certificate-transparency/files/patch-cpp-util-etcd_test.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-util-etcd_test.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-util-etcd_test.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/util/etcd_test.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/util/etcd_test.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/util/etcd_test.cc @@ -1,3 +1,6 @@ +// Without this, build will fail due to clash between onigposix.h Modified: head/security/certificate-transparency/files/patch-cpp-util-fake_etcd_test.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-util-fake_etcd_test.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-util-fake_etcd_test.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/util/fake_etcd_test.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/util/fake_etcd_test.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/util/fake_etcd_test.cc @@ -2,6 +2,9 @@ Modified: head/security/certificate-transparency/files/patch-cpp-util-init.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-util-init.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-util-init.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/util/init.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/util/init.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/util/init.cc @@ -49,8 +49,8 @@ void LibEventLog(int severity, const cha Modified: head/security/certificate-transparency/files/patch-cpp-util-libevent_wrapper_test.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-util-libevent_wrapper_test.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-util-libevent_wrapper_test.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/util/libevent_wrapper_test.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/util/libevent_wrapper_test.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/util/libevent_wrapper_test.cc @@ -1,5 +1,8 @@ #include "util/libevent_wrapper.h" Modified: head/security/certificate-transparency/files/patch-cpp-util-masterelection_test.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-util-masterelection_test.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-util-masterelection_test.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/util/masterelection_test.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/util/masterelection_test.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/util/masterelection_test.cc @@ -3,6 +3,9 @@ #include Modified: head/security/certificate-transparency/files/patch-cpp-util-testing.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-util-testing.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp-util-testing.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/util/testing.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/util/testing.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/util/testing.cc @@ -3,6 +3,9 @@ #include Modified: head/security/certificate-transparency/files/patch-cpp_util_bench__etcd.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp_util_bench__etcd.cc Sun Oct 16 07:07:06 2016 (r424044) +++ head/security/certificate-transparency/files/patch-cpp_util_bench__etcd.cc Sun Oct 16 07:08:29 2016 (r424045) @@ -1,4 +1,4 @@ ---- cpp/util/bench_etcd.cc.orig 2016-02-02 11:35:23 UTC +--- cpp/util/bench_etcd.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/util/bench_etcd.cc @@ -105,7 +105,7 @@ void test_etcd(int thread_num) { From owner-svn-ports-all@freebsd.org Sun Oct 16 07:44:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20A33C1360C; Sun, 16 Oct 2016 07:44:25 +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 D2643AAE; Sun, 16 Oct 2016 07:44:24 +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 u9G7iNnM065163; Sun, 16 Oct 2016 07:44:23 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G7iN4h065159; Sun, 16 Oct 2016 07:44:23 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610160744.u9G7iN4h065159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 16 Oct 2016 07:44:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424046 - in head/sysutils/avfs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 07:44:25 -0000 Author: riggs Date: Sun Oct 16 07:44:23 2016 New Revision: 424046 URL: https://svnweb.freebsd.org/changeset/ports/424046 Log: Update to upstream version 1.0.4; pet portlint PR: 213275 Submitted by: mp39590@gmail.com (maintainer) Added: head/sysutils/avfs/files/patch-scripts_mountavfs - copied, changed from r424045, head/sysutils/avfs/files/patch-scripts_mountavs head/sysutils/avfs/files/patch-scripts_umountavfs - copied, changed from r424045, head/sysutils/avfs/files/patch-scripts_umountavs Deleted: head/sysutils/avfs/files/patch-scripts_mountavs head/sysutils/avfs/files/patch-scripts_umountavs Modified: head/sysutils/avfs/Makefile head/sysutils/avfs/distinfo (contents, props changed) Modified: head/sysutils/avfs/Makefile ============================================================================== --- head/sysutils/avfs/Makefile Sun Oct 16 07:08:29 2016 (r424045) +++ head/sysutils/avfs/Makefile Sun Oct 16 07:44:23 2016 (r424046) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= avfs -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= sysutils MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION} Modified: head/sysutils/avfs/distinfo ============================================================================== --- head/sysutils/avfs/distinfo Sun Oct 16 07:08:29 2016 (r424045) +++ head/sysutils/avfs/distinfo Sun Oct 16 07:44:23 2016 (r424046) @@ -1,2 +1,3 @@ -SHA256 (avfs-1.0.3.tar.bz2) = c6dee77b2b71567528f897727e51695587189765fc35f694e4734db0a7d4fec8 -SIZE (avfs-1.0.3.tar.bz2) = 722861 +TIMESTAMP = 1474051275 +SHA256 (avfs-1.0.4.tar.bz2) = 6b652120d9ed8730a9dcfd161d0e68481d176e854d94bed67754cb7b03e0b100 +SIZE (avfs-1.0.4.tar.bz2) = 719761 Copied and modified: head/sysutils/avfs/files/patch-scripts_mountavfs (from r424045, head/sysutils/avfs/files/patch-scripts_mountavs) ============================================================================== --- head/sysutils/avfs/files/patch-scripts_mountavs Sun Oct 16 07:08:29 2016 (r424045, copy source) +++ head/sysutils/avfs/files/patch-scripts_mountavfs Sun Oct 16 07:44:23 2016 (r424046) @@ -1,6 +1,6 @@ ---- scripts/mountavfs.orig 2015-02-07 16:14:05.773404035 +0600 -+++ scripts/mountavfs 2015-02-07 16:14:56.488399333 +0600 -@@ -14,7 +14,7 @@ +--- scripts/mountavfs.orig 2016-09-16 18:43:19 UTC ++++ scripts/mountavfs +@@ -14,7 +14,7 @@ else MntDir=${HOME}/.avfs fi Copied and modified: head/sysutils/avfs/files/patch-scripts_umountavfs (from r424045, head/sysutils/avfs/files/patch-scripts_umountavs) ============================================================================== --- head/sysutils/avfs/files/patch-scripts_umountavs Sun Oct 16 07:08:29 2016 (r424045, copy source) +++ head/sysutils/avfs/files/patch-scripts_umountavfs Sun Oct 16 07:44:23 2016 (r424046) @@ -1,6 +1,6 @@ ---- scripts/umountavfs.orig 2015-02-07 16:14:17.372402564 +0600 -+++ scripts/umountavfs 2015-02-07 16:15:29.270400346 +0600 -@@ -14,11 +14,11 @@ +--- scripts/umountavfs.orig 2016-09-16 18:43:19 UTC ++++ scripts/umountavfs +@@ -14,11 +14,11 @@ else MntDir="${HOME}/.avfs" fi From owner-svn-ports-all@freebsd.org Sun Oct 16 07:50:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9DE4C1369F; Sun, 16 Oct 2016 07:50:24 +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 AE340BF6; Sun, 16 Oct 2016 07:50:24 +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 u9G7oNkP065488; Sun, 16 Oct 2016 07:50:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G7oNmQ065486; Sun, 16 Oct 2016 07:50:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610160750.u9G7oNmQ065486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 16 Oct 2016 07:50:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424047 - head/games/peg-e X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 07:50:25 -0000 Author: amdmi3 Date: Sun Oct 16 07:50:23 2016 New Revision: 424047 URL: https://svnweb.freebsd.org/changeset/ports/424047 Log: - Update to 1.2.2 Modified: head/games/peg-e/Makefile head/games/peg-e/distinfo Modified: head/games/peg-e/Makefile ============================================================================== --- head/games/peg-e/Makefile Sun Oct 16 07:44:23 2016 (r424046) +++ head/games/peg-e/Makefile Sun Oct 16 07:50:23 2016 (r424047) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= peg-e -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= games MASTER_SITES= http://gottcode.org/peg-e/ \ http://mirror.amdmi3.ru/distfiles/ @@ -15,7 +15,8 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lib qmake tar:bzip2 -USE_QT5= core gui widgets qmake_build buildtools_build +USE_QT5= core gui widgets qmake_build buildtools_build linguisttools_build +USE_GL= gl INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/games/peg-e/distinfo ============================================================================== --- head/games/peg-e/distinfo Sun Oct 16 07:44:23 2016 (r424046) +++ head/games/peg-e/distinfo Sun Oct 16 07:50:23 2016 (r424047) @@ -1,2 +1,3 @@ -SHA256 (peg-e-1.2.1-src.tar.bz2) = bf96ad7e84f3244f614ccf08c1dbc4f1bdae4bb2cc362a99ecee322ee7e38635 -SIZE (peg-e-1.2.1-src.tar.bz2) = 474773 +TIMESTAMP = 1476278407 +SHA256 (peg-e-1.2.2-src.tar.bz2) = eec570e318fbffa225d70ad5277cd1027606193f426e26f81a0ec20cb722fcd5 +SIZE (peg-e-1.2.2-src.tar.bz2) = 464921 From owner-svn-ports-all@freebsd.org Sun Oct 16 07:50:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93888C136EF; Sun, 16 Oct 2016 07:50:53 +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 541F8D09; Sun, 16 Oct 2016 07:50:53 +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 u9G7oqsT065631; Sun, 16 Oct 2016 07:50:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G7oqUh065628; Sun, 16 Oct 2016 07:50:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610160750.u9G7oqUh065628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 16 Oct 2016 07:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424048 - head/games/hexalate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 07:50:53 -0000 Author: amdmi3 Date: Sun Oct 16 07:50:52 2016 New Revision: 424048 URL: https://svnweb.freebsd.org/changeset/ports/424048 Log: - Update to 1.1.0 - Add LICENSE Modified: head/games/hexalate/Makefile head/games/hexalate/distinfo head/games/hexalate/pkg-plist Modified: head/games/hexalate/Makefile ============================================================================== --- head/games/hexalate/Makefile Sun Oct 16 07:50:23 2016 (r424047) +++ head/games/hexalate/Makefile Sun Oct 16 07:50:52 2016 (r424048) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hexalate -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.0 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,8 +11,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Color matching game -USES= tar:bzip2 qmake -USE_QT4= corelib gui moc_build rcc_build +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= compiler:c++11-lib qmake tar:bzip2 +USE_QT5= core gui widgets buildtools_build linguisttools_build +USE_GL= gl INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/games/hexalate/distinfo ============================================================================== --- head/games/hexalate/distinfo Sun Oct 16 07:50:23 2016 (r424047) +++ head/games/hexalate/distinfo Sun Oct 16 07:50:52 2016 (r424048) @@ -1,2 +1,3 @@ -SHA256 (hexalate-1.0.3-src.tar.bz2) = a391ba44aa0f5bd618385dbe17e059947b829b85315aecb19edd1c863b3ebe3c -SIZE (hexalate-1.0.3-src.tar.bz2) = 336589 +TIMESTAMP = 1476278805 +SHA256 (hexalate-1.1.0-src.tar.bz2) = 74a8f23b7164981dbe968daa004781646c9063f1e80b234b19166570da22349c +SIZE (hexalate-1.1.0-src.tar.bz2) = 662438 Modified: head/games/hexalate/pkg-plist ============================================================================== --- head/games/hexalate/pkg-plist Sun Oct 16 07:50:23 2016 (r424047) +++ head/games/hexalate/pkg-plist Sun Oct 16 07:50:52 2016 (r424048) @@ -1,4 +1,5 @@ bin/hexalate +share/appdata/hexalate.appdata.xml share/applications/hexalate.desktop %%DATADIR%%/translations/hexalate_ca.qm %%DATADIR%%/translations/hexalate_cs.qm @@ -9,6 +10,8 @@ share/applications/hexalate.desktop %%DATADIR%%/translations/hexalate_et.qm %%DATADIR%%/translations/hexalate_fr.qm %%DATADIR%%/translations/hexalate_hu.qm +%%DATADIR%%/translations/hexalate_it.qm +%%DATADIR%%/translations/hexalate_lt.qm %%DATADIR%%/translations/hexalate_ms.qm %%DATADIR%%/translations/hexalate_nl.qm %%DATADIR%%/translations/hexalate_pl.qm @@ -16,6 +19,7 @@ share/applications/hexalate.desktop %%DATADIR%%/translations/hexalate_ro.qm %%DATADIR%%/translations/hexalate_ru.qm %%DATADIR%%/translations/hexalate_tr.qm +share/icons/hicolor/1024x1024/apps/hexalate.png share/icons/hicolor/128x128/apps/hexalate.png share/icons/hicolor/16x16/apps/hexalate.png share/icons/hicolor/22x22/apps/hexalate.png @@ -23,5 +27,7 @@ share/icons/hicolor/24x24/apps/hexalate. share/icons/hicolor/256x256/apps/hexalate.png share/icons/hicolor/32x32/apps/hexalate.png share/icons/hicolor/48x48/apps/hexalate.png +share/icons/hicolor/512x512/apps/hexalate.png share/icons/hicolor/64x64/apps/hexalate.png +share/man/man6/hexalate.6 share/pixmaps/hexalate.xpm From owner-svn-ports-all@freebsd.org Sun Oct 16 08:07:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 304E5C13E18; Sun, 16 Oct 2016 08:07:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5ACE3D2; Sun, 16 Oct 2016 08:07: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 u9G8768G073223; Sun, 16 Oct 2016 08:07:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G875Rp073221; Sun, 16 Oct 2016 08:07:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610160807.u9G875Rp073221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 16 Oct 2016 08:07:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424049 - head/games/endless-sky-high-dpi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 08:07:07 -0000 Author: amdmi3 Date: Sun Oct 16 08:07:05 2016 New Revision: 424049 URL: https://svnweb.freebsd.org/changeset/ports/424049 Log: - Update to 0.9.4 Modified: head/games/endless-sky-high-dpi/Makefile head/games/endless-sky-high-dpi/distinfo Modified: head/games/endless-sky-high-dpi/Makefile ============================================================================== --- head/games/endless-sky-high-dpi/Makefile Sun Oct 16 07:50:52 2016 (r424048) +++ head/games/endless-sky-high-dpi/Makefile Sun Oct 16 08:07:05 2016 (r424049) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= high-dpi -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.4 DISTVERSIONPREFIX= v CATEGORIES= games PKGNAMEPREFIX= endless-sky- Modified: head/games/endless-sky-high-dpi/distinfo ============================================================================== --- head/games/endless-sky-high-dpi/distinfo Sun Oct 16 07:50:52 2016 (r424048) +++ head/games/endless-sky-high-dpi/distinfo Sun Oct 16 08:07:05 2016 (r424049) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473578328 -SHA256 (endless-sky-endless-sky-high-dpi-v0.9.2_GH0.tar.gz) = 6e463830d6c563c10b8ba66cef38e6ed647ecbeed4b03dee56381e20e5a2ac96 -SIZE (endless-sky-endless-sky-high-dpi-v0.9.2_GH0.tar.gz) = 107831057 +TIMESTAMP = 1476278602 +SHA256 (endless-sky-endless-sky-high-dpi-v0.9.4_GH0.tar.gz) = 5399d9673dbb20f7c47abc0fa99857e54440317f12316d99f087f972cb2e7366 +SIZE (endless-sky-endless-sky-high-dpi-v0.9.4_GH0.tar.gz) = 111353695 From owner-svn-ports-all@freebsd.org Sun Oct 16 08:07:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48961C13E38; Sun, 16 Oct 2016 08:07:11 +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 1882C3EE; Sun, 16 Oct 2016 08:07:11 +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 u9G87AjI073357; Sun, 16 Oct 2016 08:07:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G879Kx073354; Sun, 16 Oct 2016 08:07:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610160807.u9G879Kx073354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 16 Oct 2016 08:07:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424050 - head/games/endless-sky X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 08:07:11 -0000 Author: amdmi3 Date: Sun Oct 16 08:07:09 2016 New Revision: 424050 URL: https://svnweb.freebsd.org/changeset/ports/424050 Log: - Update to 0.9.4 Modified: head/games/endless-sky/Makefile head/games/endless-sky/distinfo head/games/endless-sky/pkg-plist Modified: head/games/endless-sky/Makefile ============================================================================== --- head/games/endless-sky/Makefile Sun Oct 16 08:07:05 2016 (r424049) +++ head/games/endless-sky/Makefile Sun Oct 16 08:07:09 2016 (r424050) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= endless-sky -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.4 DISTVERSIONPREFIX= v CATEGORIES= games Modified: head/games/endless-sky/distinfo ============================================================================== --- head/games/endless-sky/distinfo Sun Oct 16 08:07:05 2016 (r424049) +++ head/games/endless-sky/distinfo Sun Oct 16 08:07:09 2016 (r424050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473431842 -SHA256 (endless-sky-endless-sky-v0.9.2_GH0.tar.gz) = aebf56be47448e8c29fd298b4e7124afc19c1078c9b5972f1f599e9957d79822 -SIZE (endless-sky-endless-sky-v0.9.2_GH0.tar.gz) = 54218591 +TIMESTAMP = 1476278581 +SHA256 (endless-sky-endless-sky-v0.9.4_GH0.tar.gz) = 8e25b9c387736d10034396940974cd442b8a7c6e9647a12c6d08fbeed9d32eeb +SIZE (endless-sky-endless-sky-v0.9.4_GH0.tar.gz) = 57953492 Modified: head/games/endless-sky/pkg-plist ============================================================================== --- head/games/endless-sky/pkg-plist Sun Oct 16 08:07:05 2016 (r424049) +++ head/games/endless-sky/pkg-plist Sun Oct 16 08:07:09 2016 (r424050) @@ -1,5 +1,6 @@ bin/endless-sky man/man6/endless-sky.6.gz +share/appdata/endless-sky.appdata.xml share/applications/endless-sky.desktop share/icons/hicolor/16x16/apps/endless-sky.png share/icons/hicolor/22x22/apps/endless-sky.png From owner-svn-ports-all@freebsd.org Sun Oct 16 09:03:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 439A3C12B4E; Sun, 16 Oct 2016 09:03:45 +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 E7201B3B; Sun, 16 Oct 2016 09:03:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9G93idx095621; Sun, 16 Oct 2016 09:03:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G93hp7095619; Sun, 16 Oct 2016 09:03:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610160903.u9G93hp7095619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 16 Oct 2016 09:03:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424051 - in head/math/ocaml-zarith: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 09:03:45 -0000 Author: amdmi3 Date: Sun Oct 16 09:03:43 2016 New Revision: 424051 URL: https://svnweb.freebsd.org/changeset/ports/424051 Log: - Fix license - Add LICENSE_FILE - Fix build on arm Modified: head/math/ocaml-zarith/Makefile head/math/ocaml-zarith/files/patch-configure Modified: head/math/ocaml-zarith/Makefile ============================================================================== --- head/math/ocaml-zarith/Makefile Sun Oct 16 08:07:09 2016 (r424050) +++ head/math/ocaml-zarith/Makefile Sun Oct 16 09:03:43 2016 (r424051) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= OCaml arithmetic library for arbitrary precision integers -LICENSE= GPLv2 +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgmp.so:math/gmp @@ -22,13 +23,12 @@ OCAMLFIND_LDCONF= /dev/null HAS_CONFIGURE= yes ALL_TARGET= all SHEBANG_FILES= z_pp.pl -CONFIGURE_ENV+= DESTDIR=${STAGEDIR} +CONFIGURE_ENV= DESTDIR=${STAGEDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes -BROKEN_armv6= binary /nxb-bin/usr/bin/cc: not found PORTDOCS= html DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} @@ -37,7 +37,7 @@ OPTIONS_DEFINE= DOCS DOCS_ALL_TARGET=doc post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${MV} ${WRKSRC}/html ${STAGEDIR}${DOCSDIR} .include Modified: head/math/ocaml-zarith/files/patch-configure ============================================================================== --- head/math/ocaml-zarith/files/patch-configure Sun Oct 16 08:07:09 2016 (r424050) +++ head/math/ocaml-zarith/files/patch-configure Sun Oct 16 09:03:43 2016 (r424051) @@ -1,6 +1,17 @@ ---- configure.orig 2013-06-12 07:13:59.000000000 +0000 +--- configure.orig 2013-06-12 07:13:59 UTC +++ configure -@@ -304,6 +304,14 @@ case $host in +@@ -127,6 +127,10 @@ searchbin() + { + if test "x$1" = "x"; then return 0; fi + echo_n "binary $1: " ++ if test -x "$1"; then ++ echo "found" ++ return 1 ++ fi + IFS=':' + for i in $PATH + do +@@ -304,6 +308,14 @@ case $host in arch='i686' fi ;; @@ -15,7 +26,7 @@ i386-*darwin* | x86_64-*darwin*) ccdef="-DZ_UNDERSCORE_PREFIX -DZ_MACOS $ccdef" if test "x$wordsize" = "x64"; then -@@ -401,7 +409,7 @@ CFLAGS=$ccinc $ccdef $ccopt +@@ -401,7 +413,7 @@ CFLAGS=$ccinc $ccdef $ccopt ASFLAGS=$ccdef $asopt LIBS=$cclib ARCH=$arch From owner-svn-ports-all@freebsd.org Sun Oct 16 09:19:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B0FCC12D31; Sun, 16 Oct 2016 09:19:47 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FE7CEED; Sun, 16 Oct 2016 09:19:47 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9G9Jk3d099525; Sun, 16 Oct 2016 09:19:46 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G9Jkt8099524; Sun, 16 Oct 2016 09:19:46 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201610160919.u9G9Jkt8099524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Sun, 16 Oct 2016 09:19:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424052 - head/lang/referenceassemblies-pcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 09:19:47 -0000 Author: romain Date: Sun Oct 16 09:19:46 2016 New Revision: 424052 URL: https://svnweb.freebsd.org/changeset/ports/424052 Log: Fix build on FreeBSD<11 In spite of the 'g', the pattern is only substituted once on FreeBSD 9.x and 10.x, leading to wrong filenames for extracted files, and staging failure. Repeat the pattern enough times so that all '\\' or replaced with '/'. Reported by: pkg-fallout Modified: head/lang/referenceassemblies-pcl/Makefile Modified: head/lang/referenceassemblies-pcl/Makefile ============================================================================== --- head/lang/referenceassemblies-pcl/Makefile Sun Oct 16 09:03:43 2016 (r424051) +++ head/lang/referenceassemblies-pcl/Makefile Sun Oct 16 09:19:46 2016 (r424052) @@ -37,7 +37,12 @@ do-extract: do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${NETPORTABLEDIR} +# XXX: tar(1)'s 'g' flag is broken on FreeBSD<11. +# Repeat the pattern as a workaround. tar -xC ${STAGEDIR}${PREFIX}/${NETPORTABLEDIR} -f ${WRKDIR}/PortableReferenceAssemblies.zip \ + -s'|\\|/|g' \ + -s'|\\|/|g' \ + -s'|\\|/|g' \ -s'|\\|/|g' tar -xC ${STAGEDIR}${PREFIX}/${NETPORTABLEDIR} -f ${DISTDIR}/referenceassemblies-pcl_2014.04.14.orig.tar.bz2 \ -s'|${PRADIR}||g' \ From owner-svn-ports-all@freebsd.org Sun Oct 16 10:00:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1CDBC068FD; Sun, 16 Oct 2016 10:00: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 CED4B16A; Sun, 16 Oct 2016 10:00: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 u9GA03sD014668; Sun, 16 Oct 2016 10:00:03 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GA03KZ014663; Sun, 16 Oct 2016 10:00:03 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610161000.u9GA03KZ014663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 16 Oct 2016 10:00:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424053 - in head/net: . p5-Net-Frame-Device X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 10:00:05 -0000 Author: pi Date: Sun Oct 16 10:00:03 2016 New Revision: 424053 URL: https://svnweb.freebsd.org/changeset/ports/424053 Log: New port: net/p5-Net-Frame-Device Get network device and gateway information It is especially useful when you want to do low-level network programming. WWW: http://search.cpan.org/dist/Net-Frame-Device/ Added: head/net/p5-Net-Frame-Device/ head/net/p5-Net-Frame-Device/Makefile (contents, props changed) head/net/p5-Net-Frame-Device/distinfo (contents, props changed) head/net/p5-Net-Frame-Device/pkg-descr (contents, props changed) head/net/p5-Net-Frame-Device/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Oct 16 09:19:46 2016 (r424052) +++ head/net/Makefile Sun Oct 16 10:00:03 2016 (r424053) @@ -607,6 +607,7 @@ SUBDIR += p5-Net-Finger SUBDIR += p5-Net-Flow SUBDIR += p5-Net-Frame + SUBDIR += p5-Net-Frame-Device SUBDIR += p5-Net-Frame-Dump SUBDIR += p5-Net-Frame-Layer-ICMPv6 SUBDIR += p5-Net-Frame-Layer-IPv6 Added: head/net/p5-Net-Frame-Device/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Frame-Device/Makefile Sun Oct 16 10:00:03 2016 (r424053) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Net-Frame-Device +PORTVERSION= 1.12 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Get network device and gateway information + +LICENSE= ART10 + +BUILD_DEPENDS= p5-Net-Write>=1.05:net/p5-Net-Write \ + p5-Net-Frame-Dump>=1.08:net/p5-Net-Frame-Dump \ + p5-Net-Frame-Simple>=1.07:net/p5-Net-Frame-Simple \ + p5-Net-Frame-Layer-IPv6>=1.07:net/p5-Net-Frame-Layer-IPv6 \ + p5-Net-Frame-Layer-ICMPv6>=1.09:net/p5-Net-Frame-Layer-ICMPv6 \ + p5-Net-Libdnet6>=0.27:net/p5-Net-Libdnet6 +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/net/p5-Net-Frame-Device/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Frame-Device/distinfo Sun Oct 16 10:00:03 2016 (r424053) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476560250 +SHA256 (Net-Frame-Device-1.12.tar.gz) = 0756419b80b3b5702267d1bedea7b69b0d762b852dea4b582272095e5a1b32e9 +SIZE (Net-Frame-Device-1.12.tar.gz) = 13322 Added: head/net/p5-Net-Frame-Device/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Frame-Device/pkg-descr Sun Oct 16 10:00:03 2016 (r424053) @@ -0,0 +1,5 @@ +Get network device and gateway information + +It is especially useful when you want to do low-level network programming. + +WWW: http://search.cpan.org/dist/Net-Frame-Device/ Added: head/net/p5-Net-Frame-Device/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Frame-Device/pkg-plist Sun Oct 16 10:00:03 2016 (r424053) @@ -0,0 +1,4 @@ +bin/nfd-debug-devices.pl +bin/nfd-print-routes6.pl +%%SITE_PERL%%/Net/Frame/Device.pm +%%PERL5_MAN3%%/Net::Frame::Device.3.gz From owner-svn-ports-all@freebsd.org Sun Oct 16 10:04:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCE70C06B52; Sun, 16 Oct 2016 10:04:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EB0C80E; Sun, 16 Oct 2016 10:04:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GA4Bni018194; Sun, 16 Oct 2016 10:04:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GA4B2L018191; Sun, 16 Oct 2016 10:04:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201610161004.u9GA4B2L018191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 16 Oct 2016 10:04:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424054 - head/print/lyx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 10:04:12 -0000 Author: rakuco Date: Sun Oct 16 10:04:11 2016 New Revision: 424054 URL: https://svnweb.freebsd.org/changeset/ports/424054 Log: Update to 2.2.2. Release notes: http://www.lyx.org/announce/2_2_2.txt Switch the build to Qt5 now that we have Qt 5.6 in the tree. While here, stop mentioning the long-defunct print/teTeX port in pkg-message. Modified: head/print/lyx/Makefile head/print/lyx/distinfo head/print/lyx/pkg-message Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Sun Oct 16 10:00:03 2016 (r424053) +++ head/print/lyx/Makefile Sun Oct 16 10:04:11 2016 (r424054) @@ -18,15 +18,16 @@ LIB_DEPENDS= libboost_regex.so:devel/boo libmythes-1.2.so:textproc/mythes MAJOR_VERSION= 2.2 -MINOR_VERSION= 1 +MINOR_VERSION= 2 USES= desktop-file-utils execinfo gmake iconv pkgconfig perl5 \ python:2 tar:xz -USE_QT4= corelib gui svg moc_build uic_build rcc_build +USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-boost \ --without-included-mythes \ - --disable-qt5 \ + --enable-qt5 \ + --with-qt-dir=${LOCALBASE}/lib/qt5 \ ${ICONV_CONFIGURE_ARG} \ --with-extra-prefix=${LOCALBASE} Modified: head/print/lyx/distinfo ============================================================================== --- head/print/lyx/distinfo Sun Oct 16 10:00:03 2016 (r424053) +++ head/print/lyx/distinfo Sun Oct 16 10:04:11 2016 (r424054) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470480312 -SHA256 (lyx-2.2.1.tar.xz) = db6b722f4526d44e09609adcacb6acef38eb7a11c7cde91ffe0d1d54ef94740f -SIZE (lyx-2.2.1.tar.xz) = 15522104 +TIMESTAMP = 1476601345 +SHA256 (lyx-2.2.2.tar.xz) = a85c3d7412c4069f8a1f5af4eb172948ae9a50394602f6318ab5c8e990aa5568 +SIZE (lyx-2.2.2.tar.xz) = 15490148 Modified: head/print/lyx/pkg-message ============================================================================== --- head/print/lyx/pkg-message Sun Oct 16 10:00:03 2016 (r424053) +++ head/print/lyx/pkg-message Sun Oct 16 10:04:11 2016 (r424054) @@ -1,9 +1,5 @@ -For LyX to work you need to install some kind of TeX distribution. - - - The print/teTeX port in the ports tree. - - The print/texlive-* ports in the ports tree. - -Either one should work fine. +For LyX to work you need to install some kind of TeX distribution. See the +print/texlive-* ports in the ports tree. *** From owner-svn-ports-all@freebsd.org Sun Oct 16 10:47:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E38E9BED3B6; Sun, 16 Oct 2016 10:47:43 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B191617A8; Sun, 16 Oct 2016 10:47:43 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GAlgnW033630; Sun, 16 Oct 2016 10:47:42 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GAlg3u033628; Sun, 16 Oct 2016 10:47:42 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201610161047.u9GAlg3u033628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sun, 16 Oct 2016 10:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424055 - in head/databases/cassandra-cpp-driver: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 10:47:44 -0000 Author: gahr Date: Sun Oct 16 10:47:42 2016 New Revision: 424055 URL: https://svnweb.freebsd.org/changeset/ports/424055 Log: databases/cassandra-cpp-driver: fix build on power8 (and possibly armv6) Obtained from: https://github.com/datastax/cpp-driver/commit/f6c8e8e Added: head/databases/cassandra-cpp-driver/files/ head/databases/cassandra-cpp-driver/files/patch-src_uuids.cpp (contents, props changed) Modified: head/databases/cassandra-cpp-driver/Makefile Modified: head/databases/cassandra-cpp-driver/Makefile ============================================================================== --- head/databases/cassandra-cpp-driver/Makefile Sun Oct 16 10:04:11 2016 (r424054) +++ head/databases/cassandra-cpp-driver/Makefile Sun Oct 16 10:47:42 2016 (r424055) @@ -12,8 +12,6 @@ LICENSE= APACHE20 LIB_DEPENDS= libuv.so:devel/libuv -BROKEN_powerpc64= Does not build - USE_GITHUB= nodefault GH_ACCOUNT= datastax GH_PROJECT= cpp-driver Added: head/databases/cassandra-cpp-driver/files/patch-src_uuids.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/cassandra-cpp-driver/files/patch-src_uuids.cpp Sun Oct 16 10:47:42 2016 (r424055) @@ -0,0 +1,11 @@ +--- src/uuids.cpp.orig 2016-08-22 18:07:08 UTC ++++ src/uuids.cpp +@@ -121,7 +121,7 @@ CassError cass_uuid_from_string_n(const + const char* pos = str; + char buf[16]; + +- static const char hex_to_half_byte[256] = { ++ static const signed char hex_to_half_byte[256] = { + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, From owner-svn-ports-all@freebsd.org Sun Oct 16 11:01:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9EC6BED549; Sun, 16 Oct 2016 11:01:30 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB0781CBF; Sun, 16 Oct 2016 11:01:30 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GB1Trn039550; Sun, 16 Oct 2016 11:01:29 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GB1Tur039549; Sun, 16 Oct 2016 11:01:29 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610161101.u9GB1Tur039549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 16 Oct 2016 11:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424056 - head/devel/libchipcard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 11:01:30 -0000 Author: jhale Date: Sun Oct 16 11:01:29 2016 New Revision: 424056 URL: https://svnweb.freebsd.org/changeset/ports/424056 Log: - Fix detection of PCSC library - Convert to USES=localbase Modified: head/devel/libchipcard/Makefile Modified: head/devel/libchipcard/Makefile ============================================================================== --- head/devel/libchipcard/Makefile Sun Oct 16 10:47:42 2016 (r424055) +++ head/devel/libchipcard/Makefile Sun Oct 16 11:01:29 2016 (r424056) @@ -14,15 +14,11 @@ LICENSE= LGPL21 LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite \ libgwenhywfar.so:devel/gwenhywfar -USES= gmake libtool ssl +USES= gmake libtool localbase pkgconfig ssl GNU_CONFIGURE= yes CONFIGURE_ENV+= aq_distrib_name="FreeBSD" -CONFIGURE_ARGS+=--enable-release="yes" \ - --with-pcsc-includes=${LOCALBASE}/include \ - --with-pcsc-libs=${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS+=--enable-release="yes" INSTALL_TARGET= install-strip PLIST_SUB= GWEN_SHLIB_VER="${GWEN_SHLIB_VER}" From owner-svn-ports-all@freebsd.org Sun Oct 16 11:06:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56F73BED77C; Sun, 16 Oct 2016 11:06:53 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 266271F32; Sun, 16 Oct 2016 11:06:53 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GB6qfn041228; Sun, 16 Oct 2016 11:06:52 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GB6qBd041227; Sun, 16 Oct 2016 11:06:52 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610161106.u9GB6qBd041227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 16 Oct 2016 11:06:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424057 - head/math/qalculate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 11:06:53 -0000 Author: jhale Date: Sun Oct 16 11:06:52 2016 New Revision: 424057 URL: https://svnweb.freebsd.org/changeset/ports/424057 Log: Add missing pkgconfig dependency Modified: head/math/qalculate/Makefile Modified: head/math/qalculate/Makefile ============================================================================== --- head/math/qalculate/Makefile Sun Oct 16 11:01:29 2016 (r424056) +++ head/math/qalculate/Makefile Sun Oct 16 11:06:52 2016 (r424057) @@ -17,7 +17,7 @@ LIB_DEPENDS= libcln.so:math/cln \ RUN_DEPENDS= gnuplot:math/gnuplot \ wget:ftp/wget -USES= autoreconf gettext gmake libtool:build localbase +USES= autoreconf gettext gmake libtool:build localbase pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 GNU_CONFIGURE= yes DATADIR= share/${GH_PROJECT} From owner-svn-ports-all@freebsd.org Sun Oct 16 11:35:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B79FBEDDDB; Sun, 16 Oct 2016 11:35:49 +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 D3C0519F7; Sun, 16 Oct 2016 11:35:48 +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 u9GBZlM5052637; Sun, 16 Oct 2016 11:35:47 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GBZlTT052634; Sun, 16 Oct 2016 11:35:47 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201610161135.u9GBZlTT052634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 16 Oct 2016 11:35:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424058 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 11:35:49 -0000 Author: brnrd Date: Sun Oct 16 11:35:47 2016 New Revision: 424058 URL: https://svnweb.freebsd.org/changeset/ports/424058 Log: www/nghttp2: Update to 1.15.0 - Update to 1.15.0 - Bump shlib-version PR: 213044 Approved by: Maintainer timeout Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Sun Oct 16 11:06:52 2016 (r424057) +++ head/www/nghttp2/Makefile Sun Oct 16 11:35:47 2016 (r424058) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.14.1 +PORTVERSION= 1.15.0 DISTVERSIONPREFIX= v CATEGORIES= www net @@ -21,7 +21,7 @@ USE_RC_SUBR= nghttpx USE_GITHUB= yes CONFIGURE_ARGS= --disable-python-bindings \ - --disable-examples + --disable-examples CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ ZLIB_CFLAGS="-I${INCLUDEDIR}" \ Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Sun Oct 16 11:06:52 2016 (r424057) +++ head/www/nghttp2/distinfo Sun Oct 16 11:35:47 2016 (r424058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473580381 -SHA256 (nghttp2-nghttp2-v1.14.1_GH0.tar.gz) = f11a16d8851044926f2a3099f9033014a7024f78c08b97f8d11d4312293231cc -SIZE (nghttp2-nghttp2-v1.14.1_GH0.tar.gz) = 1669717 +TIMESTAMP = 1475071035 +SHA256 (nghttp2-nghttp2-v1.15.0_GH0.tar.gz) = 43663f071b4976a876bb541269fdb02bba45a692e36ff09b928333b5efad84e2 +SIZE (nghttp2-nghttp2-v1.15.0_GH0.tar.gz) = 1680240 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Sun Oct 16 11:06:52 2016 (r424057) +++ head/www/nghttp2/pkg-plist Sun Oct 16 11:35:47 2016 (r424058) @@ -13,7 +13,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.10.1 +lib/libnghttp2.so.14.11.0 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 From owner-svn-ports-all@freebsd.org Sun Oct 16 11:50:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 701C7C1317F; Sun, 16 Oct 2016 11:50:47 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 660B71F50; Sun, 16 Oct 2016 11:50:47 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 643741F7E; Sun, 16 Oct 2016 11:50:47 +0000 (UTC) Date: Sun, 16 Oct 2016 11:50:47 +0000 From: Alexey Dokuchaev To: Raphael Kubo da Costa Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424054 - head/print/lyx Message-ID: <20161016115047.GA49917@FreeBSD.org> References: <201610161004.u9GA4B2L018191@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201610161004.u9GA4B2L018191@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 11:50:47 -0000 On Sun, Oct 16, 2016 at 10:04:11AM +0000, Raphael Kubo da Costa wrote: > New Revision: 424054 > URL: https://svnweb.freebsd.org/changeset/ports/424054 > > Log: > Update to 2.2.2. > > Release notes: http://www.lyx.org/announce/2_2_2.txt > > Switch the build to Qt5 now that we have Qt 5.6 in the tree. If this version (2.2.2) still supports building against Qt 4.x, why not offer it as an option (perhaps disabled by default)? Not everyone is happy to switch to Qt 5.x as 4.x works just fine. ./danfe From owner-svn-ports-all@freebsd.org Sun Oct 16 12:35:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91927C1189B; Sun, 16 Oct 2016 12:35: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 6E48811CB; Sun, 16 Oct 2016 12:35: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 u9GCZqkL075240; Sun, 16 Oct 2016 12:35:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GCZqru075236; Sun, 16 Oct 2016 12:35:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610161235.u9GCZqru075236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 16 Oct 2016 12:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424059 - head/games/openra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 12:35:53 -0000 Author: jbeich Date: Sun Oct 16 12:35:52 2016 New Revision: 424059 URL: https://svnweb.freebsd.org/changeset/ports/424059 Log: games/openra: update to 20161015 Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20161015 Modified: head/games/openra/Makefile (contents, props changed) head/games/openra/distinfo (contents, props changed) head/games/openra/pkg-plist (contents, props changed) Modified: head/games/openra/Makefile ============================================================================== --- head/games/openra/Makefile Sun Oct 16 11:35:47 2016 (r424058) +++ head/games/openra/Makefile Sun Oct 16 12:35:52 2016 (r424059) @@ -1,21 +1,20 @@ # $FreeBSD$ PORTNAME= openra -PORTVERSION= 20160508 +PORTVERSION= 20161015 DISTVERSIONPREFIX= release- CATEGORIES= games # XXX Convert to USES=nuget or package dependencies instead MASTER_SITES= https://nuget.org/api/v2/package/StyleCopPlus.MSBuild/4.7.49.5?dummy=/:StyleCopPlus \ https://nuget.org/api/v2/package/StyleCop.MSBuild/4.7.49.0?dummy=/:StyleCop \ https://nuget.org/api/v2/package/SharpZipLib/0.86.0?dummy=/:SharpZipLib \ - https://nuget.org/api/v2/package/MaxMind.Db/1.1.0.0?dummy=/:MaxMind_Db \ - https://nuget.org/api/v2/package/Newtonsoft.Json/7.0.1?dummy=/:Newtonsoft_Json \ - https://nuget.org/api/v2/package/RestSharp/105.2.3?dummy=/:RestSharp \ - https://nuget.org/api/v2/package/MaxMind.GeoIP2/2.3.1?dummy=/:MaxMind_GeoIP2 \ + https://nuget.org/api/v2/package/Newtonsoft.Json/8.0.3?dummy=/:Newtonsoft_Json \ + https://nuget.org/api/v2/package/MaxMind.Db/2.0.0?dummy=/:MaxMind_Db \ + https://nuget.org/api/v2/package/MaxMind.GeoIP2/2.6.0?dummy=/:MaxMind_GeoIP2 \ https://nuget.org/api/v2/package/SharpFont/3.1.0?dummy=/:SharpFont \ https://nuget.org/api/v2/package/NUnit/3.0.1?dummy=/:NUnit \ https://nuget.org/api/v2/package/NUnit.Console/3.0.1?dummy=/:NUnit_Console \ - https://nuget.org/api/v2/package/Mono.Nat/1.2.24?dummy=/:Mono_Nat \ + https://nuget.org/api/v2/package/Open.Nat/2.1.0?dummy=/:Open_Nat \ https://nuget.org/api/v2/package/FuzzyLogicLibrary/1.2.0?dummy=/:FuzzyLogicLibrary \ https://nuget.org/api/v2/package/SmartIrc4net/0.4.5.1?dummy=/:SmartIrc4net \ https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20151227/:SDL2_CS \ @@ -25,14 +24,13 @@ MASTER_SITES= https://nuget.org/api/v2/p DISTFILES= StyleCopPlus.MSBuild-4.7.49.5.zip:StyleCopPlus \ StyleCop.MSBuild-4.7.49.0.zip:StyleCop \ SharpZipLib-0.86.0.zip:SharpZipLib \ - MaxMind.Db-1.1.0.0.zip:MaxMind_Db \ - Newtonsoft.Json-7.0.1.zip:Newtonsoft_Json \ - RestSharp-105.2.3.zip:RestSharp \ - MaxMind.GeoIP2-2.3.1.zip:MaxMind_GeoIP2 \ + Newtonsoft.Json-8.0.3.zip:Newtonsoft_Json \ + MaxMind.Db-2.0.0.zip:MaxMind_Db \ + MaxMind.GeoIP2-2.6.0.zip:MaxMind_GeoIP2 \ SharpFont-3.1.0.zip:SharpFont \ NUnit-3.0.1.zip:NUnit \ NUnit.Console-3.0.1.zip:NUnit_Console \ - Mono.Nat-1.2.24.zip:Mono_Nat \ + Open.Nat-2.1.0.zip:Open_Nat \ FuzzyLogicLibrary-1.2.0.zip:FuzzyLogicLibrary \ SmartIrc4net-0.4.5.1.zip:SmartIrc4net \ SDL2-CS.dll:SDL2_CS \ Modified: head/games/openra/distinfo ============================================================================== --- head/games/openra/distinfo Sun Oct 16 11:35:47 2016 (r424058) +++ head/games/openra/distinfo Sun Oct 16 12:35:52 2016 (r424059) @@ -1,25 +1,24 @@ +TIMESTAMP = 1476601345 SHA256 (StyleCopPlus.MSBuild-4.7.49.5.zip) = b98a8ed20c5e82ff5fe6c2a52ecd45bffd4d4ab284611f35a25889c3bba364c3 SIZE (StyleCopPlus.MSBuild-4.7.49.5.zip) = 124724 SHA256 (StyleCop.MSBuild-4.7.49.0.zip) = 6680dedaa5d27fb1ead475015de98e476e58fa9a27e4b7ad0f08d5f7d8f6ee66 SIZE (StyleCop.MSBuild-4.7.49.0.zip) = 2366995 SHA256 (SharpZipLib-0.86.0.zip) = 5906c248bb986d50489192f490f94d2331d04e7d34337bc3c0d64df6d0008207 SIZE (SharpZipLib-0.86.0.zip) = 454026 -SHA256 (MaxMind.Db-1.1.0.0.zip) = ba0d69cd437763e64ef2e2f4566a2d5c20fb46809fa4f7716c74cce3cca13d52 -SIZE (MaxMind.Db-1.1.0.0.zip) = 13450 -SHA256 (Newtonsoft.Json-7.0.1.zip) = ff2a9942325b22cccfe3e505ac8abdf46b071bcc60ef44da464df929c60fc846 -SIZE (Newtonsoft.Json-7.0.1.zip) = 1363037 -SHA256 (RestSharp-105.2.3.zip) = 352845b7419782a6618a8956f13a1cc2be40a3779aa02a5207e8df4b444024af -SIZE (RestSharp-105.2.3.zip) = 1152099 -SHA256 (MaxMind.GeoIP2-2.3.1.zip) = ee613b3934df9bc3ba0a9049fc98323cd856a091b7ce97578d2ac86ae56e84e8 -SIZE (MaxMind.GeoIP2-2.3.1.zip) = 22978 +SHA256 (Newtonsoft.Json-8.0.3.zip) = 210e42a1bad0928188ef35e1ecdc9e0f3468b8f9153db268cdaa2c2d5c9b2197 +SIZE (Newtonsoft.Json-8.0.3.zip) = 1368174 +SHA256 (MaxMind.Db-2.0.0.zip) = 095d62c6ecda38c1e8fe79935b4eaf228d2637f9498caec48b8b48a0aba6d5aa +SIZE (MaxMind.Db-2.0.0.zip) = 19307 +SHA256 (MaxMind.GeoIP2-2.6.0.zip) = 07daaf477b42e28585b51f0a64208488c1194fadb40a9daa217153870c2931b6 +SIZE (MaxMind.GeoIP2-2.6.0.zip) = 32058 SHA256 (SharpFont-3.1.0.zip) = 0256291172dd1fc767c37988dc515e2e4e425724db9eae3188207e124928fe8c SIZE (SharpFont-3.1.0.zip) = 61251 SHA256 (NUnit-3.0.1.zip) = 17ac607de03c861b9595fe7063ea5fe7ed60b72d063fb9c3ba2aeff4f61c72bc SIZE (NUnit-3.0.1.zip) = 990994 SHA256 (NUnit.Console-3.0.1.zip) = b744e7921a6d8e4fccd4c05cf50b040b6c8d11c4c7346ed1f6ba242b2ac78b94 SIZE (NUnit.Console-3.0.1.zip) = 470168 -SHA256 (Mono.Nat-1.2.24.zip) = 5af2524a915dd269714c89be2096bfba34702a1a7a7ccc726a6cce102053d36d -SIZE (Mono.Nat-1.2.24.zip) = 23997 +SHA256 (Open.Nat-2.1.0.zip) = 93bb2ac468937855215ef28e77ae06df03e1bab8f09b3459e9bc31cf1d18cdcb +SIZE (Open.Nat-2.1.0.zip) = 338198 SHA256 (FuzzyLogicLibrary-1.2.0.zip) = b464509236260f53d963771ed99410a7e1cdbd268a2bde43b189e7d15044a174 SIZE (FuzzyLogicLibrary-1.2.0.zip) = 70571 SHA256 (SmartIrc4net-0.4.5.1.zip) = a1c2b2be28d798187ecd118768b03ca3193995182d1d92983df23bacbb61dfcc @@ -34,7 +33,7 @@ SHA256 (OpenAL-CS.dll.config) = 58eaf46a SIZE (OpenAL-CS.dll.config) = 301 SHA256 (Eluant.dll) = 218c4ea5424b44d746b5343563123beebc652fd9731967dfd49fed071b58df31 SIZE (Eluant.dll) = 71168 -SHA256 (GeoLite2-Country.mmdb.gz) = 3bcd3e85566620ff316ed1a6f9f2a0df7cbc6c35ed069b5fdcc57d2235d80229 -SIZE (GeoLite2-Country.mmdb.gz) = 1150718 -SHA256 (openra-OpenRA-release-20160508_GH0.tar.gz) = 277f9bf9dbe4e9a0a3b66e6207cfc8dfee41e47b070af59229c50238db5e25ef -SIZE (openra-OpenRA-release-20160508_GH0.tar.gz) = 11617816 +SHA256 (GeoLite2-Country.mmdb.gz) = be007196c155814b9e46f3969d992aca43158b0b8840b747079312c0aafaa530 +SIZE (GeoLite2-Country.mmdb.gz) = 1302893 +SHA256 (openra-OpenRA-release-20161015_GH0.tar.gz) = 758bdbadee2a8cfe3c9f0da339878688c3bc8ddb63ce2a3de5d20005a192b2b7 +SIZE (openra-OpenRA-release-20161015_GH0.tar.gz) = 12016189 Modified: head/games/openra/pkg-plist ============================================================================== --- head/games/openra/pkg-plist Sun Oct 16 11:35:47 2016 (r424058) +++ head/games/openra/pkg-plist Sun Oct 16 12:35:52 2016 (r424059) @@ -1,6 +1,7 @@ bin/openra bin/openra-server share/applications/openra-join-servers.desktop +share/applications/openra-launch-mod.desktop share/applications/openra-replays.desktop share/applications/openra.desktop share/icons/hicolor/128x128/apps/openra.png From owner-svn-ports-all@freebsd.org Sun Oct 16 12:46:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58392C11AEC; Sun, 16 Oct 2016 12:46:02 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24B171644; Sun, 16 Oct 2016 12:46:02 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GCk1Ul078995; Sun, 16 Oct 2016 12:46:01 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GCk1qD078993; Sun, 16 Oct 2016 12:46:01 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201610161246.u9GCk1qD078993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 16 Oct 2016 12:46:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424060 - head/www/py-django-allauth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 12:46:02 -0000 Author: robak Date: Sun Oct 16 12:46:00 2016 New Revision: 424060 URL: https://svnweb.freebsd.org/changeset/ports/424060 Log: www/py-django-allauth: update 0.27.0 -> 0.28.0 PR: 213473 Submitted by: Vladimir Chukharev (maintainer) Modified: head/www/py-django-allauth/Makefile head/www/py-django-allauth/distinfo Modified: head/www/py-django-allauth/Makefile ============================================================================== --- head/www/py-django-allauth/Makefile Sun Oct 16 12:35:52 2016 (r424059) +++ head/www/py-django-allauth/Makefile Sun Oct 16 12:46:00 2016 (r424060) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-allauth -PORTVERSION= 0.27.0 +PORTVERSION= 0.28.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-allauth/distinfo ============================================================================== --- head/www/py-django-allauth/distinfo Sun Oct 16 12:35:52 2016 (r424059) +++ head/www/py-django-allauth/distinfo Sun Oct 16 12:46:00 2016 (r424060) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474719605 -SHA256 (django-allauth-0.27.0.tar.gz) = 3980d2c597320f28840af7bbbde1d7461483f152614c527e6fd07d8773015da5 -SIZE (django-allauth-0.27.0.tar.gz) = 440375 +TIMESTAMP = 1476430413 +SHA256 (django-allauth-0.28.0.tar.gz) = 135e42b2a6988de2e93729b9556ad6acf5bb8660ab5f3492d42aefc184a8aeb1 +SIZE (django-allauth-0.28.0.tar.gz) = 439899 From owner-svn-ports-all@freebsd.org Sun Oct 16 13:30:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C4EDC12680; Sun, 16 Oct 2016 13:30:58 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 420311701; Sun, 16 Oct 2016 13:30:58 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GDUvuS094626; Sun, 16 Oct 2016 13:30:57 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GDUv72094235; Sun, 16 Oct 2016 13:30:57 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201610161330.u9GDUv72094235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 16 Oct 2016 13:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424061 - in head/databases/mysql-connector-c++: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 13:30:58 -0000 Author: bofh Date: Sun Oct 16 13:30:56 2016 New Revision: 424061 URL: https://svnweb.freebsd.org/changeset/ports/424061 Log: databases/mysql-conector-c++: Fix build in 11.0 and later [1] - Make patches makepatch compatible PR: 213346 [1] Submitted by: supportme@ukr.net [1] Added: head/databases/mysql-connector-c++/files/patch-driver_mysql__resultbind.cpp (contents, props changed) head/databases/mysql-connector-c++/files/patch-driver_mysql__util.cpp (contents, props changed) Deleted: head/databases/mysql-connector-c++/files/patch-optional-json Modified: head/databases/mysql-connector-c++/Makefile Modified: head/databases/mysql-connector-c++/Makefile ============================================================================== --- head/databases/mysql-connector-c++/Makefile Sun Oct 16 12:46:00 2016 (r424060) +++ head/databases/mysql-connector-c++/Makefile Sun Oct 16 13:30:56 2016 (r424061) @@ -3,7 +3,7 @@ PORTNAME= mysql-connector-c++ PORTVERSION= 1.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ @@ -17,13 +17,19 @@ LIB_DEPENDS= libboost_regex.so:devel/boo USES= cmake:outsource mysql USE_LDCONFIG= yes -CMAKE_ARGS= -DDOC_DESTINATION="${DOCSDIR}" +CMAKE_ARGS= -DDOC_DESTINATION="${DOCSDIR}" -DCMAKE_ENABLE_C++11=ON PLIST_SUB= PORTVERSION=${PORTVERSION} PORTDOCS= * OPTIONS_DEFINE= DOCS +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000 +CMAKE_ARGS+=-DCMAKE_ENABLE_C++11=ON +.endif + post-install: @${RM} -f ${STAGEDIR}${DOCSDIR}/INSTALL \ ${STAGEDIR}${DOCSDIR}/COPYING @@ -60,4 +66,4 @@ regression-test: build test/unit/classes/statement ) .endif -.include +.include Added: head/databases/mysql-connector-c++/files/patch-driver_mysql__resultbind.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql-connector-c++/files/patch-driver_mysql__resultbind.cpp Sun Oct 16 13:30:56 2016 (r424061) @@ -0,0 +1,12 @@ +--- driver/mysql_resultbind.cpp.orig 2016-01-12 18:42:38 UTC ++++ driver/mysql_resultbind.cpp +@@ -86,7 +86,9 @@ static struct st_buffer_size_type + case MYSQL_TYPE_BLOB: + case MYSQL_TYPE_STRING: + case MYSQL_TYPE_VAR_STRING: ++#ifdef MYSQL_TYPE_JSON + case MYSQL_TYPE_JSON: ++#endif + return st_buffer_size_type(new char[field->max_length + 1], field->max_length + 1, field->type); + + case MYSQL_TYPE_DECIMAL: Added: head/databases/mysql-connector-c++/files/patch-driver_mysql__util.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql-connector-c++/files/patch-driver_mysql__util.cpp Sun Oct 16 13:30:56 2016 (r424061) @@ -0,0 +1,24 @@ +--- driver/mysql_util.cpp.orig 2016-01-12 18:42:38 UTC ++++ driver/mysql_util.cpp +@@ -431,8 +431,10 @@ mysql_type_to_datatype(const MYSQL_FIELD + return sql::DataType::SET; + case MYSQL_TYPE_GEOMETRY: + return sql::DataType::GEOMETRY; ++#ifdef MYSQL_TYPE_JSON + case MYSQL_TYPE_JSON: + return sql::DataType::JSON; ++#endif + default: + return sql::DataType::UNKNOWN; + } +@@ -645,8 +647,10 @@ mysql_type_to_string(const MYSQL_FIELD * + return "SET"; + case MYSQL_TYPE_GEOMETRY: + return "GEOMETRY"; ++#ifdef MYSQL_TYPE_JSON + case MYSQL_TYPE_JSON: + return "JSON"; ++#endif + default: + return "UNKNOWN"; + } From owner-svn-ports-all@freebsd.org Sun Oct 16 13:41:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC35DC129A0; Sun, 16 Oct 2016 13:41:55 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87B7D1C22; Sun, 16 Oct 2016 13:41:55 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GDfsf9098934; Sun, 16 Oct 2016 13:41:54 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GDfsDa098932; Sun, 16 Oct 2016 13:41:54 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201610161341.u9GDfsDa098932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 16 Oct 2016 13:41:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424062 - head/ftp/ocaml-ocurl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 13:41:55 -0000 Author: johans Date: Sun Oct 16 13:41:54 2016 New Revision: 424062 URL: https://svnweb.freebsd.org/changeset/ports/424062 Log: Update to ocurl 0.7.9 (bugfix release) Modified: head/ftp/ocaml-ocurl/Makefile head/ftp/ocaml-ocurl/distinfo Modified: head/ftp/ocaml-ocurl/Makefile ============================================================================== --- head/ftp/ocaml-ocurl/Makefile Sun Oct 16 13:30:56 2016 (r424061) +++ head/ftp/ocaml-ocurl/Makefile Sun Oct 16 13:41:54 2016 (r424062) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ocurl -PORTVERSION= 0.7.8 +PORTVERSION= 0.7.9 CATEGORIES= ftp MASTER_SITES= http://ygrek.org.ua/p/release/ocurl/ PKGNAMEPREFIX= ocaml- Modified: head/ftp/ocaml-ocurl/distinfo ============================================================================== --- head/ftp/ocaml-ocurl/distinfo Sun Oct 16 13:30:56 2016 (r424061) +++ head/ftp/ocaml-ocurl/distinfo Sun Oct 16 13:41:54 2016 (r424062) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473781055 -SHA256 (ocurl-0.7.8.tar.gz) = bce56372d98d92fb88bd63d28a0fd020613587a4d6f4b35c19f8744a39b7cb97 -SIZE (ocurl-0.7.8.tar.gz) = 107339 +TIMESTAMP = 1476625190 +SHA256 (ocurl-0.7.9.tar.gz) = 36a0103cf062ea2c5685a1615295cf765e49495adfcc620e4c17443e46b5a65e +SIZE (ocurl-0.7.9.tar.gz) = 108242 From owner-svn-ports-all@freebsd.org Sun Oct 16 14:13:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 218EAC12F63; Sun, 16 Oct 2016 14:13:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E74E715D3; Sun, 16 Oct 2016 14:13:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GED96m013347; Sun, 16 Oct 2016 14:13:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GED8TY013346; Sun, 16 Oct 2016 14:13:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610161413.u9GED8TY013346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 16 Oct 2016 14:13:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424063 - head/multimedia/vapoursynth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 14:13:10 -0000 Author: jbeich Date: Sun Oct 16 14:13:08 2016 New Revision: 424063 URL: https://svnweb.freebsd.org/changeset/ports/424063 Log: multimedia/vapoursynth: update to r34 Changes: http://www.vapoursynth.com/2016/10/r34-being-nice-to-avisynth/ Modified: head/multimedia/vapoursynth/Makefile (contents, props changed) head/multimedia/vapoursynth/distinfo (contents, props changed) Modified: head/multimedia/vapoursynth/Makefile ============================================================================== --- head/multimedia/vapoursynth/Makefile Sun Oct 16 13:41:54 2016 (r424062) +++ head/multimedia/vapoursynth/Makefile Sun Oct 16 14:13:08 2016 (r424063) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vapoursynth -DISTVERSION= R33.1 +DISTVERSION= R34 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -59,7 +59,7 @@ SIMD_CONFIGURE_ENABLE= x86-asm # COMPS group CORE_DESC= Core library -CORE_BUILD_DEPENDS= sekrit-twc-zimg>=2.2:graphics/sekrit-twc-zimg +CORE_BUILD_DEPENDS= sekrit-twc-zimg>=2.3:graphics/sekrit-twc-zimg CORE_LIB_DEPENDS= libzimg.so:graphics/sekrit-twc-zimg CORE_USES= compiler:c++11-lib CORE_CONFIGURE_ENABLE= core Modified: head/multimedia/vapoursynth/distinfo ============================================================================== --- head/multimedia/vapoursynth/distinfo Sun Oct 16 13:41:54 2016 (r424062) +++ head/multimedia/vapoursynth/distinfo Sun Oct 16 14:13:08 2016 (r424063) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472124040 -SHA256 (vapoursynth-vapoursynth-R33.1_GH0.tar.gz) = 8c448e67bccbb56af96ed0e6ba65f0ec60bc33482efd0534f5b4614fb8920494 -SIZE (vapoursynth-vapoursynth-R33.1_GH0.tar.gz) = 551350 +TIMESTAMP = 1476601345 +SHA256 (vapoursynth-vapoursynth-R34_GH0.tar.gz) = d1d3154c7076ab25ad46de5a2385d47ba48fe9fcbe44e75cd3c33ff2e06dd465 +SIZE (vapoursynth-vapoursynth-R34_GH0.tar.gz) = 544361 From owner-svn-ports-all@freebsd.org Sun Oct 16 14:13:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86A21C12F98; Sun, 16 Oct 2016 14:13:21 +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 588ED169F; Sun, 16 Oct 2016 14:13:21 +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 u9GEDKAN013456; Sun, 16 Oct 2016 14:13:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GEDKDb013455; Sun, 16 Oct 2016 14:13:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610161413.u9GEDKDb013455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 16 Oct 2016 14:13:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424064 - head/multimedia/l-smash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 14:13:21 -0000 Author: jbeich Date: Sun Oct 16 14:13:20 2016 New Revision: 424064 URL: https://svnweb.freebsd.org/changeset/ports/424064 Log: multimedia/l-smash: correct license type No MIT variant uses "and/or" spelling. Reported by: Gentoo See also: https://fedoraproject.org/wiki/Licensing:MIT Modified: head/multimedia/l-smash/Makefile (contents, props changed) Modified: head/multimedia/l-smash/Makefile ============================================================================== --- head/multimedia/l-smash/Makefile Sun Oct 16 14:13:08 2016 (r424063) +++ head/multimedia/l-smash/Makefile Sun Oct 16 14:13:20 2016 (r424064) @@ -8,7 +8,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= MP4 muxer and other tools -LICENSE= MIT +LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Sun Oct 16 14:14:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87778C14043; Sun, 16 Oct 2016 14:14:27 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D98B190E; Sun, 16 Oct 2016 14:14:27 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GEEQKb013677; Sun, 16 Oct 2016 14:14:26 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GEEQrm013674; Sun, 16 Oct 2016 14:14:26 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201610161414.u9GEEQrm013674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 16 Oct 2016 14:14:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424065 - head/games/gnuchess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 14:14:27 -0000 Author: johans Date: Sun Oct 16 14:14:25 2016 New Revision: 424065 URL: https://svnweb.freebsd.org/changeset/ports/424065 Log: Update to GNU Chess 6.2.3 Modified: head/games/gnuchess/Makefile head/games/gnuchess/distinfo head/games/gnuchess/pkg-plist Modified: head/games/gnuchess/Makefile ============================================================================== --- head/games/gnuchess/Makefile Sun Oct 16 14:13:20 2016 (r424064) +++ head/games/gnuchess/Makefile Sun Oct 16 14:14:25 2016 (r424065) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnuchess -PORTVERSION= 6.2.2 +PORTVERSION= 6.2.3 CATEGORIES= games MASTER_SITES= GNU/chess # The DISTFILES here is explicitly needed because it can be extended later. Modified: head/games/gnuchess/distinfo ============================================================================== --- head/games/gnuchess/distinfo Sun Oct 16 14:13:20 2016 (r424064) +++ head/games/gnuchess/distinfo Sun Oct 16 14:14:25 2016 (r424065) @@ -1,4 +1,5 @@ -SHA256 (gnuchess-6.2.2.tar.gz) = 7776c114eeb5889dea69dc4715a3622ec57f65efab667987e7d7183cc05381a8 -SIZE (gnuchess-6.2.2.tar.gz) = 747054 +TIMESTAMP = 1476625342 +SHA256 (gnuchess-6.2.3.tar.gz) = 78999176b2f2b5e0325bcc69749b7b2cefb7b1ef4f02d101fa77ae24a1b31b82 +SIZE (gnuchess-6.2.3.tar.gz) = 757846 SHA256 (book_1.02.pgn.gz) = deac77edb061a59249a19deb03da349cae051e52527a6cb5af808d9398d32d44 SIZE (book_1.02.pgn.gz) = 26265281 Modified: head/games/gnuchess/pkg-plist ============================================================================== --- head/games/gnuchess/pkg-plist Sun Oct 16 14:13:20 2016 (r424064) +++ head/games/gnuchess/pkg-plist Sun Oct 16 14:14:25 2016 (r424065) @@ -30,3 +30,4 @@ share/games/plugins/xboard/gnuchess.eng %%NLS%%share/locale/sr/LC_MESSAGES/gnuchess.mo %%NLS%%share/locale/uk/LC_MESSAGES/gnuchess.mo %%NLS%%share/locale/vi/LC_MESSAGES/gnuchess.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/gnuchess.mo From owner-svn-ports-all@freebsd.org Sun Oct 16 14:34:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B575DC14441; Sun, 16 Oct 2016 14:34:22 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81485109A; Sun, 16 Oct 2016 14:34:22 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GEYLSZ020998; Sun, 16 Oct 2016 14:34:21 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GEYLYd020997; Sun, 16 Oct 2016 14:34:21 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201610161434.u9GEYLYd020997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 16 Oct 2016 14:34:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424066 - head/databases/mysql-connector-c++ X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 14:34:22 -0000 Author: bofh Date: Sun Oct 16 14:34:21 2016 New Revision: 424066 URL: https://svnweb.freebsd.org/changeset/ports/424066 Log: databases/mysql-connector-c++: Fix unconditional CMAKE_ARGS - Take Maintainership Submitted by: danfe Modified: head/databases/mysql-connector-c++/Makefile Modified: head/databases/mysql-connector-c++/Makefile ============================================================================== --- head/databases/mysql-connector-c++/Makefile Sun Oct 16 14:14:25 2016 (r424065) +++ head/databases/mysql-connector-c++/Makefile Sun Oct 16 14:34:21 2016 (r424066) @@ -3,11 +3,11 @@ PORTNAME= mysql-connector-c++ PORTVERSION= 1.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= MySQL database connector for C++ LICENSE= GPLv2 # only @@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boo USES= cmake:outsource mysql USE_LDCONFIG= yes -CMAKE_ARGS= -DDOC_DESTINATION="${DOCSDIR}" -DCMAKE_ENABLE_C++11=ON +CMAKE_ARGS= -DDOC_DESTINATION="${DOCSDIR}" PLIST_SUB= PORTVERSION=${PORTVERSION} From owner-svn-ports-all@freebsd.org Sun Oct 16 14:54:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93175C14810; Sun, 16 Oct 2016 14:54:10 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A0E01745; Sun, 16 Oct 2016 14:54:10 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GEs9go028683; Sun, 16 Oct 2016 14:54:09 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GEs9s7028682; Sun, 16 Oct 2016 14:54:09 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201610161454.u9GEs9s7028682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Sun, 16 Oct 2016 14:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424067 - head/net/wireshark/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 14:54:10 -0000 Author: marcus Date: Sun Oct 16 14:54:09 2016 New Revision: 424067 URL: https://svnweb.freebsd.org/changeset/ports/424067 Log: Commit forgotten patch from the 2.2.0 upgrade. PR: 213516 Added: head/net/wireshark/files/ head/net/wireshark/files/patch-extcap.c (contents, props changed) Added: head/net/wireshark/files/patch-extcap.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/wireshark/files/patch-extcap.c Sun Oct 16 14:54:09 2016 (r424067) @@ -0,0 +1,10 @@ +--- extcap.c.orig 2016-09-12 21:16:52 UTC ++++ extcap.c +@@ -33,6 +33,7 @@ + #include + #include + #else ++#include + /* Include for unlink */ + #include + #endif From owner-svn-ports-all@freebsd.org Sun Oct 16 14:55:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6496DC14854; Sun, 16 Oct 2016 14:55:50 +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 337A91847; Sun, 16 Oct 2016 14:55:50 +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 u9GEtnem028894; Sun, 16 Oct 2016 14:55:49 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GEtn2P028892; Sun, 16 Oct 2016 14:55:49 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201610161455.u9GEtn2P028892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 16 Oct 2016 14:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424068 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 14:55:50 -0000 Author: bapt Date: Sun Oct 16 14:55:49 2016 New Revision: 424068 URL: https://svnweb.freebsd.org/changeset/ports/424068 Log: Release 1.9.1 - fix a fd leak on freebsd <11 Reported by: mat Tested by: mat Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Sun Oct 16 14:54:09 2016 (r424067) +++ head/ports-mgmt/pkg/Makefile Sun Oct 16 14:55:49 2016 (r424068) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.9.0 +DISTVERSION= 1.9.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Sun Oct 16 14:54:09 2016 (r424067) +++ head/ports-mgmt/pkg/distinfo Sun Oct 16 14:55:49 2016 (r424068) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476566559 -SHA256 (pkg-1.9.0.tar.xz) = 204921e3e46641fc45033ad7b02fcbac02821d542114d432f2993143757213df -SIZE (pkg-1.9.0.tar.xz) = 1915872 +TIMESTAMP = 1476629671 +SHA256 (pkg-1.9.1.tar.xz) = 711044127b6f973bbc5f1fde1a4bf56b651dd93fc6b826b259249b069bf3d573 +SIZE (pkg-1.9.1.tar.xz) = 1950068 From owner-svn-ports-all@freebsd.org Sun Oct 16 15:53:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52DF4C14623; Sun, 16 Oct 2016 15:53:02 +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 1B3EA12C4; Sun, 16 Oct 2016 15:53:02 +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 u9GFr1X1051240; Sun, 16 Oct 2016 15:53:01 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GFr1Fg051238; Sun, 16 Oct 2016 15:53:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610161553.u9GFr1Fg051238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 16 Oct 2016 15:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424069 - head/sysutils/zrep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 15:53:02 -0000 Author: olgeni Date: Sun Oct 16 15:53:00 2016 New Revision: 424069 URL: https://svnweb.freebsd.org/changeset/ports/424069 Log: Update sysutils/zrep to version 1.6.2. PR: 213307 Submitted by: olgeni Approved by: maintainer Modified: head/sysutils/zrep/Makefile head/sysutils/zrep/distinfo Modified: head/sysutils/zrep/Makefile ============================================================================== --- head/sysutils/zrep/Makefile Sun Oct 16 14:55:49 2016 (r424068) +++ head/sysutils/zrep/Makefile Sun Oct 16 15:53:00 2016 (r424069) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zrep -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.6.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/zrep/distinfo ============================================================================== --- head/sysutils/zrep/distinfo Sun Oct 16 14:55:49 2016 (r424068) +++ head/sysutils/zrep/distinfo Sun Oct 16 15:53:00 2016 (r424069) @@ -1,2 +1,3 @@ -SHA256 (bolthole-zrep-v1.6.1_GH0.tar.gz) = d40cbb2a04a88673d3d82ce4ae98ef9b17f5c80ac14ef7f552eea6f473381cb4 -SIZE (bolthole-zrep-v1.6.1_GH0.tar.gz) = 44599 +TIMESTAMP = 1475938439 +SHA256 (bolthole-zrep-v1.6.2_GH0.tar.gz) = ae1e0ee056c08121f3f107a14c1e59a2fcc7076454c76108ee535da2820cafc3 +SIZE (bolthole-zrep-v1.6.2_GH0.tar.gz) = 45152 From owner-svn-ports-all@freebsd.org Sun Oct 16 15:54:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4370DC146B3; Sun, 16 Oct 2016 15:54:24 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12C5C13B5; Sun, 16 Oct 2016 15:54:24 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GFsNF2051473; Sun, 16 Oct 2016 15:54:23 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GFsNt6051471; Sun, 16 Oct 2016 15:54:23 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201610161554.u9GFsNt6051471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 16 Oct 2016 15:54:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424070 - head/archivers/unarchiver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 15:54:24 -0000 Author: danfe Date: Sun Oct 16 15:54:22 2016 New Revision: 424070 URL: https://svnweb.freebsd.org/changeset/ports/424070 Log: Update to version 1.10.1, which fixed spurious error message when extracting multi-part RAR files. Found out via: repology.org TIMESTAMP (unar1.10.1_src.zip) = 1463769977 Modified: head/archivers/unarchiver/Makefile head/archivers/unarchiver/distinfo Modified: head/archivers/unarchiver/Makefile ============================================================================== --- head/archivers/unarchiver/Makefile Sun Oct 16 15:53:00 2016 (r424069) +++ head/archivers/unarchiver/Makefile Sun Oct 16 15:54:22 2016 (r424070) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unar -PORTVERSION= 1.10 -PORTREVISION= 1 +PORTVERSION= 1.10.1 CATEGORIES= archivers gnustep MASTER_SITES= http://wakaba.c3.cx/releases/TheUnarchiver/ DISTNAME= ${PORTNAME}${PORTVERSION}_src Modified: head/archivers/unarchiver/distinfo ============================================================================== --- head/archivers/unarchiver/distinfo Sun Oct 16 15:53:00 2016 (r424069) +++ head/archivers/unarchiver/distinfo Sun Oct 16 15:54:22 2016 (r424070) @@ -1,2 +1,3 @@ -SHA256 (unar1.10_src.zip) = 866320ef9a4a21d593d314e229e38d928bbb31965b9e81ed347bfbf55fc2f25f -SIZE (unar1.10_src.zip) = 2540625 +TIMESTAMP = 1463769977 +SHA256 (unar1.10.1_src.zip) = 40967014a505b7a27864c49dc3b5d30b98ae4e6d4873783b2ef9ef9215fd092b +SIZE (unar1.10.1_src.zip) = 2552535 From owner-svn-ports-all@freebsd.org Sun Oct 16 16:34:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBDE6C14CFC; Sun, 16 Oct 2016 16:34:31 +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 81D641132; Sun, 16 Oct 2016 16:34:31 +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 u9GGYUnP067233; Sun, 16 Oct 2016 16:34:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GGYU52067230; Sun, 16 Oct 2016 16:34:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610161634.u9GGYU52067230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 16 Oct 2016 16:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424071 - in head/sysutils/afflib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 16:34:31 -0000 Author: antoine Date: Sun Oct 16 16:34:30 2016 New Revision: 424071 URL: https://svnweb.freebsd.org/changeset/ports/424071 Log: Update to 3.7.10 Modified: head/sysutils/afflib/Makefile head/sysutils/afflib/distinfo head/sysutils/afflib/files/patch-lib_qemu_bswap.h Modified: head/sysutils/afflib/Makefile ============================================================================== --- head/sysutils/afflib/Makefile Sun Oct 16 15:54:22 2016 (r424070) +++ head/sysutils/afflib/Makefile Sun Oct 16 16:34:30 2016 (r424071) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= afflib -PORTVERSION= 3.7.6 +PORTVERSION= 3.7.10 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -10,6 +10,7 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Advanced Forensics Format library and utilities LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ libcurl.so:ftp/curl @@ -19,8 +20,7 @@ GH_ACCOUNT= sshock GH_PROJECT= AFFLIBv3 USE_LDCONFIG= yes -USE_OPENSSL= yes -USES= autoreconf fuse libtool pathfix +USES= autoreconf fuse libtool pathfix readline ssl PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-s3=yes Modified: head/sysutils/afflib/distinfo ============================================================================== --- head/sysutils/afflib/distinfo Sun Oct 16 15:54:22 2016 (r424070) +++ head/sysutils/afflib/distinfo Sun Oct 16 16:34:30 2016 (r424071) @@ -1,2 +1,3 @@ -SHA256 (sshock-AFFLIBv3-v3.7.6_GH0.tar.gz) = 494b040f2d53448390d4fa1ad3b9236b0bb8f7d3be39e6287806034647e97a06 -SIZE (sshock-AFFLIBv3-v3.7.6_GH0.tar.gz) = 519155 +TIMESTAMP = 1476600367 +SHA256 (sshock-AFFLIBv3-v3.7.10_GH0.tar.gz) = 906226df05d526b886a873367ca896f0058a6221c2e21c900411d0fc89754c2b +SIZE (sshock-AFFLIBv3-v3.7.10_GH0.tar.gz) = 518998 Modified: head/sysutils/afflib/files/patch-lib_qemu_bswap.h ============================================================================== --- head/sysutils/afflib/files/patch-lib_qemu_bswap.h Sun Oct 16 15:54:22 2016 (r424070) +++ head/sysutils/afflib/files/patch-lib_qemu_bswap.h Sun Oct 16 16:34:30 2016 (r424071) @@ -1,4 +1,4 @@ ---- lib/qemu/bswap.h.orig 2014-11-08 06:32:35 UTC +--- lib/qemu/bswap.h.orig 2016-09-12 18:18:01 UTC +++ lib/qemu/bswap.h @@ -5,6 +5,9 @@ From owner-svn-ports-all@freebsd.org Sun Oct 16 17:00:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8214C144BD; Sun, 16 Oct 2016 17:00:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E4B81A13; Sun, 16 Oct 2016 17:00:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GH02tN075089; Sun, 16 Oct 2016 17:00:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GH02wT075088; Sun, 16 Oct 2016 17:00:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610161700.u9GH02wT075088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 16 Oct 2016 17:00:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424072 - head/math/ceres-solver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 17:00:03 -0000 Author: jbeich Date: Sun Oct 16 17:00:02 2016 New Revision: 424072 URL: https://svnweb.freebsd.org/changeset/ports/424072 Log: math/ceres-solver: disable EIGENSPARSE by default like upstream During configure stage the following =============================================================== Enabling the use of Eigen as a sparse linear algebra library for solving the nonlinear least squares problems. Enabling this option results in an LGPL licensed version of Ceres Solver as the Simplicial Cholesky factorization in Eigen is licensed under the LGPL. =============================================================== turns into =============================================================== Disabling the use of Eigen as a sparse linear algebra library. This does not affect the covariance estimation algorithm which can still use the EIGEN_SPARSE_QR algorithm. =============================================================== Modified: head/math/ceres-solver/Makefile (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Sun Oct 16 16:34:30 2016 (r424071) +++ head/math/ceres-solver/Makefile Sun Oct 16 17:00:02 2016 (r424072) @@ -2,6 +2,7 @@ PORTNAME= ceres-solver DISTVERSION= 1.12.0rc1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org @@ -28,7 +29,7 @@ PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= CUSTOM_BLAS EXAMPLES DOCS GFLAGS LAPACK OPENMP SCHUR TEST -OPTIONS_DEFAULT=CUSTOM_BLAS NETLIB OPENMP SCHUR ${OPTIONS_GROUP_SPARSE} +OPTIONS_DEFAULT=CUSTOM_BLAS CXSPARSE NETLIB OPENMP SCHUR SUITESPARSE OPTIONS_RADIO= LAPACK OPTIONS_RADIO_LAPACK= ATLAS GOTOBLAS NETLIB OPENBLAS OPTIONS_GROUP= SPARSE @@ -85,8 +86,10 @@ CXSPARSE_DESC= CXSparse support CXSPARSE_LIB_DEPENDS= libcxsparse.so:math/suitesparse CXSPARSE_CMAKE_ON= -DCXSPARSE_INCLUDE_DIR="${LOCALBASE}/include/suitesparse" CXSPARSE_CMAKE_BOOL= CXSPARSE -EIGENSPARSE_DESC= Eigen support +EIGENSPARSE_DESC= Simplicial Cholesky factorization in Eigen EIGENSPARSE_CMAKE_BOOL= EIGENSPARSE +EIGENSPARSE_VARS= LICENSE+=LGPL21+ LICENSE_COMB=multi \ + LICENSE_FILE_BSD3CLAUSE="${LICENSE_FILE}" SUITESPARSE_DESC= SuiteSparse support SUITESPARSE_LIB_DEPENDS=libspqr.so:math/suitesparse SUITESPARSE_CMAKE_BOOL= SUITESPARSE From owner-svn-ports-all@freebsd.org Sun Oct 16 17:32:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94DB4C14FF4; Sun, 16 Oct 2016 17:32:56 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71D9B1CB9; Sun, 16 Oct 2016 17:32:56 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GHWtas089426; Sun, 16 Oct 2016 17:32:55 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GHWtb0089422; Sun, 16 Oct 2016 17:32:55 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201610161732.u9GHWtb0089422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 16 Oct 2016 17:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424073 - in head/devel/google-gdata: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 17:32:56 -0000 Author: bofh Date: Sun Oct 16 17:32:55 2016 New Revision: 424073 URL: https://svnweb.freebsd.org/changeset/ports/424073 Log: devel/google-gdata: Unbreak [1] - Update MASTER_SITES to use GITHUB instead of GOOGLE CODE [1] - Mark NO_ARCH - Make patches makepatch compatible PR: 213465 [1] Submitted by: lacey.leanne@gmail.com [1] Modified: head/devel/google-gdata/Makefile head/devel/google-gdata/distinfo head/devel/google-gdata/files/patch-Makefile Modified: head/devel/google-gdata/Makefile ============================================================================== --- head/devel/google-gdata/Makefile Sun Oct 16 17:00:02 2016 (r424072) +++ head/devel/google-gdata/Makefile Sun Oct 16 17:32:55 2016 (r424073) @@ -3,22 +3,24 @@ PORTNAME= google-gdata PORTVERSION= 2.2.0.0 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE -DISTNAME= libgoogle-data-mono-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= DOT NET library for the Google Data API LICENSE= APACHE20 -BROKEN= Unfetchable (google code has gone away) - BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/Newtonsoft.Json.pc:devel/newtonsoft-json +USE_GITHUB= yes +GH_TUPLE= google:google-gdata:edcd096379 + USES= dos2unix gmake mono -DOS2UNIX_FILES= Makefile misc/gdata-sharp-core.pc.in +WRKSRC_SUBDIR= clients/cs +DOS2UNIX_FILES= ${WRKSRC}/Makefile ${WRKSRC}/misc/gdata-sharp-core.pc.in MAKE_ARGS= CSC=${LOCALBASE}/bin/mcs +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Makefile Modified: head/devel/google-gdata/distinfo ============================================================================== --- head/devel/google-gdata/distinfo Sun Oct 16 17:00:02 2016 (r424072) +++ head/devel/google-gdata/distinfo Sun Oct 16 17:32:55 2016 (r424073) @@ -1,2 +1,3 @@ -SHA256 (libgoogle-data-mono-2.2.0.0.tar.gz) = 08fa1b9ea5288d03370e3cf257f0549e9b34a1ed87f3ef7ca045c9992618435c -SIZE (libgoogle-data-mono-2.2.0.0.tar.gz) = 55582011 +TIMESTAMP = 1476625926 +SHA256 (google-google-gdata-2.2.0.0-edcd096379_GH0.tar.gz) = 5af2a99345601e175bd14a275bfa00b23cadfee98bfff0f0d966f189a89056d7 +SIZE (google-google-gdata-2.2.0.0-edcd096379_GH0.tar.gz) = 56738927 Modified: head/devel/google-gdata/files/patch-Makefile ============================================================================== --- head/devel/google-gdata/files/patch-Makefile Sun Oct 16 17:00:02 2016 (r424072) +++ head/devel/google-gdata/files/patch-Makefile Sun Oct 16 17:32:55 2016 (r424073) @@ -1,6 +1,6 @@ ---- Makefile.orig 2014-10-03 03:48:04.991079598 +0600 -+++ Makefile 2014-10-03 03:48:20.722118155 +0600 -@@ -5,7 +5,7 @@ +--- Makefile.orig 2016-10-16 13:47:41 UTC ++++ Makefile +@@ -5,7 +5,7 @@ DEFINES=/d:TRACE VERSION=$(shell egrep AssemblyVersion version/AssemblyVersion.cs | egrep -o \([[:digit:]]\.\)+[[:digit:]]+) PREFIX=/usr/local @@ -9,7 +9,7 @@ CORELIBS= \ Google.GData.Client.dll \ -@@ -33,7 +33,7 @@ +@@ -33,7 +33,7 @@ ALLLIBS = \ UNINSTALLLIBS = $(basename $(ALLLIBS)) @@ -18,7 +18,7 @@ PKGCONFIG_FILES = $(patsubst %.pc.in,%.pc,$(wildcard misc/*.pc.in)) -@@ -112,7 +112,7 @@ +@@ -112,7 +112,7 @@ clean: install: all for i in $(ALLLIBS); do gacutil -i $$i -package GData-Sharp -root "$(DESTDIR)$(PREFIX)/lib"; done install -d "$(DESTDIR)$(PKGCONFIGDIR)" From owner-svn-ports-all@freebsd.org Sun Oct 16 17:41:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8D3DC1412F; Sun, 16 Oct 2016 17:41:33 +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 B57C91F38; Sun, 16 Oct 2016 17:41:33 +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 u9GHfWAQ092523; Sun, 16 Oct 2016 17:41:32 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GHfWmR092522; Sun, 16 Oct 2016 17:41:32 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610161741.u9GHfWmR092522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 16 Oct 2016 17:41:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424074 - head/emulators/fuse-roms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 17:41:34 -0000 Author: rene Date: Sun Oct 16 17:41:32 2016 New Revision: 424074 URL: https://svnweb.freebsd.org/changeset/ports/424074 Log: emulators/fuse-roms: add NONE license Modified: head/emulators/fuse-roms/Makefile Modified: head/emulators/fuse-roms/Makefile ============================================================================== --- head/emulators/fuse-roms/Makefile Sun Oct 16 17:32:55 2016 (r424073) +++ head/emulators/fuse-roms/Makefile Sun Oct 16 17:41:32 2016 (r424074) @@ -16,6 +16,8 @@ EXTRACT_ONLY= fuse-emulator-roms-0.9.0-6 MAINTAINER= rene@FreeBSD.org COMMENT= Spectrum ROM files, for use with the Fuse emulator +LICENSE= NONE + FCVER= 22 PORTSCOUT= ignore:1 NO_ARCH= yes From owner-svn-ports-all@freebsd.org Sun Oct 16 18:17:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB413C14A4E; Sun, 16 Oct 2016 18:17:43 +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 6DD811FCC; Sun, 16 Oct 2016 18:17:43 +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 u9GIHgBW004821; Sun, 16 Oct 2016 18:17:42 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GIHgGI004818; Sun, 16 Oct 2016 18:17:42 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201610161817.u9GIHgGI004818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 16 Oct 2016 18:17:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424075 - head/databases/pglogical X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 18:17:43 -0000 Author: matthew Date: Sun Oct 16 18:17:42 2016 New Revision: 424075 URL: https://svnweb.freebsd.org/changeset/ports/424075 Log: Update to 1.2.1 Changes: https://github.com/2ndQuadrant/pglogical/compare/REL1_2_1...master Modified: head/databases/pglogical/Makefile head/databases/pglogical/distinfo head/databases/pglogical/pkg-plist Modified: head/databases/pglogical/Makefile ============================================================================== --- head/databases/pglogical/Makefile Sun Oct 16 17:41:32 2016 (r424074) +++ head/databases/pglogical/Makefile Sun Oct 16 18:17:42 2016 (r424075) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pglogical -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= databases MASTER_SITES= http://packages.2ndquadrant.com/pglogical/tarballs/ Modified: head/databases/pglogical/distinfo ============================================================================== --- head/databases/pglogical/distinfo Sun Oct 16 17:41:32 2016 (r424074) +++ head/databases/pglogical/distinfo Sun Oct 16 18:17:42 2016 (r424075) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474554898 -SHA256 (pglogical-1.2.0.tar.bz2) = d289a1307ebd66a60a9547cee920101c85df354809a507eb218bf2aa93c16afe -SIZE (pglogical-1.2.0.tar.bz2) = 319475 +TIMESTAMP = 1476390261 +SHA256 (pglogical-1.2.1.tar.bz2) = 409eea245b2cacdce6b357628da2b68cd322478582fcc4e2ff5feb954f9512c6 +SIZE (pglogical-1.2.1.tar.bz2) = 321237 Modified: head/databases/pglogical/pkg-plist ============================================================================== --- head/databases/pglogical/pkg-plist Sun Oct 16 17:41:32 2016 (r424074) +++ head/databases/pglogical/pkg-plist Sun Oct 16 18:17:42 2016 (r424075) @@ -1,7 +1,5 @@ %%PGSQL94%%bin/pglogical_dump bin/pglogical_create_subscriber -include/pglogical_output/compat.h -include/pglogical_output/hooks.h lib/postgresql/pglogical.so lib/postgresql/pglogical_output.so share/postgresql/extension/pglogical--1.0.0--1.0.1.sql @@ -10,7 +8,9 @@ share/postgresql/extension/pglogical--1. share/postgresql/extension/pglogical--1.1.0--1.1.1.sql share/postgresql/extension/pglogical--1.1.1--1.1.2.sql share/postgresql/extension/pglogical--1.1.2--1.2.0.sql +share/postgresql/extension/pglogical--1.2.0--1.2.1.sql share/postgresql/extension/pglogical--1.2.0.sql +share/postgresql/extension/pglogical--1.2.1.sql share/postgresql/extension/pglogical.control share/postgresql/extension/pglogical_origin--1.0.0.sql share/postgresql/extension/pglogical_origin.control From owner-svn-ports-all@freebsd.org Sun Oct 16 18:25:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD6C6C14CDB; Sun, 16 Oct 2016 18:25:43 +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 8A38F14B8; Sun, 16 Oct 2016 18:25:43 +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 u9GIPgXv008480; Sun, 16 Oct 2016 18:25:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GIPg2Y008479; Sun, 16 Oct 2016 18:25:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201610161825.u9GIPg2Y008479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 16 Oct 2016 18:25:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424076 - head/shells/zsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 18:25:43 -0000 Author: bapt Date: Sun Oct 16 18:25:42 2016 New Revision: 424076 URL: https://svnweb.freebsd.org/changeset/ports/424076 Log: Grab back maintainership on zsh Approved by: adamw Modified: head/shells/zsh/Makefile Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Sun Oct 16 18:17:42 2016 (r424075) +++ head/shells/zsh/Makefile Sun Oct 16 18:25:42 2016 (r424076) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.zsh.org/pub/ \ SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= bapt@FreeBSD.org COMMENT= The Z shell LICENSE= ZSH From owner-svn-ports-all@freebsd.org Sun Oct 16 18:35:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38194C1416B; Sun, 16 Oct 2016 18:35:04 +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 E0BEF1DCF; Sun, 16 Oct 2016 18:35:03 +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 u9GIZ2qx012278; Sun, 16 Oct 2016 18:35:02 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GIZ2M9012276; Sun, 16 Oct 2016 18:35:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610161835.u9GIZ2M9012276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 16 Oct 2016 18:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424077 - head/security/py-stix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 18:35:04 -0000 Author: antoine Date: Sun Oct 16 18:35:02 2016 New Revision: 424077 URL: https://svnweb.freebsd.org/changeset/ports/424077 Log: Update to 1.1.1.6 Modified: head/security/py-stix/Makefile head/security/py-stix/distinfo Modified: head/security/py-stix/Makefile ============================================================================== --- head/security/py-stix/Makefile Sun Oct 16 18:25:42 2016 (r424076) +++ head/security/py-stix/Makefile Sun Oct 16 18:35:02 2016 (r424077) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stix -PORTVERSION= 1.1.1.5 +PORTVERSION= 1.1.1.6 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,11 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}lxml>=3.1:devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.9:security/py-cybox + ${PYTHON_PKGNAMEPREFIX}lxml>=2.3:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.11:security/py-cybox -USES= python:2 +NO_ARCH= yes +USES= python:2.7 USE_PYTHON= distutils autoplist PORTDOCS= README.rst @@ -25,9 +26,11 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/security/py-stix/distinfo ============================================================================== --- head/security/py-stix/distinfo Sun Oct 16 18:25:42 2016 (r424076) +++ head/security/py-stix/distinfo Sun Oct 16 18:35:02 2016 (r424077) @@ -1,2 +1,3 @@ -SHA256 (stix-1.1.1.5.tar.gz) = 8412f28561c3b0fab60c109f5005102a3e93f5054bf6856959ab53864ffaaeff -SIZE (stix-1.1.1.5.tar.gz) = 209894 +TIMESTAMP = 1476554964 +SHA256 (stix-1.1.1.6.tar.gz) = c449cd134ccc5e5bc93576a5e5b5a74e6cefabc9aaea9182ca18fefbe1eee0ed +SIZE (stix-1.1.1.6.tar.gz) = 214875 From owner-svn-ports-all@freebsd.org Sun Oct 16 18:41:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5573C1448A; Sun, 16 Oct 2016 18:41:22 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D7B410FB; Sun, 16 Oct 2016 18:41:22 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GIfLjf016138; Sun, 16 Oct 2016 18:41:21 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GIfLoT016136; Sun, 16 Oct 2016 18:41:21 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201610161841.u9GIfLoT016136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 16 Oct 2016 18:41:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424078 - in head/graphics/gd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 18:41:22 -0000 Author: dinoex Date: Sun Oct 16 18:41:21 2016 New Revision: 424078 URL: https://svnweb.freebsd.org/changeset/ports/424078 Log: - fix option WEBP - make option WEBP default PR: 211368 - Security patch, port was not vulnerable Security: https://github.com/libgd/libgd/issues/308 Security: http://seclists.org/oss-sec/2016/q3/626 Security: CVE-2016-7568 PR: 213020 Added: head/graphics/gd/files/patch-gd_webp.c (contents, props changed) Modified: head/graphics/gd/Makefile Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Sun Oct 16 18:35:02 2016 (r424077) +++ head/graphics/gd/Makefile Sun Oct 16 18:41:21 2016 (r424078) @@ -3,7 +3,7 @@ PORTNAME= libgd PORTVERSION= 2.2.3 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/ @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes OPTIONS_DEFINE= FONTCONFIG ICONV XPM WEBP -OPTIONS_DEFAULT=FONTCONFIG +OPTIONS_DEFAULT=FONTCONFIG WEBP NO_OPTIONS_SORT=yes FONTCONFIG_LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig FONTCONFIG_CONFIGURE_OFF= --with-fontconfig=no @@ -36,7 +36,6 @@ XPM_CONFIGURE_ON= --with-x XPM_CONFIGURE_OFF= --with-xpm=no WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_CONFIGURE_OFF= --without-webp -WEBP_BROKEN= circular dependencies .include Added: head/graphics/gd/files/patch-gd_webp.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gd/files/patch-gd_webp.c Sun Oct 16 18:41:21 2016 (r424078) @@ -0,0 +1,27 @@ +LibGD Issue: https://github.com/libgd/libgd/issues/308 +Commit: https://github.com/libgd/libgd/commit/40bec0f38f50e8510f5bb71a82f516d46facde03 + +Fix integer overflow in gdImageWebpCtx + +Integer overflow can be happened in expression gdImageSX(im) * 4 * +gdImageSY(im). It could lead to heap buffer overflow in the following +code. This issue has been reported to the PHP Bug Tracking System. The +proof-of-concept file will be supplied some days later. This issue was +discovered by Ke Liu of Tencent's Xuanwu LAB. +--- src/gd_webp.c.orig 2016-07-21 10:06:42.000000000 +0200 ++++ src/gd_webp.c 2016-10-16 20:27:17.150066000 +0200 +@@ -126,6 +126,14 @@ + quantization = 80; + } + ++ if (overflow2(gdImageSX(im), 4)) { ++ return; ++ } ++ ++ if (overflow2(gdImageSX(im) * 4, gdImageSY(im))) { ++ return; ++ } ++ + argb = (uint8_t *)gdMalloc(gdImageSX(im) * 4 * gdImageSY(im)); + if (!argb) { + return; From owner-svn-ports-all@freebsd.org Sun Oct 16 18:46:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1A0BC145EE; Sun, 16 Oct 2016 18:46:11 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 945931585; Sun, 16 Oct 2016 18:46:11 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GIkAfu016455; Sun, 16 Oct 2016 18:46:10 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GIkAfJ016453; Sun, 16 Oct 2016 18:46:10 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201610161846.u9GIkAfJ016453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 16 Oct 2016 18:46:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424079 - head/net/mosquitto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 18:46:12 -0000 Author: ohauer Date: Sun Oct 16 18:46:10 2016 New Revision: 424079 URL: https://svnweb.freebsd.org/changeset/ports/424079 Log: - update to 1.4.10 Broker Fix TLS operation with websockets listeners and libwebsockets 2.x. Closes #186. Don.t disconnect client on HUP before reading the pending data. Closes #7. Fix some $SYS messages being incorrectly persisted. Closes #191. Support OpenSSL 1.1.0. Call fsync after persisting data to ensure it is correctly written. Closes #189. Fix persistence saving of subscription QoS on big-endian machines. Fix will retained flag handling on Windows. Closes #222. Broker now displays an error if it is unable to open the log file. Closes #234. Client library Support OpenSSL 1.1.0. Fixed the C++ library not allowing SOCKS support to be used. Closes #198. Fix memory leak when verifying a server certificate with a subjectAltName section. Closes #237. Build Don.t attempt to install docs when WITH_DOCS=no. Closes #184. PR: 213532 Submitted by: ohauer Approved by: maintainer MFH: 2016Q4 Modified: head/net/mosquitto/Makefile head/net/mosquitto/distinfo Modified: head/net/mosquitto/Makefile ============================================================================== --- head/net/mosquitto/Makefile Sun Oct 16 18:41:21 2016 (r424078) +++ head/net/mosquitto/Makefile Sun Oct 16 18:46:10 2016 (r424079) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mosquitto -PORTVERSION= 1.4.9 +PORTVERSION= 1.4.10 CATEGORIES= net MASTER_SITES= http://mosquitto.org/files/source/ Modified: head/net/mosquitto/distinfo ============================================================================== --- head/net/mosquitto/distinfo Sun Oct 16 18:41:21 2016 (r424078) +++ head/net/mosquitto/distinfo Sun Oct 16 18:46:10 2016 (r424079) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468823152 -SHA256 (mosquitto-1.4.9.tar.gz) = 1df3ae07de40b80a74cd37a7b026895c544cdd3b42c9e0719ae91623aa98c58b -SIZE (mosquitto-1.4.9.tar.gz) = 325712 +TIMESTAMP = 1471433988 +SHA256 (mosquitto-1.4.10.tar.gz) = 437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770 +SIZE (mosquitto-1.4.10.tar.gz) = 359569 From owner-svn-ports-all@freebsd.org Sun Oct 16 18:46:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93F38C1461C; Sun, 16 Oct 2016 18:46:15 +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 4754615AC; Sun, 16 Oct 2016 18:46:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GIkE6c016594; Sun, 16 Oct 2016 18:46:14 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GIkEU8016592; Sun, 16 Oct 2016 18:46:14 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201610161846.u9GIkEU8016592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 16 Oct 2016 18:46:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424080 - in head/shells/zsh: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 18:46:15 -0000 Author: bapt Date: Sun Oct 16 18:46:14 2016 New Revision: 424080 URL: https://svnweb.freebsd.org/changeset/ports/424080 Log: Fix make and gmake completion Submitted by: Daniel Shahaf (on zsh mailing list) Reported by: Guilherme Salazar (on zsh mailing list) Added: head/shells/zsh/files/patch-Completion_Unix_Command___make (contents, props changed) Modified: head/shells/zsh/Makefile Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Sun Oct 16 18:46:10 2016 (r424079) +++ head/shells/zsh/Makefile Sun Oct 16 18:46:14 2016 (r424080) @@ -3,7 +3,7 @@ PORTNAME= zsh DISTVERSION= 5.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= http://www.zsh.org/pub/ \ SF \ Added: head/shells/zsh/files/patch-Completion_Unix_Command___make ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/zsh/files/patch-Completion_Unix_Command___make Sun Oct 16 18:46:14 2016 (r424080) @@ -0,0 +1,31 @@ +--- Completion/Unix/Command/_make.orig 2016-10-16 18:41:19 UTC ++++ Completion/Unix/Command/_make +@@ -262,17 +262,20 @@ _make() { + + if [[ -n "$file" ]] + then +- if [[ $is_gnu == gnu ]] && zstyle -t ":completion:${curcontext}:targets" call-command ++ if [[ $is_gnu == gnu ]] + then +- _make-parseMakefile $PWD < <(_call_program targets "$words[1]" -nsp --no-print-directory -f "$file" .PHONY 2> /dev/null) ++ if zstyle -t ":completion:${curcontext}:targets" call-command; then ++ _make-parseMakefile $PWD < <(_call_program targets "$words[1]" -nsp --no-print-directory -f "$file" .PHONY 2> /dev/null) ++ else ++ _make-parseMakefile $PWD < $file ++ fi + else +- case "$OSTYPE" in +- freebsd*) +- _make-parseMakefile $PWD < <(_call_program targets "$words[1]" -nsp -f "$file" .PHONY 2> /dev/null) +- ;; +- *) ++ if [[ $OSTYPE == (freebsd|dragonfly|netbsd)* || /$words[1] == */bmake* ]]; then ++ TARGETS+=(${=${(f)"$(_call_program targets "$words[1]" -s -f "$file" -V.ALLTARGETS 2> /dev/null)"}}) ++ _make-parseMakefile $PWD < <(_call_program targets "$words[1]" -nsdg1Fstdout -f "$file" .PHONY 2> /dev/null) ++ else + _make-parseMakefile $PWD < $file +- esac ++ fi + fi + fi + From owner-svn-ports-all@freebsd.org Sun Oct 16 21:38:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 827CEC1386E; Sun, 16 Oct 2016 21:38:59 +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 51EAA18D3; Sun, 16 Oct 2016 21:38:59 +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 u9GLcwL2079744; Sun, 16 Oct 2016 21:38:58 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GLcwtn079742; Sun, 16 Oct 2016 21:38:58 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201610162138.u9GLcwtn079742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 16 Oct 2016 21:38:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424081 - head/sysutils/hatop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 21:38:59 -0000 Author: jrm Date: Sun Oct 16 21:38:58 2016 New Revision: 424081 URL: https://svnweb.freebsd.org/changeset/ports/424081 Log: sysutils/hatop: switch from Google code to GitHub, unmark BROKEN Also - Update license to GPLv3+ - Specify required python version 2, since 3.x is not supported PR: 213477 Approved by: swills (mentor) Modified: head/sysutils/hatop/Makefile head/sysutils/hatop/distinfo Modified: head/sysutils/hatop/Makefile ============================================================================== --- head/sysutils/hatop/Makefile Sun Oct 16 18:46:14 2016 (r424080) +++ head/sysutils/hatop/Makefile Sun Oct 16 21:38:58 2016 (r424081) @@ -3,20 +3,22 @@ PORTNAME= hatop PORTVERSION= 0.7.7 +DISTVERSIONPREFIX= v CATEGORIES= sysutils net -MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@christianserving.org COMMENT= Interactive real-time monitoring tool for the HAProxy unix socket -BROKEN= Unfetchable (google code has gone away) +LICENSE= GPLv3+ RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:net/haproxy -USES= python +USES= python:2 NO_BUILD= yes -LICENSE= GPLv3 +USE_GITHUB= yes +GH_ACCOUNT= feurix +GH_PROJECT= hatop PLIST_FILES= bin/hatop man/man1/hatop.1.gz PORTDOCS= HACKING KEYBINDS README Modified: head/sysutils/hatop/distinfo ============================================================================== --- head/sysutils/hatop/distinfo Sun Oct 16 18:46:14 2016 (r424080) +++ head/sysutils/hatop/distinfo Sun Oct 16 21:38:58 2016 (r424081) @@ -1,2 +1,3 @@ -SHA256 (hatop-0.7.7.tar.gz) = 0b9fc1b84ce4e469a069e3a3c7c1b5eea10e6bb24bc66bd32af453acd54636ab -SIZE (hatop-0.7.7.tar.gz) = 134143 +TIMESTAMP = 1476457506 +SHA256 (feurix-hatop-v0.7.7_GH0.tar.gz) = 497a28e484940bf2f6dd5919041d5d03025325a59e8f95f376f573db616ca35d +SIZE (feurix-hatop-v0.7.7_GH0.tar.gz) = 134216 From owner-svn-ports-all@freebsd.org Sun Oct 16 21:43:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70F65C13D45; Sun, 16 Oct 2016 21:43:07 +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 4304E1E40; Sun, 16 Oct 2016 21:43:07 +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 u9GLh6mo083310; Sun, 16 Oct 2016 21:43:06 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GLh6fY083308; Sun, 16 Oct 2016 21:43:06 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201610162143.u9GLh6fY083308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 16 Oct 2016 21:43:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424082 - in head: . math math/libR X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 21:43:07 -0000 Author: jrm Date: Sun Oct 16 21:43:06 2016 New Revision: 424082 URL: https://svnweb.freebsd.org/changeset/ports/424082 Log: Remove math/libR - The libR option in math/R has been turned on by default since 2016-06-26. - A request for comments regarding the removal, posted to ports@ on 2016-07-16, did not result in any requests for it to remain in the tree. - After a restructuring of math/R, math/libR has been marked BROKEN since 2016-07-09 without any complaints. - No ports depend on it. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8260 Deleted: head/math/libR/ Modified: head/MOVED head/math/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Oct 16 21:38:58 2016 (r424081) +++ head/MOVED Sun Oct 16 21:43:06 2016 (r424082) @@ -8679,3 +8679,4 @@ audio/squeezeboxserver-trackstat|audio/l net/py-uritemplate.py|net/py-uritemplate|2016-10-12|Upstream has consolidated on net/py-uritemplate misc/fortune_strfile||2016-10-14|Has expired: unmaintained and duplicated from base mail/elmo-devel|mail/elmo|2016-10-15|Has expired: Same version as mail/elmo, use it instead +math/libR||2016-10-16|Has expired: math/R LIBR option is now on by default Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Oct 16 21:38:58 2016 (r424081) +++ head/math/Makefile Sun Oct 16 21:43:06 2016 (r424082) @@ -245,7 +245,6 @@ SUBDIR += laspack SUBDIR += ldouble SUBDIR += levmar - SUBDIR += libR SUBDIR += libRmath SUBDIR += libflame SUBDIR += libjbigi From owner-svn-ports-all@freebsd.org Sun Oct 16 22:01:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D570CC141B0; Sun, 16 Oct 2016 22:01:24 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92F8E137D; Sun, 16 Oct 2016 22:01:24 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GM1Nch088040; Sun, 16 Oct 2016 22:01:23 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GM1Ndb088035; Sun, 16 Oct 2016 22:01:23 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610162201.u9GM1Ndb088035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sun, 16 Oct 2016 22:01:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424083 - in head/devel: . arm-none-eabi-newlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 22:01:24 -0000 Author: bsam Date: Sun Oct 16 22:01:22 2016 New Revision: 424083 URL: https://svnweb.freebsd.org/changeset/ports/424083 Log: Newlib is a C library intended for use on embedded systems. It is a conglomeration of several library parts, all under free software licenses, that make them easily usable on embedded products. WWW: https://www.sourceware.org/newlib/ PR: 213466 Submitted by: bsdports@kyle-evans.net Added: head/devel/arm-none-eabi-newlib/ head/devel/arm-none-eabi-newlib/Makefile (contents, props changed) head/devel/arm-none-eabi-newlib/distinfo (contents, props changed) head/devel/arm-none-eabi-newlib/pkg-descr (contents, props changed) head/devel/arm-none-eabi-newlib/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 16 21:43:06 2016 (r424082) +++ head/devel/Makefile Sun Oct 16 22:01:22 2016 (r424083) @@ -111,6 +111,7 @@ SUBDIR += arm-none-eabi-gcc SUBDIR += arm-none-eabi-gcc492 SUBDIR += arm-none-eabi-gdb + SUBDIR += arm-none-eabi-newlib SUBDIR += aros-sdk SUBDIR += art SUBDIR += artifactory Added: head/devel/arm-none-eabi-newlib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arm-none-eabi-newlib/Makefile Sun Oct 16 22:01:22 2016 (r424083) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= newlib +PORTVERSION= 2.4.0 +CATEGORIES= devel +MASTER_SITES= ftp://sources.redhat.com/pub/${PORTNAME}/ \ + SOURCEWARE/${PORTNAME} +PKGNAMEPREFIX= ${NEWLIB_TARGET}- + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Newlib distribution for ${NEWLIB_TARGET} targets + +BUILD_DEPENDS+= ${NEWLIB_TARGET}-ar:devel/${NEWLIB_TARGET}-binutils \ + ${NEWLIB_TARGET}-as:devel/${NEWLIB_TARGET}-binutils \ + ${NEWLIB_TARGET}-ld:devel/${NEWLIB_TARGET}-binutils \ + ${LOCALBASE}/bin/${NEWLIB_TARGET}-gcc:devel/${NEWLIB_TARGET}-gcc + +NEWLIB_TARGET= arm-none-eabi + +USES= gmake makeinfo +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --target="${NEWLIB_TARGET}" --disable-newlib-supplied-syscalls + +# Disable installation of .info files and fix includedir reference. +post-patch: + @${REINPLACE_CMD} -E 's/^(install.*:.*)install-info(.*)/\1\2/' ${WRKSRC}/etc/Makefile.in + +.include Added: head/devel/arm-none-eabi-newlib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arm-none-eabi-newlib/distinfo Sun Oct 16 22:01:22 2016 (r424083) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476391779 +SHA256 (newlib-2.4.0.tar.gz) = 545b3d235e350d2c61491df8b9f775b1b972f191380db8f52ec0b1c829c52706 +SIZE (newlib-2.4.0.tar.gz) = 17574364 Added: head/devel/arm-none-eabi-newlib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arm-none-eabi-newlib/pkg-descr Sun Oct 16 22:01:22 2016 (r424083) @@ -0,0 +1,5 @@ +Newlib is a C library intended for use on embedded systems. It is +a conglomeration of several library parts, all under free software +licenses, that make them easily usable on embedded products. + +WWW: https://www.sourceware.org/newlib/ Added: head/devel/arm-none-eabi-newlib/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arm-none-eabi-newlib/pkg-plist Sun Oct 16 22:01:22 2016 (r424083) @@ -0,0 +1,139 @@ +arm-none-eabi/include/_ansi.h +arm-none-eabi/include/_newlib_version.h +arm-none-eabi/include/_syslist.h +arm-none-eabi/include/alloca.h +arm-none-eabi/include/ar.h +arm-none-eabi/include/argz.h +arm-none-eabi/include/assert.h +arm-none-eabi/include/complex.h +arm-none-eabi/include/ctype.h +arm-none-eabi/include/dirent.h +arm-none-eabi/include/envlock.h +arm-none-eabi/include/envz.h +arm-none-eabi/include/errno.h +arm-none-eabi/include/fastmath.h +arm-none-eabi/include/fcntl.h +arm-none-eabi/include/fnmatch.h +arm-none-eabi/include/getopt.h +arm-none-eabi/include/glob.h +arm-none-eabi/include/grp.h +arm-none-eabi/include/iconv.h +arm-none-eabi/include/ieeefp.h +arm-none-eabi/include/inttypes.h +arm-none-eabi/include/langinfo.h +arm-none-eabi/include/libgen.h +arm-none-eabi/include/limits.h +arm-none-eabi/include/locale.h +arm-none-eabi/include/machine/_arc4random.h +arm-none-eabi/include/machine/_default_types.h +arm-none-eabi/include/machine/_types.h +arm-none-eabi/include/machine/ansi.h +arm-none-eabi/include/machine/endian.h +arm-none-eabi/include/machine/fastmath.h +arm-none-eabi/include/machine/ieeefp.h +arm-none-eabi/include/machine/malloc.h +arm-none-eabi/include/machine/param.h +arm-none-eabi/include/machine/setjmp-dj.h +arm-none-eabi/include/machine/setjmp.h +arm-none-eabi/include/machine/stdlib.h +arm-none-eabi/include/machine/termios.h +arm-none-eabi/include/machine/time.h +arm-none-eabi/include/machine/types.h +arm-none-eabi/include/malloc.h +arm-none-eabi/include/math.h +arm-none-eabi/include/newlib.h +arm-none-eabi/include/paths.h +arm-none-eabi/include/pthread.h +arm-none-eabi/include/pwd.h +arm-none-eabi/include/reent.h +arm-none-eabi/include/regdef.h +arm-none-eabi/include/regex.h +arm-none-eabi/include/sched.h +arm-none-eabi/include/search.h +arm-none-eabi/include/setjmp.h +arm-none-eabi/include/signal.h +arm-none-eabi/include/spawn.h +arm-none-eabi/include/stdatomic.h +arm-none-eabi/include/stdint.h +arm-none-eabi/include/stdio.h +arm-none-eabi/include/stdio_ext.h +arm-none-eabi/include/stdlib.h +arm-none-eabi/include/string.h +arm-none-eabi/include/strings.h +arm-none-eabi/include/sys/_default_fcntl.h +arm-none-eabi/include/sys/_intsup.h +arm-none-eabi/include/sys/_sigset.h +arm-none-eabi/include/sys/_stdint.h +arm-none-eabi/include/sys/_timespec.h +arm-none-eabi/include/sys/_timeval.h +arm-none-eabi/include/sys/_types.h +arm-none-eabi/include/sys/cdefs.h +arm-none-eabi/include/sys/config.h +arm-none-eabi/include/sys/custom_file.h +arm-none-eabi/include/sys/dir.h +arm-none-eabi/include/sys/dirent.h +arm-none-eabi/include/sys/errno.h +arm-none-eabi/include/sys/fcntl.h +arm-none-eabi/include/sys/features.h +arm-none-eabi/include/sys/file.h +arm-none-eabi/include/sys/iconvnls.h +arm-none-eabi/include/sys/lock.h +arm-none-eabi/include/sys/param.h +arm-none-eabi/include/sys/queue.h +arm-none-eabi/include/sys/reent.h +arm-none-eabi/include/sys/resource.h +arm-none-eabi/include/sys/sched.h +arm-none-eabi/include/sys/select.h +arm-none-eabi/include/sys/signal.h +arm-none-eabi/include/sys/stat.h +arm-none-eabi/include/sys/stdio.h +arm-none-eabi/include/sys/string.h +arm-none-eabi/include/sys/syslimits.h +arm-none-eabi/include/sys/time.h +arm-none-eabi/include/sys/timeb.h +arm-none-eabi/include/sys/times.h +arm-none-eabi/include/sys/timespec.h +arm-none-eabi/include/sys/tree.h +arm-none-eabi/include/sys/types.h +arm-none-eabi/include/sys/unistd.h +arm-none-eabi/include/sys/utime.h +arm-none-eabi/include/sys/wait.h +arm-none-eabi/include/tar.h +arm-none-eabi/include/termios.h +arm-none-eabi/include/tgmath.h +arm-none-eabi/include/threads.h +arm-none-eabi/include/time.h +arm-none-eabi/include/unctrl.h +arm-none-eabi/include/unistd.h +arm-none-eabi/include/utime.h +arm-none-eabi/include/utmp.h +arm-none-eabi/include/wchar.h +arm-none-eabi/include/wctype.h +arm-none-eabi/include/wordexp.h +arm-none-eabi/lib/aprofile-validation.specs +arm-none-eabi/lib/aprofile-ve.specs +arm-none-eabi/lib/cpu-init/rdimon-aem.o +arm-none-eabi/lib/crt0.o +arm-none-eabi/lib/iq80310.specs +arm-none-eabi/lib/libc.a +arm-none-eabi/lib/libg.a +arm-none-eabi/lib/libgloss-linux.a +arm-none-eabi/lib/libm.a +arm-none-eabi/lib/libnosys.a +arm-none-eabi/lib/librdimon.a +arm-none-eabi/lib/librdpmon.a +arm-none-eabi/lib/linux-crt0.o +arm-none-eabi/lib/linux.specs +arm-none-eabi/lib/nano.specs +arm-none-eabi/lib/nosys.specs +arm-none-eabi/lib/pid.specs +arm-none-eabi/lib/rdimon-crt0.o +arm-none-eabi/lib/rdimon.specs +arm-none-eabi/lib/rdpmon-crt0.o +arm-none-eabi/lib/rdpmon.specs +arm-none-eabi/lib/redboot-crt0.o +arm-none-eabi/lib/redboot-syscalls.o +arm-none-eabi/lib/redboot.ld +arm-none-eabi/lib/redboot.specs +@dir arm-none-eabi/include/bits +@dir arm-none-eabi/include/rpc From owner-svn-ports-all@freebsd.org Sun Oct 16 22:36:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33B6DC14EF9; Sun, 16 Oct 2016 22:36:52 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 024A11FA2; Sun, 16 Oct 2016 22:36:51 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GMapQe003322; Sun, 16 Oct 2016 22:36:51 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GMaoKP003312; Sun, 16 Oct 2016 22:36:50 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201610162236.u9GMaoKP003312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Sun, 16 Oct 2016 22:36:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424084 - in head/net/wireshark: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 22:36:52 -0000 Author: marcus Date: Sun Oct 16 22:36:50 2016 New Revision: 424084 URL: https://svnweb.freebsd.org/changeset/ports/424084 Log: Update to 2.2.1. Incorporate patches from PR 213356 to fix the build with base Kerberos and add more explicit dependencies. For changes in 2.2.1, see https://www.wireshark.org/docs/relnotes/wireshark-2.2.1.html . PR: 213356 Submitted by: Piotr Kubaj Added: head/net/wireshark/files/patch-epan_dissectors_asn1_kerberos_packet-kerberos-template.c (contents, props changed) head/net/wireshark/files/patch-epan_dissectors_asn1_kerberos_packet-kerberos-template.h (contents, props changed) head/net/wireshark/files/patch-epan_dissectors_asn1_spnego_packet-spnego-template.c (contents, props changed) head/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c (contents, props changed) head/net/wireshark/files/patch-epan_dissectors_packet-kerberos.h (contents, props changed) head/net/wireshark/files/patch-epan_dissectors_packet-spnego.c (contents, props changed) Modified: head/net/wireshark/Makefile head/net/wireshark/distinfo head/net/wireshark/pkg-plist Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Sun Oct 16 22:01:22 2016 (r424083) +++ head/net/wireshark/Makefile Sun Oct 16 22:36:50 2016 (r424084) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ @@ -27,7 +27,8 @@ DATADIR_NAME= wireshark DATADIR= ${PREFIX}/share/${DATADIR_NAME} GNU_CONFIGURE= yes -USES= alias cpe gmake libtool pathfix perl5 pkgconfig python:build ssl tar:bzip2 +USES= alias cpe gettext-runtime gmake libtool pathfix perl5 \ + pkgconfig python:build ssl tar:bzip2 USE_PERL5= build USE_GNOME= glib20 CONFIGURE_ARGS+= --program-transform-name="" \ @@ -35,6 +36,8 @@ CONFIGURE_ARGS+= --program-transform-nam INSTALL_TARGET= install-strip USE_LDCONFIG= yes +LIB_DEPENDS+= libgpg-error.so:security/libgpg-error + CFLAGS+= -funit-at-a-time LIBS+= -L${LOCALBASE}/lib PLIST_SUB+= PORTVERSION=${PORTVERSION} @@ -75,9 +78,9 @@ KRB_HEIMDAL_DESC= Kerberos support via s KRB_MIT_DESC= Kerberos support via security/krb5 KRB_NONE_DESC= Disable Kerberos support -GTK2_USE= GNOME=gtk20 -GTK3_USE= GNOME=gtk30 -QT5_USE= QT5=core,gui,widgets,printsupport,buildtools_build +GTK2_USE= GNOME=gtk20,cairo +GTK3_USE= GNOME=gtk30,cairo +QT5_USE= qt5=core,gui,widgets,printsupport,buildtools_build,linguisttools_build LUA_USES= lua:5[1-2] KRB_BASE_USES= gssapi @@ -85,6 +88,7 @@ KRB_HEIMDAL_USES= gssapi:heimdal KRB_MIT_USES= gssapi:mit RTP_LIB_DEPENDS= libportaudio.so:audio/portaudio +RTP_CPPFLAGS= -I${LOCALBASE}/include SNMP_LIB_DEPENDS= libsmi.so:net-mgmt/libsmi ADNS_LIB_DEPENDS= libadns.so:dns/adns CARES_LIB_DEPENDS= libcares.so:dns/c-ares @@ -111,6 +115,7 @@ DECRYPT_CONFIGURE_WITH= gnutls gcrypt LUA_CPPFLAGS= -I${LUA_INCDIR} +QT5_CONFIGURE_ENV= PATH="${PATH}:${QT_BINDIR}" QT5_MAKE_ENV= PATH="${PATH}:${QT_BINDIR}" QT5_VARS= PKGNAMESUFFIX=-qt5 QT5_PLIST_SUB= GUI_GTK="@comment " @@ -146,6 +151,9 @@ post-patch: @${REINPLACE_CMD} -e 's|llua|llua-${LUA_VER}|g ; \ s|-DQT_GUI_LIB|-DQT_GUI_LIB $$CPPFLAGS| ' \ ${WRKSRC}/configure + # XXX: Should be optional as to whether or not this flag works at runtime + @${REINPLACE_CMD} -e 's|-msse4.2||g' \ + ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr/share/applications|${DESKTOPDIR}|g ; \ s|/usr/share|${LOCALBASE}/share|g ; \ s|{mime/packages,applications}|mime/packages| ; \ Modified: head/net/wireshark/distinfo ============================================================================== --- head/net/wireshark/distinfo Sun Oct 16 22:01:22 2016 (r424083) +++ head/net/wireshark/distinfo Sun Oct 16 22:36:50 2016 (r424084) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473707149 -SHA256 (wireshark-2.2.0.tar.bz2) = a6847e741efcba6cb9d92d464d4219917bee3ad0b8f5b0f80d4388ad2f3f1104 -SIZE (wireshark-2.2.0.tar.bz2) = 32141141 +TIMESTAMP = 1476653554 +SHA256 (wireshark-2.2.1.tar.bz2) = 900e22af04c8b35e0d02a25a360ab1fb7cfe5ac18fc48a9afd75a7103e569149 +SIZE (wireshark-2.2.1.tar.bz2) = 32154087 Added: head/net/wireshark/files/patch-epan_dissectors_asn1_kerberos_packet-kerberos-template.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/wireshark/files/patch-epan_dissectors_asn1_kerberos_packet-kerberos-template.c Sun Oct 16 22:36:50 2016 (r424084) @@ -0,0 +1,141 @@ +--- epan/dissectors/asn1/kerberos/packet-kerberos-template.c.orig 2016-10-04 18:27:46 UTC ++++ epan/dissectors/asn1/kerberos/packet-kerberos-template.c +@@ -809,66 +809,7 @@ decrypt_krb5_data(proto_tree *tree, pack + #define KRB5_MSG_ENC_KRB_CRED_PART 29 /* EncKrbCredPart */ + #define KRB5_MSG_ERROR 30 /* KRB-ERROR type */ + +-/* encryption type constants */ +-#define KRB5_ENCTYPE_NULL 0 +-#define KRB5_ENCTYPE_DES_CBC_CRC 1 +-#define KRB5_ENCTYPE_DES_CBC_MD4 2 +-#define KRB5_ENCTYPE_DES_CBC_MD5 3 +-#define KRB5_ENCTYPE_DES_CBC_RAW 4 +-#define KRB5_ENCTYPE_DES3_CBC_SHA 5 +-#define KRB5_ENCTYPE_DES3_CBC_RAW 6 +-#define KRB5_ENCTYPE_DES_HMAC_SHA1 8 +-#define KRB5_ENCTYPE_DSA_SHA1_CMS 9 +-#define KRB5_ENCTYPE_RSA_MD5_CMS 10 +-#define KRB5_ENCTYPE_RSA_SHA1_CMS 11 +-#define KRB5_ENCTYPE_RC2_CBC_ENV 12 +-#define KRB5_ENCTYPE_RSA_ENV 13 +-#define KRB5_ENCTYPE_RSA_ES_OEAP_ENV 14 +-#define KRB5_ENCTYPE_DES_EDE3_CBC_ENV 15 +-#define KRB5_ENCTYPE_DES3_CBC_SHA1 16 +-#define KRB5_ENCTYPE_AES128_CTS_HMAC_SHA1_96 17 +-#define KRB5_ENCTYPE_AES256_CTS_HMAC_SHA1_96 18 +-#define KRB5_ENCTYPE_DES_CBC_MD5_NT 20 +-#define KERB_ENCTYPE_RC4_HMAC 23 +-#define KERB_ENCTYPE_RC4_HMAC_EXP 24 +-#define KRB5_ENCTYPE_UNKNOWN 0x1ff +-#define KRB5_ENCTYPE_LOCAL_DES3_HMAC_SHA1 0x7007 +-#define KRB5_ENCTYPE_RC4_PLAIN_EXP 0xffffff73 +-#define KRB5_ENCTYPE_RC4_PLAIN 0xffffff74 +-#define KRB5_ENCTYPE_RC4_PLAIN_OLD_EXP 0xffffff78 +-#define KRB5_ENCTYPE_RC4_HMAC_OLD_EXP 0xffffff79 +-#define KRB5_ENCTYPE_RC4_PLAIN_OLD 0xffffff7a +-#define KRB5_ENCTYPE_RC4_HMAC_OLD 0xffffff7b +-#define KRB5_ENCTYPE_DES_PLAIN 0xffffff7c +-#define KRB5_ENCTYPE_RC4_SHA 0xffffff7d +-#define KRB5_ENCTYPE_RC4_LM 0xffffff7e +-#define KRB5_ENCTYPE_RC4_PLAIN2 0xffffff7f +-#define KRB5_ENCTYPE_RC4_MD4 0xffffff80 +- +-/* checksum types */ +-#define KRB5_CHKSUM_NONE 0 +-#define KRB5_CHKSUM_CRC32 1 +-#define KRB5_CHKSUM_MD4 2 +-#define KRB5_CHKSUM_KRB_DES_MAC 4 +-#define KRB5_CHKSUM_KRB_DES_MAC_K 5 +-#define KRB5_CHKSUM_MD5 7 +-#define KRB5_CHKSUM_MD5_DES 8 +-/* the following four come from packetcable */ +-#define KRB5_CHKSUM_MD5_DES3 9 +-#define KRB5_CHKSUM_HMAC_SHA1_DES3_KD 12 +-#define KRB5_CHKSUM_HMAC_SHA1_DES3 13 +-#define KRB5_CHKSUM_SHA1_UNKEYED 14 +-#define KRB5_CHKSUM_HMAC_MD5 0xffffff76 +-#define KRB5_CHKSUM_MD5_HMAC 0xffffff77 +-#define KRB5_CHKSUM_RC4_MD5 0xffffff78 +-#define KRB5_CHKSUM_MD25 0xffffff79 +-#define KRB5_CHKSUM_DES_MAC_MD5 0xffffff7a +-#define KRB5_CHKSUM_DES_MAC 0xffffff7b +-#define KRB5_CHKSUM_REAL_CRC32 0xffffff7c +-#define KRB5_CHKSUM_SHA1 0xffffff7d +-#define KRB5_CHKSUM_LM 0xffffff7e + #define KRB5_CHKSUM_GSSAPI 0x8003 +- + /* + * For KERB_ENCTYPE_RC4_HMAC and KERB_ENCTYPE_RC4_HMAC_EXP, see + * +@@ -1164,71 +1105,6 @@ static const value_string krb5_preauthen + { 0 , NULL }, + }; + +-#if 0 +-static const value_string krb5_encryption_types[] = { +- { KRB5_ENCTYPE_NULL , "NULL" }, +- { KRB5_ENCTYPE_DES_CBC_CRC , "des-cbc-crc" }, +- { KRB5_ENCTYPE_DES_CBC_MD4 , "des-cbc-md4" }, +- { KRB5_ENCTYPE_DES_CBC_MD5 , "des-cbc-md5" }, +- { KRB5_ENCTYPE_DES_CBC_RAW , "des-cbc-raw" }, +- { KRB5_ENCTYPE_DES3_CBC_SHA , "des3-cbc-sha" }, +- { KRB5_ENCTYPE_DES3_CBC_RAW , "des3-cbc-raw" }, +- { KRB5_ENCTYPE_DES_HMAC_SHA1 , "des-hmac-sha1" }, +- { KRB5_ENCTYPE_DSA_SHA1_CMS , "dsa-sha1-cms" }, +- { KRB5_ENCTYPE_RSA_MD5_CMS , "rsa-md5-cms" }, +- { KRB5_ENCTYPE_RSA_SHA1_CMS , "rsa-sha1-cms" }, +- { KRB5_ENCTYPE_RC2_CBC_ENV , "rc2-cbc-env" }, +- { KRB5_ENCTYPE_RSA_ENV , "rsa-env" }, +- { KRB5_ENCTYPE_RSA_ES_OEAP_ENV, "rsa-es-oeap-env" }, +- { KRB5_ENCTYPE_DES_EDE3_CBC_ENV, "des-ede3-cbc-env" }, +- { KRB5_ENCTYPE_DES3_CBC_SHA1 , "des3-cbc-sha1" }, +- { KRB5_ENCTYPE_AES128_CTS_HMAC_SHA1_96 , "aes128-cts-hmac-sha1-96" }, +- { KRB5_ENCTYPE_AES256_CTS_HMAC_SHA1_96 , "aes256-cts-hmac-sha1-96" }, +- { KRB5_ENCTYPE_DES_CBC_MD5_NT , "des-cbc-md5-nt" }, +- { KERB_ENCTYPE_RC4_HMAC , "rc4-hmac" }, +- { KERB_ENCTYPE_RC4_HMAC_EXP , "rc4-hmac-exp" }, +- { KRB5_ENCTYPE_UNKNOWN , "unknown" }, +- { KRB5_ENCTYPE_LOCAL_DES3_HMAC_SHA1 , "local-des3-hmac-sha1" }, +- { KRB5_ENCTYPE_RC4_PLAIN_EXP , "rc4-plain-exp" }, +- { KRB5_ENCTYPE_RC4_PLAIN , "rc4-plain" }, +- { KRB5_ENCTYPE_RC4_PLAIN_OLD_EXP, "rc4-plain-old-exp" }, +- { KRB5_ENCTYPE_RC4_HMAC_OLD_EXP, "rc4-hmac-old-exp" }, +- { KRB5_ENCTYPE_RC4_PLAIN_OLD , "rc4-plain-old" }, +- { KRB5_ENCTYPE_RC4_HMAC_OLD , "rc4-hmac-old" }, +- { KRB5_ENCTYPE_DES_PLAIN , "des-plain" }, +- { KRB5_ENCTYPE_RC4_SHA , "rc4-sha" }, +- { KRB5_ENCTYPE_RC4_LM , "rc4-lm" }, +- { KRB5_ENCTYPE_RC4_PLAIN2 , "rc4-plain2" }, +- { KRB5_ENCTYPE_RC4_MD4 , "rc4-md4" }, +- { 0 , NULL }, +-}; +- +-static const value_string krb5_checksum_types[] = { +- { KRB5_CHKSUM_NONE , "none" }, +- { KRB5_CHKSUM_CRC32 , "crc32" }, +- { KRB5_CHKSUM_MD4 , "md4" }, +- { KRB5_CHKSUM_KRB_DES_MAC , "krb-des-mac" }, +- { KRB5_CHKSUM_KRB_DES_MAC_K , "krb-des-mac-k" }, +- { KRB5_CHKSUM_MD5 , "md5" }, +- { KRB5_CHKSUM_MD5_DES , "md5-des" }, +- { KRB5_CHKSUM_MD5_DES3 , "md5-des3" }, +- { KRB5_CHKSUM_HMAC_SHA1_DES3_KD, "hmac-sha1-des3-kd" }, +- { KRB5_CHKSUM_HMAC_SHA1_DES3 , "hmac-sha1-des3" }, +- { KRB5_CHKSUM_SHA1_UNKEYED , "sha1 (unkeyed)" }, +- { KRB5_CHKSUM_HMAC_MD5 , "hmac-md5" }, +- { KRB5_CHKSUM_MD5_HMAC , "md5-hmac" }, +- { KRB5_CHKSUM_RC4_MD5 , "rc5-md5" }, +- { KRB5_CHKSUM_MD25 , "md25" }, +- { KRB5_CHKSUM_DES_MAC_MD5 , "des-mac-md5" }, +- { KRB5_CHKSUM_DES_MAC , "des-mac" }, +- { KRB5_CHKSUM_REAL_CRC32 , "real-crc32" }, +- { KRB5_CHKSUM_SHA1 , "sha1" }, +- { KRB5_CHKSUM_LM , "lm" }, +- { KRB5_CHKSUM_GSSAPI , "gssapi-8003" }, +- { 0 , NULL }, +-}; +-#endif +- + #define KRB5_AD_IF_RELEVANT 1 + #define KRB5_AD_INTENDED_FOR_SERVER 2 + #define KRB5_AD_INTENDED_FOR_APPLICATION_CLASS 3 Added: head/net/wireshark/files/patch-epan_dissectors_asn1_kerberos_packet-kerberos-template.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/wireshark/files/patch-epan_dissectors_asn1_kerberos_packet-kerberos-template.h Sun Oct 16 22:36:50 2016 (r424084) @@ -0,0 +1,45 @@ +--- epan/dissectors/asn1/kerberos/packet-kerberos-template.h.orig 2016-10-04 18:27:46 UTC ++++ epan/dissectors/asn1/kerberos/packet-kerberos-template.h +@@ -100,42 +100,6 @@ void read_keytab_file_from_preferences(v + + #endif /* HAVE_KERBEROS */ + +-/* encryption type constants */ +-#define KRB5_ENCTYPE_NULL 0 +-#define KRB5_ENCTYPE_DES_CBC_CRC 1 +-#define KRB5_ENCTYPE_DES_CBC_MD4 2 +-#define KRB5_ENCTYPE_DES_CBC_MD5 3 +-#define KRB5_ENCTYPE_DES_CBC_RAW 4 +-#define KRB5_ENCTYPE_DES3_CBC_SHA 5 +-#define KRB5_ENCTYPE_DES3_CBC_RAW 6 +-#define KRB5_ENCTYPE_DES_HMAC_SHA1 8 +-#define KRB5_ENCTYPE_DSA_SHA1_CMS 9 +-#define KRB5_ENCTYPE_RSA_MD5_CMS 10 +-#define KRB5_ENCTYPE_RSA_SHA1_CMS 11 +-#define KRB5_ENCTYPE_RC2_CBC_ENV 12 +-#define KRB5_ENCTYPE_RSA_ENV 13 +-#define KRB5_ENCTYPE_RSA_ES_OEAP_ENV 14 +-#define KRB5_ENCTYPE_DES_EDE3_CBC_ENV 15 +-#define KRB5_ENCTYPE_DES3_CBC_SHA1 16 +-#define KRB5_ENCTYPE_AES128_CTS_HMAC_SHA1_96 17 +-#define KRB5_ENCTYPE_AES256_CTS_HMAC_SHA1_96 18 +-#define KRB5_ENCTYPE_DES_CBC_MD5_NT 20 +-#define KERB_ENCTYPE_RC4_HMAC 23 +-#define KERB_ENCTYPE_RC4_HMAC_EXP 24 +-#define KRB5_ENCTYPE_UNKNOWN 0x1ff +-#define KRB5_ENCTYPE_LOCAL_DES3_HMAC_SHA1 0x7007 +-#define KRB5_ENCTYPE_RC4_PLAIN_EXP 0xffffff73 +-#define KRB5_ENCTYPE_RC4_PLAIN 0xffffff74 +-#define KRB5_ENCTYPE_RC4_PLAIN_OLD_EXP 0xffffff78 +-#define KRB5_ENCTYPE_RC4_HMAC_OLD_EXP 0xffffff79 +-#define KRB5_ENCTYPE_RC4_PLAIN_OLD 0xffffff7a +-#define KRB5_ENCTYPE_RC4_HMAC_OLD 0xffffff7b +-#define KRB5_ENCTYPE_DES_PLAIN 0xffffff7c +-#define KRB5_ENCTYPE_RC4_SHA 0xffffff7d +-#define KRB5_ENCTYPE_RC4_LM 0xffffff7e +-#define KRB5_ENCTYPE_RC4_PLAIN2 0xffffff7f +-#define KRB5_ENCTYPE_RC4_MD4 0xffffff80 +- + #include "packet-kerberos-exp.h" + + #ifdef __cplusplus Added: head/net/wireshark/files/patch-epan_dissectors_asn1_spnego_packet-spnego-template.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/wireshark/files/patch-epan_dissectors_asn1_spnego_packet-spnego-template.c Sun Oct 16 22:36:50 2016 (r424084) @@ -0,0 +1,21 @@ +--- epan/dissectors/asn1/spnego/packet-spnego-template.c.orig 2016-10-04 18:27:47 UTC ++++ epan/dissectors/asn1/spnego/packet-spnego-template.c +@@ -323,6 +323,9 @@ dissect_spnego_krb5(tvbuff_t *tvb, packe + #ifndef KEYTYPE_ARCFOUR_56 + # define KEYTYPE_ARCFOUR_56 24 + #endif ++#ifndef KEYTYPE_ARCFOUR_HMAC ++# define KEYTYPE_ARCFOUR_HMAC 23 ++#endif + /* XXX - We should probably do a configure-time check for this instead */ + #ifndef KRB5_KU_USAGE_SEAL + # define KRB5_KU_USAGE_SEAL 22 +@@ -847,7 +850,7 @@ dissect_spnego_krb5_wrap_base(tvbuff_t * + decrypt_gssapi_krb_arcfour_wrap(tree, + pinfo, + tvb, +- KERB_ENCTYPE_RC4_HMAC, ++ KEYTYPE_ARCFOUR_HMAC, + gssapi_encrypt); + #endif /* HAVE_HEIMDAL_KERBEROS || HAVE_MIT_KERBEROS */ + } Added: head/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c Sun Oct 16 22:36:50 2016 (r424084) @@ -0,0 +1,168 @@ +--- epan/dissectors/packet-kerberos.c.orig 2016-10-04 18:27:49 UTC ++++ epan/dissectors/packet-kerberos.c +@@ -1068,66 +1068,7 @@ decrypt_krb5_data(proto_tree *tree, pack + #define KRB5_MSG_ENC_KRB_CRED_PART 29 /* EncKrbCredPart */ + #define KRB5_MSG_ERROR 30 /* KRB-ERROR type */ + +-/* encryption type constants */ +-#define KRB5_ENCTYPE_NULL 0 +-#define KRB5_ENCTYPE_DES_CBC_CRC 1 +-#define KRB5_ENCTYPE_DES_CBC_MD4 2 +-#define KRB5_ENCTYPE_DES_CBC_MD5 3 +-#define KRB5_ENCTYPE_DES_CBC_RAW 4 +-#define KRB5_ENCTYPE_DES3_CBC_SHA 5 +-#define KRB5_ENCTYPE_DES3_CBC_RAW 6 +-#define KRB5_ENCTYPE_DES_HMAC_SHA1 8 +-#define KRB5_ENCTYPE_DSA_SHA1_CMS 9 +-#define KRB5_ENCTYPE_RSA_MD5_CMS 10 +-#define KRB5_ENCTYPE_RSA_SHA1_CMS 11 +-#define KRB5_ENCTYPE_RC2_CBC_ENV 12 +-#define KRB5_ENCTYPE_RSA_ENV 13 +-#define KRB5_ENCTYPE_RSA_ES_OEAP_ENV 14 +-#define KRB5_ENCTYPE_DES_EDE3_CBC_ENV 15 +-#define KRB5_ENCTYPE_DES3_CBC_SHA1 16 +-#define KRB5_ENCTYPE_AES128_CTS_HMAC_SHA1_96 17 +-#define KRB5_ENCTYPE_AES256_CTS_HMAC_SHA1_96 18 +-#define KRB5_ENCTYPE_DES_CBC_MD5_NT 20 +-#define KERB_ENCTYPE_RC4_HMAC 23 +-#define KERB_ENCTYPE_RC4_HMAC_EXP 24 +-#define KRB5_ENCTYPE_UNKNOWN 0x1ff +-#define KRB5_ENCTYPE_LOCAL_DES3_HMAC_SHA1 0x7007 +-#define KRB5_ENCTYPE_RC4_PLAIN_EXP 0xffffff73 +-#define KRB5_ENCTYPE_RC4_PLAIN 0xffffff74 +-#define KRB5_ENCTYPE_RC4_PLAIN_OLD_EXP 0xffffff78 +-#define KRB5_ENCTYPE_RC4_HMAC_OLD_EXP 0xffffff79 +-#define KRB5_ENCTYPE_RC4_PLAIN_OLD 0xffffff7a +-#define KRB5_ENCTYPE_RC4_HMAC_OLD 0xffffff7b +-#define KRB5_ENCTYPE_DES_PLAIN 0xffffff7c +-#define KRB5_ENCTYPE_RC4_SHA 0xffffff7d +-#define KRB5_ENCTYPE_RC4_LM 0xffffff7e +-#define KRB5_ENCTYPE_RC4_PLAIN2 0xffffff7f +-#define KRB5_ENCTYPE_RC4_MD4 0xffffff80 +- +-/* checksum types */ +-#define KRB5_CHKSUM_NONE 0 +-#define KRB5_CHKSUM_CRC32 1 +-#define KRB5_CHKSUM_MD4 2 +-#define KRB5_CHKSUM_KRB_DES_MAC 4 +-#define KRB5_CHKSUM_KRB_DES_MAC_K 5 +-#define KRB5_CHKSUM_MD5 7 +-#define KRB5_CHKSUM_MD5_DES 8 +-/* the following four come from packetcable */ +-#define KRB5_CHKSUM_MD5_DES3 9 +-#define KRB5_CHKSUM_HMAC_SHA1_DES3_KD 12 +-#define KRB5_CHKSUM_HMAC_SHA1_DES3 13 +-#define KRB5_CHKSUM_SHA1_UNKEYED 14 +-#define KRB5_CHKSUM_HMAC_MD5 0xffffff76 +-#define KRB5_CHKSUM_MD5_HMAC 0xffffff77 +-#define KRB5_CHKSUM_RC4_MD5 0xffffff78 +-#define KRB5_CHKSUM_MD25 0xffffff79 +-#define KRB5_CHKSUM_DES_MAC_MD5 0xffffff7a +-#define KRB5_CHKSUM_DES_MAC 0xffffff7b +-#define KRB5_CHKSUM_REAL_CRC32 0xffffff7c +-#define KRB5_CHKSUM_SHA1 0xffffff7d +-#define KRB5_CHKSUM_LM 0xffffff7e + #define KRB5_CHKSUM_GSSAPI 0x8003 +- + /* + * For KERB_ENCTYPE_RC4_HMAC and KERB_ENCTYPE_RC4_HMAC_EXP, see + * +@@ -1423,71 +1364,6 @@ static const value_string krb5_preauthen + { 0 , NULL }, + }; + +-#if 0 +-static const value_string krb5_encryption_types[] = { +- { KRB5_ENCTYPE_NULL , "NULL" }, +- { KRB5_ENCTYPE_DES_CBC_CRC , "des-cbc-crc" }, +- { KRB5_ENCTYPE_DES_CBC_MD4 , "des-cbc-md4" }, +- { KRB5_ENCTYPE_DES_CBC_MD5 , "des-cbc-md5" }, +- { KRB5_ENCTYPE_DES_CBC_RAW , "des-cbc-raw" }, +- { KRB5_ENCTYPE_DES3_CBC_SHA , "des3-cbc-sha" }, +- { KRB5_ENCTYPE_DES3_CBC_RAW , "des3-cbc-raw" }, +- { KRB5_ENCTYPE_DES_HMAC_SHA1 , "des-hmac-sha1" }, +- { KRB5_ENCTYPE_DSA_SHA1_CMS , "dsa-sha1-cms" }, +- { KRB5_ENCTYPE_RSA_MD5_CMS , "rsa-md5-cms" }, +- { KRB5_ENCTYPE_RSA_SHA1_CMS , "rsa-sha1-cms" }, +- { KRB5_ENCTYPE_RC2_CBC_ENV , "rc2-cbc-env" }, +- { KRB5_ENCTYPE_RSA_ENV , "rsa-env" }, +- { KRB5_ENCTYPE_RSA_ES_OEAP_ENV, "rsa-es-oeap-env" }, +- { KRB5_ENCTYPE_DES_EDE3_CBC_ENV, "des-ede3-cbc-env" }, +- { KRB5_ENCTYPE_DES3_CBC_SHA1 , "des3-cbc-sha1" }, +- { KRB5_ENCTYPE_AES128_CTS_HMAC_SHA1_96 , "aes128-cts-hmac-sha1-96" }, +- { KRB5_ENCTYPE_AES256_CTS_HMAC_SHA1_96 , "aes256-cts-hmac-sha1-96" }, +- { KRB5_ENCTYPE_DES_CBC_MD5_NT , "des-cbc-md5-nt" }, +- { KERB_ENCTYPE_RC4_HMAC , "rc4-hmac" }, +- { KERB_ENCTYPE_RC4_HMAC_EXP , "rc4-hmac-exp" }, +- { KRB5_ENCTYPE_UNKNOWN , "unknown" }, +- { KRB5_ENCTYPE_LOCAL_DES3_HMAC_SHA1 , "local-des3-hmac-sha1" }, +- { KRB5_ENCTYPE_RC4_PLAIN_EXP , "rc4-plain-exp" }, +- { KRB5_ENCTYPE_RC4_PLAIN , "rc4-plain" }, +- { KRB5_ENCTYPE_RC4_PLAIN_OLD_EXP, "rc4-plain-old-exp" }, +- { KRB5_ENCTYPE_RC4_HMAC_OLD_EXP, "rc4-hmac-old-exp" }, +- { KRB5_ENCTYPE_RC4_PLAIN_OLD , "rc4-plain-old" }, +- { KRB5_ENCTYPE_RC4_HMAC_OLD , "rc4-hmac-old" }, +- { KRB5_ENCTYPE_DES_PLAIN , "des-plain" }, +- { KRB5_ENCTYPE_RC4_SHA , "rc4-sha" }, +- { KRB5_ENCTYPE_RC4_LM , "rc4-lm" }, +- { KRB5_ENCTYPE_RC4_PLAIN2 , "rc4-plain2" }, +- { KRB5_ENCTYPE_RC4_MD4 , "rc4-md4" }, +- { 0 , NULL }, +-}; +- +-static const value_string krb5_checksum_types[] = { +- { KRB5_CHKSUM_NONE , "none" }, +- { KRB5_CHKSUM_CRC32 , "crc32" }, +- { KRB5_CHKSUM_MD4 , "md4" }, +- { KRB5_CHKSUM_KRB_DES_MAC , "krb-des-mac" }, +- { KRB5_CHKSUM_KRB_DES_MAC_K , "krb-des-mac-k" }, +- { KRB5_CHKSUM_MD5 , "md5" }, +- { KRB5_CHKSUM_MD5_DES , "md5-des" }, +- { KRB5_CHKSUM_MD5_DES3 , "md5-des3" }, +- { KRB5_CHKSUM_HMAC_SHA1_DES3_KD, "hmac-sha1-des3-kd" }, +- { KRB5_CHKSUM_HMAC_SHA1_DES3 , "hmac-sha1-des3" }, +- { KRB5_CHKSUM_SHA1_UNKEYED , "sha1 (unkeyed)" }, +- { KRB5_CHKSUM_HMAC_MD5 , "hmac-md5" }, +- { KRB5_CHKSUM_MD5_HMAC , "md5-hmac" }, +- { KRB5_CHKSUM_RC4_MD5 , "rc5-md5" }, +- { KRB5_CHKSUM_MD25 , "md25" }, +- { KRB5_CHKSUM_DES_MAC_MD5 , "des-mac-md5" }, +- { KRB5_CHKSUM_DES_MAC , "des-mac" }, +- { KRB5_CHKSUM_REAL_CRC32 , "real-crc32" }, +- { KRB5_CHKSUM_SHA1 , "sha1" }, +- { KRB5_CHKSUM_LM , "lm" }, +- { KRB5_CHKSUM_GSSAPI , "gssapi-8003" }, +- { 0 , NULL }, +-}; +-#endif +- + #define KRB5_AD_IF_RELEVANT 1 + #define KRB5_AD_INTENDED_FOR_SERVER 2 + #define KRB5_AD_INTENDED_FOR_APPLICATION_CLASS 3 +@@ -4341,7 +4217,7 @@ dissect_kerberos_ChangePasswdData(gboole + + + /*--- End of included file: packet-kerberos-fn.c ---*/ +-#line 1985 "./asn1/kerberos/packet-kerberos-template.c" ++#line 1861 "./asn1/kerberos/packet-kerberos-template.c" + + /* Make wrappers around exported functions for now */ + int +@@ -5395,7 +5271,7 @@ void proto_register_kerberos(void) { + NULL, HFILL }}, + + /*--- End of included file: packet-kerberos-hfarr.c ---*/ +-#line 2366 "./asn1/kerberos/packet-kerberos-template.c" ++#line 2242 "./asn1/kerberos/packet-kerberos-template.c" + }; + + /* List of subtrees */ +@@ -5473,7 +5349,7 @@ void proto_register_kerberos(void) { + &ett_kerberos_ChangePasswdData, + + /*--- End of included file: packet-kerberos-ettarr.c ---*/ +-#line 2382 "./asn1/kerberos/packet-kerberos-template.c" ++#line 2258 "./asn1/kerberos/packet-kerberos-template.c" + }; + + static ei_register_info ei[] = { Added: head/net/wireshark/files/patch-epan_dissectors_packet-kerberos.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/wireshark/files/patch-epan_dissectors_packet-kerberos.h Sun Oct 16 22:36:50 2016 (r424084) @@ -0,0 +1,54 @@ +--- epan/dissectors/packet-kerberos.h.orig 2016-10-04 18:27:49 UTC ++++ epan/dissectors/packet-kerberos.h +@@ -108,42 +108,6 @@ void read_keytab_file_from_preferences(v + + #endif /* HAVE_KERBEROS */ + +-/* encryption type constants */ +-#define KRB5_ENCTYPE_NULL 0 +-#define KRB5_ENCTYPE_DES_CBC_CRC 1 +-#define KRB5_ENCTYPE_DES_CBC_MD4 2 +-#define KRB5_ENCTYPE_DES_CBC_MD5 3 +-#define KRB5_ENCTYPE_DES_CBC_RAW 4 +-#define KRB5_ENCTYPE_DES3_CBC_SHA 5 +-#define KRB5_ENCTYPE_DES3_CBC_RAW 6 +-#define KRB5_ENCTYPE_DES_HMAC_SHA1 8 +-#define KRB5_ENCTYPE_DSA_SHA1_CMS 9 +-#define KRB5_ENCTYPE_RSA_MD5_CMS 10 +-#define KRB5_ENCTYPE_RSA_SHA1_CMS 11 +-#define KRB5_ENCTYPE_RC2_CBC_ENV 12 +-#define KRB5_ENCTYPE_RSA_ENV 13 +-#define KRB5_ENCTYPE_RSA_ES_OEAP_ENV 14 +-#define KRB5_ENCTYPE_DES_EDE3_CBC_ENV 15 +-#define KRB5_ENCTYPE_DES3_CBC_SHA1 16 +-#define KRB5_ENCTYPE_AES128_CTS_HMAC_SHA1_96 17 +-#define KRB5_ENCTYPE_AES256_CTS_HMAC_SHA1_96 18 +-#define KRB5_ENCTYPE_DES_CBC_MD5_NT 20 +-#define KERB_ENCTYPE_RC4_HMAC 23 +-#define KERB_ENCTYPE_RC4_HMAC_EXP 24 +-#define KRB5_ENCTYPE_UNKNOWN 0x1ff +-#define KRB5_ENCTYPE_LOCAL_DES3_HMAC_SHA1 0x7007 +-#define KRB5_ENCTYPE_RC4_PLAIN_EXP 0xffffff73 +-#define KRB5_ENCTYPE_RC4_PLAIN 0xffffff74 +-#define KRB5_ENCTYPE_RC4_PLAIN_OLD_EXP 0xffffff78 +-#define KRB5_ENCTYPE_RC4_HMAC_OLD_EXP 0xffffff79 +-#define KRB5_ENCTYPE_RC4_PLAIN_OLD 0xffffff7a +-#define KRB5_ENCTYPE_RC4_HMAC_OLD 0xffffff7b +-#define KRB5_ENCTYPE_DES_PLAIN 0xffffff7c +-#define KRB5_ENCTYPE_RC4_SHA 0xffffff7d +-#define KRB5_ENCTYPE_RC4_LM 0xffffff7e +-#define KRB5_ENCTYPE_RC4_PLAIN2 0xffffff7f +-#define KRB5_ENCTYPE_RC4_MD4 0xffffff80 +- + + /*--- Included file: packet-kerberos-exp.h ---*/ + #line 1 "./asn1/kerberos/packet-kerberos-exp.h" +@@ -170,7 +134,7 @@ void read_keytab_file_from_preferences(v + int dissect_kerberos_ChangePasswdData(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_); + + /*--- End of included file: packet-kerberos-exp.h ---*/ +-#line 140 "./asn1/kerberos/packet-kerberos-template.h" ++#line 104 "./asn1/kerberos/packet-kerberos-template.h" + + #ifdef __cplusplus + } Added: head/net/wireshark/files/patch-epan_dissectors_packet-spnego.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/wireshark/files/patch-epan_dissectors_packet-spnego.c Sun Oct 16 22:36:50 2016 (r424084) @@ -0,0 +1,39 @@ +--- epan/dissectors/packet-spnego.c.orig 2016-10-04 18:27:52 UTC ++++ epan/dissectors/packet-spnego.c +@@ -775,6 +775,9 @@ dissect_spnego_krb5(tvbuff_t *tvb, packe + #ifndef KEYTYPE_ARCFOUR_56 + # define KEYTYPE_ARCFOUR_56 24 + #endif ++#ifndef KEYTYPE_ARCFOUR_HMAC ++# define KEYTYPE_ARCFOUR_HMAC 23 ++#endif + /* XXX - We should probably do a configure-time check for this instead */ + #ifndef KRB5_KU_USAGE_SEAL + # define KRB5_KU_USAGE_SEAL 22 +@@ -1299,7 +1302,7 @@ dissect_spnego_krb5_wrap_base(tvbuff_t * + decrypt_gssapi_krb_arcfour_wrap(tree, + pinfo, + tvb, +- KERB_ENCTYPE_RC4_HMAC, ++ KEYTYPE_ARCFOUR_HMAC, + gssapi_encrypt); + #endif /* HAVE_HEIMDAL_KERBEROS || HAVE_MIT_KERBEROS */ + } +@@ -1966,7 +1969,7 @@ void proto_register_spnego(void) { + NULL, HFILL }}, + + /*--- End of included file: packet-spnego-hfarr.c ---*/ +-#line 1421 "./asn1/spnego/packet-spnego-template.c" ++#line 1424 "./asn1/spnego/packet-spnego-template.c" + }; + + /* List of subtrees */ +@@ -1989,7 +1992,7 @@ void proto_register_spnego(void) { + &ett_spnego_InitialContextToken_U, + + /*--- End of included file: packet-spnego-ettarr.c ---*/ +-#line 1431 "./asn1/spnego/packet-spnego-template.c" ++#line 1434 "./asn1/spnego/packet-spnego-template.c" + }; + + static ei_register_info ei[] = { Modified: head/net/wireshark/pkg-plist ============================================================================== --- head/net/wireshark/pkg-plist Sun Oct 16 22:01:22 2016 (r424083) +++ head/net/wireshark/pkg-plist Sun Oct 16 22:36:50 2016 (r424084) @@ -17,10 +17,10 @@ bin/tshark %%TEXT2PCAP%% lib/libwireshark.so lib/libwireshark.so.8 -lib/libwireshark.so.8.0.0 +lib/libwireshark.so.8.0.1 lib/libwiretap.so lib/libwiretap.so.6 -lib/libwiretap.so.6.0.0 +lib/libwiretap.so.6.0.1 lib/libwscodecs.so lib/libwscodecs.so.1 lib/libwscodecs.so.1.0.0 From owner-svn-ports-all@freebsd.org Sun Oct 16 22:53:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81D63C146F9; Sun, 16 Oct 2016 22:53:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5125C1DA7; Sun, 16 Oct 2016 22:53:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GMrsri010926; Sun, 16 Oct 2016 22:53:54 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GMrsxN010925; Sun, 16 Oct 2016 22:53:54 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610162253.u9GMrsxN010925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 16 Oct 2016 22:53:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424085 - head/cad/feappv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 22:53:55 -0000 Author: marino Date: Sun Oct 16 22:53:54 2016 New Revision: 424085 URL: https://svnweb.freebsd.org/changeset/ports/424085 Log: cad/feappv: fix after change in USES=localbase behavior The build started failing on compilers that don't have /usr/local/lib in the default search path. Modified: head/cad/feappv/Makefile Modified: head/cad/feappv/Makefile ============================================================================== --- head/cad/feappv/Makefile Sun Oct 16 22:36:50 2016 (r424084) +++ head/cad/feappv/Makefile Sun Oct 16 22:53:54 2016 (r424085) @@ -13,7 +13,7 @@ EXTRACT_ONLY= ${PORTNAME}${PORTVERSION:S MAINTAINER= ports@FreeBSD.org COMMENT= Finite element analysis program (personal version) -USES= fortran gmake localbase zip +USES= fortran gmake localbase:ldflags zip USE_XORG= x11 MAKEFILE= makefile MAKE_ENV= FEAPPVHOME3_1="${WRKSRC}" From owner-svn-ports-all@freebsd.org Mon Oct 17 00:59:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14E21C12051; Mon, 17 Oct 2016 00:59:04 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D90A3173B; Mon, 17 Oct 2016 00:59:03 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H0x2r2058245; Mon, 17 Oct 2016 00:59:02 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H0x2aV058244; Mon, 17 Oct 2016 00:59:02 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610170059.u9H0x2aV058244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 17 Oct 2016 00:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424086 - in head/graphics/mapserver: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 00:59:04 -0000 Author: wen Date: Mon Oct 17 00:59:02 2016 New Revision: 424086 URL: https://svnweb.freebsd.org/changeset/ports/424086 Log: - Apply a upstream patch to fix the build with php Reported by: ivtopol@gmail.com(via email) Added: head/graphics/mapserver/files/ head/graphics/mapserver/files/patch-mapscript_php_error.c (contents, props changed) Modified: head/graphics/mapserver/Makefile Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Sun Oct 16 22:53:54 2016 (r424085) +++ head/graphics/mapserver/Makefile Mon Oct 17 00:59:02 2016 (r424086) @@ -3,6 +3,7 @@ PORTNAME= mapserver PORTVERSION= 7.0.2 +PORTREVISION= 1 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ Added: head/graphics/mapserver/files/patch-mapscript_php_error.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/mapserver/files/patch-mapscript_php_error.c Mon Oct 17 00:59:02 2016 (r424086) @@ -0,0 +1,18 @@ +--- mapscript/php/error.c.orig 2016-09-21 17:57:25 UTC ++++ mapscript/php/error.c +@@ -31,6 +31,15 @@ + + #include "php_mapscript.h" + ++#undef ZVAL_STRING ++#define ZVAL_STRING(z, s, duplicate) do { \ ++ const char *__s=(s); \ ++ zval *__z = (z); \ ++ Z_STRLEN_P(__z) = strlen(__s); \ ++ Z_STRVAL_P(__z) = (duplicate?estrndup(__s, Z_STRLEN_P(__z)):(char*)__s);\ ++ Z_TYPE_P(__z) = IS_STRING; \ ++ } while (0) ++ + zend_class_entry *mapscript_ce_error; + + ZEND_BEGIN_ARG_INFO_EX(error___get_args, 0, 0, 1) From owner-svn-ports-all@freebsd.org Mon Oct 17 01:32:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF59CC1297C; Mon, 17 Oct 2016 01:32:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E82712D8; Mon, 17 Oct 2016 01:32:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H1WPuG071679; Mon, 17 Oct 2016 01:32:25 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H1WPUO071677; Mon, 17 Oct 2016 01:32:25 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610170132.u9H1WPUO071677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 17 Oct 2016 01:32:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424087 - head/devel/p5-Test-Script X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 01:32:26 -0000 Author: wen Date: Mon Oct 17 01:32:25 2016 New Revision: 424087 URL: https://svnweb.freebsd.org/changeset/ports/424087 Log: - Update to 1.14 Changes: http://cpansearch.perl.org/src/PLICEASE/Test-Script-1.14/Changes Modified: head/devel/p5-Test-Script/Makefile head/devel/p5-Test-Script/distinfo Modified: head/devel/p5-Test-Script/Makefile ============================================================================== --- head/devel/p5-Test-Script/Makefile Mon Oct 17 00:59:02 2016 (r424086) +++ head/devel/p5-Test-Script/Makefile Mon Oct 17 01:32:25 2016 (r424087) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Script -PORTVERSION= 1.12 +PORTVERSION= 1.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Script/distinfo ============================================================================== --- head/devel/p5-Test-Script/distinfo Mon Oct 17 00:59:02 2016 (r424086) +++ head/devel/p5-Test-Script/distinfo Mon Oct 17 01:32:25 2016 (r424087) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474633944 -SHA256 (Test-Script-1.12.tar.gz) = 193600bac1c79d612c4a36c8496c0192ed189ee0312d6c4dea58999c51ac9c4f -SIZE (Test-Script-1.12.tar.gz) = 22398 +TIMESTAMP = 1476667370 +SHA256 (Test-Script-1.14.tar.gz) = 3f29824e101e4402f4417427b157ee7069ba5e1268315386f72452938693cd99 +SIZE (Test-Script-1.14.tar.gz) = 22799 From owner-svn-ports-all@freebsd.org Mon Oct 17 01:51:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6CB5C12D66; Mon, 17 Oct 2016 01:51:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7581B1B47; Mon, 17 Oct 2016 01:51:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H1pmN9078702; Mon, 17 Oct 2016 01:51:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H1pmdG078700; Mon, 17 Oct 2016 01:51:48 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610170151.u9H1pmdG078700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 17 Oct 2016 01:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424088 - head/security/p5-Crypt-SMIME X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 01:51:49 -0000 Author: wen Date: Mon Oct 17 01:51:48 2016 New Revision: 424088 URL: https://svnweb.freebsd.org/changeset/ports/424088 Log: - Update to 0.18 Changes: http://cpansearch.perl.org/src/MIKAGE/Crypt-SMIME-0.18/Changes Modified: head/security/p5-Crypt-SMIME/Makefile head/security/p5-Crypt-SMIME/distinfo Modified: head/security/p5-Crypt-SMIME/Makefile ============================================================================== --- head/security/p5-Crypt-SMIME/Makefile Mon Oct 17 01:32:25 2016 (r424087) +++ head/security/p5-Crypt-SMIME/Makefile Mon Oct 17 01:51:48 2016 (r424088) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Crypt-SMIME -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Crypt-SMIME/distinfo ============================================================================== --- head/security/p5-Crypt-SMIME/distinfo Mon Oct 17 01:32:25 2016 (r424087) +++ head/security/p5-Crypt-SMIME/distinfo Mon Oct 17 01:51:48 2016 (r424088) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466602315 -SHA256 (Crypt-SMIME-0.17.tar.gz) = 53eb12e219e18c40baf9ed58b26e0bc838bf67779f440f90e7b258e701cfe891 -SIZE (Crypt-SMIME-0.17.tar.gz) = 25601 +TIMESTAMP = 1476668084 +SHA256 (Crypt-SMIME-0.18.tar.gz) = 472a81a78c28a8fb78a14691c1281838a71f7a87409a83eec4887af4e3d39dc5 +SIZE (Crypt-SMIME-0.18.tar.gz) = 25632 From owner-svn-ports-all@freebsd.org Mon Oct 17 02:07:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69CE3C130BB; Mon, 17 Oct 2016 02:07:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5FA3D1285; Mon, 17 Oct 2016 02:07:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 5E4461C74; Mon, 17 Oct 2016 02:07:18 +0000 (UTC) Date: Mon, 17 Oct 2016 02:07:18 +0000 From: Alexey Dokuchaev To: Boris Samorodov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424083 - in head/devel: . arm-none-eabi-newlib Message-ID: <20161017020718.GA4319@FreeBSD.org> References: <201610162201.u9GM1Ndb088035@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201610162201.u9GM1Ndb088035@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 02:07:18 -0000 On Sun, Oct 16, 2016 at 10:01:23PM +0000, Boris Samorodov wrote: > New Revision: 424083 > URL: https://svnweb.freebsd.org/changeset/ports/424083 > > Log: > Newlib is a C library intended for use on embedded systems. It is > a conglomeration of several library parts, all under free software > licenses, that make them easily usable on embedded products. > [...] > @@ -0,0 +1,28 @@ > +# $FreeBSD$ > + > +PORTNAME= newlib > +PORTVERSION= 2.4.0 > +CATEGORIES= devel > ... Any chances that bogus indentation could be fixed in coming updates? ./danfe From owner-svn-ports-all@freebsd.org Mon Oct 17 02:14:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58007C132B7; Mon, 17 Oct 2016 02:14:16 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 266621796; Mon, 17 Oct 2016 02:14:16 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H2EFrc088630; Mon, 17 Oct 2016 02:14:15 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H2EFfW088628; Mon, 17 Oct 2016 02:14:15 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610170214.u9H2EFfW088628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 17 Oct 2016 02:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424089 - head/databases/phpminiadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 02:14:16 -0000 Author: wen Date: Mon Oct 17 02:14:14 2016 New Revision: 424089 URL: https://svnweb.freebsd.org/changeset/ports/424089 Log: - Update to 1.9.160630 PR: 213545 Submitted by: cyberbotx@cyberbotx.com(maintainer) Modified: head/databases/phpminiadmin/Makefile head/databases/phpminiadmin/distinfo Modified: head/databases/phpminiadmin/Makefile ============================================================================== --- head/databases/phpminiadmin/Makefile Mon Oct 17 01:51:48 2016 (r424088) +++ head/databases/phpminiadmin/Makefile Mon Oct 17 02:14:14 2016 (r424089) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpminiadmin -PORTVERSION= 1.9.150917 +PORTVERSION= 1.9.160630 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME} @@ -18,8 +18,8 @@ LICENSE_COMB= dual NO_WRKSUBDIR= yes NO_BUILD= yes -USE_PHP= mysql pcre session -IGNORE_WITH_PHP= 70 +USES= php +USE_PHP= mysqli pcre session NO_ARCH= yes PLIST_FILES= ${WWWDIR_REL}/phpminiadmin.php Modified: head/databases/phpminiadmin/distinfo ============================================================================== --- head/databases/phpminiadmin/distinfo Mon Oct 17 01:51:48 2016 (r424088) +++ head/databases/phpminiadmin/distinfo Mon Oct 17 02:14:14 2016 (r424089) @@ -1,2 +1,3 @@ -SHA256 (phpminiadmin-1.9.150917/phpminiadmin.php) = 39777e6ea859c64403f02d276499a1d75cbd90c0e38485bd0922f630262b7d26 -SIZE (phpminiadmin-1.9.150917/phpminiadmin.php) = 35396 +TIMESTAMP = 1476669327 +SHA256 (phpminiadmin-1.9.160630/phpminiadmin.php) = f4f9b9ed6dabef2e070b34ade24528dc6e3e0738b199629e5c5a97cdd0c98b14 +SIZE (phpminiadmin-1.9.160630/phpminiadmin.php) = 35965 From owner-svn-ports-all@freebsd.org Mon Oct 17 02:40:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9ACFC13E9F; Mon, 17 Oct 2016 02:40:43 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 920E41990; Mon, 17 Oct 2016 02:40:43 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H2eguF097879; Mon, 17 Oct 2016 02:40:42 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H2efvB097863; Mon, 17 Oct 2016 02:40:41 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610170240.u9H2efvB097863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 17 Oct 2016 02:40:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424090 - in head/mail/mutt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 02:40:43 -0000 Author: adamw Date: Mon Oct 17 02:40:41 2016 New Revision: 424090 URL: https://svnweb.freebsd.org/changeset/ports/424090 Log: - Update to 1.7.1 - Move some vars around to make portlint happy - Use MUTT_LITE instead of LITE - Fetch deepif and date-contitional from remote locations - Reword COMMENT - Bring back remote patch versions incase mutt version and patch versions arn't in sync - Remove date_conditional patch pulled in remotely - Add two new sidebar samples - convert patch-* patches to makepatch patches - Greeting patch 1.7.1 now PATCHFILE - make makesum will pull all optional dist/patchfiles PR: 213431 Submitted by: maintainer (dereks lifeofadishwasher com) Added: head/mail/mutt/files/patch-contrib_Makefile.am - copied, changed from r424089, head/mail/mutt/files/patch-contrib-Makefile.am head/mail/mutt/files/patch-doc_Makefile.am - copied, changed from r424089, head/mail/mutt/files/patch-doc-Makefile.am head/mail/mutt/files/patch-doc_Muttrc - copied, changed from r424088, head/mail/mutt/files/patch-doc-Muttrc head/mail/mutt/files/patch-doc_manual.xml.head - copied, changed from r424089, head/mail/mutt/files/patch-doc-manual.xml.head head/mail/mutt/files/patch-m4_gssapi.m4 - copied, changed from r424089, head/mail/mutt/files/patch-m4-gssapi.m4 head/mail/mutt/files/patch-muttlib.c - copied, changed from r424089, head/mail/mutt/files/patch-mktemp Deleted: head/mail/mutt/files/patch-Makefile.am.doc head/mail/mutt/files/patch-contrib-Makefile.am head/mail/mutt/files/patch-date-conditional head/mail/mutt/files/patch-doc-Makefile.am head/mail/mutt/files/patch-doc-Muttrc head/mail/mutt/files/patch-doc-manual.xml.head head/mail/mutt/files/patch-imap-message.c head/mail/mutt/files/patch-m4-gssapi.m4 head/mail/mutt/files/patch-mktemp head/mail/mutt/files/patch-staging-Makefile.am Modified: head/mail/mutt/Makefile head/mail/mutt/distinfo head/mail/mutt/files/patch-Makefile.am head/mail/mutt/files/patch-browser.c head/mail/mutt/files/patch-examples head/mail/mutt/files/patch-smime-self head/mail/mutt/files/patch-smime-sender head/mail/mutt/files/patch-threadcomplete head/mail/mutt/pkg-plist Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Mon Oct 17 02:14:14 2016 (r424089) +++ head/mail/mutt/Makefile Mon Oct 17 02:40:41 2016 (r424090) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mutt -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 PORTREVISION?= 0 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ @@ -12,20 +12,25 @@ MASTER_SITES= ftp://ftp.mutt.org/pub/mut http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ http://www2.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +DIST_SUBDIR= mutt EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ http://www2.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ - http://home.woolridge.ca/mutt/patches/:dw + http://home.uchicago.edu/~dgc/sw/mutt/:dgc \ + https://www.schrab.com/aaron/mutt/:ats \ + http://vc.org.ua/mutt/:vc +PATCH_DIST_STRIP= -p1 +PATCHFILES= patch-1.5.1.dgc.deepif.1:dgc \ + patch-1.7.0.ats.date_conditional.1:ats MAINTAINER?= dereks@lifeofadishwasher.com -COMMENT?= The Mongrel of Mail User Agents +COMMENT?= Small but powerful text based program for read/writing e-mail LICENSE= GPLv2+ CONFLICTS?= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-1.4* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* -DIST_SUBDIR= mutt DOCSDIR?= ${PREFIX}/share/doc/mutt EXAMPLESDIR?= ${PREFIX}/share/examples/mutt DATADIR?= ${PREFIX}/share/mutt @@ -49,11 +54,6 @@ AUTOMAKE_ARGS= --add-missing --foreign OPTIONS_SUB= yes .if defined (MUTT_LITE) -LITE= yes -USES+= ncurses -.endif - -.if defined (LITE) OPTIONS_UNSET= NLS DOCS EXAMPLES .else OPTIONS_DEFINE= COMPRESSED_FOLDERS SASL DEBUG DOCS EXAMPLES FLOCK \ @@ -111,7 +111,7 @@ OPTIONS_DEFAULT= COMPRESSED_FOLDERS HTML RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:misc/mime-support -.if !defined (LITE) +.if !defined (MUTT_LITE) ASPELL_BUILD_DEPENDS= aspell:textproc/aspell ASPELL_RUN_DEPENDS= aspell:textproc/aspell ISPELL_BUILD_DEPENDS= ispell:textproc/aspell-ispell @@ -119,8 +119,8 @@ ISPELL_RUN_DEPENDS= ispell:textproc/aspe URLVIEW_RUN_DEPENDS= urlview:textproc/urlview .endif -.if defined (LITE) -PKGNAMESUFFIX= -lite +.if defined (MUTT_LITE) +USES+= ncurses PLIST_SUB+= MAILBOX_MANPAGES="" PLIST_SUB+= COMPRESSED_FOLDERS="@comment " PLIST_SUB+= HTML="@comment " @@ -131,6 +131,11 @@ PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls --disable-iconv --without-idn .endif +.ifmake makesum # for optional distfiles patchfiles +PORT_DBDIR= /dev/null +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +.endif + DEBUG_CONFIGURE_ON= --enable-debug # Handle ncurses/ncurses-port/slang @@ -187,6 +192,8 @@ SMTP_CONFIGURE_ENABLE= smtp MAILDIR_HEADER_CACHE_CONFIGURE_OFF= --without-qdbm +GREETING_PATCH_PATCHFILES= mutt-${GREETING_PATCH_VERSION}.vc.greeting:vc + COMPRESSED_FOLDERS_DISTFILES= patch-${RR_PATCH_VERSION}.rr.compressed.gz:vvv COMPRESSED_FOLDERS_CONFIGURE_ON= --enable-compressed COMPRESSED_FOLDERS_VARS= XML_NEEDED=yes @@ -209,15 +216,19 @@ DOCS_EXTRA_PATCHES= ${PATCHDIR}/extra-pa .include -DW_PATCH_VERSION= 1.5.6 +# un/comment as each VERSION is created for PORTVERSION +#VVV_PATCH_VERSION= 1.7.0 +#RR_PATCH_VERSION= 1.7.0 +#GREETING_PATCH_VERSION= 1.7.0 + .if !defined(VVV_PATCH_VERSION) VVV_PATCH_VERSION= ${PORTVERSION} .endif .if !defined(RR_PATCH_VERSION) RR_PATCH_VERSION= ${PORTVERSION} .endif -.if !defined(DW_PATCH_VERSION) -DW_PATCH_VERSION= ${PORTVERSION} +.if !defined(GREETING_PATCH_VERSION) +GREETING_PATCH_VERSION= ${PORTVERSION} .endif # XXX @@ -234,8 +245,6 @@ LDFLAGS+= -L${LOCALBASE}/lib -Wl,-rpath CFLAGS+= ${CFLAGS_ADD} LDFLAGS+= ${LDFLAGS_ADD} -PATCH_DIST_STRIP= -p1 - pre-patch-PARENT_CHILD_MATCH_PATCH-on: @${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-parent-child-match @@ -273,9 +282,6 @@ post-install: post-install-NNTP-on: ${INSTALL_DATA} ${WRKSRC}/ChangeLog.nntp ${STAGEDIR}${DOCSDIR} -post-patch-GREETING_PATCH-on: - @${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-greeting - post-patch-IFDEF_PATCH-on: @${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-ifdef Modified: head/mail/mutt/distinfo ============================================================================== --- head/mail/mutt/distinfo Mon Oct 17 02:14:14 2016 (r424089) +++ head/mail/mutt/distinfo Mon Oct 17 02:40:41 2016 (r424090) @@ -1,13 +1,19 @@ -TIMESTAMP = 1475708081 -SHA256 (mutt/mutt-1.7.0.tar.gz) = 1d3e987433d8c92ef88a604f4dcefdb35a86ce73f3eff0157e2e491e5b55b345 -SIZE (mutt/mutt-1.7.0.tar.gz) = 4019567 -SHA256 (mutt/patch-1.7.0.rr.compressed.gz) = 663987cf588e1b55cae37efa55d078ed805f5c1eaca892d2077408855d47f561 -SIZE (mutt/patch-1.7.0.rr.compressed.gz) = 9994 -SHA256 (mutt/patch-1.7.0.vvv.nntp.gz) = c22c42f0635246532a8d806e479d963dac419b913c6fbd0a1af41c2444175aa9 -SIZE (mutt/patch-1.7.0.vvv.nntp.gz) = 61078 -SHA256 (mutt/patch-1.7.0.vvv.nntp_ru.gz) = f238786497f56925a7d230143622b9ff5c5f9baaf5643e2b0322b9cfb7013ce8 -SIZE (mutt/patch-1.7.0.vvv.nntp_ru.gz) = 5495 -SHA256 (mutt/patch-1.7.0.vvv.initials.gz) = f27a94a16233de695a004e2e720ac2b531e26956577c08ab576f79e288268420 -SIZE (mutt/patch-1.7.0.vvv.initials.gz) = 669 -SHA256 (mutt/patch-1.7.0.vvv.quote.gz) = 9f22fd73fe918520750174be6285ba9a7d95054e616db717b638ad5e3073d5dc -SIZE (mutt/patch-1.7.0.vvv.quote.gz) = 1252 +TIMESTAMP = 1476585934 +SHA256 (mutt/mutt-1.7.1.tar.gz) = e9c6f88e83d48690033f0d862a70293ac746286b77241554f5448bc23bd0d6df +SIZE (mutt/mutt-1.7.1.tar.gz) = 4025008 +SHA256 (mutt/patch-1.7.1.rr.compressed.gz) = 97bc56bbc6b0312b87e8dfb68dd9b551edb9d6771bb1b52b1c6f63f51d0bd05b +SIZE (mutt/patch-1.7.1.rr.compressed.gz) = 9985 +SHA256 (mutt/patch-1.7.1.vvv.nntp.gz) = 798db983e3d63d954bfd88e0b8771f806afddf0ae07cc9a03d27def355675687 +SIZE (mutt/patch-1.7.1.vvv.nntp.gz) = 61201 +SHA256 (mutt/patch-1.7.1.vvv.nntp_ru.gz) = 497f96c19ff17330404667a63c1abd6a5b309004c4dc5100f73973012ad8a2c1 +SIZE (mutt/patch-1.7.1.vvv.nntp_ru.gz) = 5494 +SHA256 (mutt/patch-1.5.1.dgc.deepif.1) = d655a2f0003bdb2efb7ee5a8c77c113da661110e9c63289f03eb622773fc7a34 +SIZE (mutt/patch-1.5.1.dgc.deepif.1) = 767 +SHA256 (mutt/patch-1.7.0.ats.date_conditional.1) = a7f65e0b6e59713582b3b0a1c3d3c0e54e5875f5dfe3bda285e51a5b6d96e14e +SIZE (mutt/patch-1.7.0.ats.date_conditional.1) = 2415 +SHA256 (mutt/mutt-1.7.1.vc.greeting) = 05dce466675c8692ab4a2c34d309de06e98e965241249e3cfccbb8d10873b9a3 +SIZE (mutt/mutt-1.7.1.vc.greeting) = 4175 +SHA256 (mutt/patch-1.7.1.vvv.initials.gz) = 1405104d8929d672dc5ffebbca8ea5601a88c515e862ec2f89e5b92bfdb53ad0 +SIZE (mutt/patch-1.7.1.vvv.initials.gz) = 675 +SHA256 (mutt/patch-1.7.1.vvv.quote.gz) = de0e47fb8ffe1ab6587aba37438c90443bee6508759bf82d8aa5da27317b3cc7 +SIZE (mutt/patch-1.7.1.vvv.quote.gz) = 1258 Modified: head/mail/mutt/files/patch-Makefile.am ============================================================================== --- head/mail/mutt/files/patch-Makefile.am Mon Oct 17 02:14:14 2016 (r424089) +++ head/mail/mutt/files/patch-Makefile.am Mon Oct 17 02:40:41 2016 (r424090) @@ -1,6 +1,23 @@ ---- Makefile.am.orig 2015-09-10 07:37:42.000000000 +0200 -+++ Makefile.am 2015-09-10 07:38:51.000000000 +0200 -@@ -162,10 +162,6 @@ +--- Makefile.am.orig 2016-10-08 19:30:21 UTC ++++ Makefile.am +@@ -10,7 +10,7 @@ IMAP_SUBDIR = imap + IMAP_INCLUDES = -I$(top_srcdir)/imap + endif + +-SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR) ++SUBDIRS = m4 po intl contrib $(IMAP_SUBDIR) . doc + + bin_SCRIPTS = muttbug flea $(SMIMEAUX_TARGET) + +@@ -157,18 +157,9 @@ install-exec-hook: + rm -f $(DESTDIR)$(bindir)/mutt.dotlock ; \ + ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \ + fi +- if test -f $(DESTDIR)$(bindir)/mutt_dotlock && test x$(DOTLOCK_GROUP) != x ; then \ +- chgrp $(DOTLOCK_GROUP) $(DESTDIR)$(bindir)/mutt_dotlock && \ +- chmod $(DOTLOCK_PERMISSION) $(DESTDIR)$(bindir)/mutt_dotlock || \ +- { echo "Can't fix mutt_dotlock's permissions! This is required to lock mailboxes in the mail spool directory." >&2 ; exit 1 ; } \ +- fi install-data-local: $(MKDIR_P) $(DESTDIR)$(sysconfdir) Modified: head/mail/mutt/files/patch-browser.c ============================================================================== --- head/mail/mutt/files/patch-browser.c Mon Oct 17 02:14:14 2016 (r424089) +++ head/mail/mutt/files/patch-browser.c Mon Oct 17 02:40:41 2016 (r424090) @@ -1,5 +1,6 @@ -Index: browser.c -@@ -80,6 +80,12 @@ +--- browser.c.orig 2016-10-08 19:35:50 UTC ++++ browser.c +@@ -80,6 +80,12 @@ static int browser_compare_subject (cons struct folder_file *pa = (struct folder_file *) a; struct folder_file *pb = (struct folder_file *) b; @@ -12,7 +13,7 @@ Index: browser.c int r = mutt_strcoll (pa->name, pb->name); return ((BrowserSort & SORT_REVERSE) ? -r : r); -@@ -90,6 +96,12 @@ +@@ -90,6 +96,12 @@ static int browser_compare_date (const v struct folder_file *pa = (struct folder_file *) a; struct folder_file *pb = (struct folder_file *) b; @@ -25,7 +26,7 @@ Index: browser.c int r = pa->mtime - pb->mtime; return ((BrowserSort & SORT_REVERSE) ? -r : r); -@@ -100,6 +112,12 @@ +@@ -100,6 +112,12 @@ static int browser_compare_size (const v struct folder_file *pa = (struct folder_file *) a; struct folder_file *pb = (struct folder_file *) b; Copied and modified: head/mail/mutt/files/patch-contrib_Makefile.am (from r424089, head/mail/mutt/files/patch-contrib-Makefile.am) ============================================================================== --- head/mail/mutt/files/patch-contrib-Makefile.am Mon Oct 17 02:14:14 2016 (r424089, copy source) +++ head/mail/mutt/files/patch-contrib_Makefile.am Mon Oct 17 02:40:41 2016 (r424090) @@ -1,11 +1,11 @@ ---- contrib/Makefile.am.orig Tue Jul 18 20:04:14 2006 -+++ contrib/Makefile.am Wed Aug 30 16:15:04 2006 +--- contrib/Makefile.am.orig 2016-10-08 19:30:21 UTC ++++ contrib/Makefile.am @@ -2,7 +2,7 @@ subdir = contrib -SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \ +SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp6.rc Tin.rc \ - sample.muttrc sample.mailcap sample.muttrc-tlr \ - colors.default colors.linux smime.rc \ - ca-bundle.crt smime_keys_test.pl + sample.mailcap sample.muttrc sample.muttrc-sidebar sample.muttrc-tlr \ + sample.vimrc-sidebar colors.default colors.linux smime.rc \ + ca-bundle.crt smime_keys_test.pl mutt_xtitle Copied and modified: head/mail/mutt/files/patch-doc_Makefile.am (from r424089, head/mail/mutt/files/patch-doc-Makefile.am) ============================================================================== --- head/mail/mutt/files/patch-doc-Makefile.am Mon Oct 17 02:14:14 2016 (r424089, copy source) +++ head/mail/mutt/files/patch-doc_Makefile.am Mon Oct 17 02:40:41 2016 (r424090) @@ -1,6 +1,6 @@ ---- doc/Makefile.am.orig 2014-05-31 14:09:54.000000000 +0200 -+++ doc/Makefile.am 2014-05-31 14:12:07.000000000 +0200 -@@ -77,14 +77,7 @@ +--- doc/Makefile.am.orig 2016-10-08 19:30:21 UTC ++++ doc/Makefile.am +@@ -79,14 +79,7 @@ install-data-local: makedoc-all instdoc -for f in $(HTML_DOCFILES) ; do \ $(INSTALL) -m 644 $$f $(DESTDIR)$(docdir) ; \ done @@ -16,7 +16,7 @@ uninstall-local: for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 smime_keys.1 pgpewrap.1 pgpring.1; do \ -@@ -107,9 +100,7 @@ +@@ -109,9 +102,7 @@ uninstall-local: check: manual.txt: manual.html Copied and modified: head/mail/mutt/files/patch-doc_Muttrc (from r424088, head/mail/mutt/files/patch-doc-Muttrc) ============================================================================== --- head/mail/mutt/files/patch-doc-Muttrc Mon Oct 17 01:51:48 2016 (r424088, copy source) +++ head/mail/mutt/files/patch-doc_Muttrc Mon Oct 17 02:40:41 2016 (r424090) @@ -1,10 +1,10 @@ ---- doc/Muttrc.orig Sat May 13 08:30:44 2000 -+++ doc/Muttrc Sat May 13 08:32:05 2000 -@@ -629,6 +629,7 @@ - # Type: boolean - # Default: yes +--- doc/Muttrc.orig 2016-10-08 19:48:13 UTC ++++ doc/Muttrc +@@ -626,6 +626,7 @@ attachments -I message/external-body + # will be saved for later references. Also see $record, + # $save_name, $force_name and ``fcc-hook''. # +set followup_to=no # - # Controls whether or not the Mail-Followup-To header field is - # generated when sending mail. When set, Mutt will generate this + # set crypt_autoencrypt=no + # Copied and modified: head/mail/mutt/files/patch-doc_manual.xml.head (from r424089, head/mail/mutt/files/patch-doc-manual.xml.head) ============================================================================== --- head/mail/mutt/files/patch-doc-manual.xml.head Mon Oct 17 02:14:14 2016 (r424089, copy source) +++ head/mail/mutt/files/patch-doc_manual.xml.head Mon Oct 17 02:40:41 2016 (r424090) @@ -1,5 +1,5 @@ ---- doc/manual.xml.head.orig 2009-06-22 08:35:06.000000000 +0200 -+++ doc/manual.xml.head 2009-06-22 08:37:31.000000000 +0200 +--- doc/manual.xml.head.orig 2016-10-08 19:35:50 UTC ++++ doc/manual.xml.head @@ -1,6 +1,6 @@ security & APPLICATION_SMIME)) { @@ -22,9 +37,9 @@ Base: http://descolada.dartmouth.edu/mut { /* signed ? free it! */ return (-1); ---- init.h.orig 2015-09-10 09:06:48.000000000 +0200 -+++ init.h 2015-09-10 09:08:24.000000000 +0200 -@@ -2748,6 +2748,11 @@ +--- init.h.orig 2016-10-08 19:35:50 UTC ++++ init.h +@@ -2971,6 +2971,11 @@ struct option_t MuttVars[] = { ** possible \fCprintf(3)\fP-like sequences. ** (S/MIME only) */ @@ -36,30 +51,13 @@ Base: http://descolada.dartmouth.edu/mut { "smime_encrypt_with", DT_STR, R_NONE, UL &SmimeCryptAlg, UL "aes256" }, /* ** .pp -diff -u -d -b -B -r3.18 mutt.h ---- mutt.h.orig Thu Nov 6 08:15:51 2003 -+++ mutt.h Thu Nov 6 08:16:43 2003 -@@ -275,6 +275,7 @@ - OPT_DELETE, +--- mutt.h.orig 2016-10-08 19:30:21 UTC ++++ mutt.h +@@ -263,6 +263,7 @@ enum OPT_FORWEDIT, + OPT_FCCATTACH, OPT_INCLUDE, + OPT_SMIMEENCRYPTSELF, OPT_MFUPTO, OPT_MIMEFWD, OPT_MIMEFWDREST, ---- contrib/smime.rc.orig 2015-08-30 19:06:38.000000000 +0200 -+++ contrib/smime.rc 2015-09-10 09:14:20.000000000 +0200 -@@ -23,8 +23,12 @@ - - # The (default) keyfile for signing/decrypting. Uncomment the following - # line and replace the keyid with your own. --set smime_default_key="12345678.0" -+# set smime_default_key="12345678.0" - -+# Uncomment the following line in addition to the one above, if you want that -+# all encrypted messages are also encrypted with your default key. -+# set smime_encrypt_self = yes -+ - # Uncomment to make mutt ask what key to use when trying to decrypt a message. - # It will use the default key above (if that was set) else. - # unset smime_decrypt_use_default_key Modified: head/mail/mutt/files/patch-smime-sender ============================================================================== --- head/mail/mutt/files/patch-smime-sender Mon Oct 17 02:14:14 2016 (r424089) +++ head/mail/mutt/files/patch-smime-sender Mon Oct 17 02:40:41 2016 (r424090) @@ -1,6 +1,6 @@ ---- commands.c.orig Thu Mar 20 20:37:21 2003 -+++ commands.c Thu Mar 20 20:40:29 2003 -@@ -178,7 +178,7 @@ +--- commands.c.orig 2016-10-08 19:30:21 UTC ++++ commands.c +@@ -185,7 +185,7 @@ int mutt_display_message (HEADER *cur) { if (cur->security & GOODSIGN) { @@ -9,11 +9,25 @@ mutt_message ( _("S/MIME signature successfully verified.")); else mutt_error ( _("S/MIME certificate owner does not match sender.")); ---- init.h.orig2 Fri May 31 10:14:05 2002 -+++ init.h Fri May 31 10:54:55 2002 -@@ -1435,6 +1435,15 @@ - ** This flag controls wether you want to be asked to enter a label for a certificate - ** about to be added to the database or not. It is set by default. +--- contrib/smime.rc.orig 2016-10-08 19:30:21 UTC ++++ contrib/smime.rc +@@ -8,7 +8,10 @@ set smime_is_default + + # Uncomment this if you don't want to set labels for certificates you add. + # unset smime_ask_cert_label +- ++ ++# Uncomment this if you don't want to check for sender's email address ++# set smime_dont_check_sender = yes ++ + # Passphrase expiration + set smime_timeout=300 + +--- init.h.orig 2016-10-08 19:35:50 UTC ++++ init.h +@@ -2946,6 +2946,15 @@ struct option_t MuttVars[] = { + ** alongside the documentation. + ** (S/MIME only) */ + { "smime_dont_check_sender", DT_BOOL, R_NONE, OPTSMIMENOSENDER, 0 }, + /* @@ -27,27 +41,13 @@ { "smime_decrypt_use_default_key", DT_BOOL, R_NONE, OPTSDEFAULTDECRYPTKEY, 1 }, /* ** .pp ---- mutt.h.orig2 Fri May 31 10:14:06 2002 -+++ mutt.h Fri May 31 10:24:03 2002 -@@ -453,6 +453,7 @@ - #ifdef HAVE_SMIME +--- mutt.h.orig 2016-10-08 19:30:21 UTC ++++ mutt.h +@@ -486,6 +486,7 @@ enum + OPTCRYPTTIMESTAMP, OPTSMIMEISDEFAULT, OPTASKCERTLABEL, + OPTSMIMENOSENDER, OPTSDEFAULTDECRYPTKEY, - #endif - #ifdef HAVE_PGP ---- contrib/smime.rc.orig 2015-09-10 09:16:17.000000000 +0200 -+++ contrib/smime.rc 2015-09-10 09:18:18.000000000 +0200 -@@ -8,7 +8,10 @@ - - # Uncomment this if you don't want to set labels for certificates you add. - # unset smime_ask_cert_label -- -+ -+# Uncomment this if you don't want to check for sender's email address -+# set smime_dont_check_sender = yes -+ - # Passphrase expiration - set smime_timeout=300 - + OPTPGPIGNORESUB, + OPTPGPCHECKEXIT, Modified: head/mail/mutt/files/patch-threadcomplete ============================================================================== --- head/mail/mutt/files/patch-threadcomplete Mon Oct 17 02:14:14 2016 (r424089) +++ head/mail/mutt/files/patch-threadcomplete Mon Oct 17 02:40:41 2016 (r424090) @@ -1,25 +1,24 @@ ---- mutt.h.orig2 Mon Sep 6 09:24:17 2004 -+++ mutt.h Mon Sep 6 09:27:04 2004 -@@ -212,6 +212,7 @@ - MUTT_LIMIT, +--- mutt.h.orig 2016-10-08 19:30:21 UTC ++++ mutt.h +@@ -190,6 +190,7 @@ enum MUTT_EXPIRED, MUTT_SUPERSEDED, MUTT_TRASH, + MUTT_THREADCOMPLETE, /* actions for mutt_pattern_comp/mutt_pattern_exec */ - M_AND, ---- pattern.c.orig2 Sun Sep 18 15:17:46 2005 -+++ pattern.c Sun Sep 18 15:19:48 2005 -@@ -54,6 +54,7 @@ + MUTT_AND, +--- pattern.c.orig 2016-10-08 19:30:21 UTC ++++ pattern.c +@@ -56,6 +56,7 @@ static const struct pattern_flags } Flags[] = { + { 'a', MUTT_THREADCOMPLETE, 0, NULL }, { 'A', MUTT_ALL, 0, NULL }, - { 'b', MUTT_BODY, M_FULL_MSG, eat_regexp }, - { 'B', MUTT_WHOLE_MSG, M_FULL_MSG, eat_regexp }, -@@ -1139,6 +1140,16 @@ + { 'b', MUTT_BODY, MUTT_FULL_MSG, eat_regexp }, + { 'B', MUTT_WHOLE_MSG, MUTT_FULL_MSG, eat_regexp }, +@@ -1185,6 +1186,16 @@ mutt_pattern_exec (struct pattern_t *pat 2, h->env->to, h->env->cc)); case MUTT_LIST: /* known list, subscribed or not */ return (pat->not ^ mutt_is_list_cc (pat->alladdr, h->env->to, h->env->cc)); Modified: head/mail/mutt/pkg-plist ============================================================================== --- head/mail/mutt/pkg-plist Mon Oct 17 02:14:14 2016 (r424089) +++ head/mail/mutt/pkg-plist Mon Oct 17 02:40:41 2016 (r424090) @@ -76,7 +76,9 @@ man/man5/muttrc.5.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgp6.rc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.mailcap %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.muttrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.muttrc-sidebar %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.muttrc-tlr +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.vimrc-sidebar %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smime.rc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smime_keys_test.pl %%NLS%%share/locale/bg/LC_MESSAGES/mutt.mo From owner-svn-ports-all@freebsd.org Mon Oct 17 03:05:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2824C143A0; Mon, 17 Oct 2016 03:05:56 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 912F21636; Mon, 17 Oct 2016 03:05:56 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H35tSk009247; Mon, 17 Oct 2016 03:05:55 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H35tvg009245; Mon, 17 Oct 2016 03:05:55 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610170305.u9H35tvg009245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 17 Oct 2016 03:05:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424091 - head/mail/p5-Mail-DMARC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 03:05:56 -0000 Author: wen Date: Mon Oct 17 03:05:55 2016 New Revision: 424091 URL: https://svnweb.freebsd.org/changeset/ports/424091 Log: - Update to 1.20160612 Changes: http://search.cpan.org/src/MSIMERSON/Mail-DMARC-1.20160612/Changes PR: 213475 Submitted by: dgeo@centrale-marseille.fr(maintainer) Modified: head/mail/p5-Mail-DMARC/Makefile head/mail/p5-Mail-DMARC/distinfo Modified: head/mail/p5-Mail-DMARC/Makefile ============================================================================== --- head/mail/p5-Mail-DMARC/Makefile Mon Oct 17 02:40:41 2016 (r424090) +++ head/mail/p5-Mail-DMARC/Makefile Mon Oct 17 03:05:55 2016 (r424091) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Mail-DMARC -PORTVERSION= 1.20150908 +PORTVERSION= 1.20160612 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/mail/p5-Mail-DMARC/distinfo ============================================================================== --- head/mail/p5-Mail-DMARC/distinfo Mon Oct 17 02:40:41 2016 (r424090) +++ head/mail/p5-Mail-DMARC/distinfo Mon Oct 17 03:05:55 2016 (r424091) @@ -1,2 +1,3 @@ -SHA256 (Mail-DMARC-1.20150908.tar.gz) = 16dcce50cc53508570b77789d12fa972ca30fe903f39593bb50f3848f2b20e4f -SIZE (Mail-DMARC-1.20150908.tar.gz) = 720935 +TIMESTAMP = 1476671832 +SHA256 (Mail-DMARC-1.20160612.tar.gz) = 859a5bec01d9ba941d6ffea185f3da1caa8116d32d23cfbe5511462d7b14b51b +SIZE (Mail-DMARC-1.20160612.tar.gz) = 721573 From owner-svn-ports-all@freebsd.org Mon Oct 17 04:00:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38795C11AEB; Mon, 17 Oct 2016 04:00:24 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E74B01939; Mon, 17 Oct 2016 04:00:23 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H40Mg3029407; Mon, 17 Oct 2016 04:00:22 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H40L9U029390; Mon, 17 Oct 2016 04:00:21 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201610170400.u9H40L9U029390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 17 Oct 2016 04:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424092 - in head: cad/brlcad/files devel/hadoop/files games/childsplay games/stepmania-devel japanese/mozc-server java/eclipse/files java/intellij-pycharm/files java/intellij-ultimate/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 04:00:24 -0000 Author: danfe Date: Mon Oct 17 04:00:20 2016 New Revision: 424092 URL: https://svnweb.freebsd.org/changeset/ports/424092 Log: - Double-quote $@ to properly propagate parameters down the execution path - Consistently pad (separate) shebang in wrapper scripts with an empty line Modified: head/cad/brlcad/files/mged.sh head/devel/hadoop/files/hadoop.in head/games/childsplay/Makefile head/games/stepmania-devel/Makefile head/japanese/mozc-server/Makefile head/java/eclipse/files/eclipse.in head/java/intellij-pycharm/files/pycharm.in head/java/intellij-ultimate/files/idea.in head/java/intellij/files/idea.in head/java/jd-gui/files/jd-gui.in head/news/papercut/files/papercut-wrapper head/sysutils/namefix/Makefile head/www/dojo-shrinksafe/files/dojo-shrinksafe.in head/www/htmlcompressor/files/htmlcompressor.in head/www/scloader/files/scloader.sh head/www/xombrero/files/xombrero.in head/www/yuicompressor/files/yuicompressor.in Modified: head/cad/brlcad/files/mged.sh ============================================================================== --- head/cad/brlcad/files/mged.sh Mon Oct 17 03:05:55 2016 (r424091) +++ head/cad/brlcad/files/mged.sh Mon Oct 17 04:00:20 2016 (r424092) @@ -10,4 +10,4 @@ export MANPATH=%%BRLCAD_ROOT%%/man:$MANP export ITCL_PATH=%%BRLCAD_ROOT%%/lib/itcl3.4 export ITK_PATH=%%BRLCAD_ROOT%%/lib/itk3.4 -exec %%BRLCAD_ROOT%%/bin/mged $@ +exec %%BRLCAD_ROOT%%/bin/mged "$@" Modified: head/devel/hadoop/files/hadoop.in ============================================================================== --- head/devel/hadoop/files/hadoop.in Mon Oct 17 03:05:55 2016 (r424091) +++ head/devel/hadoop/files/hadoop.in Mon Oct 17 04:00:20 2016 (r424092) @@ -1,7 +1,8 @@ #!/usr/bin/env bash + for i in `ls %%ETCDIR%%/envvars.d/*.env` do . ${i} done -exec %%DATADIR%%/bin/hadoop $@ +exec %%DATADIR%%/bin/hadoop "$@" Modified: head/games/childsplay/Makefile ============================================================================== --- head/games/childsplay/Makefile Mon Oct 17 03:05:55 2016 (r424091) +++ head/games/childsplay/Makefile Mon Oct 17 04:00:20 2016 (r424092) @@ -41,17 +41,18 @@ do-configure: @${ECHO_CMD} "#!${SH}" > ${WRKDIR}/childsplay.sh @${ECHO_CMD} >> ${WRKDIR}/childsplay.sh @${ECHO_CMD} 'cd "${CHILDSPLAYDIR}"' >> ${WRKDIR}/childsplay.sh - @${ECHO_CMD} 'exec ${PYTHON_CMD} childsplay.py $$@' >> ${WRKDIR}/childsplay.sh + @${ECHO_CMD} 'exec ${PYTHON_CMD} childsplay.py "$$@"' \ + >> ${WRKDIR}/childsplay.sh do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/childsplay.sh ${STAGEDIR}${PREFIX}/bin/childsplay + ${INSTALL_SCRIPT} ${WRKDIR}/childsplay.sh \ + ${STAGEDIR}${PREFIX}/bin/childsplay @${MKDIR} ${STAGEDIR}${CHILDSPLAYDIR} ${INSTALL_DATA} ${WRKSRC}/*.py ${STAGEDIR}${CHILDSPLAYDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "SPWidgets alphabetsounds lib" \ ${STAGEDIR}${CHILDSPLAYDIR}) (cd ${WRKSRC} && ${COPYTREE_SHARE} locale ${STAGEDIR}${PREFIX}/share) ${INSTALL_DATA} ${WRKSRC}/sp_content.db ${STAGEDIR}${CHILDSPLAYDIR} - (cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -m compileall \ -d ${PREFIX} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) Modified: head/games/stepmania-devel/Makefile ============================================================================== --- head/games/stepmania-devel/Makefile Mon Oct 17 03:05:55 2016 (r424091) +++ head/games/stepmania-devel/Makefile Mon Oct 17 04:00:20 2016 (r424092) @@ -61,7 +61,7 @@ pre-build: >> ${WRKDIR}/wrappers/stepmania @${ECHO_CMD} 'cd ${PREFIX}/lib/stepmania' \ >> ${WRKDIR}/wrappers/stepmania - @${ECHO_CMD} 'exec ./stepmania $$@' \ + @${ECHO_CMD} 'exec ./stepmania "$$@"' \ >> ${WRKDIR}/wrappers/stepmania do-install: Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Mon Oct 17 03:05:55 2016 (r424091) +++ head/japanese/mozc-server/Makefile Mon Oct 17 04:00:20 2016 (r424092) @@ -110,7 +110,7 @@ post-patch: .if !${BUILD_MOZC_LIST:Mmozc_el} ${BUILD_WRKSRC}/mozcmake: - ${PRINTF} "%s\n%s\n" "#!/bin/sh" 'exec ${BUILD_CMD} $$@' \ + ${PRINTF} "%s\n\n%s\n" "#!/bin/sh" 'exec ${BUILD_CMD} "$$@"' \ > ${BUILD_WRKSRC}/mozcmake ${CHMOD} +x ${BUILD_WRKSRC}/mozcmake Modified: head/java/eclipse/files/eclipse.in ============================================================================== --- head/java/eclipse/files/eclipse.in Mon Oct 17 03:05:55 2016 (r424091) +++ head/java/eclipse/files/eclipse.in Mon Oct 17 04:00:20 2016 (r424092) @@ -43,4 +43,4 @@ if [ ! -x "${ECLIPSE_HOME}/eclipse" ]; t exit 1 fi -JAVA_VERSION="%%JAVA_VERSION%%" JAVA_OS="%%JAVA_OS%%" PATH=${JAVA_HOME}/bin:${PATH} %%SWTGTK3OPT%% exec "${ECLIPSE_HOME}/eclipse" $@ +JAVA_VERSION="%%JAVA_VERSION%%" JAVA_OS="%%JAVA_OS%%" PATH=${JAVA_HOME}/bin:${PATH} %%SWTGTK3OPT%% exec "${ECLIPSE_HOME}/eclipse" "$@" Modified: head/java/intellij-pycharm/files/pycharm.in ============================================================================== --- head/java/intellij-pycharm/files/pycharm.in Mon Oct 17 03:05:55 2016 (r424091) +++ head/java/intellij-pycharm/files/pycharm.in Mon Oct 17 04:00:20 2016 (r424092) @@ -1,2 +1,3 @@ #!/bin/sh -exec "%%DATADIR%%/bin/pycharm.sh" $@ + +exec "%%DATADIR%%/bin/pycharm.sh" "$@" Modified: head/java/intellij-ultimate/files/idea.in ============================================================================== --- head/java/intellij-ultimate/files/idea.in Mon Oct 17 03:05:55 2016 (r424091) +++ head/java/intellij-ultimate/files/idea.in Mon Oct 17 04:00:20 2016 (r424092) @@ -1,2 +1,3 @@ #!/bin/sh -exec "%%IDEA_HOME%%/bin/idea.sh" $@ + +exec "%%IDEA_HOME%%/bin/idea.sh" "$@" Modified: head/java/intellij/files/idea.in ============================================================================== --- head/java/intellij/files/idea.in Mon Oct 17 03:05:55 2016 (r424091) +++ head/java/intellij/files/idea.in Mon Oct 17 04:00:20 2016 (r424092) @@ -1,2 +1,3 @@ #!/bin/sh -exec "%%IDEA_HOME%%/bin/idea.sh" $@ + +exec "%%IDEA_HOME%%/bin/idea.sh" "$@" Modified: head/java/jd-gui/files/jd-gui.in ============================================================================== --- head/java/jd-gui/files/jd-gui.in Mon Oct 17 03:05:55 2016 (r424091) +++ head/java/jd-gui/files/jd-gui.in Mon Oct 17 04:00:20 2016 (r424092) @@ -1,2 +1,3 @@ #!/bin/sh -exec java -jar "%%JAVAJARDIR%%/jd-gui.jar" $@ + +exec java -jar "%%JAVAJARDIR%%/jd-gui.jar" "$@" Modified: head/news/papercut/files/papercut-wrapper ============================================================================== --- head/news/papercut/files/papercut-wrapper Mon Oct 17 03:05:55 2016 (r424091) +++ head/news/papercut/files/papercut-wrapper Mon Oct 17 04:00:20 2016 (r424092) @@ -9,5 +9,4 @@ export PYTHONPATH # You can change this to point to your Python interpreter if you wish. PYTHON=__PYTHON__ -exec "$PYTHON" ${PPCPATH}/papercut.py $@ - +exec "$PYTHON" ${PPCPATH}/papercut.py "$@" Modified: head/sysutils/namefix/Makefile ============================================================================== --- head/sysutils/namefix/Makefile Mon Oct 17 03:05:55 2016 (r424091) +++ head/sysutils/namefix/Makefile Mon Oct 17 04:00:20 2016 (r424092) @@ -29,9 +29,10 @@ SHEBANG_FILES= namefix-cli.pl namefix.pl do-configure: .for bin in ${PORTNAME} ${PORTNAME}-cli @${ECHO_CMD} '#!/bin/sh' > ${WRKDIR}/${bin}.in + @${ECHO_CMD} >> ${WRKDIR}/${bin}.in @${ECHO_CMD} 'namefix_dir=${PREFIX}/${SITE_PERL_REL}/${PORTNAME}' \ >> ${WRKDIR}/${bin}.in - @${ECHO_CMD} 'cd $${namefix_dir}; exec ./${bin}.pl $$@' \ + @${ECHO_CMD} 'cd $${namefix_dir} && exec ./${bin}.pl "$$@"' \ >> ${WRKDIR}/${bin}.in .endfor Modified: head/www/dojo-shrinksafe/files/dojo-shrinksafe.in ============================================================================== --- head/www/dojo-shrinksafe/files/dojo-shrinksafe.in Mon Oct 17 03:05:55 2016 (r424091) +++ head/www/dojo-shrinksafe/files/dojo-shrinksafe.in Mon Oct 17 04:00:20 2016 (r424092) @@ -1,2 +1,3 @@ #!/bin/sh -JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -classpath %%DATADIR%%/js.jar -jar %%DATADIR%%/shrinksafe.jar $@ + +JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -classpath %%DATADIR%%/js.jar -jar %%DATADIR%%/shrinksafe.jar "$@" Modified: head/www/htmlcompressor/files/htmlcompressor.in ============================================================================== --- head/www/htmlcompressor/files/htmlcompressor.in Mon Oct 17 03:05:55 2016 (r424091) +++ head/www/htmlcompressor/files/htmlcompressor.in Mon Oct 17 04:00:20 2016 (r424092) @@ -1,3 +1,4 @@ #!/bin/sh # $FreeBSD$ -JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar %%JAVAJARDIR%%/htmlcompressor.jar $@ + +JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar %%JAVAJARDIR%%/htmlcompressor.jar "$@" Modified: head/www/scloader/files/scloader.sh ============================================================================== --- head/www/scloader/files/scloader.sh Mon Oct 17 03:05:55 2016 (r424091) +++ head/www/scloader/files/scloader.sh Mon Oct 17 04:00:20 2016 (r424092) @@ -1,3 +1,3 @@ #! /bin/sh -exec "%%JAVA%%" -mx512m -jar "%%JAVAJARDIR%%/scloader.jar" $@ +exec "%%JAVA%%" -mx512m -jar "%%JAVAJARDIR%%/scloader.jar" "$@" Modified: head/www/xombrero/files/xombrero.in ============================================================================== --- head/www/xombrero/files/xombrero.in Mon Oct 17 03:05:55 2016 (r424091) +++ head/www/xombrero/files/xombrero.in Mon Oct 17 04:00:20 2016 (r424092) @@ -19,4 +19,4 @@ if [ -f "%%EXAMPLESDIR%%/playflash.sh" ] chmod +x $HOME/.xombrero/playflash.sh fi -exec %%PREFIX%%/bin/xombrero-bin $@ +exec %%PREFIX%%/bin/xombrero-bin "$@" Modified: head/www/yuicompressor/files/yuicompressor.in ============================================================================== --- head/www/yuicompressor/files/yuicompressor.in Mon Oct 17 03:05:55 2016 (r424091) +++ head/www/yuicompressor/files/yuicompressor.in Mon Oct 17 04:00:20 2016 (r424092) @@ -1,2 +1,3 @@ #!/bin/sh -JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar %%JAVAJARDIR%%/yuicompressor.jar $@ + +JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar %%JAVAJARDIR%%/yuicompressor.jar "$@" From owner-svn-ports-all@freebsd.org Mon Oct 17 04:08:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E512C11DE8; Mon, 17 Oct 2016 04:08:35 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 544121FAD; Mon, 17 Oct 2016 04:08:35 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 531391A02; Mon, 17 Oct 2016 04:08:35 +0000 (UTC) Date: Mon, 17 Oct 2016 04:08:35 +0000 From: Alexey Dokuchaev To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r423993 - in head/java: . intellij-ultimate intellij-ultimate/files Message-ID: <20161017040835.GA55800@FreeBSD.org> References: <201610142107.u9EL72GG079878@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201610142107.u9EL72GG079878@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 04:08:35 -0000 On Fri, Oct 14, 2016 at 09:07:02PM +0000, Kurt Jaeger wrote: > New Revision: 423993 > URL: https://svnweb.freebsd.org/changeset/ports/423993 > > Log: > New port: java/intellij-ultimate > > [...] > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/java/intellij-ultimate/files/idea.in Fri Oct 14 21:07:02 2016 (r423993) > @@ -0,0 +1,2 @@ > +#!/bin/sh > +exec "%%IDEA_HOME%%/bin/idea.sh" $@ I presume you'd wanted $@ to be quoted here. Apparently this is a rather common mistake. Fixed as part of r424092. ./danfe From owner-svn-ports-all@freebsd.org Mon Oct 17 04:34:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE94DC0D3ED; Mon, 17 Oct 2016 04:34:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 859161A9A; Mon, 17 Oct 2016 04:34:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H4YYJh044363; Mon, 17 Oct 2016 04:34:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H4YYua044361; Mon, 17 Oct 2016 04:34:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610170434.u9H4YYua044361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 17 Oct 2016 04:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424093 - head/www/aria2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 04:34:35 -0000 Author: jbeich Date: Mon Oct 17 04:34:34 2016 New Revision: 424093 URL: https://svnweb.freebsd.org/changeset/ports/424093 Log: www/aria2: update to 1.28.0 - Expose SSH2 option (appeared in 1.19.0) - Chase HTTP redirect in MASTER_SITES - Convert USE_OPENSSL=yes into USES+=ssl Changes: https://github.com/aria2/aria2/compare/release-1.23.0...release-1.28.0 Changes: https://github.com/aria2/aria2/releases PR: 212960 Submitted by: lightside@gmx.com Approved by: maintainer timeout (3 weeks) Modified: head/www/aria2/Makefile (contents, props changed) head/www/aria2/distinfo (contents, props changed) Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Mon Oct 17 04:00:20 2016 (r424092) +++ head/www/aria2/Makefile Mon Oct 17 04:34:34 2016 (r424093) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= aria2 -PORTVERSION= 1.23.0 +PORTVERSION= 1.28.0 CATEGORIES= www -MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/release-${PORTVERSION}/ +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Yet another download tool @@ -12,10 +12,11 @@ COMMENT= Yet another download tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= CA_BUNDLE DOCS NLS SQLITE +OPTIONS_DEFINE= CA_BUNDLE DOCS NLS SQLITE SSH2 OPTIONS_DEFAULT=SQLITE OPTIONS_SUB= yes CA_BUNDLE_DESC= Use CA bundle from Mozilla Project +SSH2_DESC= SSH2 protocol support CONFIGURE_ARGS= --disable-epoll --enable-bittorrent --enable-libaria2 \ --enable-metalink --enable-shared --enable-ssl --enable-static \ @@ -35,9 +36,8 @@ INSTALL_TARGET= install-strip USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes -USE_OPENSSL= yes USE_RC_SUBR= ${PORTNAME} -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib libtool pathfix pkgconfig ssl tar:xz PORTDOCS= * @@ -50,6 +50,8 @@ NLS_LDFLAGS= -lintl NLS_USES= gettext localbase SQLITE_CONFIGURE_WITH= sqlite3 SQLITE_USES= sqlite +SSH2_CONFIGURE_WITH= libssh2 +SSH2_LIB_DEPENDS= libssh2.so:security/libssh2 ARIA2_DISK_CACHE?= 16M Modified: head/www/aria2/distinfo ============================================================================== --- head/www/aria2/distinfo Mon Oct 17 04:00:20 2016 (r424092) +++ head/www/aria2/distinfo Mon Oct 17 04:34:34 2016 (r424093) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463935417 -SHA256 (aria2-1.23.0.tar.xz) = 585185866415bf1120e4bf0a484e7dfec2e9e7c5305023b15ad0f66f90391f93 -SIZE (aria2-1.23.0.tar.xz) = 1493704 +TIMESTAMP = 1476671832 +SHA256 (aria2-1.28.0.tar.xz) = e0a125a557b9aacf23468374f63215e9b1d6165c990bd8ecb0603cdc1d5d72f0 +SIZE (aria2-1.28.0.tar.xz) = 1495984 From owner-svn-ports-all@freebsd.org Mon Oct 17 05:13:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A9EBC0DEC0; Mon, 17 Oct 2016 05:13:36 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C68B18DF; Mon, 17 Oct 2016 05:13:36 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H5DZ7D059113; Mon, 17 Oct 2016 05:13:35 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H5DZq9059112; Mon, 17 Oct 2016 05:13:35 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610170513.u9H5DZq9059112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 17 Oct 2016 05:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424094 - head/editors/neovim/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 05:13:36 -0000 Author: marino Date: Mon Oct 17 05:13:35 2016 New Revision: 424094 URL: https://svnweb.freebsd.org/changeset/ports/424094 Log: editors/neovim: Return pty process patch to restore build on DF The pty process file was relocated and renamed, so the previous patch no longer applied and was removed with the last update. Regenerate the patch to restore build on DragonFly. Approved by: DragonFly blanket Added: head/editors/neovim/files/patch-src_nvim_os_pty__process__unix.c (contents, props changed) Added: head/editors/neovim/files/patch-src_nvim_os_pty__process__unix.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/neovim/files/patch-src_nvim_os_pty__process__unix.c Mon Oct 17 05:13:35 2016 (r424094) @@ -0,0 +1,11 @@ +--- src/nvim/os/pty_process_unix.c.orig 2016-08-22 02:14:28 UTC ++++ src/nvim/os/pty_process_unix.c +@@ -9,7 +9,7 @@ + #include + + // forkpty is not in POSIX, so headers are platform-specific +-#if defined(__FreeBSD__) ++#if defined(__FreeBSD__) || defined __DragonFly__ + # include + #elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) + # include From owner-svn-ports-all@freebsd.org Mon Oct 17 05:16:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6DF2C0DF57; Mon, 17 Oct 2016 05:16: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 86B5D19DE; Mon, 17 Oct 2016 05:16: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 u9H5GnTq059336; Mon, 17 Oct 2016 05:16:49 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H5Gnp9059334; Mon, 17 Oct 2016 05:16:49 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610170516.u9H5Gnp9059334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 17 Oct 2016 05:16:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424095 - in head/security/certificate-transparency: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 05:16:50 -0000 Author: pi Date: Mon Oct 17 05:16:49 2016 New Revision: 424095 URL: https://svnweb.freebsd.org/changeset/ports/424095 Log: security/certificate-transparency: add missing patch PR: 213502 Added: head/security/certificate-transparency/files/patch-cpp-server-ct-dns-server.cc (contents, props changed) Modified: head/security/certificate-transparency/Makefile Modified: head/security/certificate-transparency/Makefile ============================================================================== --- head/security/certificate-transparency/Makefile Mon Oct 17 05:13:35 2016 (r424094) +++ head/security/certificate-transparency/Makefile Mon Oct 17 05:16:49 2016 (r424095) @@ -3,6 +3,7 @@ PORTNAME= certificate-transparency PORTVERSION= 20161015 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= ports@FreeBSD.org Added: head/security/certificate-transparency/files/patch-cpp-server-ct-dns-server.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/certificate-transparency/files/patch-cpp-server-ct-dns-server.cc Mon Oct 17 05:16:49 2016 (r424095) @@ -0,0 +1,11 @@ +--- cpp/server/ct-dns-server.cc.orig 2016-10-14 17:11:57 UTC ++++ cpp/server/ct-dns-server.cc +@@ -17,7 +17,7 @@ using cert_trans::LogLookup; + using cert_trans::LoggedEntry; + using cert_trans::SQLiteDB; + using ct::SignedTreeHead; +-using google::RegisterFlagValidator; ++using gflags::RegisterFlagValidator; + using std::string; + using std::stringstream; + From owner-svn-ports-all@freebsd.org Mon Oct 17 05:29:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70743C121FE; Mon, 17 Oct 2016 05:29:23 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EEEC1F55; Mon, 17 Oct 2016 05:29:23 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H5TMqL063422; Mon, 17 Oct 2016 05:29:22 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H5TMEt063421; Mon, 17 Oct 2016 05:29:22 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610170529.u9H5TMEt063421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 17 Oct 2016 05:29:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424096 - head/editors/mg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 05:29:23 -0000 Author: marino Date: Mon Oct 17 05:29:22 2016 New Revision: 424096 URL: https://svnweb.freebsd.org/changeset/ports/424096 Log: editors/mg: Use OPSYS with OSVERSION (restores DF build) DragonFly doesn't provided reallocarray. OPSYS should be used with OSVERSION (covered by a blanket) Modified: head/editors/mg/Makefile Modified: head/editors/mg/Makefile ============================================================================== --- head/editors/mg/Makefile Mon Oct 17 05:16:49 2016 (r424095) +++ head/editors/mg/Makefile Mon Oct 17 05:29:22 2016 (r424096) @@ -19,11 +19,11 @@ OPTIONS_DEFINE= DOCS .include -.if ${OSVERSION} < 1002506 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002506 BROKEN= does not build, requires futimens system call .endif -.if ${OSVERSION} >= 1002506 && ${OSVERSION} < 1100072 +.if ${OPSYS} != FreeBSD || (${OSVERSION} >= 1002506 && ${OSVERSION} < 1100072) EXTRA_PATCHES= ${FILESDIR}/extra-patch-def.h post-patch: From owner-svn-ports-all@freebsd.org Mon Oct 17 06:04:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5922C12AAD; Mon, 17 Oct 2016 06:04:35 +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 7A2A310D8; Mon, 17 Oct 2016 06:04:35 +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 u9H64Y5B078883; Mon, 17 Oct 2016 06:04:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H64YFD078882; Mon, 17 Oct 2016 06:04:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610170604.u9H64YFD078882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 17 Oct 2016 06:04:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424097 - head/mail/mutt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 06:04:35 -0000 Author: antoine Date: Mon Oct 17 06:04:34 2016 New Revision: 424097 URL: https://svnweb.freebsd.org/changeset/ports/424097 Log: Prevent PKGBASE collison between mail/mutt and mail/mutt-lite Modified: head/mail/mutt/Makefile Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Mon Oct 17 05:29:22 2016 (r424096) +++ head/mail/mutt/Makefile Mon Oct 17 06:04:34 2016 (r424097) @@ -120,6 +120,7 @@ URLVIEW_RUN_DEPENDS= urlview:textproc/ur .endif .if defined (MUTT_LITE) +PKGNAMESUFFIX= -lite USES+= ncurses PLIST_SUB+= MAILBOX_MANPAGES="" PLIST_SUB+= COMPRESSED_FOLDERS="@comment " From owner-svn-ports-all@freebsd.org Mon Oct 17 06:16:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5345C151E6; Mon, 17 Oct 2016 06:16:59 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92BE01C0B; Mon, 17 Oct 2016 06:16:59 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H6Gwpr082934; Mon, 17 Oct 2016 06:16:58 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H6GwYh082933; Mon, 17 Oct 2016 06:16:58 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610170616.u9H6GwYh082933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 17 Oct 2016 06:16:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424098 - head/www/subsonic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 06:16:59 -0000 Author: marino Date: Mon Oct 17 06:16:58 2016 New Revision: 424098 URL: https://svnweb.freebsd.org/changeset/ports/424098 Log: www/subsonic: Fix extract better There was two issues: 1) Things like USES have to be defined prior to including bsd.options.mk and the like. 2) the UNZIP_CMD is points to the ports unzip which isn't loaded unless USES=zip:infozip (it would have been UNZIP_NATIVE_CMD). After fixing USES, change UNZIP_CMD to EXTRACT_CMD to fix everywhere. Modified: head/www/subsonic/Makefile Modified: head/www/subsonic/Makefile ============================================================================== --- head/www/subsonic/Makefile Mon Oct 17 06:04:34 2016 (r424097) +++ head/www/subsonic/Makefile Mon Oct 17 06:16:58 2016 (r424098) @@ -59,8 +59,6 @@ XMP_RUN_DEPENDS= xmp:audio/xmp MPC_RUN_DEPENDS= mpcdec:audio/musepack APE_RUN_DEPENDS= mac:audio/mac -.include - NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ @@ -78,6 +76,8 @@ SUB_FILES= message-common\ message-transcoding SUB_LIST= SUBSONIC_HOME="${SUBSONIC_HOME}" +.include + .if ${PORT_OPTIONS:MTOMCAT8} APPPKGMESSAGE= pkg-message-tomcat DISTVER= tomcat @@ -120,7 +120,7 @@ SUB_LIST+= CONTAINERFLAGS="resin3_flags" post-extract: @${MKDIR} ${WRKSRC} - @${UNZIP_CMD} -d ${WRKSRC} ${WRKDIR}/${PORTNAME}.war + @${EXTRACT_CMD} -d ${WRKSRC} ${WRKDIR}/${PORTNAME}.war pre-install: @${RM} ${PLIST} From owner-svn-ports-all@freebsd.org Mon Oct 17 08:31:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03246C145DE; Mon, 17 Oct 2016 08:31:11 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward2h.cmail.yandex.net (forward2h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B70AF1810; Mon, 17 Oct 2016 08:31:10 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2m.mail.yandex.net (smtp2m.mail.yandex.net [IPv6:2a02:6b8:0:2519::122]) by forward2h.cmail.yandex.net (Yandex) with ESMTP id 3C96720CA5; Mon, 17 Oct 2016 11:31:07 +0300 (MSK) Received: from smtp2m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2m.mail.yandex.net (Yandex) with ESMTP id 285782300E8A; Mon, 17 Oct 2016 11:31:04 +0300 (MSK) Received: by smtp2m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Qh9WnQwHpI-V48Cf3Od; Mon, 17 Oct 2016 11:31:04 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r424083 - in head/devel: . arm-none-eabi-newlib To: Alexey Dokuchaev , Kyle Evans References: <201610162201.u9GM1Ndb088035@repo.freebsd.org> <20161017020718.GA4319@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Boris Samorodov Message-ID: <51515d07-77e4-d187-5bca-73e52477f459@passap.ru> Date: Mon, 17 Oct 2016 11:30:15 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161017020718.GA4319@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 08:31:11 -0000 17.10.2016 05:07, Alexey Dokuchaev пишет: > On Sun, Oct 16, 2016 at 10:01:23PM +0000, Boris Samorodov wrote: >> New Revision: 424083 >> URL: https://svnweb.freebsd.org/changeset/ports/424083 >> >> Log: >> Newlib is a C library intended for use on embedded systems. It is >> a conglomeration of several library parts, all under free software >> licenses, that make them easily usable on embedded products. >> [...] >> @@ -0,0 +1,28 @@ >> +# $FreeBSD$ >> + >> +PORTNAME= newlib >> +PORTVERSION= 2.4.0 >> +CATEGORIES= devel >> ... > > Any chances that bogus indentation could be fixed in coming updates? Sure, Alexey. Thanks for reporting. Kyle, excessive tabulators should be removed at this Makefile. It may be done along with any upcoming update. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-svn-ports-all@freebsd.org Mon Oct 17 08:37:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0D59C14878; Mon, 17 Oct 2016 08:37:33 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A05AB1E7B; Mon, 17 Oct 2016 08:37:33 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H8bW1v037416; Mon, 17 Oct 2016 08:37:32 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H8bWb3037414; Mon, 17 Oct 2016 08:37:32 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610170837.u9H8bWb3037414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 17 Oct 2016 08:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424099 - head/mail/pecl-mailparse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 08:37:33 -0000 Author: wen Date: Mon Oct 17 08:37:32 2016 New Revision: 424099 URL: https://svnweb.freebsd.org/changeset/ports/424099 Log: - Add PORTSCOUT - Pass maintainership to submitter PR: 213318 Submitted by: dbaio@bsd.com.br Modified: head/mail/pecl-mailparse/Makefile head/mail/pecl-mailparse/distinfo Modified: head/mail/pecl-mailparse/Makefile ============================================================================== --- head/mail/pecl-mailparse/Makefile Mon Oct 17 06:16:58 2016 (r424098) +++ head/mail/pecl-mailparse/Makefile Mon Oct 17 08:37:32 2016 (r424099) @@ -9,11 +9,13 @@ MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= PECL extension to create and decode MIME messages LICENSE= PHP202 +PORTSCOUT= limit:^2.* + USES= php:ext tar:tgz USE_PHP= mbstring:build IGNORE_WITH_PHP= 70 Modified: head/mail/pecl-mailparse/distinfo ============================================================================== --- head/mail/pecl-mailparse/distinfo Mon Oct 17 06:16:58 2016 (r424098) +++ head/mail/pecl-mailparse/distinfo Mon Oct 17 08:37:32 2016 (r424099) @@ -1,2 +1,3 @@ +TIMESTAMP = 1476693051 SHA256 (PECL/mailparse-2.1.6.tgz) = 73705197d2b2ee782efa5477eb2a21432f592c2cb05a72c3a037bbe39e02b5cc SIZE (PECL/mailparse-2.1.6.tgz) = 36538 From owner-svn-ports-all@freebsd.org Mon Oct 17 09:03:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA2B9C1546A; Mon, 17 Oct 2016 09:03:48 +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 ABDD9142A; Mon, 17 Oct 2016 09:03:48 +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 u9H93lEP048918; Mon, 17 Oct 2016 09:03:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H93ldo048917; Mon, 17 Oct 2016 09:03:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610170903.u9H93ldo048917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 17 Oct 2016 09:03:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424100 - head/games/openalchemist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 09:03:49 -0000 Author: amdmi3 Date: Mon Oct 17 09:03:47 2016 New Revision: 424100 URL: https://svnweb.freebsd.org/changeset/ports/424100 Log: - Fix LICENSE - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/games/openalchemist/Makefile Modified: head/games/openalchemist/Makefile ============================================================================== --- head/games/openalchemist/Makefile Mon Oct 17 08:37:32 2016 (r424099) +++ head/games/openalchemist/Makefile Mon Oct 17 09:03:47 2016 (r424100) @@ -11,12 +11,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= martymac@FreeBSD.org COMMENT= Tetris-like game -LICENSE= GPLv2 CC-BY-SA-2.0 +LICENSE= GPLv2+ CC-BY-SA-2.0 LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libclanCore.so:devel/clanlib1 \ - libpng.so:graphics/png + libpng.so:graphics/png CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib From owner-svn-ports-all@freebsd.org Mon Oct 17 09:14:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07492C15778; Mon, 17 Oct 2016 09:14:50 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1AB01924; Mon, 17 Oct 2016 09:14:49 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H9EmI1052850; Mon, 17 Oct 2016 09:14:48 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H9EmTU052846; Mon, 17 Oct 2016 09:14:48 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201610170914.u9H9EmTU052846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 17 Oct 2016 09:14:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424101 - in head/security: py-acme py-certbot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 09:14:50 -0000 Author: cpm Date: Mon Oct 17 09:14:48 2016 New Revision: 424101 URL: https://svnweb.freebsd.org/changeset/ports/424101 Log: security/py-{acme,certbot}: Update to 0.9.3 - Update PORTVERSION and distinfo checksum (0.9.3) Approved by: koobs (mentor) Differential Revision: D8261 Modified: head/security/py-acme/Makefile head/security/py-acme/distinfo head/security/py-certbot/Makefile head/security/py-certbot/distinfo Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Mon Oct 17 09:03:47 2016 (r424100) +++ head/security/py-acme/Makefile Mon Oct 17 09:14:48 2016 (r424101) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Mon Oct 17 09:03:47 2016 (r424100) +++ head/security/py-acme/distinfo Mon Oct 17 09:14:48 2016 (r424101) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476353960 -SHA256 (acme-0.9.2.tar.gz) = 263d019b6bedd630d669442fad79bc62b4699b69fdb95a49a812fcf8e5bc82b4 -SIZE (acme-0.9.2.tar.gz) = 87815 +TIMESTAMP = 1476645647 +SHA256 (acme-0.9.3.tar.gz) = a6eff1f955eb2e4316abd9aa2fedb6d9345e6b5b8a2d64ea0ad35e05d6124099 +SIZE (acme-0.9.3.tar.gz) = 87823 Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Mon Oct 17 09:03:47 2016 (r424100) +++ head/security/py-certbot/Makefile Mon Oct 17 09:14:48 2016 (r424101) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-certbot/distinfo ============================================================================== --- head/security/py-certbot/distinfo Mon Oct 17 09:03:47 2016 (r424100) +++ head/security/py-certbot/distinfo Mon Oct 17 09:14:48 2016 (r424101) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476353987 -SHA256 (certbot-0.9.2.tar.gz) = b2576bfe1295b2daab3d589ab9fcbd4d7a6928e85cea31a5e6b008e4d9a16869 -SIZE (certbot-0.9.2.tar.gz) = 219863 +TIMESTAMP = 1476645626 +SHA256 (certbot-0.9.3.tar.gz) = 68149cb8392b29f5d5246e7226d25f913f2b10482bf3bc7368e8c8821d25f3b0 +SIZE (certbot-0.9.3.tar.gz) = 219893 From owner-svn-ports-all@freebsd.org Mon Oct 17 09:37:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98A13C15D3C; Mon, 17 Oct 2016 09:37:03 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67B1A1746; Mon, 17 Oct 2016 09:37:03 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H9b2jv061627; Mon, 17 Oct 2016 09:37:02 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H9b2D6061626; Mon, 17 Oct 2016 09:37:02 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201610170937.u9H9b2D6061626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 17 Oct 2016 09:37:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424102 - head/devel/zeal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 09:37:03 -0000 Author: rakuco Date: Mon Oct 17 09:37:02 2016 New Revision: 424102 URL: https://svnweb.freebsd.org/changeset/ports/424102 Log: Add missing run-time dependency on the Qt SQLite3 plugin. Submitted by: Timon MFH: 2016Q4 Modified: head/devel/zeal/Makefile Modified: head/devel/zeal/Makefile ============================================================================== --- head/devel/zeal/Makefile Mon Oct 17 09:14:48 2016 (r424101) +++ head/devel/zeal/Makefile Mon Oct 17 09:37:02 2016 (r424102) @@ -2,6 +2,7 @@ PORTNAME= zeal PORTVERSION= 0.3.1 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= devel @@ -19,7 +20,7 @@ USES= compiler:c++11-lib desktop-file-u USE_GL= gl # Dependency added by qt5-gui. USE_GITHUB= yes USE_QT5= concurrent core gui network sql webkit widgets x11extras \ - buildtools_build + buildtools_build sql-sqlite3_run USE_XORG= x11 xcb GH_ACCOUNT= zealdocs From owner-svn-ports-all@freebsd.org Mon Oct 17 09:57:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05AD1C15637; Mon, 17 Oct 2016 09:57:33 +0000 (UTC) (envelope-from kevans91@ksu.edu) Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0065.outbound.protection.outlook.com [104.47.34.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F0F8A6E; Mon, 17 Oct 2016 09:57:31 +0000 (UTC) (envelope-from kevans91@ksu.edu) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ksu.edu; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=roZ+C04Exnlefpg8nI5/TheqbqdnWKVpsWBO33zuoOc=; b=houJ75rOpX3yddmHQNtb1l6xj6SdaNNMso9eiNwz2y+ZZ47Y3scBNvJ6WcGk/HDBzpENRoNTBhFTP4exuxTbaQK0LjjdGWrDJe4lx22EdPkS6OEYNLyZX2xi8iPV3GfrMz95CUOtTfRw/vwpLUbH7l28oT3NZzJvG/sujvQoWRk= Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=kevans91@ksu.edu; Received: from mail-qt0-f178.google.com (209.85.216.178) by DM2PR0501MB1326.namprd05.prod.outlook.com (10.160.130.155) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.669.5; Mon, 17 Oct 2016 02:21:41 +0000 Received: by mail-qt0-f178.google.com with SMTP id m5so104262647qtb.3; Sun, 16 Oct 2016 19:21:41 -0700 (PDT) X-Gm-Message-State: AA6/9RlOjNsZ7PAiBw1IfqnSiNfFlNzjH7jPFBLKDM9LgPWy/qQ9LVw67jryAIQca86JUKlMHus7deeczFhajw== X-Received: by 10.237.36.93 with SMTP id s29mr23007960qtc.134.1476670884212; Sun, 16 Oct 2016 19:21:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.47.146 with HTTP; Sun, 16 Oct 2016 19:21:03 -0700 (PDT) In-Reply-To: <20161017020718.GA4319@FreeBSD.org> References: <201610162201.u9GM1Ndb088035@repo.freebsd.org> <20161017020718.GA4319@FreeBSD.org> From: Kyle Evans Date: Sun, 16 Oct 2016 21:21:03 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r424083 - in head/devel: . arm-none-eabi-newlib To: Alexey Dokuchaev CC: Boris Samorodov , , , Content-Type: text/plain; charset="UTF-8" X-Originating-IP: [209.85.216.178] X-ClientProxiedBy: DM5PR09CA0008.namprd09.prod.outlook.com (10.172.32.18) To DM2PR0501MB1326.namprd05.prod.outlook.com (10.160.130.155) X-MS-Office365-Filtering-Correlation-Id: d50cdadc-2fae-4d48-81ac-08d3f6345503 X-Microsoft-Exchange-Diagnostics: 1; DM2PR0501MB1326; 2:W1yWi9R0B5kP90kbMX4tzbTFc/d5dygcnDr8Drt9b5v0nyYxjbnf5gexK1AA0eAhVE7os3azi/DM68oRVCMCdLJa7zapa/JL6jgntxA2SGTSubPNIKDNgysXPtKAXDYFsuLd/moX3wfDc7o11n5FMVLwcHiIQAykwSkWk5DNpgq1eIxYCpOskpiurBgo71XxCujdMRAsCh1CHxF8yl236Q==; 3:27clEjGPGXQziygjJZdm/JefQGiWO5ux+Og9YTd1usY+cSqa4R0PQmLnqxv5RPYsBB34uMEQjgnAEmdFN01Ra2x9+Qpaveu8EW/agLQB+QaYISLX/DjGR3l3USVqps3tRSnRsIIuOpicEkj5RivFWw== X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0501MB1326; X-Microsoft-Exchange-Diagnostics: 1; DM2PR0501MB1326; 25:fY0VU9BLj9GQYU0MVocoEXXFcAMVDvthEBhIiNJTKQTy77QUl05tfPqCT1wXpcXNtUe0D/MvYj5jQne6x2ts9Gx1T3MjwK9AePhI77nc23FdiM50OVozoqLk2L8+WKdJKeIYNUPo4s+904vOYoJZ0RPs2PsxxuwrR1J27i/8a5eaQqAwT6agkT/C1SRbpd6rkg2/ajEhG2UF2BPR5wanE9gbelFTCNnXk01CdcsSWs9YxYqPYTL2jO4BZhJdbvCKMONOwjXXFtW+ku6Ev2iw10i2iExNrzFn9j0fBhBB1Fm5tgkGYRBUibMuC6d0sTir/uQFNa97OoWZhfVTx2SjTZAq57X9kzK1GYytuQzyAVTpqz2+eEsNQabv5gqfNMl/uRTB8zc4unuBNIgdqOYAPbloac3VoMUZCk+a6kUKZcSyTU5+BTuV1umz2eIt5qAr4363qL4x1spzPW9mQmyZPtL4p0U3JopovY8s9kQre19HM/nbodEss8mMxxFyKOSeyuPHXLiNcYJzBHClZEio1iw2FEzg40LsU6D+e4tX3qWu3sczqOvWMYB74/no0MAufRdYawWw2/VszJTJ/BYVwFVfuN52tWL+N0xsTPew1iEK/PcLzkaLKg4lkAi3pyLq/2TyoBlMXlRcyy5YI9FkmANbxW/2CnU1vWfpLV3o5cKE3jTjtBaw50iprflNXXrpe19Q+EHE7J9FlqgcAqPSdYGd0BKGjvtqdqBEHcWKvQ2thMJoWbV7c31/CSQYsPSLCCpST8+cLhUhj3CUXmPyS6NZV3SypM45wcOmPsteaKxyzAoYYul4jwtzGEX8ni7n X-Microsoft-Exchange-Diagnostics: 1; DM2PR0501MB1326; 31:kmKEmCxOnOGxIiO0qvWruIG/ictGfxNidcGZCiRAk2gmOrXASn0UNylJRkYUs3OAKz3GIkQ3iHOpC7nLFfUVNCnlzJIZ649cFQ4BwVljLhMvf033ZUYQ+ihxM1XS6rI3sHVMf27zpc7ZvxNezbTV2hi+A+OPHgep837Czp6R86rtWTTyOA74c/6JsZblXhh5jH84Pwg1zTFzrinPJ1x6ObqsVU/G3aatHXjJWHPH6hQ6GW5vg6ZkYyp1zVVsauVmAWKDd/yVgTGm9DZWXjNvNQ==; 20:1gLoNsmz6mrCypE4tTM0qN90RWmj++s1v5l/YfpWSWRwzdr6KHDvBXmnXvCHOHzWfMBmApfL9aJwk3K11CijQr5QsfUkh7l0KEP/cLK+TUen0hTBa7sO/8EFgnutPFISJaOFgo088U4tCtsyIXhR0Lm0XW90Qj2SMCI43Yx3VzHsTtlesUWC96MtjPxrc5TQ9EBnIxESL6QKJZIMhFzu/qdQ54azL94RSp3CYMhAHGYeJrqj6knLZH5+ITEAQye8nfBCUIynRjarc/+ud4OUvbPASz/pwvpVv41zJqCWiMc509djJDmCIpJ9f40Oq+8Z+8ee7kwDUK/RzChJk2L83/B/jr39y7wdJlorqIiNDqiSfA301yJRxHFdqkXaVUkTuU50iPRVouyt3qv2DHuixaHw6559+HeMWYEl98KNl8WEZEn6R97psuV2pMniKijTcrfoblNQPZAz4UzQ+r2az4j8R7SxJuTlOX9LuiGbgP8d0n9/vtUQoHZA5TqpZX50 X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:(56005881305849)(75325880899374); X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(6040176)(601004)(2401047)(8121501046)(5005006)(3002001)(10201501046); SRVR:DM2PR0501MB1326; BCL:0; PCL:0; RULEID:; SRVR:DM2PR0501MB1326; X-Microsoft-Exchange-Diagnostics: 1; DM2PR0501MB1326; 4:fUz11P66PnGEc2JljiRjleqXlrHJWIjk+lqltqGNKfqbe7c+JJPNNVDKZZMPuTNbpmsoMm95IAbZPXpJwl8Eg+77vlxGqETzbRra3+f7zcMMVG8fYRohPUIIx+tPbHK7lParUybkHBfmIZEGrIYkzh90ybHaR8iJnM5ACGZknUpE9+YfztjH5bOWAw/JJQkVqUc2SV4FPJRTLqz7/E9HlnNIfHYJd+kC9g0mjpukoGMiD5m3/4tu7byfMCzLTf8gQOOX5tzaXz6Zd4bKAcCCrLAWVmTEL/LAhsYJfaFFaFFidAHWJvlmmcSSireQ0UCu/MvSHJbEhybjaxl5Gs8LFsde6384K8xp3BZZqbntTMXdIIJmyW+MvxhEZKKGwLxdlWNI5OH/OoWW0hrxdkCp7fyJxW8qfR4oLkSjxg/Rdz+9f9MS+N/DvGuoSONuMndQpkkvtFiTq2bYyq47RML91uLrYz4jXM4+snNAyTAUYmo= X-Forefront-PRVS: 0098BA6C6C X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(4630300001)(6009001)(7916002)(377454003)(189002)(24454002)(199003)(305945005)(2906002)(19580405001)(6916009)(19580395003)(450100001)(4326007)(92566002)(15975445007)(189998001)(42186005)(3846002)(86362001)(68736007)(586003)(9896002)(6116002)(89122001)(105586002)(2950100002)(88552002)(97736004)(106356001)(55446002)(23676002)(90282001)(69596002)(122856001)(230783001)(61266001)(61726006)(66066001)(50466002)(75432002)(47776003)(81156014)(110136003)(8676002)(93516999)(81166006)(54356999)(101416001)(76176999)(63696999)(5820100001)(50986999)(59536001)(5660300001)(9686002)(98316002)(7736002)(7846002)(2004002)(55456009); DIR:OUT; SFP:1101; SCL:1; SRVR:DM2PR0501MB1326; H:mail-qt0-f178.google.com; FPR:; SPF:None; PTR:InfoNoRecords; MX:1; A:1; LANG:en; Received-SPF: None (protection.outlook.com: ksu.edu does not designate permitted sender hosts) X-Microsoft-Exchange-Diagnostics: =?utf-8?B?MTtETTJQUjA1MDFNQjEzMjY7MjM6OGVNdUpKejNIdTNqVXJzcDBQZDF6dm9s?= =?utf-8?B?aUVIVjR1SUV3cVVOcHFGaCtOdjFrN0hqNnFTQzFrVlZxRytSdjBham5Jc1ps?= =?utf-8?B?V1pkTXNndC82a0NaRmNWa2N0TUptYnhZa3ArTy9jcEd6eWZReVJ2YVVycnNo?= =?utf-8?B?MDJPemZlemZYNWUxUkc2TTkxY2hGbFVsY1p0U0FkYm9wN2UrVkdLOFM5ZzU3?= =?utf-8?B?cGhLSWVmSngrRUxsQmZKdlIveWZudVJtM2RoMFJzQTJPK2lNeGZpZndhd1l2?= =?utf-8?B?RjErdXduZm02TGxnL2lxNXdpOGdqZGR5dW9XUS9oa3VyRTZjNWVXNGRpbGNw?= =?utf-8?B?bngyNTdyTDE3bXM0YjM2MzRDbkIrSGpCTWZmSVQ4VVJtbVR5dTRDZHZDZEtu?= =?utf-8?B?TGEweENtejAzanE0ZERaV0hjV01taFdkODJ1TUVYRGtOYUtpMklwSVVLcXBF?= =?utf-8?B?dHVlWHllVGZ2eU1zL3VxMjlGUFF6S2tnWmpiRkRFdkhFRjBEUkJ2dTRSQ1kr?= =?utf-8?B?RWNJMFp2OXJTdG8wRFEwdXNSVkNRcnNQZklsblRnRSt4SEhUSHY1TDVKRThD?= =?utf-8?B?ZS9YNzZ2Z21QeDhaR2hDZ3A5NGZLS0dyWjBVSmlrSUZMUEoyTWZENVRwZlU0?= =?utf-8?B?dFZ2MGFzcXlBU3Fqa2RhQ2RaYUFydUdHdzdpU09yMEZVTTZySk5Hc01udUhV?= =?utf-8?B?Y3Fob0dJRWNKejFNWTJRSjByb2REZkZYd2JPbGxEMkhCUW02TUZHbUI2Sito?= =?utf-8?B?amk4Q1dqUFhpUjRreTVucFJ4V1N0bjZ1ek0xNnArdmFvMHZHSkNMUVc1LzEr?= =?utf-8?B?NnJ6dWJ2clo4cXc3UUcwcDVmQlpJYWRSUTJ3OFphRk42NVpSTUhXY0U5VzZs?= =?utf-8?B?NmhFSTRnMTdIU2IvdWZpTTd2L2V5YVRSTWpheFJrVEkrZDRCUG9kaTJCZFk5?= =?utf-8?B?L1F2ZklJSTdsTDFCc3ZpT2dmNXI0WTF6U2NPRDVJUjR3UExabDZlVmdwd01U?= =?utf-8?B?MGxJVFJsZFdEa1pJeE5sTzhpYlRIN0NrdFpIVmRMWjNWcG16L3JDNUl3cFQ3?= =?utf-8?B?V0JxQkhQVllFYzFZdGFGbVRpRHlMRVY1bGwrNCt1Tm9oVWhrdlpiN0VETStv?= =?utf-8?B?RU1VQ2MySDYwRmtUNjJnMVprbS9PWWI4cXYycXQrZmRqb3ZuVnZBUzB4WG1H?= =?utf-8?B?NWJ6Tmx1d1B1Tk1ybDloeUdtbURUbHg1cHNjMkNVdkdPSjlOZksrZmtvOTYz?= =?utf-8?B?N1NpM1k1OTRPQmJON3U3UC9XWjJNYWpJVWpCdGh0T0lsN3h1bUwxVnhYRnBz?= =?utf-8?B?Y3l0MEdXZFJ2d1Q2WHJoTVJ1OVRNMktYaFdtTE9UTXNzakxTZUNReEx6SnFV?= =?utf-8?B?WmNnMnpoTE82NS9LSHVaSlRjODg3eVVuWUlUdnRjNERXZlhLY3lWc0pGOUFD?= =?utf-8?B?K2xHSDBFc0M1T1h0aVBiMUN3WW5SNXZoTi92N0l1VDA2Q29LYkwwTXFSUDhn?= =?utf-8?B?MXRDSlBiTjF4alRJV1lVNThzMC9wSG5zRkF2cWZ2TWk5NG82MjdQNmdtZ0Ja?= =?utf-8?B?ODFlLzBhZTI0ZERQQVFmMlBYek90NFR2cStHdmlRM212cUU5UG5kZG5BRXhz?= =?utf-8?B?Q2FhM1R2SzgyNEYwZHBrcXVNTk9HN1hCQzVGWmV6M3c1MXFiNWc4eWZuRk5z?= =?utf-8?B?bUR3ZDJzRXFrVzI3eGJKWDZ0OEcrNlZucHBORmcrVlVqSUt1ZzBpN2o3WEJ5?= =?utf-8?B?T2hNODhtaTRzZTBuSDJLOFBZSHFHem16VDJHVXhYVWJsTno3dHVCbGxoYlRy?= =?utf-8?B?U1pvekF4ajZpMUNaRjZKNUk2WEJrSFFpTWxHMHRzTUR1eFBJYTNKbndPMmFF?= =?utf-8?B?dlRmZHp1SHdDNjYwaWxEcTFCUVQ3T0w3UHdKbVdNTit3RHhMM1IvS3ZsYzEw?= =?utf-8?Q?sCoNvqFZzLToOLv6KS0r68ahTNMtCDEA=3D?= X-Microsoft-Exchange-Diagnostics: 1; DM2PR0501MB1326; 6:bn5LFS02xG9wDtAP0QG2P89PPbYMCmpiGfHcsrXt4gI8Qqz8Aps2nFNxOONCPB4D6wESqFWYN33PAydzibwbi117gXnl8IqQ5KF5QlFsVE1CVCK5CERpZiMh2JSk9xidgXYvJJWmFPLcRUMfzH1sD2NbDHx0t8CzsNOoTwRAPQTWGyLJLiUzI3Tm9P8iOHBD9hjjnrFoNtAD4xmfkX1wO3H3skfsLzH87/y17qEDTT6SaLNBFch0pV2qUEPqGZ1BCxT/nyXgeMWMUuMvV0nmIemNQWWHwGmYvxbErpzcefGqLADgUm+gmTpDaPm6zoNs; 5:O7PldlJCLXPRMIc38b98lw0kBq8iB80TDaF/1KlDzmg2IDkBpd3owdrTraqeP/S49g5MW7tsJrALCSjBuebl1WZOPaM6nEQgcLgO5hoOjEuloiS+o81WMtg7KO6qzPmDZU6NdrIWj7zNEry3zXASzhVkGExsILwT1aTzTimvFAk=; 24:YEvH1F6EExnEmC+7BWVwFKB7feHuSKDdZijlhVSsk1xbNpkG2dWltFyiHsMBQ9gfTwq/Uwj4JD+t79IVB5k/jCdPX5OTW5lMyiM49xMu19M= SpamDiagnosticOutput: 1:99 SpamDiagnosticMetadata: NSPM X-Microsoft-Exchange-Diagnostics: 1; DM2PR0501MB1326; 7:3ifX+uZ6jXGJCm1XDtyaE7gacB9Ju2IAb2Jo604s7QLvIaXNPCyfX8pWNmAvEH/E4OHzPKSfVKC5F1Aw/C4h9KLElc5S9nel2nw7X7FxP6Imo5vMwZijrdCuXXUmY50ZPzN+5T/JrjenDlIiPYHn/wWhzAcJ3zWsCdZJcJbzjF29mmUaN6lkY5nZoAwz14Z8m/+NWlCAZdq9ZEktH0wzKRwaCpRfBx+/X3Q68LbuI6VsA/C+iArm8BAE9QtfrOlrJNQ5bRwHq0S1E74z1AnLLL1yFhx/j6lI2RfoNtJrb7hEmsL41YiV9h5AoeLe3aRyuLI/0KWJKz4UHKmTthjkcM2TlMbKvaY4lUKUZcR+MpI=; 20:xT3zl80lii30J9Qu4oq8kcq0gQ+NcwxvNh3aYYB6Wt5gyg5r/Osc2hOklt9VctA2V7225WhfUnTnKgmwWS2TuXuA/R/8wdst4RRIZ4m9MbkVTUKZfnwkABievPB9d32CiYqKmYfqBjCeffeQFdV4TduAeNcTj+E2BK5ZbDG6EKI= X-OriginatorOrg: ksu.edu X-MS-Exchange-CrossTenant-OriginalArrivalTime: 17 Oct 2016 02:21:41.4327 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM2PR0501MB1326 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 09:57:33 -0000 Hi, Bogus as in the two tabs used after =, or bogus as in the funky/inconsistent formatting that the e-mail seemed to apply? (A clean checkout seems to think that my tabs were preserved, hence my offering of this second option =/) Thanks, Kyle Evans On Sun, Oct 16, 2016 at 9:07 PM, Alexey Dokuchaev wrote: > On Sun, Oct 16, 2016 at 10:01:23PM +0000, Boris Samorodov wrote: >> New Revision: 424083 >> URL: https://svnweb.freebsd.org/changeset/ports/424083 >> >> Log: >> Newlib is a C library intended for use on embedded systems. It is >> a conglomeration of several library parts, all under free software >> licenses, that make them easily usable on embedded products. >> [...] >> @@ -0,0 +1,28 @@ >> +# $FreeBSD$ >> + >> +PORTNAME= newlib >> +PORTVERSION= 2.4.0 >> +CATEGORIES= devel >> ... > > Any chances that bogus indentation could be fixed in coming updates? > > ./danfe > _______________________________________________ > svn-ports-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-head > To unsubscribe, send any mail to "svn-ports-head-unsubscribe@freebsd.org" From owner-svn-ports-all@freebsd.org Mon Oct 17 10:00:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9E36C156E1; Mon, 17 Oct 2016 10:00:45 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BAC3ABBF; Mon, 17 Oct 2016 10:00:45 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id B8F7F1EAD; Mon, 17 Oct 2016 10:00:45 +0000 (UTC) Date: Mon, 17 Oct 2016 10:00:45 +0000 From: Alexey Dokuchaev To: Kyle Evans Cc: Boris Samorodov , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r424083 - in head/devel: . arm-none-eabi-newlib Message-ID: <20161017100045.GA24406@FreeBSD.org> References: <201610162201.u9GM1Ndb088035@repo.freebsd.org> <20161017020718.GA4319@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 10:00:45 -0000 On Sun, Oct 16, 2016 at 09:21:03PM -0500, Kyle Evans wrote: > Hi, > > Bogus as in the two tabs used after =, or bogus as in the Two tabs after =. Please have a look at vast majority of other ports (except few broken ones that share the same bug). ./danfe From owner-svn-ports-all@freebsd.org Mon Oct 17 10:38:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56EC0C15D6A; Mon, 17 Oct 2016 10:38:07 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ABF7DCE; Mon, 17 Oct 2016 10:38:06 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HAc6qF084461; Mon, 17 Oct 2016 10:38:06 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HAc5lN084457; Mon, 17 Oct 2016 10:38:05 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201610171038.u9HAc5lN084457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Mon, 17 Oct 2016 10:38:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424103 - in head: dns/libasr dns/libasr-devel mail/opensmtpd mail/opensmtpd-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 10:38:07 -0000 Author: ashish Date: Mon Oct 17 10:38:05 2016 New Revision: 424103 URL: https://svnweb.freebsd.org/changeset/ports/424103 Log: Assign ports to fluffy@, who is actively tracking OpenSMTPD development, and has kindly agreed to take the maintainership of following ports: - dns/libasr - dns/libasr-devel - mail/opensmtpd - mail/opensmtpd-devel Thank you! Modified: head/dns/libasr-devel/Makefile head/dns/libasr/Makefile head/mail/opensmtpd-devel/Makefile head/mail/opensmtpd/Makefile Modified: head/dns/libasr-devel/Makefile ============================================================================== --- head/dns/libasr-devel/Makefile Mon Oct 17 09:37:02 2016 (r424102) +++ head/dns/libasr-devel/Makefile Mon Oct 17 10:38:05 2016 (r424103) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.opensmtpd.org/a http://distfiles.pirateparty.in/ashish/ PKGNAMESUFFIX= -devel -MAINTAINER= ashish@FreeBSD.org +MAINTAINER= fluffy@FreeBSD.org COMMENT= Asynchronous DNS resolver library (development snapshot) LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE Modified: head/dns/libasr/Makefile ============================================================================== --- head/dns/libasr/Makefile Mon Oct 17 09:37:02 2016 (r424102) +++ head/dns/libasr/Makefile Mon Oct 17 10:38:05 2016 (r424103) @@ -7,7 +7,7 @@ CATEGORIES= dns MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ -MAINTAINER= ashish@FreeBSD.org +MAINTAINER= fluffy@FreeBSD.org COMMENT= Asynchronous DNS resolver library LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE Modified: head/mail/opensmtpd-devel/Makefile ============================================================================== --- head/mail/opensmtpd-devel/Makefile Mon Oct 17 09:37:02 2016 (r424102) +++ head/mail/opensmtpd-devel/Makefile Mon Oct 17 10:38:05 2016 (r424103) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.opensmtpd.org/a http://distfiles.pirateparty.in/ashish/ PKGNAMESUFFIX= -devel -MAINTAINER= ashish@FreeBSD.org +MAINTAINER= fluffy@FreeBSD.org COMMENT= Security- and simplicity-focused SMTP server from OpenBSD LICENSE= ISCL Modified: head/mail/opensmtpd/Makefile ============================================================================== --- head/mail/opensmtpd/Makefile Mon Oct 17 09:37:02 2016 (r424102) +++ head/mail/opensmtpd/Makefile Mon Oct 17 10:38:05 2016 (r424103) @@ -9,7 +9,7 @@ CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ -MAINTAINER= ashish@FreeBSD.org +MAINTAINER= fluffy@FreeBSD.org COMMENT= Security- and simplicity-focused SMTP server from OpenBSD LICENSE= ISCL From owner-svn-ports-all@freebsd.org Mon Oct 17 10:38:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1E93C15DB2; Mon, 17 Oct 2016 10:38:51 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F000ED2; Mon, 17 Oct 2016 10:38:51 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HAcogb084621; Mon, 17 Oct 2016 10:38:50 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HAcog7084618; Mon, 17 Oct 2016 10:38:50 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201610171038.u9HAcog7084618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 17 Oct 2016 10:38:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424104 - in head/graphics/embree: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 10:38:51 -0000 Author: danfe Date: Mon Oct 17 10:38:50 2016 New Revision: 424104 URL: https://svnweb.freebsd.org/changeset/ports/424104 Log: - Update `graphics/embree' to version 2.11.0 - GC patches (all of them got integrated upstream) - Rename IMAGE_MAGICK option to a standard IMAGEMAGICK, but keep custom description which is more specific and follows internal one Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1472729819 which corresponds to commit aa318b0 tagged as this release. Deleted: head/graphics/embree/files/ Modified: head/graphics/embree/Makefile head/graphics/embree/distinfo head/graphics/embree/pkg-plist Modified: head/graphics/embree/Makefile ============================================================================== --- head/graphics/embree/Makefile Mon Oct 17 10:38:05 2016 (r424103) +++ head/graphics/embree/Makefile Mon Oct 17 10:38:50 2016 (r424104) @@ -3,8 +3,7 @@ PORTNAME= embree DISTVERSIONPREFIX= v -DISTVERSION= 2.10.0 -PORTREVISION= 1 +PORTVERSION= 2.11.0 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org @@ -24,40 +23,27 @@ USE_GL= glut USE_XORG= xmu USE_LDCONFIG= yes -CMAKE_ARGS= -DRTCORE_TASKING_SYSTEM:STRING=INTERNAL \ - -DENABLE_ISPC_SUPPORT:BOOL=OFF +CMAKE_ARGS= -DEMBREE_TASKING_SYSTEM:STRING=INTERNAL \ + -DEMBREE_ISPC_SUPPORT:BOOL=OFF CXXFLAGS+= -msse2 # required on i386 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}2 PLIST_SUB+= VERSION=${DISTVERSION} -OPTIONS_DEFINE= IMAGE_MAGICK JPEG OPENEXR PNG -IMAGE_MAGICK_DESC= BMP, GIF, PNG, TGA, TIFF image formats support +OPTIONS_DEFINE= IMAGEMAGICK JPEG OPENEXR PNG +IMAGEMAGICK_DESC= BMP, GIF, PNG, TGA, TIFF image formats support -IMAGE_MAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick -IMAGE_MAGICK_CMAKE_ON= -DUSE_IMAGE_MAGICK:BOOL=ON +IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick +IMAGEMAGICK_CMAKE_ON= -DEMBREE_TUTORIALS_IMAGE_MAGICK:BOOL=ON JPEG_USES= jpeg -JPEG_CMAKE_OFF= -DUSE_LIBJPEG:BOOL=OFF +JPEG_CMAKE_OFF= -DEMBREE_TUTORIALS_LIBJPEG:BOOL=OFF OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR -OPENEXR_CMAKE_OFF= -DUSE_OPENEXR:BOOL=OFF +OPENEXR_CMAKE_OFF= -DEMBREE_TUTORIALS_OPENEXR:BOOL=OFF PNG_LIB_DEPENDS= libpng.so:graphics/png -PNG_CMAKE_OFF= -DUSE_LIBPNG:BOOL=OFF - -post-patch: - @${REINPLACE_CMD} -e 's,MAP_HUGETLB,MAP_ALIGNED_SUPER,' \ - ${WRKSRC}/common/sys/alloc.cpp - @${REINPLACE_CMD} -e '/__aligned/s,^,//,' \ - ${WRKSRC}/common/sys/platform.h - @${REINPLACE_CMD} -e 's,MAP_POPULATE,MAP_PREFAULT_READ,' \ - ${WRKSRC}/tests/benchmark.cpp - @${REINPLACE_CMD} -e '/encodeRGB8_to_JPEG/s,size_t \*,unsigned \ - long *,' ${WRKSRC}/tutorials/common/image/image.h \ - ${WRKSRC}/tutorials/common/image/jpeg.cpp - @${REINPLACE_CMD} -e 's,__forceinline,inline __attribute__((always_inline)),' \ - ${WRKSRC}/include/embree2/rtcore_ray.h +PNG_CMAKE_OFF= -DEMBREE_TUTORIALS_LIBPNG:BOOL=OFF .include Modified: head/graphics/embree/distinfo ============================================================================== --- head/graphics/embree/distinfo Mon Oct 17 10:38:05 2016 (r424103) +++ head/graphics/embree/distinfo Mon Oct 17 10:38:50 2016 (r424104) @@ -1,2 +1,3 @@ -SHA256 (embree-embree-v2.10.0_GH0.tar.gz) = c011dc3c035c9618733a2e256ca24efe54aea937f86069e24ff87b02af2d50e4 -SIZE (embree-embree-v2.10.0_GH0.tar.gz) = 1774006 +TIMESTAMP = 1472729819 +SHA256 (embree-embree-v2.11.0_GH0.tar.gz) = 35283fa82c3f345a05a9d3ff3af5a36cf71d75d19dc9150a681999f301d67832 +SIZE (embree-embree-v2.11.0_GH0.tar.gz) = 1789427 Modified: head/graphics/embree/pkg-plist ============================================================================== --- head/graphics/embree/pkg-plist Mon Oct 17 10:38:05 2016 (r424103) +++ head/graphics/embree/pkg-plist Mon Oct 17 10:38:50 2016 (r424104) @@ -1,4 +1,3 @@ -bin/embree2/benchmark bin/embree2/bvh_access bin/embree2/bvh_builder bin/embree2/convert @@ -29,7 +28,6 @@ bin/embree2/models/subdiv8.xml bin/embree2/models/subdiv9.xml bin/embree2/motion_blur_geometry bin/embree2/pathtracer -bin/embree2/retrace bin/embree2/subdivision_geometry bin/embree2/triangle_geometry bin/embree2/user_geometry From owner-svn-ports-all@freebsd.org Mon Oct 17 10:48:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3751C15F70; Mon, 17 Oct 2016 10:48:37 +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 7FD8A35D; Mon, 17 Oct 2016 10:48:37 +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 u9HAmawI088550; Mon, 17 Oct 2016 10:48:36 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HAmaJd088549; Mon, 17 Oct 2016 10:48:36 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610171048.u9HAmaJd088549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 17 Oct 2016 10:48:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424105 - head/security/p5-File-KeePass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 10:48:37 -0000 Author: woodsb02 Date: Mon Oct 17 10:48:36 2016 New Revision: 424105 URL: https://svnweb.freebsd.org/changeset/ports/424105 Log: security/p5-File-KeePass: Add p5-XML-Parser as dependency. This is required to be able to open files in KeePass v2 format. PR: 212996 Approved by: alexander.4mail@gmail.com (maintainer timeout), adamw (mentor, implicit) Modified: head/security/p5-File-KeePass/Makefile Modified: head/security/p5-File-KeePass/Makefile ============================================================================== --- head/security/p5-File-KeePass/Makefile Mon Oct 17 10:38:50 2016 (r424104) +++ head/security/p5-File-KeePass/Makefile Mon Oct 17 10:48:36 2016 (r424105) @@ -15,7 +15,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Crypt-Rijndael>=1.0:security/p5-Crypt-Rijndael \ - p5-MIME-Base64>=1.0:converters/p5-MIME-Base64 + p5-MIME-Base64>=1.0:converters/p5-MIME-Base64 \ + p5-XML-Parser>=0:textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 From owner-svn-ports-all@freebsd.org Mon Oct 17 10:50:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 821BEC141A8; Mon, 17 Oct 2016 10:50:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 540667DF; Mon, 17 Oct 2016 10:50:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HAoviU089428; Mon, 17 Oct 2016 10:50:57 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HAovVU089427; Mon, 17 Oct 2016 10:50:57 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201610171050.u9HAovVU089427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 17 Oct 2016 10:50:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424106 - head/lang/go14 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 10:50:58 -0000 Author: linimon Date: Mon Oct 17 10:50:57 2016 New Revision: 424106 URL: https://svnweb.freebsd.org/changeset/ports/424106 Log: Disable BROKEN for armv6. Apparently the failure is only when running under emulation, and it works fine on physical hardware. Submitted by: Kyle Evans (private email) Modified: head/lang/go14/Makefile Modified: head/lang/go14/Makefile ============================================================================== --- head/lang/go14/Makefile Mon Oct 17 10:48:36 2016 (r424105) +++ head/lang/go14/Makefile Mon Oct 17 10:50:57 2016 (r424106) @@ -24,7 +24,10 @@ sh_CMD= ${SH} WRKSRC= ${WRKDIR}/go ONLY_FOR_ARCHS= i386 amd64 armv6 armv6hf -BROKEN_armv6= Fails to configure: wait: interrupted system call +# NB: apparently this failure is only when running under emulation via +# qemu; it works fine on native hardware. Let's leave the line in as a +# reminder, but commented out for now while this is being investigated. +#BROKEN_armv6= Fails to configure: wait: interrupted system call .include From owner-svn-ports-all@freebsd.org Mon Oct 17 10:57:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 211D6C1445E; Mon, 17 Oct 2016 10:57:47 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1C24B90; Mon, 17 Oct 2016 10:57:46 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HAvj6E092388; Mon, 17 Oct 2016 10:57:45 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HAvjaj092387; Mon, 17 Oct 2016 10:57:45 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201610171057.u9HAvjaj092387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 17 Oct 2016 10:57:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424107 - head/lang/tcl87 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 10:57:47 -0000 Author: gahr Date: Mon Oct 17 10:57:45 2016 New Revision: 424107 URL: https://svnweb.freebsd.org/changeset/ports/424107 Log: lang/tcl87: update to fossil checkin 699a33324b663e80 http://core.tcl.tk/tcl/timeline?from=faa78e6080f9033f&to=699a33324b663e80 Modified: head/lang/tcl87/Makefile head/lang/tcl87/distinfo Modified: head/lang/tcl87/Makefile ============================================================================== --- head/lang/tcl87/Makefile Mon Oct 17 10:50:57 2016 (r424106) +++ head/lang/tcl87/Makefile Mon Oct 17 10:57:45 2016 (r424107) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcl -DISTVERSION= 8.7.a0.20161007 +DISTVERSION= 8.7.a0.20161014 CATEGORIES= lang MASTER_SITES= http://core.tcl.tk/tcl/tarball/ PKGNAMESUFFIX= ${PORTVERSION:R:R:S/.//} @@ -23,7 +23,7 @@ TZDATA_DESC= Install Tcl timezone data MODULES_DESC= Install Tcl common modules OPTIONS_SUB= yes -FOSSIL_CHECKIN= faa78e6080f9033f +FOSSIL_CHECKIN= 699a33324b663e80 PATCH_WRKSRC= ${WRKDIR}/Tcl_Source_Code WRKSRC= ${PATCH_WRKSRC}/unix Modified: head/lang/tcl87/distinfo ============================================================================== --- head/lang/tcl87/distinfo Mon Oct 17 10:50:57 2016 (r424106) +++ head/lang/tcl87/distinfo Mon Oct 17 10:57:45 2016 (r424107) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475831824 -SHA256 (Tcl+Source+Code.tar.gz?uuid=faa78e6080f9033f) = 1867ab35ef891801bee0b1f23a0e1cf5a2917711beea92821600b498106204d3 -SIZE (Tcl+Source+Code.tar.gz?uuid=faa78e6080f9033f) = 8624262 +TIMESTAMP = 1476701419 +SHA256 (Tcl+Source+Code.tar.gz?uuid=699a33324b663e80) = e5789128a303f9bb20af9519595935651eacf1f5aa798bd9bb491e4f8ab156ee +SIZE (Tcl+Source+Code.tar.gz?uuid=699a33324b663e80) = 8624724 From owner-svn-ports-all@freebsd.org Mon Oct 17 11:09:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86964C14750; Mon, 17 Oct 2016 11:09: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 22C4F81; Mon, 17 Oct 2016 11:09: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 u9HB9inJ096313; Mon, 17 Oct 2016 11:09:44 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HB9iH8096310; Mon, 17 Oct 2016 11:09:44 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610171109.u9HB9iH8096310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 17 Oct 2016 11:09:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424108 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 11:09:45 -0000 Author: woodsb02 Date: Mon Oct 17 11:09:43 2016 New Revision: 424108 URL: https://svnweb.freebsd.org/changeset/ports/424108 Log: multimedia/emby-server: Update to 3.0.8100 Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.0.8000 https://github.com/MediaBrowser/Emby/releases/tag/3.0.8100 Approved by: adamw (mentor, implicit) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Mon Oct 17 10:57:45 2016 (r424107) +++ head/multimedia/emby-server/Makefile Mon Oct 17 11:09:43 2016 (r424108) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.7300 +PORTVERSION= 3.0.8100 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Mon Oct 17 10:57:45 2016 (r424107) +++ head/multimedia/emby-server/distinfo Mon Oct 17 11:09:43 2016 (r424108) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475314745 -SHA256 (MediaBrowser-Emby-3.0.7300_GH0.tar.gz) = 531689a7a3ad5babeefda4306bb033eb31faf492b8a8ee489e2a114a1197a376 -SIZE (MediaBrowser-Emby-3.0.7300_GH0.tar.gz) = 55117899 +TIMESTAMP = 1476636189 +SHA256 (MediaBrowser-Emby-3.0.8100_GH0.tar.gz) = 71d0e6cae1cccb219e2e818f51f67e379f69b0797a09af9d5f8ef42273ca3e81 +SIZE (MediaBrowser-Emby-3.0.8100_GH0.tar.gz) = 53510687 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Mon Oct 17 10:57:45 2016 (r424107) +++ head/multimedia/emby-server/pkg-plist Mon Oct 17 11:09:43 2016 (r424108) @@ -26,12 +26,16 @@ lib/emby-server/MediaBrowser.Server.Mono lib/emby-server/MediaBrowser.Server.Startup.Common.dll lib/emby-server/MediaBrowser.WebDashboard.dll lib/emby-server/MediaBrowser.XbmcMetadata.dll +lib/emby-server/Microsoft.IO.RecyclableMemoryStream.dll lib/emby-server/Mono.Nat.dll +lib/emby-server/Mono.Nat.dll.mdb lib/emby-server/Mono.Posix.dll lib/emby-server/MoreLinq.dll lib/emby-server/NLog.dll lib/emby-server/OpenSubtitlesHandler.dll lib/emby-server/Patterns.Logging.dll +lib/emby-server/Rssdp.NetFx40.dll +lib/emby-server/Rssdp.Portable.dll lib/emby-server/ServiceStack.Api.Swagger.dll lib/emby-server/ServiceStack.Client.dll lib/emby-server/ServiceStack.Common.dll @@ -152,6 +156,14 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/cryptojslib/copyright.txt lib/emby-server/dashboard-ui/bower_components/cryptojslib/push.bat lib/emby-server/dashboard-ui/bower_components/cryptojslib/status.bat +lib/emby-server/dashboard-ui/bower_components/document-register-element/.bower.json +lib/emby-server/dashboard-ui/bower_components/document-register-element/LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/document-register-element/README.md +lib/emby-server/dashboard-ui/bower_components/document-register-element/RESOURCES.md +lib/emby-server/dashboard-ui/bower_components/document-register-element/basic.html +lib/emby-server/dashboard-ui/bower_components/document-register-element/bower.json +lib/emby-server/dashboard-ui/bower_components/document-register-element/build/document-register-element.js +lib/emby-server/dashboard-ui/bower_components/document-register-element/testrunner.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/.bower.json lib/emby-server/dashboard-ui/bower_components/emby-apiclient/LICENSE.md lib/emby-server/dashboard-ui/bower_components/emby-apiclient/README.md @@ -225,6 +237,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-tabs/emby-tabs.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-textarea/emby-textarea.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-textarea/emby-textarea.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-toggle/emby-toggle.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/emby-toggle/emby-toggle.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fetchhelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/filedownloader.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/focusmanager.js @@ -295,15 +309,19 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fullscreen/fullscreen-doubleclick.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fullscreen/fullscreenmanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/globalize.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide-categories.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide-categories.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide-settings.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide-settings.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/programs.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/imageeditor/imageeditor.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/imageeditor/imageeditor.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/basicimagefetcher.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/indexeddbimagefetcher.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/persistentimagefetcher.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/indicators/indicators.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/indicators/indicators.js @@ -347,11 +365,17 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/qualityoptions.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/empty.png lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingeditor.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingeditor.template.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingfields.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingfields.template.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordinghelper.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/seriesrecordingeditor.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/seriesrecordingeditor.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/refreshdialog/refreshdialog.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/require/requirecss.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/require/requirehtml.js @@ -365,15 +389,15 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/serviceworker/sync.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/sharingmanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/sharingmenu.js -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/LICENSE -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/README.md -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/css/social-share-kit.css -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/fonts/social-share-kit.eot -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/fonts/social-share-kit.svg -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/fonts/social-share-kit.ttf -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/fonts/social-share-kit.woff -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/js/social-share-kit.js -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/js/social-share-kit.min.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.10/LICENSE +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.10/README.md +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.10/dist/css/social-share-kit.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.10/dist/fonts/social-share-kit.eot +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.10/dist/fonts/social-share-kit.svg +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.10/dist/fonts/social-share-kit.ttf +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.10/dist/fonts/social-share-kit.woff +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.10/dist/js/social-share-kit.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.10/dist/js/social-share-kit.min.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/shell.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/shortcuts.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js @@ -468,213 +492,33 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.min.js lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.min.js.map lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.min.map -lib/emby-server/dashboard-ui/bower_components/headroom.js/.bower.json -lib/emby-server/dashboard-ui/bower_components/headroom.js/LICENSE -lib/emby-server/dashboard-ui/bower_components/headroom.js/README.md -lib/emby-server/dashboard-ui/bower_components/headroom.js/bower.json -lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/angular.headroom.js -lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/angular.headroom.min.js -lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/headroom.js -lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/headroom.min.js -lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/jQuery.headroom.js -lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/jQuery.headroom.min.js -lib/emby-server/dashboard-ui/bower_components/headroom.js/package.json -lib/emby-server/dashboard-ui/bower_components/hls.js/.bower.json -lib/emby-server/dashboard-ui/bower_components/hls.js/API.md -lib/emby-server/dashboard-ui/bower_components/hls.js/LICENSE -lib/emby-server/dashboard-ui/bower_components/hls.js/README.md -lib/emby-server/dashboard-ui/bower_components/hls.js/bower.json -lib/emby-server/dashboard-ui/bower_components/hls.js/design.md -lib/emby-server/dashboard-ui/bower_components/hls.js/dist/hls.min.js -lib/emby-server/dashboard-ui/bower_components/hls.js/hls.js.sublime-project -lib/emby-server/dashboard-ui/bower_components/hls.js/package.json -lib/emby-server/dashboard-ui/bower_components/howler.js/.bower.json -lib/emby-server/dashboard-ui/bower_components/howler.js/CHANGELOG.md -lib/emby-server/dashboard-ui/bower_components/howler.js/LICENSE.md -lib/emby-server/dashboard-ui/bower_components/howler.js/README.md -lib/emby-server/dashboard-ui/bower_components/howler.js/bower.json -lib/emby-server/dashboard-ui/bower_components/howler.js/howler.min.js -lib/emby-server/dashboard-ui/bower_components/howler.js/package.json -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/README.md -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/demo/x-announces.html -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/index.html -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/iron-a11y-announcer.html -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/test/iron-a11y-announcer.html -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/README.md -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/demo/x-key-aware.html -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/index.html -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/test/basic-test.html -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/README.md -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/demo/simple-button.html -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/index.html -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/iron-button-state.html -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/iron-control-state.html -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/active-state.html -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/disabled-state.html -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/focused-state.html -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/test-elements.html -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/README.md -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/demo/simple-checkbox.html -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/index.html -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/iron-checked-element-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/basic.html -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/simple-checkbox.html -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/README.md -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/demo-pages-shared-styles.html -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/demo-snippet.html -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/demo/url-bar.html -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/index.html -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/test/basic.html -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/url-bar.html -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/README.md -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/classes/iron-flex-layout.html -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/classes/iron-shadow-flex-layout.html -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/index.html -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/iron-flex-layout-classes.html -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/iron-flex-layout.html -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/test/iron-flex-layout-classes.html -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/test/iron-flex-layout.html -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/README.md -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/demo/simple-element.html -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/demo/simple-form.html -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/index.html -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/iron-form-element-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/basic.html -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/simple-element.html -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/simple-form.html -lib/emby-server/dashboard-ui/bower_components/iron-icon/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-icon/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-icon/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-icon/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-icon/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-icon/README.md -lib/emby-server/dashboard-ui/bower_components/iron-icon/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-icon/demo/async.html -lib/emby-server/dashboard-ui/bower_components/iron-icon/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-icon/demo/location.png -lib/emby-server/dashboard-ui/bower_components/iron-icon/hero.svg -lib/emby-server/dashboard-ui/bower_components/iron-icon/index.html -lib/emby-server/dashboard-ui/bower_components/iron-icon/iron-icon.html -lib/emby-server/dashboard-ui/bower_components/iron-icon/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-icon/test/iron-icon.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-icons/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-icons/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-icons/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-icons/README.md -lib/emby-server/dashboard-ui/bower_components/iron-icons/av-icons.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-icons/communication-icons.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/device-icons.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/editor-icons.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/hardware-icons.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/hero.svg -lib/emby-server/dashboard-ui/bower_components/iron-icons/image-icons.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/index.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/iron-icons.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/maps-icons.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/notification-icons.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/places-icons.html -lib/emby-server/dashboard-ui/bower_components/iron-icons/social-icons.html -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/README.md -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/demo/svg-sample-icons.html -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/index.html -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/iron-iconset-svg.html -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/test/iron-iconset-svg.html -lib/emby-server/dashboard-ui/bower_components/iron-meta/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-meta/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-meta/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-meta/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-meta/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-meta/README.md -lib/emby-server/dashboard-ui/bower_components/iron-meta/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-meta/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-meta/hero.svg -lib/emby-server/dashboard-ui/bower_components/iron-meta/index.html -lib/emby-server/dashboard-ui/bower_components/iron-meta/iron-meta.html -lib/emby-server/dashboard-ui/bower_components/iron-meta/test/basic.html -lib/emby-server/dashboard-ui/bower_components/iron-meta/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-meta/test/iron-meta.html -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/README.md -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/demo/cats-only.html -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/demo/validatable-input.html -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/index.html -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/iron-validatable-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/cats-only.html -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/dogs-only.html -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/iron-validatable-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/test-validatable.html +lib/emby-server/dashboard-ui/bower_components/headroomjs/.bower.json +lib/emby-server/dashboard-ui/bower_components/headroomjs/LICENSE +lib/emby-server/dashboard-ui/bower_components/headroomjs/README.md +lib/emby-server/dashboard-ui/bower_components/headroomjs/bower.json +lib/emby-server/dashboard-ui/bower_components/headroomjs/dist/angular.headroom.js +lib/emby-server/dashboard-ui/bower_components/headroomjs/dist/angular.headroom.min.js +lib/emby-server/dashboard-ui/bower_components/headroomjs/dist/headroom.js +lib/emby-server/dashboard-ui/bower_components/headroomjs/dist/headroom.min.js +lib/emby-server/dashboard-ui/bower_components/headroomjs/dist/jQuery.headroom.js +lib/emby-server/dashboard-ui/bower_components/headroomjs/dist/jQuery.headroom.min.js +lib/emby-server/dashboard-ui/bower_components/headroomjs/package.json +lib/emby-server/dashboard-ui/bower_components/hlsjs/.bower.json +lib/emby-server/dashboard-ui/bower_components/hlsjs/API.md +lib/emby-server/dashboard-ui/bower_components/hlsjs/LICENSE +lib/emby-server/dashboard-ui/bower_components/hlsjs/README.md +lib/emby-server/dashboard-ui/bower_components/hlsjs/bower.json +lib/emby-server/dashboard-ui/bower_components/hlsjs/design.md +lib/emby-server/dashboard-ui/bower_components/hlsjs/dist/hls.min.js +lib/emby-server/dashboard-ui/bower_components/hlsjs/hls.js.sublime-project +lib/emby-server/dashboard-ui/bower_components/hlsjs/package.json +lib/emby-server/dashboard-ui/bower_components/howlerjs/.bower.json +lib/emby-server/dashboard-ui/bower_components/howlerjs/CHANGELOG.md +lib/emby-server/dashboard-ui/bower_components/howlerjs/LICENSE.md +lib/emby-server/dashboard-ui/bower_components/howlerjs/README.md +lib/emby-server/dashboard-ui/bower_components/howlerjs/bower.json +lib/emby-server/dashboard-ui/bower_components/howlerjs/howler.min.js +lib/emby-server/dashboard-ui/bower_components/howlerjs/package.json lib/emby-server/dashboard-ui/bower_components/jquery/.bower.json lib/emby-server/dashboard-ui/bower_components/jquery/AUTHORS.txt lib/emby-server/dashboard-ui/bower_components/jquery/LICENSE.txt @@ -691,7 +535,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/dist/sizzle.js lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/dist/sizzle.min.js lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/dist/sizzle.min.map -lib/emby-server/dashboard-ui/bower_components/jquery/src/.eslintrc +lib/emby-server/dashboard-ui/bower_components/jquery/src/.eslintrc.json lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax.js lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/jsonp.js lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/load.js @@ -713,6 +557,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/jquery/src/core/ready-no-deferred.js lib/emby-server/dashboard-ui/bower_components/jquery/src/core/ready.js lib/emby-server/dashboard-ui/bower_components/jquery/src/core/readyException.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core/stripAndCollapse.js lib/emby-server/dashboard-ui/bower_components/jquery/src/core/support.js lib/emby-server/dashboard-ui/bower_components/jquery/src/css.js lib/emby-server/dashboard-ui/bower_components/jquery/src/css/addGetHookIf.js @@ -817,93 +662,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/native-promise-only/lib/npo.src.js lib/emby-server/dashboard-ui/bower_components/native-promise-only/package.json lib/emby-server/dashboard-ui/bower_components/native-promise-only/test_adapter.js -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/README.md -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/demo/paper-button.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/demo/paper-radio-button.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/index.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/paper-button-behavior.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/paper-checked-element-behavior.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/paper-inky-focus-behavior.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/paper-ripple-behavior.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/paper-button-behavior.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/paper-checked-element-behavior.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/paper-radio-button-behavior.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/paper-ripple-behavior.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/shadowed-ripple.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/test-button.html -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/test-radio-button.html -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/README.md -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/index.html -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/metadata.html -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/paper-checkbox.html -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/test/basic.html -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/README.md -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/demo/paper-icon-button-light.html -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/index.html -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/paper-icon-button-light.html -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/paper-icon-button.html -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/a11y.html -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/basic.html -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-ripple/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-ripple/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-ripple/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-ripple/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-ripple/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-ripple/README.md -lib/emby-server/dashboard-ui/bower_components/paper-ripple/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-ripple/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-ripple/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-ripple/index.html -lib/emby-server/dashboard-ui/bower_components/paper-ripple/paper-ripple.html -lib/emby-server/dashboard-ui/bower_components/paper-ripple/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-ripple/test/paper-ripple.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-styles/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-styles/README.md -lib/emby-server/dashboard-ui/bower_components/paper-styles/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-styles/classes/global.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/classes/shadow-layout.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/classes/shadow.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/classes/typography.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/color.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/default-theme.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/demo-pages.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/demo.css -lib/emby-server/dashboard-ui/bower_components/paper-styles/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/index.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/paper-styles-classes.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/paper-styles.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/shadow.html -lib/emby-server/dashboard-ui/bower_components/paper-styles/typography.html -lib/emby-server/dashboard-ui/bower_components/polymer/.bower.json -lib/emby-server/dashboard-ui/bower_components/polymer/LICENSE.txt -lib/emby-server/dashboard-ui/bower_components/polymer/bower.json -lib/emby-server/dashboard-ui/bower_components/polymer/polymer-micro.html -lib/emby-server/dashboard-ui/bower_components/polymer/polymer-mini.html -lib/emby-server/dashboard-ui/bower_components/polymer/polymer.html lib/emby-server/dashboard-ui/bower_components/query-string/.bower.json lib/emby-server/dashboard-ui/bower_components/query-string/.editorconfig lib/emby-server/dashboard-ui/bower_components/query-string/.gitattributes @@ -923,6 +681,17 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/requirejs/README.md lib/emby-server/dashboard-ui/bower_components/requirejs/bower.json lib/emby-server/dashboard-ui/bower_components/requirejs/require.js +lib/emby-server/dashboard-ui/bower_components/vibrant/.bower.json +lib/emby-server/dashboard-ui/bower_components/vibrant/LICENSE.md +lib/emby-server/dashboard-ui/bower_components/vibrant/README.md +lib/emby-server/dashboard-ui/bower_components/vibrant/bower.json +lib/emby-server/dashboard-ui/bower_components/vibrant/dist/vibrant.js +lib/emby-server/dashboard-ui/bower_components/vibrant/dist/vibrant.min.js +lib/emby-server/dashboard-ui/bower_components/vibrant/gulpfile.coffee +lib/emby-server/dashboard-ui/bower_components/vibrant/index.html +lib/emby-server/dashboard-ui/bower_components/vibrant/package.json +lib/emby-server/dashboard-ui/bower_components/vibrant/style.css +lib/emby-server/dashboard-ui/bower_components/vibrant/website.coffee lib/emby-server/dashboard-ui/bower_components/web-animations-js/.bower.json lib/emby-server/dashboard-ui/bower_components/web-animations-js/COPYING lib/emby-server/dashboard-ui/bower_components/web-animations-js/History.md @@ -933,19 +702,16 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/web-animations-js/web-animations.html lib/emby-server/dashboard-ui/bower_components/web-animations-js/web-animations.min.js lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/.bower.json -lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/CustomElements.min.js -lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/HTMLImports.min.js -lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/MutationObserver.min.js lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/README.md -lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/ShadowDOM.min.js lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/bower.json lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/package.json lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/webcomponents-lite.min.js -lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/webcomponents.min.js lib/emby-server/dashboard-ui/camerauploadsettings.html lib/emby-server/dashboard-ui/channelitems.html lib/emby-server/dashboard-ui/channels.html lib/emby-server/dashboard-ui/cinemamodeconfiguration.html +lib/emby-server/dashboard-ui/components/accessschedule/accessschedule.js +lib/emby-server/dashboard-ui/components/accessschedule/accessschedule.template.html lib/emby-server/dashboard-ui/components/appfooter/appfooter.css lib/emby-server/dashboard-ui/components/appfooter/appfooter.js lib/emby-server/dashboard-ui/components/apphost.js @@ -1259,7 +1025,6 @@ lib/emby-server/dashboard-ui/scripts/pla lib/emby-server/dashboard-ui/scripts/playlists.js lib/emby-server/dashboard-ui/scripts/plugincatalogpage.js lib/emby-server/dashboard-ui/scripts/pluginspage.js -lib/emby-server/dashboard-ui/scripts/ratingdialog.js lib/emby-server/dashboard-ui/scripts/registrationservices.js lib/emby-server/dashboard-ui/scripts/remotecontrol.js lib/emby-server/dashboard-ui/scripts/reports.js @@ -1358,11 +1123,6 @@ lib/emby-server/dashboard-ui/themes/hall lib/emby-server/dashboard-ui/themes/halloween/theme.js lib/emby-server/dashboard-ui/themes/holiday/style.css lib/emby-server/dashboard-ui/themes/holiday/theme.js -lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.checkbox.css -lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.checkbox.js -lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.collapsible.css -lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.collapsible.js -lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.controlgroup.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.listview.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.panel.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.panel.js @@ -1373,8 +1133,6 @@ lib/emby-server/dashboard-ui/thirdparty/ lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.table.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.table.js lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.widget.js -lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.icons.css -lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.theme.css lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/32px.png lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/40px.png lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/style.css From owner-svn-ports-all@freebsd.org Mon Oct 17 11:17:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71CA0C1499F; Mon, 17 Oct 2016 11:17:05 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25036656; Mon, 17 Oct 2016 11:17:05 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HBH44u000270; Mon, 17 Oct 2016 11:17:04 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HBH4VS000269; Mon, 17 Oct 2016 11:17:04 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201610171117.u9HBH4VS000269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 17 Oct 2016 11:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424109 - head/lang/erlang-riak/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 11:17:05 -0000 Author: wg Date: Mon Oct 17 11:17:04 2016 New Revision: 424109 URL: https://svnweb.freebsd.org/changeset/ports/424109 Log: lang/erlang-riak: fix to build with clang 3.9.0 PR: 213515 Submitted by: dim Added: head/lang/erlang-riak/files/patch-commit-5a00e72 (contents, props changed) Added: head/lang/erlang-riak/files/patch-commit-5a00e72 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-riak/files/patch-commit-5a00e72 Mon Oct 17 11:17:04 2016 (r424109) @@ -0,0 +1,116 @@ +commit 5a00e724a58ee29d4012cca79c8aa33979e74eb6 +Author: Sverker Eriksson +Date: Wed Nov 20 21:33:20 2013 +0100 + + erts: Fix alignment bug in allocator start code + + Bug never released. + +diff --git erts/emulator/beam/erl_alloc_util.c erts/emulator/beam/erl_alloc_util.c +index 1fdee4d..00b87ac 100644 +--- erts/emulator/beam/erl_alloc_util.c ++++ erts/emulator/beam/erl_alloc_util.c +@@ -372,6 +372,8 @@ do { \ + + #define ERTS_CRR_ALCTR_FLG_IN_POOL (((erts_aint_t) 1) << 0) + #define ERTS_CRR_ALCTR_FLG_BUSY (((erts_aint_t) 1) << 1) ++#define ERTS_CRR_ALCTR_FLG_MASK (ERTS_CRR_ALCTR_FLG_IN_POOL | \ ++ ERTS_CRR_ALCTR_FLG_BUSY) + + #ifdef ERTS_SMP + #define SBC_HEADER_SIZE \ +@@ -1404,14 +1406,14 @@ get_used_allctr(Allctr_t *pref_allctr, int pref_lock, void *p, UWord *sizep, + + if (ERTS_ALC_TS_PREF_LOCK_IF_USED == pref_lock + && pref_allctr->thread_safe) { +- used_allctr = (Allctr_t *) (iallctr & ~FLG_MASK); ++ used_allctr = (Allctr_t *) (iallctr & ~ERTS_CRR_ALCTR_FLG_MASK); + if (pref_allctr == used_allctr) { + erts_mtx_lock(&pref_allctr->mutex); + locked_pref_allctr = 1; + } + } + +- while ((iallctr & ((~FLG_MASK)|ERTS_CRR_ALCTR_FLG_IN_POOL)) ++ while ((iallctr & ((~ERTS_CRR_ALCTR_FLG_MASK)|ERTS_CRR_ALCTR_FLG_IN_POOL)) + == (((erts_aint_t) pref_allctr)|ERTS_CRR_ALCTR_FLG_IN_POOL)) { + erts_aint_t act; + +@@ -1426,7 +1428,7 @@ get_used_allctr(Allctr_t *pref_allctr, int pref_lock, void *p, UWord *sizep, + iallctr = act; + } + +- used_allctr = (Allctr_t *) (iallctr & ~FLG_MASK); ++ used_allctr = (Allctr_t *) (iallctr & ~ERTS_CRR_ALCTR_FLG_MASK); + + if (ERTS_ALC_TS_PREF_LOCK_IF_USED == pref_lock) { + if (locked_pref_allctr && used_allctr != pref_allctr) { +@@ -1436,16 +1438,16 @@ get_used_allctr(Allctr_t *pref_allctr, int pref_lock, void *p, UWord *sizep, + } + + ERTS_ALC_CPOOL_ASSERT( +- (((iallctr & ~FLG_MASK) == (erts_aint_t) pref_allctr) +- ? (((iallctr & FLG_MASK) == ERTS_CRR_ALCTR_FLG_IN_POOL) +- || ((iallctr & FLG_MASK) == 0)) ++ (((iallctr & ~ERTS_CRR_ALCTR_FLG_MASK) == (erts_aint_t) pref_allctr) ++ ? (((iallctr & ERTS_CRR_ALCTR_FLG_MASK) == ERTS_CRR_ALCTR_FLG_IN_POOL) ++ || ((iallctr & ERTS_CRR_ALCTR_FLG_MASK) == 0)) + : 1)); + + return used_allctr; + } + } + +- used_allctr = (Allctr_t *) (iallctr & ~FLG_MASK); ++ used_allctr = (Allctr_t *) (iallctr & ~ERTS_CRR_ALCTR_FLG_MASK); + + if (ERTS_ALC_TS_PREF_LOCK_IF_USED == pref_lock + && used_allctr == pref_allctr +@@ -1776,7 +1778,7 @@ handle_delayed_dealloc(Allctr_t *allctr, + ERTS_ALC_CPOOL_ASSERT(allctr == crr->cpool.orig_allctr); + ERTS_ALC_CPOOL_ASSERT(((erts_aint_t) allctr) + != (erts_smp_atomic_read_nob(&crr->allctr) +- & ~FLG_MASK)); ++ & ~ERTS_CRR_ALCTR_FLG_MASK)); + + erts_smp_atomic_set_nob(&crr->allctr, ((erts_aint_t) allctr)); + +@@ -2919,7 +2921,7 @@ cpool_fetch(Allctr_t *allctr, UWord size) + #ifdef ERTS_ALC_CPOOL_DEBUG + ERTS_ALC_CPOOL_ASSERT(erts_smp_atomic_xchg_nob(&crr->allctr, + ((erts_aint_t) allctr)) +- == (((erts_aint_t) allctr) & ~FLG_MASK)); ++ == (((erts_aint_t) allctr) & ~ERTS_CRR_ALCTR_FLG_MASK)); + #else + erts_smp_atomic_set_nob(&crr->allctr, ((erts_aint_t) allctr)); + #endif +@@ -2961,7 +2963,7 @@ cpool_fetch(Allctr_t *allctr, UWord size) + (erts_aint_t) allctr, + exp); + if (act == exp) { +- cpool_delete(allctr, ((Allctr_t *) (act & ~FLG_MASK)), crr); ++ cpool_delete(allctr, ((Allctr_t *) (act & ~ERTS_CRR_ALCTR_FLG_MASK)), crr); + return crr; + } + } +@@ -3056,7 +3058,7 @@ schedule_dealloc_carrier(Allctr_t *allctr, Carrier_t *crr) + ERTS_ALC_CPOOL_ASSERT(crr == FIRST_BLK_TO_MBC(allctr, blk)); + ERTS_ALC_CPOOL_ASSERT(((erts_aint_t) allctr) + == (erts_smp_atomic_read_nob(&crr->allctr) +- & ~FLG_MASK)); ++ & ~ERTS_CRR_ALCTR_FLG_MASK)); + + if (ddq_enqueue(&orig_allctr->dd.q, BLK2UMEM(blk), cinit)) + erts_alloc_notify_delayed_dealloc(orig_allctr->ix); +@@ -5422,6 +5424,11 @@ erts_alcu_start(Allctr_t *allctr, AllctrInit_t *init) + { + /* erts_alcu_start assumes that allctr has been zeroed */ + ++ if (((UWord)allctr & ERTS_CRR_ALCTR_FLG_MASK) != 0) { ++ erl_exit(ERTS_ABORT_EXIT, "%s:%d:erts_alcu_start: Alignment error\n", ++ __FILE__, __LINE__); ++ } ++ + if (!initialized) + goto error; + From owner-svn-ports-all@freebsd.org Mon Oct 17 12:02:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B66A2C15E31; Mon, 17 Oct 2016 12:02:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85BD7E99; Mon, 17 Oct 2016 12:02:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HC2wB4018760; Mon, 17 Oct 2016 12:02:58 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HC2wD4018758; Mon, 17 Oct 2016 12:02:58 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610171202.u9HC2wD4018758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 17 Oct 2016 12:02:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424110 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 12:02:59 -0000 Author: mat Date: Mon Oct 17 12:02:58 2016 New Revision: 424110 URL: https://svnweb.freebsd.org/changeset/ports/424110 Log: Update to v5.25.5-115-g4eadd82. Changes: https://github.com/Perl/perl5/compare/v5.25.5-76-g91dca83...v5.25.5-115-g4eadd82 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Oct 17 11:17:04 2016 (r424109) +++ head/lang/perl5-devel/Makefile Mon Oct 17 12:02:58 2016 (r424110) @@ -30,7 +30,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.25.5-76-g91dca83 +GH_TAGNAME= v5.25.5-115-g4eadd82 MAKE_JOBS_UNSAFE= yes Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Oct 17 11:17:04 2016 (r424109) +++ head/lang/perl5-devel/distinfo Mon Oct 17 12:02:58 2016 (r424110) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476094254 -SHA256 (perl/perl-5.25.5-76_GH0.tar.gz) = 95a89ec7387a7300926936d950d4c76a4fa612cc8d347120ff6ff2f2d80ea1b7 -SIZE (perl/perl-5.25.5-76_GH0.tar.gz) = 18281463 +TIMESTAMP = 1476703397 +SHA256 (perl/perl-5.25.5-115_GH0.tar.gz) = 117fc36da910d0e5d6a8c226088cff17791bc2795f3745d8d11a173c963a7034 +SIZE (perl/perl-5.25.5-115_GH0.tar.gz) = 18298414 From owner-svn-ports-all@freebsd.org Mon Oct 17 12:03:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CBA8C15E4C; Mon, 17 Oct 2016 12:03:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 344C4EA6; Mon, 17 Oct 2016 12:03:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HC34ap018914; Mon, 17 Oct 2016 12:03:04 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HC34RD018910; Mon, 17 Oct 2016 12:03:04 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610171203.u9HC34RD018910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 17 Oct 2016 12:03:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424111 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 12:03:05 -0000 Author: mat Date: Mon Oct 17 12:03:03 2016 New Revision: 424111 URL: https://svnweb.freebsd.org/changeset/ports/424111 Log: Update to latest commit. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind9-devel/files/patch-configure (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Oct 17 12:02:58 2016 (r424110) +++ head/dns/bind9-devel/Makefile Mon Oct 17 12:03:03 2016 (r424111) @@ -30,8 +30,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= MPL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2016.10.10 -HASH= d3f29e7 +ISCVERSION= 9.12.0a.2016.10.16 +HASH= 0b15ee0 USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Oct 17 12:02:58 2016 (r424110) +++ head/dns/bind9-devel/distinfo Mon Oct 17 12:03:03 2016 (r424111) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476095407 -SHA256 (bind9-d3f29e7.tar.gz) = 7f27b9099cdf32ae7166559b14d7e4f4dad16f6375302a1b935db23b4e1a1d52 -SIZE (bind9-d3f29e7.tar.gz) = 11848197 +TIMESTAMP = 1476704636 +SHA256 (bind9-0b15ee0.tar.gz) = 33b0a2bb0dec34a481dbbcb4b1852881e0e1d1808e8487698fec3750e0b4996a +SIZE (bind9-0b15ee0.tar.gz) = 11850388 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Oct 17 12:02:58 2016 (r424110) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Oct 17 12:03:03 2016 (r424111) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2016-09-28 03:45:58 UTC +--- bin/named/config.c.orig 2016-10-16 01:06:28 UTC +++ bin/named/config.c @@ -154,6 +154,8 @@ options {\n\ lame-ttl 600;\n\ @@ -9,7 +9,7 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2016-09-28 03:45:58 UTC +--- bin/named/server.c.orig 2016-10-16 01:06:28 UTC +++ bin/named/server.c @@ -3638,6 +3638,16 @@ configure_view(dns_view_t *view, dns_vie } @@ -28,7 +28,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2016-09-28 03:45:58 UTC +--- lib/dns/include/dns/view.h.orig 2016-10-16 01:06:28 UTC +++ lib/dns/include/dns/view.h @@ -146,6 +146,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,7 +39,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2016-09-28 03:45:58 UTC +--- lib/dns/resolver.c.orig 2016-10-16 01:06:28 UTC +++ lib/dns/resolver.c @@ -5431,6 +5431,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } @@ -60,9 +60,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2016-09-28 03:45:58 UTC +--- lib/isccfg/namedconf.c.orig 2016-10-16 01:06:28 UTC +++ lib/isccfg/namedconf.c -@@ -1735,6 +1735,8 @@ view_clauses[] = { +@@ -1734,6 +1734,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Mon Oct 17 12:02:58 2016 (r424110) +++ head/dns/bind9-devel/files/patch-configure Mon Oct 17 12:03:03 2016 (r424111) @@ -1,4 +1,4 @@ ---- configure.orig 2016-08-30 04:25:41 UTC +--- configure.orig 2016-10-16 01:06:28 UTC +++ configure @@ -14341,27 +14341,9 @@ done # problems start to show up. @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -22563,7 +22505,7 @@ $as_echo "" >&6; } +@@ -22526,7 +22468,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). From owner-svn-ports-all@freebsd.org Mon Oct 17 12:03:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4B91C15E5F; Mon, 17 Oct 2016 12:03:09 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFFB8F6A; Mon, 17 Oct 2016 12:03:09 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HC38rg019031; Mon, 17 Oct 2016 12:03:08 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HC38mE019029; Mon, 17 Oct 2016 12:03:08 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610171203.u9HC38mE019029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 17 Oct 2016 12:03:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424112 - in head/www/fcgiwrap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 12:03:09 -0000 Author: mat Date: Mon Oct 17 12:03:08 2016 New Revision: 424112 URL: https://svnweb.freebsd.org/changeset/ports/424112 Log: Add changing the owner/group/mode for the socket. PR: 213385 Submitted by: mat Approved by: maintainer Sponsored by: Absolight Modified: head/www/fcgiwrap/Makefile (contents, props changed) head/www/fcgiwrap/files/fcgiwrap.in Modified: head/www/fcgiwrap/Makefile ============================================================================== --- head/www/fcgiwrap/Makefile Mon Oct 17 12:03:03 2016 (r424111) +++ head/www/fcgiwrap/Makefile Mon Oct 17 12:03:08 2016 (r424112) @@ -2,7 +2,7 @@ PORTNAME= fcgiwrap PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.skysmurf.nl/comp/FreeBSD/distfiles/ Modified: head/www/fcgiwrap/files/fcgiwrap.in ============================================================================== --- head/www/fcgiwrap/files/fcgiwrap.in Mon Oct 17 12:03:03 2016 (r424111) +++ head/www/fcgiwrap/files/fcgiwrap.in Mon Oct 17 12:03:08 2016 (r424112) @@ -19,6 +19,9 @@ # - tcp6:[ipv6_addr]:port (for ipv6) # fcgiwrap_flags= # Use fcgiwrap_user to run fcgiwrap as user +# Use fcgiwrap_socket_mode to change the mode of the socket +# Use fcgiwrap_socket_owner to change the owner of the socket +# Use fcgiwrap_socket_group to change the group of the socket # fcgiwrap rc.d script supports multiple profiles (a-la rc.d/nginx) # When profiles are specified, the non-profile specific parameters become defaults. @@ -29,10 +32,12 @@ # fcgiwrap_enable="YES" # fcgiwrap_profiles="myserver myotherserver" # fcgiwrap_flags="-c 4" +# fcgiwrap_socket_owner="www" # fcgiwrap_myserver_socket="unix:/var/run/fcgiwrap.myserver.socket" # fcgiwrap_myserver_user="myuser" # fcgiwrap_myotherserver_socket="unix:/var/run/fcgiwrap.myotherserver.socket" # fcgiwrap_myotherserver_user="myotheruser" +# fcgiwrap_myserver_socket_mode="0775" # fcgiwrap_myotherserver_flags="" # No flags for this profile. . /etc/rc.subr @@ -62,6 +67,26 @@ fcgiwrap_precmd() { install -d -o root -g wheel -m 1777 /var/run/fcgiwrap } +fcgiwrap_postcmd() { + # This is only for unix sockets + case "${fcgiwrap_socket}" in + unix:*) + ;; + *) + return + ;; + esac + if [ -n "${fcgiwrap_socket_mode}" ]; then + chmod ${fcgiwrap_socket_mode} ${fcgiwrap_socket#unix:} + fi + if [ -n "${fcgiwrap_socket_owner}" ]; then + chown ${fcgiwrap_socket_owner} ${fcgiwrap_socket#unix:} + fi + if [ -n "${fcgiwrap_socket_group}" ]; then + chgrp ${fcgiwrap_socket_group} ${fcgiwrap_socket#unix:} + fi +} + fcgiwrap_cleansocket() { # Workaround the fact that fcgiwrap doesn't cleanup his socket at stopping case ${fcgiwrap_socket} in @@ -78,6 +103,7 @@ pidfile="${pidprefix}.pid" # May be a d procname="%%PREFIX%%/sbin/${name}" command="/usr/sbin/daemon" start_precmd="fcgiwrap_precmd" +start_postcmd="fcgiwrap_postcmd" stop_postcmd="fcgiwrap_cleansocket" load_rc_config $name @@ -86,6 +112,9 @@ load_rc_config $name fcgiwrap_enable=${fcgiwrap_enable:-"NO"} fcgiwrap_user=${fcgiwrap_user:-"root"} fcgiwrap_socket=${fcgiwrap_socket:-"unix:/var/run/fcgiwrap/fcgiwrap.sock"} +fcgiwrap_socket_mode=${fcgiwrap_socket_mode:-"0755"} +fcgiwrap_socket_owner=${fcgiwrap_socket_owner:-"root"} +fcgiwrap_socket_group=${fcgiwrap_socket_group:-"wheel"} # This handles profile specific vars. if [ -n "$2" ]; then @@ -96,6 +125,9 @@ if [ -n "$2" ]; then eval fcgiwrap_fib="\${fcgiwrap_${profile}_fib:-${fcgiwrap_fib}}" eval fcgiwrap_user="\${fcgiwrap_${profile}_user:-${fcgiwrap_user}}" eval fcgiwrap_socket="\${fcgiwrap_${profile}_socket:?}" + eval fcgiwrap_socket_mode="\${fcgiwrap_${profile}_socket_mode:-${fcgiwrap_socket_mode}}" + eval fcgiwrap_socket_owner="\${fcgiwrap_${profile}_socket_owner:-${fcgiwrap_socket_owner}}" + eval fcgiwrap_socket_group="\${fcgiwrap_${profile}_socket_group:-${fcgiwrap_socket_group}}" eval fcgiwrap_flags="\${fcgiwrap_${profile}_flags:-${fcgiwrap_flags}}" else echo "$0: extra argument ignored" From owner-svn-ports-all@freebsd.org Mon Oct 17 12:03:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37078C15EE8; Mon, 17 Oct 2016 12:03:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 091161A9; Mon, 17 Oct 2016 12:03:37 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HC3bDf019175; Mon, 17 Oct 2016 12:03:37 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HC3bOU019173; Mon, 17 Oct 2016 12:03:37 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610171203.u9HC3bOU019173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 17 Oct 2016 12:03:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424113 - head/math/R-cran-SuppDists X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 12:03:38 -0000 Author: wen Date: Mon Oct 17 12:03:36 2016 New Revision: 424113 URL: https://svnweb.freebsd.org/changeset/ports/424113 Log: - Update to 1.1.9.4 Modified: head/math/R-cran-SuppDists/Makefile head/math/R-cran-SuppDists/distinfo Modified: head/math/R-cran-SuppDists/Makefile ============================================================================== --- head/math/R-cran-SuppDists/Makefile Mon Oct 17 12:03:08 2016 (r424112) +++ head/math/R-cran-SuppDists/Makefile Mon Oct 17 12:03:36 2016 (r424113) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SuppDists -DISTVERSION= 1.1-9.2 +DISTVERSION= 1.1-9.4 CATEGORIES= math MASTER_SITES= CRAN \ http://r.research.att.com/benchmarks/:benchmark \ Modified: head/math/R-cran-SuppDists/distinfo ============================================================================== --- head/math/R-cran-SuppDists/distinfo Mon Oct 17 12:03:08 2016 (r424112) +++ head/math/R-cran-SuppDists/distinfo Mon Oct 17 12:03:36 2016 (r424113) @@ -1,5 +1,5 @@ -TIMESTAMP = 1473650359 -SHA256 (SuppDists_1.1-9.2.tar.gz) = f0cc599ca9457c22e6e8fdb3fd3ee8b94d3221a5e00904fba5f142929c0c765e -SIZE (SuppDists_1.1-9.2.tar.gz) = 139985 +TIMESTAMP = 1476693880 +SHA256 (SuppDists_1.1-9.4.tar.gz) = fcb571150af66b95dcf0627298c54f7813671d60521a00ed157f63fc2247ddb9 +SIZE (SuppDists_1.1-9.4.tar.gz) = 139989 SHA256 (R-benchmark-25.R) = c7f694280efb6a223ed6da235ff4355d1b8bf0b62a781ef70867e1576bcdb0f8 SIZE (R-benchmark-25.R) = 13666 From owner-svn-ports-all@freebsd.org Mon Oct 17 12:44:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C2B8C138DC; Mon, 17 Oct 2016 12:44:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 23FB2950; Mon, 17 Oct 2016 12:44:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id BD3B0BDCEC; Mon, 17 Oct 2016 14:44:28 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 875C3BDCAD; Mon, 17 Oct 2016 14:44:28 +0200 (CEST) Subject: Re: svn commit: r424084 - in head/net/wireshark: . files To: Joe Marcus Clarke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610162236.u9GMaoKP003312@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <486c7096-a80f-bfa7-8377-50fd153169cc@FreeBSD.org> Date: Mon, 17 Oct 2016 14:44:26 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610162236.u9GMaoKP003312@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="VDfgpm9959xQaqOnb26JrABpFwSC8haNh" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 12:44:32 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --VDfgpm9959xQaqOnb26JrABpFwSC8haNh Content-Type: multipart/mixed; boundary="8wuOk7mjfUNuAePELMpp10hsFgHj9BBWF"; protected-headers="v1" From: Mathieu Arnold To: Joe Marcus Clarke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <486c7096-a80f-bfa7-8377-50fd153169cc@FreeBSD.org> Subject: Re: svn commit: r424084 - in head/net/wireshark: . files References: <201610162236.u9GMaoKP003312@repo.freebsd.org> In-Reply-To: <201610162236.u9GMaoKP003312@repo.freebsd.org> --8wuOk7mjfUNuAePELMpp10hsFgHj9BBWF Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 17/10/2016 =C3=A0 00:36, Joe Marcus Clarke a =C3=A9crit : > Author: marcus > Date: Sun Oct 16 22:36:50 2016 > New Revision: 424084 > URL: https://svnweb.freebsd.org/changeset/ports/424084 > > Log: > Update to 2.2.1. Incorporate patches from PR 213356 to fix the build= > with base Kerberos and add more explicit dependencies. > =20 > For changes in 2.2.1, see https://www.wireshark.org/docs/relnotes/wir= eshark-2.2.1.html . > This still does not seem to build for me: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Building package for tshark-2.2.1 pkg-static: Unable to access file /wrkdirs/usr/ports/net/tshark/work/stag= e/usr/local/lib/libwscodecs.so: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/net/tshark/work/stag= e/usr/local/lib/libwscodecs.so.1: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/net/tshark/work/stag= e/usr/local/lib/libwscodecs.so.1.0.0: No such file or directory *** Error code 1 https://pkg.absolight.fr/data/11amd64-pkgng-default/20161017T141310Z/logs= /errors/tshark-2.2.1.log --=20 Mathieu Arnold --8wuOk7mjfUNuAePELMpp10hsFgHj9BBWF-- --VDfgpm9959xQaqOnb26JrABpFwSC8haNh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYBMesXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IYigP/RQhq7i35oEmE3H0YEuTFtIh MHGtbuo3zJU8Pm31DZhZDuvWhxEBn6Caipumwz8YVrWlN8DKXJFARQvNpBxDzcfN wOWiEdVxxdne3EXu22N5ZqeNtFhAs0ETJBN6d3LfIbvOJpf0NaMxX5VAn5hzSjPy 579L9j8Q8SmZjV3OrvTKJI6PyduBXZaZip1gFEINuWzdla7onb3zMXjDJCCLULnd gK10DSk+cnRc5AM3CHlqsUh9tKsz26WqeFaKPw9Et/W6Lm2o1L3ikvGYTGl14Hwb 5wKd2z2CrzheaMHQ/qgxK7SiY6x8JxT3wL3sfAJmaorlDywlf3eG7Pc1ctgicsTP ABnycL4CFfAeOpR19BQSv/Q51XymhkTMh4EQ96TIaRh6PkW2IIWkSjhE7BS1Wiej j7IImJKfXp+NSoQKBkBHQ+wyHyEQxCxq4NCGljdnIziIbmmKYc7k/A0oOMTpgsBN xrO5et/PtsekcMp84hRuRm9BQZwa1bMvoyv/WNiXqPM1t3TioK5O6PJm5zJAXOaJ qqbL++VvbK0JDWj+GZNuXpZAtgPPLAmLTIuie0jnnaWfDwRMSVls+Vav+BPWxFh0 2rGk36KbHjMZUjrS1WKi3aLW4BjqRfjzW6ZGdUF9csMDqMwtNIORvD2EVd6Z+c5R /es6TIAPajnWgvJ70FOC =LGFT -----END PGP SIGNATURE----- --VDfgpm9959xQaqOnb26JrABpFwSC8haNh-- From owner-svn-ports-all@freebsd.org Mon Oct 17 12:46:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF89CC1392A; Mon, 17 Oct 2016 12:46:25 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6566AA69; Mon, 17 Oct 2016 12:46:25 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HCkO7f034278; Mon, 17 Oct 2016 12:46:24 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HCkOf6034274; Mon, 17 Oct 2016 12:46:24 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201610171246.u9HCkOf6034274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 17 Oct 2016 12:46:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424114 - head/x11/xfce4-whiskermenu-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 12:46:25 -0000 Author: olivierd Date: Mon Oct 17 12:46:24 2016 New Revision: 424114 URL: https://svnweb.freebsd.org/changeset/ports/424114 Log: Update to 1.6.1 Modified: head/x11/xfce4-whiskermenu-plugin/Makefile head/x11/xfce4-whiskermenu-plugin/distinfo head/x11/xfce4-whiskermenu-plugin/pkg-plist Modified: head/x11/xfce4-whiskermenu-plugin/Makefile ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/Makefile Mon Oct 17 12:03:36 2016 (r424113) +++ head/x11/xfce4-whiskermenu-plugin/Makefile Mon Oct 17 12:46:24 2016 (r424114) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-whiskermenu-plugin -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Modified: head/x11/xfce4-whiskermenu-plugin/distinfo ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/distinfo Mon Oct 17 12:03:36 2016 (r424113) +++ head/x11/xfce4-whiskermenu-plugin/distinfo Mon Oct 17 12:46:24 2016 (r424114) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471724973 -SHA256 (xfce4/xfce4-whiskermenu-plugin-1.6.0.tar.bz2) = 7318c5e00a92671b426f546f0f7d9dba618b8ad447f9f266dc079560c8d602b2 -SIZE (xfce4/xfce4-whiskermenu-plugin-1.6.0.tar.bz2) = 156369 +TIMESTAMP = 1476702802 +SHA256 (xfce4/xfce4-whiskermenu-plugin-1.6.1.tar.bz2) = dea0134cf12d8b5a345948b504997bcda256489c67e8604a15abe922ec70d456 +SIZE (xfce4/xfce4-whiskermenu-plugin-1.6.1.tar.bz2) = 157746 Modified: head/x11/xfce4-whiskermenu-plugin/pkg-plist ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/pkg-plist Mon Oct 17 12:03:36 2016 (r424113) +++ head/x11/xfce4-whiskermenu-plugin/pkg-plist Mon Oct 17 12:46:24 2016 (r424114) @@ -15,6 +15,7 @@ share/locale/ar/LC_MESSAGES/xfce4-whiske share/locale/ast/LC_MESSAGES/xfce4-whiskermenu-plugin.mo share/locale/bg/LC_MESSAGES/xfce4-whiskermenu-plugin.mo share/locale/ca/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/ca@valencia/LC_MESSAGES/xfce4-whiskermenu-plugin.mo share/locale/cs/LC_MESSAGES/xfce4-whiskermenu-plugin.mo share/locale/da/LC_MESSAGES/xfce4-whiskermenu-plugin.mo share/locale/de/LC_MESSAGES/xfce4-whiskermenu-plugin.mo From owner-svn-ports-all@freebsd.org Mon Oct 17 13:22:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0679C12632; Mon, 17 Oct 2016 13:22:14 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B06D2FC9; Mon, 17 Oct 2016 13:22:14 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HDMDc5048979; Mon, 17 Oct 2016 13:22:13 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HDMDou048978; Mon, 17 Oct 2016 13:22:13 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201610171322.u9HDMDou048978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Mon, 17 Oct 2016 13:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424115 - head/net/wireshark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 13:22:15 -0000 Author: marcus Date: Mon Oct 17 13:22:13 2016 New Revision: 424115 URL: https://svnweb.freebsd.org/changeset/ports/424115 Log: libwscodecs requires X11. This fixes the build for tshark[-lite]. PR: 213550 Submitted by: sergey@akhmatov.ru Modified: head/net/wireshark/pkg-plist Modified: head/net/wireshark/pkg-plist ============================================================================== --- head/net/wireshark/pkg-plist Mon Oct 17 12:46:24 2016 (r424114) +++ head/net/wireshark/pkg-plist Mon Oct 17 13:22:13 2016 (r424115) @@ -21,9 +21,9 @@ lib/libwireshark.so.8.0.1 lib/libwiretap.so lib/libwiretap.so.6 lib/libwiretap.so.6.0.1 -lib/libwscodecs.so -lib/libwscodecs.so.1 -lib/libwscodecs.so.1.0.0 +%%GUI%%lib/libwscodecs.so +%%GUI%%lib/libwscodecs.so.1 +%%GUI%%lib/libwscodecs.so.1.0.0 lib/libwsutil.so lib/libwsutil.so.7 lib/libwsutil.so.7.0.0 From owner-svn-ports-all@freebsd.org Mon Oct 17 13:41:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7595AC12B5F; Mon, 17 Oct 2016 13:41:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45259C00; Mon, 17 Oct 2016 13:41:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HDfMHt053733; Mon, 17 Oct 2016 13:41:22 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HDfMVS053732; Mon, 17 Oct 2016 13:41:22 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610171341.u9HDfMVS053732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 17 Oct 2016 13:41:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424116 - head/net/ntop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 13:41:23 -0000 Author: mat Date: Mon Oct 17 13:41:22 2016 New Revision: 424116 URL: https://svnweb.freebsd.org/changeset/ports/424116 Log: Don't use install-strip, it tries to strip .a files, and fails. Sponsored by: Absolight Modified: head/net/ntop/Makefile (contents, props changed) Modified: head/net/ntop/Makefile ============================================================================== --- head/net/ntop/Makefile Mon Oct 17 13:22:13 2016 (r424115) +++ head/net/ntop/Makefile Mon Oct 17 13:41:22 2016 (r424116) @@ -34,7 +34,6 @@ CONFIGURE_ARGS= --localstatedir=${DBDIR} --with-ossl-root=${OPENSSLBASE} \ --with-gdbm-root=${LOCALBASE} \ --with-zlib-root=/usr -INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib @@ -73,6 +72,6 @@ pre-install: @cd ${WRKSRC} && ${MAKE_CMD} dnetter post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ntop/plugins/*.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so ${STAGEDIR}${PREFIX}/lib/ntop/plugins/*.so .include From owner-svn-ports-all@freebsd.org Mon Oct 17 14:03:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 004EEC143EC; Mon, 17 Oct 2016 14:03:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE5A2F6F; Mon, 17 Oct 2016 14:03:19 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HE3Ima064645; Mon, 17 Oct 2016 14:03:18 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HE3Ii5064642; Mon, 17 Oct 2016 14:03:18 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610171403.u9HE3Ii5064642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 17 Oct 2016 14:03:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424117 - in head/security/mbedtls: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 14:03:20 -0000 Author: tijl Date: Mon Oct 17 14:03:18 2016 New Revision: 424117 URL: https://svnweb.freebsd.org/changeset/ports/424117 Log: Add DTLS-SRTP (RFC 5764) support for use within Linphone. Obtained from: git://git.linphone.org/linphone-desktop.git Added: head/security/mbedtls/files/patch-dtls-srtp (contents, props changed) Modified: head/security/mbedtls/Makefile Modified: head/security/mbedtls/Makefile ============================================================================== --- head/security/mbedtls/Makefile Mon Oct 17 13:41:22 2016 (r424116) +++ head/security/mbedtls/Makefile Mon Oct 17 14:03:18 2016 (r424117) @@ -3,7 +3,7 @@ PORTNAME= mbedtls PORTVERSION= 2.3.0 DISTVERSIONSUFFIX= -apache -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MASTER_SITES= https://tls.mbed.org/download/ Added: head/security/mbedtls/files/patch-dtls-srtp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/mbedtls/files/patch-dtls-srtp Mon Oct 17 14:03:18 2016 (r424117) @@ -0,0 +1,659 @@ +Add DTLS-SRTP (RFC 5764) support. + +Obtained from: git://git.linphone.org/linphone-desktop.git + +diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h +index d1db0d8..72e2d04 100644 +--- include/mbedtls/config.h ++++ include/mbedtls/config.h +@@ -1154,6 +1154,17 @@ + #define MBEDTLS_SSL_DTLS_HELLO_VERIFY + + /** ++ * \def MBEDTLS_SSL_DTLS_SRTP ++ * ++ * Enable support for DTLS-SRTP, RFC5764 ++ * ++ * Requires: MBEDTLS_SSL_PROTO_DTLS ++ * ++ * Comment this to disable support for DTLS-SRTP. ++ */ ++#define MBEDTLS_SSL_DTLS_SRTP ++ ++/** + * \def MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE + * + * Enable server-side support for clients that reconnect from the same port. +diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h +index 00e1c6c..729e95f 100644 +--- include/mbedtls/ssl.h ++++ include/mbedtls/ssl.h +@@ -326,6 +326,8 @@ + + #define MBEDTLS_TLS_EXT_SIG_ALG 13 + ++#define MBEDTLS_TLS_EXT_USE_SRTP 14 ++ + #define MBEDTLS_TLS_EXT_ALPN 16 + + #define MBEDTLS_TLS_EXT_ENCRYPT_THEN_MAC 22 /* 0x16 */ +@@ -338,6 +340,14 @@ + #define MBEDTLS_TLS_EXT_RENEGOTIATION_INFO 0xFF01 + + /* ++ * use_srtp extension protection profiles values as defined in http://www.iana.org/assignments/srtp-protection/srtp-protection.xhtml ++ */ ++#define MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_80_IANA_VALUE 0x0001 ++#define MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_32_IANA_VALUE 0x0002 ++#define MBEDTLS_SRTP_NULL_HMAC_SHA1_80_IANA_VALUE 0x0005 ++#define MBEDTLS_SRTP_NULL_HMAC_SHA1_32_IANA_VALUE 0x0006 ++ ++/* + * Size defines + */ + #if !defined(MBEDTLS_PSK_MAX_LEN) +@@ -426,6 +436,19 @@ typedef struct mbedtls_ssl_key_cert mbedtls_ssl_key_cert; + typedef struct mbedtls_ssl_flight_item mbedtls_ssl_flight_item; + #endif + ++#if defined(MBEDTLS_SSL_DTLS_SRTP) ++/* ++ * List of SRTP profiles for DTLS-SRTP ++ */ ++enum mbedtls_DTLS_SRTP_protection_profiles { ++ MBEDTLS_SRTP_UNSET_PROFILE, ++ MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_80, ++ MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_32, ++ MBEDTLS_SRTP_NULL_HMAC_SHA1_80, ++ MBEDTLS_SRTP_NULL_HMAC_SHA1_32, ++}; ++#endif /* MBEDTLS_SSL_DTLS_SRTP */ ++ + /* + * This structure is used for storing current session data. + */ +@@ -566,6 +589,14 @@ struct mbedtls_ssl_config + const char **alpn_list; /*!< ordered list of protocols */ + #endif + ++#if defined(MBEDTLS_SSL_DTLS_SRTP) ++ /* ++ * use_srtp extension ++ */ ++ enum mbedtls_DTLS_SRTP_protection_profiles *dtls_srtp_profiles_list; /*!< ordered list of supported srtp profile */ ++ size_t dtls_srtp_profiles_list_len; /*!< number of supported profiles */ ++#endif /* MBEDTLS_SSL_DTLS_SRTP */ ++ + /* + * Numerical settings (int then char) + */ +@@ -765,6 +796,15 @@ struct mbedtls_ssl_context + const char *alpn_chosen; /*!< negotiated protocol */ + #endif + ++#if defined(MBEDTLS_SSL_DTLS_SRTP) ++ /* ++ * use_srtp extension ++ */ ++ enum mbedtls_DTLS_SRTP_protection_profiles chosen_dtls_srtp_profile; /*!< negotiated SRTP profile */ ++ unsigned char *dtls_srtp_keys; /*conf->dtls_srtp_profiles_list == NULL) || (ssl->conf->dtls_srtp_profiles_list_len == 0) ) ++ { ++ return; ++ } ++ ++ MBEDTLS_SSL_DEBUG_MSG( 3, ( "client hello, adding use_srtp extension" ) ); ++ ++ *p++ = (unsigned char)( ( MBEDTLS_TLS_EXT_USE_SRTP >> 8 ) & 0xFF ); ++ *p++ = (unsigned char)( ( MBEDTLS_TLS_EXT_USE_SRTP ) & 0xFF ); ++ ++ /* RFC5764 section 4.1.1 ++ * uint8 SRTPProtectionProfile[2]; ++ * ++ * struct { ++ * SRTPProtectionProfiles SRTPProtectionProfiles; ++ * opaque srtp_mki<0..255>; ++ * } UseSRTPData; ++ ++ * SRTPProtectionProfile SRTPProtectionProfiles<2..2^16-1>; ++ * ++ * Note: srtp_mki is not supported ++ */ ++ ++ /* Extension length = 2bytes for profiles lenght, ssl->conf->dtls_srtp_profiles_list_len*2 (each profile is 2 bytes length ) + 1 byte for the non implemented srtp_mki vector length (always 0) */ ++ *p++ = (unsigned char)( ( ( 2 + 2*(ssl->conf->dtls_srtp_profiles_list_len) + 1 ) >> 8 ) & 0xFF ); ++ *p++ = (unsigned char)( ( ( 2 + 2*(ssl->conf->dtls_srtp_profiles_list_len) + 1 ) ) & 0xFF ); ++ ++ ++ /* protection profile length: 2*(ssl->conf->dtls_srtp_profiles_list_len) */ ++ *p++ = (unsigned char)( ( ( 2*(ssl->conf->dtls_srtp_profiles_list_len) ) >> 8 ) & 0xFF ); ++ *p++ = (unsigned char)( ( 2*(ssl->conf->dtls_srtp_profiles_list_len) ) & 0xFF ); ++ ++ for( protection_profiles_index=0; protection_profiles_index < ssl->conf->dtls_srtp_profiles_list_len; protection_profiles_index++ ) ++ { ++ switch (ssl->conf->dtls_srtp_profiles_list[protection_profiles_index]) { ++ case MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_80: ++ *p++ = ( ( ( MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_80_IANA_VALUE ) >> 8 ) & 0xFF); ++ *p++ = ( ( MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_80_IANA_VALUE ) & 0xFF); ++ break; ++ case MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_32: ++ *p++ = ( ( ( MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_32_IANA_VALUE ) >> 8 ) & 0xFF); ++ *p++ = ( ( MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_32_IANA_VALUE ) & 0xFF); ++ break; ++ case MBEDTLS_SRTP_NULL_HMAC_SHA1_80: ++ *p++ = ( ( ( MBEDTLS_SRTP_NULL_HMAC_SHA1_80_IANA_VALUE ) >> 8 ) & 0xFF); ++ *p++ = ( ( MBEDTLS_SRTP_NULL_HMAC_SHA1_80_IANA_VALUE ) & 0xFF); ++ break; ++ case MBEDTLS_SRTP_NULL_HMAC_SHA1_32: ++ *p++ = ( ( ( MBEDTLS_SRTP_NULL_HMAC_SHA1_32_IANA_VALUE ) >> 8 ) & 0xFF); ++ *p++ = ( ( MBEDTLS_SRTP_NULL_HMAC_SHA1_32_IANA_VALUE ) & 0xFF); ++ break; ++ default: ++ /* Note: we shall never arrive here as protection profiles is checked by ssl_set_dtls_srtp_protection_profiles function */ ++ MBEDTLS_SSL_DEBUG_MSG( 1, ( "client hello, ignore illegal DTLS-SRTP protection profile %d", ssl->conf->dtls_srtp_profiles_list[protection_profiles_index]) ); ++ break; ++ } ++ } ++ ++ *p++ = 0x00; /* non implemented srtp_mki vector length is always 0 */ ++ /* total extension length: extension type (2 bytes) + extension length (2 bytes) + protection profile length (2 bytes) + 2*nb protection profiles + srtp_mki vector length(1 byte)*/ ++ *olen = 2 + 2 + 2 + 2*(ssl->conf->dtls_srtp_profiles_list_len) + 1; ++} ++#endif /* MBEDTLS_SSL_DTLS_SRTP */ ++ + /* + * Generate random bytes for ClientHello + */ +@@ -1006,6 +1079,11 @@ static int ssl_write_client_hello( mbedtls_ssl_context *ssl ) + ext_len += olen; + #endif + ++#if defined(MBEDTLS_SSL_DTLS_SRTP) ++ ssl_write_use_srtp_ext( ssl, p + 2 + ext_len, &olen ); ++ ext_len += olen; ++#endif ++ + #if defined(MBEDTLS_SSL_SESSION_TICKETS) + ssl_write_session_ticket_ext( ssl, p + 2 + ext_len, &olen ); + ext_len += olen; +@@ -1308,6 +1386,81 @@ static int ssl_parse_alpn_ext( mbedtls_ssl_context *ssl, + } + #endif /* MBEDTLS_SSL_ALPN */ + ++#if defined(MBEDTLS_SSL_DTLS_SRTP) ++static int ssl_parse_use_srtp_ext( mbedtls_ssl_context *ssl, ++ const unsigned char *buf, size_t len ) ++{ ++ enum mbedtls_DTLS_SRTP_protection_profiles server_protection = MBEDTLS_SRTP_UNSET_PROFILE; ++ size_t i; ++ uint16_t server_protection_profile_value = 0; ++ ++ /* If use_srtp is not configured, just ignore the extension */ ++ if( ( ssl->conf->dtls_srtp_profiles_list == NULL ) || ( ssl->conf->dtls_srtp_profiles_list_len == 0 ) ) ++ return( 0 ); ++ ++ /* RFC5764 section 4.1.1 ++ * uint8 SRTPProtectionProfile[2]; ++ * ++ * struct { ++ * SRTPProtectionProfiles SRTPProtectionProfiles; ++ * opaque srtp_mki<0..255>; ++ * } UseSRTPData; ++ ++ * SRTPProtectionProfile SRTPProtectionProfiles<2..2^16-1>; ++ * ++ * Note: srtp_mki is not supported ++ */ ++ ++ /* Length is 5 : one protection profile(2 bytes) + length(2 bytes) and potential srtp_mki which won't be parsed */ ++ if( len < 5 ) ++ return( MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO ); ++ ++ /* ++ * get the server protection profile ++ */ ++ if (((uint16_t)(buf[0]<<8 | buf[1])) != 0x0002) { /* protection profile length must be 0x0002 as we must have only one protection profile in server Hello */ ++ return( MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO ); ++ } else { ++ server_protection_profile_value = buf[2]<<8 | buf[3]; ++ } ++ ++ /* ++ * Check we have the server profile in our list ++ */ ++ for( i=0; i < ssl->conf->dtls_srtp_profiles_list_len; i++) ++ { ++ switch ( server_protection_profile_value ) { ++ case MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_80_IANA_VALUE: ++ server_protection = MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_80; ++ break; ++ case MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_32_IANA_VALUE: ++ server_protection = MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_32; ++ break; ++ case MBEDTLS_SRTP_NULL_HMAC_SHA1_80_IANA_VALUE: ++ server_protection = MBEDTLS_SRTP_NULL_HMAC_SHA1_80; ++ break; ++ case MBEDTLS_SRTP_NULL_HMAC_SHA1_32_IANA_VALUE: ++ server_protection = MBEDTLS_SRTP_NULL_HMAC_SHA1_32; ++ break; ++ default: ++ server_protection = MBEDTLS_SRTP_UNSET_PROFILE; ++ break; ++ } ++ ++ if (server_protection == ssl->conf->dtls_srtp_profiles_list[i]) { ++ ssl->chosen_dtls_srtp_profile = ssl->conf->dtls_srtp_profiles_list[i]; ++ return 0; ++ } ++ } ++ ++ /* If we get there, no match was found : server problem, it shall never answer with incompatible profile */ ++ ssl->chosen_dtls_srtp_profile = MBEDTLS_SRTP_UNSET_PROFILE; ++ mbedtls_ssl_send_alert_message( ssl, MBEDTLS_SSL_ALERT_LEVEL_FATAL, ++ MBEDTLS_SSL_ALERT_MSG_HANDSHAKE_FAILURE ); ++ return( MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO ); ++} ++#endif /* MBEDTLS_SSL_DTLS_SRTP */ ++ + /* + * Parse HelloVerifyRequest. Only called after verifying the HS type. + */ +@@ -1786,6 +1939,16 @@ static int ssl_parse_server_hello( mbedtls_ssl_context *ssl ) + break; + #endif /* MBEDTLS_SSL_ALPN */ + ++#if defined(MBEDTLS_SSL_DTLS_SRTP) ++ case MBEDTLS_TLS_EXT_USE_SRTP: ++ MBEDTLS_SSL_DEBUG_MSG( 3, ( "found use_srtp extension" ) ); ++ ++ if( ( ret = ssl_parse_use_srtp_ext( ssl, ext + 4, ext_size ) ) != 0 ) ++ return( ret ); ++ ++ break; ++#endif /* MBEDTLS_SSL_DTLS_SRTP */ ++ + default: + MBEDTLS_SSL_DEBUG_MSG( 3, ( "unknown extension found: %d (ignoring)", + ext_id ) ); +diff --git a/library/ssl_srv.c b/library/ssl_srv.c +index 6b5b461..72b50ab 100644 +--- library/ssl_srv.c ++++ library/ssl_srv.c +@@ -573,6 +573,78 @@ static int ssl_parse_alpn_ext( mbedtls_ssl_context *ssl, + } + #endif /* MBEDTLS_SSL_ALPN */ + ++#if defined(MBEDTLS_SSL_DTLS_SRTP) ++static int ssl_parse_use_srtp_ext( mbedtls_ssl_context *ssl, ++ const unsigned char *buf, size_t len ) ++{ ++ enum mbedtls_DTLS_SRTP_protection_profiles client_protection = MBEDTLS_SRTP_UNSET_PROFILE; ++ size_t i,j; ++ uint16_t profile_length; ++ ++ /* If use_srtp is not configured, just ignore the extension */ ++ if( ( ssl->conf->dtls_srtp_profiles_list == NULL ) || ( ssl->conf->dtls_srtp_profiles_list_len == 0 ) ) ++ return( 0 ); ++ ++ /* RFC5764 section 4.1.1 ++ * uint8 SRTPProtectionProfile[2]; ++ * ++ * struct { ++ * SRTPProtectionProfiles SRTPProtectionProfiles; ++ * opaque srtp_mki<0..255>; ++ * } UseSRTPData; ++ ++ * SRTPProtectionProfile SRTPProtectionProfiles<2..2^16-1>; ++ * ++ * Note: srtp_mki is not supported ++ */ ++ ++ /* Min length is 5 : at least one protection profile(2 bytes) and length(2 bytes) + srtp_mki length(1 byte) */ ++ if( len < 5 ) ++ return( MBEDTLS_ERR_SSL_BAD_HS_CLIENT_HELLO ); ++ ++ /* ++ * Use our order of preference ++ */ ++ profile_length = buf[0]<<8|buf[1]; /* first 2 bytes are protection profile length(in bytes) */ ++ for( i=0; i < ssl->conf->dtls_srtp_profiles_list_len; i++) ++ { ++ /* parse the extension list values are defined in http://www.iana.org/assignments/srtp-protection/srtp-protection.xhtml */ ++ for (j=0; jconf->dtls_srtp_profiles_list[i]) { ++ ssl->chosen_dtls_srtp_profile = ssl->conf->dtls_srtp_profiles_list[i]; ++ return 0; ++ } ++ } ++ } ++ ++ /* If we get there, no match was found */ ++ ssl->chosen_dtls_srtp_profile = MBEDTLS_SRTP_UNSET_PROFILE; ++ mbedtls_ssl_send_alert_message( ssl, MBEDTLS_SSL_ALERT_LEVEL_FATAL, ++ MBEDTLS_SSL_ALERT_MSG_HANDSHAKE_FAILURE ); ++ return( MBEDTLS_ERR_SSL_BAD_HS_CLIENT_HELLO ); ++} ++#endif /* MBEDTLS_SSL_DTLS_SRTP */ ++ + /* + * Auxiliary functions for ServerHello parsing and related actions + */ +@@ -1675,7 +1747,16 @@ read_record_header: + if( ret != 0 ) + return( ret ); + break; +-#endif /* MBEDTLS_SSL_SESSION_TICKETS */ ++#endif /* MBEDTLS_SSL_ALPN */ ++ ++#if defined(MBEDTLS_SSL_DTLS_SRTP) ++ case MBEDTLS_TLS_EXT_USE_SRTP: ++ MBEDTLS_SSL_DEBUG_MSG( 3, ( "found use_srtp extension" ) ); ++ ret = ssl_parse_use_srtp_ext( ssl, ext + 4, ext_size ); ++ if ( ret != 0) ++ return( ret ); ++ break; ++#endif /* MBEDTLS_SSL_DTLS_SRTP */ + + default: + MBEDTLS_SSL_DEBUG_MSG( 3, ( "unknown extension found: %d (ignoring)", +@@ -2144,6 +2225,57 @@ static void ssl_write_alpn_ext( mbedtls_ssl_context *ssl, + } + #endif /* MBEDTLS_ECDH_C || MBEDTLS_ECDSA_C */ + ++#if defined(MBEDTLS_SSL_DTLS_SRTP ) ++static void ssl_write_use_srtp_ext( mbedtls_ssl_context *ssl, ++ unsigned char *buf, size_t *olen ) ++{ ++ if( ssl->chosen_dtls_srtp_profile == MBEDTLS_SRTP_UNSET_PROFILE ) ++ { ++ *olen = 0; ++ return; ++ } ++ ++ MBEDTLS_SSL_DEBUG_MSG( 3, ( "server hello, adding use_srtp extension" ) ); ++ ++ /* extension */ ++ buf[0] = (unsigned char)( ( MBEDTLS_TLS_EXT_USE_SRTP >> 8 ) & 0xFF ); ++ buf[1] = (unsigned char)( ( MBEDTLS_TLS_EXT_USE_SRTP ) & 0xFF ); ++ /* total length (5: only one profile(2 bytes) and length(2bytes) and srtp_mki not supported so zero length(1byte) ) */ ++ buf[2] = 0x00; ++ buf[3] = 0x05; ++ ++ /* protection profile length: 2 */ ++ buf[4] = 0x00; ++ buf[5] = 0x02; ++ switch (ssl->chosen_dtls_srtp_profile) { ++ case MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_80: ++ buf[6] = (unsigned char)( ( MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_80_IANA_VALUE >> 8) & 0xFF ); ++ buf[7] = (unsigned char)( ( MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_80_IANA_VALUE ) & 0xFF ); ++ break; ++ case MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_32: ++ buf[6] = (unsigned char)( ( MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_32_IANA_VALUE >> 8) & 0xFF ); ++ buf[7] = (unsigned char)( ( MBEDTLS_SRTP_AES128_CM_HMAC_SHA1_32_IANA_VALUE ) & 0xFF ); ++ break; ++ case MBEDTLS_SRTP_NULL_HMAC_SHA1_80: ++ buf[6] = (unsigned char)( ( MBEDTLS_SRTP_NULL_HMAC_SHA1_80_IANA_VALUE >> 8) & 0xFF ); ++ buf[7] = (unsigned char)( ( MBEDTLS_SRTP_NULL_HMAC_SHA1_80_IANA_VALUE ) & 0xFF ); ++ break; ++ case MBEDTLS_SRTP_NULL_HMAC_SHA1_32: ++ buf[6] = (unsigned char)( ( MBEDTLS_SRTP_NULL_HMAC_SHA1_32_IANA_VALUE >> 8) & 0xFF ); ++ buf[7] = (unsigned char)( ( MBEDTLS_SRTP_NULL_HMAC_SHA1_32_IANA_VALUE ) & 0xFF ); ++ break; ++ default: ++ *olen = 0; ++ return; ++ break; ++ } ++ ++ buf[8] = 0x00; /* unsupported srtp_mki variable length vector set to 0 */ ++ ++ *olen = 9; ++} ++#endif /* MBEDTLS_SSL_DTLS_SRTP */ ++ + #if defined(MBEDTLS_SSL_DTLS_HELLO_VERIFY) + static int ssl_write_hello_verify_request( mbedtls_ssl_context *ssl ) + { +@@ -2408,6 +2540,11 @@ static int ssl_write_server_hello( mbedtls_ssl_context *ssl ) + ext_len += olen; + #endif + ++#if defined(MBEDTLS_SSL_DTLS_SRTP) ++ ssl_write_use_srtp_ext( ssl, p + 2 + ext_len, &olen); ++ ext_len += olen; ++#endif ++ + MBEDTLS_SSL_DEBUG_MSG( 3, ( "server hello, total extension length: %d", ext_len ) ); + + if( ext_len > 0 ) +diff --git a/library/ssl_tls.c b/library/ssl_tls.c +index 4424f56..940f8aa 100644 +--- library/ssl_tls.c ++++ library/ssl_tls.c +@@ -373,7 +373,7 @@ static int tls_prf_generic( mbedtls_md_type_t md_type, + { + size_t nb; + size_t i, j, k, md_len; +- unsigned char tmp[128]; ++ unsigned char tmp[144]; + unsigned char h_i[MBEDTLS_MD_MAX_SIZE]; + const mbedtls_md_info_t *md_info; + mbedtls_md_context_t md_ctx; +@@ -636,6 +636,30 @@ int mbedtls_ssl_derive_keys( mbedtls_ssl_context *ssl ) + else + MBEDTLS_SSL_DEBUG_MSG( 3, ( "no premaster (session resumed)" ) ); + ++#if defined(MBEDTLS_SSL_DTLS_SRTP) ++ /* check if we have a chosen srtp protection profile */ ++ if (ssl->chosen_dtls_srtp_profile != MBEDTLS_SRTP_UNSET_PROFILE) { ++ /* derive key material for srtp session RFC5764 section 4.2 */ ++ /* master key and master salt are respectively 128 bits and 112 bits for all currently available modes : ++ * SRTP_AES128_CM_HMAC_SHA1_80, SRTP_AES128_CM_HMAC_SHA1_32 ++ * SRTP_NULL_HMAC_SHA1_80, SRTP_NULL_HMAC_SHA1_32 ++ * So we must export 2*(128 + 112) = 480 bits ++ */ ++ ssl->dtls_srtp_keys_len = 60; ++ ++ ssl->dtls_srtp_keys = (unsigned char *)mbedtls_calloc(1, ssl->dtls_srtp_keys_len); ++ ++ ret = handshake->tls_prf( session->master, 48, "EXTRACTOR-dtls_srtp", ++ handshake->randbytes, 64, ssl->dtls_srtp_keys, ssl->dtls_srtp_keys_len ); ++ ++ if( ret != 0 ) ++ { ++ MBEDTLS_SSL_DEBUG_RET( 1, "dtls srtp prf", ret ); ++ return( ret ); ++ } ++ } ++#endif /* MBEDTLS_SSL_DTLS_SRTP */ ++ + /* + * Swap the client and server random values. + */ +@@ -5408,6 +5432,12 @@ int mbedtls_ssl_setup( mbedtls_ssl_context *ssl, + ssl->in_msg = ssl->in_buf + 13; + } + ++#if defined(MBEDTLS_SSL_DTLS_SRTP) ++ ssl->chosen_dtls_srtp_profile = MBEDTLS_SRTP_UNSET_PROFILE; ++ ssl->dtls_srtp_keys = NULL; ++ ssl->dtls_srtp_keys_len = 0; ++#endif ++ + if( ( ret = ssl_handshake_init( ssl ) ) != 0 ) + return( ret ); + +@@ -5997,6 +6027,61 @@ const char *mbedtls_ssl_get_alpn_protocol( const mbedtls_ssl_context *ssl ) + } + #endif /* MBEDTLS_SSL_ALPN */ + ++#if defined(MBEDTLS_SSL_DTLS_SRTP) ++int mbedtls_ssl_conf_dtls_srtp_protection_profiles( mbedtls_ssl_config *conf, const enum mbedtls_DTLS_SRTP_protection_profiles *profiles, size_t profiles_number) ++{ ++ size_t i; ++ /* check in put validity : must be a list of profiles from enumeration */ ++ /* maximum length is 4 as only 4 protection profiles are defined */ ++ if (profiles_number>4) { ++ return MBEDTLS_ERR_SSL_BAD_INPUT_DATA; ++ } ++ ++ mbedtls_free(conf->dtls_srtp_profiles_list); ++ conf->dtls_srtp_profiles_list = (enum mbedtls_DTLS_SRTP_protection_profiles *)mbedtls_calloc(1, profiles_number*sizeof(enum mbedtls_DTLS_SRTP_protection_profiles)); ++ ++ for (i=0; idtls_srtp_profiles_list[i] = profiles[i]; ++ break; ++ default: ++ mbedtls_free(conf->dtls_srtp_profiles_list); ++ conf->dtls_srtp_profiles_list = NULL; ++ conf->dtls_srtp_profiles_list_len = 0; ++ return MBEDTLS_ERR_SSL_BAD_INPUT_DATA; ++ } ++ } ++ ++ /* assign array length */ ++ conf->dtls_srtp_profiles_list_len = profiles_number; ++ ++ return( 0 ); ++} ++ ++enum mbedtls_DTLS_SRTP_protection_profiles mbedtls_ssl_get_dtls_srtp_protection_profile( const mbedtls_ssl_context *ssl) ++{ ++ return( ssl->chosen_dtls_srtp_profile); ++} ++ ++int mbedtls_ssl_get_dtls_srtp_key_material( const mbedtls_ssl_context *ssl, unsigned char *key, const size_t key_buffer_len, size_t *key_len ) { ++ *key_len = 0; ++ ++ /* check output buffer size */ ++ if ( key_buffer_len < ssl->dtls_srtp_keys_len) { ++ return MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL; ++ } ++ ++ memcpy( key, ssl->dtls_srtp_keys, ssl->dtls_srtp_keys_len); ++ *key_len = ssl->dtls_srtp_keys_len; ++ ++ return 0; ++} ++#endif /* MBEDTLS_SSL_DTLS_SRTP */ ++ + void mbedtls_ssl_conf_max_version( mbedtls_ssl_config *conf, int major, int minor ) + { + conf->max_major_ver = major; +@@ -7083,6 +7169,11 @@ void mbedtls_ssl_free( mbedtls_ssl_context *ssl ) + mbedtls_free( ssl->cli_id ); + #endif + ++#if defined (MBEDTLS_SSL_DTLS_SRTP) ++ mbedtls_zeroize( ssl->dtls_srtp_keys, ssl->dtls_srtp_keys_len ); ++ mbedtls_free( ssl->dtls_srtp_keys ); ++#endif /* MBEDTLS_SSL_DTLS_SRTP */ ++ + MBEDTLS_SSL_DEBUG_MSG( 2, ( "<= free" ) ); + + /* Actually clear after last debug message */ +@@ -7311,6 +7402,10 @@ void mbedtls_ssl_config_free( mbedtls_ssl_config *conf ) + ssl_key_cert_free( conf->key_cert ); + #endif + ++#if defined (MBEDTLS_SSL_DTLS_SRTP) ++ mbedtls_free( conf->dtls_srtp_profiles_list ); ++#endif ++ + mbedtls_zeroize( conf, sizeof( mbedtls_ssl_config ) ); + } + From owner-svn-ports-all@freebsd.org Mon Oct 17 14:17:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E89DC14855; Mon, 17 Oct 2016 14:17:20 +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 00753A43; Mon, 17 Oct 2016 14:17: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 u9HEHJdB068632; Mon, 17 Oct 2016 14:17:19 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HEHJ1A068631; Mon, 17 Oct 2016 14:17:19 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201610171417.u9HEHJ1A068631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 17 Oct 2016 14:17:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424118 - head/biology/diamond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 14:17:20 -0000 Author: jrm Date: Mon Oct 17 14:17:18 2016 New Revision: 424118 URL: https://svnweb.freebsd.org/changeset/ports/424118 Log: biology/diamond: update to version 0.8.24 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8268 Modified: head/biology/diamond/Makefile head/biology/diamond/distinfo Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Mon Oct 17 14:03:18 2016 (r424117) +++ head/biology/diamond/Makefile Mon Oct 17 14:17:18 2016 (r424118) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= diamond -PORTVERSION= 0.8.23 +PORTVERSION= 0.8.24 DISTVERSIONPREFIX=v CATEGORIES= biology Modified: head/biology/diamond/distinfo ============================================================================== --- head/biology/diamond/distinfo Mon Oct 17 14:03:18 2016 (r424117) +++ head/biology/diamond/distinfo Mon Oct 17 14:17:18 2016 (r424118) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476026025 -SHA256 (bbuchfink-diamond-v0.8.23_GH0.tar.gz) = 229e6a55bf00e88d7c9f16bd3510dd926654685e65fa7757178591b9dcc0ec76 -SIZE (bbuchfink-diamond-v0.8.23_GH0.tar.gz) = 687111 +TIMESTAMP = 1476712843 +SHA256 (bbuchfink-diamond-v0.8.24_GH0.tar.gz) = 7d8047dca0cc62f5d429b09bfb65e742deca9d5fed3be93b17146b15e4c771e0 +SIZE (bbuchfink-diamond-v0.8.24_GH0.tar.gz) = 686158 From owner-svn-ports-all@freebsd.org Mon Oct 17 14:28:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4337FC14FE9; Mon, 17 Oct 2016 14:28:07 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D52DB3D3; Mon, 17 Oct 2016 14:28:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HES6M8073462; Mon, 17 Oct 2016 14:28:06 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HES2Wq073425; Mon, 17 Oct 2016 14:28:02 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610171428.u9HES2Wq073425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 17 Oct 2016 14:28:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424119 - in head: audio/msbcg729 audio/msilbc devel/libosmo-abis multimedia/msopenh264 multimedia/msx264 net net/bctoolbox net/bctoolbox/files net/belle-sip net/belle-sip/files net/lin... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 14:28:07 -0000 Author: tijl Date: Mon Oct 17 14:28:01 2016 New Revision: 424119 URL: https://svnweb.freebsd.org/changeset/ports/424119 Log: Update the Linphone stack: Linphone 3.10.2 bctoolbox 0.2.0 oRTP 0.27.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis) bzrtp 1.0.4 Belle-SIP 1.5.0 Mediastreamer 2.14.0 MS plugins (msbcg729 1.0.2, msopenh264 1.1.2) Added: head/net/bctoolbox/ head/net/bctoolbox/Makefile (contents, props changed) head/net/bctoolbox/distinfo (contents, props changed) head/net/bctoolbox/files/ head/net/bctoolbox/files/patch-configure (contents, props changed) head/net/bctoolbox/files/patch-src-Makefile.in (contents, props changed) head/net/bctoolbox/files/patch-src-utils-port.c (contents, props changed) head/net/bctoolbox/pkg-descr (contents, props changed) head/net/bctoolbox/pkg-plist (contents, props changed) head/net/linphone/files/patch-console-Makefile.in (contents, props changed) head/net/linphone/files/patch-daemon-Makefile.in (contents, props changed) head/net/linphone/files/patch-gtk-Makefile.in (contents, props changed) head/net/linphone/files/patch-tools-Makefile.in (contents, props changed) head/security/bzrtp/ - copied from r424118, head/security/libbzrtp/ Deleted: head/security/libbzrtp/ Modified: head/audio/msbcg729/Makefile head/audio/msbcg729/distinfo head/audio/msilbc/Makefile head/devel/libosmo-abis/Makefile head/multimedia/msopenh264/Makefile head/multimedia/msopenh264/distinfo head/multimedia/msx264/Makefile head/net/Makefile head/net/belle-sip/Makefile head/net/belle-sip/distinfo head/net/belle-sip/files/patch-src-belle_sip_headers_impl.c head/net/linphone/Makefile head/net/linphone/distinfo head/net/linphone/files/patch-configure head/net/linphone/files/patch-coreapi-Makefile.in head/net/linphone/files/patch-coreapi__presence.c head/net/linphone/pkg-plist head/net/mediastreamer/Makefile head/net/mediastreamer/distinfo head/net/mediastreamer/pkg-plist head/net/ortp/Makefile head/net/ortp/distinfo head/net/ortp/pkg-plist head/security/Makefile head/security/bzrtp/Makefile head/security/bzrtp/distinfo Modified: head/audio/msbcg729/Makefile ============================================================================== --- head/audio/msbcg729/Makefile Mon Oct 17 14:17:18 2016 (r424118) +++ head/audio/msbcg729/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= msbcg729 -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= audio MASTER_SITES= SAVANNAH/linphone/plugins/sources DISTNAME= bcg729-${DISTVERSION} @@ -20,4 +20,12 @@ CONFIGURE_ARGS= --disable-static --disab INSTALL_TARGET= install-strip USES= libtool pkgconfig +post-patch: +# Don't install libbcg729 (provided by audio/bcg729). + @${REINPLACE_CMD} \ + -e '/^LTLIBRARIES =/s/lib_LTLIBRARIES/noinst_LTLIBRARIES/' \ + -e 's/^lib_LTLIBRARIES/noinst_LTLIBRARIES/' \ + -e 's/-rpath $$(libdir)//' \ + ${WRKSRC}/src/Makefile.in + .include Modified: head/audio/msbcg729/distinfo ============================================================================== --- head/audio/msbcg729/distinfo Mon Oct 17 14:17:18 2016 (r424118) +++ head/audio/msbcg729/distinfo Mon Oct 17 14:28:01 2016 (r424119) @@ -1,2 +1,3 @@ -SHA256 (bcg729-1.0.1.tar.gz) = 15f45abe2568b608984fe5f74aa8916d01a51cb26dcd559423d886d68ebe04ef -SIZE (bcg729-1.0.1.tar.gz) = 473172 +TIMESTAMP = 1476528468 +SHA256 (bcg729-1.0.2.tar.gz) = 77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f +SIZE (bcg729-1.0.2.tar.gz) = 474851 Modified: head/audio/msilbc/Makefile ============================================================================== --- head/audio/msilbc/Makefile Mon Oct 17 14:17:18 2016 (r424118) +++ head/audio/msilbc/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -2,6 +2,7 @@ PORTNAME= msilbc PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= SAVANNAH/linphone/plugins/sources/ Modified: head/devel/libosmo-abis/Makefile ============================================================================== --- head/devel/libosmo-abis/Makefile Mon Oct 17 14:17:18 2016 (r424118) +++ head/devel/libosmo-abis/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -2,7 +2,7 @@ PORTNAME= libosmo-abis PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://git.osmocom.org/libosmo-abis/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ Modified: head/multimedia/msopenh264/Makefile ============================================================================== --- head/multimedia/msopenh264/Makefile Mon Oct 17 14:17:18 2016 (r424118) +++ head/multimedia/msopenh264/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= msopenh264 -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= multimedia net MASTER_SITES= SAVANNAH/linphone/plugins/sources/ Modified: head/multimedia/msopenh264/distinfo ============================================================================== --- head/multimedia/msopenh264/distinfo Mon Oct 17 14:17:18 2016 (r424118) +++ head/multimedia/msopenh264/distinfo Mon Oct 17 14:28:01 2016 (r424119) @@ -1,2 +1,3 @@ -SHA256 (msopenh264-1.1.1.tar.gz) = 1f9ea6fb3d08b013bdea273f51872f584e9919ff093ec96762b1c9b96f0d0b53 -SIZE (msopenh264-1.1.1.tar.gz) = 392512 +TIMESTAMP = 1476614735 +SHA256 (msopenh264-1.1.2.tar.gz) = 57e9d82540624afc42149fad8b2c52afddc996b418e61b9f6f7954749d59f8f3 +SIZE (msopenh264-1.1.2.tar.gz) = 373065 Modified: head/multimedia/msx264/Makefile ============================================================================== --- head/multimedia/msx264/Makefile Mon Oct 17 14:17:18 2016 (r424118) +++ head/multimedia/msx264/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -2,7 +2,7 @@ PORTNAME= msx264 PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia net MASTER_SITES= SAVANNAH/linphone/plugins/sources/ Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -42,6 +42,7 @@ SUBDIR += axa SUBDIR += babeld SUBDIR += balance + SUBDIR += bctoolbox SUBDIR += beacon SUBDIR += beanstalkd SUBDIR += belle-sip Added: head/net/bctoolbox/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bctoolbox/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -0,0 +1,28 @@ +# Created by: Maxim Sobolev +# $FreeBSD$ + +PORTNAME= bctoolbox +PORTVERSION= 0.2.0 +CATEGORIES= net +MASTER_SITES= SAVANNAH/linphone/bctoolbox + +MAINTAINER= tijl@FreeBSD.org +COMMENT= Belledonne Communications utility library + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= mbedtls>=2.3.0_2:security/mbedtls +LIB_DEPENDS= libmbedtls.so.10:security/mbedtls + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-strict +CPPFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_DTLS_SRTP +INSTALL_TARGET= install-strip +USES= libtool pathfix pkgconfig +USE_LDCONFIG= yes + +post-stage: + ${RM} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/bctoolbox-tester.pc + +.include Added: head/net/bctoolbox/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bctoolbox/distinfo Mon Oct 17 14:28:01 2016 (r424119) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476352142 +SHA256 (bctoolbox-0.2.0.tar.gz) = a5d37036169dbf51bb67c705dacd300d1d9e3cd3642cef8df6dc630397d93b92 +SIZE (bctoolbox-0.2.0.tar.gz) = 439179 Added: head/net/bctoolbox/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bctoolbox/files/patch-configure Mon Oct 17 14:28:01 2016 (r424119) @@ -0,0 +1,19 @@ +--- configure.orig 2016-08-11 12:03:20 UTC ++++ configure +@@ -16340,7 +16340,7 @@ fi + + + if test "$mbedtls_prefix" != "/usr" ; then +- MBEDTLS_CFLAGS="-I${mbedtls_prefix}" ++ MBEDTLS_CFLAGS="-I${mbedtls_prefix}/include" + MBEDTLS_LIBS="-L${mbedtls_prefix}/lib" + fi + +@@ -16408,7 +16408,6 @@ fi + + + if test "$cunit_found" != "true" ; then +- as_fn_error $? "\"CUnit not found\"" "$LINENO" 5 + else + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CU_get_suite in -lcunit" >&5 Added: head/net/bctoolbox/files/patch-src-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bctoolbox/files/patch-src-Makefile.in Mon Oct 17 14:28:01 2016 (r424119) @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2016-08-11 12:03:19 UTC ++++ src/Makefile.in +@@ -378,7 +378,7 @@ target_vendor = @target_vendor@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-lib_LTLIBRARIES = libbctoolbox.la libbctoolbox-tester.la ++lib_LTLIBRARIES = libbctoolbox.la + libbctoolbox_la_SOURCES = vfs.c utils/port.c logging/logging.c \ + containers/list.c containers/map.cc $(am__append_1) \ + $(am__append_2) $(am__append_3) Added: head/net/bctoolbox/files/patch-src-utils-port.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bctoolbox/files/patch-src-utils-port.c Mon Oct 17 14:28:01 2016 (r424119) @@ -0,0 +1,11 @@ +--- src/utils/port.c.orig 2016-08-11 09:23:51 UTC ++++ src/utils/port.c +@@ -1238,7 +1238,7 @@ void bctbx_sockaddr_remove_nat64_mapping + #ifdef _MSC_VER + if ((((in6->sin6_addr.u.Word[0] << 16) & in6->sin6_addr.u.Word[1]) == htonl(0x0064)) + && (((in6->sin6_addr.u.Word[2] << 16) & in6->sin6_addr.u.Word[3]) == htonl(0xff9b))) { +-#elif __APPLE__ ++#elif __APPLE__ || __FreeBSD__ + if ((in6->sin6_addr.__u6_addr.__u6_addr32[0] == htonl(0x0064)) && (in6->sin6_addr.__u6_addr.__u6_addr32[1] == htonl(0xff9b))) { + #else + if ((in6->sin6_addr.s6_addr32[0] == htonl(0x0064)) && (in6->sin6_addr.s6_addr32[1] == htonl(0xff9b))) { Added: head/net/bctoolbox/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bctoolbox/pkg-descr Mon Oct 17 14:28:01 2016 (r424119) @@ -0,0 +1,3 @@ +Belledonne Communications utility library. + +WWW: https://www.linphone.org/ Added: head/net/bctoolbox/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bctoolbox/pkg-plist Mon Oct 17 14:28:01 2016 (r424119) @@ -0,0 +1,11 @@ +include/bctoolbox/crypto.h +include/bctoolbox/list.h +include/bctoolbox/logging.h +include/bctoolbox/map.h +include/bctoolbox/port.h +include/bctoolbox/tester.h +include/bctoolbox/vfs.h +lib/libbctoolbox.so +lib/libbctoolbox.so.0 +lib/libbctoolbox.so.0.0.0 +libdata/pkgconfig/bctoolbox.pc Modified: head/net/belle-sip/Makefile ============================================================================== --- head/net/belle-sip/Makefile Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/belle-sip/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= belle-sip -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= net java MASTER_SITES= SAVANNAH/linphone/${PORTNAME}/ \ http://www.antlr3.org/download/:source2 @@ -16,7 +15,8 @@ COMMENT= Belle-sip is a SIP (RFC3261) im LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libantlr3c.so:devel/libantlr3c +LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \ + libbctoolbox.so:net/bctoolbox GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -30,12 +30,6 @@ JAVA_BUILD= jre JAVA_VERSION= 1.6+ USE_LDCONFIG= yes -OPTIONS_DEFINE= POLARSSL -OPTIONS_DEFAULT=POLARSSL - -POLARSSL_CONFIGURE_ENABLE= tls -POLARSSL_LIB_DEPENDS= libmbedtls.so.9:security/polarssl13 - post-extract: @${CP} ${DISTDIR}/antlr-3.4-complete.jar ${WRKDIR}/antlr-complete.jar Modified: head/net/belle-sip/distinfo ============================================================================== --- head/net/belle-sip/distinfo Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/belle-sip/distinfo Mon Oct 17 14:28:01 2016 (r424119) @@ -1,4 +1,5 @@ -SHA256 (belle-sip-1.4.2.tar.gz) = 822cb72608544cea526a03a076868380815eba8cc3d4d037d7a87c3907948830 -SIZE (belle-sip-1.4.2.tar.gz) = 765307 +TIMESTAMP = 1476371157 +SHA256 (belle-sip-1.5.0.tar.gz) = 4bc44ee83f8455fb6248d3b3045c38ab6e71e6699cde3f0cc5d67493bb38a43a +SIZE (belle-sip-1.5.0.tar.gz) = 756785 SHA256 (antlr-3.4-complete.jar) = 9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7 SIZE (antlr-3.4-complete.jar) = 2388361 Modified: head/net/belle-sip/files/patch-src-belle_sip_headers_impl.c ============================================================================== --- head/net/belle-sip/files/patch-src-belle_sip_headers_impl.c Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/belle-sip/files/patch-src-belle_sip_headers_impl.c Mon Oct 17 14:28:01 2016 (r424119) @@ -1,10 +1,10 @@ ---- src/belle_sip_headers_impl.c.orig 2015-10-19 11:43:47 UTC +--- src/belle_sip_headers_impl.c.orig 2016-08-11 09:23:59 UTC +++ src/belle_sip_headers_impl.c -@@ -1668,11 +1668,6 @@ BELLESIP_EXPORT time_t belle_sip_header_ +@@ -1672,11 +1672,6 @@ BELLESIP_EXPORT time_t belle_sip_header_ char tmp2[16] ={0}; int i,j; time_t seconds; --#ifdef BELLE_SIP_WINDOWS_UNIVERSAL +-#if defined(BELLE_SIP_WINDOWS_UNIVERSAL) || defined(BELLE_SIP_MSC_VER_GREATER_19) - long adjust_timezone; -#else - time_t adjust_timezone; @@ -12,7 +12,7 @@ /* time headers are in GMT as spec says */ -@@ -1694,26 +1689,12 @@ BELLESIP_EXPORT time_t belle_sip_header_ +@@ -1698,26 +1693,12 @@ BELLESIP_EXPORT time_t belle_sip_header_ return (time_t)-1; success: ret.tm_isdst=0; @@ -24,7 +24,7 @@ - adjust_timezone = 0; -#else - seconds = mktime(&ret); --#ifdef BELLE_SIP_WINDOWS_UNIVERSAL +-#if defined(BELLE_SIP_WINDOWS_UNIVERSAL) || defined(BELLE_SIP_MSC_VER_GREATER_19) - _get_timezone(&adjust_timezone); -#else - adjust_timezone = timezone; Modified: head/net/linphone/Makefile ============================================================================== --- head/net/linphone/Makefile Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/linphone/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -1,37 +1,39 @@ # $FreeBSD$ PORTNAME= linphone -PORTVERSION= 3.9.1 +PORTVERSION= 3.10.2 PORTEPOCH= 1 CATEGORIES= net -MASTER_SITES= SAVANNAH/linphone/3.9.x/sources +MASTER_SITES= SAVANNAH/linphone/3.10.x/sources MAINTAINER= tijl@FreeBSD.org COMMENT= SIP client supporting voice/video calls and text messaging -LIB_DEPENDS= libbellesip.so:net/belle-sip \ +LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \ + libbellesip.so:net/belle-sip \ libmediastreamer_base.so:net/mediastreamer \ libortp.so:net/ortp \ - libmbedtls.so.9:security/polarssl13 \ libsqlite3.so:databases/sqlite3 CONFLICTS_INSTALL= linphone-base-[0-9]* GNU_CONFIGURE= yes +CONFIGURE_ENV= OBJC="${CC}" CONFIGURE_ARGS= --disable-deplibs-link --disable-documentation \ --disable-speex --disable-strict \ --disable-tutorials \ --enable-external-mediastreamer --enable-external-ortp \ - --enable-lime --with-polarssl=${LOCALBASE} \ + --enable-lime \ --with-readline=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -USES= gettext-tools gmake iconv libtool pathfix pkgconfig \ +USES= gettext-tools gmake gnome iconv libtool pathfix pkgconfig \ readline:port USE_GNOME= gtk20 intltool libxml2 USE_LDCONFIG= yes +USE_XORG= x11 OPTIONS_DEFINE= LDAP NLS NOTIFY UPNP VIDEO OPTIONS_DEFAULT=NOTIFY UPNP VIDEO @@ -56,10 +58,7 @@ VIDEO_CONFIGURE_ENABLE= video CONFIGURE_ARGS+=--enable-debug .endif -post-patch: -.for l in C fr it ja - @${REINPLACE_CMD} '/^install-data-local:/,/^$$/d' \ - ${WRKSRC}/share/$l/Makefile.in -.endfor +post-stage: + ${RM} -r ${STAGEDIR}${PREFIX}/share/gnome .include Modified: head/net/linphone/distinfo ============================================================================== --- head/net/linphone/distinfo Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/linphone/distinfo Mon Oct 17 14:28:01 2016 (r424119) @@ -1,2 +1,3 @@ -SHA256 (linphone-3.9.1.tar.gz) = 84e6eae51336f98817643f85f962a43351dafc4f2e1611825d1a3433307f24ac -SIZE (linphone-3.9.1.tar.gz) = 13443595 +TIMESTAMP = 1476459045 +SHA256 (linphone-3.10.2.tar.gz) = 37cac1f4daa55fcd395b7b49925c01d1638b9d941c66d626ca36a9679332384c +SIZE (linphone-3.10.2.tar.gz) = 25017003 Modified: head/net/linphone/files/patch-configure ============================================================================== --- head/net/linphone/files/patch-configure Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/linphone/files/patch-configure Mon Oct 17 14:28:01 2016 (r424119) @@ -1,6 +1,6 @@ ---- configure.orig 2015-11-02 13:54:22 UTC +--- configure.orig 2016-08-30 14:20:13 UTC +++ configure -@@ -20432,12 +20432,6 @@ $as_echo "#define HAVE_NOTIFY1 1" >>conf +@@ -20308,12 +20308,6 @@ $as_echo "#define HAVE_NOTIFY1 1" >>conf fi fi @@ -13,7 +13,25 @@ case "$host_cpu" in *arm*) -@@ -22107,14 +22101,14 @@ fi +@@ -21198,17 +21192,10 @@ fi + + + if test "$lime" != "false" ; then +- if test "x$found_polarssl" != "xyes" ; then +- if test "$lime" = "true" ; then +- as_fn_error $? "\"LIME requires POLARSSL in version >= 1.3\"" "$LINENO" 5 +- fi +- lime=false +- else + + $as_echo "#define HAVE_LIME 1" >>confdefs.h + + lime=true +- fi + fi + + if test x$console_ui = xtrue; then +@@ -22153,14 +22140,14 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sqlite3_sqlite3_open" >&5 $as_echo "$ac_cv_lib_sqlite3_sqlite3_open" >&6; } if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then : @@ -25,25 +43,8 @@ fi if test "$found_sqlite" = "yes"; then -- SQLITE3_CFLAGS+=" -DMSG_STORAGE_ENABLED" -+ SQLITE3_CFLAGS="$SQLITE3_CFLAGS -DMSG_STORAGE_ENABLED" +- SQLITE3_CFLAGS+=" -DSQLITE_STORAGE_ENABLED" ++ SQLITE3_CFLAGS="$SQLITE3_CFLAGS -DSQLITE_STORAGE_ENABLED" if test "$build_macos" = "yes" -o "$ios_found" = "yes"; then SQLITE3_LIBS+=" -liconv" fi -@@ -22262,14 +22256,14 @@ fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sqlite3_sqlite3_open" >&5 - $as_echo "$ac_cv_lib_sqlite3_sqlite3_open" >&6; } - if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then : -- SQLITE3_LIBS+=" -lsqlite3 "; found_sqlite=yes -+ SQLITE3_LIBS="$SQLITE3_LIBS -lsqlite3 "; found_sqlite=yes - else - foo=bar - fi - - fi - if test "$found_sqlite" = "yes"; then -- SQLITE3_CFLAGS+=" -DCALL_LOGS_STORAGE_ENABLED" -+ SQLITE3_CFLAGS="$SQLITE3_CFLAGS -DCALL_LOGS_STORAGE_ENABLED" - if test "$build_macos" = "yes" -o "$ios_found" = "yes"; then - SQLITE3_LIBS+=" -liconv" - fi Added: head/net/linphone/files/patch-console-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/linphone/files/patch-console-Makefile.in Mon Oct 17 14:28:01 2016 (r424119) @@ -0,0 +1,10 @@ +--- console/Makefile.in.orig 2016-08-30 14:20:12 UTC ++++ console/Makefile.in +@@ -464,6 +464,7 @@ COMMON_CFLAGS = \ + @BUILD_CONSOLE_TRUE@linphonec_CFLAGS = $(COMMON_CFLAGS) $(CONSOLE_FLAGS) $(BELLESIP_CFLAGS) + @BUILD_CONSOLE_TRUE@linphonec_LDADD = $(top_builddir)/coreapi/liblinphone.la \ + @BUILD_CONSOLE_TRUE@ $(READLINE_LIBS) \ ++@BUILD_CONSOLE_TRUE@ $(MEDIASTREAMER_LIBS) -lbctoolbox \ + @BUILD_CONSOLE_TRUE@ $(SQLITE3_LIBS) \ + @BUILD_CONSOLE_TRUE@ $(X11_LIBS) \ + @BUILD_CONSOLE_TRUE@ $(BELLESIP_LIBS) \ Modified: head/net/linphone/files/patch-coreapi-Makefile.in ============================================================================== --- head/net/linphone/files/patch-coreapi-Makefile.in Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/linphone/files/patch-coreapi-Makefile.in Mon Oct 17 14:28:01 2016 (r424119) @@ -1,10 +1,10 @@ ---- coreapi/Makefile.in.orig 2015-06-09 13:01:46 UTC +--- coreapi/Makefile.in.orig 2016-10-14 19:03:24 UTC +++ coreapi/Makefile.in -@@ -646,6 +646,7 @@ liblinphone_la_LIBADD = \ - $(LIBXML2_LIBS) \ +@@ -640,6 +640,7 @@ liblinphone_la_LIBADD = \ $(LDAP_LIBS) \ $(SASL_LIBS) \ -+ $(LTLIBICONV) \ + $(BELCARD_LIBS) \ ++ $(LTLIBICONV) -lbctoolbox \ $(ZLIB_LIBS) - @ENABLE_TESTS_TRUE@test_lsd_SOURCES = test_lsd.c + AM_CPPFLAGS = \ Modified: head/net/linphone/files/patch-coreapi__presence.c ============================================================================== --- head/net/linphone/files/patch-coreapi__presence.c Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/linphone/files/patch-coreapi__presence.c Mon Oct 17 14:28:01 2016 (r424119) @@ -1,10 +1,10 @@ ---- coreapi/presence.c.orig 2015-10-23 09:10:07 UTC +--- coreapi/presence.c.orig 2016-08-18 12:21:44 UTC +++ coreapi/presence.c -@@ -157,11 +157,6 @@ static void presence_activity_delete(Lin +@@ -160,11 +160,6 @@ static void presence_activity_delete(Lin static time_t parse_timestamp(const char *timestamp) { struct tm ret; time_t seconds; --#ifdef LINPHONE_WINDOWS_UNIVERSAL +-#if defined(LINPHONE_WINDOWS_UNIVERSAL) || defined(LINPHONE_MSC_VER_GREATER_19) - long adjust_timezone; -#else - time_t adjust_timezone; @@ -12,7 +12,7 @@ memset(&ret, 0, sizeof(ret)); sscanf(timestamp, "%d-%d-%dT%d:%d:%d", -@@ -169,17 +164,12 @@ static time_t parse_timestamp(const char +@@ -172,17 +167,12 @@ static time_t parse_timestamp(const char ret.tm_mon--; ret.tm_year -= 1900; ret.tm_isdst = 0; @@ -23,7 +23,7 @@ + ms_error("timegm() failed: %s", strerror(errno)); return (time_t)-1; } --#ifdef LINPHONE_WINDOWS_UNIVERSAL +-#if defined(LINPHONE_WINDOWS_UNIVERSAL) || defined(LINPHONE_MSC_VER_GREATER_19) - _get_timezone(&adjust_timezone); -#else - adjust_timezone = timezone; Added: head/net/linphone/files/patch-daemon-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/linphone/files/patch-daemon-Makefile.in Mon Oct 17 14:28:01 2016 (r424119) @@ -0,0 +1,10 @@ +--- daemon/Makefile.in.orig 2016-08-30 14:20:12 UTC ++++ daemon/Makefile.in +@@ -538,6 +538,7 @@ linphone_daemon_pipetest_LDADD = $(ORTP_ + linphone_daemon_LDADD = $(top_builddir)/coreapi/liblinphone.la $(READLINE_LIBS) \ + $(MEDIASTREAMER_LIBS) \ + $(ORTP_LIBS) \ ++ -lbctoolbox \ + $(SPEEX_LIBS) \ + $(LIBXML2_LIBS) + Added: head/net/linphone/files/patch-gtk-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/linphone/files/patch-gtk-Makefile.in Mon Oct 17 14:28:01 2016 (r424119) @@ -0,0 +1,10 @@ +--- gtk/Makefile.in.orig 2016-08-30 14:20:12 UTC ++++ gtk/Makefile.in +@@ -543,6 +543,7 @@ EXTRA_DIST = \ + @BUILD_GTK_UI_TRUE@ $(am__append_4) + @BUILD_GTK_UI_TRUE@linphone_LDADD = \ + @BUILD_GTK_UI_TRUE@ $(top_builddir)/coreapi/liblinphone.la \ ++@BUILD_GTK_UI_TRUE@ $(MEDIASTREAMER_LIBS) -lbctoolbox \ + @BUILD_GTK_UI_TRUE@ $(LIBGTK_LIBS) $(NOTIFY1_LIBS) \ + @BUILD_GTK_UI_TRUE@ $(NOTIFY4_LIBS) $(LIBGTKMAC_LIBS) \ + @BUILD_GTK_UI_TRUE@ $(INTLLIBS) $(SQLITE3_LIBS) \ Added: head/net/linphone/files/patch-tools-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/linphone/files/patch-tools-Makefile.in Mon Oct 17 14:28:01 2016 (r424119) @@ -0,0 +1,20 @@ +--- tools/Makefile.in.orig 2016-10-14 20:18:07 UTC ++++ tools/Makefile.in +@@ -539,14 +539,15 @@ EXTRA_DIST = xml2lpc_jni.cc lpc2xml_jni. + @BUILD_TOOLS_TRUE@lp_autoanswer_CFLAGS = $(COMMON_CFLAGS) + @BUILD_TOOLS_TRUE@lp_autoanswer_LDADD = \ + @BUILD_TOOLS_TRUE@ $(top_builddir)/coreapi/liblinphone.la \ ++@BUILD_TOOLS_TRUE@ -lbctoolbox \ + @BUILD_TOOLS_TRUE@ $(MEDIASTREAMER_LIBS) + + @BUILD_TOOLS_TRUE@lp_test_ecc_SOURCES = test_ecc.c + @BUILD_TOOLS_TRUE@lp_test_ecc_CFLAGS = $(COMMON_CFLAGS) +-@BUILD_TOOLS_TRUE@lp_test_ecc_LDADD = $(top_builddir)/coreapi/liblinphone.la ++@BUILD_TOOLS_TRUE@lp_test_ecc_LDADD = $(top_builddir)/coreapi/liblinphone.la $(MEDIASTREAMER_LIBS) + @BUILD_TOOLS_TRUE@lp_sendmsg_SOURCES = lpsendmsg.c + @BUILD_TOOLS_TRUE@lp_sendmsg_CFLAGS = $(COMMON_CFLAGS) +-@BUILD_TOOLS_TRUE@lp_sendmsg_LDADD = $(top_builddir)/coreapi/liblinphone.la ++@BUILD_TOOLS_TRUE@lp_sendmsg_LDADD = $(top_builddir)/coreapi/liblinphone.la $(MEDIASTREAMER_LIBS) + @ENABLE_TESTS_TRUE@test_lsd_SOURCES = test_lsd.c + @ENABLE_TESTS_TRUE@test_lsd_CFLAGS = $(COMMON_CFLAGS) + @ENABLE_TESTS_TRUE@test_lsd_LDADD = $(top_builddir)/coreapi/liblinphone.la Modified: head/net/linphone/pkg-plist ============================================================================== --- head/net/linphone/pkg-plist Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/linphone/pkg-plist Mon Oct 17 14:28:01 2016 (r424119) @@ -1,16 +1,23 @@ -bin/lp-autoanswer bin/linphone +bin/linphone-daemon +bin/linphone-daemon-pipetest bin/linphonec bin/linphonecsh +bin/lp-autoanswer bin/lp-gen-wrappers +bin/lp-sendmsg +bin/lp-test-ecc bin/lpc2xml_test bin/xml2lpc_test include/linphone/account_creator.h include/linphone/buffer.h include/linphone/call_log.h include/linphone/call_params.h +include/linphone/carddav.h +include/linphone/conference.h include/linphone/content.h include/linphone/event.h +include/linphone/friendlist.h include/linphone/linphone_proxy_config.h include/linphone/linphone_tunnel.h include/linphone/linphonecore.h @@ -19,12 +26,16 @@ include/linphone/linphonefriend.h include/linphone/linphonepresence.h include/linphone/lpc2xml.h include/linphone/lpconfig.h +include/linphone/nat_policy.h +include/linphone/ringtoneplayer.h include/linphone/sipsetup.h +include/linphone/sqlite3_bctbx_vfs.h +include/linphone/vcard.h include/linphone/xml2lpc.h include/linphone/xmlrpc.h lib/liblinphone.so -lib/liblinphone.so.8 -lib/liblinphone.so.8.0.0 +lib/liblinphone.so.9 +lib/liblinphone.so.9.0.0 libdata/pkgconfig/linphone.pc man/cs/man1/linphone.1.gz man/cs/man1/linphonec.1.gz @@ -76,6 +87,7 @@ share/icons/hicolor/48x48/status/linphon share/icons/hicolor/48x48/status/linphone-status-donotdisturb.png share/icons/hicolor/48x48/status/linphone-status-offline.png share/icons/hicolor/48x48/status/linphone-status-online.png +share/icons/hicolor/48x48/status/linphone-take-screenshot.png share/icons/hicolor/48x48/status/linphone-warning.png share/icons/hicolor/scalable/actions/linphone-add-call.svg share/icons/hicolor/scalable/actions/linphone-call-transfer.svg @@ -147,6 +159,7 @@ share/icons/hicolor/scalable/status/linp %%NLS%%share/locale/cs/LC_MESSAGES/linphone.mo %%NLS%%share/locale/de/LC_MESSAGES/linphone.mo %%NLS%%share/locale/es/LC_MESSAGES/linphone.mo +%%NLS%%share/locale/fi/LC_MESSAGES/linphone.mo %%NLS%%share/locale/fr/LC_MESSAGES/linphone.mo %%NLS%%share/locale/he/LC_MESSAGES/linphone.mo %%NLS%%share/locale/hu/LC_MESSAGES/linphone.mo @@ -165,17 +178,17 @@ share/icons/hicolor/scalable/status/linp %%NLS%%share/locale/zh_TW/LC_MESSAGES/linphone.mo share/pixmaps/linphone/linphone-banner.png share/pixmaps/linphone/linphone.icns +share/sounds/linphone/dont_wait_too_long.mkv share/sounds/linphone/hello16000.wav share/sounds/linphone/hello8000.wav share/sounds/linphone/incoming_chat.wav share/sounds/linphone/ringback.wav -share/sounds/linphone/rings/bigben.wav +share/sounds/linphone/rings/four_hands_together.mkv +share/sounds/linphone/rings/house_keeping.mkv +share/sounds/linphone/rings/its_a_game.mkv +share/sounds/linphone/rings/leaving_dreams.mkv +share/sounds/linphone/rings/notes_of_the_optimistic.mkv share/sounds/linphone/rings/oldphone-mono-30s.caf share/sounds/linphone/rings/oldphone-mono.wav -share/sounds/linphone/rings/oldphone.wav -share/sounds/linphone/rings/orig.wav -share/sounds/linphone/rings/rock.wav -share/sounds/linphone/rings/sweet.wav -share/sounds/linphone/rings/synth.wav -share/sounds/linphone/rings/tapping.wav -share/sounds/linphone/rings/toy-mono.wav +share/sounds/linphone/rings/soft_as_snow.mkv +share/sounds/linphone/toy-mono.wav Modified: head/net/mediastreamer/Makefile ============================================================================== --- head/net/mediastreamer/Makefile Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/mediastreamer/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mediastreamer -PORTVERSION= 2.12.1 -PORTREVISION= 1 +PORTVERSION= 2.14.0 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/mediastreamer @@ -13,10 +12,10 @@ COMMENT= Real-time audio and video strea LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libortp.so:net/ortp \ +LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \ + libortp.so:net/ortp \ libsrtp.so:net/libsrtp \ - libbzrtp.so:security/libbzrtp \ - libmbedtls.so.9:security/polarssl13 + libbzrtp.so:security/bzrtp CONFLICTS_INSTALL= linphone-base-[0-9]* @@ -24,8 +23,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa --disable-documentation --disable-matroska \ --disable-pulseaudio --disable-strict \ --with-gsm=${LOCALBASE} --with-srtp=${LOCALBASE} \ - --with-polarssl=${LOCALBASE} xxd_found=yes -CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_ARC4RANDOM + xxd_found=yes +CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip USES= gettext-tools gmake libtool pathfix pkgconfig @@ -70,9 +69,7 @@ THEORA_LIB_DEPENDS= libtheora.so:multime UPNP_CONFIGURE_ENABLE= upnp UPNP_LIB_DEPENDS= libupnp.so:devel/upnp -V4L_CONFIGURE_ENABLE= libv4l1 libv4l2 -V4L_CONFIGURE_OFF= ac_cv_header_linux_videodev_h=no \ - ac_cv_header_linux_videodev2_h=no +V4L_CONFIGURE_ENABLE= v4l V4L_BUILD_DEPENDS= v4l_compat>=1.0.20120501:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l Modified: head/net/mediastreamer/distinfo ============================================================================== --- head/net/mediastreamer/distinfo Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/mediastreamer/distinfo Mon Oct 17 14:28:01 2016 (r424119) @@ -1,2 +1,3 @@ -SHA256 (mediastreamer-2.12.1.tar.gz) = 0dbf8d4f721a04db9ec0982e98a4e852ad2d3acbcbd25edd96a66164a980f2e7 -SIZE (mediastreamer-2.12.1.tar.gz) = 6385132 +TIMESTAMP = 1476373165 +SHA256 (mediastreamer-2.14.0.tar.gz) = 1144849c0c96abafb1153adf56109f0f195a9e4a53cf28cb611bbca7a9012c1a +SIZE (mediastreamer-2.14.0.tar.gz) = 6388303 Modified: head/net/mediastreamer/pkg-plist ============================================================================== --- head/net/mediastreamer/pkg-plist Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/mediastreamer/pkg-plist Mon Oct 17 14:28:01 2016 (r424119) @@ -3,6 +3,7 @@ bin/msaudiocmp include/mediastreamer2/allfilters.h include/mediastreamer2/bitratecontrol.h include/mediastreamer2/bits_rw.h +include/mediastreamer2/devices.h include/mediastreamer2/dsptools.h include/mediastreamer2/dtls_srtp.h include/mediastreamer2/dtmfgen.h @@ -31,11 +32,12 @@ include/mediastreamer2/msjpegwriter.h include/mediastreamer2/msmediaplayer.h include/mediastreamer2/msqueue.h include/mediastreamer2/msrtp.h +include/mediastreamer2/msrtt4103.h include/mediastreamer2/mssndcard.h -include/mediastreamer2/msutils.h include/mediastreamer2/mstee.h include/mediastreamer2/msticker.h include/mediastreamer2/mstonedetector.h +include/mediastreamer2/msutils.h include/mediastreamer2/msv4l.h include/mediastreamer2/msvaddtx.h include/mediastreamer2/msvideo.h @@ -46,17 +48,15 @@ include/mediastreamer2/mswebcam.h include/mediastreamer2/qualityindicator.h include/mediastreamer2/rfc3984.h include/mediastreamer2/stun.h -include/mediastreamer2/stun_udp.h include/mediastreamer2/upnp_igd.h -include/mediastreamer2/videostarter.h include/mediastreamer2/x11_helper.h include/mediastreamer2/zrtp.h lib/libmediastreamer_base.so -lib/libmediastreamer_base.so.6 -lib/libmediastreamer_base.so.6.0.0 +lib/libmediastreamer_base.so.7 +lib/libmediastreamer_base.so.7.0.0 lib/libmediastreamer_voip.so -lib/libmediastreamer_voip.so.6 -lib/libmediastreamer_voip.so.6.0.0 +lib/libmediastreamer_voip.so.7 +lib/libmediastreamer_voip.so.7.0.0 libdata/pkgconfig/mediastreamer.pc share/images/nowebcamCIF.jpg %%NLS%%share/locale/cs/LC_MESSAGES/mediastreamer.mo Modified: head/net/ortp/Makefile ============================================================================== --- head/net/ortp/Makefile Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/ortp/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ortp -PORTVERSION= 0.25.0 +PORTVERSION= 0.27.0 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/ortp/sources @@ -12,6 +12,8 @@ COMMENT= Real-time Transport Protocol (R LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libbctoolbox.so:net/bctoolbox + CONFLICTS_INSTALL= linphone-base-[0-9]* GNU_CONFIGURE= yes Modified: head/net/ortp/distinfo ============================================================================== --- head/net/ortp/distinfo Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/ortp/distinfo Mon Oct 17 14:28:01 2016 (r424119) @@ -1,2 +1,3 @@ -SHA256 (ortp-0.25.0.tar.gz) = 0deb826b79b1fd329f7638821d5439dc343bc55bb122daa6c90d19116cfe8d9a -SIZE (ortp-0.25.0.tar.gz) = 565836 +TIMESTAMP = 1476351902 +SHA256 (ortp-0.27.0.tar.gz) = eb61a833ab3ad80978d7007411240f46e9b2d1034373b9d9dfaac88c1b6ec0af +SIZE (ortp-0.27.0.tar.gz) = 592522 Modified: head/net/ortp/pkg-plist ============================================================================== --- head/net/ortp/pkg-plist Mon Oct 17 14:17:18 2016 (r424118) +++ head/net/ortp/pkg-plist Mon Oct 17 14:28:01 2016 (r424119) @@ -13,6 +13,6 @@ include/ortp/sessionset.h include/ortp/str_utils.h include/ortp/telephonyevents.h lib/libortp.so -lib/libortp.so.10 -lib/libortp.so.10.0.0 +lib/libortp.so.11 +lib/libortp.so.11.0.0 libdata/pkgconfig/ortp.pc Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Oct 17 14:17:18 2016 (r424118) +++ head/security/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -49,6 +49,7 @@ SUBDIR += bsdsfv SUBDIR += bsmtrace SUBDIR += bugs + SUBDIR += bzrtp SUBDIR += ca_root_nss SUBDIR += calife SUBDIR += cardpeek @@ -297,7 +298,6 @@ SUBDIR += libassuan SUBDIR += libbeid SUBDIR += libbf - SUBDIR += libbzrtp SUBDIR += libcryptui SUBDIR += libecc SUBDIR += libfprint Modified: head/security/bzrtp/Makefile ============================================================================== --- head/security/libbzrtp/Makefile Mon Oct 17 14:17:18 2016 (r424118) +++ head/security/bzrtp/Makefile Mon Oct 17 14:28:01 2016 (r424119) @@ -1,10 +1,9 @@ # $FreeBSD$ -PORTNAME= libbzrtp -PORTVERSION= 1.0.3 +PORTNAME= bzrtp +PORTVERSION= 1.0.4 CATEGORIES= security MASTER_SITES= SAVANNAH/linphone/bzrtp -DISTNAME= bzrtp-${DISTVERSION} MAINTAINER= tijl@FreeBSD.org COMMENT= ZRTP support library (RFC 6189) @@ -12,11 +11,10 @@ COMMENT= ZRTP support library (RFC 6189) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libmbedtls.so.9:security/polarssl13 +LIB_DEPENDS= libbctoolbox.so:net/bctoolbox GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-strict \ - --with-polarssl=${LOCALBASE} +CONFIGURE_ARGS= --disable-strict INSTALL_TARGET= install-strip USES= libtool pathfix pkgconfig USE_GNOME= libxml2 Modified: head/security/bzrtp/distinfo ============================================================================== --- head/security/libbzrtp/distinfo Mon Oct 17 14:17:18 2016 (r424118) +++ head/security/bzrtp/distinfo Mon Oct 17 14:28:01 2016 (r424119) @@ -1,2 +1,3 @@ -SHA256 (bzrtp-1.0.3.tar.gz) = c89cf7e3371408795814ac2eea8ff7783831e9ee1ae161d2583923397589f74b -SIZE (bzrtp-1.0.3.tar.gz) = 459897 +TIMESTAMP = 1476457627 +SHA256 (bzrtp-1.0.4.tar.gz) = 8113c6afde48916113d028369d04bcaba4964e756066a7290ae1bd2eeece0caa +SIZE (bzrtp-1.0.4.tar.gz) = 440150 From owner-svn-ports-all@freebsd.org Mon Oct 17 14:51:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E69AAC155F5; Mon, 17 Oct 2016 14:51:30 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E7D61A8; Mon, 17 Oct 2016 14:51:30 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HEpTJ4082207; Mon, 17 Oct 2016 14:51:29 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HEpTtt082206; Mon, 17 Oct 2016 14:51:29 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610171451.u9HEpTtt082206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 17 Oct 2016 14:51:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424120 - head/mail/mutt/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 14:51:31 -0000 Author: adamw Date: Mon Oct 17 14:51:29 2016 New Revision: 424120 URL: https://svnweb.freebsd.org/changeset/ports/424120 Log: Remove now-unused greeting patch. Submitted by: George L. Yermulnik Deleted: head/mail/mutt/files/extra-patch-greeting From owner-svn-ports-all@freebsd.org Mon Oct 17 14:53:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E504C15663; Mon, 17 Oct 2016 14:53:22 +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 C5AC93A5; Mon, 17 Oct 2016 14:53:21 +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 u9HErK4l084422; Mon, 17 Oct 2016 14:53:20 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HErKlO084418; Mon, 17 Oct 2016 14:53:20 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610171453.u9HErKlO084418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 17 Oct 2016 14:53:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424121 - head/x11-fonts/webfonts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 14:53:22 -0000 Author: olgeni Date: Mon Oct 17 14:53:20 2016 New Revision: 424121 URL: https://svnweb.freebsd.org/changeset/ports/424121 Log: Sync webfonts collection with mscorefonts2. - Update Arial, Times, Trebuchet and Verdana fonts to y2006 version. - Include ClearType fonts: Calibri, Cambria, Consolas, Constantia, Corbel. Add LICENSE information while I'm here. PR: 213512 Submitted by: Vladimir Kondratyev Modified: head/x11-fonts/webfonts/Makefile head/x11-fonts/webfonts/distinfo head/x11-fonts/webfonts/pkg-descr head/x11-fonts/webfonts/pkg-plist (contents, props changed) Modified: head/x11-fonts/webfonts/Makefile ============================================================================== --- head/x11-fonts/webfonts/Makefile Mon Oct 17 14:51:29 2016 (r424120) +++ head/x11-fonts/webfonts/Makefile Mon Oct 17 14:53:20 2016 (r424121) @@ -3,20 +3,25 @@ PORTNAME= webfonts PORTVERSION= 0.30 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11-fonts MASTER_SITES= SF/corefonts/the%20fonts/final:group1 \ ftp://ftp.botik.ru/rented/znamensk/distributions/ftp.vsu.ru/pub/tex/font-packs/mscore/:group1 \ - SF/corefonts/OldFiles/:group2 -DISTFILES= andale32.exe:group1 arial32.exe:group1 arialb32.exe:group1 \ - comic32.exe:group1 courie32.exe:group1 georgi32.exe:group1 \ - impact32.exe:group1 times32.exe:group1 trebuc32.exe:group1 \ - verdan32.exe:group1 webdin32.exe:group1 + SF/corefonts/OldFiles/:group2 \ + SF/mscorefonts2/cabs:group3 +DISTFILES= andale32.exe:group1 arialb32.exe:group1 comic32.exe:group1 \ + courie32.exe:group1 georgi32.exe:group1 impact32.exe:group1 \ + webdin32.exe:group1 EUupdate.EXE:group3 DIST_SUBDIR= ${PORTNAME} MAINTAINER= olgeni@FreeBSD.org COMMENT= TrueType core fonts for the Web +LICENSE= EULA +LICENSE_NAME= End User License Agreement +LICENSE_FILE= ${WRKSRC}/licen.txt +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + EXTRACT_DEPENDS=cabextract:archivers/cabextract USES= fonts @@ -27,12 +32,15 @@ EXTRACT_CMD= ${LOCALBASE}/bin/cabextrac EXTRACT_BEFORE_ARGS= -qLF '*.ttf' -d ${WRKSRC} EXTRACT_AFTER_ARGS= -OPTIONS_DEFINE= EXTRAFONTS +OPTIONS_DEFINE= EXTRAFONTS CLEARTYPE OPTIONS_SUB= yes EXTRAFONTS_DESC= Fonts licensed under MS Windows license EXTRAFONTS_DISTFILES= IELPKTH.CAB:group2 +CLEARTYPE_DESC= Install ClearType fonts +CLEARTYPE_DISTFILES= PowerPointViewer.exe:group3 + SUB_FILES= pkg-message .include @@ -40,10 +48,20 @@ SUB_FILES= pkg-message post-extract: ${EXTRACT_CMD} -qLF '*.txt' -d ${WRKSRC} ${_DISTDIR}/webdin32.exe +post-extract-CLEARTYPE-on: + ${EXTRACT_CMD} -qLF '*.cab' -d ${WRKSRC} \ + ${_DISTDIR}/PowerPointViewer.exe + ${EXTRACT_CMD} -qLF '*.txt' -d ${WRKSRC} \ + ${_DISTDIR}/PowerPointViewer.exe + ${EXTRACT_CMD} -qLF '*.ttf' -d ${WRKSRC} ${WRKSRC}/ppviewer.cab + do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/licen.txt ${STAGEDIR}${DOCSDIR}/LICENSE +post-install-CLEARTYPE-on: + ${INSTALL_DATA} ${WRKSRC}/eula.txt ${STAGEDIR}${DOCSDIR} + .include Modified: head/x11-fonts/webfonts/distinfo ============================================================================== --- head/x11-fonts/webfonts/distinfo Mon Oct 17 14:51:29 2016 (r424120) +++ head/x11-fonts/webfonts/distinfo Mon Oct 17 14:53:20 2016 (r424121) @@ -1,8 +1,6 @@ -TIMESTAMP = 1468745172 +TIMESTAMP = 1475927079 SHA256 (webfonts/andale32.exe) = 0524fe42951adc3a7eb870e32f0920313c71f170c859b5f770d82b4ee111e970 SIZE (webfonts/andale32.exe) = 198384 -SHA256 (webfonts/arial32.exe) = 85297a4d146e9c87ac6f74822734bdee5f4b2a722d7eaa584b7f2cbf76f478f6 -SIZE (webfonts/arial32.exe) = 554208 SHA256 (webfonts/arialb32.exe) = a425f0ffb6a1a5ede5b979ed6177f4f4f4fdef6ae7c302a7b7720ef332fec0a8 SIZE (webfonts/arialb32.exe) = 168176 SHA256 (webfonts/comic32.exe) = 9c6df3feefde26d4e41d4a4fe5db2a89f9123a772594d7f59afd062625cd204e @@ -13,13 +11,11 @@ SHA256 (webfonts/georgi32.exe) = 2c2c7dc SIZE (webfonts/georgi32.exe) = 392440 SHA256 (webfonts/impact32.exe) = 6061ef3b7401d9642f5dfdb5f2b376aa14663f6275e60a51207ad4facf2fccfb SIZE (webfonts/impact32.exe) = 173288 -SHA256 (webfonts/times32.exe) = db56595ec6ef5d3de5c24994f001f03b2a13e37cee27bc25c58f6f43e8f807ab -SIZE (webfonts/times32.exe) = 661728 -SHA256 (webfonts/trebuc32.exe) = 5a690d9bb8510be1b8b4fe49f1f2319651fe51bbe54775ddddd8ef0bd07fdac9 -SIZE (webfonts/trebuc32.exe) = 357200 -SHA256 (webfonts/verdan32.exe) = c1cb61255e363166794e47664e2f21af8e3a26cb6346eb8d2ae2fa85dd5aad96 -SIZE (webfonts/verdan32.exe) = 351992 SHA256 (webfonts/webdin32.exe) = 64595b5abc1080fba8610c5c34fab5863408e806aafe84653ca8575bed17d75a SIZE (webfonts/webdin32.exe) = 185072 +SHA256 (webfonts/EUupdate.EXE) = 464dd2cd5f09f489f9ac86ea7790b7b8548fc4e46d9f889b68d2cdce47e09ea8 +SIZE (webfonts/EUupdate.EXE) = 1675184 +SHA256 (webfonts/PowerPointViewer.exe) = c4e753548d3092ffd7dd3849105e0a26d9b5a1afe46e6e667fe7c6887893701f +SIZE (webfonts/PowerPointViewer.exe) = 27024112 SHA256 (webfonts/IELPKTH.CAB) = c1be3fb8f0042570be76ec6daa03a99142c88367c1bc810240b85827c715961a SIZE (webfonts/IELPKTH.CAB) = 411248 Modified: head/x11-fonts/webfonts/pkg-descr ============================================================================== --- head/x11-fonts/webfonts/pkg-descr Mon Oct 17 14:51:29 2016 (r424120) +++ head/x11-fonts/webfonts/pkg-descr Mon Oct 17 14:53:20 2016 (r424121) @@ -1,8 +1,9 @@ This is a collection of high quality and free to use TrueType fonts created by Monotype and Microsoft Typography. It consists of the following families: - Times New Roman, Courier New, Georgia, Trebuchet MS, Comic Sans MS - Arial, Arial Black, Verdana, Andale Mono, Impact + Times New Roman, Courier New, Georgia, Trebuchet MS, Comic + Sans MS Arial, Arial Black, Verdana, Andale Mono, Impact, + Calibri, Cambria, Consolas, Constantia, Corbel They contain all 652 glyphs defined in WGL4 and are available in the following encodings: Modified: head/x11-fonts/webfonts/pkg-plist ============================================================================== --- head/x11-fonts/webfonts/pkg-plist Mon Oct 17 14:51:29 2016 (r424120) +++ head/x11-fonts/webfonts/pkg-plist Mon Oct 17 14:53:20 2016 (r424121) @@ -1,12 +1,36 @@ %%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%CLEARTYPE%%%%PORTDOCS%%%%DOCSDIR%%/eula.txt %%FONTSDIR%%/andalemo.ttf %%FONTSDIR%%/arial.ttf %%FONTSDIR%%/arialbd.ttf %%FONTSDIR%%/arialbi.ttf %%FONTSDIR%%/ariali.ttf %%FONTSDIR%%/ariblk.ttf +%%CLEARTYPE%%%%FONTSDIR%%/calibri.ttf +%%CLEARTYPE%%%%FONTSDIR%%/calibrib.ttf +%%CLEARTYPE%%%%FONTSDIR%%/calibrii.ttf +%%CLEARTYPE%%%%FONTSDIR%%/calibriz.ttf +%%CLEARTYPE%%%%FONTSDIR%%/cambriab.ttf +%%CLEARTYPE%%%%FONTSDIR%%/cambriai.ttf +%%CLEARTYPE%%%%FONTSDIR%%/cambriaz.ttf +%%CLEARTYPE%%%%FONTSDIR%%/candara.ttf +%%CLEARTYPE%%%%FONTSDIR%%/candarab.ttf +%%CLEARTYPE%%%%FONTSDIR%%/candarai.ttf +%%CLEARTYPE%%%%FONTSDIR%%/candaraz.ttf %%FONTSDIR%%/comic.ttf %%FONTSDIR%%/comicbd.ttf +%%CLEARTYPE%%%%FONTSDIR%%/consola.ttf +%%CLEARTYPE%%%%FONTSDIR%%/consolab.ttf +%%CLEARTYPE%%%%FONTSDIR%%/consolai.ttf +%%CLEARTYPE%%%%FONTSDIR%%/consolaz.ttf +%%CLEARTYPE%%%%FONTSDIR%%/constan.ttf +%%CLEARTYPE%%%%FONTSDIR%%/constanb.ttf +%%CLEARTYPE%%%%FONTSDIR%%/constani.ttf +%%CLEARTYPE%%%%FONTSDIR%%/constanz.ttf +%%CLEARTYPE%%%%FONTSDIR%%/corbel.ttf +%%CLEARTYPE%%%%FONTSDIR%%/corbelb.ttf +%%CLEARTYPE%%%%FONTSDIR%%/corbeli.ttf +%%CLEARTYPE%%%%FONTSDIR%%/corbelz.ttf %%FONTSDIR%%/cour.ttf %%FONTSDIR%%/courbd.ttf %%FONTSDIR%%/courbi.ttf From owner-svn-ports-all@freebsd.org Mon Oct 17 14:59:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F827C158A7; Mon, 17 Oct 2016 14:59:59 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B9D395B; Mon, 17 Oct 2016 14:59:59 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HExwqM084749; Mon, 17 Oct 2016 14:59:58 GMT (envelope-from gnn@FreeBSD.org) Received: (from gnn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HExwfd084748; Mon, 17 Oct 2016 14:59:58 GMT (envelope-from gnn@FreeBSD.org) Message-Id: <201610171459.u9HExwfd084748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gnn set sender to gnn@FreeBSD.org using -f From: "George V. Neville-Neil" Date: Mon, 17 Oct 2016 14:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424122 - head/net/packetdrill X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 14:59:59 -0000 Author: gnn Date: Mon Oct 17 14:59:58 2016 New Revision: 424122 URL: https://svnweb.freebsd.org/changeset/ports/424122 Log: Note that this port is broken on FreeBSD 9. Modified: head/net/packetdrill/Makefile Modified: head/net/packetdrill/Makefile ============================================================================== --- head/net/packetdrill/Makefile Mon Oct 17 14:53:20 2016 (r424121) +++ head/net/packetdrill/Makefile Mon Oct 17 14:59:58 2016 (r424122) @@ -9,6 +9,8 @@ COMMENT= Network stack testing tool LICENSE= GPLv2 +BROKEN_FreeBSD_9= Fails in lexer + USES= bison uidfix USE_GITHUB= yes GH_ACCOUNT= freebsd-net From owner-svn-ports-all@freebsd.org Mon Oct 17 15:13:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7203C15F39; Mon, 17 Oct 2016 15:13:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AC546959; Mon, 17 Oct 2016 15:13:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E6AEDBDC8E; Mon, 17 Oct 2016 17:13:00 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id BA8B0BDC81; Mon, 17 Oct 2016 17:13:00 +0200 (CEST) Subject: Re: svn commit: r423987 - head/devel/git-cinnabar To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610142008.u9EK8i4S056973@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <3a5d2dcd-2a14-cc6a-4369-74c1ac12bce8@FreeBSD.org> Date: Mon, 17 Oct 2016 17:12:58 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610142008.u9EK8i4S056973@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NoBTRP7SMl2UVSX5k6uXS2tl2wDL362uu" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 15:13:03 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --NoBTRP7SMl2UVSX5k6uXS2tl2wDL362uu Content-Type: multipart/mixed; boundary="wdnCK88fwVU1xadOuHk3Ha6uLOIvAQV8l"; protected-headers="v1" From: Mathieu Arnold To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <3a5d2dcd-2a14-cc6a-4369-74c1ac12bce8@FreeBSD.org> Subject: Re: svn commit: r423987 - head/devel/git-cinnabar References: <201610142008.u9EK8i4S056973@repo.freebsd.org> In-Reply-To: <201610142008.u9EK8i4S056973@repo.freebsd.org> --wdnCK88fwVU1xadOuHk3Ha6uLOIvAQV8l Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 14/10/2016 =C3=A0 22:08, Jan Beich a =C3=A9crit : > Author: jbeich > Date: Fri Oct 14 20:08:43 2016 > New Revision: 423987 > URL: https://svnweb.freebsd.org/changeset/ports/423987 > > Log: > devel/git-cinnabar: chase r423921 by updating to 0.4.0.b3.6 > =20 > This does not even go that far: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Configuring for git-cinnabar-0.4.0.b3.6 tar: Can't open `version': Permission denied tar: Error exit delayed from previous errors. https://pkg.absolight.fr/data/11amd64-pkgng-default/20161017T155244Z/logs= /errors/git-cinnabar-0.4.0.b3.6.log --=20 Mathieu Arnold --wdnCK88fwVU1xadOuHk3Ha6uLOIvAQV8l-- --NoBTRP7SMl2UVSX5k6uXS2tl2wDL362uu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYBOp7XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IB5wP/R5JwlzQCkJvhjQedFHGkifl CjrceIZOiAquZXcpz63EU5MwRgDLTIP9gHXTBdZCVnJR88yBBUcYjWKwNnIvYK7Q 0TFziqd4L4jHfJXpo/IqxF9Xe/IC8hLTdzAqI8O9zLQb3mLlnxvwidDcjTP6fFK9 6r9O30JbzcWPltRxbrDjeU7VGqLl1vJ9Hkucu1eZ+kxmZWgH71S9Lk5M3rXedrWS OUVPH/vnnqFehqWg8ikkFZ945k4TEp1Jh5NQSBdobDsuDJoBvB2wGWH0q312L7X5 4J7cLYooaSP8XfHBa7ENWVGyfcFMfDDsqZZgtEHHIZzw7E0Rl5PATm4YWRUUcR9p r6dUmzU0bh3ndaHiCJgb4UNrtisR5Q8YoukJxkHk0jgAS0pcdWCRLKX1+gMRl1di /PFw+CZwl1gE78nwTSaZ7Qlovk2KWLIBxuKjRkptoFzv2ydFF7t4m7B7q6v52Fn2 qNNgLlT2b4Wzkz8TcLUY7V2iRgfrHABxAdihk+gc4ghN8A/Rlf9t9CGqzUEBAYUx RrEyU0v1BYdqjC+8VhMFaT6UX9I6lN2WKGfyvxXtkRVM2k1Nbbly1ue5uDxpe26T x1tHMI4svl5PGHgGQWYRa8aKPh+yaU+EEDF2Q0upUGk/jImcTlxkDwdG1xsttX+f qswyM5fq1Zx6BpcO4RRc =jSa3 -----END PGP SIGNATURE----- --NoBTRP7SMl2UVSX5k6uXS2tl2wDL362uu-- From owner-svn-ports-all@freebsd.org Mon Oct 17 15:15:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87D6CC15F98; Mon, 17 Oct 2016 15:15:09 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AC29A6D; Mon, 17 Oct 2016 15:15:09 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HFF8eD092485; Mon, 17 Oct 2016 15:15:08 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HFF8pG092481; Mon, 17 Oct 2016 15:15:08 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610171515.u9HFF8pG092481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 17 Oct 2016 15:15:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 15:15:09 -0000 Author: marino Date: Mon Oct 17 15:15:07 2016 New Revision: 424123 URL: https://svnweb.freebsd.org/changeset/ports/424123 Log: deskutils/(py-)spice-gtk: Fix build including with gold linker These ports starting failing on gold linker with messages like: ./.libs/libspice-client-gtk-3.0.so: error: undefined reference to 'XGetPointerControl' ./.libs/libspice-client-gtk-3.0.so: error: undefined reference to 'XChangePointerControl' The problem and fix was already described here: https://bugs.freedesktop.org/show_bug.cgi?id=97383 Apparently USES=pathfix and USES=autoreconf can't be used together, so the pkgconfig directory is now passed via MAKE_ARGS While here, fix py-spice-gtk install error by removing non-installed file from the pkg-list. Approved by: just-fix-it Added: head/deskutils/spice-gtk/files/patch-configure.ac (contents, props changed) head/deskutils/spice-gtk/files/patch-src_Makefile.am (contents, props changed) Deleted: head/deskutils/spice-gtk/files/patch-configure Modified: head/deskutils/py-spice-gtk/Makefile head/deskutils/spice-gtk/Makefile Modified: head/deskutils/py-spice-gtk/Makefile ============================================================================== --- head/deskutils/py-spice-gtk/Makefile Mon Oct 17 14:59:58 2016 (r424122) +++ head/deskutils/py-spice-gtk/Makefile Mon Oct 17 15:15:07 2016 (r424123) @@ -1,6 +1,7 @@ # Created by: olevole@olevole.ru # $FreeBSD$ +PORTREVISION= 1 COMMENT= Python bindings for SPICE remote desktop servers MASTERDIR= ${.CURDIR}/../spice-gtk Modified: head/deskutils/spice-gtk/Makefile ============================================================================== --- head/deskutils/spice-gtk/Makefile Mon Oct 17 14:59:58 2016 (r424122) +++ head/deskutils/spice-gtk/Makefile Mon Oct 17 15:15:07 2016 (r424123) @@ -3,6 +3,7 @@ PORTNAME= spice-gtk PORTVERSION= 0.32 +PORTREVISION?= 0 CATEGORIES?= deskutils gnome MASTER_SITES= http://www.spice-space.org/download/gtk/ @@ -13,7 +14,8 @@ LICENSE= GPLv2 USE_XORG= pixman USE_GNOME= gnomeprefix gtk20 gtk30 intltool introspection:build -USES= cpe gmake jpeg libtool pkgconfig tar:bzip2 pathfix python ssl localbase +USES= autoreconf cpe gmake jpeg libtool pkgconfig tar:bzip2 \ + python ssl localbase:ldflags CPE_VENDOR= redhat BUILD_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol \ @@ -27,7 +29,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gtk2>=0:x11-toolkits/py-gtk2 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gtk2>=0:x11-toolkits/py-gtk2 CONFIGURE_ARGS+= --with-python -PLIST_FILES+= %%PYTHON_SITELIBDIR%%/SpiceClientGtk.so .endif SPICE_SSL_CFLAGS= -I${OPENSSLINC} @@ -38,6 +39,9 @@ CONFIGURE_ENV+= SSL_CFLAGS="${SPICE_SSL_ GNU_CONFIGURE= yes USE_LDCONFIG= yes +# we can't use pathfix with USES=autoreconf +MAKE_ARGS= pkgconfigdir="$(PREFIX)/libdata/pkgconfig" + INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS DOCS SASL Added: head/deskutils/spice-gtk/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/spice-gtk/files/patch-configure.ac Mon Oct 17 15:15:07 2016 (r424123) @@ -0,0 +1,22 @@ +--- configure.ac.orig 2016-06-16 11:34:31 UTC ++++ configure.ac +@@ -108,7 +108,7 @@ SPICE_GLIB_REQUIRES="${SPICE_GLIB_REQUIR + PKG_CHECK_MODULES(SSL, openssl) + AC_SUBST(SSL_CFLAGS) + AC_SUBST(SSL_LIBS) +-SPICE_GLIB_REQUIRES="${SPICE_GLIB_REQUIRES} openssl" ++#SPICE_GLIB_REQUIRES="${SPICE_GLIB_REQUIRES} openssl" + + SPICE_CHECK_SASL + +@@ -163,6 +163,10 @@ AS_IF([test "x$have_win32" = "xyes"], [A + AM_CONDITIONAL([WITH_DISPLAY_WINDOWS], [test "x$have_win32" = "xyes"]) + + AC_CHECK_HEADERS([X11/XKBlib.h]) ++AS_IF([test "x$have_quartz" != "xyes" && test "x$have_win32" != "xyes"], ++ [PKG_CHECK_MODULES(X11,x11)]) ++AC_SUBST(X11_CFLAGS) ++AC_SUBST(X11_LIBS) + + AC_ARG_WITH([pnp-ids-path], + AC_HELP_STRING([--with-pnp-ids-path], Added: head/deskutils/spice-gtk/files/patch-src_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/spice-gtk/files/patch-src_Makefile.am Mon Oct 17 15:15:07 2016 (r424123) @@ -0,0 +1,18 @@ +--- src/Makefile.am.orig 2016-06-20 16:42:39 UTC ++++ src/Makefile.am +@@ -100,6 +100,7 @@ SPICE_COMMON_CPPFLAGS = \ + $(GUDEV_CFLAGS) \ + $(SOUP_CFLAGS) \ + $(PHODAV_CFLAGS) \ ++ $(X11_CFLAGS) \ + $(LZ4_CFLAGS) \ + $(NULL) + +@@ -119,6 +120,7 @@ SPICE_GTK_LIBADD_COMMON = \ + libspice-client-glib-2.0.la \ + $(GTK_LIBS) \ + $(CAIRO_LIBS) \ ++ $(X11_LIBS) \ + $(LIBM) \ + $(NULL) + From owner-svn-ports-all@freebsd.org Mon Oct 17 15:23:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F024C151A1; Mon, 17 Oct 2016 15:23:14 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B320EEAC; Mon, 17 Oct 2016 15:23:13 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HFNCOD096198; Mon, 17 Oct 2016 15:23:12 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HFNCFA096195; Mon, 17 Oct 2016 15:23:12 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610171523.u9HFNCFA096195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 17 Oct 2016 15:23:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424124 - in head/mail/claws-mail: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 15:23:14 -0000 Author: pawel Date: Mon Oct 17 15:23:12 2016 New Revision: 424124 URL: https://svnweb.freebsd.org/changeset/ports/424124 Log: Rework last build fix to work on DragonFlyBSD also PR: 211626 Tested by: marino Modified: head/mail/claws-mail/Makefile.claws head/mail/claws-mail/files/patch-configure Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Mon Oct 17 15:15:07 2016 (r424123) +++ head/mail/claws-mail/Makefile.claws Mon Oct 17 15:23:12 2016 (r424124) @@ -12,7 +12,6 @@ USES+= gmake iconv libtool pkgconfig ta GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static -CONFIGURE_ENV= ac_cv_search_encrypt=yes CLAWS_PLUGINS= acpi_notifier \ address_keeper \ Modified: head/mail/claws-mail/files/patch-configure ============================================================================== --- head/mail/claws-mail/files/patch-configure Mon Oct 17 15:15:07 2016 (r424123) +++ head/mail/claws-mail/files/patch-configure Mon Oct 17 15:23:12 2016 (r424124) @@ -1,6 +1,15 @@ --- configure.orig 2016-08-07 08:08:37 UTC +++ configure -@@ -21130,7 +21130,7 @@ $as_echo "#define HAVE_LIBSOUP_GNOME 1" +@@ -18667,6 +18667,8 @@ else + fi + + ;; ++ *freebsd*) ++ ;; # not used + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing encrypt" >&5 + $as_echo_n "checking for library containing encrypt... " >&6; } +@@ -21130,7 +21132,7 @@ $as_echo "#define HAVE_LIBSOUP_GNOME 1" fi @@ -9,7 +18,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_read_new in -larchive" >&5 $as_echo_n "checking for archive_read_new in -larchive... " >&6; } if ${ac_cv_lib_archive_archive_read_new+:} false; then : -@@ -21175,6 +21175,7 @@ else +@@ -21175,6 +21177,7 @@ else HAVE_ARCHIVE=no fi From owner-svn-ports-all@freebsd.org Mon Oct 17 15:41:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E163CC15932; Mon, 17 Oct 2016 15:41:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 84A62A69; Mon, 17 Oct 2016 15:41:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id EF69ABDC7F; Mon, 17 Oct 2016 17:41:49 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id C4CB3BDC68; Mon, 17 Oct 2016 17:41:49 +0200 (CEST) Subject: Re: svn commit: r423987 - head/devel/git-cinnabar To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610142008.u9EK8i4S056973@repo.freebsd.org> <3a5d2dcd-2a14-cc6a-4369-74c1ac12bce8@FreeBSD.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Mon, 17 Oct 2016 17:41:48 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <3a5d2dcd-2a14-cc6a-4369-74c1ac12bce8@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="No7UQaaJ0p2Xcl4C58gI3KDc9o30uWwXP" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 15:41:53 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --No7UQaaJ0p2Xcl4C58gI3KDc9o30uWwXP Content-Type: multipart/mixed; boundary="L0FnWH2nPoL34xFo5MISq5B1flXPIID7x"; protected-headers="v1" From: Mathieu Arnold To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r423987 - head/devel/git-cinnabar References: <201610142008.u9EK8i4S056973@repo.freebsd.org> <3a5d2dcd-2a14-cc6a-4369-74c1ac12bce8@FreeBSD.org> In-Reply-To: <3a5d2dcd-2a14-cc6a-4369-74c1ac12bce8@FreeBSD.org> --L0FnWH2nPoL34xFo5MISq5B1flXPIID7x Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 17/10/2016 =C3=A0 17:12, Mathieu Arnold a =C3=A9crit : > Le 14/10/2016 =C3=A0 22:08, Jan Beich a =C3=A9crit : >> Author: jbeich >> Date: Fri Oct 14 20:08:43 2016 >> New Revision: 423987 >> URL: https://svnweb.freebsd.org/changeset/ports/423987 >> >> Log: >> devel/git-cinnabar: chase r423921 by updating to 0.4.0.b3.6 >> =20 >> > This does not even go that far: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D> Configuring for git-cinnabar-0.4.0.b3.6 > tar: Can't open `version': Permission denied > tar: Error exit delayed from previous errors. > > > > https://pkg.absolight.fr/data/11amd64-pkgng-default/20161017T155244Z/lo= gs/errors/git-cinnabar-0.4.0.b3.6.log Mmmm, sorry about the noise, it is a framework problem, so I'm the one who has to do the fixing :-) --=20 Mathieu Arnold --L0FnWH2nPoL34xFo5MISq5B1flXPIID7x-- --No7UQaaJ0p2Xcl4C58gI3KDc9o30uWwXP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYBPE9XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85INIwP/i1eW8o4knTSP9o9ZE8uJR8d k3NNfiU1ZiRCy3zByL/UIq0w7uAQPIyKZpRcWfOIZ/HcLL2AL8i0iNoGf1sFQk/E 9RcpVB84gowvQHmJ+f5ZDPppTokrB+JGm8IJiVBcSMRhwqqHs5DpdMRqh2o7LAZJ bFZ2ODtoxB+mX3u0MP+FZI76YBWEKlRPuXDQKhySeC3DlD8Xq2blPbWiZJY7WC7q /DVniY5p1N/EMAwWhYaIhETI+VfyCsZC/WJwanuueaJ+EIHxrxJCyXuaShD8DVpq 5Lem/viLxKWtD2ruZnvA1eXyOMMUIM4v8qW9/n+MwdzeOGsYhhf+AX05uPK6xyps MtJYgN8MlW8qw/GKzymy/Qll5EI6U93AAX2DKGorJLmTtnwOQWn2Auc+ko27B2kE 3++5yWRZtY2buMGg+Pmiz+LmbkUIZGHTzOqUkjeilFSOVNeThHmmgIhLUl9UgzD+ ohApS5DSaVS6Ia1qVe5Hl5b3M6XgA4PVpLTIT2f/SKU59cbIk75G4VvVHvUZaX6W QEF21K5E7m/22hapI5/ip2hKp8yU1MS8OHT+dmBLjq1Rde//mVwbHX9UBf8q+Cs/ HtmBlYjK+uZQ8y1jATVotAl5uBAWo1Fx6fX0cgp2jDrv1aMakBohq2YebJpSIhaq SE+RwllzTryiyu9pHODn =jT8+ -----END PGP SIGNATURE----- --No7UQaaJ0p2Xcl4C58gI3KDc9o30uWwXP-- From owner-svn-ports-all@freebsd.org Mon Oct 17 15:44:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B055C15AB6; Mon, 17 Oct 2016 15:44:31 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BA44D86; Mon, 17 Oct 2016 15:44:30 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HFiUxc003923; Mon, 17 Oct 2016 15:44:30 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HFiT2A003920; Mon, 17 Oct 2016 15:44:29 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201610171544.u9HFiT2A003920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 17 Oct 2016 15:44:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424125 - in head/security/gnome-ssh-askpass: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 15:44:31 -0000 Author: bofh Date: Mon Oct 17 15:44:29 2016 New Revision: 424125 URL: https://svnweb.freebsd.org/changeset/ports/424125 Log: security/gnome-ssh-askpass: Update version 5.8p2=>6.6p1 Modified: head/security/gnome-ssh-askpass/Makefile head/security/gnome-ssh-askpass/distinfo head/security/gnome-ssh-askpass/files/patch-contrib_Makefile Modified: head/security/gnome-ssh-askpass/Makefile ============================================================================== --- head/security/gnome-ssh-askpass/Makefile Mon Oct 17 15:23:12 2016 (r424124) +++ head/security/gnome-ssh-askpass/Makefile Mon Oct 17 15:44:29 2016 (r424125) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-ssh-askpass -PORTVERSION= 5.8p2 -PORTREVISION= 1 +PORTVERSION= 6.6p1 CATEGORIES= security gnome MASTER_SITES= OPENBSD/OpenSSH/portable/ DISTNAME= openssh-${PORTVERSION} @@ -11,7 +10,10 @@ DISTNAME= openssh-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Graphical SSH askpass utility for Gnome2 -PORTSCOUT= skipv:5.9p1 # Will update when FreeBSD version off SSH goes to 5.9p1 +#LICENSE= BSD2,BSD3,MIT,public domain,BSD-Style,BEER-WARE,"any purpose with notice intact",ISC-Style +#LICENSE_FILE= ${WRKSRC}/LICENCE + +PORTSCOUT= limit:^6\.6 # Will update when FreeBSD version off SSH goes to 5.9p1 WRKSRC= ${WRKDIR}/openssh-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/contrib Modified: head/security/gnome-ssh-askpass/distinfo ============================================================================== --- head/security/gnome-ssh-askpass/distinfo Mon Oct 17 15:23:12 2016 (r424124) +++ head/security/gnome-ssh-askpass/distinfo Mon Oct 17 15:44:29 2016 (r424125) @@ -1,2 +1,3 @@ -SHA256 (openssh-5.8p2.tar.gz) = 5c35ec7c966ce05cc4497ac59c0b54a556e55ae7368165cc8c4129694654f314 -SIZE (openssh-5.8p2.tar.gz) = 1115475 +TIMESTAMP = 1476630437 +SHA256 (openssh-6.6p1.tar.gz) = 48c1f0664b4534875038004cc4f3555b8329c2a81c1df48db5c517800de203bb +SIZE (openssh-6.6p1.tar.gz) = 1282502 Modified: head/security/gnome-ssh-askpass/files/patch-contrib_Makefile ============================================================================== --- head/security/gnome-ssh-askpass/files/patch-contrib_Makefile Mon Oct 17 15:23:12 2016 (r424124) +++ head/security/gnome-ssh-askpass/files/patch-contrib_Makefile Mon Oct 17 15:44:29 2016 (r424125) @@ -1,11 +1,11 @@ ---- contrib/Makefile.orig Thu Sep 21 21:04:13 2006 -+++ contrib/Makefile Thu Sep 21 21:04:29 2006 -@@ -7,7 +7,7 @@ +--- contrib/Makefile.orig 2012-05-19 05:24:37 UTC ++++ contrib/Makefile +@@ -9,7 +9,7 @@ gnome-ssh-askpass1: gnome-ssh-askpass1.c `gnome-config --libs gnome gnomeui` gnome-ssh-askpass2: gnome-ssh-askpass2.c -- $(CC) `pkg-config --cflags gtk+-2.0` \ -+ $(CC) $(CFLAGS) `pkg-config --cflags gtk+-2.0` \ +- $(CC) `$(PKG_CONFIG) --cflags gtk+-2.0` \ ++ $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-2.0` \ gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \ - `pkg-config --libs gtk+-2.0` + `$(PKG_CONFIG) --libs gtk+-2.0 x11` From owner-svn-ports-all@freebsd.org Mon Oct 17 15:49:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70789C15B4A; Mon, 17 Oct 2016 15:49:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31F51F1C; Mon, 17 Oct 2016 15:49:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HFnT5Z004239; Mon, 17 Oct 2016 15:49:29 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HFnTcr004238; Mon, 17 Oct 2016 15:49:29 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610171549.u9HFnTcr004238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 17 Oct 2016 15:49:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424126 - head/multimedia/handbrake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 15:49:30 -0000 Author: marino Date: Mon Oct 17 15:49:29 2016 New Revision: 424126 URL: https://svnweb.freebsd.org/changeset/ports/424126 Log: multimedia/handbrake: fix after change in USES=localbase behavior The build started failing on compilers that don't have /usr/local/lib in the default search path. Modified: head/multimedia/handbrake/Makefile Modified: head/multimedia/handbrake/Makefile ============================================================================== --- head/multimedia/handbrake/Makefile Mon Oct 17 15:44:29 2016 (r424125) +++ head/multimedia/handbrake/Makefile Mon Oct 17 15:49:29 2016 (r424126) @@ -52,7 +52,7 @@ LIB_DEPENDS+= libdvdcss.so.2:multimedia/ GNU_CONFIGURE= yes USES= autoreconf:build compiler:features gmake iconv \ - libtool:build localbase pkgconfig python:build + libtool:build localbase:ldflags pkgconfig python:build WRKSRC= ${WRKDIR}/HandBrake-${PORTVERSION} PLIST_FILES= bin/HandBrakeCLI From owner-svn-ports-all@freebsd.org Mon Oct 17 15:50:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A625C15BC0; Mon, 17 Oct 2016 15:50:33 +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 49B1371; Mon, 17 Oct 2016 15:50:33 +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 u9HFoWwr004444; Mon, 17 Oct 2016 15:50:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HFoWhj004441; Mon, 17 Oct 2016 15:50:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610171550.u9HFoWhj004441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 17 Oct 2016 15:50:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424127 - head/devel/cppcheck X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 15:50:33 -0000 Author: amdmi3 Date: Mon Oct 17 15:50:31 2016 New Revision: 424127 URL: https://svnweb.freebsd.org/changeset/ports/424127 Log: - Update to 1.76.1 Modified: head/devel/cppcheck/Makefile head/devel/cppcheck/distinfo head/devel/cppcheck/pkg-descr Modified: head/devel/cppcheck/Makefile ============================================================================== --- head/devel/cppcheck/Makefile Mon Oct 17 15:49:29 2016 (r424126) +++ head/devel/cppcheck/Makefile Mon Oct 17 15:50:31 2016 (r424127) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cppcheck -PORTVERSION= 1.76 +PORTVERSION= 1.76.1 CATEGORIES= devel MASTER_SITES= SF Modified: head/devel/cppcheck/distinfo ============================================================================== --- head/devel/cppcheck/distinfo Mon Oct 17 15:49:29 2016 (r424126) +++ head/devel/cppcheck/distinfo Mon Oct 17 15:50:31 2016 (r424127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476148432 -SHA256 (cppcheck-1.76.tar.bz2) = d3b54c448bc9ecefc2e1a854be582cc9896effeaaa433b15da1d1f496464e40b -SIZE (cppcheck-1.76.tar.bz2) = 1166421 +TIMESTAMP = 1476714910 +SHA256 (cppcheck-1.76.1.tar.bz2) = 5bc70fdc59e242ee882ec9c98738b43e7b46919c78015a6acaceeb527f5d86d0 +SIZE (cppcheck-1.76.1.tar.bz2) = 1166292 Modified: head/devel/cppcheck/pkg-descr ============================================================================== --- head/devel/cppcheck/pkg-descr Mon Oct 17 15:49:29 2016 (r424126) +++ head/devel/cppcheck/pkg-descr Mon Oct 17 15:50:31 2016 (r424127) @@ -7,4 +7,4 @@ various compiler extensions, inline asse The goal is no false positives. -WWW: http://sourceforge.net/projects/cppcheck +WWW: http://cppcheck.sourceforge.net/ From owner-svn-ports-all@freebsd.org Mon Oct 17 15:52:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD4B4C15CDB; Mon, 17 Oct 2016 15:52:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 841993E3; Mon, 17 Oct 2016 15:52:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id D6B15BDC7F; Mon, 17 Oct 2016 17:52:35 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id A61E2BDC71; Mon, 17 Oct 2016 17:52:35 +0200 (CEST) Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files To: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610171515.u9HFF8pG092481@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> Date: Mon, 17 Oct 2016 17:52:34 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610171515.u9HFF8pG092481@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="uAFsIRVPKCkv4f3afnV25DqpXdXFUdwUs" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 15:52:37 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --uAFsIRVPKCkv4f3afnV25DqpXdXFUdwUs Content-Type: multipart/mixed; boundary="lGQSw2iC84ioA0kc5XtCbHSDKwDfu5B1e"; protected-headers="v1" From: Mathieu Arnold To: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files References: <201610171515.u9HFF8pG092481@repo.freebsd.org> In-Reply-To: <201610171515.u9HFF8pG092481@repo.freebsd.org> --lGQSw2iC84ioA0kc5XtCbHSDKwDfu5B1e Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 17/10/2016 =C3=A0 17:15, John Marino a =C3=A9crit : > Apparently USES=3Dpathfix and USES=3Dautoreconf can't be used togethe= r, so > the pkgconfig directory is now passed via MAKE_ARGS That is mostly not true. What usage makes it so that they do not work together ? --=20 Mathieu Arnold --lGQSw2iC84ioA0kc5XtCbHSDKwDfu5B1e-- --uAFsIRVPKCkv4f3afnV25DqpXdXFUdwUs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYBPPCXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IsjEQAKYH6Xltn/yMxtXvSdjD1CP9 TVQsEQFmMKyw34AdCNmVbPqATDgrucnkKKC1ZV3Nh/Q/ENLgQPICB1HA0RafJJft NLcp6e1eV7naaz843uxfFfVFsv4Xzj6oFPjSQfd75zCaXmhuog1rMFpFQBhOgAls j95yfGy05xN4wCzwIeuAggLzZ503xcCSZranvUIsRGX637v8sTC837dL0v303B+W o6oZ6KdjH28nE+mkwu0ZliJ108TUe3EW7QXBOgJqg+nvyiOX5ljnmoLCohGoNchq BVx4YI9Fp7mE7OWETYRXGUTCD3dlG2lBiZMvibylcS+lKLRaHYoseOSNYPlhz5P4 ZbGGzggKPVq6zvkHpCa+pDrI6MDTdPjY3gkomN1QQNycaElOq8RowandjGp5pMih fN5tU/r46N5b5QlCRQcqvJNBpd63nOC2xgTWJ4bELUtUqONAqb6HGSTCXY1dgYRr IxwV7HF3oCFfE+P0zaVi0dYHhAUZkT015RtDGEq//Dj5DFaEoEtGx/HoAKfMwLpp fPSo6UrSqrwbvAqbtYbIGG3n89pwYG9w10v3ppr7/s8wNlk4CUh5VOaMIDPkyfX6 rYbTR8QcHojA2/PqZ0HEafzs5MVX2ZeneNbG5c+sp0TanVJP/7Xmc8xLfY/h0gtL wUP/lmIrXhCkq93PoNLA =zlq2 -----END PGP SIGNATURE----- --uAFsIRVPKCkv4f3afnV25DqpXdXFUdwUs-- From owner-svn-ports-all@freebsd.org Mon Oct 17 15:55:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6497C15D5E; Mon, 17 Oct 2016 15:55:08 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2A207D4; Mon, 17 Oct 2016 15:55:08 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip72-204-34-204.fv.ks.cox.net [72.204.34.204]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 178C043C15; Mon, 17 Oct 2016 10:54:34 -0500 (CDT) Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: Date: Mon, 17 Oct 2016 10:55:00 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 161017-0, 10/17/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 15:55:08 -0000 On 10/17/2016 10:52, Mathieu Arnold wrote: > Le 17/10/2016 à 17:15, John Marino a écrit : >> Apparently USES=pathfix and USES=autoreconf can't be used together, so >> the pkgconfig directory is now passed via MAKE_ARGS > > That is mostly not true. What usage makes it so that they do not work > together ? The results suggest that "${WRKSRC}/configure" was modified, then autoreconf regenerated ${WRKSRC}/configure afterwards so that the pkgconfig path change was reverted. That's why I had to replace pathfix with MAKE_ARGS. John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-all@freebsd.org Mon Oct 17 15:59:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA2EBC15DB4; Mon, 17 Oct 2016 15:59:01 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA2E1926; Mon, 17 Oct 2016 15:59:01 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HFx0NV008358; Mon, 17 Oct 2016 15:59:00 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HFx0cF008357; Mon, 17 Oct 2016 15:59:00 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610171559.u9HFx0cF008357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 17 Oct 2016 15:59:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424128 - head/net/wireshark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 15:59:01 -0000 Author: marino Date: Mon Oct 17 15:59:00 2016 New Revision: 424128 URL: https://svnweb.freebsd.org/changeset/ports/424128 Log: net/(t|wire)shark-lite: Really fix them error: pkg-static: Unable to access file /construction/net/tshark-lite/stage/ usr/local/%%ANDROIDDUMP_LIB%%lib/wireshark/extcap/androiddump: No such file or directory pkg-static: Unable to access file /construction/net/tshark-lite/stage/ usr/local/%%RANDPKTDUMP_LIB%%lib/wireshark/extcap/randpktdump: No such file or directory The PLIST_SUBs weren't defined. Approved by: just-fix-it Modified: head/net/wireshark/Makefile Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Mon Oct 17 15:50:31 2016 (r424127) +++ head/net/wireshark/Makefile Mon Oct 17 15:59:00 2016 (r424128) @@ -47,6 +47,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} .if defined(LITE) PKGNAMESUFFIX= -lite PLIST_SUB+= ${x:tu}="@comment $x not installed" \ + ${x:tu}_LIB="@comment %x not installed " \ ${x:tu}_MAN="@comment $x not installed " CONFIGURE_ARGS+= --enable-$x=no OPTIONS_EXCLUDE+= RTP SNMP GEOIP LUA ADNS CARES From owner-svn-ports-all@freebsd.org Mon Oct 17 16:20:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5564C154BC; Mon, 17 Oct 2016 16:20:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 68388854; Mon, 17 Oct 2016 16:20:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id CE2C7BDC98; Mon, 17 Oct 2016 18:20:20 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id A68D4BDC8E; Mon, 17 Oct 2016 18:20:20 +0200 (CEST) Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Mon, 17 Oct 2016 18:20:19 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qo49W8ALSkfKkctLEwrcQf4HDIACEVv2v" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 16:20:22 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --qo49W8ALSkfKkctLEwrcQf4HDIACEVv2v Content-Type: multipart/mixed; boundary="TjIVTcFs6fuKFSsJTvIHopbfi2rA4UdWI"; protected-headers="v1" From: Mathieu Arnold To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> In-Reply-To: --TjIVTcFs6fuKFSsJTvIHopbfi2rA4UdWI Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 17/10/2016 =C3=A0 17:55, John Marino a =C3=A9crit : > On 10/17/2016 10:52, Mathieu Arnold wrote: >> Le 17/10/2016 =C3=A0 17:15, John Marino a =C3=A9crit : >>> Apparently USES=3Dpathfix and USES=3Dautoreconf can't be used >>> together, so >>> the pkgconfig directory is now passed via MAKE_ARGS >> >> That is mostly not true. What usage makes it so that they do not work >> together ? > > The results suggest that "${WRKSRC}/configure" was modified, then > autoreconf regenerated ${WRKSRC}/configure afterwards so that the > pkgconfig path change was reverted. > > That's why I had to replace pathfix with MAKE_ARGS. No, USES=3Dpathfix changes the content of PATHFIX_MAKEFILEIN, which by default, is Makefile.in. It won't change configure unless you set PATHFIX_MAKEFILEIN=3Dconfigure. --=20 Mathieu Arnold --TjIVTcFs6fuKFSsJTvIHopbfi2rA4UdWI-- --qo49W8ALSkfKkctLEwrcQf4HDIACEVv2v Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYBPpEXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IvSAQAIlvQS1y4DSqpbSxRPWw9GBU 4b6gCTupHaAQrR5rtSySARWLpr+r5AKO0ACGvMPY30r/CHizXB6Xq/kBPOWBQ102 TPYYDlhrLh177cDtiYd40LmlWHRU4nZ9VIkqUsMxVQ8cRC0Zm/FDlvTsujw1fE7T zVWiITSwqjiwYOEGcosCs8xL60oZH3ZuVNQUrHy7r4Q86R6uSLK7IZBkmxCGg3YX KDCjHlaDWm0XEV5zQlO2OB75FLKJ6LMha5bjH4gRSQSy7vHRV+k+tYVY8H2MYfKH 3HTTiO9TFaBJA4tdBVceIkF/4yQA+/whD6QyBMIguzJtEc8jbH5fuAxOCI2TeF34 24auzcrQENw63T4B8MIb24FrH44xblAFHk2IVwydhiLTkv+G1v/MAtvLaTyXcEYS v4b+4qF64sf7xXzCWqHYM2yjsAxeyTSdXGwJVVChX7QBS69VWUuWF729Hx8ebj8j xRy05/wmYc3roeRj2bl77hMw/rmth6XdCrzrl2FN+yeda2v4NUg0d0N8VOTq6BQu +KR++ir+mx0SmKOTvi3IUyl03hen076UtTOTstSzlNC1UaJfmOl22sHhXk8yFjqy FW4j2tDvdCyUQ7uLmTXOYxUyjCLZIC3bdi2+rYYT/BANiTWm11l5+DWyZVxDREVz FaYrltyDAv5KmO5NxWt6 =B5bc -----END PGP SIGNATURE----- --qo49W8ALSkfKkctLEwrcQf4HDIACEVv2v-- From owner-svn-ports-all@freebsd.org Mon Oct 17 16:26:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DD7AC15627; Mon, 17 Oct 2016 16:26:43 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FE74BFE; Mon, 17 Oct 2016 16:26:42 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip72-204-34-204.fv.ks.cox.net [72.204.34.204]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 7FA4043C19; Mon, 17 Oct 2016 11:26:14 -0500 (CDT) Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> From: John Marino Reply-To: marino@freebsd.org Message-ID: <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> Date: Mon, 17 Oct 2016 11:26:40 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 161017-0, 10/17/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 16:26:43 -0000 On 10/17/2016 11:20, Mathieu Arnold wrote: > Le 17/10/2016 à 17:55, John Marino a écrit : >> On 10/17/2016 10:52, Mathieu Arnold wrote: >>> Le 17/10/2016 à 17:15, John Marino a écrit : >>>> Apparently USES=pathfix and USES=autoreconf can't be used >>>> together, so >>>> the pkgconfig directory is now passed via MAKE_ARGS >>> >>> That is mostly not true. What usage makes it so that they do not work >>> together ? >> >> The results suggest that "${WRKSRC}/configure" was modified, then >> autoreconf regenerated ${WRKSRC}/configure afterwards so that the >> pkgconfig path change was reverted. >> >> That's why I had to replace pathfix with MAKE_ARGS. > > No, USES=pathfix changes the content of PATHFIX_MAKEFILEIN, which by > default, is Makefile.in. It won't change configure unless you set > PATHFIX_MAKEFILEIN=configure. > Well, I didn't add MAKE_ARGS for fun. After adding USES+=autoreconf, the build broke. pathfix was still in place. You can reproduce by adding pathfix back before "python" and commenting out the new MAKE_ARGS line I added and check with "check-plist" It's easy to confirm. John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-all@freebsd.org Mon Oct 17 16:28:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FA94C156AA; Mon, 17 Oct 2016 16:28:47 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A4F8ED11; Mon, 17 Oct 2016 16:28:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 39D59BDC68; Mon, 17 Oct 2016 18:28:45 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 07003BDC56; Mon, 17 Oct 2016 18:28:44 +0200 (CEST) Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> Date: Mon, 17 Oct 2016 18:28:44 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="EB2eRjaASc2wr9DIsUEVFGAbMeR2239gK" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 16:28:47 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --EB2eRjaASc2wr9DIsUEVFGAbMeR2239gK Content-Type: multipart/mixed; boundary="vrFUkvUNALwWwgXTeJ5Unsi1tU2WvgTJW"; protected-headers="v1" From: Mathieu Arnold To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> In-Reply-To: <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> --vrFUkvUNALwWwgXTeJ5Unsi1tU2WvgTJW Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 17/10/2016 =C3=A0 18:26, John Marino a =C3=A9crit : > On 10/17/2016 11:20, Mathieu Arnold wrote: >> Le 17/10/2016 =C3=A0 17:55, John Marino a =C3=A9crit : >>> On 10/17/2016 10:52, Mathieu Arnold wrote: >>>> Le 17/10/2016 =C3=A0 17:15, John Marino a =C3=A9crit : >>>>> Apparently USES=3Dpathfix and USES=3Dautoreconf can't be used >>>>> together, so >>>>> the pkgconfig directory is now passed via MAKE_ARGS >>>> >>>> That is mostly not true. What usage makes it so that they do not wor= k >>>> together ? >>> >>> The results suggest that "${WRKSRC}/configure" was modified, then >>> autoreconf regenerated ${WRKSRC}/configure afterwards so that the >>> pkgconfig path change was reverted. >>> >>> That's why I had to replace pathfix with MAKE_ARGS. >> >> No, USES=3Dpathfix changes the content of PATHFIX_MAKEFILEIN, which by= >> default, is Makefile.in. It won't change configure unless you set >> PATHFIX_MAKEFILEIN=3Dconfigure. >> > > Well, I didn't add MAKE_ARGS for fun. > After adding USES+=3Dautoreconf, the build broke. pathfix was still in= > place. You can reproduce by adding pathfix back before "python" and > commenting out the new MAKE_ARGS line I added and check with > "check-plist" It's easy to confirm. I never said your fix did not work or was not right, I said USES=3Dpathfi= x won't touch configure. --=20 Mathieu Arnold --vrFUkvUNALwWwgXTeJ5Unsi1tU2WvgTJW-- --EB2eRjaASc2wr9DIsUEVFGAbMeR2239gK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYBPw8XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IvqcQAKLM8aMP53cQIagohYMmCKDr ViEX+tYReiDQgq+lvxOdT0F8DxIicNSkPBu9rNp/d4W1Vyj/NEH6ebwJU5WJmR0i oSMdRQvBsbUix7hNJfg3XfpJa3Zr6oMfQ8lMafLO9Bc+R4YSqJKkASSVRypcKM+i s8UeLrVnHfYFcsuQfKFfNppafPGHnB21IBhgVtNh5V7z07WD+H09ITxtj/5TMsYq ZEK2by5B0Lw3E5vWmvIcoYLJcUQcSEKQAuoSr0zcWSlC50iB5MYc0We/I+jEzcbm LCMcDlJVhiXgkph3DqCvH211OWYpr9CHvgkgtDb3JxtjClFXBHjL6yf07qt4c8vY TvV70onOVEsVt6e7bIgcKgMHiicQPI4pLhQx+b+TGQquirDTu6NM9PlqOPvFWymK unS/137KdhYWIvVkPouBRDF5h8GEVh5+xPDTuvSuAPC/PA2pUsHLDDJ1OWyrrtSb 7M8ceozKOnxyryc2EhGm4Q/C4i/wWHnQkgw3HP2hdrgXssjNF865vtu88f/dhWfv +l7w4PJsZF/nhy9uR06XB+MSo05kHwlh7Jd5aLEdbymMcuwSWEEYnE1oyvUQ3Cs6 Qh/v9o//CayhLCzUOfuT6uzTJelM4iWwfwGewaHt6KW0N6iHbKiodVa918bEBuJg O5SrahnWHMzAD+app9Up =3xVH -----END PGP SIGNATURE----- --EB2eRjaASc2wr9DIsUEVFGAbMeR2239gK-- From owner-svn-ports-all@freebsd.org Mon Oct 17 16:32:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBB47C15842; Mon, 17 Oct 2016 16:32:00 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2C239; Mon, 17 Oct 2016 16:31:59 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip72-204-34-204.fv.ks.cox.net [72.204.34.204]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 68D9743C19; Mon, 17 Oct 2016 11:31:31 -0500 (CDT) Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files To: Mathieu Arnold , marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <74f966d4-3bdf-0e15-9c9f-a8a4fdaac6ec@marino.st> Date: Mon, 17 Oct 2016 11:31:57 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 161017-0, 10/17/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 16:32:00 -0000 On 10/17/2016 11:28, Mathieu Arnold wrote: > Le 17/10/2016 à 18:26, John Marino a écrit : >> On 10/17/2016 11:20, Mathieu Arnold wrote: >>> Le 17/10/2016 à 17:55, John Marino a écrit : >>>> On 10/17/2016 10:52, Mathieu Arnold wrote: >>>>> Le 17/10/2016 à 17:15, John Marino a écrit : >>>>>> Apparently USES=pathfix and USES=autoreconf can't be used >>>>>> together, so >>>>>> the pkgconfig directory is now passed via MAKE_ARGS >>>>> >>>>> That is mostly not true. What usage makes it so that they do not work >>>>> together ? >>>> >>>> The results suggest that "${WRKSRC}/configure" was modified, then >>>> autoreconf regenerated ${WRKSRC}/configure afterwards so that the >>>> pkgconfig path change was reverted. >>>> >>>> That's why I had to replace pathfix with MAKE_ARGS. >>> >>> No, USES=pathfix changes the content of PATHFIX_MAKEFILEIN, which by >>> default, is Makefile.in. It won't change configure unless you set >>> PATHFIX_MAKEFILEIN=configure. >>> >> >> Well, I didn't add MAKE_ARGS for fun. >> After adding USES+=autoreconf, the build broke. pathfix was still in >> place. You can reproduce by adding pathfix back before "python" and >> commenting out the new MAKE_ARGS line I added and check with >> "check-plist" It's easy to confirm. > > I never said your fix did not work or was not right, I said USES=pathfix > won't touch configure. > Ah, that's the issue. I misspoke. I didn't mean "configure", I mean the Makefile all along. So you agree in this case pathfix and autoreconf aren't compatible, right? John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-all@freebsd.org Mon Oct 17 16:38:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E510C158D6; Mon, 17 Oct 2016 16:38:15 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1A57222; Mon, 17 Oct 2016 16:38:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HGcEYJ023199; Mon, 17 Oct 2016 16:38:14 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HGcEtS023198; Mon, 17 Oct 2016 16:38:14 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610171638.u9HGcEtS023198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 17 Oct 2016 16:38:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424129 - head/audio/gbsplay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 16:38:15 -0000 Author: marino Date: Mon Oct 17 16:38:13 2016 New Revision: 424129 URL: https://svnweb.freebsd.org/changeset/ports/424129 Log: audio/gbsplay: Add explicit -L option for NLS LDFLAGS Some compilers don't have /usr/local/lib in the default library search path. Approved by: explicit LDFLAGs blanket Modified: head/audio/gbsplay/Makefile Modified: head/audio/gbsplay/Makefile ============================================================================== --- head/audio/gbsplay/Makefile Mon Oct 17 15:59:00 2016 (r424128) +++ head/audio/gbsplay/Makefile Mon Oct 17 16:38:13 2016 (r424129) @@ -32,7 +32,7 @@ NAS_LIB_DEPENDS= libaudio.so:audio/nas NAS_CONFIGURE_ENABLE= nas NLS_CONFIGURE_OFF= --disable-i18n NLS_USES= gettext -NLS_LDFLAGS= -lintl +NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl .include From owner-svn-ports-all@freebsd.org Mon Oct 17 16:52:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1F96C15E9C; Mon, 17 Oct 2016 16:52:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E2E7C37; Mon, 17 Oct 2016 16:52:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HGqDxM029881; Mon, 17 Oct 2016 16:52:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HGqDJo029880; Mon, 17 Oct 2016 16:52:13 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610171652.u9HGqDJo029880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 17 Oct 2016 16:52:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424130 - head/news/golded+/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 16:52:14 -0000 Author: marino Date: Mon Oct 17 16:52:13 2016 New Revision: 424130 URL: https://svnweb.freebsd.org/changeset/ports/424130 Log: news/golded+: honor LDFLAGS Approved by: infrastructure blanket Modified: head/news/golded+/files/patch-GNUmakef.def Modified: head/news/golded+/files/patch-GNUmakef.def ============================================================================== --- head/news/golded+/files/patch-GNUmakef.def Mon Oct 17 16:38:13 2016 (r424129) +++ head/news/golded+/files/patch-GNUmakef.def Mon Oct 17 16:52:13 2016 (r424130) @@ -1,6 +1,6 @@ ---- GNUmakef.def.orig 2015-11-28 07:03:45.000000000 +0000 -+++ GNUmakef.def 2016-10-04 17:08:05.099233000 +0000 -@@ -141,8 +141,8 @@ +--- GNUmakef.def.orig 2015-11-28 07:03:45 UTC ++++ GNUmakef.def +@@ -141,8 +141,8 @@ else # Linux, *BSD or CAT=cat SED=sed GREP=grep @@ -11,14 +11,14 @@ AR=ar RANLIB=ranlib PLATFORM=lnx -@@ -162,8 +162,8 @@ +@@ -162,8 +162,8 @@ endif endif endif endif -CFLAGS+=-funsigned-char -g $(INCS) -Wall -Wno-long-long -Wno-sign-compare -pedantic -O2 -DPRAGMA_PACK # -fomit-frame-pointer -LNKFLAGS+=-g +CFLAGS+=-funsigned-char $(INCS) -Wall -Wno-long-long -Wno-sign-compare -O2 -DPRAGMA_PACK # -g -pedantic -fomit-frame-pointer -+#LNKFLAGS+=-g ++LNKFLAGS+=$(LDFLAGS) CPPFLAGS+=$(CFLAGS) # Run `make USE_NCURSES=0` if you dislike ncurses From owner-svn-ports-all@freebsd.org Mon Oct 17 17:02:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46698C15288; Mon, 17 Oct 2016 17:02:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 018DA302; Mon, 17 Oct 2016 17:02:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 72958BDCF7; Mon, 17 Oct 2016 19:02:00 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 45D51BDCF1; Mon, 17 Oct 2016 19:02:00 +0200 (CEST) Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> <74f966d4-3bdf-0e15-9c9f-a8a4fdaac6ec@marino.st> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <5a37eec4-7703-d0d9-f82e-393e1dd6543a@FreeBSD.org> Date: Mon, 17 Oct 2016 19:01:50 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <74f966d4-3bdf-0e15-9c9f-a8a4fdaac6ec@marino.st> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PNSEcMtdkMjOg2JBxOTM3vHLxXQqHVhvl" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 17:02:02 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --PNSEcMtdkMjOg2JBxOTM3vHLxXQqHVhvl Content-Type: multipart/mixed; boundary="Hg4rOF3B1t14ko7jUKFXJipKxVXimTx7p"; protected-headers="v1" From: Mathieu Arnold To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <5a37eec4-7703-d0d9-f82e-393e1dd6543a@FreeBSD.org> Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> <74f966d4-3bdf-0e15-9c9f-a8a4fdaac6ec@marino.st> In-Reply-To: <74f966d4-3bdf-0e15-9c9f-a8a4fdaac6ec@marino.st> --Hg4rOF3B1t14ko7jUKFXJipKxVXimTx7p Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 17/10/2016 =C3=A0 18:31, John Marino a =C3=A9crit : > > > On 10/17/2016 11:28, Mathieu Arnold wrote: >> Le 17/10/2016 =C3=A0 18:26, John Marino a =C3=A9crit : >>> On 10/17/2016 11:20, Mathieu Arnold wrote: >>>> Le 17/10/2016 =C3=A0 17:55, John Marino a =C3=A9crit : >>>>> On 10/17/2016 10:52, Mathieu Arnold wrote: >>>>>> Le 17/10/2016 =C3=A0 17:15, John Marino a =C3=A9crit : >>>>>>> Apparently USES=3Dpathfix and USES=3Dautoreconf can't be used >>>>>>> together, so >>>>>>> the pkgconfig directory is now passed via MAKE_ARGS >>>>>> >>>>>> That is mostly not true. What usage makes it so that they do not >>>>>> work >>>>>> together ? >>>>> >>>>> The results suggest that "${WRKSRC}/configure" was modified, then >>>>> autoreconf regenerated ${WRKSRC}/configure afterwards so that the >>>>> pkgconfig path change was reverted. >>>>> >>>>> That's why I had to replace pathfix with MAKE_ARGS. >>>> >>>> No, USES=3Dpathfix changes the content of PATHFIX_MAKEFILEIN, which = by >>>> default, is Makefile.in. It won't change configure unless you set >>>> PATHFIX_MAKEFILEIN=3Dconfigure. >>>> >>> >>> Well, I didn't add MAKE_ARGS for fun. >>> After adding USES+=3Dautoreconf, the build broke. pathfix was still = in >>> place. You can reproduce by adding pathfix back before "python" and >>> commenting out the new MAKE_ARGS line I added and check with >>> "check-plist" It's easy to confirm. >> >> I never said your fix did not work or was not right, I said USES=3Dpat= hfix >> won't touch configure. >> > > Ah, that's the issue. I misspoke. I didn't mean "configure", I mean > the Makefile all along. So you agree in this case pathfix and > autoreconf aren't compatible, right? Not at all, if the file patched was Makefile.in, set PATHFIX_MAKEFILEIN=3DMakefile.am and it will work. --=20 Mathieu Arnold --Hg4rOF3B1t14ko7jUKFXJipKxVXimTx7p-- --PNSEcMtdkMjOg2JBxOTM3vHLxXQqHVhvl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYBQQAXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85INp0QAI4jRXg9DqhYK4HC01OzdO0+ ssR2rhljrHyq+L7gxBK/4Ls4HrnDtYipiFqdf5rv3cuwPlGJWYVoj4FTJOSSIAqU MJsKldA8sMFGl1DiNq40tG+NCHJnXrkeXdaqVWMO4fJncP9ABdhQ/35e9aRH4P29 UE8iJd/4fNVuvc2DPKBGlKHpUobNfdDFlRnOg/3B16O49s8KWEnAP6srZpgBeRms gBKUjjq2pV8vckW+Sh0dOXbq6p42ebB6WHIksQfvIvuSmN5rJibheRvRTC4//lD3 pEUJlTCcDg7AWDODDW6hf4B8jdcACDRu9fCxV2B1Fl7anw21WIEZmhgJ/U9tnaHB cqNKVoyOWCEMd0EnDubyb2mOF30p0N1KRRkWLgTwW/HwJIN/yuKqIIGy100C3aRr oJFmv25l2ha6XtibZal7Rkt62teh82a8+o2Qg5yMcNXkSU6iS1MPFF1tmkVHqrjo 26qytea0CmEw7Gi9R/tbhgklM2kEdQdc5sId1XRusrr0+pQg3nATst+XY2oHcf5P SrVzS4RPGMhdzAQKzBzSOWZInVorpsnDJgguxFGZtV7/VlWSDbRsvKhRLBKG0I0k 83Co73oOQCPUVA1pVQcpYGNNPpup9ieBb3oOF27XKq6q3Md+vszdkP8kk7fn0EFb wkTpu1k+gqum7F6JQSai =5DA1 -----END PGP SIGNATURE----- --PNSEcMtdkMjOg2JBxOTM3vHLxXQqHVhvl-- From owner-svn-ports-all@freebsd.org Mon Oct 17 17:03:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0113FC153BA; Mon, 17 Oct 2016 17:03:48 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9CF67CC; Mon, 17 Oct 2016 17:03:47 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip72-204-34-204.fv.ks.cox.net [72.204.34.204]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 4811243C40; Mon, 17 Oct 2016 12:03:18 -0500 (CDT) Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files To: Mathieu Arnold , marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> <74f966d4-3bdf-0e15-9c9f-a8a4fdaac6ec@marino.st> <5a37eec4-7703-d0d9-f82e-393e1dd6543a@FreeBSD.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <8cca7750-291e-c7c9-72aa-f91d17373046@marino.st> Date: Mon, 17 Oct 2016 12:03:44 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <5a37eec4-7703-d0d9-f82e-393e1dd6543a@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 161017-1, 10/17/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 17:03:48 -0000 On 10/17/2016 12:01, Mathieu Arnold wrote: > Le 17/10/2016 à 18:31, John Marino a écrit : >> >> >> On 10/17/2016 11:28, Mathieu Arnold wrote: >>> Le 17/10/2016 à 18:26, John Marino a écrit : >>>> On 10/17/2016 11:20, Mathieu Arnold wrote: >>>>> Le 17/10/2016 à 17:55, John Marino a écrit : >>>>>> On 10/17/2016 10:52, Mathieu Arnold wrote: >>>>>>> Le 17/10/2016 à 17:15, John Marino a écrit : >>>>>>>> Apparently USES=pathfix and USES=autoreconf can't be used >>>>>>>> together, so >>>>>>>> the pkgconfig directory is now passed via MAKE_ARGS >>>>>>> >>>>>>> That is mostly not true. What usage makes it so that they do not >>>>>>> work >>>>>>> together ? >>>>>> >>>>>> The results suggest that "${WRKSRC}/configure" was modified, then >>>>>> autoreconf regenerated ${WRKSRC}/configure afterwards so that the >>>>>> pkgconfig path change was reverted. >>>>>> >>>>>> That's why I had to replace pathfix with MAKE_ARGS. >>>>> >>>>> No, USES=pathfix changes the content of PATHFIX_MAKEFILEIN, which by >>>>> default, is Makefile.in. It won't change configure unless you set >>>>> PATHFIX_MAKEFILEIN=configure. >>>>> >>>> >>>> Well, I didn't add MAKE_ARGS for fun. >>>> After adding USES+=autoreconf, the build broke. pathfix was still in >>>> place. You can reproduce by adding pathfix back before "python" and >>>> commenting out the new MAKE_ARGS line I added and check with >>>> "check-plist" It's easy to confirm. >>> >>> I never said your fix did not work or was not right, I said USES=pathfix >>> won't touch configure. >>> >> >> Ah, that's the issue. I misspoke. I didn't mean "configure", I mean >> the Makefile all along. So you agree in this case pathfix and >> autoreconf aren't compatible, right? > > Not at all, if the file patched was Makefile.in, set > PATHFIX_MAKEFILEIN=Makefile.am and it will work. Okay, thanks, I learned something. I think the current approach is cleaner anyway though. John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-all@freebsd.org Mon Oct 17 17:06:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7970AC15420; Mon, 17 Oct 2016 17:06:21 +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 45DA8912; Mon, 17 Oct 2016 17:06:21 +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 u9HH6KnW034560; Mon, 17 Oct 2016 17:06:20 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HH6KYG034558; Mon, 17 Oct 2016 17:06:20 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610171706.u9HH6KYG034558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 17 Oct 2016 17:06:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424131 - head/multimedia/mkvtoolnix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 17:06:21 -0000 Author: riggs Date: Mon Oct 17 17:06:20 2016 New Revision: 424131 URL: https://svnweb.freebsd.org/changeset/ports/424131 Log: Update to upstream version 9.5.0 Modified: head/multimedia/mkvtoolnix/Makefile head/multimedia/mkvtoolnix/distinfo Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Mon Oct 17 16:52:13 2016 (r424130) +++ head/multimedia/mkvtoolnix/Makefile Mon Oct 17 17:06:20 2016 (r424131) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 9.4.2 +PORTVERSION= 9.5.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 Mon Oct 17 16:52:13 2016 (r424130) +++ head/multimedia/mkvtoolnix/distinfo Mon Oct 17 17:06:20 2016 (r424131) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475996823 -SHA256 (mkvtoolnix-9.4.2.tar.xz) = df2c3773c0e7a75d88e75906cc425f9ed7f07ce36a99854162e14202ccd42904 -SIZE (mkvtoolnix-9.4.2.tar.xz) = 3774320 +TIMESTAMP = 1476695846 +SHA256 (mkvtoolnix-9.5.0.tar.xz) = dde9969c43ad04d03ded73934e52388d978d5947fc5d5528d1eb4dc722dc86c0 +SIZE (mkvtoolnix-9.5.0.tar.xz) = 3785316 From owner-svn-ports-all@freebsd.org Mon Oct 17 17:09:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1B76C1553F; Mon, 17 Oct 2016 17:09:09 +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 A0E64A8A; Mon, 17 Oct 2016 17:09:09 +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 u9HH98FK034761; Mon, 17 Oct 2016 17:09:08 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HH98uA034759; Mon, 17 Oct 2016 17:09:08 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201610171709.u9HH98uA034759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 17 Oct 2016 17:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424132 - head/databases/mariadb101-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 17:09:09 -0000 Author: brnrd Date: Mon Oct 17 17:09:08 2016 New Revision: 424132 URL: https://svnweb.freebsd.org/changeset/ports/424132 Log: databases/mariadb101-server: Update to 10.1.18 - Regular update to 10.1.18 Modified: head/databases/mariadb101-server/Makefile head/databases/mariadb101-server/distinfo Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Mon Oct 17 17:06:20 2016 (r424131) +++ head/databases/mariadb101-server/Makefile Mon Oct 17 17:09:08 2016 (r424132) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.17 +PORTVERSION= 10.1.18 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 Mon Oct 17 17:06:20 2016 (r424131) +++ head/databases/mariadb101-server/distinfo Mon Oct 17 17:09:08 2016 (r424132) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472628631 -SHA256 (mariadb-10.1.17.tar.gz) = 4ca45ac5e34418761868115ebc8c068d511fed08e283b2cac52559d63ba4aab5 -SIZE (mariadb-10.1.17.tar.gz) = 61158134 +TIMESTAMP = 1475615460 +SHA256 (mariadb-10.1.18.tar.gz) = d7336907e9ff44496d6453f92526b25bd253638a64a051ca879f953499873b73 +SIZE (mariadb-10.1.18.tar.gz) = 61187451 From owner-svn-ports-all@freebsd.org Mon Oct 17 17:13:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33733C156D2; Mon, 17 Oct 2016 17:13:04 +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 F36EDDFD; Mon, 17 Oct 2016 17:13:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HHD3sS038504; Mon, 17 Oct 2016 17:13:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HHD3C9038503; Mon, 17 Oct 2016 17:13:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610171713.u9HHD3C9038503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 17 Oct 2016 17:13:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424133 - head/devel/git-cinnabar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 17:13:04 -0000 Author: jbeich Date: Mon Oct 17 17:13:02 2016 New Revision: 424133 URL: https://svnweb.freebsd.org/changeset/ports/424133 Log: devel/git-cinnabar: unbreak build-as-user on 11.0 ===> Configuring for git-cinnabar-0.4.0.b3.6 tar: Can't open `version': Permission denied tar: Error exit delayed from previous errors. Reported by: mat Modified: head/devel/git-cinnabar/Makefile (contents, props changed) Modified: head/devel/git-cinnabar/Makefile ============================================================================== --- head/devel/git-cinnabar/Makefile Mon Oct 17 17:09:08 2016 (r424132) +++ head/devel/git-cinnabar/Makefile Mon Oct 17 17:13:02 2016 (r424133) @@ -21,6 +21,7 @@ USES= gmake python:2.7,run shebangfix SHEBANG_LANG= python2.7 SHEBANG_FILES= ${PORTNAME} git-remote-hg .ifnmake describe +WRKSRC_git!= ${MAKE} -V WRKSRC -C ${PORTSDIR}/devel/git MAKE_ENV!= ${MAKE} -V MAKE_ENV -C ${PORTSDIR}/devel/git MAKE_ARGS!= ${MAKE} -V MAKE_ARGS -C ${PORTSDIR}/devel/git .endif @@ -30,8 +31,7 @@ PORTDATA= * PORTDOCS= README.md post-configure: - @${TAR} cf - -C$$(${MAKE} -V WRKSRC -C ${PORTSDIR}/devel/git) . | \ - ${TAR} xof - -C${WRKSRC}/git-core + @(cd ${WRKSRC_git} && ${COPYTREE_SHARE} . ${WRKSRC}/git-core) do-install: ${MKDIR} ${STAGEDIR}${DATADIR} From owner-svn-ports-all@freebsd.org Mon Oct 17 17:13:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A26FEC15706; Mon, 17 Oct 2016 17:13:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7258AECB; Mon, 17 Oct 2016 17:13:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HHDEs2038611; Mon, 17 Oct 2016 17:13:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HHDEcD038610; Mon, 17 Oct 2016 17:13:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610171713.u9HHDEcD038610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 17 Oct 2016 17:13:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424134 - head/emulators/ppsspp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 17:13:15 -0000 Author: jbeich Date: Mon Oct 17 17:13:14 2016 New Revision: 424134 URL: https://svnweb.freebsd.org/changeset/ports/424134 Log: emulators/ppsspp: convert to GH_TUPLE/GH_SUBDIR Keep names (except PORTNAME) expanded for better readability. Modified: head/emulators/ppsspp/Makefile (contents, props changed) Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Mon Oct 17 17:13:02 2016 (r424133) +++ head/emulators/ppsspp/Makefile Mon Oct 17 17:13:14 2016 (r424134) @@ -21,9 +21,9 @@ LIB_DEPENDS= libzip.so:archivers/libzip RUN_DEPENDS= xdg-open:devel/xdg-utils USE_GITHUB= yes -GH_ACCOUNT= hrydgard:DEFAULT,lang Kingcom:ext_armips -GH_PROJECT= ${PORTNAME}-lang:lang armips:ext_armips -GH_TAGNAME?= cdf4a8d:lang 1ffab37:ext_armips +GH_ACCOUNT= hrydgard +GH_TUPLE?= hrydgard:${PORTNAME}-lang:cdf4a8d:lang/lang \ + Kingcom:armips:1ffab37:armips/ext/armips CONFLICTS_INSTALL= ${PORTNAME}-* @@ -58,13 +58,6 @@ SDL_BUILD_DEPENDS= png>=1.6:graphics/png SDL_LIB_DEPENDS= libpng.so:graphics/png SDL_VARS= PORTDATA+="assets ${PORTNAME}" -post-extract: -# Convert USE_GITHUB groups to git-submodule(1) paths -.for group in ${GH_PROJECT:C/.*://} - @${RMDIR} ${WRKSRC}/${group:S,_,/,g} - @${MV} ${WRKSRC_${group}} ${WRKSRC}/${group:S,_,/,g} -.endfor - post-patch: @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \ ${WRKSRC}/UI/NativeApp.cpp From owner-svn-ports-all@freebsd.org Mon Oct 17 17:15:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBF7CC157A3; Mon, 17 Oct 2016 17:15:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 99D26FD3; Mon, 17 Oct 2016 17:15:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 36B15BDC98; Mon, 17 Oct 2016 19:15:41 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 0CDCDBDC85; Mon, 17 Oct 2016 19:15:41 +0200 (CEST) Subject: Re: svn commit: r424133 - head/devel/git-cinnabar To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610171713.u9HHD3C9038503@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <0b87da7c-2f25-6400-6491-8b87e65600f8@FreeBSD.org> Date: Mon, 17 Oct 2016 19:15:39 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610171713.u9HHD3C9038503@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="DHTqxVAHdI8krEEuG3IVGuvdSfKn4DTdh" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 17:15:43 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --DHTqxVAHdI8krEEuG3IVGuvdSfKn4DTdh Content-Type: multipart/mixed; boundary="q98r8tOMnbEE88xUSK0tK1ajk9M5x9l1a"; protected-headers="v1" From: Mathieu Arnold To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <0b87da7c-2f25-6400-6491-8b87e65600f8@FreeBSD.org> Subject: Re: svn commit: r424133 - head/devel/git-cinnabar References: <201610171713.u9HHD3C9038503@repo.freebsd.org> In-Reply-To: <201610171713.u9HHD3C9038503@repo.freebsd.org> --q98r8tOMnbEE88xUSK0tK1ajk9M5x9l1a Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 17/10/2016 =C3=A0 19:13, Jan Beich a =C3=A9crit : > Author: jbeich > Date: Mon Oct 17 17:13:02 2016 > New Revision: 424133 > URL: https://svnweb.freebsd.org/changeset/ports/424133 > > Log: > devel/git-cinnabar: unbreak build-as-user on 11.0 > =20 > post-configure: > - @${TAR} cf - -C$$(${MAKE} -V WRKSRC -C ${PORTSDIR}/devel/git) . | \ > - ${TAR} xof - -C${WRKSRC}/git-core > + @(cd ${WRKSRC_git} && ${COPYTREE_SHARE} . ${WRKSRC}/git-core) I don't see this working either. The problem is in devel/git, the file named version has a mode of 640, is owned by root, and the user nobody will not be able to read it, ever, whether it is with tar or cpio. --=20 Mathieu Arnold --q98r8tOMnbEE88xUSK0tK1ajk9M5x9l1a-- --DHTqxVAHdI8krEEuG3IVGuvdSfKn4DTdh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYBQc8XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ISXgP/jSL82TukOHXl2LLnIK316eQ aMkqUneD+BJeyA1EVRKgs7LRRwDZxnDJPLdt2MQioXx5s5iVPBxoowOwh3ejbBqY 2vikrp9CWJU8m1iWmluxCVwMTijm1sepf+L9KrQqsVzJmfL5U/mYGgKqOKEJ6ADm j5EGAnQWtaoENFm348jz6RN5oOY991VBmzBb1kXjq1BF1zfzUjopCixBPc1BpMdM ZZ9Nl9En2UDpmb3lUTa+xF4iLjTHdC5UE14fa7wmcOO6x+UjaHi2TuNq1gk5+PuM XRo6K9lhKJZckXy5udgk5Xt8ILohjnW8iKA9Whp2HXvnP7R2ZgQOJfp9/cUht/fb CJG5KNVfKaB13mJ62eJqNmzF8T9WVgsJ7pH5RRmIVJdCQzQmBvHjXR+GaZeG98ww Eb1pPGLn/e14bD28MQ/+dVeSyXjNw9908eQhJVla45Yeqw/2TWE87k5AeifkAl+J epYZ4bp0vnWRavHC9yfiIHF2CiF+9ZNvo4UmKaTNqmCiBzqtNz+AcjrXVe9y9bVP UXrmDMiP2T4iKlL+PbtTX00aN5ATV7EHIFbJJJX0tjVAgHFbfegKrw03nTJ3dbI2 qwsKPk6EkJmToca5YRNVrK3Qsfhz2MvJqNqTdNIHtunkT2lR1OX2ZVOTzDqrclJ5 uIxmbcorT7LObIHwv0nH =YyeM -----END PGP SIGNATURE----- --DHTqxVAHdI8krEEuG3IVGuvdSfKn4DTdh-- From owner-svn-ports-all@freebsd.org Mon Oct 17 17:41:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B05AC15E19; Mon, 17 Oct 2016 17:41:00 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay112.isp.belgacom.be (mailrelay112.isp.belgacom.be [195.238.20.139]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4C44E70; Mon, 17 Oct 2016 17:40:58 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2CIBwCYCwVY/1QiyVBcGwEBAQMBAQEJA?= =?us-ascii?q?QEBgzwBAQEBAR1JDnykOJZAIIYCAoFqPBEBAgEBAQEBAQFeJ4RiAQEEIzMjEAs?= =?us-ascii?q?OCgICBSECAg8qHgYTiFa2BoxlAQEBAQEFAQEBAQEjgQeKC4RHDIJ4gj4dBZoGh?= =?us-ascii?q?iiJUXKBVY05jHuEADQgUoJ+HBmBPDw0iQEBAQE?= Received: from 84.34-201-80.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([80.201.34.84]) by relay.skynet.be with ESMTP; 17 Oct 2016 19:39:41 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u9HHddTk077508; Mon, 17 Oct 2016 19:39:40 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Mon, 17 Oct 2016 19:39:39 +0200 From: Tijl Coosemans To: John Marino Cc: marino@freebsd.org, Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files Message-ID: <20161017193939.033c999c@kalimero.tijl.coosemans.org> In-Reply-To: <8cca7750-291e-c7c9-72aa-f91d17373046@marino.st> References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> <74f966d4-3bdf-0e15-9c9f-a8a4fdaac6ec@marino.st> <5a37eec4-7703-d0d9-f82e-393e1dd6543a@FreeBSD.org> <8cca7750-291e-c7c9-72aa-f91d17373046@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 17:41:00 -0000 On Mon, 17 Oct 2016 12:03:44 -0500 John Marino = wrote: > On 10/17/2016 12:01, Mathieu Arnold wrote: >> Le 17/10/2016 =C3=A0 18:31, John Marino a =C3=A9crit : =20 >>> On 10/17/2016 11:28, Mathieu Arnold wrote: =20 >>>> Le 17/10/2016 =C3=A0 18:26, John Marino a =C3=A9crit : =20 >>>>> On 10/17/2016 11:20, Mathieu Arnold wrote: =20 >>>>>> Le 17/10/2016 =C3=A0 17:55, John Marino a =C3=A9crit : =20 >>>>>>> On 10/17/2016 10:52, Mathieu Arnold wrote: =20 >>>>>>>> Le 17/10/2016 =C3=A0 17:15, John Marino a =C3=A9crit : =20 >>>>>>>>> Apparently USES=3Dpathfix and USES=3Dautoreconf can't be used >>>>>>>>> together, so >>>>>>>>> the pkgconfig directory is now passed via MAKE_ARGS =20 >>>>>>>> >>>>>>>> That is mostly not true. What usage makes it so that they do not >>>>>>>> work >>>>>>>> together ? =20 >>>>>>> >>>>>>> The results suggest that "${WRKSRC}/configure" was modified, then >>>>>>> autoreconf regenerated ${WRKSRC}/configure afterwards so that the >>>>>>> pkgconfig path change was reverted. >>>>>>> >>>>>>> That's why I had to replace pathfix with MAKE_ARGS. =20 >>>>>> >>>>>> No, USES=3Dpathfix changes the content of PATHFIX_MAKEFILEIN, which = by >>>>>> default, is Makefile.in. It won't change configure unless you set >>>>>> PATHFIX_MAKEFILEIN=3Dconfigure. >>>>>> =20 >>>>> >>>>> Well, I didn't add MAKE_ARGS for fun. >>>>> After adding USES+=3Dautoreconf, the build broke. pathfix was still = in >>>>> place. You can reproduce by adding pathfix back before "python" and >>>>> commenting out the new MAKE_ARGS line I added and check with >>>>> "check-plist" It's easy to confirm. =20 >>>> >>>> I never said your fix did not work or was not right, I said USES=3Dpat= hfix >>>> won't touch configure. >>>> =20 >>> >>> Ah, that's the issue. I misspoke. I didn't mean "configure", I mean >>> the Makefile all along. So you agree in this case pathfix and >>> autoreconf aren't compatible, right? =20 >> >> Not at all, if the file patched was Makefile.in, set >> PATHFIX_MAKEFILEIN=3DMakefile.am and it will work. =20 >=20 > Okay, thanks, I learned something. > I think the current approach is cleaner anyway though. Allow me to repeat what I said barely two weeks ago: Can't we just use lib/pkgconfig already? Having to patch every port to move it to libdata/pkgconfig is pointless extra work with zero benefit. Nobody cares that these files are in libdata. All it takes is this patch and then all pkgconfig hacks can gradually disappear over time. --- devel/pkgconf/Makefile (revision 424106) +++ devel/pkgconf/Makefile (working copy) @@ -16,7 +16,7 @@ GNU_CONFIGURE=3D yes INSTALL_TARGET=3D install-strip USE_LDCONFIG=3D yes TEST_TARGET=3D check -CONFIGURE_ARGS=3D --with-pkg-config-dir=3D${PREFIX}/libdata/pkgconf= ig:/usr/libdata/pkgconfig \ +CONFIGURE_ARGS=3D --with-pkg-config-dir=3D${PREFIX}/lib/pkgconfig:$= {PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig \ --with-system-libdir=3D/usr/lib \ --with-system-includedir=3D/usr/include MAKE_ARGS=3D MANDIR=3D"${MAN1PREFIX}/man/man1" From owner-svn-ports-all@freebsd.org Mon Oct 17 17:47:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 963E5C1521E; Mon, 17 Oct 2016 17:47:52 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5762C6A3; Mon, 17 Oct 2016 17:47:52 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HHlpKN050009; Mon, 17 Oct 2016 17:47:51 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HHlpjE050006; Mon, 17 Oct 2016 17:47:51 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610171747.u9HHlpjE050006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 17 Oct 2016 17:47:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424135 - head/print/cups X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 17:47:52 -0000 Author: tijl Date: Mon Oct 17 17:47:51 2016 New Revision: 424135 URL: https://svnweb.freebsd.org/changeset/ports/424135 Log: Update to 2.2.1. Modified: head/print/cups/Makefile head/print/cups/distinfo head/print/cups/pkg-plist Modified: head/print/cups/Makefile ============================================================================== --- head/print/cups/Makefile Mon Oct 17 17:13:14 2016 (r424134) +++ head/print/cups/Makefile Mon Oct 17 17:47:51 2016 (r424135) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= cups -PORTVERSION= 2.1.4 -DISTVERSIONPREFIX=release- +PORTVERSION= 2.2.1 +DISTVERSIONPREFIX=v CATEGORIES= print MAINTAINER= tijl@FreeBSD.org @@ -37,9 +37,7 @@ CONFIGURE_ARGS= --disable-dnssd \ --with-pam-module="unix" \ ac_cv_path_JAVA= ac_cv_path_PERL= ac_cv_path_PHPCGI= \ ac_cv_path_PHP= ac_cv_path_PYTHON= -CPPFLAGS+= -isystem ${LOCALBASE}/include # libpaper mainly -LIBS+= -L${LOCALBASE}/lib -USES= cpe gmake iconv pkgconfig tar:bzip2 +USES= cpe gmake iconv localbase pkgconfig tar:bzip2 CPE_VENDOR= apple USE_LDCONFIG= yes USE_RC_SUBR= cupsd Modified: head/print/cups/distinfo ============================================================================== --- head/print/cups/distinfo Mon Oct 17 17:13:14 2016 (r424134) +++ head/print/cups/distinfo Mon Oct 17 17:47:51 2016 (r424135) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466787089 -SHA256 (apple-cups-release-2.1.4_GH0.tar.gz) = 1f182f145489e2454969b221056b6b9bac2beb4e38cd75fa12a9ec15d24d5301 -SIZE (apple-cups-release-2.1.4_GH0.tar.gz) = 9572653 +TIMESTAMP = 1476721887 +SHA256 (apple-cups-v2.2.1_GH0.tar.gz) = e5864ac2f984a0f8dcb8c1e3a71740f8e4727da73944f93c7ef84adeccc1d971 +SIZE (apple-cups-v2.2.1_GH0.tar.gz) = 9485107 Modified: head/print/cups/pkg-plist ============================================================================== --- head/print/cups/pkg-plist Mon Oct 17 17:13:14 2016 (r424134) +++ head/print/cups/pkg-plist Mon Oct 17 17:47:51 2016 (r424135) @@ -35,17 +35,13 @@ etc/pam.d/cups include/cups/adminutil.h include/cups/array.h include/cups/backend.h -include/cups/cgi.h include/cups/cups.h include/cups/dir.h include/cups/file.h -include/cups/help-index.h include/cups/http.h include/cups/ipp.h include/cups/language.h -include/cups/mime.h include/cups/ppd.h -include/cups/ppdc.h include/cups/pwg.h include/cups/raster.h include/cups/sidechannel.h @@ -503,6 +499,8 @@ sbin/reject %%NLS%%%%DATADIR%%/templates/pt_BR/error.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/help-header.tmpl +%%NLS%%%%DATADIR%%/templates/pt_BR/help-printable.tmpl +%%NLS%%%%DATADIR%%/templates/pt_BR/help-trailer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-cancel.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-hold.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-move.tmpl @@ -524,6 +522,7 @@ sbin/reject %%NLS%%%%DATADIR%%/templates/pt_BR/pager.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-accept.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-added.tmpl +%%NLS%%%%DATADIR%%/templates/pt_BR/printer-cancel-jobs.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-configured.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-confirm.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-default.tmpl @@ -635,19 +634,17 @@ sbin/reject %%NLS%%%%DOCSDIR%%/de/index.html %%NLS%%%%DOCSDIR%%/es/index.html %%PORTDOCS%%%%DOCSDIR%%/help/accounting.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-admin.html %%PORTDOCS%%%%DOCSDIR%%/help/api-array.html -%%PORTDOCS%%%%DOCSDIR%%/help/api-cgi.html %%PORTDOCS%%%%DOCSDIR%%/help/api-cups.html -%%PORTDOCS%%%%DOCSDIR%%/help/api-driver.html %%PORTDOCS%%%%DOCSDIR%%/help/api-filedir.html %%PORTDOCS%%%%DOCSDIR%%/help/api-filter.html %%PORTDOCS%%%%DOCSDIR%%/help/api-httpipp.html -%%PORTDOCS%%%%DOCSDIR%%/help/api-mime.html %%PORTDOCS%%%%DOCSDIR%%/help/api-overview.html %%PORTDOCS%%%%DOCSDIR%%/help/api-ppd.html -%%PORTDOCS%%%%DOCSDIR%%/help/api-ppdc.html %%PORTDOCS%%%%DOCSDIR%%/help/api-raster.html %%PORTDOCS%%%%DOCSDIR%%/help/cgi.html +%%PORTDOCS%%%%DOCSDIR%%/help/encryption.html %%PORTDOCS%%%%DOCSDIR%%/help/glossary.html %%PORTDOCS%%%%DOCSDIR%%/help/kerberos.html %%PORTDOCS%%%%DOCSDIR%%/help/license.html @@ -703,7 +700,6 @@ sbin/reject %%PORTDOCS%%%%DOCSDIR%%/help/security.html %%PORTDOCS%%%%DOCSDIR%%/help/sharing.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-banner.html -%%PORTDOCS%%%%DOCSDIR%%/help/spec-cmp.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-command.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-design.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-ipp.html @@ -748,7 +744,6 @@ sbin/reject %%NLS%%share/locale/ja/cups_ja.po %%NLS%%share/locale/pt_BR/cups_pt_BR.po %%NLS%%share/locale/ru/cups_ru.po -@dir(,cups,) %%ETCDIR%%/interfaces @dir(,cups,) %%ETCDIR%%/ppd @dir(,cups,700) %%ETCDIR%%/ssl @dir(,cups,) %%ETCDIR%% From owner-svn-ports-all@freebsd.org Mon Oct 17 17:58:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59446C1579A; Mon, 17 Oct 2016 17:58:34 +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 276DDD0A; Mon, 17 Oct 2016 17:58:34 +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 u9HHwXkQ053767; Mon, 17 Oct 2016 17:58:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HHwXgD053765; Mon, 17 Oct 2016 17:58:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610171758.u9HHwXgD053765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 17 Oct 2016 17:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424136 - in head: emulators/ppsspp games/aquaria X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 17:58:34 -0000 Author: jbeich Date: Mon Oct 17 17:58:32 2016 New Revision: 424136 URL: https://svnweb.freebsd.org/changeset/ports/424136 Log: Drop r339003/r339004 cargo cult in my ports Ninja is only fast for incremental builds, not after clobber. To keep using it define CMAKE_NINJA in make.conf. Modified: head/emulators/ppsspp/Makefile (contents, props changed) head/games/aquaria/Makefile (contents, props changed) Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Mon Oct 17 17:47:51 2016 (r424135) +++ head/emulators/ppsspp/Makefile Mon Oct 17 17:58:32 2016 (r424136) @@ -53,7 +53,7 @@ QT4_USES= qmake:outsource QT4_USE= QT4=qmake_build,moc_build,rcc_build,uic_build,linguisttools_build,gui,opengl QT5_USES= qmake:outsource QT5_USE= QT5=qmake_build,buildtools_build,linguisttools_build,gui,opengl,widgets -SDL_USES= cmake:outsource ninja +SDL_USES= cmake:outsource SDL_BUILD_DEPENDS= png>=1.6:graphics/png SDL_LIB_DEPENDS= libpng.so:graphics/png SDL_VARS= PORTDATA+="assets ${PORTNAME}" Modified: head/games/aquaria/Makefile ============================================================================== --- head/games/aquaria/Makefile Mon Oct 17 17:47:51 2016 (r424135) +++ head/games/aquaria/Makefile Mon Oct 17 17:58:32 2016 (r424136) @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= AquariaOSE GH_PROJECT= Aquaria -USES= cmake lua:51 ninja openal pkgconfig +USES= cmake lua:51 openal pkgconfig EXCLUDE= AL FTGL GL SDL* freetype2 glm glpng/png glpng/zlib \ libogg-* libvorbis-* lua-* tinyxml2* EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ExternalLibs/,} From owner-svn-ports-all@freebsd.org Mon Oct 17 18:10:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82EB3C15D76; Mon, 17 Oct 2016 18:10:17 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39402AA1; Mon, 17 Oct 2016 18:10:17 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HIAGM9058065; Mon, 17 Oct 2016 18:10:16 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HIAF79058061; Mon, 17 Oct 2016 18:10:15 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610171810.u9HIAF79058061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Mon, 17 Oct 2016 18:10:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424137 - in head/devel: . py-fasteners X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 18:10:17 -0000 Author: novel Date: Mon Oct 17 18:10:15 2016 New Revision: 424137 URL: https://svnweb.freebsd.org/changeset/ports/424137 Log: Add py-fasteners 0.14.1, python package that provides useful locks. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-fasteners/ head/devel/py-fasteners/Makefile (contents, props changed) head/devel/py-fasteners/distinfo (contents, props changed) head/devel/py-fasteners/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Oct 17 17:58:32 2016 (r424136) +++ head/devel/Makefile Mon Oct 17 18:10:15 2016 (r424137) @@ -4134,6 +4134,7 @@ SUBDIR += py-fabric SUBDIR += py-fake-factory SUBDIR += py-fam + SUBDIR += py-fasteners SUBDIR += py-fastimport SUBDIR += py-filemagic SUBDIR += py-fileutils Added: head/devel/py-fasteners/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fasteners/Makefile Mon Oct 17 18:10:15 2016 (r424137) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= fasteners +PORTVERSION= 0.14.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Python package that provides useful locks + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}monotonic>=0.1:devel/py-monotonic + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-fasteners/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fasteners/distinfo Mon Oct 17 18:10:15 2016 (r424137) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297307 +SHA256 (fasteners-0.14.1.tar.gz) = 427c76773fe036ddfa41e57d89086ea03111bbac57c55fc55f3006d027107e18 +SIZE (fasteners-0.14.1.tar.gz) = 17749 Added: head/devel/py-fasteners/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fasteners/pkg-descr Mon Oct 17 18:10:15 2016 (r424137) @@ -0,0 +1,3 @@ +A python package that provides useful locks. + +WWW: https://github.com/harlowja/fasteners From owner-svn-ports-all@freebsd.org Mon Oct 17 18:12:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82E61C15ED2; Mon, 17 Oct 2016 18:12:54 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34515E08; Mon, 17 Oct 2016 18:12:54 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HICr7d061632; Mon, 17 Oct 2016 18:12:53 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HICqWq061628; Mon, 17 Oct 2016 18:12:52 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610171812.u9HICqWq061628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Mon, 17 Oct 2016 18:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424138 - in head/devel: . py-python-editor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 18:12:54 -0000 Author: novel Date: Mon Oct 17 18:12:52 2016 New Revision: 424138 URL: https://svnweb.freebsd.org/changeset/ports/424138 Log: Add py-python-editor 1.0.1, programmatically open an editor, capture the result. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-python-editor/ head/devel/py-python-editor/Makefile (contents, props changed) head/devel/py-python-editor/distinfo (contents, props changed) head/devel/py-python-editor/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Oct 17 18:10:15 2016 (r424137) +++ head/devel/Makefile Mon Oct 17 18:12:52 2016 (r424138) @@ -4405,6 +4405,7 @@ SUBDIR += py-pytest-xdist SUBDIR += py-python-bugzilla SUBDIR += py-python-distutils-extra + SUBDIR += py-python-editor SUBDIR += py-python-gist SUBDIR += py-python-jenkins SUBDIR += py-python-magic Added: head/devel/py-python-editor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-editor/Makefile Mon Oct 17 18:12:52 2016 (r424138) @@ -0,0 +1,18 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= python-editor +PORTVERSION= 1.0.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Programmatically open an editor, capture the result + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-python-editor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-editor/distinfo Mon Oct 17 18:12:52 2016 (r424138) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476468336 +SHA256 (python-editor-1.0.1.tar.gz) = 8672e9a44a7957741453dd35e842299f6c29f0a88dc9e4316b0fa5935abb9186 +SIZE (python-editor-1.0.1.tar.gz) = 7014 Added: head/devel/py-python-editor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-editor/pkg-descr Mon Oct 17 18:12:52 2016 (r424138) @@ -0,0 +1,3 @@ +Programmatically open an editor, capture the result. + +WWW: https://github.com/fmoo/python-editor From owner-svn-ports-all@freebsd.org Mon Oct 17 18:15:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37B33C15FBC; Mon, 17 Oct 2016 18:15:50 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE492107E; Mon, 17 Oct 2016 18:15:49 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HIFndS061962; Mon, 17 Oct 2016 18:15:49 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HIFmLI061958; Mon, 17 Oct 2016 18:15:48 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610171815.u9HIFmLI061958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Mon, 17 Oct 2016 18:15:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424139 - in head/devel: . py-retrying X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 18:15:50 -0000 Author: novel Date: Mon Oct 17 18:15:48 2016 New Revision: 424139 URL: https://svnweb.freebsd.org/changeset/ports/424139 Log: Add py-retrying 1.3.3, general-purpose retrying library, written in Python. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-retrying/ head/devel/py-retrying/Makefile (contents, props changed) head/devel/py-retrying/distinfo (contents, props changed) head/devel/py-retrying/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Oct 17 18:12:52 2016 (r424138) +++ head/devel/Makefile Mon Oct 17 18:15:48 2016 (r424139) @@ -4466,6 +4466,7 @@ SUBDIR += py-resolver SUBDIR += py-resourcepackage SUBDIR += py-responses + SUBDIR += py-retrying SUBDIR += py-riak_pb SUBDIR += py-rlcompleter2 SUBDIR += py-robotframework Added: head/devel/py-retrying/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-retrying/Makefile Mon Oct 17 18:15:48 2016 (r424139) @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= retrying +PORTVERSION= 1.3.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= General-purpose retrying library, written in Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.7.0:devel/py-six + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-retrying/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-retrying/distinfo Mon Oct 17 18:15:48 2016 (r424139) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297300 +SHA256 (retrying-1.3.3.tar.gz) = 08c039560a6da2fe4f2c426d0766e284d3b736e355f8dd24b37367b0bb41973b +SIZE (retrying-1.3.3.tar.gz) = 10890 Added: head/devel/py-retrying/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-retrying/pkg-descr Mon Oct 17 18:15:48 2016 (r424139) @@ -0,0 +1,5 @@ +Retrying is an Apache 2.0 licensed general-purpose retrying library, written +in Python, to simplify the task of adding retry behavior to just about +anything. + +WWW: https://github.com/rholder/retrying From owner-svn-ports-all@freebsd.org Mon Oct 17 18:18:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16720C16006; Mon, 17 Oct 2016 18:18:25 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBFDF11D5; Mon, 17 Oct 2016 18:18:24 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HIINvN062229; Mon, 17 Oct 2016 18:18:23 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HIINIY062225; Mon, 17 Oct 2016 18:18:23 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610171818.u9HIINIY062225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Mon, 17 Oct 2016 18:18:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424140 - in head/devel: . py-futurist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 18:18:25 -0000 Author: novel Date: Mon Oct 17 18:18:23 2016 New Revision: 424140 URL: https://svnweb.freebsd.org/changeset/ports/424140 Log: Add py-futurist 0.18.0, useful additions to futures, from the future. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-futurist/ head/devel/py-futurist/Makefile (contents, props changed) head/devel/py-futurist/distinfo (contents, props changed) head/devel/py-futurist/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Oct 17 18:15:48 2016 (r424139) +++ head/devel/Makefile Mon Oct 17 18:18:23 2016 (r424140) @@ -4161,6 +4161,7 @@ SUBDIR += py-fusefs SUBDIR += py-future SUBDIR += py-futures + SUBDIR += py-futurist SUBDIR += py-game SUBDIR += py-game_sdl2 SUBDIR += py-gamin Added: head/devel/py-futurist/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-futurist/Makefile Mon Oct 17 18:18:23 2016 (r424140) @@ -0,0 +1,25 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= futurist +PORTVERSION= 0.18.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Useful additions to futures, from the future + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=3.0:devel/py-futures \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic \ + ${PYTHON_PKGNAMEPREFIX}contextlib2>=0.4.0:devel/py-contextlib2 \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-futurist/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-futurist/distinfo Mon Oct 17 18:18:23 2016 (r424140) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297398 +SHA256 (futurist-0.18.0.tar.gz) = 1334cb7b07e2bd0e80273964569e211419133ace898287402ea9709faa757ef5 +SIZE (futurist-0.18.0.tar.gz) = 34087 Added: head/devel/py-futurist/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-futurist/pkg-descr Mon Oct 17 18:18:23 2016 (r424140) @@ -0,0 +1,7 @@ +Code from the future, delivered to you in the now. The goal of this library +would be to provide a well documented futures classes/utilities/additions that +allows for providing a level of transparency in how asynchronous work gets +executed. This library currently adds statistics gathering, an eventlet +executor, a synchronous executor etc. + +WWW: https://pypi.python.org/pypi/futurist From owner-svn-ports-all@freebsd.org Mon Oct 17 18:25:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66A46C162F4; Mon, 17 Oct 2016 18:25:18 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EC111AD8; Mon, 17 Oct 2016 18:25:18 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HIPHf4065898; Mon, 17 Oct 2016 18:25:17 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HIPHg7065895; Mon, 17 Oct 2016 18:25:17 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610171825.u9HIPHg7065895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 17 Oct 2016 18:25:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424141 - head/security/gnutls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 18:25:18 -0000 Author: tijl Date: Mon Oct 17 18:25:16 2016 New Revision: 424141 URL: https://svnweb.freebsd.org/changeset/ports/424141 Log: Update to 3.4.16. Modified: head/security/gnutls/Makefile head/security/gnutls/distinfo head/security/gnutls/pkg-plist Modified: head/security/gnutls/Makefile ============================================================================== --- head/security/gnutls/Makefile Mon Oct 17 18:18:23 2016 (r424140) +++ head/security/gnutls/Makefile Mon Oct 17 18:25:16 2016 (r424141) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.4.15 +PORTVERSION= 3.4.16 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} @@ -19,14 +19,13 @@ LIB_DEPENDS= libgmp.so:math/gmp \ BUILD_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= cpe gmake iconv libtool makeinfo pathfix pkgconfig tar:xz +USES= cpe gmake iconv libtool localbase makeinfo pathfix pkgconfig \ + tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-guile \ --enable-local-libopts \ ac_cv_type_max_align_t=yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib MAKE_ENV= MAKEINFOFLAGS=--no-split INSTALL_TARGET= install-strip Modified: head/security/gnutls/distinfo ============================================================================== --- head/security/gnutls/distinfo Mon Oct 17 18:18:23 2016 (r424140) +++ head/security/gnutls/distinfo Mon Oct 17 18:25:16 2016 (r424141) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473426537 -SHA256 (gnutls-3.4.15.tar.xz) = eb2a013905f5f2a0cbf7bcc1d20c85a50065063ee87bd33b496c4e19815e3498 -SIZE (gnutls-3.4.15.tar.xz) = 6676480 +TIMESTAMP = 1476727559 +SHA256 (gnutls-3.4.16.tar.xz) = d99abb1b320771b58c949bab85e4b654dd1e3e9d92e2572204b7dc479d923927 +SIZE (gnutls-3.4.16.tar.xz) = 6677636 Modified: head/security/gnutls/pkg-plist ============================================================================== --- head/security/gnutls/pkg-plist Mon Oct 17 18:18:23 2016 (r424140) +++ head/security/gnutls/pkg-plist Mon Oct 17 18:25:16 2016 (r424141) @@ -41,7 +41,7 @@ info/pkcs11-vision.png %%DANE%%lib/libgnutls-dane.so.0.4.1 lib/libgnutls.so lib/libgnutls.so.30 -lib/libgnutls.so.30.6.7 +lib/libgnutls.so.30.6.8 lib/libgnutlsxx.so lib/libgnutlsxx.so.28 lib/libgnutlsxx.so.28.1.0 From owner-svn-ports-all@freebsd.org Mon Oct 17 18:31:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD2EEC16375; Mon, 17 Oct 2016 18:31:01 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9255B1CDB; Mon, 17 Oct 2016 18:31:01 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HIV0cA066874; Mon, 17 Oct 2016 18:31:00 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HIV0WB066872; Mon, 17 Oct 2016 18:31:00 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201610171831.u9HIV0WB066872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 17 Oct 2016 18:31:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424142 - head/devel/py-dogpile.cache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 18:31:01 -0000 Author: wg Date: Mon Oct 17 18:31:00 2016 New Revision: 424142 URL: https://svnweb.freebsd.org/changeset/ports/424142 Log: devel/py-dogpile.cache: update to 0.6.2 PR: 213563 Submitted by: Alexander Nusov Modified: head/devel/py-dogpile.cache/Makefile head/devel/py-dogpile.cache/distinfo Modified: head/devel/py-dogpile.cache/Makefile ============================================================================== --- head/devel/py-dogpile.cache/Makefile Mon Oct 17 18:25:16 2016 (r424141) +++ head/devel/py-dogpile.cache/Makefile Mon Oct 17 18:31:00 2016 (r424142) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dogpile.cache -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-dogpile.cache/distinfo ============================================================================== --- head/devel/py-dogpile.cache/distinfo Mon Oct 17 18:25:16 2016 (r424141) +++ head/devel/py-dogpile.cache/distinfo Mon Oct 17 18:31:00 2016 (r424142) @@ -1,2 +1,3 @@ -SHA256 (dogpile.cache-0.6.1.tar.gz) = 69b52dc56bb52d974e9e9fb2764e1311abcd1fd625de07b4e5c05550ac9b40c0 -SIZE (dogpile.cache-0.6.1.tar.gz) = 324046 +TIMESTAMP = 1476729031 +SHA256 (dogpile.cache-0.6.2.tar.gz) = 73793471af07af6dc5b3ee015abfaca4220caaa34c615537f5ab007ed150726d +SIZE (dogpile.cache-0.6.2.tar.gz) = 329762 From owner-svn-ports-all@freebsd.org Mon Oct 17 19:03:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46E1CC16CAA; Mon, 17 Oct 2016 19:03:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D837E9EA; Mon, 17 Oct 2016 19:03:33 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 7D91BBDD18; Mon, 17 Oct 2016 21:03:31 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 4DF30BDC71; Mon, 17 Oct 2016 21:03:31 +0200 (CEST) Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files To: Tijl Coosemans , John Marino References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> <74f966d4-3bdf-0e15-9c9f-a8a4fdaac6ec@marino.st> <5a37eec4-7703-d0d9-f82e-393e1dd6543a@FreeBSD.org> <8cca7750-291e-c7c9-72aa-f91d17373046@marino.st> <20161017193939.033c999c@kalimero.tijl.coosemans.org> Cc: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <80ac5d38-8993-2ad7-c7ea-3bb8e1b8f589@FreeBSD.org> Date: Mon, 17 Oct 2016 21:03:30 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161017193939.033c999c@kalimero.tijl.coosemans.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="IL2TD9xR10U8KEkuEGRqxrPFCmbIBQaHH" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 19:03:34 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --IL2TD9xR10U8KEkuEGRqxrPFCmbIBQaHH Content-Type: multipart/mixed; boundary="hauIlXNekaV9wtsKSsg0kimFbGmDixgIU"; protected-headers="v1" From: Mathieu Arnold To: Tijl Coosemans , John Marino Cc: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <80ac5d38-8993-2ad7-c7ea-3bb8e1b8f589@FreeBSD.org> Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> <74f966d4-3bdf-0e15-9c9f-a8a4fdaac6ec@marino.st> <5a37eec4-7703-d0d9-f82e-393e1dd6543a@FreeBSD.org> <8cca7750-291e-c7c9-72aa-f91d17373046@marino.st> <20161017193939.033c999c@kalimero.tijl.coosemans.org> In-Reply-To: <20161017193939.033c999c@kalimero.tijl.coosemans.org> --hauIlXNekaV9wtsKSsg0kimFbGmDixgIU Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 17/10/2016 =C3=A0 19:39, Tijl Coosemans a =C3=A9crit : > On Mon, 17 Oct 2016 12:03:44 -0500 John Marino wrote: >> On 10/17/2016 12:01, Mathieu Arnold wrote: >>> Le 17/10/2016 =C3=A0 18:31, John Marino a =C3=A9crit : =20 >>>> On 10/17/2016 11:28, Mathieu Arnold wrote: =20 >>>>> Le 17/10/2016 =C3=A0 18:26, John Marino a =C3=A9crit : =20 >>>>>> On 10/17/2016 11:20, Mathieu Arnold wrote: =20 >>>>>>> Le 17/10/2016 =C3=A0 17:55, John Marino a =C3=A9crit : =20 >>>>>>>> On 10/17/2016 10:52, Mathieu Arnold wrote: =20 >>>>>>>>> Le 17/10/2016 =C3=A0 17:15, John Marino a =C3=A9crit : =20 >>>>>>>>>> Apparently USES=3Dpathfix and USES=3Dautoreconf can't be use= d >>>>>>>>>> together, so >>>>>>>>>> the pkgconfig directory is now passed via MAKE_ARGS =20 >>>>>>>>> That is mostly not true. What usage makes it so that they do no= t >>>>>>>>> work >>>>>>>>> together ? =20 >>>>>>>> The results suggest that "${WRKSRC}/configure" was modified, the= n >>>>>>>> autoreconf regenerated ${WRKSRC}/configure afterwards so that th= e >>>>>>>> pkgconfig path change was reverted. >>>>>>>> >>>>>>>> That's why I had to replace pathfix with MAKE_ARGS. =20 >>>>>>> No, USES=3Dpathfix changes the content of PATHFIX_MAKEFILEIN, whi= ch by >>>>>>> default, is Makefile.in. It won't change configure unless you set= >>>>>>> PATHFIX_MAKEFILEIN=3Dconfigure. >>>>>>> =20 >>>>>> Well, I didn't add MAKE_ARGS for fun. >>>>>> After adding USES+=3Dautoreconf, the build broke. pathfix was sti= ll in >>>>>> place. You can reproduce by adding pathfix back before "python" a= nd >>>>>> commenting out the new MAKE_ARGS line I added and check with >>>>>> "check-plist" It's easy to confirm. =20 >>>>> I never said your fix did not work or was not right, I said USES=3D= pathfix >>>>> won't touch configure. >>>>> =20 >>>> Ah, that's the issue. I misspoke. I didn't mean "configure", I mea= n >>>> the Makefile all along. So you agree in this case pathfix and >>>> autoreconf aren't compatible, right? =20 >>> Not at all, if the file patched was Makefile.in, set >>> PATHFIX_MAKEFILEIN=3DMakefile.am and it will work. =20 >> Okay, thanks, I learned something. >> I think the current approach is cleaner anyway though. > Allow me to repeat what I said barely two weeks ago: > > Can't we just use lib/pkgconfig already? Having to patch every port > to move it to libdata/pkgconfig is pointless extra work with zero benef= it. > Nobody cares that these files are in libdata. Well, we do care. hier(7) says: lib/ shared and archive ar(1)-type libraries libdata/ miscellaneous utility data files --=20 Mathieu Arnold --hauIlXNekaV9wtsKSsg0kimFbGmDixgIU-- --IL2TD9xR10U8KEkuEGRqxrPFCmbIBQaHH Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYBSCDXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Io1gP/1TubZo5uDPptJNvbooNvThm QFVyityxvM4B+maMqdm41Tkt7BE8LKLW6cLHvVCe3ZrHe3ggxfJuzdvT3xljREfz fGTNKOmcBvN2S+cRePH41ndslfxAG2WeHheh0ewcYU5kko6eBcYKuQnlUAMXw34v fTUMT1uVRhYMxzzfdfVeR6t6TaCRduYD8K5NTJG8+QaGKpu84pgACDTfyQF1FE9N hY+eRxiQSYcbFHBz/pIU1WDOfQqXE6L4V1VsMKOe3z3oJPmjehqXRPe1xGwH2rCL bawE7WmaOEmp/xDLO9gNzS/3+eIiWFyIurHPFgo7yU0s7+n4UE1fl0XuAUgwvacD j4hAVR1Siw0HnXQZJ2tL+02ueUZp3J6EHtdCShMtm6VGH5+2K+q7eXCgBfU9e5Ce 07BaBk7PYUEcsyW68kBjvsZp9k+irYA1Ko95umVPpPB8gtnBRp6P1fetD4phhm33 rhbbV84s01bo64/zwSjDmZ+XxJtOsb+irjZbziqwGuuXj3LOQRhc9Uc4TE1Wx3iV kbFguVBXiHVHupLOZdW3Si0tV2Q2d3CTB+TTpaRQ4Lq3m9UY5+NoDC8eGrGrBhLC MxQw/G1tNNZ4BgoFDZMljCCL5NJDtMJQaa1A3p++/UNOlIsu5g1+uZ5nr/ZPSVu9 N3hyYUSL96ZWk/BnbnPm =R8rE -----END PGP SIGNATURE----- --IL2TD9xR10U8KEkuEGRqxrPFCmbIBQaHH-- From owner-svn-ports-all@freebsd.org Mon Oct 17 19:45:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 375E5AF4187; Mon, 17 Oct 2016 19:45:30 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F02E4AA4; Mon, 17 Oct 2016 19:45:29 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HJjTnQ096163; Mon, 17 Oct 2016 19:45:29 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HJjT21096162; Mon, 17 Oct 2016 19:45:29 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610171945.u9HJjT21096162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 17 Oct 2016 19:45:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424143 - head/x11-toolkits/gtk30/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 19:45:30 -0000 Author: tijl Date: Mon Oct 17 19:45:28 2016 New Revision: 424143 URL: https://svnweb.freebsd.org/changeset/ports/424143 Log: Fix configure with CUPS 2.2.x. Reported by: antoine Modified: head/x11-toolkits/gtk30/files/patch-configure Modified: head/x11-toolkits/gtk30/files/patch-configure ============================================================================== --- head/x11-toolkits/gtk30/files/patch-configure Mon Oct 17 18:31:00 2016 (r424142) +++ head/x11-toolkits/gtk30/files/patch-configure Mon Oct 17 19:45:28 2016 (r424143) @@ -1,6 +1,15 @@ ---- configure.orig 2015-12-27 22:02:19.433821000 +0100 -+++ configure 2015-12-27 22:02:39.743841000 +0100 -@@ -26046,9 +26046,7 @@ +--- configure.orig 2016-02-24 05:04:43 UTC ++++ configure +@@ -25758,7 +25758,7 @@ fi + CUPS_API_MAJOR=`echo $ECHO_N $CUPS_API_VERSION | awk -F. '{print $1}'` + CUPS_API_MINOR=`echo $ECHO_N $CUPS_API_VERSION | awk -F. '{print $2}'` + +- if test $CUPS_API_MAJOR -gt 1 -o \ ++ if test $CUPS_API_MAJOR -lt 1 -o \ + $CUPS_API_MAJOR -eq 1 -a $CUPS_API_MINOR -lt 2; then + as_fn_error $? "CUPS >= 1.2 not found" "$LINENO" 5 + fi +@@ -26190,9 +26190,7 @@ fi if test "$have_cups" = "yes"; then GTK_PRINT_BACKENDS="$GTK_PRINT_BACKENDS,cups" fi From owner-svn-ports-all@freebsd.org Mon Oct 17 20:14:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10DC3AF4D30; Mon, 17 Oct 2016 20:14:10 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6DE99; Mon, 17 Oct 2016 20:14:09 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HKE9mj007886; Mon, 17 Oct 2016 20:14:09 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HKE8Qu007883; Mon, 17 Oct 2016 20:14:08 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201610172014.u9HKE8Qu007883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 17 Oct 2016 20:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424144 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 20:14:10 -0000 Author: danilo Date: Mon Oct 17 20:14:08 2016 New Revision: 424144 URL: https://svnweb.freebsd.org/changeset/ports/424144 Log: - Update to 7.500.0 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Mon Oct 17 19:45:28 2016 (r424143) +++ head/math/armadillo/Makefile Mon Oct 17 20:14:08 2016 (r424144) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 7.400.4 +PORTVERSION= 7.500.0 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Mon Oct 17 19:45:28 2016 (r424143) +++ head/math/armadillo/distinfo Mon Oct 17 20:14:08 2016 (r424144) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476199746 -SHA256 (armadillo-7.400.4.tar.xz) = f736894893f0f4c49b6e12ed220de8d30a2dca975c1036c9451ef07a7e969c39 -SIZE (armadillo-7.400.4.tar.xz) = 3995060 +TIMESTAMP = 1476734655 +SHA256 (armadillo-7.500.0.tar.xz) = 7aa6f82b226753b7a534cd77dffb08f82ecbcf60662aa1ea5a7ff5c7c46828f5 +SIZE (armadillo-7.500.0.tar.xz) = 3994540 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Mon Oct 17 19:45:28 2016 (r424143) +++ head/math/armadillo/pkg-plist Mon Oct 17 20:14:08 2016 (r424144) @@ -483,7 +483,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.7 -lib/libarmadillo.so.7.400.4 +lib/libarmadillo.so.7.500.0 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake From owner-svn-ports-all@freebsd.org Mon Oct 17 20:39:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8EBCC1561D; Mon, 17 Oct 2016 20:39:50 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay112.isp.belgacom.be (mailrelay112.isp.belgacom.be [195.238.20.139]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89D693E2; Mon, 17 Oct 2016 20:39:49 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2CeBwDlNQVY/1QiyVBbGwEBAQMBAQEJA?= =?us-ascii?q?QEBgzwBAQEBAR1Jew+kOpZAhiICgWw9EAECAQEBAQEBAV4nhGIBAQQjMx4FEAs?= =?us-ascii?q?OCgICBSECAg8qHgYTiFa1YoxnAQEBAQEFAQEBAQEjgQeKC4RHgwSCPh0Fjj+LR?= =?us-ascii?q?495co8OjHuEADUfUoJ+HBmBPDw0iQEBAQE?= Received: from 84.34-201-80.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([80.201.34.84]) by relay.skynet.be with ESMTP; 17 Oct 2016 22:39:47 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u9HKdk1J065187; Mon, 17 Oct 2016 22:39:46 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Mon, 17 Oct 2016 22:39:46 +0200 From: Tijl Coosemans To: Mathieu Arnold Cc: John Marino , marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files Message-ID: <20161017223946.6b18be6e@kalimero.tijl.coosemans.org> In-Reply-To: <80ac5d38-8993-2ad7-c7ea-3bb8e1b8f589@FreeBSD.org> References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> <74f966d4-3bdf-0e15-9c9f-a8a4fdaac6ec@marino.st> <5a37eec4-7703-d0d9-f82e-393e1dd6543a@FreeBSD.org> <8cca7750-291e-c7c9-72aa-f91d17373046@marino.st> <20161017193939.033c999c@kalimero.tijl.coosemans.org> <80ac5d38-8993-2ad7-c7ea-3bb8e1b8f589@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 20:39:51 -0000 On Mon, 17 Oct 2016 21:03:30 +0200 Mathieu Arnold wrote: > Le 17/10/2016 =C3=A0 19:39, Tijl Coosemans a =C3=A9crit : >> Allow me to repeat what I said barely two weeks ago: >> >> Can't we just use lib/pkgconfig already? Having to patch every port >> to move it to libdata/pkgconfig is pointless extra work with zero benefi= t. >> Nobody cares that these files are in libdata. =20 >=20 > Well, we do care. hier(7) says: >=20 > lib/ shared and archive ar(1)-type libraries >=20 > libdata/ miscellaneous utility data files Yeah I know what hier says, but libdata is just not worth fighting for. There are more important things to do in the ports tree than worrying about where pkgconfig files should go. Nobody cares where they are. Not really. Just look at all the other non-library files in lib: find /usr/local/lib -type f -not -name '*.so*' -not -name '*.a' -not -name = '*.la' -not -path '*python*' -not -path '*perl*' Thousands of files you never cared about or even knew were there. lib/pkgconfig is fine and allows us to remove hacks and patches from thousands of ports. The cost of all the work needed to move the files and the time spent on threads like this are not worth the benefit because there is no benefit (that I can think of, maybe you can name one?). If you really do care it's probably easier to do a post-stage mv instead of adding more and more hacks to accommodate the countless different build systems out there. I really hope common sense prevails though and that everybody realises lib/pkgconfig is fine. From owner-svn-ports-all@freebsd.org Mon Oct 17 21:09:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F260CC15CA6; Mon, 17 Oct 2016 21:09:35 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A696C3E9; Mon, 17 Oct 2016 21:09:35 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HL9Yhs027116; Mon, 17 Oct 2016 21:09:34 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HL9YhF027115; Mon, 17 Oct 2016 21:09:34 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610172109.u9HL9YhF027115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Mon, 17 Oct 2016 21:09:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424145 - head/devel/arm-none-eabi-newlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 21:09:36 -0000 Author: bsam Date: Mon Oct 17 21:09:34 2016 New Revision: 424145 URL: https://svnweb.freebsd.org/changeset/ports/424145 Log: devel/arm-none-eabi-newlib: * Fix excessive indentation [1] * Be more friendly w.r.t aggressively assigning variables: Conditionally assign NEWLIB_TARGET, and CONFIGURE_ARGS+= in case we create a slave port from this needing a different NEWLIB_TARGET. PR: 213565 Submitted by: Kyle Evans (maintainer) Reported by: danfe [1] Modified: head/devel/arm-none-eabi-newlib/Makefile Modified: head/devel/arm-none-eabi-newlib/Makefile ============================================================================== --- head/devel/arm-none-eabi-newlib/Makefile Mon Oct 17 20:14:08 2016 (r424144) +++ head/devel/arm-none-eabi-newlib/Makefile Mon Oct 17 21:09:34 2016 (r424145) @@ -1,25 +1,25 @@ # $FreeBSD$ -PORTNAME= newlib -PORTVERSION= 2.4.0 -CATEGORIES= devel -MASTER_SITES= ftp://sources.redhat.com/pub/${PORTNAME}/ \ - SOURCEWARE/${PORTNAME} -PKGNAMEPREFIX= ${NEWLIB_TARGET}- - -MAINTAINER= bsdports@kyle-evans.net -COMMENT= Newlib distribution for ${NEWLIB_TARGET} targets - -BUILD_DEPENDS+= ${NEWLIB_TARGET}-ar:devel/${NEWLIB_TARGET}-binutils \ - ${NEWLIB_TARGET}-as:devel/${NEWLIB_TARGET}-binutils \ - ${NEWLIB_TARGET}-ld:devel/${NEWLIB_TARGET}-binutils \ - ${LOCALBASE}/bin/${NEWLIB_TARGET}-gcc:devel/${NEWLIB_TARGET}-gcc - -NEWLIB_TARGET= arm-none-eabi - -USES= gmake makeinfo -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --target="${NEWLIB_TARGET}" --disable-newlib-supplied-syscalls +PORTNAME= newlib +PORTVERSION= 2.4.0 +CATEGORIES= devel +MASTER_SITES= ftp://sources.redhat.com/pub/${PORTNAME}/ \ + SOURCEWARE/${PORTNAME} +PKGNAMEPREFIX= ${NEWLIB_TARGET}- + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Newlib distribution for ${NEWLIB_TARGET} targets + +BUILD_DEPENDS+= ${NEWLIB_TARGET}-ar:devel/${NEWLIB_TARGET}-binutils \ + ${NEWLIB_TARGET}-as:devel/${NEWLIB_TARGET}-binutils \ + ${NEWLIB_TARGET}-ld:devel/${NEWLIB_TARGET}-binutils \ + ${LOCALBASE}/bin/${NEWLIB_TARGET}-gcc:devel/${NEWLIB_TARGET}-gcc + +NEWLIB_TARGET?= arm-none-eabi + +USES= gmake makeinfo +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} --target="${NEWLIB_TARGET}" --disable-newlib-supplied-syscalls # Disable installation of .info files and fix includedir reference. post-patch: From owner-svn-ports-all@freebsd.org Tue Oct 18 00:54:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1530EC15931; Tue, 18 Oct 2016 00:54:08 +0000 (UTC) (envelope-from xride@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFE5CCD4; Tue, 18 Oct 2016 00:54:07 +0000 (UTC) (envelope-from xride@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9I0s6mw014634; Tue, 18 Oct 2016 00:54:06 GMT (envelope-from xride@FreeBSD.org) Received: (from xride@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9I0s6n4014633; Tue, 18 Oct 2016 00:54:06 GMT (envelope-from xride@FreeBSD.org) Message-Id: <201610180054.u9I0s6n4014633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: xride set sender to xride@FreeBSD.org using -f From: Soeren Straarup Date: Tue, 18 Oct 2016 00:54:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424146 - head/sysutils/geomgui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 00:54:08 -0000 Author: xride Date: Tue Oct 18 00:54:06 2016 New Revision: 424146 URL: https://svnweb.freebsd.org/changeset/ports/424146 Log: Upstream development stopped long time ago. Time to depreciate. Modified: head/sysutils/geomgui/Makefile Modified: head/sysutils/geomgui/Makefile ============================================================================== --- head/sysutils/geomgui/Makefile Mon Oct 17 21:09:34 2016 (r424145) +++ head/sysutils/geomgui/Makefile Tue Oct 18 00:54:06 2016 (r424146) @@ -10,6 +10,9 @@ MASTER_SITES= http://tinkering.hambrew.n MAINTAINER= xride@FreeBSD.org COMMENT= Viewer for kernel geom layer +DEPRECATED= Development stopped years ago. +EXPIRATION_DATE= 2016-12-31 + LIB_DEPENDS= libgvc.so:graphics/graphviz USE_GNOME= gtk20 librsvg2 From owner-svn-ports-all@freebsd.org Tue Oct 18 01:36:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34CC7C1512C; Tue, 18 Oct 2016 01:36:59 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D7062F8F; Tue, 18 Oct 2016 01:36:58 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id wJKibE9cQIjjwwJKjbeeQO; Mon, 17 Oct 2016 19:36:51 -0600 X-Authority-Analysis: v=2.2 cv=dtuZMBo4 c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=CH0kA5CcgfcA:10 a=6I5d2MoRAAAA:8 a=cAXX2R3EAAAA:8 a=VKtgnZ0QAAAA:8 a=YxBL1-UpAAAA:8 a=Ad-PYRVBVx_lv1fYAeMA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=MTFir8XF8A10EAIrxktM:22 a=Hpu4JVTVrob5gkMLv37w:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id 4050B57D; Mon, 17 Oct 2016 18:36:48 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u9I1aVLD006472; Mon, 17 Oct 2016 18:36:31 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201610180136.u9I1aVLD006472@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Mathieu Arnold cc: Joe Marcus Clarke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424084 - in head/net/wireshark: . files In-Reply-To: Message from Mathieu Arnold of "Mon, 17 Oct 2016 14:44:26 +0200." <486c7096-a80f-bfa7-8377-50fd153169cc@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Oct 2016 18:36:31 -0700 X-CMAE-Envelope: MS4wfMQ7Yh5wnRIU/I2+268o6z5zJ4b6bbfe3vphkZJyy5OrCyAkwy45KLwLr4u3KjvgMahElDqx3ftMp0+5wd0aqpmKWZaa1qUqlzNWkBKv1ni3E/ysCbnA jxuHbo1DMRZcoBz3MYbBuUeUT9vkA+nSrsTwcYNXGzU8goYCU+m3xbg0NhCu59qiJg3VvgOgZMjmqeRUtbSeXZjCmzOdbcdBa1SJ5BCFLxtT9HUnfv7qDSE2 8bfLud3zNgnIauSqB6e9ni4q962fTz44+CKuLq22cOXecRgfSehwZzWApr0AwzMToF8P+Gm8S0vc/KuBNDrMLQ== X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 01:36:59 -0000 In message <486c7096-a80f-bfa7-8377-50fd153169cc@FreeBSD.org>, Mathieu Arnold w rites: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --VDfgpm9959xQaqOnb26JrABpFwSC8haNh > Content-Type: multipart/mixed; boundary="8wuOk7mjfUNuAePELMpp10hsFgHj9BBWF"; > protected-headers="v1" > From: Mathieu Arnold > To: Joe Marcus Clarke , ports-committers@freebsd.org, > svn-ports-all@freebsd.org, svn-ports-head@freebsd.org > Message-ID: <486c7096-a80f-bfa7-8377-50fd153169cc@FreeBSD.org> > Subject: Re: svn commit: r424084 - in head/net/wireshark: . files > References: <201610162236.u9GMaoKP003312@repo.freebsd.org> > In-Reply-To: <201610162236.u9GMaoKP003312@repo.freebsd.org> > > --8wuOk7mjfUNuAePELMpp10hsFgHj9BBWF > Content-Type: text/plain; charset=utf-8 > Content-Transfer-Encoding: quoted-printable > > Le 17/10/2016 =C3=A0 00:36, Joe Marcus Clarke a =C3=A9crit : > > Author: marcus > > Date: Sun Oct 16 22:36:50 2016 > > New Revision: 424084 > > URL: https://svnweb.freebsd.org/changeset/ports/424084 > > > > Log: > > Update to 2.2.1. Incorporate patches from PR 213356 to fix the build= > > > with base Kerberos and add more explicit dependencies. > > =20 > > For changes in 2.2.1, see https://www.wireshark.org/docs/relnotes/wir= > eshark-2.2.1.html . > > > > This still does not seem to build for me: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D se: package >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D> Building package for tshark-2.2.1 > pkg-static: Unable to access file /wrkdirs/usr/ports/net/tshark/work/stag= > e/usr/local/lib/libwscodecs.so: No such file or directory > pkg-static: Unable to access file /wrkdirs/usr/ports/net/tshark/work/stag= > e/usr/local/lib/libwscodecs.so.1: No such file or directory > pkg-static: Unable to access file /wrkdirs/usr/ports/net/tshark/work/stag= > e/usr/local/lib/libwscodecs.so.1.0.0: No such file or directory > *** Error code 1 > > > > https://pkg.absolight.fr/data/11amd64-pkgng-default/20161017T141310Z/logs= > /errors/tshark-2.2.1.log It builds for me however I've experienced this same problem with various other ports over the past 12 months or more. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Tue Oct 18 04:52:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3AEEC14FB0; Tue, 18 Oct 2016 04:52:15 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFA813E9; Tue, 18 Oct 2016 04:52:15 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9I4qEHI005452; Tue, 18 Oct 2016 04:52:14 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9I4qEJt005451; Tue, 18 Oct 2016 04:52:14 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201610180452.u9I4qEJt005451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Tue, 18 Oct 2016 04:52:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424147 - head/ports-mgmt/port-index-uniquifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 04:52:16 -0000 Author: cperciva Date: Tue Oct 18 04:52:14 2016 New Revision: 424147 URL: https://svnweb.freebsd.org/changeset/ports/424147 Log: Simplify Makefile via USES=metaport. Submitted by: mat Modified: head/ports-mgmt/port-index-uniquifier/Makefile Modified: head/ports-mgmt/port-index-uniquifier/Makefile ============================================================================== --- head/ports-mgmt/port-index-uniquifier/Makefile Tue Oct 18 00:54:06 2016 (r424146) +++ head/ports-mgmt/port-index-uniquifier/Makefile Tue Oct 18 04:52:14 2016 (r424147) @@ -3,15 +3,10 @@ PORTNAME= port-index-uniquifier PORTVERSION= ${OSVERSION} CATEGORIES= ports-mgmt -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= cperciva@FreeBSD.org COMMENT= Dummy port to ensure major versions have different INDEX files -NO_WRKSUBDIR= yes -NO_BUILD= yes -NO_INSTALL= yes +USES= metaport .include From owner-svn-ports-all@freebsd.org Tue Oct 18 06:13:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5C0CC16ABD; Tue, 18 Oct 2016 06:13:27 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B513AD98; Tue, 18 Oct 2016 06:13:27 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9I6DQ2A035041; Tue, 18 Oct 2016 06:13:26 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9I6DQdk035039; Tue, 18 Oct 2016 06:13:26 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201610180613.u9I6DQdk035039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 18 Oct 2016 06:13:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424148 - head/databases/py-alembic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 06:13:28 -0000 Author: lwhsu Date: Tue Oct 18 06:13:26 2016 New Revision: 424148 URL: https://svnweb.freebsd.org/changeset/ports/424148 Log: - Update to 0.8.8 - Change RUN_DEPENDS to py-sqlalchemy10 [1] PR: 213562 [1] Submitted by: Alexander Nusov Modified: head/databases/py-alembic/Makefile head/databases/py-alembic/distinfo Modified: head/databases/py-alembic/Makefile ============================================================================== --- head/databases/py-alembic/Makefile Tue Oct 18 04:52:14 2016 (r424147) +++ head/databases/py-alembic/Makefile Tue Oct 18 06:13:26 2016 (r424148) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= alembic -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.8 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Database migration tool for SQL LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7.3:databases/py-sqlalchemy07 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako USES= python Modified: head/databases/py-alembic/distinfo ============================================================================== --- head/databases/py-alembic/distinfo Tue Oct 18 04:52:14 2016 (r424147) +++ head/databases/py-alembic/distinfo Tue Oct 18 06:13:26 2016 (r424148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470221511 -SHA256 (alembic-0.8.7.tar.gz) = 7fb8a456d6c47fe24b87e02acb405b2094545f9b574beb80105a64fe9b335a45 -SIZE (alembic-0.8.7.tar.gz) = 968161 +TIMESTAMP = 1476770608 +SHA256 (alembic-0.8.8.tar.gz) = cd6f2192ca2307bfe2a2a61f8a261420addc59a09a6379a6550e0a15693b0b8a +SIZE (alembic-0.8.8.tar.gz) = 970125 From owner-svn-ports-all@freebsd.org Tue Oct 18 06:30:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09436C16354; Tue, 18 Oct 2016 06:30:12 +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 CC992934; Tue, 18 Oct 2016 06:30:11 +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 u9I6UAKw039053; Tue, 18 Oct 2016 06:30:10 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9I6UA5c039051; Tue, 18 Oct 2016 06:30:10 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201610180630.u9I6UA5c039051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 18 Oct 2016 06:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424149 - head/www/mod_http2-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 06:30:12 -0000 Author: brnrd Date: Tue Oct 18 06:30:10 2016 New Revision: 424149 URL: https://svnweb.freebsd.org/changeset/ports/424149 Log: www/mod_http2-devel: Update to 1.7.5 - Regular update Modified: head/www/mod_http2-devel/Makefile head/www/mod_http2-devel/distinfo Modified: head/www/mod_http2-devel/Makefile ============================================================================== --- head/www/mod_http2-devel/Makefile Tue Oct 18 06:13:26 2016 (r424148) +++ head/www/mod_http2-devel/Makefile Tue Oct 18 06:30:10 2016 (r424149) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.5 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/mod_http2-devel/distinfo ============================================================================== --- head/www/mod_http2-devel/distinfo Tue Oct 18 06:13:26 2016 (r424148) +++ head/www/mod_http2-devel/distinfo Tue Oct 18 06:30:10 2016 (r424149) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476095770 -SHA256 (icing-mod_h2-v1.7.3_GH0.tar.gz) = 472721fcb1abee266d7a708a069215907cbe6ce7a721159ddf0acb446039c99e -SIZE (icing-mod_h2-v1.7.3_GH0.tar.gz) = 186254 +TIMESTAMP = 1476728396 +SHA256 (icing-mod_h2-v1.7.5_GH0.tar.gz) = c7594e6aba38591b6725d56f4f4093e93f95bcae6a375206e25fef256e4ad412 +SIZE (icing-mod_h2-v1.7.5_GH0.tar.gz) = 189258 From owner-svn-ports-all@freebsd.org Tue Oct 18 07:32:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 754E0C16734; Tue, 18 Oct 2016 07:32:07 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43B84A1C; Tue, 18 Oct 2016 07:32:07 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9I7W6sL064917; Tue, 18 Oct 2016 07:32:06 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9I7W6C4064915; Tue, 18 Oct 2016 07:32:06 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201610180732.u9I7W6C4064915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 18 Oct 2016 07:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424150 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 07:32:07 -0000 Author: lwhsu Date: Tue Oct 18 07:32:06 2016 New Revision: 424150 URL: https://svnweb.freebsd.org/changeset/ports/424150 Log: - Update to 2.26 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Tue Oct 18 06:30:10 2016 (r424149) +++ head/devel/jenkins/Makefile Tue Oct 18 07:32:06 2016 (r424150) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.25 +PORTVERSION= 2.26 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Tue Oct 18 06:30:10 2016 (r424149) +++ head/devel/jenkins/distinfo Tue Oct 18 07:32:06 2016 (r424150) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476198241 -SHA256 (jenkins/2.25/jenkins.war) = 121324e60edcae69d1292067b307d718e9a0cb0406bcdee49c97a18475e625d5 -SIZE (jenkins/2.25/jenkins.war) = 69911618 +TIMESTAMP = 1476775218 +SHA256 (jenkins/2.26/jenkins.war) = 8994979440e0c371a243edc53d9468d7ba1cf1fa22c26fd67db94ea6cafa9138 +SIZE (jenkins/2.26/jenkins.war) = 69920303 From owner-svn-ports-all@freebsd.org Tue Oct 18 09:03:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECEF9C15BEC; Tue, 18 Oct 2016 09:03:50 +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 ACB4A3BB; Tue, 18 Oct 2016 09:03:50 +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 u9I93n4O099104; Tue, 18 Oct 2016 09:03:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9I93nW6099102; Tue, 18 Oct 2016 09:03:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610180903.u9I93nW6099102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 18 Oct 2016 09:03:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424151 - in head/net/netscript: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 09:03:51 -0000 Author: amdmi3 Date: Tue Oct 18 09:03:49 2016 New Revision: 424151 URL: https://svnweb.freebsd.org/changeset/ports/424151 Log: - Add LICENSE - Switch to options helpers - Regenerate patches Modified: head/net/netscript/Makefile head/net/netscript/files/patch-netscript.c Modified: head/net/netscript/Makefile ============================================================================== --- head/net/netscript/Makefile Tue Oct 18 07:32:06 2016 (r424150) +++ head/net/netscript/Makefile Tue Oct 18 09:03:49 2016 (r424151) @@ -11,7 +11,7 @@ MASTER_SITES= SF \ MAINTAINER= ports@FreeBSD.org COMMENT= Portable/multi-platform lightweight TCP socket scripting -OPTIONS_DEFINE= DOCS EXAMPLES GTK1 +LICENSE= PD USES= ncurses shebangfix tar:tgz SHEBANG_FILES= examples/*.ruleset examples/gui/*.ruleset \ @@ -27,6 +27,8 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/netscript +OPTIONS_DEFINE= DOCS EXAMPLES GTK1 + GTK1_USE= GNOME=gtk12 GTK1_CFLAGS= -DGTK GTK1_CPPFLAGS= $$(gtk-config --cflags gthread) @@ -37,11 +39,13 @@ do-build: -o netscript ${LDFLAGS}) do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} netscript \ - ${STAGEDIR}${PREFIX}/bin) + ${INSTALL_PROGRAM} ${WRKSRC}/netscript ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} README \ - ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ ${STAGEDIR}${EXAMPLESDIR}) Modified: head/net/netscript/files/patch-netscript.c ============================================================================== --- head/net/netscript/files/patch-netscript.c Tue Oct 18 07:32:06 2016 (r424150) +++ head/net/netscript/files/patch-netscript.c Tue Oct 18 09:03:49 2016 (r424151) @@ -1,6 +1,6 @@ ---- netscript.c.orig Tue Oct 8 10:59:06 2002 -+++ netscript.c Wed Jan 17 15:21:24 2007 -@@ -633,7 +633,7 @@ +--- netscript.c.orig 2002-10-08 02:59:06 UTC ++++ netscript.c +@@ -633,7 +633,7 @@ U SH isudp=0; U SH isudpr=0; U SH isvhost=0; U SH lnum=0; @@ -9,7 +9,7 @@ U SH nofrom=0; U SH norrecv=0; U SH norsend=0; -@@ -1551,7 +1551,7 @@ +@@ -1551,7 +1551,7 @@ V wro(C *output,U I size,U SH io){ /* make sure the socket is really there. */ IF(SE((sock+1),0,&cfd,0,&tv)>0) WR(sock,output,size); @@ -18,7 +18,7 @@ logdata(output,3); } IF(setroute){ -@@ -1978,7 +1978,7 @@ +@@ -1978,7 +1978,7 @@ V dumpexecline(C *line){ wro(dump,SL(dump),0); wro("\n",1,0); /* add the output to the log, if enabled. (-l option) */ @@ -27,7 +27,7 @@ logdata(dump,0); /* last use of dump for this run. */ FR(dump); -@@ -2113,8 +2113,10 @@ +@@ -2113,8 +2113,10 @@ V parsesocket(C *host,U I port){ /* unless udp mode is active, then will rebind. */ IF(bindmode!=2||isudp){ /* main server sockaddr structure. */ @@ -40,7 +40,7 @@ parsesocketopt(1,(isudp?sock:ssock)); B((V *)&sns,SO(sns)); sns.sin_family=AF_INET; -@@ -2379,7 +2381,7 @@ +@@ -2379,7 +2381,7 @@ V parsesocket(C *host,U I port){ } } /* states log start time, and ip that was used. if enabled. (-l option) */ @@ -49,7 +49,7 @@ logdata("NEW NETSCRIPT SESSION STARTED.",2); /* logging of the ip used. */ logdata( -@@ -2468,7 +2470,7 @@ +@@ -2468,7 +2470,7 @@ V parsesocket(C *host,U I port){ pd(iread,0,columns); wro(iread,SL(iread),0); wro("\n",1,0); @@ -58,7 +58,7 @@ logdata(iread,0); } FC(ifd); -@@ -2484,7 +2486,7 @@ +@@ -2484,7 +2486,7 @@ V parsesocket(C *host,U I port){ wro(iswrite,SL(iswrite),0); wro("\n",1,0); /* add the initial data to the log, if enabled. (-i, and -l option) */ @@ -67,7 +67,7 @@ logdata(iswrite,0); } } -@@ -2501,7 +2503,7 @@ +@@ -2501,7 +2503,7 @@ V parsesocket(C *host,U I port){ } /* handle incoming telnet dumping. (-y, and -Y options) */ dumptelnet(sread); @@ -76,7 +76,7 @@ logdata(sread,3); /* check, and use the ns_incoming_raw() symbol. it passes the raw dump of */ /* the socket read buffer, the size of the buffer, and the length of the */ -@@ -2578,7 +2580,7 @@ +@@ -2578,7 +2580,7 @@ V parsesocket(C *host,U I port){ IF(!nosrecv) pd(sreadl,1,columns); /* add the output to the log, if enabled. (-l option) */ @@ -85,7 +85,7 @@ logdata(sreadl,1); /* reset the temporary variable. */ IF(stoprules==2) -@@ -2705,7 +2707,7 @@ +@@ -2705,7 +2707,7 @@ V parsesocket(C *host,U I port){ pd(iwrite,0,columns); wro(iwrite,SL(iwrite),0); wro("\n",1,0); @@ -94,7 +94,7 @@ logdata(iwrite,0); FC(ifd); } -@@ -3036,7 +3038,7 @@ +@@ -3036,7 +3038,7 @@ V parsesocket(C *host,U I port){ wro(swrite,SL(swrite),0); wro("\n",1,0); /* add the input to the log, if enabled. (-l option) */ @@ -103,7 +103,7 @@ logdata(swrite,0); } } -@@ -3400,14 +3402,14 @@ +@@ -3400,14 +3402,14 @@ V iface(C *base){ nsprint("logfile: can not log data to a file with privileged access.\n"); E{ IF(!parameter(iread,1,0x20)){ @@ -121,7 +121,7 @@ } } #ifdef NCURSES -@@ -3995,7 +3997,7 @@ +@@ -3995,7 +3997,7 @@ V nsexit(SH i,U SH type){ IF(tnetraw&&truetnet){ nsprint("\n"); /* same goes for logging. */ @@ -130,7 +130,7 @@ logdata("\n",3); } closesocket(0); -@@ -4075,7 +4077,7 @@ +@@ -4075,7 +4077,7 @@ V gtkec(GW *gw,GW *ge){ wro(et,SL(et),0); wro("\n",1,0); /* log if requested. */ @@ -139,7 +139,7 @@ logdata(et,0); /* reset waiting loop. */ isguiwait=0; -@@ -4926,11 +4928,11 @@ +@@ -4926,11 +4928,11 @@ I main(I ac,C **av){ IF(isprivileged) pe("can not log data to a file with privileged access",0); E From owner-svn-ports-all@freebsd.org Tue Oct 18 09:50:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C571BC16B09; Tue, 18 Oct 2016 09:50:22 +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 96D45B65; Tue, 18 Oct 2016 09:50:22 +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 u9I9oLEA014074; Tue, 18 Oct 2016 09:50:21 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9I9oLPR014072; Tue, 18 Oct 2016 09:50:21 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610180950.u9I9oLPR014072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 18 Oct 2016 09:50:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424152 - head/net/p5-IO-Socket-Socks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 09:50:22 -0000 Author: ehaupt Date: Tue Oct 18 09:50:21 2016 New Revision: 424152 URL: https://svnweb.freebsd.org/changeset/ports/424152 Log: Update to 0.69 Modified: head/net/p5-IO-Socket-Socks/Makefile head/net/p5-IO-Socket-Socks/distinfo Modified: head/net/p5-IO-Socket-Socks/Makefile ============================================================================== --- head/net/p5-IO-Socket-Socks/Makefile Tue Oct 18 09:03:49 2016 (r424151) +++ head/net/p5-IO-Socket-Socks/Makefile Tue Oct 18 09:50:21 2016 (r424152) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-Socks -PORTVERSION= 0.68 +PORTVERSION= 0.69 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-IO-Socket-Socks/distinfo ============================================================================== --- head/net/p5-IO-Socket-Socks/distinfo Tue Oct 18 09:03:49 2016 (r424151) +++ head/net/p5-IO-Socket-Socks/distinfo Tue Oct 18 09:50:21 2016 (r424152) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472129388 -SHA256 (IO-Socket-Socks-0.68.tar.gz) = 0aa422fcff41fe327b3f19a7719b6b0a23f241df9ff4f866d14a398c7f40983c -SIZE (IO-Socket-Socks-0.68.tar.gz) = 26848 +TIMESTAMP = 1476783949 +SHA256 (IO-Socket-Socks-0.69.tar.gz) = a2e7e72e938ae589b39695bc2e7c5f42e005cdb8eb9262f85e77a8df50d7d09d +SIZE (IO-Socket-Socks-0.69.tar.gz) = 27353 From owner-svn-ports-all@freebsd.org Tue Oct 18 10:40:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 001CBC17BDF; Tue, 18 Oct 2016 10:40:26 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C36C017AD; Tue, 18 Oct 2016 10:40:26 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IAeP75033100; Tue, 18 Oct 2016 10:40:25 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IAePOW033098; Tue, 18 Oct 2016 10:40:25 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201610181040.u9IAePOW033098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 18 Oct 2016 10:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424153 - in head/net/sflowtool: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 10:40:27 -0000 Author: ohauer Date: Tue Oct 18 10:40:25 2016 New Revision: 424153 URL: https://svnweb.freebsd.org/changeset/ports/424153 Log: - update to 3.38 - remove obsolete patch Changelog 3.38: - fix pcap_file_header.snaplen - drop "-z pad" option - add "tcpinfo" struct Deleted: head/net/sflowtool/files/patch-src__sflowtool.c Modified: head/net/sflowtool/Makefile head/net/sflowtool/distinfo Modified: head/net/sflowtool/Makefile ============================================================================== --- head/net/sflowtool/Makefile Tue Oct 18 09:50:21 2016 (r424152) +++ head/net/sflowtool/Makefile Tue Oct 18 10:40:25 2016 (r424153) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sflowtool -PORTVERSION= 3.37 +PORTVERSION= 3.38 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/sflowtool/distinfo ============================================================================== --- head/net/sflowtool/distinfo Tue Oct 18 09:50:21 2016 (r424152) +++ head/net/sflowtool/distinfo Tue Oct 18 10:40:25 2016 (r424153) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464782475 -SHA256 (sflow-sflowtool-v3.37_GH0.tar.gz) = 5435f767e6379bf8994b2260e0c5feba434fc55cbe2ceee5036cd8b07be74385 -SIZE (sflow-sflowtool-v3.37_GH0.tar.gz) = 74172 +TIMESTAMP = 1476786569 +SHA256 (sflow-sflowtool-v3.38_GH0.tar.gz) = fdf18ded3c698a68ded846db2ec16d5e624ca4ddab6d726e29a9c77f73a29cd9 +SIZE (sflow-sflowtool-v3.38_GH0.tar.gz) = 75928 From owner-svn-ports-all@freebsd.org Tue Oct 18 10:58:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BBC4C160DA; Tue, 18 Oct 2016 10:58:50 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AEAC1B5; Tue, 18 Oct 2016 10:58:50 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IAwnrD040797; Tue, 18 Oct 2016 10:58:49 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IAwnaq040796; Tue, 18 Oct 2016 10:58:49 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610181058.u9IAwnaq040796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 18 Oct 2016 10:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424154 - head/print/hplip/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 10:58:50 -0000 Author: tijl Date: Tue Oct 18 10:58:49 2016 New Revision: 424154 URL: https://svnweb.freebsd.org/changeset/ports/424154 Log: Fix build with CUPS 2.2.x. Added: head/print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h (contents, props changed) Added: head/print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h Tue Oct 18 10:58:49 2016 (r424154) @@ -0,0 +1,10 @@ +--- prnt/hpcups/CommonDefinitions.h.orig 2016-09-23 08:47:53 UTC ++++ prnt/hpcups/CommonDefinitions.h +@@ -41,6 +41,7 @@ + #include + #include + #include ++#include + #include + #include + #include From owner-svn-ports-all@freebsd.org Tue Oct 18 11:11:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1842C1681E; Tue, 18 Oct 2016 11:11:52 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58808CDE; Tue, 18 Oct 2016 11:11:52 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IBBpxD045506; Tue, 18 Oct 2016 11:11:51 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IBBpKU045505; Tue, 18 Oct 2016 11:11:51 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610181111.u9IBBpKU045505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 18 Oct 2016 11:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424155 - in head/print/kde4-print-manager: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 11:11:52 -0000 Author: tijl Date: Tue Oct 18 11:11:51 2016 New Revision: 424155 URL: https://svnweb.freebsd.org/changeset/ports/424155 Log: - Fix build with CUPS 2.2.x. - Fix printing test page. Added: head/print/kde4-print-manager/files/ head/print/kde4-print-manager/files/patch-libkcups-KCupsRequest.cpp (contents, props changed) Modified: head/print/kde4-print-manager/Makefile Modified: head/print/kde4-print-manager/Makefile ============================================================================== --- head/print/kde4-print-manager/Makefile Tue Oct 18 10:58:49 2016 (r424154) +++ head/print/kde4-print-manager/Makefile Tue Oct 18 11:11:51 2016 (r424155) @@ -2,7 +2,7 @@ PORTNAME= print-manager PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -11,10 +11,15 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Printer manager for KDE 4 LIB_DEPENDS= libcups.so:print/cups +RUN_DEPENDS= ${LOCALBASE}/share/cups/data/testprint:print/cups-filters USES= cmake:outsource kde:4 tar:xz USE_KDE= kdelibs automoc4 USE_QT4= designer network \ qmake_build moc_build uic_build rcc_build +post-patch: + @${REINPLACE_CMD} 's,/usr/share/cups,${LOCALBASE}/share/cups,' \ + ${WRKSRC}/libkcups/KCupsRequest.cpp + .include Added: head/print/kde4-print-manager/files/patch-libkcups-KCupsRequest.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/kde4-print-manager/files/patch-libkcups-KCupsRequest.cpp Tue Oct 18 11:11:51 2016 (r424155) @@ -0,0 +1,10 @@ +--- libkcups/KCupsRequest.cpp.orig 2014-10-16 19:09:36 UTC ++++ libkcups/KCupsRequest.cpp +@@ -29,6 +29,7 @@ + #include + + #include ++#include + + #define CUPS_DATADIR "/usr/share/cups" + From owner-svn-ports-all@freebsd.org Tue Oct 18 11:20:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE280C16CE4; Tue, 18 Oct 2016 11:20: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 C8AED2EE; Tue, 18 Oct 2016 11:20: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 u9IBK1rd048606; Tue, 18 Oct 2016 11:20:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IBK1cW048599; Tue, 18 Oct 2016 11:20:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610181120.u9IBK1cW048599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 18 Oct 2016 11:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424156 - in head: Mk/Uses devel/caf devel/yajl math/ceres-solver textproc/cmark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 11:20:03 -0000 Author: jbeich Date: Tue Oct 18 11:20:01 2016 New Revision: 424156 URL: https://svnweb.freebsd.org/changeset/ports/424156 Log: Adjust TEST_WRKSRC for USES=[cq]make:outsource Approved by: rakuco Differential Revision: https://reviews.freebsd.org/D8274 Modified: head/Mk/Uses/cmake.mk (contents, props changed) head/Mk/Uses/qmake.mk (contents, props changed) head/devel/caf/Makefile (contents, props changed) head/devel/yajl/Makefile (contents, props changed) head/math/ceres-solver/Makefile (contents, props changed) head/textproc/cmark/Makefile (contents, props changed) Modified: head/Mk/Uses/cmake.mk ============================================================================== --- head/Mk/Uses/cmake.mk Tue Oct 18 11:11:51 2016 (r424155) +++ head/Mk/Uses/cmake.mk Tue Oct 18 11:20:01 2016 (r424156) @@ -103,6 +103,7 @@ _CMAKE_MSG= "===> Performing out-of-so CONFIGURE_WRKSRC= ${WRKDIR}/.build BUILD_WRKSRC?= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC?= ${CONFIGURE_WRKSRC} +TEST_WRKSRC?= ${CONFIGURE_WRKSRC} .endif .if !target(do-configure) Modified: head/Mk/Uses/qmake.mk ============================================================================== --- head/Mk/Uses/qmake.mk Tue Oct 18 11:11:51 2016 (r424155) +++ head/Mk/Uses/qmake.mk Tue Oct 18 11:20:01 2016 (r424156) @@ -90,6 +90,7 @@ _QMAKE_WRKSRC?= ${CONFIGURE_WRKSRC} CONFIGURE_WRKSRC= ${WRKDIR}/.build BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${BUILD_WRKSRC} +TEST_WRKSRC= ${BUILD_WRKSRC} QMAKE_SOURCE_PATH?= ${WRKSRC} .else QMAKE_SOURCE_PATH?= # empty Modified: head/devel/caf/Makefile ============================================================================== --- head/devel/caf/Makefile Tue Oct 18 11:11:51 2016 (r424155) +++ head/devel/caf/Makefile Tue Oct 18 11:20:01 2016 (r424156) @@ -18,7 +18,6 @@ LDFLAGS+= -pthread USES= cmake:outsource compiler:c++11-lang USE_LDCONFIG= yes TEST_TARGET= test -TEST_WRKSRC= ${BUILD_WRKSRC} USE_GITHUB= yes GH_ACCOUNT= actor-framework GH_PROJECT= ${GH_ACCOUNT} Modified: head/devel/yajl/Makefile ============================================================================== --- head/devel/yajl/Makefile Tue Oct 18 11:11:51 2016 (r424155) +++ head/devel/yajl/Makefile Tue Oct 18 11:20:01 2016 (r424156) @@ -20,7 +20,6 @@ USES= cmake:outsource PLIST_SUB= VERSION=${PORTVERSION} TEST_TARGET= test test-api -TEST_WRKSRC= ${BUILD_WRKSRC} post-patch: @${REINPLACE_CMD} -e "s,share/pkgconfig,libdata/pkgconfig,g" \ Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Tue Oct 18 11:11:51 2016 (r424155) +++ head/math/ceres-solver/Makefile Tue Oct 18 11:20:01 2016 (r424156) @@ -60,8 +60,6 @@ SCHUR_CMAKE_BOOL= SCHUR_SPECIALIZATIONS TEST_CMAKE_BOOL= BUILD_TESTING TEST_TEST_TARGET= test ARGS="-V" TEST_IMPLIES= GFLAGS -# XXX Move to USES=cmake -TEST_VARS= TEST_WRKSRC="${CONFIGURE_WRKSRC}" LAPACK_DESC= Linear Algebra PACKage LAPACK_USES= fortran # LDFLAGS Modified: head/textproc/cmark/Makefile ============================================================================== --- head/textproc/cmark/Makefile Tue Oct 18 11:11:51 2016 (r424155) +++ head/textproc/cmark/Makefile Tue Oct 18 11:20:01 2016 (r424156) @@ -18,7 +18,6 @@ USES= cmake:outsource python:3,test USE_LDCONFIG= yes TEST_TARGET= test -TEST_WRKSRC= ${BUILD_WRKSRC} CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man From owner-svn-ports-all@freebsd.org Tue Oct 18 12:19:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61F1FC1453A; Tue, 18 Oct 2016 12:19:47 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4o.cmail.yandex.net (forward4o.cmail.yandex.net [IPv6:2a02:6b8:0:1a72::289]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 207666C6; Tue, 18 Oct 2016 12:19:47 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward4o.cmail.yandex.net (Yandex) with ESMTP id 982632102B; Tue, 18 Oct 2016 15:19:34 +0300 (MSK) Received: from smtp2h.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id F20AE780873; Tue, 18 Oct 2016 15:19:30 +0300 (MSK) Received: by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 5rrHWrQyJO-JT1ir5GF; Tue, 18 Oct 2016 15:19:29 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r424083 - in head/devel: . arm-none-eabi-newlib To: Alexey Dokuchaev , Boris Samorodov References: <201610162201.u9GM1Ndb088035@repo.freebsd.org> <20161017020718.GA4319@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Boris Samorodov Message-ID: Date: Tue, 18 Oct 2016 15:18:59 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161017020718.GA4319@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 12:19:47 -0000 17.10.2016 05:07, Alexey Dokuchaev пишет: > On Sun, Oct 16, 2016 at 10:01:23PM +0000, Boris Samorodov wrote: >> New Revision: 424083 >> URL: https://svnweb.freebsd.org/changeset/ports/424083 >> >> Log: >> Newlib is a C library intended for use on embedded systems. It is >> a conglomeration of several library parts, all under free software >> licenses, that make them easily usable on embedded products. >> [...] >> @@ -0,0 +1,28 @@ >> +# $FreeBSD$ >> + >> +PORTNAME= newlib >> +PORTVERSION= 2.4.0 >> +CATEGORIES= devel >> ... > > Any chances that bogus indentation could be fixed in coming updates? The fix is committed, thanks! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-svn-ports-all@freebsd.org Tue Oct 18 12:38:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE15CC14F77; Tue, 18 Oct 2016 12:38:00 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 974B47F7; Tue, 18 Oct 2016 12:38:00 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ICbxZj078521; Tue, 18 Oct 2016 12:37:59 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ICbxtT078518; Tue, 18 Oct 2016 12:37:59 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201610181237.u9ICbxtT078518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Tue, 18 Oct 2016 12:37:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424157 - in head/multimedia/msdl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 12:38:01 -0000 Author: ashish Date: Tue Oct 18 12:37:59 2016 New Revision: 424157 URL: https://svnweb.freebsd.org/changeset/ports/424157 Log: - Update to 1.2.7-r2 - Add LICENSE information PR: 213582 Submitted by: takefu@airport.fm Modified: head/multimedia/msdl/Makefile head/multimedia/msdl/distinfo head/multimedia/msdl/files/patch-src-url.h Modified: head/multimedia/msdl/Makefile ============================================================================== --- head/multimedia/msdl/Makefile Tue Oct 18 11:20:01 2016 (r424156) +++ head/multimedia/msdl/Makefile Tue Oct 18 12:37:59 2016 (r424157) @@ -2,13 +2,17 @@ # $FreeBSD$ PORTNAME= msdl -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.7r2 CATEGORIES= multimedia -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-r/1} MAINTAINER= ashish@FreeBSD.org COMMENT= Streaming multimedia files downloader +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes PLIST_FILES= bin/msdl \ man/man1/msdl.1.gz Modified: head/multimedia/msdl/distinfo ============================================================================== --- head/multimedia/msdl/distinfo Tue Oct 18 11:20:01 2016 (r424156) +++ head/multimedia/msdl/distinfo Tue Oct 18 12:37:59 2016 (r424157) @@ -1,2 +1,3 @@ -SHA256 (msdl-1.2.7.tar.gz) = 1f55fbbf6463472644bb2655c71843eabb2aa373393593ac40b5cf6ced783111 -SIZE (msdl-1.2.7.tar.gz) = 207032 +TIMESTAMP = 1476699380 +SHA256 (msdl-1.2.7-r2.tar.gz) = 0297e87bafcab885491b44f71476f5d5bfc648557e7d4ef36961d44dd430a3a1 +SIZE (msdl-1.2.7-r2.tar.gz) = 207456 Modified: head/multimedia/msdl/files/patch-src-url.h ============================================================================== --- head/multimedia/msdl/files/patch-src-url.h Tue Oct 18 11:20:01 2016 (r424156) +++ head/multimedia/msdl/files/patch-src-url.h Tue Oct 18 12:37:59 2016 (r424157) @@ -1,5 +1,5 @@ ---- src/url.h.orig 2008-08-29 15:51:58.000000000 +0400 -+++ src/url.h 2009-03-23 03:49:40.000000000 +0300 +--- src/url.h.orig 2008-08-29 15:51:58 UTC ++++ src/url.h @@ -60,7 +60,7 @@ struct url_t *new_url_t(const char *url); void free_url_t(struct url_t *u); From owner-svn-ports-all@freebsd.org Tue Oct 18 12:46:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACD3FC1531D; Tue, 18 Oct 2016 12:46:55 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-lf0-x244.google.com (mail-lf0-x244.google.com [IPv6:2a00:1450:4010:c07::244]) (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 2586DCFF; Tue, 18 Oct 2016 12:46:55 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-lf0-x244.google.com with SMTP id b75so32205730lfg.3; Tue, 18 Oct 2016 05:46:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=rEqqbY4SFKyo3YWJn8IkcM09tzrBIJnCKGVg+XtqMEk=; b=JO4afNab/T39odi8SPZYsp3vL0osI+JmvDJgaiibHZbo1WdmdEjpOzhs6LjqIyGZk6 xz9e9CvIGk5oSOePgFTAxelAZ93jwxs9Zq5QnzEUoqwTH4z6zZGVohabw67dcPYDpMfw 9ebHzM+ZznnDEfngE2B5f9NpxUUt4av2Rw4tShILNsdy9uOIeZ04odwCl55TB6W8/JKL edPTaKTOo47O8g1+SrYyQeALvBUX9c2uEFfNWvAX8XpwjrAmC2WYP0BI6L2GWft0f5CW Yy/YWpcfqfWzbdu/zqPGt7bJG/0wpepMrM59YCEth2JGduLE9swqDHmQGvouQgMxE6Qo CXQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=rEqqbY4SFKyo3YWJn8IkcM09tzrBIJnCKGVg+XtqMEk=; b=bFe278ooEqkTCb0s2PjfADj1RX6F4YSIn1PN46ieD1DGC0+JQolip45l4+8whD2I6m qx8/axECrsu9XMZ0s8JGfNUxTLpWrLALbx8UvX9AD38Tb2hZGxmn2Q++k8SJ5MteWkOG tWrxquLuKHC48N/m+p83eHS/B+OTXH0nr4nyyy+zxCRr3yEHSEcYOMUZViq/VuaRLJMp dJTDsM391G42YLWGvBSz+pL3lBYgSDM9K3uiIg1J0+H/I1cw8sK1cL1griW+DCX97V11 P9Z079rWisdOepzr+XyMZUwAiUrjDaWpQVaHBYaK26YqpXL+PsMm+50GXsnA9pncGx7H lNdA== X-Gm-Message-State: AA6/9RkfLdFDEOz6n7G/RZqfnX6RVX+zWVIRjxln9kTjGF/7KjyHyxz+ovonmCFbDcaV3Q== X-Received: by 10.28.25.134 with SMTP id 128mr11006740wmz.99.1476793835184; Tue, 18 Oct 2016 05:30:35 -0700 (PDT) Received: from orwell.gmail.com (dhcp-077-248-147-050.chello.nl. [77.248.147.50]) by smtp.gmail.com with ESMTPSA id q8sm62298656wjj.7.2016.10.18.05.30.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 18 Oct 2016 05:30:17 -0700 (PDT) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Tijl Coosemans Cc: Mathieu Arnold , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org Subject: Re: svn commit: r424123 - in head/deskutils: py-spice-gtk spice-gtk spice-gtk/files References: <201610171515.u9HFF8pG092481@repo.freebsd.org> <1efd0c19-83cb-f7e9-f13a-61fac1b2c8e1@FreeBSD.org> <53c293a4-cc69-53dc-5311-54393b2f9249@marino.st> <704f4b45-1b73-4bcf-9ca2-cf25eaf605b7@FreeBSD.org> <74f966d4-3bdf-0e15-9c9f-a8a4fdaac6ec@marino.st> <5a37eec4-7703-d0d9-f82e-393e1dd6543a@FreeBSD.org> <8cca7750-291e-c7c9-72aa-f91d17373046@marino.st> <20161017193939.033c999c@kalimero.tijl.coosemans.org> <80ac5d38-8993-2ad7-c7ea-3bb8e1b8f589@FreeBSD.org> <20161017223946.6b18be6e@kalimero.tijl.coosemans.org> Date: Tue, 18 Oct 2016 14:29:43 +0200 In-Reply-To: <20161017223946.6b18be6e@kalimero.tijl.coosemans.org> (Tijl Coosemans's message of "Mon, 17 Oct 2016 22:39:46 +0200") Message-ID: <8660oprgaw.fsf@FreeBSD.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 12:46:55 -0000 (trimming the CC list a bit) Tijl Coosemans writes: > lib/pkgconfig is fine and allows us to remove hacks and patches from > thousands of ports. The cost of all the work needed to move the files > and the time spent on threads like this are not worth the benefit > because there is no benefit (that I can think of, maybe you can name > one?). I normally stay away from those infinite discussions in replies to commits, but IMO Tijl has a very good point here. Over the years I've probably wasted several hours myself petting dozens of ports to install their .pc files into libdata, and I really don't see a big benefit in that. What's the best way to continue discussing this and perhaps change our official policy? From owner-svn-ports-all@freebsd.org Tue Oct 18 13:01:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85058C15849; Tue, 18 Oct 2016 13:01:41 +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 42E2D7F0; Tue, 18 Oct 2016 13:01:41 +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 u9ID1eIw089338; Tue, 18 Oct 2016 13:01:40 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ID1dYA089330; Tue, 18 Oct 2016 13:01:39 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610181301.u9ID1dYA089330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 18 Oct 2016 13:01:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424158 - in head/lang: erlang erlang-java erlang-runtime19 erlang-wx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 13:01:41 -0000 Author: olgeni Date: Tue Oct 18 13:01:39 2016 New Revision: 424158 URL: https://svnweb.freebsd.org/changeset/ports/424158 Log: Update Erlang 19 ports to version 19.1.5. Modified: head/lang/erlang-java/Makefile head/lang/erlang-java/distinfo head/lang/erlang-runtime19/Makefile head/lang/erlang-runtime19/distinfo head/lang/erlang-wx/Makefile head/lang/erlang-wx/distinfo head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang-java/Makefile ============================================================================== --- head/lang/erlang-java/Makefile Tue Oct 18 12:37:59 2016 (r424157) +++ head/lang/erlang-java/Makefile Tue Oct 18 13:01:39 2016 (r424158) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.4 +PORTVERSION= 19.1.5 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -15,7 +15,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 \ - patch-otp-19.1.4 + patch-otp-19.1.4 patch-otp-19.1.5 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang interface for Java Modified: head/lang/erlang-java/distinfo ============================================================================== --- head/lang/erlang-java/distinfo Tue Oct 18 12:37:59 2016 (r424157) +++ head/lang/erlang-java/distinfo Tue Oct 18 13:01:39 2016 (r424158) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476436939 +TIMESTAMP = 1476793157 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_html_19.1.tar.gz) = 76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930 @@ -11,3 +11,5 @@ SHA256 (erlang/patch-otp-19.1.3) = 0808d SIZE (erlang/patch-otp-19.1.3) = 14746 SHA256 (erlang/patch-otp-19.1.4) = d922ffa4bcac9e7317060b46ee569ca6f9ddaa454661fc2201b43c8e4cebfaa4 SIZE (erlang/patch-otp-19.1.4) = 20204 +SHA256 (erlang/patch-otp-19.1.5) = 3112e79e49b183daeaf936c4e6db76952d9d0d51dd22b0dacdf51f15e6cbf202 +SIZE (erlang/patch-otp-19.1.5) = 7511 Modified: head/lang/erlang-runtime19/Makefile ============================================================================== --- head/lang/erlang-runtime19/Makefile Tue Oct 18 12:37:59 2016 (r424157) +++ head/lang/erlang-runtime19/Makefile Tue Oct 18 13:01:39 2016 (r424158) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.4 +PORTVERSION= 19.1.5 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 \ - patch-otp-19.1.4 + patch-otp-19.1.4 patch-otp-19.1.5 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -217,7 +217,7 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.5 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.6 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.0.2/* \ Modified: head/lang/erlang-runtime19/distinfo ============================================================================== --- head/lang/erlang-runtime19/distinfo Tue Oct 18 12:37:59 2016 (r424157) +++ head/lang/erlang-runtime19/distinfo Tue Oct 18 13:01:39 2016 (r424158) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476436948 +TIMESTAMP = 1476793175 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_man_19.1.tar.gz) = 7200e9e5b3a229a6b3838046e1b3e64afc869265539d49d0e4853212f19c0c79 @@ -13,3 +13,5 @@ SHA256 (erlang/patch-otp-19.1.3) = 0808d SIZE (erlang/patch-otp-19.1.3) = 14746 SHA256 (erlang/patch-otp-19.1.4) = d922ffa4bcac9e7317060b46ee569ca6f9ddaa454661fc2201b43c8e4cebfaa4 SIZE (erlang/patch-otp-19.1.4) = 20204 +SHA256 (erlang/patch-otp-19.1.5) = 3112e79e49b183daeaf936c4e6db76952d9d0d51dd22b0dacdf51f15e6cbf202 +SIZE (erlang/patch-otp-19.1.5) = 7511 Modified: head/lang/erlang-wx/Makefile ============================================================================== --- head/lang/erlang-wx/Makefile Tue Oct 18 12:37:59 2016 (r424157) +++ head/lang/erlang-wx/Makefile Tue Oct 18 13:01:39 2016 (r424158) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.4 +PORTVERSION= 19.1.5 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -15,7 +15,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 \ - patch-otp-19.1.4 + patch-otp-19.1.4 patch-otp-19.1.5 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang bindings for wxWindows Modified: head/lang/erlang-wx/distinfo ============================================================================== --- head/lang/erlang-wx/distinfo Tue Oct 18 12:37:59 2016 (r424157) +++ head/lang/erlang-wx/distinfo Tue Oct 18 13:01:39 2016 (r424158) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476436933 +TIMESTAMP = 1476793135 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_html_19.1.tar.gz) = 76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930 @@ -11,3 +11,5 @@ SHA256 (erlang/patch-otp-19.1.3) = 0808d SIZE (erlang/patch-otp-19.1.3) = 14746 SHA256 (erlang/patch-otp-19.1.4) = d922ffa4bcac9e7317060b46ee569ca6f9ddaa454661fc2201b43c8e4cebfaa4 SIZE (erlang/patch-otp-19.1.4) = 20204 +SHA256 (erlang/patch-otp-19.1.5) = 3112e79e49b183daeaf936c4e6db76952d9d0d51dd22b0dacdf51f15e6cbf202 +SIZE (erlang/patch-otp-19.1.5) = 7511 Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Tue Oct 18 12:37:59 2016 (r424157) +++ head/lang/erlang/Makefile Tue Oct 18 13:01:39 2016 (r424158) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.4 +PORTVERSION= 19.1.5 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -21,7 +21,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 \ - patch-otp-19.1.4 + patch-otp-19.1.4 patch-otp-19.1.5 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -241,7 +241,7 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.5 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.6 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.0.2/* \ Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Tue Oct 18 12:37:59 2016 (r424157) +++ head/lang/erlang/distinfo Tue Oct 18 13:01:39 2016 (r424158) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476436927 +TIMESTAMP = 1476793118 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_man_19.1.tar.gz) = 7200e9e5b3a229a6b3838046e1b3e64afc869265539d49d0e4853212f19c0c79 @@ -25,3 +25,5 @@ SHA256 (erlang/patch-otp-19.1.3) = 0808d SIZE (erlang/patch-otp-19.1.3) = 14746 SHA256 (erlang/patch-otp-19.1.4) = d922ffa4bcac9e7317060b46ee569ca6f9ddaa454661fc2201b43c8e4cebfaa4 SIZE (erlang/patch-otp-19.1.4) = 20204 +SHA256 (erlang/patch-otp-19.1.5) = 3112e79e49b183daeaf936c4e6db76952d9d0d51dd22b0dacdf51f15e6cbf202 +SIZE (erlang/patch-otp-19.1.5) = 7511 From owner-svn-ports-all@freebsd.org Tue Oct 18 13:14:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1AAFC15C93; Tue, 18 Oct 2016 13:14:42 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9795EE9D; Tue, 18 Oct 2016 13:14:42 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IDEfsM093902; Tue, 18 Oct 2016 13:14:41 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IDEfoH093900; Tue, 18 Oct 2016 13:14:41 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610181314.u9IDEfoH093900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 18 Oct 2016 13:14:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424159 - head/print/dymo-cups-drivers/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 13:14:43 -0000 Author: tijl Date: Tue Oct 18 13:14:41 2016 New Revision: 424159 URL: https://svnweb.freebsd.org/changeset/ports/424159 Log: Fix build with CUPS 2.2.x. Reported by: hselasky Added: head/print/dymo-cups-drivers/files/ head/print/dymo-cups-drivers/files/patch-src-common-CupsFilter.h (contents, props changed) head/print/dymo-cups-drivers/files/patch-src-lm-CupsFilterLabelManager.h (contents, props changed) head/print/dymo-cups-drivers/files/patch-src-lw-CupsFilterLabelWriter.h (contents, props changed) Added: head/print/dymo-cups-drivers/files/patch-src-common-CupsFilter.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/dymo-cups-drivers/files/patch-src-common-CupsFilter.h Tue Oct 18 13:14:41 2016 (r424159) @@ -0,0 +1,10 @@ +--- src/common/CupsFilter.h.orig 2012-02-07 13:22:37 UTC ++++ src/common/CupsFilter.h +@@ -22,6 +22,7 @@ + #define hfc4bbdea_8a1b_427c_9ab5_50b84576b19e + + #include ++#include + #include + #include + #include Added: head/print/dymo-cups-drivers/files/patch-src-lm-CupsFilterLabelManager.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/dymo-cups-drivers/files/patch-src-lm-CupsFilterLabelManager.h Tue Oct 18 13:14:41 2016 (r424159) @@ -0,0 +1,17 @@ +--- src/lm/CupsFilterLabelManager.h.orig 2012-02-07 13:22:38 UTC ++++ src/lm/CupsFilterLabelManager.h +@@ -22,6 +22,7 @@ + #define he780684b_6efc_428d_bfdb_c5422b1ed982 + + #include ++#include + #include + #include "LabelManagerDriver.h" + #include "LabelManagerLanguageMonitor.h" +@@ -50,4 +51,4 @@ public: + + /* + * End of "$Id: CupsFilterLabelManager.h 14880 2011-03-31 16:29:05Z aleksandr $". +- */ +\ No newline at end of file ++ */ Added: head/print/dymo-cups-drivers/files/patch-src-lw-CupsFilterLabelWriter.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/dymo-cups-drivers/files/patch-src-lw-CupsFilterLabelWriter.h Tue Oct 18 13:14:41 2016 (r424159) @@ -0,0 +1,10 @@ +--- src/lw/CupsFilterLabelWriter.h.orig 2012-02-07 13:22:37 UTC ++++ src/lw/CupsFilterLabelWriter.h +@@ -22,6 +22,7 @@ + #define hd8574b83_b264_47b2_8d33_a46ae75691d2 + + #include ++#include + #include + #include "LabelWriterDriver.h" + #include "LabelWriterLanguageMonitor.h" From owner-svn-ports-all@freebsd.org Tue Oct 18 13:23:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A779C16116; Tue, 18 Oct 2016 13:23:27 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C3039B8; Tue, 18 Oct 2016 13:23:27 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IDNQNs097757; Tue, 18 Oct 2016 13:23:26 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IDNQLY097755; Tue, 18 Oct 2016 13:23:26 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201610181323.u9IDNQLY097755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 18 Oct 2016 13:23:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424160 - head/net-im/pidgin-skypeweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 13:23:27 -0000 Author: robak Date: Tue Oct 18 13:23:26 2016 New Revision: 424160 URL: https://svnweb.freebsd.org/changeset/ports/424160 Log: net-im/pidgin-skypeweb: update 1.2.1 -> 1.2.2 PR: 213531 Submitted by: Andrey Akhmichin (maintainer) Modified: head/net-im/pidgin-skypeweb/Makefile head/net-im/pidgin-skypeweb/distinfo Modified: head/net-im/pidgin-skypeweb/Makefile ============================================================================== --- head/net-im/pidgin-skypeweb/Makefile Tue Oct 18 13:14:41 2016 (r424159) +++ head/net-im/pidgin-skypeweb/Makefile Tue Oct 18 13:23:26 2016 (r424160) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pidgin-skypeweb -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 PORTEPOCH= 1 CATEGORIES= net-im Modified: head/net-im/pidgin-skypeweb/distinfo ============================================================================== --- head/net-im/pidgin-skypeweb/distinfo Tue Oct 18 13:14:41 2016 (r424159) +++ head/net-im/pidgin-skypeweb/distinfo Tue Oct 18 13:23:26 2016 (r424160) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471006808 -SHA256 (EionRobb-skype4pidgin-1.2.1_GH0.tar.gz) = e058aa80f11eaa1da06f343983c28d2a7cd97e719f4496570e19fac20d8eef71 -SIZE (EionRobb-skype4pidgin-1.2.1_GH0.tar.gz) = 410556 +TIMESTAMP = 1476615579 +SHA256 (EionRobb-skype4pidgin-1.2.2_GH0.tar.gz) = 32efa6fc8aa7f50ea45dbb7a4b22f8c55744a12a311f34df0739a1e724635691 +SIZE (EionRobb-skype4pidgin-1.2.2_GH0.tar.gz) = 410637 From owner-svn-ports-all@freebsd.org Tue Oct 18 13:43:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3717FC16AEB; Tue, 18 Oct 2016 13:43:47 +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 02200B0C; Tue, 18 Oct 2016 13:43:46 +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 u9IDhk1x005727; Tue, 18 Oct 2016 13:43:46 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IDhjcX005725; Tue, 18 Oct 2016 13:43:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610181343.u9IDhjcX005725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 18 Oct 2016 13:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424161 - head/net/quagga X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 13:43:47 -0000 Author: pi Date: Tue Oct 18 13:43:45 2016 New Revision: 424161 URL: https://svnweb.freebsd.org/changeset/ports/424161 Log: net/quagga: Update 1.0.20160315 -> 1.0.20161017 - This release also includes 4 other fixes for undefined behaviour that may have security implications, for BGP, IS-IS and OSPFv3. PR: 213576 Changes: https://lists.quagga.net/pipermail/quagga-users/2016-October/014477.html Security: CVE-2016-4049 MFH: 2016Q4 Approved by: mat (maintainer) Modified: head/net/quagga/Makefile head/net/quagga/distinfo Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Tue Oct 18 13:23:26 2016 (r424160) +++ head/net/quagga/Makefile Tue Oct 18 13:43:45 2016 (r424161) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quagga -PORTVERSION= 1.0.20160315 +PORTVERSION= 1.0.20161017 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH @@ -18,7 +18,7 @@ CONFLICTS= openbgpd-[0-9]* openospfd-[0- GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-exampledir=${PREFIX}/share/examples/quagga INSTALL_TARGET= install-strip -USES= gmake libtool makeinfo perl5 readline compiler:c11 tar:xz autoreconf cpe +USES= gmake libtool makeinfo perl5 readline compiler:c11 autoreconf cpe USE_LDCONFIG= yes USE_PERL5= build Modified: head/net/quagga/distinfo ============================================================================== --- head/net/quagga/distinfo Tue Oct 18 13:23:26 2016 (r424160) +++ head/net/quagga/distinfo Tue Oct 18 13:43:45 2016 (r424161) @@ -1,2 +1,3 @@ -SHA256 (quagga-1.0.20160315.tar.xz) = d284af5dd875dbba90ab875d40db5d68fdc9ede17a76f2af525f85344be56767 -SIZE (quagga-1.0.20160315.tar.xz) = 1819488 +TIMESTAMP = 1476726152 +SHA256 (quagga-1.0.20161017.tar.gz) = 8f26724ddb7419f3912f80ce8f13689190289e0022cf09921d0a403fd7714918 +SIZE (quagga-1.0.20161017.tar.gz) = 2758494 From owner-svn-ports-all@freebsd.org Tue Oct 18 14:23:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1AA4C16CCD; Tue, 18 Oct 2016 14:23:53 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0168AEC; Tue, 18 Oct 2016 14:23:53 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IENqQZ020976; Tue, 18 Oct 2016 14:23:52 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IENpha020959; Tue, 18 Oct 2016 14:23:51 GMT (envelope-from db@FreeBSD.org) Message-Id: <201610181423.u9IENpha020959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Tue, 18 Oct 2016 14:23:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424162 - in head/sysutils: . u-boot-rpi3 u-boot-rpi3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 14:23:53 -0000 Author: db Date: Tue Oct 18 14:23:50 2016 New Revision: 424162 URL: https://svnweb.freebsd.org/changeset/ports/424162 Log: Initial u-boot port for the Raspberry Pi 3 Added: head/sysutils/u-boot-rpi3/ head/sysutils/u-boot-rpi3/Makefile (contents, props changed) head/sysutils/u-boot-rpi3/distinfo (contents, props changed) head/sysutils/u-boot-rpi3/files/ head/sysutils/u-boot-rpi3/files/patch-api_api.c (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-api_api__storage.c (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-common_cmd__elf.c (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-common_cmd__fdt.c (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-common_cmd__nvedit.c (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-common_cmd__test.c (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-drivers_mmc_mmc.c (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi-common.h (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-include_efi__api.h (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__console.c (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__disk.c (contents, props changed) head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__net.c (contents, props changed) head/sysutils/u-boot-rpi3/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Oct 18 13:43:45 2016 (r424161) +++ head/sysutils/Makefile Tue Oct 18 14:23:50 2016 (r424162) @@ -1130,6 +1130,7 @@ SUBDIR += u-boot-pine64 SUBDIR += u-boot-rpi SUBDIR += u-boot-rpi2 + SUBDIR += u-boot-rpi3 SUBDIR += u-boot-sinovoip-bpi-m3 SUBDIR += u-boot-utilite SUBDIR += u-boot-wandboard Added: head/sysutils/u-boot-rpi3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/Makefile Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,59 @@ +# $FreeBSD$ + +PORTNAME= u-boot +PORTVERSION= 2016.09 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ \ + LOCAL/db:bootfiles +PKGNAMESUFFIX= -rpi3 +DISTFILES= u-boot-${PORTVERSION}.tar.bz2 \ + rpi3-boot-files-2016.05.tar.bz2:bootfiles + +MAINTAINER= db@FreeBSD.org +COMMENT= Cross-build U-Boot loader for RPi3 + +LICENSE= GPLv2 + +BUILD_DEPENDS= aarch64-none-elf-gcc:devel/aarch64-none-elf-gcc + +NO_ARCH= yes + +WRKSRC= ${WRKDIR}/u-boot-${DISTVERSION} +USES= gmake tar:bzip2 +SSP_UNSAFE= yes # cross-LD does not support -fstack-protector + +WRK_BOOTFILES= ${WRKDIR}/rpi3-boot-files-2016.05 + +U_BOOT_DIR= share/u-boot/${PORTNAME}${PKGNAMESUFFIX} +PLIST_FILES= ${U_BOOT_DIR}/u-boot.bin \ + ${U_BOOT_DIR}/README \ + ${U_BOOT_DIR}/bootcode.bin \ + ${U_BOOT_DIR}/fixup.dat \ + ${U_BOOT_DIR}/fixup_cd.dat \ + ${U_BOOT_DIR}/fixup_db.dat \ + ${U_BOOT_DIR}/fixup_x.dat \ + ${U_BOOT_DIR}/start.elf \ + ${U_BOOT_DIR}/start_cd.elf \ + ${U_BOOT_DIR}/start_db.elf \ + ${U_BOOT_DIR}/start_x.elf \ + ${U_BOOT_DIR}/config.txt \ + ${U_BOOT_DIR}/LICENCE.broadcom +MAKE_ARGS+= ARCH=arm \ + CROSS_COMPILE=aarch64-none-elf- \ + CONFIG_EFI=y + +do-configure: + (cd ${WRKSRC}; ${GMAKE} rpi_3_defconfig) + +# The output of the u-boot build process is u-boot.bin. Older firmware +# versions require a standard header, but the recent versions (our case) +# are capable of booting u-boot.bin directly. Also copy the entire +# contents of the bootfiles distribution (these are proprietary binary +# files required to boot). +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${INSTALL_DATA} ${WRKSRC}/u-boot.bin ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/ + ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + ${INSTALL_DATA} ${WRK_BOOTFILES}/* ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + +.include Added: head/sysutils/u-boot-rpi3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/distinfo Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,5 @@ +TIMESTAMP = 1476719881 +SHA256 (u-boot-2016.09.tar.bz2) = 994e7b9e0e350d9f91f5892d5e5bff00d3714a4962f520f78a64a461ef950ba9 +SIZE (u-boot-2016.09.tar.bz2) = 11790685 +SHA256 (rpi3-boot-files-2016.05.tar.bz2) = 8d5a2e453c9140d989133bc7cd991456138f4eb6c9722cd9eee4af4c1722e216 +SIZE (rpi3-boot-files-2016.05.tar.bz2) = 6905733 Added: head/sysutils/u-boot-rpi3/files/patch-api_api.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-api_api.c Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,79 @@ +--- api/api.c.orig 2015-04-13 14:53:03 UTC ++++ api/api.c +@@ -495,45 +495,47 @@ static int API_env_set(va_list ap) + */ + static int API_env_enum(va_list ap) + { +- int i, n; +- char *last, **next; ++ int i; ++ char *last, **next, *s; ++ ENTRY *match, search; ++ static char *buf; + + last = (char *)va_arg(ap, u_int32_t); + + if ((next = (char **)va_arg(ap, u_int32_t)) == NULL) + return API_EINVAL; + +- if (last == NULL) +- /* start over */ +- *next = ((char *)env_get_addr(0)); +- else { +- *next = last; +- +- for (i = 0; env_get_char(i) != '\0'; i = n + 1) { +- for (n = i; env_get_char(n) != '\0'; ++n) { +- if (n >= CONFIG_ENV_SIZE) { +- /* XXX shouldn't we set *next = NULL?? */ +- return 0; +- } +- } +- +- if (envmatch((uchar *)last, i) < 0) +- continue; +- +- /* try to get next name */ +- i = n + 1; +- if (env_get_char(i) == '\0') { +- /* no more left */ +- *next = NULL; +- return 0; +- } +- +- *next = ((char *)env_get_addr(i)); +- return 0; ++ /* ++ * This leverages realloc's behavior of growing but never shrinking the ++ * existing buffer. ++ */ ++ if (last == NULL) { ++ i = 0; ++ buf = realloc(buf, 512); /* Start with reasonable size buf. */ ++ } else { ++ buf = realloc(buf, strlen(last) + 1); ++ strcpy(buf, last); ++ if ((s = strchr(buf, '=')) != NULL) ++ *s = 0; ++ search.key = buf; ++ if ((i = hsearch_r(search, FIND, &match, &env_htab, 0)) == 0) { ++ i = API_EINVAL; ++ goto done; + } + } + ++ /* hmatch on empty string is effectively "get next entry after i". */ ++ if ((i = hmatch_r("", i, &match, &env_htab)) == 0) ++ goto done; ++ buf = realloc(buf, strlen(match->key) + strlen(match->data) + 2); ++ snprintf(buf, buflen, "%s=%s", match->key, match->data); ++ *next = buf; + return 0; ++done: ++ free(buf); ++ buf = NULL; ++ *next = NULL; ++ return i; + } + + /* Added: head/sysutils/u-boot-rpi3/files/patch-api_api__storage.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-api_api__storage.c Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,28 @@ +--- api/api_storage.c.orig 2015-04-13 14:53:03 UTC ++++ api/api_storage.c +@@ -107,10 +107,13 @@ static int dev_stor_get(int type, int fi + + if (first) { + di->cookie = (void *)get_dev(specs[type].name, 0); +- if (di->cookie == NULL) ++ if (di->cookie == NULL) { + return 0; +- else ++ } else { + found = 1; ++ if (specs[type].max_dev > 1) ++ *more = 1; ++ } + + } else { + for (i = 0; i < specs[type].max_dev; i++) +@@ -146,7 +149,8 @@ static int dev_stor_get(int type, int fi + dd = (block_dev_desc_t *)di->cookie; + if (dd->type == DEV_TYPE_UNKNOWN) { + debugf("device instance exists, but is not active.."); +- found = 0; ++ di->di_stor.block_count = 0; ++ di->di_stor.block_size = 0; + } else { + di->di_stor.block_count = dd->lba; + di->di_stor.block_size = dd->blksz; Added: head/sysutils/u-boot-rpi3/files/patch-common_cmd__elf.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-common_cmd__elf.c Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,29 @@ +--- common/cmd_elf.c.orig 2015-04-13 14:53:03 UTC ++++ common/cmd_elf.c +@@ -35,22 +35,12 @@ static unsigned long do_bootelf_exec(ulo + unsigned long ret; + + /* +- * QNX images require the data cache is disabled. +- * Data cache is already flushed, so just turn it off. +- */ +- int dcache = dcache_status(); +- if (dcache) +- dcache_disable(); +- +- /* +- * pass address parameter as argv[0] (aka command name), +- * and all remaining args ++ * FreeBSD wants the caches enabled while ubldr runs, and as of r276397 ++ * the kernel can tolerate being entered with internal (but not external ++ * PL310) caches enabled on armv6/7 systems. So don't disable caches ++ * here, just launch the program directly. + */ + ret = entry(argc, argv); +- +- if (dcache) +- dcache_enable(); +- + return ret; + } + Added: head/sysutils/u-boot-rpi3/files/patch-common_cmd__fdt.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-common_cmd__fdt.c Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,11 @@ +--- common/cmd_fdt.c.orig 2015-04-13 14:53:03 UTC ++++ common/cmd_fdt.c +@@ -44,7 +44,7 @@ void set_working_fdt_addr(ulong addr) + + buf = map_sysmem(addr, 0); + working_fdt = buf; +- setenv_ulong("fdtaddr", addr); ++ setenv_hex("fdtaddr", addr); + } + + /* Added: head/sysutils/u-boot-rpi3/files/patch-common_cmd__nvedit.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-common_cmd__nvedit.c Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,11 @@ +--- common/cmd_nvedit.c.orig 2015-04-13 14:53:03 UTC ++++ common/cmd_nvedit.c +@@ -321,7 +321,7 @@ int setenv_hex(const char *varname, ulon + { + char str[17]; + +- sprintf(str, "%lx", value); ++ sprintf(str, "%#lx", value); + return setenv(varname, str); + } + Added: head/sysutils/u-boot-rpi3/files/patch-common_cmd__test.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-common_cmd__test.c Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,19 @@ +--- common/cmd_test.c.orig 2015-04-13 14:53:03 UTC ++++ common/cmd_test.c +@@ -65,9 +65,14 @@ static int do_test(cmd_tbl_t *cmdtp, int + char * const *ap; + int i, op, left, adv, expr, last_expr, last_unop, last_binop; + +- /* args? */ +- if (argc < 3) ++ /* ++ * If no args, that's bogus, return false. ++ * If op is -z and no other args, answer is Yes, string is empty. ++ */ ++ if (argc < 2) + return 1; ++ else if (argc == 2) ++ return !(strcmp(argv[1], "-z") == 0); + + #ifdef DEBUG + { Added: head/sysutils/u-boot-rpi3/files/patch-drivers_mmc_mmc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-drivers_mmc_mmc.c Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,80 @@ +--- drivers/mmc/mmc.c.orig 2015-04-13 14:53:03 UTC ++++ drivers/mmc/mmc.c +@@ -20,6 +20,7 @@ + + static struct list_head mmc_devices; + static int cur_dev_num = -1; ++static int mmc_error_print_max = -1; + + __weak int board_mmc_getwp(struct mmc *mmc) + { +@@ -1560,9 +1561,14 @@ void mmc_destroy(struct mmc *mmc) + block_dev_desc_t *mmc_get_dev(int dev) + { + struct mmc *mmc = find_mmc_device(dev); +- if (!mmc || mmc_init(mmc)) ++ if (!mmc) + return NULL; + ++ /* If mmc_init fails, mmc->block_dev will be of type ++ * DEV_TYPE_UNKNOWN with blksz and lba set to zero. ++ */ ++ mmc_init(mmc); ++ + return &mmc->block_dev; + } + #endif +@@ -1594,7 +1600,7 @@ int mmc_start_init(struct mmc *mmc) + err = mmc->cfg->ops->init(mmc); + + if (err) +- return err; ++ goto done; + + mmc->ddr_mode = 0; + mmc_set_bus_width(mmc, 1); +@@ -1604,7 +1610,7 @@ int mmc_start_init(struct mmc *mmc) + err = mmc_go_idle(mmc); + + if (err) +- return err; ++ goto done; + + /* The internal partition reset to user partition(0) at every CMD0*/ + mmc->part_num = 0; +@@ -1621,15 +1627,33 @@ int mmc_start_init(struct mmc *mmc) + + if (err && err != IN_PROGRESS) { + #if !defined(CONFIG_SPL_BUILD) || defined(CONFIG_SPL_LIBCOMMON_SUPPORT) +- printf("Card did not respond to voltage select!\n"); ++ if (mmc_error_print_max < 4) { ++ mmc_error_print_max++; ++ printf("Card did not respond to voltage select!\n"); ++ ++ if (mmc_error_print_max == 4) { ++ printf("Discarding further error messages\n"); ++ } ++ } + #endif +- return UNUSABLE_ERR; ++// return UNUSABLE_ERR; ++ goto done; + } + } + + if (err == IN_PROGRESS) + mmc->init_in_progress = 1; + ++done: ++ if (err) { ++ mmc->has_init = 0; ++ mmc->block_dev.type = DEV_TYPE_UNKNOWN; ++ mmc->block_dev.blksz = 0; ++ mmc->block_dev.lba = 0; ++ } else { ++ mmc->has_init = 1; ++ } ++ + return err; + } + Added: head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi-common.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi-common.h Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,66 @@ +--- include/configs/rpi-common.h.orig 2015-04-13 14:53:03 UTC ++++ include/configs/rpi-common.h +@@ -183,4 +183,63 @@ + + #define CONFIG_BOOTDELAY 2 + ++/***************************************************************************** ++ * FreeBSD customizations from here down. ++ ****************************************************************************/ ++ ++/* Add the API and ELF features needed for ubldr. */ ++#ifndef CONFIG_SPL_BUILD ++#define CONFIG_API ++#define CONFIG_CMD_ELF ++#define CONFIG_CMD_ENV_EXISTS ++#define CONFIG_EFI_PARTITION ++#endif ++ ++/* Turn off dcache. */ ++#ifndef CONFIG_SPL_BUILD ++#define CONFIG_SYS_DCACHE_OFF ++#define CONFIG_CMD_CACHE ++#endif ++ ++#ifndef CONFIG_SPL_BUILD ++#define CONFIG_SYS_MMC_MAX_DEVICE 1 ++#endif ++ ++/* Create a small(ish) boot environment for FreeBSD. */ ++#ifndef CONFIG_SPL_BUILD ++#undef CONFIG_EXTRA_ENV_SETTINGS ++#define CONFIG_EXTRA_ENV_SETTINGS \ ++ ENV_DEVICE_SETTINGS \ ++ "loadaddr=0x02000000\0" \ ++ "scriptaddr=0x00000000\0" \ ++ "pxefile_addr_r=0x00100000\0" \ ++ "kernel_addr_r=0x01000000\0" \ ++ "ramdisk_addr_r=0x02100000\0" \ ++ "Fatboot=" \ ++ "env exists loaderdev || env set loaderdev ${fatdev}; " \ ++ "env exists UserFatboot && run UserFatboot; " \ ++ "echo Booting from: ${fatdev} ${bootfile}; " \ ++ "fatload ${fatdev} ${loadaddr} ${bootfile} && bootelf ${loadaddr}; " \ ++ "\0" \ ++ "Netboot=" \ ++ "env exists ethact || usb start; " \ ++ "env exists loaderdev || env set loaderdev net; " \ ++ "env exists UserNetboot && run UserNetboot; " \ ++ "dhcp ${loadaddr} ${bootfile} && bootelf ${loadaddr}; " \ ++ "\0" \ ++ "preboot=" \ ++ "fdt addr 0x100; " \ ++ "env exists bootfile || env set bootfile ubldr; " \ ++ "env exists SetupFatdev && run SetupFatdev; " \ ++ "env exists UserPreboot && run UserPreboot; " \ ++ "\0" \ ++ "SetupFatdev=" \ ++ "env exists fatdev || env set fatdev 'mmc 0'; " \ ++ "\0" ++#undef CONFIG_BOOTCOMMAND ++#define CONFIG_BOOTCOMMAND "run Fatboot" ++#undef CONFIG_PREBOOT ++#define CONFIG_PREBOOT "run preboot" ++#endif ++ + #endif Added: head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,17 @@ +--- include/configs/rpi.h.orig 2016-09-12 14:05:51 UTC ++++ include/configs/rpi.h +@@ -108,11 +108,13 @@ + #endif + + /* Console UART */ ++/* + #ifdef CONFIG_BCM2837 + #define CONFIG_BCM283X_MU_SERIAL + #else ++*/ + #define CONFIG_PL01X_SERIAL +-#endif ++/* #endif */ + #define CONFIG_CONS_INDEX 0 + #define CONFIG_BAUDRATE 115200 + Added: head/sysutils/u-boot-rpi3/files/patch-include_efi__api.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-include_efi__api.h Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,21 @@ +--- include/efi_api.h.orig 2016-09-12 14:05:51 UTC ++++ include/efi_api.h +@@ -264,6 +264,18 @@ struct efi_device_path { + u16 length; + }; + ++struct efi_mac_addr { ++ u8 addr[32]; ++}; ++ ++#define DEVICE_PATH_TYPE_MESSAGING_DEVICE 0x03 ++struct efi_device_path_mac_addr { ++ struct efi_device_path dp; ++ struct efi_mac_addr mac; ++ u8 if_type; ++}; ++ ++# define DEVICE_PATH_SUB_TYPE_MSG_MAC_ADDR 0x0b + #define DEVICE_PATH_TYPE_MEDIA_DEVICE 0x04 + # define DEVICE_PATH_SUB_TYPE_FILE_PATH 0x04 + Added: head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__console.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__console.c Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,40 @@ +--- lib/efi_loader/efi_console.c.orig 2016-09-12 14:05:51 UTC ++++ lib/efi_loader/efi_console.c +@@ -9,9 +9,9 @@ + #include + #include + +-/* If we can't determine the console size, default to 80x24 */ ++/* If we can't determine the console size, default to 80x25 */ + static int console_columns = 80; +-static int console_rows = 24; ++static int console_rows = 25; + static bool console_size_queried; + + const efi_guid_t efi_guid_console_control = CONSOLE_CONTROL_GUID; +@@ -165,6 +165,8 @@ static efi_status_t EFIAPI efi_cout_quer + unsigned long mode_number, unsigned long *columns, + unsigned long *rows) + { ++ unsigned long current_mode; ++ + EFI_ENTRY("%p, %ld, %p, %p", this, mode_number, columns, rows); + + if (!console_size_queried) { +@@ -196,6 +198,16 @@ static efi_status_t EFIAPI efi_cout_quer + } + + out: ++ if (console_columns == 80 && console_rows == 25) ++ current_mode = 0; ++ else if (console_columns == 80 && console_rows == 50) ++ current_mode = 1; ++ else ++ current_mode = 2; ++ ++ if (mode_number != current_mode) ++ return EFI_EXIT(EFI_UNSUPPORTED); ++ + if (columns) + *columns = console_columns; + if (rows) Added: head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__disk.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__disk.c Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,126 @@ +--- lib/efi_loader/efi_disk.c.orig 2016-09-12 14:05:51 UTC ++++ lib/efi_loader/efi_disk.c +@@ -196,11 +196,13 @@ static void efi_disk_add_dev(const char + const char *if_typename, + const struct blk_desc *desc, + int dev_index, +- lbaint_t offset) ++ disk_partition_t *info, ++ int logical_partition) + { + struct efi_disk_obj *diskobj; + struct efi_device_path_file_path *dp; + int objlen = sizeof(*diskobj) + (sizeof(*dp) * 2); ++ static int mediaid = 0; + + /* Don't add empty devices */ + if (!desc->lba) +@@ -217,16 +219,28 @@ static void efi_disk_add_dev(const char + diskobj->ops = block_io_disk_template; + diskobj->ifname = if_typename; + diskobj->dev_index = dev_index; +- diskobj->offset = offset; ++ if (info) ++ diskobj->offset = info->start; ++ + diskobj->desc = desc; + + /* Fill in EFI IO Media info (for read/write callbacks) */ + diskobj->media.removable_media = desc->removable; + diskobj->media.media_present = 1; +- diskobj->media.block_size = desc->blksz; +- diskobj->media.io_align = desc->blksz; +- diskobj->media.last_block = desc->lba - offset; ++ diskobj->media.media_id = mediaid++; + diskobj->ops.media = &diskobj->media; ++ if (logical_partition) { ++ printf("Adding logical partition\n"); ++ diskobj->media.logical_partition = 1; ++ diskobj->media.block_size = info->blksz; ++ diskobj->media.io_align = info->blksz; ++ diskobj->media.last_block = info->size - 1; ++ } ++ else { ++ diskobj->media.block_size = desc->blksz; ++ diskobj->media.io_align = desc->blksz; ++ diskobj->media.last_block = desc->lba; ++ } + + /* Fill in device path */ + dp = (void*)&diskobj[1]; +@@ -261,8 +275,7 @@ static int efi_disk_create_eltorito(stru + while (!part_get_info(desc, part, &info)) { + snprintf(devname, sizeof(devname), "%s:%d", pdevname, + part); +- efi_disk_add_dev(devname, if_typename, desc, diskid, +- info.start); ++ efi_disk_add_dev(devname, if_typename, desc, diskid, 0, 0); + part++; + disks++; + } +@@ -271,6 +284,30 @@ static int efi_disk_create_eltorito(stru + return disks; + } + ++static int efi_disk_create_mbr(struct blk_desc *desc, ++ const struct blk_driver *cur_drvr, ++ int diskid) ++{ ++ int disks = 0; ++ char devname[32] = { 0 }; /* dp->str is u16[32] long */ ++ disk_partition_t info; ++ int part = 1; ++ ++ if (desc->part_type != PART_TYPE_DOS) ++ return 0; ++ ++ while (!part_get_info(desc, part, &info)) { ++ snprintf(devname, sizeof(devname), "%s%d:%d", cur_drvr->if_typename, ++ diskid, part); ++ ++ efi_disk_add_dev(devname, cur_drvr->if_typename, desc, diskid, &info, 1); ++ part++; ++ disks++; ++ } ++ ++ return disks; ++} ++ + /* + * U-Boot doesn't have a list of all online disk devices. So when running our + * EFI payload, we scan through all of the potentially available ones and +@@ -295,13 +332,14 @@ int efi_disk_register(void) + const char *if_typename = dev->driver->name; + + printf("Scanning disk %s...\n", dev->name); +- efi_disk_add_dev(dev->name, if_typename, desc, desc->devnum, 0); ++ efi_disk_add_dev(dev->name, if_typename, desc, desc->devnum, NULL, 0); + disks++; + + /* + * El Torito images show up as block devices in an EFI world, + * so let's create them here + */ ++ disks += efi_disk_create_mbr(desc, dev, desc->devnum); + disks += efi_disk_create_eltorito(desc, if_typename, + desc->devnum, dev->name); + } +@@ -331,15 +369,17 @@ int efi_disk_register(void) + + snprintf(devname, sizeof(devname), "%s%d", + if_typename, i); +- efi_disk_add_dev(devname, if_typename, desc, i, 0); ++ efi_disk_add_dev(devname, if_typename, desc, i, 0, 0); + disks++; + + /* + * El Torito images show up as block devices + * in an EFI world, so let's create them here + */ ++ disks += efi_disk_create_mbr(desc, cur_drvr, i); + disks += efi_disk_create_eltorito(desc, if_typename, + i, devname); ++ + } + } + #endif Added: head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__net.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/files/patch-lib_efi__loader_efi__net.c Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,48 @@ +--- lib/efi_loader/efi_net.c.orig 2016-09-12 14:05:51 UTC ++++ lib/efi_loader/efi_net.c +@@ -27,7 +27,8 @@ struct efi_net_obj { + struct efi_simple_network net; + struct efi_simple_network_mode net_mode; + /* Device path to the network adapter */ +- struct efi_device_path_file_path dp[2]; ++ struct efi_device_path_mac_addr dp_mac; ++ struct efi_device_path_file_path dp_end; + /* PXE struct to transmit dhcp data */ + struct efi_pxe pxe; + struct efi_pxe_mode pxe_mode; +@@ -198,7 +199,7 @@ static efi_status_t efi_net_open_dp(void + struct efi_simple_network *net = handle; + struct efi_net_obj *netobj = container_of(net, struct efi_net_obj, net); + +- *protocol_interface = netobj->dp; ++ *protocol_interface = &netobj->dp_mac; + + return EFI_SUCCESS; + } +@@ -229,11 +230,10 @@ void efi_net_set_dhcp_ack(void *pkt, int + int efi_net_register(void **handle) + { + struct efi_net_obj *netobj; +- struct efi_device_path_file_path dp_net = { +- .dp.type = DEVICE_PATH_TYPE_MEDIA_DEVICE, +- .dp.sub_type = DEVICE_PATH_SUB_TYPE_FILE_PATH, ++ struct efi_device_path_mac_addr dp_net = { ++ .dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE, ++ .dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_MAC_ADDR, + .dp.length = sizeof(dp_net), +- .str = { 'N', 'e', 't' }, + }; + struct efi_device_path_file_path dp_end = { + .dp.type = DEVICE_PATH_TYPE_END, +@@ -272,8 +272,9 @@ int efi_net_register(void **handle) + netobj->net.receive = efi_net_receive; + netobj->net.mode = &netobj->net_mode; + netobj->net_mode.state = EFI_NETWORK_STARTED; +- netobj->dp[0] = dp_net; +- netobj->dp[1] = dp_end; ++ netobj->dp_mac = dp_net; ++ netobj->dp_end = dp_end; ++ memcpy(netobj->dp_mac.mac.addr, eth_get_ethaddr(), 6); + memcpy(netobj->net_mode.current_address.mac_addr, eth_get_ethaddr(), 6); + netobj->net_mode.max_packet_size = PKTSIZE; + Added: head/sysutils/u-boot-rpi3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-rpi3/pkg-descr Tue Oct 18 14:23:50 2016 (r424162) @@ -0,0 +1,3 @@ +U-Boot loader and related files for the RPi3 + +For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot From owner-svn-ports-all@freebsd.org Tue Oct 18 14:46:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BAACC1775F; Tue, 18 Oct 2016 14:46:12 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B415D8C; Tue, 18 Oct 2016 14:46:12 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IEkB2L029045; Tue, 18 Oct 2016 14:46:11 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IEkBWO029043; Tue, 18 Oct 2016 14:46:11 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610181446.u9IEkBWO029043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 18 Oct 2016 14:46:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424163 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 14:46:12 -0000 Author: tz Date: Tue Oct 18 14:46:11 2016 New Revision: 424163 URL: https://svnweb.freebsd.org/changeset/ports/424163 Log: Fix wrong range of vulnerable Rails 4 versions Approved by: pi (mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 18 14:23:50 2016 (r424162) +++ head/security/vuxml/vuln.xml Tue Oct 18 14:46:11 2016 (r424163) @@ -63,8 +63,7 @@ Notes: rubygem-actionview - 4.2.7.1 - 3.0.0 + 3.0.04.2.7.1 @@ -93,8 +92,7 @@ CVE-2016-6316.

rubygem-activerecord4 - 4.2.7.1 - 4.2.0 + 4.2.04.2.7.1 From owner-svn-ports-all@freebsd.org Tue Oct 18 15:00:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B3CCC17D9E; Tue, 18 Oct 2016 15:00:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27664A3A; Tue, 18 Oct 2016 15:00:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IF0m8a033682; Tue, 18 Oct 2016 15:00:48 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IF0mYG033681; Tue, 18 Oct 2016 15:00:48 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610181500.u9IF0mYG033681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 18 Oct 2016 15:00:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424164 - head/graphics/seejpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 15:00:49 -0000 Author: mat Date: Tue Oct 18 15:00:48 2016 New Revision: 424164 URL: https://svnweb.freebsd.org/changeset/ports/424164 Log: Remove this post-patch target, the -O3 line is commented out by the patch. Sponsored by: Absolight Modified: head/graphics/seejpeg/Makefile (contents, props changed) Modified: head/graphics/seejpeg/Makefile ============================================================================== --- head/graphics/seejpeg/Makefile Tue Oct 18 14:46:11 2016 (r424163) +++ head/graphics/seejpeg/Makefile Tue Oct 18 15:00:48 2016 (r424164) @@ -22,8 +22,4 @@ PLIST_FILES= bin/seejpeg man/man1/seejpe post-extract: ${CHMOD} 0644 ${WRKSRC}/Makefile -post-patch: - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev - ${SED} "s|-O3|${CFLAGS}|g" ${WRKSRC}/Makefile.prev > ${WRKSRC}/Makefile - .include From owner-svn-ports-all@freebsd.org Tue Oct 18 15:01:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C369C17DCA; Tue, 18 Oct 2016 15:01:23 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9D72C6A; Tue, 18 Oct 2016 15:01:22 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IF1LGp033872; Tue, 18 Oct 2016 15:01:21 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IF1LkV033868; Tue, 18 Oct 2016 15:01:21 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610181501.u9IF1LkV033868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 18 Oct 2016 15:01:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424165 - in head/devel: . py-pika-pool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 15:01:23 -0000 Author: novel Date: Tue Oct 18 15:01:21 2016 New Revision: 424165 URL: https://svnweb.freebsd.org/changeset/ports/424165 Log: Add py-pika-pool 0.1.3, pika connection pooling. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-pika-pool/ head/devel/py-pika-pool/Makefile (contents, props changed) head/devel/py-pika-pool/distinfo (contents, props changed) head/devel/py-pika-pool/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 18 15:00:48 2016 (r424164) +++ head/devel/Makefile Tue Oct 18 15:01:21 2016 (r424165) @@ -4335,6 +4335,7 @@ SUBDIR += py-phply SUBDIR += py-phpserialize SUBDIR += py-pika + SUBDIR += py-pika-pool SUBDIR += py-pinocchio SUBDIR += py-pip SUBDIR += py-pkgconfig Added: head/devel/py-pika-pool/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pika-pool/Makefile Tue Oct 18 15:01:21 2016 (r424165) @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= pika-pool +PORTVERSION= 0.1.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Pika connection pooling + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pika>=0.9.0:devel/py-pika + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-pika-pool/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pika-pool/distinfo Tue Oct 18 15:01:21 2016 (r424165) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297425 +SHA256 (pika-pool-0.1.3.tar.gz) = f3985888cc2788cdbd293a68a8b5702a9c955db6f7b8b551aeac91e7f32da397 +SIZE (pika-pool-0.1.3.tar.gz) = 4722 Added: head/devel/py-pika-pool/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pika-pool/pkg-descr Tue Oct 18 15:01:21 2016 (r424165) @@ -0,0 +1,3 @@ +Pools for pikas. Pika connection pooling library. + +WWW: https://github.com/bninja/pika-pool From owner-svn-ports-all@freebsd.org Tue Oct 18 15:01:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5680C17DE8; Tue, 18 Oct 2016 15:01:26 +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 82776C7F; Tue, 18 Oct 2016 15:01:26 +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 u9IF1PNr034027; Tue, 18 Oct 2016 15:01:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IF1P5o034025; Tue, 18 Oct 2016 15:01:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610181501.u9IF1P5o034025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 18 Oct 2016 15:01:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424166 - in head/games/tetzle: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 15:01:26 -0000 Author: amdmi3 Date: Tue Oct 18 15:01:25 2016 New Revision: 424166 URL: https://svnweb.freebsd.org/changeset/ports/424166 Log: - Update to 2.1.0 Deleted: head/games/tetzle/files/ Modified: head/games/tetzle/Makefile head/games/tetzle/distinfo head/games/tetzle/pkg-plist Modified: head/games/tetzle/Makefile ============================================================================== --- head/games/tetzle/Makefile Tue Oct 18 15:01:21 2016 (r424165) +++ head/games/tetzle/Makefile Tue Oct 18 15:01:25 2016 (r424166) @@ -2,23 +2,23 @@ # $FreeBSD$ PORTNAME= tetzle -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= games MASTER_SITES= http://gottcode.org/tetzle/ \ http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + MAINTAINER= amdmi3@FreeBSD.org COMMENT= Jigsaw puzzle with tetrominoes USES= tar:bzip2 qmake desktop-file-utils -USE_QT4= corelib gui moc_build opengl rcc_build xml +USE_QT5= core gui widgets buildtools_build linguisttools_build +USE_GL= gl INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -post-install: - ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - .include Modified: head/games/tetzle/distinfo ============================================================================== --- head/games/tetzle/distinfo Tue Oct 18 15:01:21 2016 (r424165) +++ head/games/tetzle/distinfo Tue Oct 18 15:01:25 2016 (r424166) @@ -1,2 +1,3 @@ -SHA256 (tetzle-2.0.3-src.tar.bz2) = 6c29ea61501dcc0149ece879217df5710d1169bfae940a667af2a19605415b51 -SIZE (tetzle-2.0.3-src.tar.bz2) = 641065 +TIMESTAMP = 1476796356 +SHA256 (tetzle-2.1.0-src.tar.bz2) = d31fcdbdaf060d0a4a6b239dd260332301f8a950d173fe742afeab44c0ffa313 +SIZE (tetzle-2.1.0-src.tar.bz2) = 1246670 Modified: head/games/tetzle/pkg-plist ============================================================================== --- head/games/tetzle/pkg-plist Tue Oct 18 15:01:21 2016 (r424165) +++ head/games/tetzle/pkg-plist Tue Oct 18 15:01:25 2016 (r424166) @@ -1,21 +1,32 @@ bin/tetzle +share/appdata/tetzle.appdata.xml share/applications/tetzle.desktop +share/icons/hicolor/1024x1024/apps/tetzle.png share/icons/hicolor/128x128/apps/tetzle.png share/icons/hicolor/16x16/apps/tetzle.png share/icons/hicolor/22x22/apps/tetzle.png +share/icons/hicolor/24x24/apps/tetzle.png +share/icons/hicolor/256x256/apps/tetzle.png share/icons/hicolor/32x32/apps/tetzle.png share/icons/hicolor/48x48/apps/tetzle.png +share/icons/hicolor/512x512/apps/tetzle.png share/icons/hicolor/64x64/apps/tetzle.png +share/icons/hicolor/scalable/apps/tetzle.svg +share/man/man6/tetzle.6 share/pixmaps/tetzle.xpm %%DATADIR%%/translations/tetzle_cs.qm %%DATADIR%%/translations/tetzle_de.qm %%DATADIR%%/translations/tetzle_en.qm %%DATADIR%%/translations/tetzle_eo.qm +%%DATADIR%%/translations/tetzle_es.qm %%DATADIR%%/translations/tetzle_fr.qm %%DATADIR%%/translations/tetzle_he.qm +%%DATADIR%%/translations/tetzle_lt.qm %%DATADIR%%/translations/tetzle_lv.qm %%DATADIR%%/translations/tetzle_ms.qm +%%DATADIR%%/translations/tetzle_nl.qm %%DATADIR%%/translations/tetzle_pl.qm +%%DATADIR%%/translations/tetzle_pt_BR.qm %%DATADIR%%/translations/tetzle_ro.qm %%DATADIR%%/translations/tetzle_ru.qm %%DATADIR%%/translations/tetzle_tr.qm From owner-svn-ports-all@freebsd.org Tue Oct 18 15:01:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45B05C17E22; Tue, 18 Oct 2016 15:01:47 +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 F1F86E6F; Tue, 18 Oct 2016 15:01:46 +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 u9IF1kgR036181; Tue, 18 Oct 2016 15:01:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IF1jCM036178; Tue, 18 Oct 2016 15:01:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610181501.u9IF1jCM036178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 18 Oct 2016 15:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424167 - head/textproc/uncrustify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 15:01:47 -0000 Author: amdmi3 Date: Tue Oct 18 15:01:45 2016 New Revision: 424167 URL: https://svnweb.freebsd.org/changeset/ports/424167 Log: - Update to 0.64 Added: head/textproc/uncrustify/pkg-plist (contents, props changed) Modified: head/textproc/uncrustify/Makefile head/textproc/uncrustify/distinfo Modified: head/textproc/uncrustify/Makefile ============================================================================== --- head/textproc/uncrustify/Makefile Tue Oct 18 15:01:25 2016 (r424166) +++ head/textproc/uncrustify/Makefile Tue Oct 18 15:01:45 2016 (r424167) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uncrustify -PORTVERSION= 0.63 +PORTVERSION= 0.64 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,16 +12,19 @@ COMMENT= Highly configurable source code LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes -USES= gmake -TEST_TARGET= check +NO_WRKSUBDIR= yes +USES= cmake:outsource +CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man +TEST_TARGET= test -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz -PORTDATA= * PORTDOCS= * OPTIONS_DEFINE= DOCS +post-install: + @${MKDIR} ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${WRKSRC}/etc/*.cfg ${STAGEDIR}${ETCDIR} + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}/ Modified: head/textproc/uncrustify/distinfo ============================================================================== --- head/textproc/uncrustify/distinfo Tue Oct 18 15:01:25 2016 (r424166) +++ head/textproc/uncrustify/distinfo Tue Oct 18 15:01:45 2016 (r424167) @@ -1,2 +1,3 @@ -SHA256 (uncrustify-0.63.tar.gz) = dffbb1341a8d208e0c76b65209750e34e75b29c5a0e9a5d5a943df58bfdc2ae3 -SIZE (uncrustify-0.63.tar.gz) = 1174476 +TIMESTAMP = 1476796552 +SHA256 (uncrustify-0.64.tar.gz) = 0fca05fe8bac2cd80bf3ed77378c82ffe365f37a3f80b8e0ca2dbb3c6e25f3d7 +SIZE (uncrustify-0.64.tar.gz) = 1178137 Added: head/textproc/uncrustify/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/uncrustify/pkg-plist Tue Oct 18 15:01:45 2016 (r424167) @@ -0,0 +1,17 @@ +bin/uncrustify +%%ETCDIR%%/amxmodx.cfg +%%ETCDIR%%/ben.cfg +%%ETCDIR%%/ben2.cfg +%%ETCDIR%%/d.cfg +%%ETCDIR%%/defaults.cfg +%%ETCDIR%%/freebsd.cfg +%%ETCDIR%%/gnu-indent.cfg +%%ETCDIR%%/klaus.cfg +%%ETCDIR%%/kr-indent.cfg +%%ETCDIR%%/linux-indent.cfg +%%ETCDIR%%/linux.cfg +%%ETCDIR%%/mono.cfg +%%ETCDIR%%/objc.cfg +%%ETCDIR%%/sun.cfg +%%ETCDIR%%/xsupplicant.cfg +man/man1/uncrustify.1.gz From owner-svn-ports-all@freebsd.org Tue Oct 18 15:02:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9CFFC17E78; Tue, 18 Oct 2016 15:02:07 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DB00FB5; Tue, 18 Oct 2016 15:02:07 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IF26Ls036363; Tue, 18 Oct 2016 15:02:06 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IF264c036359; Tue, 18 Oct 2016 15:02:06 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610181502.u9IF264c036359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 18 Oct 2016 15:02:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424168 - in head/devel: . py-cachetools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 15:02:08 -0000 Author: novel Date: Tue Oct 18 15:02:06 2016 New Revision: 424168 URL: https://svnweb.freebsd.org/changeset/ports/424168 Log: Add py-cachetools 2.0.0, extensible memoizing collections and decorators. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-cachetools/ head/devel/py-cachetools/Makefile (contents, props changed) head/devel/py-cachetools/distinfo (contents, props changed) head/devel/py-cachetools/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 18 15:01:45 2016 (r424167) +++ head/devel/Makefile Tue Oct 18 15:02:06 2016 (r424168) @@ -4039,6 +4039,7 @@ SUBDIR += py-bluelet SUBDIR += py-boto SUBDIR += py-botocore + SUBDIR += py-cachetools SUBDIR += py-calendar SUBDIR += py-canonicaljson SUBDIR += py-capstone Added: head/devel/py-cachetools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cachetools/Makefile Tue Oct 18 15:02:06 2016 (r424168) @@ -0,0 +1,18 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= cachetools +PORTVERSION= 2.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Extensible memoizing collections and decorators + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-cachetools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cachetools/distinfo Tue Oct 18 15:02:06 2016 (r424168) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297386 +SHA256 (cachetools-2.0.0.tar.gz) = 715a7202240dc20dbe83abdb2d804d543e2d4f07af146f53c82166bd75f3a628 +SIZE (cachetools-2.0.0.tar.gz) = 18592 Added: head/devel/py-cachetools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cachetools/pkg-descr Tue Oct 18 15:02:06 2016 (r424168) @@ -0,0 +1,3 @@ +This module provides various memoizing collections and decorators. + +WWW: https://github.com/tkem/cachetools From owner-svn-ports-all@freebsd.org Tue Oct 18 15:02:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A698DC17EF7; Tue, 18 Oct 2016 15:02:41 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E6851AB; Tue, 18 Oct 2016 15:02:41 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IF2e6M037233; Tue, 18 Oct 2016 15:02:40 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IF2eaf037229; Tue, 18 Oct 2016 15:02:40 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610181502.u9IF2eaf037229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 18 Oct 2016 15:02:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424169 - in head/devel: . py-oslo.context X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 15:02:41 -0000 Author: novel Date: Tue Oct 18 15:02:39 2016 New Revision: 424169 URL: https://svnweb.freebsd.org/changeset/ports/424169 Log: Add py-oslo.context 2.9.0, oslo Context library. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-oslo.context/ head/devel/py-oslo.context/Makefile (contents, props changed) head/devel/py-oslo.context/distinfo (contents, props changed) head/devel/py-oslo.context/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 18 15:02:06 2016 (r424168) +++ head/devel/Makefile Tue Oct 18 15:02:39 2016 (r424169) @@ -4316,6 +4316,7 @@ SUBDIR += py-os-client-config SUBDIR += py-osc-lib SUBDIR += py-oslo.config + SUBDIR += py-oslo.context SUBDIR += py-oslo.i18n SUBDIR += py-oslo.serialization SUBDIR += py-oslo.utils Added: head/devel/py-oslo.context/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.context/Makefile Tue Oct 18 15:02:39 2016 (r424169) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.context +PORTVERSION= 2.9.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo Context library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}positional>=1.0.1:devel/py-positional + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-oslo.context/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.context/distinfo Tue Oct 18 15:02:39 2016 (r424169) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297256 +SHA256 (oslo.context-2.9.0.tar.gz) = 2682d59ebea3c61421bba98cd3f36dcef5416ad771b220856f14fb528ef81b39 +SIZE (oslo.context-2.9.0.tar.gz) = 23049 Added: head/devel/py-oslo.context/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.context/pkg-descr Tue Oct 18 15:02:39 2016 (r424169) @@ -0,0 +1,5 @@ +The Oslo context library has helpers to maintain useful information about a +request context. The request context is usually populated in the WSGI pipeline +and used by various modules such as logging. + +WWW: https://pypi.python.org/pypi/oslo.context From owner-svn-ports-all@freebsd.org Tue Oct 18 15:27:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7F58C1768F; Tue, 18 Oct 2016 15:27:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B856C641; Tue, 18 Oct 2016 15:27:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IFRPue045248; Tue, 18 Oct 2016 15:27:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IFRPSZ045247; Tue, 18 Oct 2016 15:27:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610181527.u9IFRPSZ045247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 18 Oct 2016 15:27:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424170 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 15:27:27 -0000 Author: mat Date: Tue Oct 18 15:27:25 2016 New Revision: 424170 URL: https://svnweb.freebsd.org/changeset/ports/424170 Log: Make make clean be recursive again. PR: 213188 Submitted by: tijl Exp-run by: antoine Sponsored by: Absolight Modified: head/Mk/Scripts/depends-list.sh (contents, props changed) Modified: head/Mk/Scripts/depends-list.sh ============================================================================== --- head/Mk/Scripts/depends-list.sh Tue Oct 18 15:02:39 2016 (r424169) +++ head/Mk/Scripts/depends-list.sh Tue Oct 18 15:27:25 2016 (r424170) @@ -21,6 +21,8 @@ while getopts "mrw" FLAG; do w) # Only list dependencies that have a WRKDIR. Used for # 'make clean-depends'. + # Without -r recurse when WRKDIR exists; with -r + # always recurse. requires_wrkdir=1 ;; *) @@ -80,13 +82,10 @@ check_dep() { # Grab any needed vars from the port. - if [ ${requires_wrkdir} -eq 1 -a ${recursive} -eq 1 ]; then + if [ ${requires_wrkdir} -eq 1 ]; then set -- $(${dp_MAKE} -C ${d} -VWRKDIR -V_UNIFIED_DEPENDS) wrkdir="$1" shift - elif [ ${requires_wrkdir} -eq 1 -a ${recursive} -eq 0 ]; then - set -- "$(${dp_MAKE} -C ${d} -VWRKDIR)" - wrkdir="$1" elif [ ${recursive} -eq 1 ]; then set -- $(${dp_MAKE} -C ${d} -V_UNIFIED_DEPENDS) fi @@ -97,7 +96,7 @@ check_dep() { show_dep=0 fi [ ${show_dep} -eq 1 ] && echo ${d} - if [ ${recursive} -eq 1 ]; then + if [ ${recursive} -eq 1 -o ${requires_wrkdir} -eq 1 -a ${show_dep} -eq 1 ]; then check_dep $@ fi done From owner-svn-ports-all@freebsd.org Tue Oct 18 15:58:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1944DC16202; Tue, 18 Oct 2016 15:58:15 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCE3DD71; Tue, 18 Oct 2016 15:58:14 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IFwDBN056899; Tue, 18 Oct 2016 15:58:13 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IFwD2N056898; Tue, 18 Oct 2016 15:58:13 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610181558.u9IFwD2N056898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 18 Oct 2016 15:58:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424171 - head/net/belle-sip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 15:58:15 -0000 Author: tijl Date: Tue Oct 18 15:58:13 2016 New Revision: 424171 URL: https://svnweb.freebsd.org/changeset/ports/424171 Log: Add USES=pkgconfig to fix build. PR: 213592 Submitted by: Piotr Kubaj Modified: head/net/belle-sip/Makefile Modified: head/net/belle-sip/Makefile ============================================================================== --- head/net/belle-sip/Makefile Tue Oct 18 15:27:25 2016 (r424170) +++ head/net/belle-sip/Makefile Tue Oct 18 15:58:13 2016 (r424171) @@ -24,7 +24,7 @@ LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-strict --disable-tests \ --with-antlr=${LOCALBASE} INSTALL_TARGET= install-strip -USES= compiler:c11 gmake libtool pathfix +USES= compiler:c11 gmake libtool pathfix pkgconfig USE_JAVA= yes JAVA_BUILD= jre JAVA_VERSION= 1.6+ From owner-svn-ports-all@freebsd.org Tue Oct 18 16:03:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DE20C16436; Tue, 18 Oct 2016 16:03:31 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BDE51E9; Tue, 18 Oct 2016 16:03:31 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IG3UbD060501; Tue, 18 Oct 2016 16:03:30 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IG3UcO060500; Tue, 18 Oct 2016 16:03:30 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610181603.u9IG3UcO060500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 18 Oct 2016 16:03:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424172 - head/devel/libosmo-abis/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 16:03:31 -0000 Author: tijl Date: Tue Oct 18 16:03:30 2016 New Revision: 424172 URL: https://svnweb.freebsd.org/changeset/ports/424172 Log: Fix build with oRTP 0.27.0. Added: head/devel/libosmo-abis/files/ head/devel/libosmo-abis/files/patch-src-trau-osmo_ortp.c (contents, props changed) Added: head/devel/libosmo-abis/files/patch-src-trau-osmo_ortp.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libosmo-abis/files/patch-src-trau-osmo_ortp.c Tue Oct 18 16:03:30 2016 (r424172) @@ -0,0 +1,41 @@ +--- src/trau/osmo_ortp.c.orig 2015-09-21 08:55:12 UTC ++++ src/trau/osmo_ortp.c +@@ -93,7 +93,7 @@ static int ortp_to_osmo_lvl(OrtpLogLevel + return LOGL_ERROR; + } + +-static void my_ortp_logfn(OrtpLogLevel lev, const char *fmt, ++static void my_ortp_logfn(const char *domain, OrtpLogLevel lev, const char *fmt, + va_list args) + { + osmo_vlogp(DLMIB, ortp_to_osmo_lvl(lev), __FILE__, 0, +@@ -267,7 +267,7 @@ void osmo_rtp_init(void *ctx) + tall_rtp_ctx = ctx; + ortp_set_memory_functions(&osmo_ortp_memfn); + ortp_init(); +- ortp_set_log_level_mask(0xffff); ++ ortp_set_log_level_mask(NULL, 0xffff); + ortp_set_log_handler(my_ortp_logfn); + create_payload_types(); + } +@@ -326,16 +326,16 @@ struct osmo_rtp_socket *osmo_rtp_socket_ + + rtp_session_signal_connect(rs->sess, "ssrc_changed", + (RtpCallback) ortp_sig_cb_ssrc, +- (unsigned long) rs); ++ rs); + rtp_session_signal_connect(rs->sess, "payload_type_changed", + (RtpCallback) ortp_sig_cb_pt, +- (unsigned long) rs); ++ rs); + rtp_session_signal_connect(rs->sess, "network_error", + (RtpCallback) ortp_sig_cb_net, +- (unsigned long) rs); ++ rs); + rtp_session_signal_connect(rs->sess, "timestamp_jump", + (RtpCallback) ortp_sig_cb_ts, +- (unsigned long) rs); ++ rs); + + /* initialize according to the RFC */ + rtp_session_set_seq_number(rs->sess, random()); From owner-svn-ports-all@freebsd.org Tue Oct 18 16:05:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 948B4C165B1; Tue, 18 Oct 2016 16:05:21 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64085691; Tue, 18 Oct 2016 16:05:21 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IG5KqM060667; Tue, 18 Oct 2016 16:05:20 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IG5KZU060666; Tue, 18 Oct 2016 16:05:20 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201610181605.u9IG5KZU060666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Tue, 18 Oct 2016 16:05:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424173 - head/lang/fsharp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 16:05:21 -0000 Author: dbn Date: Tue Oct 18 16:05:20 2016 New Revision: 424173 URL: https://svnweb.freebsd.org/changeset/ports/424173 Log: lang/fsharp: fix build on FreeBSD < 11. - change substitution since make(1) on FreeBSD 9 does not like variables within a substitution. - repeat tar substitution command since tar(1) on FreeBSD 9/10 does not obay the 'g' substitution command. Reported by: pkg-fallout PR: 213584 Modified: head/lang/fsharp/Makefile Modified: head/lang/fsharp/Makefile ============================================================================== --- head/lang/fsharp/Makefile Tue Oct 18 16:03:30 2016 (r424172) +++ head/lang/fsharp/Makefile Tue Oct 18 16:05:20 2016 (r424173) @@ -36,7 +36,7 @@ NUGET_PACKAGEDIR= ${WRKSRC}/packages .for depend in ${NUGET_DEPENDS} id= ${depend:C/-.*$//} -version= ${depend:S/${id}-//} +version= ${depend:C/^[^-]*-//} group= nuget_${id:S/.//g} nupkg= ${id:tl}.${version}.nupkg DISTFILES_${group}:= ${nupkg}:${group} @@ -52,7 +52,7 @@ post-extract: .for nupkg in ${NUGET_NUPKGS} @${MKDIR} ${NUGET_PACKAGEDIR}/${nupkg:C/^.*://:S/-/./} @tar -xf ${DISTDIR}/${nupkg:C/:.*$//} -C ${NUGET_PACKAGEDIR}/${nupkg:C/^.*://:S/-/./} \ - -s/%2B/\+/g \ + -s/%2B/\+/g -s/%2B/\+/g -s/%2B/\+/g \ --exclude '\[Content_Types\].xml' \ --exclude package/ \ --exclude _rels/ From owner-svn-ports-all@freebsd.org Tue Oct 18 16:23:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88113C16C8B; Tue, 18 Oct 2016 16:23:32 +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 41B1E38A; Tue, 18 Oct 2016 16:23:32 +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 u9IGNVsS068327; Tue, 18 Oct 2016 16:23:31 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IGNVOa068325; Tue, 18 Oct 2016 16:23:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610181623.u9IGNVOa068325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 18 Oct 2016 16:23:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424174 - branches/2016Q4/net/quagga X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 16:23:32 -0000 Author: pi Date: Tue Oct 18 16:23:31 2016 New Revision: 424174 URL: https://svnweb.freebsd.org/changeset/ports/424174 Log: net/quagga: Update 1.0.20160315 -> 1.0.20161017 - This release also includes 4 other fixes for undefined behaviour that may have security implications, for BGP, IS-IS and OSPFv3. PR: 213576 MFH: r424161 Changes: https://lists.quagga.net/pipermail/quagga-users/2016-October/014477.html Security: CVE-2016-4049 Approved by: mat (maintainer) Approved by: ports-secteam (feld) Modified: branches/2016Q4/net/quagga/Makefile branches/2016Q4/net/quagga/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/net/quagga/Makefile ============================================================================== --- branches/2016Q4/net/quagga/Makefile Tue Oct 18 16:05:20 2016 (r424173) +++ branches/2016Q4/net/quagga/Makefile Tue Oct 18 16:23:31 2016 (r424174) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quagga -PORTVERSION= 1.0.20160315 +PORTVERSION= 1.0.20161017 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH @@ -18,7 +18,7 @@ CONFLICTS= openbgpd-[0-9]* openospfd-[0- GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-exampledir=${PREFIX}/share/examples/quagga INSTALL_TARGET= install-strip -USES= gmake libtool makeinfo perl5 readline compiler:c11 tar:xz autoreconf cpe +USES= gmake libtool makeinfo perl5 readline compiler:c11 autoreconf cpe USE_LDCONFIG= yes USE_PERL5= build Modified: branches/2016Q4/net/quagga/distinfo ============================================================================== --- branches/2016Q4/net/quagga/distinfo Tue Oct 18 16:05:20 2016 (r424173) +++ branches/2016Q4/net/quagga/distinfo Tue Oct 18 16:23:31 2016 (r424174) @@ -1,2 +1,3 @@ -SHA256 (quagga-1.0.20160315.tar.xz) = d284af5dd875dbba90ab875d40db5d68fdc9ede17a76f2af525f85344be56767 -SIZE (quagga-1.0.20160315.tar.xz) = 1819488 +TIMESTAMP = 1476726152 +SHA256 (quagga-1.0.20161017.tar.gz) = 8f26724ddb7419f3912f80ce8f13689190289e0022cf09921d0a403fd7714918 +SIZE (quagga-1.0.20161017.tar.gz) = 2758494 From owner-svn-ports-all@freebsd.org Tue Oct 18 16:36:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BED7C17097; Tue, 18 Oct 2016 16:36:12 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3868DCA4; Tue, 18 Oct 2016 16:36:12 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IGaB1A072207; Tue, 18 Oct 2016 16:36:11 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IGaBhc072205; Tue, 18 Oct 2016 16:36:11 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201610181636.u9IGaBhc072205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Tue, 18 Oct 2016 16:36:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424175 - head/mail/cyrus-imapd25 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 16:36:12 -0000 Author: ume Date: Tue Oct 18 16:36:10 2016 New Revision: 424175 URL: https://svnweb.freebsd.org/changeset/ports/424175 Log: Update to 2.5.10. Modified: head/mail/cyrus-imapd25/Makefile head/mail/cyrus-imapd25/distinfo Modified: head/mail/cyrus-imapd25/Makefile ============================================================================== --- head/mail/cyrus-imapd25/Makefile Tue Oct 18 16:23:31 2016 (r424174) +++ head/mail/cyrus-imapd25/Makefile Tue Oct 18 16:36:10 2016 (r424175) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cyrus-imapd -PORTVERSION= 2.5.9 +PORTVERSION= 2.5.10 #PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ Modified: head/mail/cyrus-imapd25/distinfo ============================================================================== --- head/mail/cyrus-imapd25/distinfo Tue Oct 18 16:23:31 2016 (r424174) +++ head/mail/cyrus-imapd25/distinfo Tue Oct 18 16:36:10 2016 (r424175) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469160794 -SHA256 (cyrus-imapd-2.5.9.tar.gz) = 8e1bb6cc373bf318b5895b299c8344eaecbfb83db4566182f5d57f2707bce23d -SIZE (cyrus-imapd-2.5.9.tar.gz) = 3097555 +TIMESTAMP = 1476753608 +SHA256 (cyrus-imapd-2.5.10.tar.gz) = b38f4fd72825a298ac47426dcd2a50c8437c2947864ba50d79a9a53fe9845c5f +SIZE (cyrus-imapd-2.5.10.tar.gz) = 3103914 From owner-svn-ports-all@freebsd.org Tue Oct 18 16:38:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5854CC170DE; Tue, 18 Oct 2016 16:38:57 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FF47D9F; Tue, 18 Oct 2016 16:38:56 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IGcuwv072416; Tue, 18 Oct 2016 16:38:56 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IGctl0072413; Tue, 18 Oct 2016 16:38:55 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610181638.u9IGctl0072413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Tue, 18 Oct 2016 16:38:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424176 - head/java/intellij X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 16:38:57 -0000 Author: bsam Date: Tue Oct 18 16:38:55 2016 New Revision: 424176 URL: https://svnweb.freebsd.org/changeset/ports/424176 Log: java/intellij: Update to version 2016.2.5. Modified: head/java/intellij/Makefile head/java/intellij/distinfo head/java/intellij/pkg-plist Modified: head/java/intellij/Makefile ============================================================================== --- head/java/intellij/Makefile Tue Oct 18 16:36:10 2016 (r424175) +++ head/java/intellij/Makefile Tue Oct 18 16:38:55 2016 (r424176) @@ -5,7 +5,7 @@ # Vadim Zhukov PORTNAME= intellij -PORTVERSION= 2016.2.4 +PORTVERSION= 2016.2.5 CATEGORIES= java devel MASTER_SITES= https://download.jetbrains.com/idea/ \ http://download.jetbrains.com/idea/ @@ -25,7 +25,7 @@ JAVA_VERSION= 1.7+ NO_ARCH= yes NO_BUILD= yes -WRKDIST= ${WRKDIR}/idea-IC-162.2032.8 +WRKDIST= ${WRKDIR}/idea-IC-162.2228.15 .include "common.mk" Modified: head/java/intellij/distinfo ============================================================================== --- head/java/intellij/distinfo Tue Oct 18 16:36:10 2016 (r424175) +++ head/java/intellij/distinfo Tue Oct 18 16:38:55 2016 (r424176) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473856384 -SHA256 (ideaIC-2016.2.4.tar.gz) = bfd1bc75386d22bf9f0559b4894b547689383bd69c4038a1516a6e2c00f96742 -SIZE (ideaIC-2016.2.4.tar.gz) = 336281885 +TIMESTAMP = 1476779953 +SHA256 (ideaIC-2016.2.5.tar.gz) = 1bccc6689c5a140cc8e3b6496a07c7c7c2d2b403034aaff98ace0c9badd63734 +SIZE (ideaIC-2016.2.5.tar.gz) = 338632840 Modified: head/java/intellij/pkg-plist ============================================================================== --- head/java/intellij/pkg-plist Tue Oct 18 16:36:10 2016 (r424175) +++ head/java/intellij/pkg-plist Tue Oct 18 16:38:55 2016 (r424176) @@ -161,7 +161,6 @@ share/applications/idea.desktop %%IDEA_HOME%%/lib/serviceMessages.jar %%IDEA_HOME%%/lib/slf4j-api-1.7.10.jar %%IDEA_HOME%%/lib/slf4j-log4j12-1.7.10.jar -%%IDEA_HOME%%/lib/snappy-in-java-0.3.1.jar %%IDEA_HOME%%/lib/sqlite-jdbc-3.6.20.1.jar %%IDEA_HOME%%/lib/src/trove4j_src.jar %%IDEA_HOME%%/lib/swingx-core-1.6.2.jar From owner-svn-ports-all@freebsd.org Tue Oct 18 16:47:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE8F7C173FD; Tue, 18 Oct 2016 16:47:27 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADFC93F4; Tue, 18 Oct 2016 16:47:27 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IGlQTT076324; Tue, 18 Oct 2016 16:47:26 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IGlQ1k076323; Tue, 18 Oct 2016 16:47:26 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610181647.u9IGlQ1k076323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 18 Oct 2016 16:47:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424177 - head/www/chromium/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 16:47:28 -0000 Author: tijl Date: Tue Oct 18 16:47:26 2016 New Revision: 424177 URL: https://svnweb.freebsd.org/changeset/ports/424177 Log: Fix build with CUPS 2.2.x. Added: head/www/chromium/files/patch-printing_backend_print__backend__cups.cc (contents, props changed) Added: head/www/chromium/files/patch-printing_backend_print__backend__cups.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-printing_backend_print__backend__cups.cc Tue Oct 18 16:47:26 2016 (r424177) @@ -0,0 +1,10 @@ +--- printing/backend/print_backend_cups.cc.orig 2016-08-03 19:02:22 UTC ++++ printing/backend/print_backend_cups.cc +@@ -4,6 +4,7 @@ + + #include "printing/backend/print_backend.h" + ++#include + #include + #include + #include From owner-svn-ports-all@freebsd.org Tue Oct 18 16:49:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 287EBC17457; Tue, 18 Oct 2016 16:49:41 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE748772; Tue, 18 Oct 2016 16:49:40 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IGneKp076491; Tue, 18 Oct 2016 16:49:40 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IGnerQ076490; Tue, 18 Oct 2016 16:49:40 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610181649.u9IGnerQ076490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 18 Oct 2016 16:49:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424178 - head/devel/py-osc-lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 16:49:41 -0000 Author: novel Date: Tue Oct 18 16:49:39 2016 New Revision: 424178 URL: https://svnweb.freebsd.org/changeset/ports/424178 Log: devel/py-osc-lib: update dependencies - update some dependencies' versions and add missing dependencies - bump PORTREVISION due to package change PR: 213542 Submitted by: Alexander Nusov (maintainer) Modified: head/devel/py-osc-lib/Makefile Modified: head/devel/py-osc-lib/Makefile ============================================================================== --- head/devel/py-osc-lib/Makefile Tue Oct 18 16:47:26 2016 (r424177) +++ head/devel/py-osc-lib/Makefile Tue Oct 18 16:49:39 2016 (r424178) @@ -3,6 +3,7 @@ PORTNAME= osc-lib PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,14 +14,16 @@ COMMENT= OpenStackClient plugin library BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ - ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.1.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ ${PYTHON_PKGNAMEPREFIX}cliff>=2.2.0:devel/py-cliff \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.2.0:devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ - ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}os-client-config>=1.20.1:devel/py-os-client-config \ + ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel USES= python -USE_PYTHON= distutils autoplist noegginfo +USE_PYTHON= distutils autoplist NO_ARCH= yes post-patch: From owner-svn-ports-all@freebsd.org Tue Oct 18 16:50:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4279BC175B9; Tue, 18 Oct 2016 16:50:50 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E408952; Tue, 18 Oct 2016 16:50:49 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IGonZp077269; Tue, 18 Oct 2016 16:50:49 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IGonBR077267; Tue, 18 Oct 2016 16:50:49 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610181650.u9IGonBR077267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 18 Oct 2016 16:50:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424179 - head/devel/py-os-client-config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 16:50:50 -0000 Author: novel Date: Tue Oct 18 16:50:48 2016 New Revision: 424179 URL: https://svnweb.freebsd.org/changeset/ports/424179 Log: devel/py-os-client-config: update to 1.22.0 PR: 213542 Submitted by: Alexander Nusov (maintainer) Modified: head/devel/py-os-client-config/Makefile head/devel/py-os-client-config/distinfo Modified: head/devel/py-os-client-config/Makefile ============================================================================== --- head/devel/py-os-client-config/Makefile Tue Oct 18 16:49:39 2016 (r424178) +++ head/devel/py-os-client-config/Makefile Tue Oct 18 16:50:48 2016 (r424179) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= os-client-config -PORTVERSION= 1.21.1 +PORTVERSION= 1.22.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-os-client-config/distinfo ============================================================================== --- head/devel/py-os-client-config/distinfo Tue Oct 18 16:49:39 2016 (r424178) +++ head/devel/py-os-client-config/distinfo Tue Oct 18 16:50:48 2016 (r424179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475933234 -SHA256 (os-client-config-1.21.1.tar.gz) = ad4c2d07c0468c8d11916ea690b977abb3e903e0c599f6eae02c4776edab2f96 -SIZE (os-client-config-1.21.1.tar.gz) = 62581 +TIMESTAMP = 1476612465 +SHA256 (os-client-config-1.22.0.tar.gz) = f10b5ac6e25abd54f793b15863d2dfb3c326b7fd28d36df8439fb58b3ca2f0df +SIZE (os-client-config-1.22.0.tar.gz) = 63398 From owner-svn-ports-all@freebsd.org Tue Oct 18 16:58:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CC2DC17869; Tue, 18 Oct 2016 16:58:14 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED392EF1; Tue, 18 Oct 2016 16:58:13 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IGwDQP080418; Tue, 18 Oct 2016 16:58:13 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IGwC53080413; Tue, 18 Oct 2016 16:58:12 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201610181658.u9IGwC53080413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 18 Oct 2016 16:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424180 - in head: . x11/xfce4-terminal x11/xfce4-terminal/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 16:58:14 -0000 Author: olivierd Date: Tue Oct 18 16:58:12 2016 New Revision: 424180 URL: https://svnweb.freebsd.org/changeset/ports/424180 Log: - Update to 0.8.0 - Sort USES - Remove NLS option Tested by: Vladimir Omelchuk (PR 209662) Added: head/x11/xfce4-terminal/files/ head/x11/xfce4-terminal/files/pkg-message.in (contents, props changed) Modified: head/UPDATING head/x11/xfce4-terminal/Makefile head/x11/xfce4-terminal/distinfo head/x11/xfce4-terminal/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Oct 18 16:50:48 2016 (r424179) +++ head/UPDATING Tue Oct 18 16:58:12 2016 (r424180) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20161018: + AFFECTS: users of x11/xfce4-terminal + AUTHOR: olivierd@FreeBSD.org + + The port has been updated to the latest stable version 0.8.0. + A warning appears each time we open new tab: + + Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate + widget with... + + This issue will disappear with Gtk > 3.21. + 20161014: AFFECTS: users of lang/python3 AUTHOR: antoine@FreeBSD.org Modified: head/x11/xfce4-terminal/Makefile ============================================================================== --- head/x11/xfce4-terminal/Makefile Tue Oct 18 16:50:48 2016 (r424179) +++ head/x11/xfce4-terminal/Makefile Tue Oct 18 16:58:12 2016 (r424180) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-terminal -PORTVERSION= 0.6.3 -PORTREVISION= 2 +PORTVERSION= 0.8.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -17,24 +16,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib GNU_CONFIGURE= yes -USE_GNOME= gtk20 glib20 intltool intlhack vte libxml2 +USE_GNOME= gtk30 glib20 cairo gdkpixbuf2 intltool vte3 libxml2 USE_XFCE= libmenu USE_XORG= x11 -USES= pkgconfig gmake gettext-tools xfce tar:bzip2 +USES= gettext gmake pkgconfig tar:bzip2 xfce:gk3 +INSTALL_TARGET= install-strip +SUB_FILES= pkg-message CONFIGURE_ARGS= --without-gnome-default-appsdir -OPTIONS_DEFINE= NLS -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime -OPTIONS_SUB= yes - -.include - -post-patch: -.if ! ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e 's| terminal||; \ - s|po \\|terminal|' ${WRKSRC}/Makefile.in -.endif - -.include +.include Modified: head/x11/xfce4-terminal/distinfo ============================================================================== --- head/x11/xfce4-terminal/distinfo Tue Oct 18 16:50:48 2016 (r424179) +++ head/x11/xfce4-terminal/distinfo Tue Oct 18 16:58:12 2016 (r424180) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-terminal-0.6.3.tar.bz2) = 912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08 -SIZE (xfce4/xfce4-terminal-0.6.3.tar.bz2) = 815207 +TIMESTAMP = 1476710906 +SHA256 (xfce4/xfce4-terminal-0.8.0.tar.bz2) = e915c05a3d07b66d153e1ba8614f904f9c12b2dd8372b27d24c0d339743d5b0a +SIZE (xfce4/xfce4-terminal-0.8.0.tar.bz2) = 868612 Added: head/x11/xfce4-terminal/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-terminal/files/pkg-message.in Tue Oct 18 16:58:12 2016 (r424180) @@ -0,0 +1,7 @@ +To reduce the height of tabs, create ~/.config/gtk-3.0/gtk.css file with +the following content: + +TerminalWindow GtkNotebook.notebook { + padding-top: 0; + padding-bottom: 0; +} Modified: head/x11/xfce4-terminal/pkg-plist ============================================================================== --- head/x11/xfce4-terminal/pkg-plist Tue Oct 18 16:50:48 2016 (r424179) +++ head/x11/xfce4-terminal/pkg-plist Tue Oct 18 16:58:12 2016 (r424180) @@ -24,59 +24,61 @@ man/ug/man1/xfce4-terminal.1.gz man/uk/man1/xfce4-terminal.1.gz man/zh_CN/man1/xfce4-terminal.1.gz share/applications/xfce4-terminal.desktop -%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/be/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/da/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/de/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/el/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/eo/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/es/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/et/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/he/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/id/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/is/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/it/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/oc/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/pa/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/ro/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/si/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/te/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/th/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-terminal.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-terminal.mo +share/locale/ar/LC_MESSAGES/xfce4-terminal.mo +share/locale/ast/LC_MESSAGES/xfce4-terminal.mo +share/locale/be/LC_MESSAGES/xfce4-terminal.mo +share/locale/bg/LC_MESSAGES/xfce4-terminal.mo +share/locale/ca/LC_MESSAGES/xfce4-terminal.mo +share/locale/cs/LC_MESSAGES/xfce4-terminal.mo +share/locale/da/LC_MESSAGES/xfce4-terminal.mo +share/locale/de/LC_MESSAGES/xfce4-terminal.mo +share/locale/el/LC_MESSAGES/xfce4-terminal.mo +share/locale/en_AU/LC_MESSAGES/xfce4-terminal.mo +share/locale/en_GB/LC_MESSAGES/xfce4-terminal.mo +share/locale/eo/LC_MESSAGES/xfce4-terminal.mo +share/locale/es/LC_MESSAGES/xfce4-terminal.mo +share/locale/et/LC_MESSAGES/xfce4-terminal.mo +share/locale/eu/LC_MESSAGES/xfce4-terminal.mo +share/locale/fi/LC_MESSAGES/xfce4-terminal.mo +share/locale/fr/LC_MESSAGES/xfce4-terminal.mo +share/locale/gl/LC_MESSAGES/xfce4-terminal.mo +share/locale/he/LC_MESSAGES/xfce4-terminal.mo +share/locale/hr/LC_MESSAGES/xfce4-terminal.mo +share/locale/hu/LC_MESSAGES/xfce4-terminal.mo +share/locale/id/LC_MESSAGES/xfce4-terminal.mo +share/locale/is/LC_MESSAGES/xfce4-terminal.mo +share/locale/it/LC_MESSAGES/xfce4-terminal.mo +share/locale/ja/LC_MESSAGES/xfce4-terminal.mo +share/locale/kk/LC_MESSAGES/xfce4-terminal.mo +share/locale/ko/LC_MESSAGES/xfce4-terminal.mo +share/locale/lt/LC_MESSAGES/xfce4-terminal.mo +share/locale/lv/LC_MESSAGES/xfce4-terminal.mo +share/locale/ms/LC_MESSAGES/xfce4-terminal.mo +share/locale/nb/LC_MESSAGES/xfce4-terminal.mo +share/locale/nl/LC_MESSAGES/xfce4-terminal.mo +share/locale/oc/LC_MESSAGES/xfce4-terminal.mo +share/locale/pa/LC_MESSAGES/xfce4-terminal.mo +share/locale/pl/LC_MESSAGES/xfce4-terminal.mo +share/locale/pt/LC_MESSAGES/xfce4-terminal.mo +share/locale/pt_BR/LC_MESSAGES/xfce4-terminal.mo +share/locale/ro/LC_MESSAGES/xfce4-terminal.mo +share/locale/ru/LC_MESSAGES/xfce4-terminal.mo +share/locale/si/LC_MESSAGES/xfce4-terminal.mo +share/locale/sk/LC_MESSAGES/xfce4-terminal.mo +share/locale/sl/LC_MESSAGES/xfce4-terminal.mo +share/locale/sq/LC_MESSAGES/xfce4-terminal.mo +share/locale/sr/LC_MESSAGES/xfce4-terminal.mo +share/locale/sv/LC_MESSAGES/xfce4-terminal.mo +share/locale/te/LC_MESSAGES/xfce4-terminal.mo +share/locale/th/LC_MESSAGES/xfce4-terminal.mo +share/locale/tr/LC_MESSAGES/xfce4-terminal.mo +share/locale/ug/LC_MESSAGES/xfce4-terminal.mo +share/locale/uk/LC_MESSAGES/xfce4-terminal.mo +share/locale/ur/LC_MESSAGES/xfce4-terminal.mo +share/locale/ur_PK/LC_MESSAGES/xfce4-terminal.mo +share/locale/vi/LC_MESSAGES/xfce4-terminal.mo +share/locale/zh_CN/LC_MESSAGES/xfce4-terminal.mo +share/locale/zh_TW/LC_MESSAGES/xfce4-terminal.mo share/xfce4/terminal/colorschemes/black-on-white.theme share/xfce4/terminal/colorschemes/dark-pastels.theme share/xfce4/terminal/colorschemes/green-on-black.theme From owner-svn-ports-all@freebsd.org Tue Oct 18 17:00:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16649C17BDF; Tue, 18 Oct 2016 17:00:29 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4A14166; Tue, 18 Oct 2016 17:00:28 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IH0Rn2080720; Tue, 18 Oct 2016 17:00:27 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IH0RV4080716; Tue, 18 Oct 2016 17:00:27 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201610181700.u9IH0RV4080716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Tue, 18 Oct 2016 17:00:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424181 - in head/www: . googler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 17:00:29 -0000 Author: nivit Date: Tue Oct 18 17:00:27 2016 New Revision: 424181 URL: https://svnweb.freebsd.org/changeset/ports/424181 Log: googler is a power tool to Google (Web & News) and Google Site Search from the command-line. It shows the title, URL and abstract for each result, which can be directly opened in a browser from the terminal. Results are fetched in pages (with page navigation). Supports sequential searches in a single googler instance. WWW: https://github.com/jarun/googler Added: head/www/googler/ head/www/googler/Makefile (contents, props changed) head/www/googler/distinfo (contents, props changed) head/www/googler/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Oct 18 16:58:12 2016 (r424180) +++ head/www/Makefile Tue Oct 18 17:00:27 2016 (r424181) @@ -209,6 +209,7 @@ SUBDIR += google-appengine SUBDIR += google-sitemapgen SUBDIR += googlebook_dl + SUBDIR += googler SUBDIR += goose SUBDIR += gotty SUBDIR += gpx2map Added: head/www/googler/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/googler/Makefile Tue Oct 18 17:00:27 2016 (r424181) @@ -0,0 +1,31 @@ +# Created by: Nicola Stanislao Vitale +# $FreeBSD$ + +PORTNAME= googler +PORTVERSION= 2.8 +DISTVERSIONPREFIX= v +CATEGORIES= www + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Google Search, Google Site Search, Google News from the terminal + +LICENSE= GPLv3 + +GH_ACCOUNT= jarun + +NO_BUILD= yes + +PLIST_FILES= bin/googler man/man1/googler.1.gz + +USE_GITHUB= yes +USES= python:3.3+ + +post-patch: + @${SED} -i.bak 's/^\(ENABLE_SELF_UPGRADE_MECHANISM=\)True$$/\1False/' \ + ${WRKSRC}/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}/${MANPREFIX}/man/man1/ + +.include Added: head/www/googler/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/googler/distinfo Tue Oct 18 17:00:27 2016 (r424181) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476807829 +SHA256 (jarun-googler-v2.8_GH0.tar.gz) = 5a9a128180992c0f6b6b7f0bd9d13191cd83cf56ff7e185fcb0e48e79740b355 +SIZE (jarun-googler-v2.8_GH0.tar.gz) = 54839 Added: head/www/googler/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/googler/pkg-descr Tue Oct 18 17:00:27 2016 (r424181) @@ -0,0 +1,7 @@ +googler is a power tool to Google (Web & News) and Google Site Search +from the command-line. It shows the title, URL and abstract for each result, +which can be directly opened in a browser from the terminal. Results are +fetched in pages (with page navigation). Supports sequential searches +in a single googler instance. + +WWW: https://github.com/jarun/googler From owner-svn-ports-all@freebsd.org Tue Oct 18 17:22:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41F1AC1735F; Tue, 18 Oct 2016 17:22:45 +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 E58A432B; Tue, 18 Oct 2016 17:22:44 +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 u9IHMibD093881; Tue, 18 Oct 2016 17:22:44 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IHMa0t093801; Tue, 18 Oct 2016 17:22:36 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201610181722.u9IHMa0t093801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 18 Oct 2016 17:22:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424182 - in head: Mk Mk/Uses accessibility/jovie accessibility/kaccessible accessibility/kmag accessibility/kmousetool accessibility/kmouth archivers/ark astro/kstars astro/marble audi... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 17:22:45 -0000 Author: tcberner Date: Tue Oct 18 17:22:35 2016 New Revision: 424182 URL: https://svnweb.freebsd.org/changeset/ports/424182 Log: Introduce new extensible virtual categories for KDE A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor) Modified: head/Mk/Uses/kde.mk head/Mk/bsd.port.mk head/accessibility/jovie/Makefile head/accessibility/kaccessible/Makefile head/accessibility/kmag/Makefile head/accessibility/kmousetool/Makefile head/accessibility/kmouth/Makefile head/archivers/ark/Makefile head/astro/kstars/Makefile head/astro/marble/Makefile head/audio/juk/Makefile head/audio/kio-audiocd/Makefile head/audio/kmix/Makefile head/audio/kscd/Makefile head/audio/libkcddb/Makefile head/audio/libkcompactdisc/Makefile head/comms/kremotecontrol/Makefile head/deskutils/kcharselect/Makefile head/deskutils/kdeplasma-addons/Makefile head/deskutils/kruler/Makefile head/deskutils/superkaramba/Makefile head/devel/cervisia/Makefile head/devel/dolphin-plugins/Makefile head/devel/kapptemplate/Makefile head/devel/kcachegrind/Makefile head/devel/kde-dev-scripts/Makefile head/devel/kde-dev-utils/Makefile head/devel/kdesdk4-kioslaves/Makefile head/devel/kdesdk4-strigi-analyzers/Makefile head/devel/kdesdk4-thumbnailers/Makefile head/devel/lokalize/Makefile head/devel/okteta/Makefile head/devel/p5-perlkde/Makefile head/devel/p5-perlqt/Makefile head/devel/poxml/Makefile head/devel/py-krosspython/Makefile head/devel/py-pykde4/Makefile head/devel/py-pykdeuic4/Makefile head/devel/ruby-korundum/Makefile head/devel/ruby-krossruby/Makefile head/devel/ruby-qtruby/Makefile head/devel/smokegen/Makefile head/devel/smokekde/Makefile head/devel/smokeqt/Makefile head/devel/umbrello/Makefile head/editors/kate-plugin-pate/Makefile head/editors/kate/Makefile head/games/blinken/Makefile head/games/bomber/Makefile head/games/bovo/Makefile head/games/granatier/Makefile head/games/kajongg/Makefile head/games/kanagram/Makefile head/games/kapman/Makefile head/games/katomic/Makefile head/games/kblackbox/Makefile head/games/kblocks/Makefile head/games/kbounce/Makefile head/games/kbreakout/Makefile head/games/kdiamond/Makefile head/games/kfourinline/Makefile head/games/kgoldrunner/Makefile head/games/khangman/Makefile head/games/kigo/Makefile head/games/killbots/Makefile head/games/kiriki/Makefile head/games/kjumpingcube/Makefile head/games/klickety/Makefile head/games/klines/Makefile head/games/kmahjongg/Makefile head/games/kmines/Makefile head/games/knavalbattle/Makefile head/games/knetwalk/Makefile head/games/kolf/Makefile head/games/kollision/Makefile head/games/konquest/Makefile head/games/kpat/Makefile head/games/kreversi/Makefile head/games/kshisen/Makefile head/games/ksirk/Makefile head/games/ksnakeduel/Makefile head/games/kspaceduel/Makefile head/games/ksquares/Makefile head/games/ksudoku/Makefile head/games/ktuberling/Makefile head/games/kubrick/Makefile head/games/libkdegames/Makefile head/games/libkmahjongg/Makefile head/games/lskat/Makefile head/games/pairs/Makefile head/games/palapeli/Makefile head/games/picmi/Makefile head/graphics/gwenview-kde4/Makefile head/graphics/kamera-kde4/Makefile head/graphics/kcolorchooser/Makefile head/graphics/kdegraphics4-mobipocket/Makefile head/graphics/kdegraphics4-strigi-analyzer/Makefile head/graphics/kdegraphics4-svgpart/Makefile head/graphics/kdegraphics4-thumbnailers/Makefile head/graphics/kolourpaint/Makefile head/graphics/kqtquickcharts/Makefile head/graphics/ksaneplugin/Makefile head/graphics/ksnapshot/Makefile head/graphics/libkdcraw-kde4/Makefile head/graphics/libkexiv2-kde4/Makefile head/graphics/libkipi-kde4/Makefile head/graphics/libksane/Makefile head/graphics/okular/Makefile head/japanese/kiten/Makefile head/lang/kturtle/Makefile head/math/analitza/Makefile head/math/cantor/Makefile head/math/kalgebra/Makefile head/math/kbruch/Makefile head/math/kcalc/Makefile head/math/kig/Makefile head/math/kmplot/Makefile head/math/rocs/Makefile head/misc/artikulate/Makefile head/misc/kgeography/Makefile head/misc/klettres/Makefile head/misc/ktouch/Makefile head/misc/kwordquiz/Makefile head/misc/libkdeedu/Makefile head/misc/parley/Makefile head/multimedia/dragon/Makefile head/multimedia/kdemultimedia4-ffmpegthumbs/Makefile head/multimedia/kdemultimedia4-mplayerthumbs/Makefile head/net-im/kopete-kde4/Makefile head/net/kdenetwork4-filesharing/Makefile head/net/kdenetwork4-strigi-analyzers/Makefile head/net/kget/Makefile head/net/krdc/Makefile head/net/krfb/Makefile head/net/zeroconf-ioslave/Makefile head/print/kde4-print-manager/Makefile head/science/kalzium/Makefile head/science/step/Makefile head/security/kgpg-kde4/Makefile head/security/kwalletmanager/Makefile head/sysutils/baloo-widgets/Makefile head/sysutils/baloo/Makefile head/sysutils/filelight-kde4/Makefile head/sysutils/kcron/Makefile head/sysutils/kdf/Makefile head/sysutils/kfilemetadata/Makefile head/sysutils/kfloppy/Makefile head/sysutils/ksystemlog/Makefile head/sysutils/kuser/Makefile head/sysutils/nepomuk-core/Makefile head/sysutils/nepomuk-widgets/Makefile head/sysutils/sweeper/Makefile head/textproc/kompare/Makefile head/textproc/libkomparediff2/Makefile head/www/kdewebdev4/Makefile head/x11-clocks/amor/Makefile head/x11-clocks/kteatime/Makefile head/x11-clocks/ktimer/Makefile head/x11-clocks/ktux/Makefile head/x11-themes/kde4-base-artwork/Makefile head/x11-themes/kde4-icons-oxygen/Makefile head/x11-themes/kde4-wallpapers/Makefile head/x11-themes/kdeartwork4/Makefile head/x11/kde4-baseapps/Makefile head/x11/kde4-runtime/Makefile head/x11/kgamma/Makefile head/x11/konsole/Makefile head/x11/libkonq/Makefile Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Tue Oct 18 17:00:27 2016 (r424181) +++ head/Mk/Uses/kde.mk Tue Oct 18 17:22:35 2016 (r424182) @@ -16,6 +16,14 @@ # * foo_run Add a run-time dependency (RUN_DEPENDS) # * foo (default) Add both dependencies on component # +# +# To simplify the ports, also: +# CATEGORIES If the port is part of one of the KDE Software distribution, +# it can add, in addition to 'kde' one of the following: +# kde-kde4: part of kde4 release +# this will then set default values for MASTER_SITES and DIST_SUBDIR +# as well as CPE_VENDOR and LICENSE. +# # MAINTAINER: kde@FreeBSD.org .if !defined(_INCLUDE_USES_KDE_MK) @@ -72,6 +80,38 @@ KTP_BRANCH?= stable KDE_PREFIX= ${LOCALBASE} # ============================================================================== +# === _KDE_DIST HANDLING -- SETTING DEFAULT VALUES ============================= +# Doing MASTER_SITES magic based on the category of the port +_KDE_CATEGORIES_SUPPORTED= kde-kde4 +. for cat in ${_KDE_CATEGORIES_SUPPORTED} +. if ${CATEGORIES:M${cat}} +. if !defined(_KDE_CATEGORY) +_KDE_CATEGORY= ${cat} +. else +IGNORE?= cannot be installed: multiple kde-<...> categories specified via CATEGORIES=${CATEGORIES} #' +. endif +. endif +. endfor + +. if defined(_KDE_CATEGORY) +# KDE is normally licencensed LGPL 2.0. +LICENSE?= LGPL20 + +# Set CPE Vendor Information +# As KDE_DIST is set we can assume it is port release by KDE and the vendor +# is therefore kde. +CPE_VENDOR?= kde + +. if ${_KDE_CATEGORY:Mkde-kde4} +PORTVERSION?= ${KDE4_VERSION} +MASTER_SITES?= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src +DIST_SUBDIR?= KDE/${KDE4_VERSION} +. else +IGNORE?= unknown CATEGORY value '${_KDE_CATEGORY}' #' +. endif +. endif #defined(_KDE_CATEGORY) +# ============================================================================== + # ==== SETUP CMAKE ENVIRONMENT ================================================= # Help cmake to find files when testing ports with non-default PREFIX. CMAKE_ARGS+= -DCMAKE_PREFIX_PATH="${LOCALBASE}" Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Oct 18 17:00:27 2016 (r424181) +++ head/Mk/bsd.port.mk Tue Oct 18 17:22:35 2016 (r424182) @@ -2439,7 +2439,7 @@ VALID_CATEGORIES+= accessibility afterst benchmarks biology cad chinese comms converters databases \ deskutils devel docs dns editors elisp emulators enlightenment finance french ftp \ games geography german gnome gnustep graphics hamradio haskell hebrew hungarian \ - ipv6 irc japanese java kde kld korean lang linux lisp \ + ipv6 irc japanese java kde ${_KDE_CATEGORIES_SUPPORTED} kld korean lang linux lisp \ mail mate math mbone misc multimedia net net-im net-mgmt net-p2p news \ palm parallel pear perl5 plan9 polish portuguese ports-mgmt \ print python ruby rubygems russian \ Modified: head/accessibility/jovie/Makefile ============================================================================== --- head/accessibility/jovie/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/accessibility/jovie/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= jovie PORTVERSION= ${KDE4_VERSION} -CATEGORIES= accessibility kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= accessibility kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE text-to-speech system Modified: head/accessibility/kaccessible/Makefile ============================================================================== --- head/accessibility/kaccessible/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/accessibility/kaccessible/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kaccessible PORTVERSION= ${KDE4_VERSION} -CATEGORIES= accessibility kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= accessibility kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Accessibility services for KDE Modified: head/accessibility/kmag/Makefile ============================================================================== --- head/accessibility/kmag/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/accessibility/kmag/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kmag PORTVERSION= ${KDE4_VERSION} -CATEGORIES= accessibility kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= accessibility kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE Screen magnifier Modified: head/accessibility/kmousetool/Makefile ============================================================================== --- head/accessibility/kmousetool/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/accessibility/kmousetool/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kmousetool PORTVERSION= ${KDE4_VERSION} -CATEGORIES= accessibility kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= accessibility kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Automatic mouse click tool for KDE Modified: head/accessibility/kmouth/Makefile ============================================================================== --- head/accessibility/kmouth/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/accessibility/kmouth/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,10 +2,7 @@ PORTNAME= kmouth PORTVERSION= ${KDE4_VERSION} -CATEGORIES= accessibility kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} - +CATEGORIES= accessibility kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Speech synthesizer frontend for KDE Modified: head/archivers/ark/Makefile ============================================================================== --- head/archivers/ark/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/archivers/ark/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -4,9 +4,7 @@ PORTNAME= ark PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= archivers kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= archivers kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Archiving tool for KDE Modified: head/astro/kstars/Makefile ============================================================================== --- head/astro/kstars/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/astro/kstars/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= kstars PORTVERSION= ${KDE4_VERSION} PORTREVISION= 2 -CATEGORIES= astro kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= astro kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 desktop planetarium Modified: head/astro/marble/Makefile ============================================================================== --- head/astro/marble/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/astro/marble/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= marble PORTVERSION= ${KDE4_VERSION} -CATEGORIES= astro kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= astro kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Virtual globe and world atlas for KDE Modified: head/audio/juk/Makefile ============================================================================== --- head/audio/juk/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/audio/juk/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= juk PORTVERSION= ${KDE4_VERSION} -CATEGORIES= audio kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= audio kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Jukebox, tagger and music collection manager Modified: head/audio/kio-audiocd/Makefile ============================================================================== --- head/audio/kio-audiocd/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/audio/kio-audiocd/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,10 +3,8 @@ PORTNAME= kio-audiocd PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= audio kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= audio kde kde-kde4 DISTNAME= audiocd-kio-${PORTVERSION} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE IOSlave for accessing audio CDs Modified: head/audio/kmix/Makefile ============================================================================== --- head/audio/kmix/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/audio/kmix/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= kmix PORTVERSION= ${KDE4_VERSION} -CATEGORIES= audio kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= audio kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Sound mixer for KDE Modified: head/audio/kscd/Makefile ============================================================================== --- head/audio/kscd/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/audio/kscd/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= kscd PORTVERSION= ${KDE4_VERSION} -CATEGORIES= audio kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= audio kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= CD Player for KDE Modified: head/audio/libkcddb/Makefile ============================================================================== --- head/audio/libkcddb/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/audio/libkcddb/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -4,9 +4,7 @@ PORTNAME= libkcddb PORTVERSION= ${KDE4_VERSION} PORTREVISION= 2 -CATEGORIES= audio kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= audio kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE CDDB library Modified: head/audio/libkcompactdisc/Makefile ============================================================================== --- head/audio/libkcompactdisc/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/audio/libkcompactdisc/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -4,9 +4,7 @@ PORTNAME= libkcompactdisc PORTVERSION= ${KDE4_VERSION} PORTREVISION= 2 -CATEGORIES= audio kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= audio kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE library for interfacing with audio CDs Modified: head/comms/kremotecontrol/Makefile ============================================================================== --- head/comms/kremotecontrol/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/comms/kremotecontrol/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kremotecontrol PORTVERSION= ${KDE4_VERSION} -CATEGORIES= comms kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= comms kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE frontend for your remote controls Modified: head/deskutils/kcharselect/Makefile ============================================================================== --- head/deskutils/kcharselect/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/deskutils/kcharselect/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= kcharselect PORTVERSION= ${KDE4_VERSION} -CATEGORIES= deskutils kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= deskutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Character selector for KDE Modified: head/deskutils/kdeplasma-addons/Makefile ============================================================================== --- head/deskutils/kdeplasma-addons/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/deskutils/kdeplasma-addons/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= kdeplasma-addons PORTVERSION= ${KDE4_VERSION} PORTREVISION= 2 -CATEGORIES= deskutils kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= deskutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Extra plasmoids for KDE SC 4 Modified: head/deskutils/kruler/Makefile ============================================================================== --- head/deskutils/kruler/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/deskutils/kruler/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kruler PORTVERSION= ${KDE4_VERSION} -CATEGORIES= deskutils kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= deskutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 screen ruler Modified: head/deskutils/superkaramba/Makefile ============================================================================== --- head/deskutils/superkaramba/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/deskutils/superkaramba/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= superkaramba PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= deskutils kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= deskutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Widget framework for KDE Modified: head/devel/cervisia/Makefile ============================================================================== --- head/devel/cervisia/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/cervisia/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= cervisia PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= CVS Frontend for KDE Modified: head/devel/dolphin-plugins/Makefile ============================================================================== --- head/devel/dolphin-plugins/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/dolphin-plugins/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= dolphin-plugins PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Plugins for Dolphin file manager Modified: head/devel/kapptemplate/Makefile ============================================================================== --- head/devel/kapptemplate/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/kapptemplate/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kapptemplate PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE template generator Modified: head/devel/kcachegrind/Makefile ============================================================================== --- head/devel/kcachegrind/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/kcachegrind/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= kcachegrind PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Profiler frontend for KDE Modified: head/devel/kde-dev-scripts/Makefile ============================================================================== --- head/devel/kde-dev-scripts/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/kde-dev-scripts/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kde-dev-scripts PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE development scripts Modified: head/devel/kde-dev-utils/Makefile ============================================================================== --- head/devel/kde-dev-utils/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/kde-dev-utils/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= kde-dev-utils PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE development utilities Modified: head/devel/kdesdk4-kioslaves/Makefile ============================================================================== --- head/devel/kdesdk4-kioslaves/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/kdesdk4-kioslaves/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kdesdk-kioslaves PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= SDK related KIO slaves Modified: head/devel/kdesdk4-strigi-analyzers/Makefile ============================================================================== --- head/devel/kdesdk4-strigi-analyzers/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/kdesdk4-strigi-analyzers/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kdesdk-strigi-analyzers PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Strigi analyzers for SDK related file formats Modified: head/devel/kdesdk4-thumbnailers/Makefile ============================================================================== --- head/devel/kdesdk4-thumbnailers/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/kdesdk4-thumbnailers/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kdesdk-thumbnailers PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE thumbnail generator for gettext po files Modified: head/devel/lokalize/Makefile ============================================================================== --- head/devel/lokalize/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/lokalize/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= lokalize PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Computer-aided translation system Modified: head/devel/okteta/Makefile ============================================================================== --- head/devel/okteta/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/okteta/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= okteta PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE hex editor Modified: head/devel/p5-perlkde/Makefile ============================================================================== --- head/devel/p5-perlkde/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/p5-perlkde/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,10 +2,8 @@ PORTNAME= perlkde PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde perl5 -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= devel kde kde-kde4 perl5 PKGNAMEPREFIX= p5- -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Perl bindings for KDE Modified: head/devel/p5-perlqt/Makefile ============================================================================== --- head/devel/p5-perlqt/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/p5-perlqt/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,10 +2,8 @@ PORTNAME= perlqt PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde perl5 -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= devel kde kde-kde4 perl5 PKGNAMEPREFIX= p5- -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Perl bindings for Qt Modified: head/devel/poxml/Makefile ============================================================================== --- head/devel/poxml/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/poxml/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= poxml PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Tools to translate Docbook XML using gettext Modified: head/devel/py-krosspython/Makefile ============================================================================== --- head/devel/py-krosspython/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/py-krosspython/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,11 +2,9 @@ PORTNAME= krosspython PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde python -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= devel kde kde-kde4 python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= kross-interpreters-${PORTVERSION} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Kross Python scripting library Modified: head/devel/py-pykde4/Makefile ============================================================================== --- head/devel/py-pykde4/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/py-pykde4/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,10 +3,8 @@ PORTNAME= pykde4 PORTVERSION= ${KDE4_VERSION} PORTREVISION= 2 -CATEGORIES= devel kde python -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= devel kde kde-kde4 python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for KDE Modified: head/devel/py-pykdeuic4/Makefile ============================================================================== --- head/devel/py-pykdeuic4/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/py-pykdeuic4/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,11 +2,9 @@ PORTNAME= pykdeuic4 PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde python -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= devel kde kde-kde4 python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pykde4-${PORTVERSION} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Enhanced version of pyuic4 Modified: head/devel/ruby-korundum/Makefile ============================================================================== --- head/devel/ruby-korundum/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/ruby-korundum/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,10 +2,8 @@ PORTNAME= korundum PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde ruby -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= devel kde kde-kde4 ruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Ruby bindings for KDE Modified: head/devel/ruby-krossruby/Makefile ============================================================================== --- head/devel/ruby-krossruby/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/ruby-krossruby/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,11 +2,9 @@ PORTNAME= krossruby PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde ruby -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= devel kde kde-kde4 ruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= kross-interpreters-${PORTVERSION} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Ruby bindings for Qt/KDE Modified: head/devel/ruby-qtruby/Makefile ============================================================================== --- head/devel/ruby-qtruby/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/ruby-qtruby/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,10 +3,8 @@ PORTNAME= qtruby PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= devel kde ruby -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= devel kde kde-kde4 ruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Ruby bindings for Qt Modified: head/devel/smokegen/Makefile ============================================================================== --- head/devel/smokegen/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/smokegen/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,10 +2,7 @@ PORTNAME= smokegen PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} - +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= SMOKE bindings for KDE Modified: head/devel/smokekde/Makefile ============================================================================== --- head/devel/smokekde/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/smokekde/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= smokekde PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= SMOKE bindings for KDE Modified: head/devel/smokeqt/Makefile ============================================================================== --- head/devel/smokeqt/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/smokeqt/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= smokeqt PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= SMOKE bindings for Qt Modified: head/devel/umbrello/Makefile ============================================================================== --- head/devel/umbrello/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/devel/umbrello/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= umbrello PORTVERSION= ${KDE4_VERSION} -CATEGORIES= devel kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= UML modeller for KDE Modified: head/editors/kate-plugin-pate/Makefile ============================================================================== --- head/editors/kate-plugin-pate/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/editors/kate-plugin-pate/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,10 +2,8 @@ PORTNAME= kate-plugin-pate PORTVERSION= ${KDE4_VERSION} -CATEGORIES= editors kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= editors kde kde-kde4 DISTNAME= kate-${PORTVERSION} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Support for Python plugins in Kate Modified: head/editors/kate/Makefile ============================================================================== --- head/editors/kate/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/editors/kate/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -4,9 +4,7 @@ PORTNAME= kate PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= editors kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= editors kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Basic editor framework for the KDE system Modified: head/games/blinken/Makefile ============================================================================== --- head/games/blinken/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/blinken/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= blinken PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Memory enhancement game for KDE 4 Modified: head/games/bomber/Makefile ============================================================================== --- head/games/bomber/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/bomber/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= bomber PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/bovo/Makefile ============================================================================== --- head/games/bovo/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/bovo/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= bovo PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/granatier/Makefile ============================================================================== --- head/games/granatier/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/granatier/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= granatier PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kajongg/Makefile ============================================================================== --- head/games/kajongg/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kajongg/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= kajongg PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kanagram/Makefile ============================================================================== --- head/games/kanagram/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kanagram/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kanagram PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Letter order game for KDE 4 Modified: head/games/kapman/Makefile ============================================================================== --- head/games/kapman/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kapman/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kapman PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/katomic/Makefile ============================================================================== --- head/games/katomic/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/katomic/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= katomic PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kblackbox/Makefile ============================================================================== --- head/games/kblackbox/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kblackbox/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kblackbox PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kblocks/Makefile ============================================================================== --- head/games/kblocks/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kblocks/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kblocks PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kbounce/Makefile ============================================================================== --- head/games/kbounce/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kbounce/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kbounce PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kbreakout/Makefile ============================================================================== --- head/games/kbreakout/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kbreakout/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kbreakout PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kdiamond/Makefile ============================================================================== --- head/games/kdiamond/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kdiamond/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kdiamond PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kfourinline/Makefile ============================================================================== --- head/games/kfourinline/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kfourinline/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kfourinline PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kgoldrunner/Makefile ============================================================================== --- head/games/kgoldrunner/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kgoldrunner/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kgoldrunner PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/khangman/Makefile ============================================================================== --- head/games/khangman/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/khangman/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= khangman PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Hangman game for KDE 4 Modified: head/games/kigo/Makefile ============================================================================== --- head/games/kigo/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kigo/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kigo PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/killbots/Makefile ============================================================================== --- head/games/killbots/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/killbots/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= killbots PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kiriki/Makefile ============================================================================== --- head/games/kiriki/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kiriki/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kiriki PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kjumpingcube/Makefile ============================================================================== --- head/games/kjumpingcube/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kjumpingcube/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kjumpingcube PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/klickety/Makefile ============================================================================== --- head/games/klickety/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/klickety/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -3,9 +3,7 @@ PORTNAME= klickety PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/klines/Makefile ============================================================================== --- head/games/klines/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/klines/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= klines PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kmahjongg/Makefile ============================================================================== --- head/games/kmahjongg/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kmahjongg/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kmahjongg PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/kmines/Makefile ============================================================================== --- head/games/kmines/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/kmines/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= kmines PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/knavalbattle/Makefile ============================================================================== --- head/games/knavalbattle/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/knavalbattle/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= knavalbattle PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} Modified: head/games/knetwalk/Makefile ============================================================================== --- head/games/knetwalk/Makefile Tue Oct 18 17:00:27 2016 (r424181) +++ head/games/knetwalk/Makefile Tue Oct 18 17:22:35 2016 (r424182) @@ -2,9 +2,7 @@ PORTNAME= knetwalk PORTVERSION= ${KDE4_VERSION} -CATEGORIES= games kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Oct 18 17:23:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6B67C173B2; Tue, 18 Oct 2016 17:23:05 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 954A0671; Tue, 18 Oct 2016 17:23:05 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IHN42e094089; Tue, 18 Oct 2016 17:23:04 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IHN4Vi094088; Tue, 18 Oct 2016 17:23:04 GMT (envelope-from db@FreeBSD.org) Message-Id: <201610181723.u9IHN4Vi094088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Tue, 18 Oct 2016 17:23:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424183 - head/sysutils/u-boot-rpi3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 17:23:05 -0000 Author: db Date: Tue Oct 18 17:23:04 2016 New Revision: 424183 URL: https://svnweb.freebsd.org/changeset/ports/424183 Log: Remove stray uneeded patch files. Deleted: head/sysutils/u-boot-rpi3/files/patch-api_api.c head/sysutils/u-boot-rpi3/files/patch-api_api__storage.c head/sysutils/u-boot-rpi3/files/patch-common_cmd__elf.c head/sysutils/u-boot-rpi3/files/patch-common_cmd__fdt.c head/sysutils/u-boot-rpi3/files/patch-common_cmd__nvedit.c head/sysutils/u-boot-rpi3/files/patch-common_cmd__test.c head/sysutils/u-boot-rpi3/files/patch-drivers_mmc_mmc.c head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi-common.h From owner-svn-ports-all@freebsd.org Tue Oct 18 17:26:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38F00C17411; Tue, 18 Oct 2016 17:26:09 +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 D6BB6800; Tue, 18 Oct 2016 17:26:08 +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 u9IHQ7QH094296; Tue, 18 Oct 2016 17:26:07 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IHQ7K9094294; Tue, 18 Oct 2016 17:26:07 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610181726.u9IHQ7K9094294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 18 Oct 2016 17:26:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424184 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 17:26:09 -0000 Author: rene Date: Tue Oct 18 17:26:07 2016 New Revision: 424184 URL: https://svnweb.freebsd.org/changeset/ports/424184 Log: Document remote denial of service vulnerability in security/tor* PR: 212952 Submitted by: Neel Chauhan Obtained from: https://blog.torproject.org/blog/tor-0289-released-important-fixes Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 18 17:23:04 2016 (r424183) +++ head/security/vuxml/vuln.xml Tue Oct 18 17:26:07 2016 (r424184) @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Tor -- remote denial of service + + + tor + 0.2.8.9 + + + tor-devel + 0.2.9.4-alpha + + + + +

The Tor Blog reports:

+
+

Prevent a class of security bugs caused by treating the contents + of a buffer chunk as if they were a NUL-terminated string. At least + one such bug seems to be present in all currently used versions of + Tor, and would allow an attacker to remotely crash most Tor + instances, especially those compiled with extra compiler hardening. + With this defense in place, such bugs can't crash Tor, though we + should still fix them as they occur. Closes ticket 20384 + (TROVE-2016-10-001).

+
+ +
+ + https://blog.torproject.org/blog/tor-0289-released-important-fixes + + + 2016-10-17 + 2016-10-18 + +
+ Rails 4 -- Possible XSS Vulnerability in Action View From owner-svn-ports-all@freebsd.org Tue Oct 18 17:27:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D181C17461; Tue, 18 Oct 2016 17:27:27 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E15FC938; Tue, 18 Oct 2016 17:27:26 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IHRQE3094480; Tue, 18 Oct 2016 17:27:26 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IHRPsf094478; Tue, 18 Oct 2016 17:27:25 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610181727.u9IHRPsf094478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 18 Oct 2016 17:27:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424185 - head/textproc/fcitx-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 17:27:27 -0000 Author: pawel Date: Tue Oct 18 17:27:25 2016 New Revision: 424185 URL: https://svnweb.freebsd.org/changeset/ports/424185 Log: Update to version 1.0.6 PR: 213441 Submitted by: maintainer Modified: head/textproc/fcitx-qt5/Makefile head/textproc/fcitx-qt5/distinfo (contents, props changed) Modified: head/textproc/fcitx-qt5/Makefile ============================================================================== --- head/textproc/fcitx-qt5/Makefile Tue Oct 18 17:26:07 2016 (r424184) +++ head/textproc/fcitx-qt5/Makefile Tue Oct 18 17:27:25 2016 (r424185) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fcitx-qt5 -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= textproc MAINTAINER= yuri@rawbw.com Modified: head/textproc/fcitx-qt5/distinfo ============================================================================== --- head/textproc/fcitx-qt5/distinfo Tue Oct 18 17:26:07 2016 (r424184) +++ head/textproc/fcitx-qt5/distinfo Tue Oct 18 17:27:25 2016 (r424185) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469521016 -SHA256 (fcitx-fcitx-qt5-1.0.5_GH0.tar.gz) = a72ffa9b5b399fd5471d7f0a74ccbdd21b98fd93c78a1f0d36f24526a1968440 -SIZE (fcitx-fcitx-qt5-1.0.5_GH0.tar.gz) = 88066 +TIMESTAMP = 1476352592 +SHA256 (fcitx-fcitx-qt5-1.0.6_GH0.tar.gz) = d8ae9413f673deb76298673398cfdb668077bd2280bc928f40191a3c0f0ade90 +SIZE (fcitx-fcitx-qt5-1.0.6_GH0.tar.gz) = 88424 From owner-svn-ports-all@freebsd.org Tue Oct 18 17:29:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E6BAC1749A; Tue, 18 Oct 2016 17:29:46 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B84EDA58; Tue, 18 Oct 2016 17:29:45 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IHTiee094739; Tue, 18 Oct 2016 17:29:44 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IHTiho094737; Tue, 18 Oct 2016 17:29:44 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201610181729.u9IHTiho094737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 18 Oct 2016 17:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424186 - branches/2016Q4/net/mosquitto X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 17:29:46 -0000 Author: ohauer Date: Tue Oct 18 17:29:44 2016 New Revision: 424186 URL: https://svnweb.freebsd.org/changeset/ports/424186 Log: MFH: r424079 - update to 1.4.10 Broker Fix TLS operation with websockets listeners and libwebsockets 2.x. Closes #186. Don.t disconnect client on HUP before reading the pending data. Closes #7. Fix some $SYS messages being incorrectly persisted. Closes #191. Support OpenSSL 1.1.0. Call fsync after persisting data to ensure it is correctly written. Closes #189. Fix persistence saving of subscription QoS on big-endian machines. Fix will retained flag handling on Windows. Closes #222. Broker now displays an error if it is unable to open the log file. Closes #234. Client library Support OpenSSL 1.1.0. Fixed the C++ library not allowing SOCKS support to be used. Closes #198. Fix memory leak when verifying a server certificate with a subjectAltName section. Closes #237. Build Don.t attempt to install docs when WITH_DOCS=no. Closes #184. PR: 213532 Submitted by: ohauer Approved by: maintainer Approved by: ports-secteam (feld) Modified: branches/2016Q4/net/mosquitto/Makefile branches/2016Q4/net/mosquitto/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/net/mosquitto/Makefile ============================================================================== --- branches/2016Q4/net/mosquitto/Makefile Tue Oct 18 17:27:25 2016 (r424185) +++ branches/2016Q4/net/mosquitto/Makefile Tue Oct 18 17:29:44 2016 (r424186) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mosquitto -PORTVERSION= 1.4.9 +PORTVERSION= 1.4.10 CATEGORIES= net MASTER_SITES= http://mosquitto.org/files/source/ Modified: branches/2016Q4/net/mosquitto/distinfo ============================================================================== --- branches/2016Q4/net/mosquitto/distinfo Tue Oct 18 17:27:25 2016 (r424185) +++ branches/2016Q4/net/mosquitto/distinfo Tue Oct 18 17:29:44 2016 (r424186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468823152 -SHA256 (mosquitto-1.4.9.tar.gz) = 1df3ae07de40b80a74cd37a7b026895c544cdd3b42c9e0719ae91623aa98c58b -SIZE (mosquitto-1.4.9.tar.gz) = 325712 +TIMESTAMP = 1471433988 +SHA256 (mosquitto-1.4.10.tar.gz) = 437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770 +SIZE (mosquitto-1.4.10.tar.gz) = 359569 From owner-svn-ports-all@freebsd.org Tue Oct 18 17:31:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2874C17536; Tue, 18 Oct 2016 17:31:57 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80527D9D; Tue, 18 Oct 2016 17:31:57 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IHVuxv098322; Tue, 18 Oct 2016 17:31:56 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IHVu91098315; Tue, 18 Oct 2016 17:31:56 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610181731.u9IHVu91098315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 18 Oct 2016 17:31:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424187 - in head/security: tor tor-devel tor/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 17:31:57 -0000 Author: rene Date: Tue Oct 18 17:31:55 2016 New Revision: 424187 URL: https://svnweb.freebsd.org/changeset/ports/424187 Log: Update security/tor to 0.2.8.9 Update security/tor-devel to 0.2.9.4-alpha For security/tor: - fix directory permissions - mark the TOR2WEB option as "expert" PR: 212952 Submitted by: Neel Chauhan Approved by: maintainer MFH: 2016Q4 Security: c1dc55dc-9556-11e6-b154-3065ec8fd3ec Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo head/security/tor/Makefile head/security/tor/distinfo head/security/tor/files/tor.in head/security/tor/pkg-plist Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Tue Oct 18 17:29:44 2016 (r424186) +++ head/security/tor-devel/Makefile Tue Oct 18 17:31:55 2016 (r424187) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.9.2-alpha -PORTREVISION= 1 +DISTVERSION= 0.2.9.4-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Tue Oct 18 17:29:44 2016 (r424186) +++ head/security/tor-devel/distinfo Tue Oct 18 17:31:55 2016 (r424187) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472083233 -SHA256 (tor-0.2.9.2-alpha.tar.gz) = dd93cf6b8531acf68152adbfa2f693cebd1b3254bc6190c920a99cc587944922 -SIZE (tor-0.2.9.2-alpha.tar.gz) = 5294923 +TIMESTAMP = 1476741065 +SHA256 (tor-0.2.9.4-alpha.tar.gz) = fc5664fff4c86d3644043a068f11b17c57f9a295c37b7186bf90bb237913e400 +SIZE (tor-0.2.9.4-alpha.tar.gz) = 5481286 Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Tue Oct 18 17:29:44 2016 (r424186) +++ head/security/tor/Makefile Tue Oct 18 17:31:55 2016 (r424187) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -PORTVERSION= 0.2.8.7 -PORTREVISION= 1 +PORTVERSION= 0.2.8.9 CATEGORIES= security net ipv6 MASTER_SITES= TOR @@ -29,13 +28,15 @@ OPTIONS_DEFINE= STATIC_TOR TCMALLOC TOR2 STATIC_TOR_DESC= Build a static tor TCMALLOC_DESC= Use the tcmalloc memory allocation library -TOR2WEB_DESC= Faster but non-anonymous hidden services +TOR2WEB_DESC= (EXPERT OPTION) Faster but non-anonymous hidden services TRANSPARENT_DESC= Transparent proxy support OPTIONS_DEFAULT= TRANSPARENT USE_RC_SUBR= tor SUB_FILES= pkg-message +SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" +PLIST_SUB= USER="${USERS}" GROUP="${GROUPS}" GROUPS= _tor USERS= _tor @@ -88,6 +89,16 @@ CONFIGURE_ARGS+= --enable-transparent CONFIGURE_ARGS+= --disable-transparent .endif +pre-everything:: +.if ${PORT_OPTIONS:MTOR2WEB} + @${ECHO_MSG} + @${ECHO_MSG} "Warning: The expert option 'tor2web' is chosen." + @${ECHO_MSG} " With this option tor cannot be used for regular traffic," + @${ECHO_MSG} " only for non-anonymous hidden service traffic." + @${ECHO_MSG} " Please make sure you understand this option." + @${ECHO_MSG} +.endif + post-patch: @${REINPLACE_CMD} -E -e "s@(-z) (relro|now)@-Wl,\1,\2@g" \ ${WRKSRC}/configure @@ -109,7 +120,7 @@ post-configure: ${WRKSRC}/Makefile post-install: - @${MKDIR} ${STAGEDIR}/var/log/tor ${STAGEDIR}/var/run/tor + @${MKDIR} ${STAGEDIR}/var/log/tor ${STAGEDIR}/var/run/tor ${STAGEDIR}/var/db/tor .if ! ${PORT_OPTIONS:MTOR2WEB} check regression-test test: build Modified: head/security/tor/distinfo ============================================================================== --- head/security/tor/distinfo Tue Oct 18 17:29:44 2016 (r424186) +++ head/security/tor/distinfo Tue Oct 18 17:31:55 2016 (r424187) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472080840 -SHA256 (tor-0.2.8.7.tar.gz) = ae44e2b699e82db7ff318432fd558dfa941ad154e4055f16d208514951742fc6 -SIZE (tor-0.2.8.7.tar.gz) = 5179093 +TIMESTAMP = 1476740628 +SHA256 (tor-0.2.8.9.tar.gz) = 3f5c273bb887be4aff11f4d99b9e2e52d293b81ff4f6302b730161ff16dc5316 +SIZE (tor-0.2.8.9.tar.gz) = 5306773 Modified: head/security/tor/files/tor.in ============================================================================== --- head/security/tor/files/tor.in Tue Oct 18 17:29:44 2016 (r424186) +++ head/security/tor/files/tor.in Tue Oct 18 17:31:55 2016 (r424187) @@ -26,7 +26,7 @@ load_rc_config ${name} : ${tor_enable="NO"} : ${tor_conf="%%PREFIX%%/etc/tor/torrc"} -: ${tor_user="_tor"} +: ${tor_user="%%USER%%"} : ${tor_pidfile="/var/run/tor/tor.pid"} : ${tor_datadir="/var/db/tor"} Modified: head/security/tor/pkg-plist ============================================================================== --- head/security/tor/pkg-plist Tue Oct 18 17:29:44 2016 (r424186) +++ head/security/tor/pkg-plist Tue Oct 18 17:31:55 2016 (r424187) @@ -9,5 +9,6 @@ man/man1/tor.1.gz man/man1/torify.1.gz %%DATADIR%%/geoip %%DATADIR%%/geoip6 -@dir(_tor,_tor,750) /var/run/tor -@dir(_tor,_tor,750) /var/log/tor +@dir(%%USER%%,%%GROUP%%,700) /var/run/tor +@dir(%%USER%%,%%GROUP%%,700) /var/log/tor +@dir(%%USER%%,%%GROUP%%,700) /var/db/tor From owner-svn-ports-all@freebsd.org Tue Oct 18 17:37:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB5F5C17721; Tue, 18 Oct 2016 17:37:34 +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 9108CFB0; Tue, 18 Oct 2016 17:37:34 +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 u9IHbXH7098806; Tue, 18 Oct 2016 17:37:33 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IHbXr7098802; Tue, 18 Oct 2016 17:37:33 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610181737.u9IHbXr7098802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 18 Oct 2016 17:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424188 - in head: . devel devel/gaphor editors editors/winefish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 17:37:35 -0000 Author: rene Date: Tue Oct 18 17:37:33 2016 New Revision: 424188 URL: https://svnweb.freebsd.org/changeset/ports/424188 Log: Remove expired ports: 2016-10-18 devel/gaphor: runtime failure uncorrected for 1 year after first report 2016-10-18 editors/winefish: upstream disappeared (project dead?), segfaults on multiple arches Deleted: head/devel/gaphor/ head/editors/winefish/ Modified: head/MOVED head/devel/Makefile head/editors/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Oct 18 17:31:55 2016 (r424187) +++ head/MOVED Tue Oct 18 17:37:33 2016 (r424188) @@ -8680,3 +8680,5 @@ net/py-uritemplate.py|net/py-uritemplate misc/fortune_strfile||2016-10-14|Has expired: unmaintained and duplicated from base mail/elmo-devel|mail/elmo|2016-10-15|Has expired: Same version as mail/elmo, use it instead math/libR||2016-10-16|Has expired: math/R LIBR option is now on by default +devel/gaphor||2016-10-18|Has expired: runtime failure uncorrected for 1 year after first report +editors/winefish||2016-10-18|Has expired: upstream disappeared (project dead?), segfaults on multiple arches Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 18 17:31:55 2016 (r424187) +++ head/devel/Makefile Tue Oct 18 17:37:33 2016 (r424188) @@ -606,7 +606,6 @@ SUBDIR += funnelweb SUBDIR += gaa SUBDIR += gamin - SUBDIR += gaphor SUBDIR += gauche-readline SUBDIR += gaul SUBDIR += gazpacho Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Tue Oct 18 17:31:55 2016 (r424187) +++ head/editors/Makefile Tue Oct 18 17:37:33 2016 (r424188) @@ -256,7 +256,6 @@ SUBDIR += vile SUBDIR += vim SUBDIR += vim-lite - SUBDIR += winefish SUBDIR += with-editor SUBDIR += wordgrinder SUBDIR += xcoral From owner-svn-ports-all@freebsd.org Tue Oct 18 17:45:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D00F9C179DF; Tue, 18 Oct 2016 17:45:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86555775; Tue, 18 Oct 2016 17:45:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IHjm06003034; Tue, 18 Oct 2016 17:45:48 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IHjmJU003032; Tue, 18 Oct 2016 17:45:48 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610181745.u9IHjmJU003032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 17:45:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424189 - in head/net/netatalk3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 17:45:49 -0000 Author: feld Date: Tue Oct 18 17:45:48 2016 New Revision: 424189 URL: https://svnweb.freebsd.org/changeset/ports/424189 Log: net/netatalk3: Fix PAM option Previous rollback of PAM changes didn't update pkg-plist, so the PAM option was broken. By using @sample if PAM option is enabled we can install a default PAM config that inherits the system PAM configuration while allowing custom configs to remain untouched. PR: 213349 MFH: 2016Q4 Added: head/net/netatalk3/files/pam.conf (contents, props changed) Deleted: head/net/netatalk3/pkg-message Modified: head/net/netatalk3/Makefile head/net/netatalk3/pkg-plist Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Tue Oct 18 17:37:33 2016 (r424188) +++ head/net/netatalk3/Makefile Tue Oct 18 17:45:48 2016 (r424189) @@ -3,6 +3,7 @@ PORTNAME= netatalk PORTVERSION= 3.1.10 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF @@ -73,6 +74,8 @@ LIBWRAP_CONFIGURE_ENABLE=tcp-wrappers CONFLICTS= bigloo-2.* cap-6.0.* tct-1.* netatalk-[12]* yudit-[0-9]* +.include + post-patch: @${REINPLACE_CMD} -e 's|%%DB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \ s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ @@ -87,4 +90,8 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/contrib/macusers/macusers \ ${STAGEDIR}${PREFIX}/bin/macusers -.include +.if ${PORT_OPTIONS:MPAM} + ${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/netatalk.sample +.endif + +.include Added: head/net/netatalk3/files/pam.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/netatalk3/files/pam.conf Tue Oct 18 17:45:48 2016 (r424189) @@ -0,0 +1,17 @@ +# +# $FreeBSD$ +# +# PAM configuration for the "netatalk" service +# + +# auth +auth include system + +# account +account include system + +# password +password include system + +# session +session include system Modified: head/net/netatalk3/pkg-plist ============================================================================== --- head/net/netatalk3/pkg-plist Tue Oct 18 17:37:33 2016 (r424188) +++ head/net/netatalk3/pkg-plist Tue Oct 18 17:45:48 2016 (r424189) @@ -12,7 +12,7 @@ bin/netatalk-config %%DBUS%%etc/dbus-1/system.d/netatalk-dbus.conf %%DBUS%%etc/dbus-session.conf.netatalk @sample etc/extmap.conf.sample -%%PAM%%etc/pam.d/netatalk +%%PAM%%@sample etc/pam.d/netatalk.sample libexec/netatalk-uams/uams_clrtxt.so libexec/netatalk-uams/uams_dhx.so libexec/netatalk-uams/uams_dhx2.so From owner-svn-ports-all@freebsd.org Tue Oct 18 17:57:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FE6FC17BDA; Tue, 18 Oct 2016 17:57:18 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49262C43; Tue, 18 Oct 2016 17:57:18 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IHvHaM006934; Tue, 18 Oct 2016 17:57:17 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IHvHT2006932; Tue, 18 Oct 2016 17:57:17 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610181757.u9IHvHT2006932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 17:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424190 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 17:57:18 -0000 Author: feld Date: Tue Oct 18 17:57:16 2016 New Revision: 424190 URL: https://svnweb.freebsd.org/changeset/ports/424190 Log: Document vulnerability in Apache Axis2 PR: 213546 Security: CVE-2010-3981 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 18 17:45:48 2016 (r424189) +++ head/security/vuxml/vuln.xml Tue Oct 18 17:57:16 2016 (r424190) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Axis2 -- Cross-site scripting (XSS) vulnerability + + + axis2 + 1.7.3 + + + + +

Apache Axis2 reports:

+
+

Apache Axis2 1.7.3 is a security release that contains a fix + for CVE-2010-3981. That security vulnerability affects the admin console + that is part of the Axis2 Web application and was originally reported + for SAP BusinessObjects (which includes a version of Axis2). That report + didn’t mention Axis2 at all and the Axis2 project only recently became + aware (thanks to Devesh Bhatt and Nishant Agarwala) that the issue + affects Apache Axis2 as well.

+
+ +
+ + http://axis.apache.org/axis2/java/core/release-notes/1.7.3.html + CVE-2010-3981 + ports/213546 + + + 2010-10-18 + 2016-10-18 + +
+ Tor -- remote denial of service From owner-svn-ports-all@freebsd.org Tue Oct 18 18:01:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C1A3C17C90; Tue, 18 Oct 2016 18:01:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63262ED7; Tue, 18 Oct 2016 18:01:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9II1d60009937; Tue, 18 Oct 2016 18:01:39 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9II1dED009935; Tue, 18 Oct 2016 18:01:39 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610181801.u9II1dED009935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 18:01:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424191 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:01:40 -0000 Author: feld Date: Tue Oct 18 18:01:39 2016 New Revision: 424191 URL: https://svnweb.freebsd.org/changeset/ports/424191 Log: Fix some malformed entries in vuxml Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 18 17:57:16 2016 (r424190) +++ head/security/vuxml/vuln.xml Tue Oct 18 18:01:39 2016 (r424191) @@ -285,11 +285,12 @@ and CVE-2013-0155.

http://www.openwall.com/lists/oss-security/2016/09/08/4 CVE-2016-7162 - 213199 + ports/213199 2016-09-08 2016-10-12 + 2016-10-18
@@ -325,11 +326,12 @@ and CVE-2013-0155.

http://www.oracle.com/technetwork/topics/security/cpuoct2015-2367953.html CVE-2015-4813 CVE-2015-4896 - 204406 + ports/204406 2015-10-01 2016-10-12 + 2016-10-18
@@ -355,11 +357,12 @@ and CVE-2013-0155.

https://www.debian.org/security/2016/dsa-3675 - 213032 + ports/213032 2016-09-23 2016-10-12 + 2016-10-18 @@ -390,11 +393,12 @@ and CVE-2013-0155.

https://github.com/libgd/libgd/issues/308 https://bugs.php.net/bug.php?id=73003 - 213023 + ports/213023 2016-09-02 2016-10-11 + 2016-10-18 @@ -425,11 +429,12 @@ and CVE-2013-0155.

CVE-2014-6053 CVE-2014-6054 CVE-2014-6055 - 212380 + ports/212380 2014-09-23 2016-10-11 + 2016-10-18 @@ -456,11 +461,12 @@ and CVE-2013-0155.

http://www.openoffice.org/security/cves/CVE-2014-3575.html CVE-2014-3575 - 212379 + ports/212379 2014-08-21 2016-10-12 + 2016-10-18 @@ -500,11 +506,12 @@ and CVE-2013-0155.

http://bugs.ghostscript.com/show_bug.cgi?id=696954 CVE-2016-6525 CVE-2016-6265 - 212207 + ports/212207 2016-08-27 2016-10-12 + 2016-10-18 @@ -2161,12 +2168,12 @@ and CVE-2013-0155.

- 211975 + ports/211975 2016-08-18 2016-08-18 - 2016-08-19 + 2016-10-18 @@ -8773,12 +8780,13 @@ and CVE-2013-0155.

CVE-2016-4476 CVE-2016-4477 - /ports/209564 + ports/209564 http://w1.fi/security/2016-1/psk-parameter-config-update.txt 2016-05-02 2016-05-20 + 2016-05-20 From owner-svn-ports-all@freebsd.org Tue Oct 18 18:02:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABC5EC17DD6; Tue, 18 Oct 2016 18:02:49 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63298206; Tue, 18 Oct 2016 18:02:49 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9II2mw2010701; Tue, 18 Oct 2016 18:02:48 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9II2m3i010699; Tue, 18 Oct 2016 18:02:48 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610181802.u9II2m3i010699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 18 Oct 2016 18:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424192 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:02:49 -0000 Author: marino Date: Tue Oct 18 18:02:48 2016 New Revision: 424192 URL: https://svnweb.freebsd.org/changeset/ports/424192 Log: ports-mgmt/synth: Upgrade version 1.60 => 1.61 Address "[N] Fetch prebuilt packages" bug: Once the /usr/local/etc/pkg/repos/00_synth.conf file was created, there was a good change that fetching prebuilt packages would stop with a fetch error that the checksum didn't match. This seems to be caused by pkg(8) using both the FreeBSD and the Synth repositories and often deferring to the latter. This is incorrect behavior as only the FreeBSD repository should be used for prefetching. This issue is hopefully resolved now. Web report behavior change: Any existing ??_history.json files are now deleted at the start of each run. They were only litter as the javascript did not pull in old files, so this change just removes them. While here, rename the "Elapsed" column on the builders table to "Duration" to match the history table lable and also adjust the widths of the origin and information columns on the history table. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Tue Oct 18 18:01:39 2016 (r424191) +++ head/ports-mgmt/synth/Makefile Tue Oct 18 18:02:48 2016 (r424192) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.60 +PORTVERSION= 1.61 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Tue Oct 18 18:01:39 2016 (r424191) +++ head/ports-mgmt/synth/distinfo Tue Oct 18 18:02:48 2016 (r424192) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476562365 -SHA256 (jrmarino-synth-v1.60_GH0.tar.gz) = ea7bfd545a5651c8c102c820846e024c459e9a28124d764d2c65cdf3e76ab73e -SIZE (jrmarino-synth-v1.60_GH0.tar.gz) = 125239 +TIMESTAMP = 1476716706 +SHA256 (jrmarino-synth-v1.61_GH0.tar.gz) = 3c65fc13824da933a8daa1e19ed5c5a8e4e3cbc46b157b4acda42a66a9a2430b +SIZE (jrmarino-synth-v1.61_GH0.tar.gz) = 125333 From owner-svn-ports-all@freebsd.org Tue Oct 18 18:04:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AECFAC17E38; Tue, 18 Oct 2016 18:04:29 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89E0236D; Tue, 18 Oct 2016 18:04:29 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9II4SnR010896; Tue, 18 Oct 2016 18:04:28 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9II4Sjl010894; Tue, 18 Oct 2016 18:04:28 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610181804.u9II4Sjl010894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 18 Oct 2016 18:04:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424193 - head/finance/homebank X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:04:29 -0000 Author: pawel Date: Tue Oct 18 18:04:28 2016 New Revision: 424193 URL: https://svnweb.freebsd.org/changeset/ports/424193 Log: - Update to version 5.1 - Add LICENSE_FILE Changelog: * change: xhb data file format (v1.2) * change: internal storage of txn into accounts * change: transaction dialog, changed the layout * change: template/scheduled dialog, changed the layout * change: register, refactored toolbar grouping single and multiple actions * change: listview, removed deprecated rule hint (alternate row color) * change: listview, added line grid (new GTK+ option) * change: preferences, reworked layout * wish : #1610672 multiple edit should allow clearing fields * wish : #1608025 revert prefill with shift/ctrl clicked txn when multiple edit * wish : #1500235 automatic assignments based on regular expressions * wish : #1500220 allow auto assignments to overwrite payee * wish : #1484449 warn when amount sign and category don't match * wish : #1448613 display full category name in autocompletion * wish : #1424365 separe scheduled transaction from template transaction * wish : #1242312 category split for template/scheduled transaction * wish : #1102981 add comment bloc for accounts * wish : #1094528 auto-assign Payment * wish : #844576 payee default category and payment type * wish : #552565 multiple currency accounting * bugfix: #1631888 amount input limited to -/+ 2,147,483,647 * bugfix: #1628664 internal xfer assign to existing txn no longer work * bugfix: #1625913 category with 0 budget should display 'over' * bugfix: #1615245 dst_account remains into file for non intxfer Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo head/finance/homebank/pkg-plist Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Tue Oct 18 18:02:48 2016 (r424192) +++ head/finance/homebank/Makefile Tue Oct 18 18:04:28 2016 (r424193) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.0.9 -PORTREVISION= 1 +PORTVERSION= 5.1 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ @@ -10,8 +9,10 @@ MAINTAINER= pawel@FreeBSD.org COMMENT= Free, easy, personal accounting for everyone LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libosp.so:textproc/opensp +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + libosp.so:textproc/opensp GNU_CONFIGURE= yes USES= desktop-file-utils gettext gmake localbase pkgconfig \ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Tue Oct 18 18:02:48 2016 (r424192) +++ head/finance/homebank/distinfo Tue Oct 18 18:04:28 2016 (r424193) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469350083 -SHA256 (homebank-5.0.9.tar.gz) = a8409437035682148f742d7f1a0376a8fe661cef77ad959f218e7e8df10f6c03 -SIZE (homebank-5.0.9.tar.gz) = 2734372 +TIMESTAMP = 1476717901 +SHA256 (homebank-5.1.tar.gz) = 5b689aecaf9abddd8fbcee043f9815e26ad98f585d63a1db8d4469493c32e7d9 +SIZE (homebank-5.1.tar.gz) = 2684031 Modified: head/finance/homebank/pkg-plist ============================================================================== --- head/finance/homebank/pkg-plist Tue Oct 18 18:02:48 2016 (r424192) +++ head/finance/homebank/pkg-plist Tue Oct 18 18:04:28 2016 (r424193) @@ -21,6 +21,7 @@ share/applications/homebank.desktop %%DATADIR%%/help/dlg-assi.html %%DATADIR%%/help/dlg-bud1.html %%DATADIR%%/help/dlg-cate.html +%%DATADIR%%/help/dlg-curr.html %%DATADIR%%/help/dlg-filt.html %%DATADIR%%/help/dlg-mult.html %%DATADIR%%/help/dlg-paye.html @@ -61,6 +62,7 @@ share/applications/homebank.desktop %%DATADIR%%/help/images/dlg-assign1.png %%DATADIR%%/help/images/dlg-budget1.png %%DATADIR%%/help/images/dlg-category1.png +%%DATADIR%%/help/images/dlg-currencies1.png %%DATADIR%%/help/images/dlg-filter1.png %%DATADIR%%/help/images/dlg-filter2.png %%DATADIR%%/help/images/dlg-filter3.png @@ -68,6 +70,7 @@ share/applications/homebank.desktop %%DATADIR%%/help/images/dlg-filter5.png %%DATADIR%%/help/images/dlg-filter6.png %%DATADIR%%/help/images/dlg-payee1.png +%%DATADIR%%/help/images/dlg-payee2.png %%DATADIR%%/help/images/dlg-prefs1.png %%DATADIR%%/help/images/dlg-prefs2.png %%DATADIR%%/help/images/dlg-prefs3.png @@ -109,6 +112,7 @@ share/applications/homebank.desktop %%DATADIR%%/help/images/pm-transfer.png %%DATADIR%%/help/images/tip-accorder.png %%DATADIR%%/help/images/tip-listsearch.png +%%DATADIR%%/help/images/tip-multiedit.png %%DATADIR%%/help/images/use-assignment1.png %%DATADIR%%/help/images/use-budget1.png %%DATADIR%%/help/images/use-budget2.png @@ -124,6 +128,7 @@ share/applications/homebank.desktop %%DATADIR%%/help/images/use-vehiclecost1.png %%DATADIR%%/help/images/use-vehiclecost2.png %%DATADIR%%/help/images/use-vehiclecost3.png +%%DATADIR%%/help/images/warn.png %%DATADIR%%/help/images/web_title.png %%DATADIR%%/help/images/win-account1.png %%DATADIR%%/help/images/win-balance1.png @@ -186,6 +191,7 @@ share/applications/homebank.desktop %%DATADIR%%/icons/hicolor/24x24/actions/hb-assign.png %%DATADIR%%/icons/hicolor/24x24/actions/hb-budget.png %%DATADIR%%/icons/hicolor/24x24/actions/hb-category.png +%%DATADIR%%/icons/hicolor/24x24/actions/hb-currency.png %%DATADIR%%/icons/hicolor/24x24/actions/hb-file-export.png %%DATADIR%%/icons/hicolor/24x24/actions/hb-file-import.png %%DATADIR%%/icons/hicolor/24x24/actions/hb-file-invalid.png @@ -251,24 +257,18 @@ share/locale/eu/LC_MESSAGES/homebank.mo share/locale/fa/LC_MESSAGES/homebank.mo share/locale/fi/LC_MESSAGES/homebank.mo share/locale/fr/LC_MESSAGES/homebank.mo -share/locale/ga/LC_MESSAGES/homebank.mo share/locale/gl/LC_MESSAGES/homebank.mo -share/locale/gu/LC_MESSAGES/homebank.mo share/locale/he/LC_MESSAGES/homebank.mo share/locale/hr/LC_MESSAGES/homebank.mo -share/locale/ht/LC_MESSAGES/homebank.mo share/locale/hu/LC_MESSAGES/homebank.mo -share/locale/ia/LC_MESSAGES/homebank.mo share/locale/id/LC_MESSAGES/homebank.mo share/locale/is/LC_MESSAGES/homebank.mo share/locale/it/LC_MESSAGES/homebank.mo share/locale/ja/LC_MESSAGES/homebank.mo share/locale/ka/LC_MESSAGES/homebank.mo -share/locale/kn/LC_MESSAGES/homebank.mo share/locale/ko/LC_MESSAGES/homebank.mo share/locale/lt/LC_MESSAGES/homebank.mo share/locale/lv/LC_MESSAGES/homebank.mo -share/locale/ml/LC_MESSAGES/homebank.mo share/locale/mr/LC_MESSAGES/homebank.mo share/locale/ms/LC_MESSAGES/homebank.mo share/locale/nb/LC_MESSAGES/homebank.mo @@ -286,8 +286,6 @@ share/locale/sk/LC_MESSAGES/homebank.mo share/locale/sl/LC_MESSAGES/homebank.mo share/locale/sr/LC_MESSAGES/homebank.mo share/locale/sv/LC_MESSAGES/homebank.mo -share/locale/ta/LC_MESSAGES/homebank.mo -share/locale/th/LC_MESSAGES/homebank.mo share/locale/tr/LC_MESSAGES/homebank.mo share/locale/uk/LC_MESSAGES/homebank.mo share/locale/vi/LC_MESSAGES/homebank.mo From owner-svn-ports-all@freebsd.org Tue Oct 18 18:08:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F26EC17ED8; Tue, 18 Oct 2016 18:08:34 +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 1083E771; Tue, 18 Oct 2016 18:08:33 +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 u9II8XEg011189; Tue, 18 Oct 2016 18:08:33 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9II8WXZ011186; Tue, 18 Oct 2016 18:08:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610181808.u9II8WXZ011186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 18 Oct 2016 18:08:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424194 - in head/net-mgmt/prometheus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:08:34 -0000 Author: pi Date: Tue Oct 18 18:08:32 2016 New Revision: 424194 URL: https://svnweb.freebsd.org/changeset/ports/424194 Log: sysutils/prometheus: Fix some issues discussed in PRs - the config file is now a @sample - pkg-plist added - /var/db/prometheus is the new place to be PR: 210059 Submitted by: Andy Carrel Approved by: jev@ecadlabs.com (maintainer) Added: head/net-mgmt/prometheus/pkg-plist (contents, props changed) Modified: head/net-mgmt/prometheus/Makefile head/net-mgmt/prometheus/files/prometheus.in Modified: head/net-mgmt/prometheus/Makefile ============================================================================== --- head/net-mgmt/prometheus/Makefile Tue Oct 18 18:04:28 2016 (r424193) +++ head/net-mgmt/prometheus/Makefile Tue Oct 18 18:08:32 2016 (r424194) @@ -3,6 +3,7 @@ PORTNAME= prometheus PORTVERSION= 1.2.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt @@ -16,10 +17,6 @@ USE_GITHUB= yes GO_PKGNAME= github.com/${PORTNAME}/${PORTNAME} -PLIST_FILES= bin/prometheus \ - bin/promtool \ - etc/prometheus.yml - USE_RC_SUBR= prometheus USERS= prometheus @@ -31,9 +28,12 @@ do-build: (cd ${GO_WRKSRC}/cmd/prometheus ; ${SETENV} ${GO_ENV} go install) (cd ${GO_WRKSRC}/cmd/promtool ; ${SETENV} ${GO_ENV} go install) +post-stage: + ${MKDIR} ${STAGEDIR}${DESTDIR}/var/db/prometheus + do-install: ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/prometheus ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/promtool ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/documentation/examples/prometheus.yml ${STAGEDIR}${LOCALBASE}/etc + ${INSTALL_DATA} ${WRKSRC}/documentation/examples/prometheus.yml ${STAGEDIR}${LOCALBASE}/etc/prometheus.yml.sample .include Modified: head/net-mgmt/prometheus/files/prometheus.in ============================================================================== --- head/net-mgmt/prometheus/files/prometheus.in Tue Oct 18 18:04:28 2016 (r424193) +++ head/net-mgmt/prometheus/files/prometheus.in Tue Oct 18 18:08:32 2016 (r424194) @@ -14,7 +14,7 @@ # prometheus_group (string): Set group to run prometheus # Default is "prometheus" # prometheus_data_dir (string): Set dir to run prometheus in -# Default is "/var/tmp/prometheus" +# Default is "/var/db/prometheus" # prometheus_log_file (string): Set file that prometheus will log to # Default is "/var/log/prometheus.log" # prometheus_args (string): Set additional command line arguments Added: head/net-mgmt/prometheus/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/prometheus/pkg-plist Tue Oct 18 18:08:32 2016 (r424194) @@ -0,0 +1,4 @@ +bin/prometheus +bin/promtool +@sample etc/prometheus.yml.sample +@dir(prometheus,prometheus) /var/db/prometheus From owner-svn-ports-all@freebsd.org Tue Oct 18 18:09:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AEF9C17001; Tue, 18 Oct 2016 18:09:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B8BD8E5; Tue, 18 Oct 2016 18:09:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9II9uOL011391; Tue, 18 Oct 2016 18:09:56 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9II9uZI011390; Tue, 18 Oct 2016 18:09:56 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610181809.u9II9uZI011390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 18:09:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424195 - branches/2016Q4/net/tsclient X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:09:57 -0000 Author: feld Date: Tue Oct 18 18:09:56 2016 New Revision: 424195 URL: https://svnweb.freebsd.org/changeset/ports/424195 Log: MFH: r423980 net/tsclient: Currently a link at LOCALBASE/share/pixmaps is broken. Fix it. PR: 209889 Submitted by: bsam (me) Approved by: maintainer timeout (3 months+) Approved by: ports-secteam (with hat) Modified: branches/2016Q4/net/tsclient/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/net/tsclient/Makefile ============================================================================== --- branches/2016Q4/net/tsclient/Makefile Tue Oct 18 18:08:32 2016 (r424194) +++ branches/2016Q4/net/tsclient/Makefile Tue Oct 18 18:09:56 2016 (r424195) @@ -3,7 +3,7 @@ PORTNAME= tsclient PORTVERSION= 0.150 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net gnome MASTER_SITES= SF @@ -42,7 +42,7 @@ post-patch: ${WRKSRC}/Makefile.in post-install: - @${LN} -sf tsclient.png \ + @${LN} -sf tsclient/tsclient.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/tsclient.png .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Tue Oct 18 18:15:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10126C171D3; Tue, 18 Oct 2016 18:15:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBDB0D14; Tue, 18 Oct 2016 18:15:16 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IIFFcL015412; Tue, 18 Oct 2016 18:15:15 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IIFFPl015409; Tue, 18 Oct 2016 18:15:15 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610181815.u9IIFFPl015409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 18:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424196 - head/deskutils/py-khal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:15:17 -0000 Author: feld Date: Tue Oct 18 18:15:15 2016 New Revision: 424196 URL: https://svnweb.freebsd.org/changeset/ports/424196 Log: deskutils/py-khal: Update to 0.7.1 Changelog: https://github.com/pimutils/khal/releases/tag/v0.7.1 PR: 213537 Approved by: maintainer MFH: 2016Q4 Modified: head/deskutils/py-khal/Makefile head/deskutils/py-khal/distinfo head/deskutils/py-khal/pkg-descr Modified: head/deskutils/py-khal/Makefile ============================================================================== --- head/deskutils/py-khal/Makefile Tue Oct 18 18:09:56 2016 (r424195) +++ head/deskutils/py-khal/Makefile Tue Oct 18 18:15:15 2016 (r424196) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= khal -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clic ${PYTHON_PKGNAMEPREFIX}dateutil>=2.3:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:devel/py-tzlocal \ - ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0.4.3:deskutils/py-vdirsyncer \ + ${PYTHON_PKGNAMEPREFIX}vdirsyncer<0.13:deskutils/py-vdirsyncer \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}pkginfo>0:sysutils/py-pkginfo Modified: head/deskutils/py-khal/distinfo ============================================================================== --- head/deskutils/py-khal/distinfo Tue Oct 18 18:09:56 2016 (r424195) +++ head/deskutils/py-khal/distinfo Tue Oct 18 18:15:15 2016 (r424196) @@ -1,2 +1,3 @@ -SHA256 (khal-0.7.0.tar.gz) = c6b0c81df56133e4592f02d8e9b60702079da2affd1b09ba96358ccd8eec9402 -SIZE (khal-0.7.0.tar.gz) = 109801 +TIMESTAMP = 1476625563 +SHA256 (khal-0.7.1.tar.gz) = a932eb65bcdc0fb5a18e1d8547672a160ee3d55253aaee2bd3a23b876d438065 +SIZE (khal-0.7.1.tar.gz) = 109898 Modified: head/deskutils/py-khal/pkg-descr ============================================================================== --- head/deskutils/py-khal/pkg-descr Tue Oct 18 18:09:56 2016 (r424195) +++ head/deskutils/py-khal/pkg-descr Tue Oct 18 18:15:15 2016 (r424196) @@ -1,5 +1,5 @@ -Khal is a calendar program for the terminal for viewing, adding and editing -events and calendars. Khal is build on the iCalendar and vdir (allowing the +Khal is a calendar program for the terminal for viewing, adding and editing +events and calendars. Khal is build on the iCalendar and vdir (allowing the use of vdirsyncer for CalDAV compatibility) standards. WWW: http://lostpackets.de/khal/ From owner-svn-ports-all@freebsd.org Tue Oct 18 18:16:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9563FC172A0; Tue, 18 Oct 2016 18:16:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54B19EE0; Tue, 18 Oct 2016 18:16:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IIFxf1015636; Tue, 18 Oct 2016 18:15:59 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IIFxbS015632; Tue, 18 Oct 2016 18:15:59 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610181815.u9IIFxbS015632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 18:15:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424197 - branches/2016Q4/deskutils/py-khal X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:16:00 -0000 Author: feld Date: Tue Oct 18 18:15:58 2016 New Revision: 424197 URL: https://svnweb.freebsd.org/changeset/ports/424197 Log: MFH: r424196 deskutils/py-khal: Update to 0.7.1 Changelog: https://github.com/pimutils/khal/releases/tag/v0.7.1 PR: 213537 Approved by: maintainer Approved by: ports-secteam (with hat) Modified: branches/2016Q4/deskutils/py-khal/Makefile branches/2016Q4/deskutils/py-khal/distinfo branches/2016Q4/deskutils/py-khal/pkg-descr Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/deskutils/py-khal/Makefile ============================================================================== --- branches/2016Q4/deskutils/py-khal/Makefile Tue Oct 18 18:15:15 2016 (r424196) +++ branches/2016Q4/deskutils/py-khal/Makefile Tue Oct 18 18:15:58 2016 (r424197) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= khal -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clic ${PYTHON_PKGNAMEPREFIX}dateutil>=2.3:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:devel/py-tzlocal \ - ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0.4.3:deskutils/py-vdirsyncer \ + ${PYTHON_PKGNAMEPREFIX}vdirsyncer<0.13:deskutils/py-vdirsyncer \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}pkginfo>0:sysutils/py-pkginfo Modified: branches/2016Q4/deskutils/py-khal/distinfo ============================================================================== --- branches/2016Q4/deskutils/py-khal/distinfo Tue Oct 18 18:15:15 2016 (r424196) +++ branches/2016Q4/deskutils/py-khal/distinfo Tue Oct 18 18:15:58 2016 (r424197) @@ -1,2 +1,3 @@ -SHA256 (khal-0.7.0.tar.gz) = c6b0c81df56133e4592f02d8e9b60702079da2affd1b09ba96358ccd8eec9402 -SIZE (khal-0.7.0.tar.gz) = 109801 +TIMESTAMP = 1476625563 +SHA256 (khal-0.7.1.tar.gz) = a932eb65bcdc0fb5a18e1d8547672a160ee3d55253aaee2bd3a23b876d438065 +SIZE (khal-0.7.1.tar.gz) = 109898 Modified: branches/2016Q4/deskutils/py-khal/pkg-descr ============================================================================== --- branches/2016Q4/deskutils/py-khal/pkg-descr Tue Oct 18 18:15:15 2016 (r424196) +++ branches/2016Q4/deskutils/py-khal/pkg-descr Tue Oct 18 18:15:58 2016 (r424197) @@ -1,5 +1,5 @@ -Khal is a calendar program for the terminal for viewing, adding and editing -events and calendars. Khal is build on the iCalendar and vdir (allowing the +Khal is a calendar program for the terminal for viewing, adding and editing +events and calendars. Khal is build on the iCalendar and vdir (allowing the use of vdirsyncer for CalDAV compatibility) standards. WWW: http://lostpackets.de/khal/ From owner-svn-ports-all@freebsd.org Tue Oct 18 18:19:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AA5DC17368; Tue, 18 Oct 2016 18:19:11 +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 ECA4ACF; Tue, 18 Oct 2016 18:19:10 +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 u9IIJAc6015970; Tue, 18 Oct 2016 18:19:10 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IIJ9Nt015964; Tue, 18 Oct 2016 18:19:09 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610181819.u9IIJ9Nt015964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 18 Oct 2016 18:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424198 - in branches/2016Q4/security: tor tor-devel tor/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:19:11 -0000 Author: rene Date: Tue Oct 18 18:19:09 2016 New Revision: 424198 URL: https://svnweb.freebsd.org/changeset/ports/424198 Log: MFH: r424187 Update security/tor to 0.2.8.9 Update security/tor-devel to 0.2.9.4-alpha For security/tor: - fix directory permissions - mark the TOR2WEB option as "expert" PR: 212952 Submitted by: Neel Chauhan Approved by: maintainer Security: c1dc55dc-9556-11e6-b154-3065ec8fd3ec Approved by: ports-secteam (feld) Modified: branches/2016Q4/security/tor-devel/Makefile branches/2016Q4/security/tor-devel/distinfo branches/2016Q4/security/tor/Makefile branches/2016Q4/security/tor/distinfo branches/2016Q4/security/tor/files/tor.in branches/2016Q4/security/tor/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/security/tor-devel/Makefile ============================================================================== --- branches/2016Q4/security/tor-devel/Makefile Tue Oct 18 18:15:58 2016 (r424197) +++ branches/2016Q4/security/tor-devel/Makefile Tue Oct 18 18:19:09 2016 (r424198) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.9.2-alpha -PORTREVISION= 1 +DISTVERSION= 0.2.9.4-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: branches/2016Q4/security/tor-devel/distinfo ============================================================================== --- branches/2016Q4/security/tor-devel/distinfo Tue Oct 18 18:15:58 2016 (r424197) +++ branches/2016Q4/security/tor-devel/distinfo Tue Oct 18 18:19:09 2016 (r424198) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472083233 -SHA256 (tor-0.2.9.2-alpha.tar.gz) = dd93cf6b8531acf68152adbfa2f693cebd1b3254bc6190c920a99cc587944922 -SIZE (tor-0.2.9.2-alpha.tar.gz) = 5294923 +TIMESTAMP = 1476741065 +SHA256 (tor-0.2.9.4-alpha.tar.gz) = fc5664fff4c86d3644043a068f11b17c57f9a295c37b7186bf90bb237913e400 +SIZE (tor-0.2.9.4-alpha.tar.gz) = 5481286 Modified: branches/2016Q4/security/tor/Makefile ============================================================================== --- branches/2016Q4/security/tor/Makefile Tue Oct 18 18:15:58 2016 (r424197) +++ branches/2016Q4/security/tor/Makefile Tue Oct 18 18:19:09 2016 (r424198) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -PORTVERSION= 0.2.8.7 -PORTREVISION= 1 +PORTVERSION= 0.2.8.9 CATEGORIES= security net ipv6 MASTER_SITES= TOR @@ -29,13 +28,15 @@ OPTIONS_DEFINE= STATIC_TOR TCMALLOC TOR2 STATIC_TOR_DESC= Build a static tor TCMALLOC_DESC= Use the tcmalloc memory allocation library -TOR2WEB_DESC= Faster but non-anonymous hidden services +TOR2WEB_DESC= (EXPERT OPTION) Faster but non-anonymous hidden services TRANSPARENT_DESC= Transparent proxy support OPTIONS_DEFAULT= TRANSPARENT USE_RC_SUBR= tor SUB_FILES= pkg-message +SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" +PLIST_SUB= USER="${USERS}" GROUP="${GROUPS}" GROUPS= _tor USERS= _tor @@ -88,6 +89,16 @@ CONFIGURE_ARGS+= --enable-transparent CONFIGURE_ARGS+= --disable-transparent .endif +pre-everything:: +.if ${PORT_OPTIONS:MTOR2WEB} + @${ECHO_MSG} + @${ECHO_MSG} "Warning: The expert option 'tor2web' is chosen." + @${ECHO_MSG} " With this option tor cannot be used for regular traffic," + @${ECHO_MSG} " only for non-anonymous hidden service traffic." + @${ECHO_MSG} " Please make sure you understand this option." + @${ECHO_MSG} +.endif + post-patch: @${REINPLACE_CMD} -E -e "s@(-z) (relro|now)@-Wl,\1,\2@g" \ ${WRKSRC}/configure @@ -109,7 +120,7 @@ post-configure: ${WRKSRC}/Makefile post-install: - @${MKDIR} ${STAGEDIR}/var/log/tor ${STAGEDIR}/var/run/tor + @${MKDIR} ${STAGEDIR}/var/log/tor ${STAGEDIR}/var/run/tor ${STAGEDIR}/var/db/tor .if ! ${PORT_OPTIONS:MTOR2WEB} check regression-test test: build Modified: branches/2016Q4/security/tor/distinfo ============================================================================== --- branches/2016Q4/security/tor/distinfo Tue Oct 18 18:15:58 2016 (r424197) +++ branches/2016Q4/security/tor/distinfo Tue Oct 18 18:19:09 2016 (r424198) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472080840 -SHA256 (tor-0.2.8.7.tar.gz) = ae44e2b699e82db7ff318432fd558dfa941ad154e4055f16d208514951742fc6 -SIZE (tor-0.2.8.7.tar.gz) = 5179093 +TIMESTAMP = 1476740628 +SHA256 (tor-0.2.8.9.tar.gz) = 3f5c273bb887be4aff11f4d99b9e2e52d293b81ff4f6302b730161ff16dc5316 +SIZE (tor-0.2.8.9.tar.gz) = 5306773 Modified: branches/2016Q4/security/tor/files/tor.in ============================================================================== --- branches/2016Q4/security/tor/files/tor.in Tue Oct 18 18:15:58 2016 (r424197) +++ branches/2016Q4/security/tor/files/tor.in Tue Oct 18 18:19:09 2016 (r424198) @@ -26,7 +26,7 @@ load_rc_config ${name} : ${tor_enable="NO"} : ${tor_conf="%%PREFIX%%/etc/tor/torrc"} -: ${tor_user="_tor"} +: ${tor_user="%%USER%%"} : ${tor_pidfile="/var/run/tor/tor.pid"} : ${tor_datadir="/var/db/tor"} Modified: branches/2016Q4/security/tor/pkg-plist ============================================================================== --- branches/2016Q4/security/tor/pkg-plist Tue Oct 18 18:15:58 2016 (r424197) +++ branches/2016Q4/security/tor/pkg-plist Tue Oct 18 18:19:09 2016 (r424198) @@ -9,5 +9,6 @@ man/man1/tor.1.gz man/man1/torify.1.gz %%DATADIR%%/geoip %%DATADIR%%/geoip6 -@dir(_tor,_tor,750) /var/run/tor -@dir(_tor,_tor,750) /var/log/tor +@dir(%%USER%%,%%GROUP%%,700) /var/run/tor +@dir(%%USER%%,%%GROUP%%,700) /var/log/tor +@dir(%%USER%%,%%GROUP%%,700) /var/db/tor From owner-svn-ports-all@freebsd.org Tue Oct 18 18:30:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 924FDC17595; Tue, 18 Oct 2016 18:30:25 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49171811; Tue, 18 Oct 2016 18:30:25 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IIUOIl020081; Tue, 18 Oct 2016 18:30:24 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IIUOT1020080; Tue, 18 Oct 2016 18:30:24 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201610181830.u9IIUOT1020080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Tue, 18 Oct 2016 18:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424199 - head/net/netatalk3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:30:25 -0000 Author: marcus Date: Tue Oct 18 18:30:24 2016 New Revision: 424199 URL: https://svnweb.freebsd.org/changeset/ports/424199 Log: * Properly expand %%ZEROCONF%% in the rc.d script * While here, ensure zeroconf support is disabled at configure time if neither Avahi or mDNSResponder has been chosen PR: 213597 Modified: head/net/netatalk3/Makefile Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Tue Oct 18 18:19:09 2016 (r424198) +++ head/net/netatalk3/Makefile Tue Oct 18 18:30:24 2016 (r424199) @@ -3,7 +3,7 @@ PORTNAME= netatalk PORTVERSION= 3.1.10 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF @@ -48,14 +48,15 @@ KERBEROS5_CONFIGURE_ON= --enable-krbV-ua KERBEROS_CONFIGURE_WITH=kerberos KERBEROS_LIB_DEPENDS=libgpg-error.so:security/libgpg-error PAM_CONFIGURE_WITH=pam -ZEROCONF_CONFIGURE_OFF= --disable-zeroconf AVAHI_CONFIGURE_ON= --enable-zeroconf=${LOCALBASE} AVAHI_CFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app +AVAHI_SUB_LIST= ZEROCONF="avahi_daemon" MDNSRESPONDER_CONFIGURE_ON= --enable-zeroconf=${LOCALBASE} MDNSRESPONDER_CONFIGURE_ENV= ac_cv_lib_avahi_client_avahi_client_new=no MDNSRESPONDER_CFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder +MDNSRESPONDER_SUB_LIST= ZEROCONF="mdnsd" LDAP_CONFIGURE_ON= --with-ldap=${LOCALBASE} LDAP_CFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib LDAP_USE= OPENLDAP=yes @@ -76,6 +77,11 @@ CONFLICTS= bigloo-2.* cap-6.0.* tct-1.* .include +.if ${PORT_OPTIONS:MAVAHI}=="" && ${PORT_OPTIONS:MMDNSRESPONDER}=="" +SUB_LIST+= ZEROCONF="" +CONFIGURE_ARGS+=--disable-zeroconf +.endif + post-patch: @${REINPLACE_CMD} -e 's|%%DB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \ s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ From owner-svn-ports-all@freebsd.org Tue Oct 18 18:37:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 551C7C1773C; Tue, 18 Oct 2016 18:37:00 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26F34C5D; Tue, 18 Oct 2016 18:37:00 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IIax4a023769; Tue, 18 Oct 2016 18:36:59 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IIaxrF023768; Tue, 18 Oct 2016 18:36:59 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610181836.u9IIaxrF023768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 18 Oct 2016 18:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424200 - head/devel/py-oslo.config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:37:00 -0000 Author: novel Date: Tue Oct 18 18:36:59 2016 New Revision: 424200 URL: https://svnweb.freebsd.org/changeset/ports/424200 Log: devel/py-oslo.config: respect hier(7) - Use ${PREFIX}/etc instead of /etc for configuration files - Bump PORTREVISION PR: 213542 Submitted by: Alexander Nusov (maintainer) Modified: head/devel/py-oslo.config/Makefile Modified: head/devel/py-oslo.config/Makefile ============================================================================== --- head/devel/py-oslo.config/Makefile Tue Oct 18 18:30:24 2016 (r424199) +++ head/devel/py-oslo.config/Makefile Tue Oct 18 18:36:59 2016 (r424200) @@ -3,6 +3,7 @@ PORTNAME= oslo.config PORTVERSION= 3.17.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,4 +24,10 @@ NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils +post-patch: + @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" \ + ${WRKSRC}/doc/source/sphinxconfiggen.rst \ + ${WRKSRC}/oslo_config/_list_opts.py \ + ${WRKSRC}/oslo_config/cfg.py + .include From owner-svn-ports-all@freebsd.org Tue Oct 18 18:37:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C9F5C177D1; Tue, 18 Oct 2016 18:37:58 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BC34D7C; Tue, 18 Oct 2016 18:37:58 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IIbvAo023939; Tue, 18 Oct 2016 18:37:57 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IIbvOR023936; Tue, 18 Oct 2016 18:37:57 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610181837.u9IIbvOR023936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 18 Oct 2016 18:37:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424201 - head/net/py-keystoneclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:37:58 -0000 Author: novel Date: Tue Oct 18 18:37:56 2016 New Revision: 424201 URL: https://svnweb.freebsd.org/changeset/ports/424201 Log: net/py-keystoneclient: update to 3.6.0 PR: 213542 Submitted by: Alexander Nusov (maintainer) Modified: head/net/py-keystoneclient/Makefile head/net/py-keystoneclient/distinfo Modified: head/net/py-keystoneclient/Makefile ============================================================================== --- head/net/py-keystoneclient/Makefile Tue Oct 18 18:36:59 2016 (r424200) +++ head/net/py-keystoneclient/Makefile Tue Oct 18 18:37:56 2016 (r424201) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keystoneclient -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-keystoneclient/distinfo ============================================================================== --- head/net/py-keystoneclient/distinfo Tue Oct 18 18:36:59 2016 (r424200) +++ head/net/py-keystoneclient/distinfo Tue Oct 18 18:37:56 2016 (r424201) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475932050 -SHA256 (python-keystoneclient-3.5.0.tar.gz) = 5a1c7f3902193c620e398c4655b7d363a7fabdb286e549fccf99ae84ed1612dd -SIZE (python-keystoneclient-3.5.0.tar.gz) = 299756 +TIMESTAMP = 1476612163 +SHA256 (python-keystoneclient-3.6.0.tar.gz) = 9b02364926323b14760719f7162fc38a99b9d2acb7241298a991023c87ad91b0 +SIZE (python-keystoneclient-3.6.0.tar.gz) = 295901 From owner-svn-ports-all@freebsd.org Tue Oct 18 18:39:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2CC6C17837; Tue, 18 Oct 2016 18:39:27 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92243E7F; Tue, 18 Oct 2016 18:39:27 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IIdQ3B024122; Tue, 18 Oct 2016 18:39:26 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IIdQqP024120; Tue, 18 Oct 2016 18:39:26 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610181839.u9IIdQqP024120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 18 Oct 2016 18:39:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424202 - head/net/py-openstackclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:39:27 -0000 Author: novel Date: Tue Oct 18 18:39:26 2016 New Revision: 424202 URL: https://svnweb.freebsd.org/changeset/ports/424202 Log: net/py-openstackclient: update to 3.2.0 PR: 213542 Submitted by: Alexander Nusov (maintainer) Modified: head/net/py-openstackclient/Makefile head/net/py-openstackclient/distinfo Modified: head/net/py-openstackclient/Makefile ============================================================================== --- head/net/py-openstackclient/Makefile Tue Oct 18 18:37:56 2016 (r424201) +++ head/net/py-openstackclient/Makefile Tue Oct 18 18:39:26 2016 (r424202) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openstackclient -PORTVERSION= 1.9.0 +PORTVERSION= 3.2.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-openstackclient/distinfo ============================================================================== --- head/net/py-openstackclient/distinfo Tue Oct 18 18:37:56 2016 (r424201) +++ head/net/py-openstackclient/distinfo Tue Oct 18 18:39:26 2016 (r424202) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475872454 -SHA256 (python-openstackclient-1.9.0.tar.gz) = b9d983580cca2203509e85c46e6437a89caaf324d9755891ea860954b3eedf84 -SIZE (python-openstackclient-1.9.0.tar.gz) = 275192 +TIMESTAMP = 1476612131 +SHA256 (python-openstackclient-3.2.0.tar.gz) = 4f66ccbdb2b3de71d69fee305a9585435cdaa0f9e523240c2f6c756555283c7a +SIZE (python-openstackclient-3.2.0.tar.gz) = 431887 From owner-svn-ports-all@freebsd.org Tue Oct 18 18:45:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67813C17A49; Tue, 18 Oct 2016 18:45:35 +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 447D3311; Tue, 18 Oct 2016 18:45:35 +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 u9IIjYA0027832; Tue, 18 Oct 2016 18:45:34 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IIjYKY027829; Tue, 18 Oct 2016 18:45:34 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201610181845.u9IIjYKY027829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 18 Oct 2016 18:45:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424203 - head/security/gnupg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:45:35 -0000 Author: cmt Date: Tue Oct 18 18:45:34 2016 New Revision: 424203 URL: https://svnweb.freebsd.org/changeset/ports/424203 Log: update gnupg to 2.1.15 PR: 212355 Approved by: rene (mentor) Approved by: maintainer timeout Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo head/security/gnupg/pkg-plist Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Tue Oct 18 18:39:26 2016 (r424202) +++ head/security/gnupg/Makefile Tue Oct 18 18:45:34 2016 (r424203) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.13 +PORTVERSION= 2.1.15 #PORTREVISION= 0 CATEGORIES= security MASTER_SITES= GNUPG @@ -18,13 +18,15 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LI LIB_DEPENDS= libassuan.so:security/libassuan \ libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error \ libksba.so:security/libksba \ libnpth.so:devel/npth -BUILD_DEPENDS= libgpg-error>=1.16:security/libgpg-error +BUILD_DEPENDS= libassuan>=2.4.3:security/libassuan \ + libgpg-error>=1.16:security/libgpg-error RUN_DEPENDS= pinentry>0:security/pinentry GNU_CONFIGURE= YES -USES= cpe gmake iconv pkgconfig tar:bzip2 +USES= cpe gmake iconv pkgconfig sqlite tar:bzip2 USE_LDCONFIG= YES # libreadline.so.8 is placed in /lib, but --with-readline argument # will be treated as $value/lib, so try using /usr instead. Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Tue Oct 18 18:39:26 2016 (r424202) +++ head/security/gnupg/distinfo Tue Oct 18 18:45:34 2016 (r424203) @@ -1,5 +1,5 @@ -TIMESTAMP = 1466242693 -SHA256 (gnupg-2.1.13.tar.bz2) = 4f9d83a6221daa60130fa79f0b1d37d6c20fffdd0320b640c7a597c5b6219675 -SIZE (gnupg-2.1.13.tar.bz2) = 5545361 -SHA256 (gnupg-2.1.13.tar.bz2.sig) = b39e70bfd034c7d1a240ed654cc053b856637c9d9bd9b5250a85e438beea520b -SIZE (gnupg-2.1.13.tar.bz2.sig) = 287 +TIMESTAMP = 1472917461 +SHA256 (gnupg-2.1.15.tar.bz2) = c28c1a208f1b8ad63bdb6b88d252f6734ff4d33de6b54e38494b11d49e00ffdd +SIZE (gnupg-2.1.15.tar.bz2) = 5723689 +SHA256 (gnupg-2.1.15.tar.bz2.sig) = b639df6de965f00327d8659e6540281bf56b0541a3c62d6a3fb36f59570d0e4e +SIZE (gnupg-2.1.15.tar.bz2.sig) = 287 Modified: head/security/gnupg/pkg-plist ============================================================================== --- head/security/gnupg/pkg-plist Tue Oct 18 18:39:26 2016 (r424202) +++ head/security/gnupg/pkg-plist Tue Oct 18 18:45:34 2016 (r424203) @@ -1,6 +1,7 @@ bin/gpg-agent bin/dirmngr bin/dirmngr-client +bin/gpgscm bin/gpgsm bin/gpgtar bin/gpg-connect-agent @@ -49,7 +50,6 @@ sbin/applygnupgdefaults %%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list %%PORTDOCS%%%%DOCSDIR%%/examples/scd-event %%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt -%%PORTDOCS%%%%DATADIR%%/com-certs.pem %%DATADIR%%/dirmngr-conf.skel %%DATADIR%%/distsigkey.gpg %%DATADIR%%/gpg-conf.skel @@ -81,7 +81,6 @@ sbin/applygnupgdefaults %%PORTDOCS%%%%DATADIR%%/help.txt %%PORTDOCS%%%%DATADIR%%/help.zh_CN.txt %%PORTDOCS%%%%DATADIR%%/help.zh_TW.txt -%%PORTDOCS%%%%DATADIR%%/qualified.txt %%DATADIR%%/sks-keyservers.netCA.pem %%NLS%%share/locale/ca/LC_MESSAGES/gnupg2.mo %%NLS%%share/locale/cs/LC_MESSAGES/gnupg2.mo From owner-svn-ports-all@freebsd.org Tue Oct 18 18:49:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE4AFC17AFF; Tue, 18 Oct 2016 18:49:25 +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 83AC677A; Tue, 18 Oct 2016 18:49:25 +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 u9IInOnF028132; Tue, 18 Oct 2016 18:49:24 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IInO0Y028129; Tue, 18 Oct 2016 18:49:24 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201610181849.u9IInO0Y028129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 18 Oct 2016 18:49:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424204 - in head/astro/qmapshack: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:49:25 -0000 Author: cmt Date: Tue Oct 18 18:49:24 2016 New Revision: 424204 URL: https://svnweb.freebsd.org/changeset/ports/424204 Log: update qmapshack to 1.7.1 PR: 212844 Approved by: rene (mentor) Approved by: maintainer timeout Added: head/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp (contents, props changed) Modified: head/astro/qmapshack/Makefile head/astro/qmapshack/distinfo Modified: head/astro/qmapshack/Makefile ============================================================================== --- head/astro/qmapshack/Makefile Tue Oct 18 18:45:34 2016 (r424203) +++ head/astro/qmapshack/Makefile Tue Oct 18 18:49:24 2016 (r424204) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qmapshack -PORTVERSION= 1.6.3 +PORTVERSION= 1.7.1 CATEGORIES= astro MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ Modified: head/astro/qmapshack/distinfo ============================================================================== --- head/astro/qmapshack/distinfo Tue Oct 18 18:45:34 2016 (r424203) +++ head/astro/qmapshack/distinfo Tue Oct 18 18:49:24 2016 (r424204) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468517493 -SHA256 (qmapshack-1.6.3.tar.gz) = 6fa5158bd823e8d43eb8a4e4db35a05720d1fe8d624eb65320b905ae315bd708 -SIZE (qmapshack-1.6.3.tar.gz) = 5181205 +TIMESTAMP = 1474306176 +SHA256 (qmapshack-1.7.1.tar.gz) = 5da33e575fec11c1bfe097ab9c89c9d815124436b5ebf736ec0681acbda4a509 +SIZE (qmapshack-1.7.1.tar.gz) = 5201773 Added: head/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp Tue Oct 18 18:49:24 2016 (r424204) @@ -0,0 +1,11 @@ +--- src/gis/CGisListWks.cpp.orig 2016-09-19 19:38:41.441780000 +0200 ++++ src/gis/CGisListWks.cpp 2016-09-19 19:38:56.183055000 +0200 +@@ -346,7 +346,7 @@ + QAction * action = menu->addAction(QIcon(icon), text); + action->setCheckable(true); + +- auto func = bind(&CGisListWks::slotSetSortMode, this, mode, std::placeholders::_1); ++ auto func = std::bind(&CGisListWks::slotSetSortMode, this, mode, std::placeholders::_1); + connect(action, &QAction::toggled, this, func); + + actionGroup->addAction(action); From owner-svn-ports-all@freebsd.org Tue Oct 18 18:58:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06EAFC17D46; Tue, 18 Oct 2016 18:58:18 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD0EEB50; Tue, 18 Oct 2016 18:58:17 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IIwGf7032190; Tue, 18 Oct 2016 18:58:16 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IIwG3h032187; Tue, 18 Oct 2016 18:58:16 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201610181858.u9IIwG3h032187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 18 Oct 2016 18:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424205 - head/databases/pg_qualstats X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:58:18 -0000 Author: girgen Date: Tue Oct 18 18:58:16 2016 New Revision: 424205 URL: https://svnweb.freebsd.org/changeset/ports/424205 Log: Update to 1.0.2 Fix problem with large WHERE clauses or large IN dittos. Modified: head/databases/pg_qualstats/Makefile head/databases/pg_qualstats/distinfo head/databases/pg_qualstats/pkg-plist Modified: head/databases/pg_qualstats/Makefile ============================================================================== --- head/databases/pg_qualstats/Makefile Tue Oct 18 18:49:24 2016 (r424204) +++ head/databases/pg_qualstats/Makefile Tue Oct 18 18:58:16 2016 (r424205) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pg_qualstats -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= databases MAINTAINER= girgen@FreeBSD.org Modified: head/databases/pg_qualstats/distinfo ============================================================================== --- head/databases/pg_qualstats/distinfo Tue Oct 18 18:49:24 2016 (r424204) +++ head/databases/pg_qualstats/distinfo Tue Oct 18 18:58:16 2016 (r424205) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475181222 -SHA256 (dalibo-pg_qualstats-1.0.1_GH0.tar.gz) = a1e39e65044b2b52f837067a3dccd70a22f5c51bcef898c95ac9ea4951aeee38 -SIZE (dalibo-pg_qualstats-1.0.1_GH0.tar.gz) = 22319 +TIMESTAMP = 1476696698 +SHA256 (dalibo-pg_qualstats-1.0.2_GH0.tar.gz) = 28d1c789ef924143120088645efff10ce91293da4c824809439cab46e4384752 +SIZE (dalibo-pg_qualstats-1.0.2_GH0.tar.gz) = 22966 Modified: head/databases/pg_qualstats/pkg-plist ============================================================================== --- head/databases/pg_qualstats/pkg-plist Tue Oct 18 18:49:24 2016 (r424204) +++ head/databases/pg_qualstats/pkg-plist Tue Oct 18 18:58:16 2016 (r424205) @@ -10,6 +10,7 @@ share/postgresql/extension/pg_qualstats- share/postgresql/extension/pg_qualstats--0.0.9.sql share/postgresql/extension/pg_qualstats--1.0.0.sql share/postgresql/extension/pg_qualstats--1.0.1.sql +share/postgresql/extension/pg_qualstats--1.0.2.sql share/postgresql/extension/pg_qualstats.control share/doc/postgresql/extension/pg_qualstats-README.md share/doc/postgresql/extension/pg_qualstats-LICENSE From owner-svn-ports-all@freebsd.org Tue Oct 18 19:20:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 111CFC1732C; Tue, 18 Oct 2016 19:20:12 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA83E7FC; Tue, 18 Oct 2016 19:20:11 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IJKAeV040106; Tue, 18 Oct 2016 19:20:10 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IJKAm0040102; Tue, 18 Oct 2016 19:20:10 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201610181920.u9IJKAm0040102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 18 Oct 2016 19:20:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424206 - head/graphics/cimg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 19:20:12 -0000 Author: thierry Date: Tue Oct 18 19:20:10 2016 New Revision: 424206 URL: https://svnweb.freebsd.org/changeset/ports/424206 Log: Upgrade to 1.7.8. Modified: head/graphics/cimg/Makefile head/graphics/cimg/distinfo head/graphics/cimg/pkg-plist Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Tue Oct 18 18:58:16 2016 (r424205) +++ head/graphics/cimg/Makefile Tue Oct 18 19:20:10 2016 (r424206) @@ -3,8 +3,7 @@ PORTNAME= cimg DISTVERSIONPREFIX= v -DISTVERSION= 1.7.7 -PORTREVISION= 1 +DISTVERSION= 1.7.8 PORTEPOCH= 3 CATEGORIES= graphics devel Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Tue Oct 18 18:58:16 2016 (r424205) +++ head/graphics/cimg/distinfo Tue Oct 18 19:20:10 2016 (r424206) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474476807 -SHA256 (dtschump-CImg-v1.7.7-v.177_GH0.tar.gz) = 6faee62b94f78dec27dd7eec54e7326cffb94fe1660164f25c33561d284841df -SIZE (dtschump-CImg-v1.7.7-v.177_GH0.tar.gz) = 17807578 +TIMESTAMP = 1476812903 +SHA256 (dtschump-CImg-v1.7.8-v.178_GH0.tar.gz) = 1033ad0816c79f067453120f358c27aa7392c138bc1a47d36397f8f9dd421220 +SIZE (dtschump-CImg-v1.7.8-v.178_GH0.tar.gz) = 17805881 Modified: head/graphics/cimg/pkg-plist ============================================================================== --- head/graphics/cimg/pkg-plist Tue Oct 18 18:58:16 2016 (r424205) +++ head/graphics/cimg/pkg-plist Tue Oct 18 19:20:10 2016 (r424206) @@ -76,7 +76,6 @@ include/CImg.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/use_draw_gradient.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/use_jpeg_buffer.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/use_nlmeans.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/use_patchmatch.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/use_skeleton.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/use_tiff_stream.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/use_tinymatwriter.cpp From owner-svn-ports-all@freebsd.org Tue Oct 18 19:22:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9758BC17515; Tue, 18 Oct 2016 19:22:04 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6915FAEF; Tue, 18 Oct 2016 19:22:04 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IJM3X3041614; Tue, 18 Oct 2016 19:22:03 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IJM3ba041613; Tue, 18 Oct 2016 19:22:03 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201610181922.u9IJM3ba041613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 18 Oct 2016 19:22:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424207 - branches/2016Q4/devel/zeal X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 19:22:04 -0000 Author: rakuco Date: Tue Oct 18 19:22:03 2016 New Revision: 424207 URL: https://svnweb.freebsd.org/changeset/ports/424207 Log: MFH: r424102 Add missing run-time dependency on the Qt SQLite3 plugin. Submitted by: Timon Approved by: ports-secteam (feld) Modified: branches/2016Q4/devel/zeal/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/zeal/Makefile ============================================================================== --- branches/2016Q4/devel/zeal/Makefile Tue Oct 18 19:20:10 2016 (r424206) +++ branches/2016Q4/devel/zeal/Makefile Tue Oct 18 19:22:03 2016 (r424207) @@ -2,6 +2,7 @@ PORTNAME= zeal PORTVERSION= 0.2.1 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= devel @@ -19,7 +20,7 @@ USES= compiler:c++11-lib desktop-file-u USE_GL= gl # Dependency added by qt5-gui. USE_GITHUB= yes USE_QT5= concurrent core gui network sql webkit x11extras \ - buildtools_build + buildtools_build sql-sqlite3_run USE_XORG= x11 xcb GH_ACCOUNT= zealdocs From owner-svn-ports-all@freebsd.org Tue Oct 18 19:41:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AC77C17977; Tue, 18 Oct 2016 19:41:47 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E223D15C; Tue, 18 Oct 2016 19:41:46 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IJfkf9051188; Tue, 18 Oct 2016 19:41:46 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IJfjMW051181; Tue, 18 Oct 2016 19:41:45 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201610181941.u9IJfjMW051181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Tue, 18 Oct 2016 19:41:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424208 - in head: archivers/par2cmdline-tbb cad/opencascade devel/tbb graphics/opencv2 math/saga X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 19:41:47 -0000 Author: martymac Date: Tue Oct 18 19:41:45 2016 New Revision: 424208 URL: https://svnweb.freebsd.org/changeset/ports/424208 Log: - Update devel/tbb to version 2017.1 - Bump dependent ports Modified: head/archivers/par2cmdline-tbb/Makefile head/cad/opencascade/Makefile head/devel/tbb/Makefile head/devel/tbb/distinfo head/devel/tbb/pkg-plist head/graphics/opencv2/Makefile head/math/saga/Makefile Modified: head/archivers/par2cmdline-tbb/Makefile ============================================================================== --- head/archivers/par2cmdline-tbb/Makefile Tue Oct 18 19:22:03 2016 (r424207) +++ head/archivers/par2cmdline-tbb/Makefile Tue Oct 18 19:41:45 2016 (r424208) @@ -3,7 +3,7 @@ PORTNAME= par2cmdline-tbb PORTVERSION= 20100203 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= archivers MASTER_SITES= http://chuchusoft.com/par2_tbb/ DISTNAME= par2cmdline-0.4-tbb-${PORTVERSION} Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Tue Oct 18 19:22:03 2016 (r424207) +++ head/cad/opencascade/Makefile Tue Oct 18 19:41:45 2016 (r424208) @@ -3,7 +3,7 @@ PORTNAME= opencascade PORTVERSION= 6.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad science MASTER_SITES= LOCAL/thierry Modified: head/devel/tbb/Makefile ============================================================================== --- head/devel/tbb/Makefile Tue Oct 18 19:22:03 2016 (r424207) +++ head/devel/tbb/Makefile Tue Oct 18 19:41:45 2016 (r424208) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= tbb -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 2017.1 CATEGORIES= devel MASTER_SITES= http://threadingbuildingblocks.org/sites/default/files/software_releases/source/ \ LOCAL/martymac -DISTNAME= ${PORTNAME}${PORTVERSION:R:S/.//g}_20151115oss_src +DISTNAME= ${PORTNAME}${PORTVERSION:R:S/.//g}_20160916oss_src MAINTAINER= martymac@FreeBSD.org COMMENT= Library that provides thread building blocks Modified: head/devel/tbb/distinfo ============================================================================== --- head/devel/tbb/distinfo Tue Oct 18 19:22:03 2016 (r424207) +++ head/devel/tbb/distinfo Tue Oct 18 19:41:45 2016 (r424208) @@ -1,2 +1,3 @@ -SHA256 (tbb44_20151115oss_src.tgz) = 3dd5c4fc85c18f49307d3cde4ce937bda230679f7fe2906112e5c8dee4cc77bb -SIZE (tbb44_20151115oss_src.tgz) = 3029951 +TIMESTAMP = 1476787057 +SHA256 (tbb2017_20160916oss_src.tgz) = 600c67f1c5a730e411b3bf2e792cfe5808f40c4f0354a9b613827fff0ef27fc4 +SIZE (tbb2017_20160916oss_src.tgz) = 2938546 Modified: head/devel/tbb/pkg-plist ============================================================================== --- head/devel/tbb/pkg-plist Tue Oct 18 19:22:03 2016 (r424207) +++ head/devel/tbb/pkg-plist Tue Oct 18 19:41:45 2016 (r424208) @@ -20,17 +20,20 @@ include/tbb/concurrent_vector.h include/tbb/critical_section.h include/tbb/enumerable_thread_specific.h include/tbb/flow_graph.h +include/tbb/flow_graph_abstractions.h include/tbb/flow_graph_opencl_node.h include/tbb/global_control.h include/tbb/index.html include/tbb/internal/_aggregator_impl.h include/tbb/internal/_concurrent_queue_impl.h include/tbb/internal/_concurrent_unordered_impl.h +include/tbb/internal/_flow_graph_async_msg_impl.h include/tbb/internal/_flow_graph_impl.h include/tbb/internal/_flow_graph_indexer_impl.h include/tbb/internal/_flow_graph_item_buffer_impl.h include/tbb/internal/_flow_graph_join_impl.h include/tbb/internal/_flow_graph_node_impl.h +include/tbb/internal/_flow_graph_streaming_node.h include/tbb/internal/_flow_graph_tagged_buffer_impl.h include/tbb/internal/_flow_graph_trace_impl.h include/tbb/internal/_flow_graph_types_impl.h Modified: head/graphics/opencv2/Makefile ============================================================================== --- head/graphics/opencv2/Makefile Tue Oct 18 19:22:03 2016 (r424207) +++ head/graphics/opencv2/Makefile Tue Oct 18 19:41:45 2016 (r424208) @@ -3,7 +3,7 @@ PORTNAME?= opencv PORTVERSION= 2.4.13.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= graphics PKGNAMESUFFIX?= 2 Modified: head/math/saga/Makefile ============================================================================== --- head/math/saga/Makefile Tue Oct 18 19:22:03 2016 (r424207) +++ head/math/saga/Makefile Tue Oct 18 19:41:45 2016 (r424208) @@ -3,7 +3,7 @@ PORTNAME= saga PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} From owner-svn-ports-all@freebsd.org Tue Oct 18 19:45:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA4A3C17A7B; Tue, 18 Oct 2016 19:45:25 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9285665D; Tue, 18 Oct 2016 19:45:25 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IJjOTu051729; Tue, 18 Oct 2016 19:45:24 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IJjNRQ051717; Tue, 18 Oct 2016 19:45:23 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610181945.u9IJjNRQ051717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 18 Oct 2016 19:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424209 - in head/security: . gpgme gpgme-cpp gpgme-qt5 gpgme/files py-gpgme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 19:45:25 -0000 Author: jhale Date: Tue Oct 18 19:45:23 2016 New Revision: 424209 URL: https://svnweb.freebsd.org/changeset/ports/424209 Log: - Update security/gpgme to 1.7.0 - Convert to master port and add several slave ports for the newly added c++, Qt5, and python bindings (security/gpgme-cpp, security/gpgme-qt5, and security/py-gpgme, respectively) - The Qt bindings currently provided by deskutils/kdepimlibs4 cannot currently coexist with these new bindings, but will be phased out in the future - The python bindings are an updated version of the ones provided by security/py-pyme and are now being maintained as part of the gpgme project. They work with both python 2.x and 3.x. PR: 212886 Added: head/security/gpgme-cpp/ - copied from r422465, head/security/gpgme/ head/security/gpgme-qt5/ - copied from r422465, head/security/gpgme/ head/security/gpgme/files/ head/security/gpgme/files/patch-lang_python_Makefile.in (contents, props changed) head/security/py-gpgme/ - copied from r422465, head/security/gpgme/ Deleted: head/security/gpgme-cpp/distinfo head/security/gpgme-cpp/pkg-descr head/security/gpgme-qt5/distinfo head/security/gpgme-qt5/pkg-descr head/security/py-gpgme/distinfo head/security/py-gpgme/pkg-descr Modified: head/security/Makefile head/security/gpgme-cpp/Makefile head/security/gpgme-cpp/pkg-plist head/security/gpgme-qt5/Makefile head/security/gpgme-qt5/pkg-plist head/security/gpgme/Makefile head/security/gpgme/distinfo head/security/gpgme/pkg-plist head/security/py-gpgme/Makefile head/security/py-gpgme/pkg-plist Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Oct 18 19:41:45 2016 (r424208) +++ head/security/Makefile Tue Oct 18 19:45:23 2016 (r424209) @@ -180,6 +180,8 @@ SUBDIR += gpass SUBDIR += gpgdir SUBDIR += gpgme + SUBDIR += gpgme-cpp + SUBDIR += gpgme-qt5 SUBDIR += gputty SUBDIR += greenbone-security-assistant SUBDIR += gringotts @@ -848,6 +850,7 @@ SUBDIR += py-flask-httpauth SUBDIR += py-gnupg SUBDIR += py-gnutls + SUBDIR += py-gpgme SUBDIR += py-gpsoauth SUBDIR += py-halberd SUBDIR += py-hkdf Modified: head/security/gpgme-cpp/Makefile ============================================================================== --- head/security/gpgme/Makefile Mon Sep 19 21:58:53 2016 (r422465) +++ head/security/gpgme-cpp/Makefile Tue Oct 18 19:45:23 2016 (r424209) @@ -1,59 +1,14 @@ -# Created by: teramoto@comm.eng.osaka-u.ac.jp # $FreeBSD$ -PORTNAME= gpgme -PORTVERSION= 1.6.0 -PORTREVISION= 1 -CATEGORIES= security -MASTER_SITES= GNUPG/gpgme +PORTREVISION= 0 +PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org -COMMENT= Library to make access to GnuPG easier +COMMENT= Gpgme C++ bindings -LICENSE= LGPL21 +MASTERDIR= ${.CURDIR}/../../security/gpgme +SLAVEPORT= cpp +BINDING_NAME= cpp +PLIST= ${.CURDIR}/pkg-plist -LIB_DEPENDS= libassuan.so:security/libassuan \ - libgpg-error.so:security/libgpg-error - -GNU_CONFIGURE= yes -USES= cpe gmake libtool tar:bzip2 -USE_LDCONFIG= yes - -INSTALL_TARGET= install-strip - -CPE_VENDOR= gnu - -INFO= gpgme -PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README THANKS TODO - -OPTIONS_DEFINE= DOCS UISERVER -OPTIONS_SINGLE= GNUPG -OPTIONS_SINGLE_GNUPG= GNUPG1 GNUPG2 -OPTIONS_DEFAULT= GNUPG2 UISERVER - -GNUPG1_DESC= Build gpgme library for GnuPG 1.x -GNUPG1_BUILD_DEPENDS= gpgv:security/gnupg1 -GNUPG1_RUN_DEPENDS= gpgv:security/gnupg1 - -GNUPG2_DESC= Build gpgme library for GnuPG 2.x -GNUPG2_BUILD_DEPENDS= gpg2:security/gnupg -GNUPG2_RUN_DEPENDS= gpg2:security/gnupg - -UISERVER_DESC= GnuPG UI server support -UISERVER_CONFIGURE_ENABLE= fd-passing - -.include - -.if !exists(${LOCALBASE}/bin/gpgsm) -CONFIGURE_ARGS+= --disable-gpgsm-test -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|^clfilesdir.*|clfilesdir=$$\(libdir\)/common-lisp/gpgme|g' \ - ${WRKSRC}/lang/cl/Makefile.in - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include +.include "${MASTERDIR}/Makefile" Modified: head/security/gpgme-cpp/pkg-plist ============================================================================== --- head/security/gpgme/pkg-plist Mon Sep 19 21:58:53 2016 (r422465) +++ head/security/gpgme-cpp/pkg-plist Tue Oct 18 19:45:23 2016 (r424209) @@ -1,13 +1,41 @@ -bin/gpgme-config -bin/gpgme-tool -include/gpgme.h -lib/common-lisp/gpgme/gpgme-package.lisp -lib/common-lisp/gpgme/gpgme.asd -lib/common-lisp/gpgme/gpgme.lisp -lib/libgpgme-pthread.so -lib/libgpgme-pthread.so.11 -lib/libgpgme-pthread.so.11.14.0 -lib/libgpgme.so -lib/libgpgme.so.11 -lib/libgpgme.so.11.14.0 -share/aclocal/gpgme.m4 +include/gpgme++/configuration.h +include/gpgme++/context.h +include/gpgme++/data.h +include/gpgme++/decryptionresult.h +include/gpgme++/defaultassuantransaction.h +include/gpgme++/editinteractor.h +include/gpgme++/encryptionresult.h +include/gpgme++/engineinfo.h +include/gpgme++/error.h +include/gpgme++/eventloopinteractor.h +include/gpgme++/exception.h +include/gpgme++/global.h +include/gpgme++/gpgadduserideditinteractor.h +include/gpgme++/gpgagentgetinfoassuantransaction.h +include/gpgme++/gpgmefw.h +include/gpgme++/gpgmepp_export.h +include/gpgme++/gpgsetexpirytimeeditinteractor.h +include/gpgme++/gpgsetownertrusteditinteractor.h +include/gpgme++/gpgsignkeyeditinteractor.h +include/gpgme++/importresult.h +include/gpgme++/interfaces/assuantransaction.h +include/gpgme++/interfaces/dataprovider.h +include/gpgme++/interfaces/passphraseprovider.h +include/gpgme++/interfaces/progressprovider.h +include/gpgme++/key.h +include/gpgme++/keygenerationresult.h +include/gpgme++/keylistresult.h +include/gpgme++/notation.h +include/gpgme++/result.h +include/gpgme++/scdgetinfoassuantransaction.h +include/gpgme++/signingresult.h +include/gpgme++/tofuinfo.h +include/gpgme++/trustitem.h +include/gpgme++/verificationresult.h +include/gpgme++/vfsmountresult.h +include/gpgmepp_version.h +lib/cmake/Gpgmepp/GpgmeppConfig.cmake +lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake +lib/libgpgmepp.so +lib/libgpgmepp.so.6 +lib/libgpgmepp.so.6.0.1 Modified: head/security/gpgme-qt5/Makefile ============================================================================== --- head/security/gpgme/Makefile Mon Sep 19 21:58:53 2016 (r422465) +++ head/security/gpgme-qt5/Makefile Tue Oct 18 19:45:23 2016 (r424209) @@ -1,59 +1,17 @@ -# Created by: teramoto@comm.eng.osaka-u.ac.jp # $FreeBSD$ -PORTNAME= gpgme -PORTVERSION= 1.6.0 -PORTREVISION= 1 -CATEGORIES= security -MASTER_SITES= GNUPG/gpgme +PORTREVISION= 0 +PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org -COMMENT= Library to make access to GnuPG easier +COMMENT= Gpgme Qt5 bindings -LICENSE= LGPL21 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libassuan.so:security/libassuan \ - libgpg-error.so:security/libgpg-error +MASTERDIR= ${.CURDIR}/../../security/gpgme +SLAVEPORT= qt5 +BINDING_NAME= qt +PLIST= ${.CURDIR}/pkg-plist -GNU_CONFIGURE= yes -USES= cpe gmake libtool tar:bzip2 -USE_LDCONFIG= yes - -INSTALL_TARGET= install-strip - -CPE_VENDOR= gnu - -INFO= gpgme -PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README THANKS TODO - -OPTIONS_DEFINE= DOCS UISERVER -OPTIONS_SINGLE= GNUPG -OPTIONS_SINGLE_GNUPG= GNUPG1 GNUPG2 -OPTIONS_DEFAULT= GNUPG2 UISERVER - -GNUPG1_DESC= Build gpgme library for GnuPG 1.x -GNUPG1_BUILD_DEPENDS= gpgv:security/gnupg1 -GNUPG1_RUN_DEPENDS= gpgv:security/gnupg1 - -GNUPG2_DESC= Build gpgme library for GnuPG 2.x -GNUPG2_BUILD_DEPENDS= gpg2:security/gnupg -GNUPG2_RUN_DEPENDS= gpg2:security/gnupg - -UISERVER_DESC= GnuPG UI server support -UISERVER_CONFIGURE_ENABLE= fd-passing - -.include - -.if !exists(${LOCALBASE}/bin/gpgsm) -CONFIGURE_ARGS+= --disable-gpgsm-test -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|^clfilesdir.*|clfilesdir=$$\(libdir\)/common-lisp/gpgme|g' \ - ${WRKSRC}/lang/cl/Makefile.in - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include +.include "${MASTERDIR}/Makefile" Modified: head/security/gpgme-qt5/pkg-plist ============================================================================== --- head/security/gpgme/pkg-plist Mon Sep 19 21:58:53 2016 (r422465) +++ head/security/gpgme-qt5/pkg-plist Tue Oct 18 19:45:23 2016 (r424209) @@ -1,13 +1,71 @@ -bin/gpgme-config -bin/gpgme-tool -include/gpgme.h -lib/common-lisp/gpgme/gpgme-package.lisp -lib/common-lisp/gpgme/gpgme.asd -lib/common-lisp/gpgme/gpgme.lisp -lib/libgpgme-pthread.so -lib/libgpgme-pthread.so.11 -lib/libgpgme-pthread.so.11.14.0 -lib/libgpgme.so -lib/libgpgme.so.11 -lib/libgpgme.so.11.14.0 -share/aclocal/gpgme.m4 +include/QGpgME/AddUserIDJob +include/QGpgME/ChangeExpiryJob +include/QGpgME/ChangeOwnerTrustJob +include/QGpgME/ChangePasswdJob +include/QGpgME/CryptoConfig +include/QGpgME/DataProvider +include/QGpgME/DecryptJob +include/QGpgME/DecryptVerifyJob +include/QGpgME/DefaultKeyGenerationJob +include/QGpgME/DeleteJob +include/QGpgME/DownloadJob +include/QGpgME/EncryptJob +include/QGpgME/ExportJob +include/QGpgME/HierarchicalKeyKistJob +include/QGpgME/ImportFromKeyserverJob +include/QGpgME/ImportJob +include/QGpgME/Job +include/QGpgME/KeyForMailboxJob +include/QGpgME/KeyGenerationJob +include/QGpgME/KeyListJob +include/QGpgME/ListAllKeysJob +include/QGpgME/MultiDeleteJob +include/QGpgME/Protocol +include/QGpgME/QGpgMENewCryptoConfig +include/QGpgME/RefreshKeysJob +include/QGpgME/SignEncryptJob +include/QGpgME/SignJob +include/QGpgME/SignKeyJob +include/QGpgME/TofuPolicyJob +include/QGpgME/VerifyDetachedJob +include/QGpgME/VerifyOpaqueJob +include/QGpgME/WKSPublishJob +include/qgpgme/adduseridjob.h +include/qgpgme/changeexpiryjob.h +include/qgpgme/changeownertrustjob.h +include/qgpgme/changepasswdjob.h +include/qgpgme/cryptoconfig.h +include/qgpgme/dataprovider.h +include/qgpgme/decryptjob.h +include/qgpgme/decryptverifyjob.h +include/qgpgme/defaultkeygenerationjob.h +include/qgpgme/deletejob.h +include/qgpgme/downloadjob.h +include/qgpgme/encryptjob.h +include/qgpgme/exportjob.h +include/qgpgme/hierarchicalkeylistjob.h +include/qgpgme/importfromkeyserverjob.h +include/qgpgme/importjob.h +include/qgpgme/job.h +include/qgpgme/keyformailboxjob.h +include/qgpgme/keygenerationjob.h +include/qgpgme/keylistjob.h +include/qgpgme/listallkeysjob.h +include/qgpgme/multideletejob.h +include/qgpgme/protocol.h +include/qgpgme/qgpgme_export.h +include/qgpgme/qgpgmenewcryptoconfig.h +include/qgpgme/refreshkeysjob.h +include/qgpgme/signencryptjob.h +include/qgpgme/signjob.h +include/qgpgme/signkeyjob.h +include/qgpgme/tofupolicyjob.h +include/qgpgme/verifydetachedjob.h +include/qgpgme/verifyopaquejob.h +include/qgpgme/wkspublishjob.h +include/qgpgme_version.h +lib/cmake/Gpgmepp/QGpgmeConfig.cmake +lib/cmake/Gpgmepp/QGpgmeConfigVersion.cmake +lib/libqgpgme.so +lib/libqgpgme.so.6 +lib/libqgpgme.so.6.0.1 Modified: head/security/gpgme/Makefile ============================================================================== --- head/security/gpgme/Makefile Tue Oct 18 19:41:45 2016 (r424208) +++ head/security/gpgme/Makefile Tue Oct 18 19:45:23 2016 (r424209) @@ -2,27 +2,31 @@ # $FreeBSD$ PORTNAME= gpgme -PORTVERSION= 1.6.0 -PORTREVISION= 1 -CATEGORIES= security +PORTVERSION= 1.7.0 +PORTREVISION?= 0 +CATEGORIES?= security MASTER_SITES= GNUPG/gpgme MAINTAINER= jhale@FreeBSD.org -COMMENT= Library to make access to GnuPG easier +COMMENT?= Library to make access to GnuPG easier -LICENSE= LGPL21 +LICENSE?= LGPL21 +LICENSE_FILE?= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error GNU_CONFIGURE= yes -USES= cpe gmake libtool tar:bzip2 +USES= cpe gmake libtool localbase:ldflags tar:bzip2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPE_VENDOR= gnu +.if !defined(SLAVEPORT) +CONFIGURE_ARGS+=--enable-languages="cl" + INFO= gpgme PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README THANKS TODO @@ -41,6 +45,7 @@ GNUPG2_RUN_DEPENDS= gpg2:security/gnupg UISERVER_DESC= GnuPG UI server support UISERVER_CONFIGURE_ENABLE= fd-passing +.endif .include @@ -48,12 +53,59 @@ UISERVER_CONFIGURE_ENABLE= fd-passing CONFIGURE_ARGS+= --disable-gpgsm-test .endif +.if defined(SLAVEPORT) +LIB_DEPENDS+= libgpgme.so:security/gpgme +BUILD_WRKSRC= ${WRKSRC}/lang +INSTALL_WRKSRC= ${WRKSRC}/lang/${BINDING_NAME} + +. if ${SLAVEPORT} == "cpp" +CONFIGURE_ARGS+=--enable-languages="cpp" +. endif + +. if ${SLAVEPORT} == "qt5" +LIB_DEPENDS+= libgpgmepp.so:security/gpgme-cpp +CONFIGURE_ARGS+=--enable-languages="cpp qt" +USES+= pkgconfig +USE_QT5= buildtools_build core testlib +CONFLICTS_INSTALL= kdepimlibs-4.* +. endif + +. if ${SLAVEPORT} == "python" +BUILD_DEPENDS+= swig3.0:devel/swig30 \ + ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX} +USES+= python +USE_PYTHON= py3kplist +BUILD_WRKSRC= ${WRKSRC}/lang/${BINDING_NAME} +CONFIGURE_ENV+= SWIG=${LOCALBASE}/bin/swig3.0 +PLIST_SUB+= VERSION=${PORTVERSION} +CONFLICTS_INSTALL= py*-pyme-[0-9]* +. endif +.endif + +.include + +.if defined(SLAVEPORT) +. if ${SLAVEPORT} == "python" +. if ${PYTHON_REL} >= 3000 +CONFIGURE_ARGS+=--enable-languages="python3" +. else +CONFIGURE_ARGS+=--enable-languages="python2" +. endif +. endif +.endif + post-patch: +.if defined(SLAVEPORT) + @${FIND} ${BUILD_WRKSRC} -name "Makefile.in" -type f | ${XARGS} \ + ${REINPLACE_CMD} -e 's|../../../src/libgpgme.la|-lgpgme|g' +.endif @${REINPLACE_CMD} -e 's|^clfilesdir.*|clfilesdir=$$\(libdir\)/common-lisp/gpgme|g' \ ${WRKSRC}/lang/cl/Makefile.in - -post-install: +.if !defined(SLAVEPORT) +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} +.endif -.include +.include Modified: head/security/gpgme/distinfo ============================================================================== --- head/security/gpgme/distinfo Tue Oct 18 19:41:45 2016 (r424208) +++ head/security/gpgme/distinfo Tue Oct 18 19:45:23 2016 (r424209) @@ -1,2 +1,3 @@ -SHA256 (gpgme-1.6.0.tar.bz2) = b09de4197ac280b102080e09eaec6211d081efff1963bf7821cf8f4f9916099d -SIZE (gpgme-1.6.0.tar.bz2) = 983573 +TIMESTAMP = 1474521991 +SHA256 (gpgme-1.7.0.tar.bz2) = 71f55fed0f2b3eaf7a606e59772aa645ce3ffff322d361ce359951b3f755cc48 +SIZE (gpgme-1.7.0.tar.bz2) = 1281708 Added: head/security/gpgme/files/patch-lang_python_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gpgme/files/patch-lang_python_Makefile.in Tue Oct 18 19:45:23 2016 (r424209) @@ -0,0 +1,21 @@ +--- lang/python/Makefile.in.orig 2016-10-16 12:54:58 UTC ++++ lang/python/Makefile.in +@@ -747,7 +747,7 @@ copystamp: $(COPY_FILES) $(COPY_FILES_PY + all-local: copystamp + for PYTHON in $(PYTHONS); do \ + CFLAGS="$(CFLAGS) -I$(top_srcdir)" \ +- $$PYTHON setup.py build --verbose ; \ ++ $$PYTHON setup.py build --verbose build_ext --swig=$(SWIG) ; \ + done + + dist/pyme3-$(VERSION).tar.gz dist/pyme3-$(VERSION).tar.gz.asc: copystamp +@@ -780,7 +780,8 @@ install-exec-local: + rm -f install_files.txt + for PYTHON in $(PYTHONS); do \ + $$PYTHON setup.py install \ +- --prefix $(DESTDIR)$(prefix) \ ++ -c -O1 --prefix=$(prefix) \ ++ --root=$(DESTDIR) \ + --record files.txt \ + --verbose ; \ + cat files.txt >> install_files.txt ; \ Modified: head/security/gpgme/pkg-plist ============================================================================== --- head/security/gpgme/pkg-plist Tue Oct 18 19:41:45 2016 (r424208) +++ head/security/gpgme/pkg-plist Tue Oct 18 19:45:23 2016 (r424209) @@ -6,8 +6,8 @@ lib/common-lisp/gpgme/gpgme.asd lib/common-lisp/gpgme/gpgme.lisp lib/libgpgme-pthread.so lib/libgpgme-pthread.so.11 -lib/libgpgme-pthread.so.11.14.0 +lib/libgpgme-pthread.so.11.15.0 lib/libgpgme.so lib/libgpgme.so.11 -lib/libgpgme.so.11.14.0 +lib/libgpgme.so.11.15.0 share/aclocal/gpgme.m4 Modified: head/security/py-gpgme/Makefile ============================================================================== --- head/security/gpgme/Makefile Mon Sep 19 21:58:53 2016 (r422465) +++ head/security/py-gpgme/Makefile Tue Oct 18 19:45:23 2016 (r424209) @@ -1,59 +1,18 @@ -# Created by: teramoto@comm.eng.osaka-u.ac.jp # $FreeBSD$ -PORTNAME= gpgme -PORTVERSION= 1.6.0 -PORTREVISION= 1 -CATEGORIES= security -MASTER_SITES= GNUPG/gpgme +PORTREVISION= 0 +CATEGORIES= security python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jhale@FreeBSD.org -COMMENT= Library to make access to GnuPG easier +COMMENT= Gpgme Python bindings -LICENSE= LGPL21 - -LIB_DEPENDS= libassuan.so:security/libassuan \ - libgpg-error.so:security/libgpg-error - -GNU_CONFIGURE= yes -USES= cpe gmake libtool tar:bzip2 -USE_LDCONFIG= yes - -INSTALL_TARGET= install-strip - -CPE_VENDOR= gnu - -INFO= gpgme -PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README THANKS TODO - -OPTIONS_DEFINE= DOCS UISERVER -OPTIONS_SINGLE= GNUPG -OPTIONS_SINGLE_GNUPG= GNUPG1 GNUPG2 -OPTIONS_DEFAULT= GNUPG2 UISERVER - -GNUPG1_DESC= Build gpgme library for GnuPG 1.x -GNUPG1_BUILD_DEPENDS= gpgv:security/gnupg1 -GNUPG1_RUN_DEPENDS= gpgv:security/gnupg1 - -GNUPG2_DESC= Build gpgme library for GnuPG 2.x -GNUPG2_BUILD_DEPENDS= gpg2:security/gnupg -GNUPG2_RUN_DEPENDS= gpg2:security/gnupg - -UISERVER_DESC= GnuPG UI server support -UISERVER_CONFIGURE_ENABLE= fd-passing - -.include - -.if !exists(${LOCALBASE}/bin/gpgsm) -CONFIGURE_ARGS+= --disable-gpgsm-test -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|^clfilesdir.*|clfilesdir=$$\(libdir\)/common-lisp/gpgme|g' \ - ${WRKSRC}/lang/cl/Makefile.in +MASTERDIR= ${.CURDIR}/../../security/gpgme +SLAVEPORT= python +BINDING_NAME= python +PLIST= ${.CURDIR}/pkg-plist post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages/pyme/_gpgme.so -.include +.include "${MASTERDIR}/Makefile" Modified: head/security/py-gpgme/pkg-plist ============================================================================== --- head/security/gpgme/pkg-plist Mon Sep 19 21:58:53 2016 (r422465) +++ head/security/py-gpgme/pkg-plist Tue Oct 18 19:45:23 2016 (r424209) @@ -1,13 +1,72 @@ -bin/gpgme-config -bin/gpgme-tool -include/gpgme.h -lib/common-lisp/gpgme/gpgme-package.lisp -lib/common-lisp/gpgme/gpgme.asd -lib/common-lisp/gpgme/gpgme.lisp -lib/libgpgme-pthread.so -lib/libgpgme-pthread.so.11 -lib/libgpgme-pthread.so.11.14.0 -lib/libgpgme.so -lib/libgpgme.so.11 -lib/libgpgme.so.11.14.0 -share/aclocal/gpgme.m4 +%%PYTHON_SITELIBDIR%%/pyme/__init__.py +%%PYTHON_SITELIBDIR%%/pyme/__init__.pyc +%%PYTHON_SITELIBDIR%%/pyme/__init__.pyo +%%PYTHON_SITELIBDIR%%/pyme/_gpgme.so +%%PYTHON_SITELIBDIR%%/pyme/callbacks.py +%%PYTHON_SITELIBDIR%%/pyme/callbacks.pyc +%%PYTHON_SITELIBDIR%%/pyme/callbacks.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/__init__.py +%%PYTHON_SITELIBDIR%%/pyme/constants/__init__.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/__init__.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/data/__init__.py +%%PYTHON_SITELIBDIR%%/pyme/constants/data/__init__.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/data/__init__.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/data/encoding.py +%%PYTHON_SITELIBDIR%%/pyme/constants/data/encoding.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/data/encoding.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/event.py +%%PYTHON_SITELIBDIR%%/pyme/constants/event.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/event.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/import.py +%%PYTHON_SITELIBDIR%%/pyme/constants/import.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/import.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/__init__.py +%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/__init__.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/__init__.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/mode.py +%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/mode.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/mode.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/md.py +%%PYTHON_SITELIBDIR%%/pyme/constants/md.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/md.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/pk.py +%%PYTHON_SITELIBDIR%%/pyme/constants/pk.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/pk.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/protocol.py +%%PYTHON_SITELIBDIR%%/pyme/constants/protocol.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/protocol.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/sig/__init__.py +%%PYTHON_SITELIBDIR%%/pyme/constants/sig/__init__.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/sig/__init__.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/sig/mode.py +%%PYTHON_SITELIBDIR%%/pyme/constants/sig/mode.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/sig/mode.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/sigsum.py +%%PYTHON_SITELIBDIR%%/pyme/constants/sigsum.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/sigsum.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/status.py +%%PYTHON_SITELIBDIR%%/pyme/constants/status.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/status.pyo +%%PYTHON_SITELIBDIR%%/pyme/constants/validity.py +%%PYTHON_SITELIBDIR%%/pyme/constants/validity.pyc +%%PYTHON_SITELIBDIR%%/pyme/constants/validity.pyo +%%PYTHON_SITELIBDIR%%/pyme/core.py +%%PYTHON_SITELIBDIR%%/pyme/core.pyc +%%PYTHON_SITELIBDIR%%/pyme/core.pyo +%%PYTHON_SITELIBDIR%%/pyme/errors.py +%%PYTHON_SITELIBDIR%%/pyme/errors.pyc +%%PYTHON_SITELIBDIR%%/pyme/errors.pyo +%%PYTHON_SITELIBDIR%%/pyme/gpgme.py +%%PYTHON_SITELIBDIR%%/pyme/gpgme.pyc +%%PYTHON_SITELIBDIR%%/pyme/gpgme.pyo +%%PYTHON_SITELIBDIR%%/pyme/install_files.txt +%%PYTHON_SITELIBDIR%%/pyme/results.py +%%PYTHON_SITELIBDIR%%/pyme/results.pyc +%%PYTHON_SITELIBDIR%%/pyme/results.pyo +%%PYTHON_SITELIBDIR%%/pyme/util.py +%%PYTHON_SITELIBDIR%%/pyme/util.pyc +%%PYTHON_SITELIBDIR%%/pyme/util.pyo +%%PYTHON_SITELIBDIR%%/pyme/version.py +%%PYTHON_SITELIBDIR%%/pyme/version.pyc +%%PYTHON_SITELIBDIR%%/pyme/version.pyo +%%PYTHON_SITELIBDIR%%/pyme3-%%VERSION%%-py%%PYTHON_VER%%.egg-info From owner-svn-ports-all@freebsd.org Tue Oct 18 19:52:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93376C17E4B; Tue, 18 Oct 2016 19:52:51 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 497D3D2C; Tue, 18 Oct 2016 19:52:51 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IJqo82055592; Tue, 18 Oct 2016 19:52:50 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IJqo2X055589; Tue, 18 Oct 2016 19:52:50 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201610181952.u9IJqo2X055589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Tue, 18 Oct 2016 19:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424210 - head/databases/percona56-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 19:52:51 -0000 Author: flo Date: Tue Oct 18 19:52:49 2016 New Revision: 424210 URL: https://svnweb.freebsd.org/changeset/ports/424210 Log: Update to 5.6.33-79.0 Modified: head/databases/percona56-server/Makefile head/databases/percona56-server/distinfo head/databases/percona56-server/pkg-plist Modified: head/databases/percona56-server/Makefile ============================================================================== --- head/databases/percona56-server/Makefile Tue Oct 18 19:45:23 2016 (r424209) +++ head/databases/percona56-server/Makefile Tue Oct 18 19:52:49 2016 (r424210) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= percona -DISTVERSION= 5.6.32-78.0 +DISTVERSION= 5.6.33-79.0 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-${DISTVERSION}/source/tarball/ Modified: head/databases/percona56-server/distinfo ============================================================================== --- head/databases/percona56-server/distinfo Tue Oct 18 19:45:23 2016 (r424209) +++ head/databases/percona56-server/distinfo Tue Oct 18 19:52:49 2016 (r424210) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472237462 -SHA256 (percona-server-5.6.32-78.0.tar.gz) = b3f9191dd8660ba4f825c5fa8fa470e66417335ad8455e31bbc2d5f2cac1a923 -SIZE (percona-server-5.6.32-78.0.tar.gz) = 55120585 +TIMESTAMP = 1476817557 +SHA256 (percona-server-5.6.33-79.0.tar.gz) = ed8372340740faca1f58735938823eaf65ffbda64a5c65b18d187b959afbd34e +SIZE (percona-server-5.6.33-79.0.tar.gz) = 55184504 Modified: head/databases/percona56-server/pkg-plist ============================================================================== --- head/databases/percona56-server/pkg-plist Tue Oct 18 19:45:23 2016 (r424209) +++ head/databases/percona56-server/pkg-plist Tue Oct 18 19:52:49 2016 (r424210) @@ -161,6 +161,7 @@ man/man8/mysqld.8.gz %%DATADIR%%/tests/suite/query_response_time/query_response_time-stored.inc %%DATADIR%%/tests/suite/query_response_time/query_response_time-stored.result %%DATADIR%%/tests/suite/query_response_time/query_response_time-stored.test +%%DATADIR%%/tests/suite/query_response_time/query_response_time-check.inc %%DATADIR%%/tests/suite/query_response_time/query_response_time.inc %%DATADIR%%/tests/suite/query_response_time/query_response_time.result %%DATADIR%%/tests/suite/query_response_time/query_response_time.test From owner-svn-ports-all@freebsd.org Tue Oct 18 20:45:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E50A6C16BF3; Tue, 18 Oct 2016 20:45:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B727CE79; Tue, 18 Oct 2016 20:45:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IKjuOs074434; Tue, 18 Oct 2016 20:45:56 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IKjukJ074432; Tue, 18 Oct 2016 20:45:56 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610182045.u9IKjukJ074432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 20:45:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424211 - head/devel/bossa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 20:45:58 -0000 Author: feld Date: Tue Oct 18 20:45:56 2016 New Revision: 424211 URL: https://svnweb.freebsd.org/changeset/ports/424211 Log: devel/bossa: Update to actual 1.7.0 release No changes, this is purely cosmetic. PR: 213168 Modified: head/devel/bossa/Makefile head/devel/bossa/distinfo Modified: head/devel/bossa/Makefile ============================================================================== --- head/devel/bossa/Makefile Tue Oct 18 19:52:49 2016 (r424210) +++ head/devel/bossa/Makefile Tue Oct 18 20:45:56 2016 (r424211) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bossa -PORTVERSION= 1.7.0.a +PORTVERSION= 1.7.0 CATEGORIES= devel MAINTAINER= bsdports@kyle-evans.net @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= shumatech GH_PROJECT= ${PORTNAME:tu} -GH_TAGNAME= ae08c63 USES= compiler:c++11-lang gmake Modified: head/devel/bossa/distinfo ============================================================================== --- head/devel/bossa/distinfo Tue Oct 18 19:52:49 2016 (r424210) +++ head/devel/bossa/distinfo Tue Oct 18 20:45:56 2016 (r424211) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474664488 -SHA256 (shumatech-BOSSA-1.7.0.a-ae08c63_GH0.tar.gz) = 5660dea8bc531a0ff9684c7c832e989f59a892e3352c2133c866b09b23f6a958 -SIZE (shumatech-BOSSA-1.7.0.a-ae08c63_GH0.tar.gz) = 539364 +TIMESTAMP = 1475463215 +SHA256 (shumatech-BOSSA-1.7.0_GH0.tar.gz) = 758ddaa70163561de9877d2f0f61dd64b51616273ac8709278d7e67ab90a6af3 +SIZE (shumatech-BOSSA-1.7.0_GH0.tar.gz) = 539347 From owner-svn-ports-all@freebsd.org Tue Oct 18 20:53:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 886B8C16E5D; Tue, 18 Oct 2016 20:53:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F3223B7; Tue, 18 Oct 2016 20:53:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IKrENc078244; Tue, 18 Oct 2016 20:53:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IKrEGY078240; Tue, 18 Oct 2016 20:53:14 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610182053.u9IKrEGY078240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 20:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424212 - in head/www: . py-flask-principal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 20:53:15 -0000 Author: feld Date: Tue Oct 18 20:53:13 2016 New Revision: 424212 URL: https://svnweb.freebsd.org/changeset/ports/424212 Log: Identity management for Flask. WWW: http://packages.python.org/Flask-Principal/ PR: 213326 Submitted by: Kyle Evans Added: head/www/py-flask-principal/ head/www/py-flask-principal/Makefile (contents, props changed) head/www/py-flask-principal/distinfo (contents, props changed) head/www/py-flask-principal/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Oct 18 20:45:56 2016 (r424211) +++ head/www/Makefile Tue Oct 18 20:53:13 2016 (r424212) @@ -1615,6 +1615,7 @@ SUBDIR += py-flask-flatpages SUBDIR += py-flask-login SUBDIR += py-flask-oauthlib + SUBDIR += py-flask-principal SUBDIR += py-flask-restful SUBDIR += py-flask-restplus SUBDIR += py-flask-restplus08 Added: head/www/py-flask-principal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-principal/Makefile Tue Oct 18 20:53:13 2016 (r424212) @@ -0,0 +1,21 @@ +# Created by: Kyle Evans +# $FreeBSD$ + +PORTNAME= Flask-Principal +PORTVERSION= 0.4.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Identity management for flask + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask \ + ${PYTHON_PKGNAMEPREFIX}blinker>=0:devel/py-blinker + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/www/py-flask-principal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-principal/distinfo Tue Oct 18 20:53:13 2016 (r424212) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475951496 +SHA256 (Flask-Principal-0.4.0.tar.gz) = f5d6134b5caebfdbb86f32d56d18ee44b080876a27269560a96ea35f75c99453 +SIZE (Flask-Principal-0.4.0.tar.gz) = 5452 Added: head/www/py-flask-principal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-principal/pkg-descr Tue Oct 18 20:53:13 2016 (r424212) @@ -0,0 +1,3 @@ +Identity management for Flask. + +WWW: http://packages.python.org/Flask-Principal/ From owner-svn-ports-all@freebsd.org Tue Oct 18 20:56:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13F67C1706F; Tue, 18 Oct 2016 20:56:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC732910; Tue, 18 Oct 2016 20:56:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IKuof8078548; Tue, 18 Oct 2016 20:56:50 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IKuoAO078544; Tue, 18 Oct 2016 20:56:50 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610182056.u9IKuoAO078544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 20:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424213 - in head/www: . py-flask-assets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 20:56:52 -0000 Author: feld Date: Tue Oct 18 20:56:50 2016 New Revision: 424213 URL: https://svnweb.freebsd.org/changeset/ports/424213 Log: Integrates the webassets library with Flask, adding support for merging, minifying and compiling CSS and Javascript files. WWW: http://github.com/miracle2k/flask-assets PR: 213325 Submitted by: Kyle Evans Added: head/www/py-flask-assets/ head/www/py-flask-assets/Makefile (contents, props changed) head/www/py-flask-assets/distinfo (contents, props changed) head/www/py-flask-assets/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Oct 18 20:53:13 2016 (r424212) +++ head/www/Makefile Tue Oct 18 20:56:50 2016 (r424213) @@ -1608,6 +1608,7 @@ SUBDIR += py-feedgenerator SUBDIR += py-flask SUBDIR += py-flask-admin + SUBDIR += py-flask-assets SUBDIR += py-flask-bootstrap SUBDIR += py-flask-cache SUBDIR += py-flask-compress Added: head/www/py-flask-assets/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-assets/Makefile Tue Oct 18 20:56:50 2016 (r424213) @@ -0,0 +1,21 @@ +# Created by: Kyle Evans +# $FreeBSD$ + +PORTNAME= Flask-Assets +PORTVERSION= 0.12 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Asset management for flask + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask \ + ${PYTHON_PKGNAMEPREFIX}webassets>=0:www/py-webassets + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/www/py-flask-assets/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-assets/distinfo Tue Oct 18 20:56:50 2016 (r424213) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475951110 +SHA256 (Flask-Assets-0.12.tar.gz) = 6031527b89fb3509d1581d932affa5a79dd348cfffb58d0aef99a43461d47847 +SIZE (Flask-Assets-0.12.tar.gz) = 22905 Added: head/www/py-flask-assets/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-assets/pkg-descr Tue Oct 18 20:56:50 2016 (r424213) @@ -0,0 +1,4 @@ +Integrates the webassets library with Flask, adding support for merging, +minifying and compiling CSS and Javascript files. + +WWW: http://github.com/miracle2k/flask-assets From owner-svn-ports-all@freebsd.org Tue Oct 18 20:59:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCB36C171C7; Tue, 18 Oct 2016 20:59:41 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4656B68; Tue, 18 Oct 2016 20:59:41 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IKxebo078809; Tue, 18 Oct 2016 20:59:40 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IKxeQD078805; Tue, 18 Oct 2016 20:59:40 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610182059.u9IKxeQD078805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 20:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424214 - in head/devel: . py-sarge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 20:59:42 -0000 Author: feld Date: Tue Oct 18 20:59:40 2016 New Revision: 424214 URL: https://svnweb.freebsd.org/changeset/ports/424214 Log: The sarge package provides a wrapper for subprocess which provides command pipeline functionality. This package leverages subprocess to provide easy-to-use cross-platform command pipelines with a Posix flavour: you can have chains of commands using ;, &, pipes using | and |&, and redirection. The latest version of sarge can be found on BitBucket: https://bitbucket.org/vinay.sajip/sarge/ The latest documentation (kept updated between releases) is on Read The Docs: http://sarge.readthedocs.org/ Please report any problems or suggestions for improvement either via the mailing list or the issue tracker. WWW: http://sarge.readthedocs.org/ PR: 213324 Submitted by: Kyle Evans Added: head/devel/py-sarge/ head/devel/py-sarge/Makefile (contents, props changed) head/devel/py-sarge/distinfo (contents, props changed) head/devel/py-sarge/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 18 20:56:50 2016 (r424213) +++ head/devel/Makefile Tue Oct 18 20:59:40 2016 (r424214) @@ -4484,6 +4484,7 @@ SUBDIR += py-rtree SUBDIR += py-ruledispatch SUBDIR += py-sanetime + SUBDIR += py-sarge SUBDIR += py-scripttest SUBDIR += py-sdl2 SUBDIR += py-selection Added: head/devel/py-sarge/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sarge/Makefile Tue Oct 18 20:59:40 2016 (r424214) @@ -0,0 +1,19 @@ +# Created by: Kyle Evans +# $FreeBSD$ + +PORTNAME= sarge +PORTVERSION= 0.1.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Wrapper for subprocess which provides command pipeline functionality + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-sarge/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sarge/distinfo Tue Oct 18 20:59:40 2016 (r424214) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475906135 +SHA256 (sarge-0.1.4.tar.gz) = 59f93216723ddd9062d17cbbb90ed9e69267b84825cf0bde0b7f8d934c424823 +SIZE (sarge-0.1.4.tar.gz) = 50472 Added: head/devel/py-sarge/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sarge/pkg-descr Tue Oct 18 20:59:40 2016 (r424214) @@ -0,0 +1,23 @@ + + + + +The sarge package provides a wrapper for subprocess which provides command +pipeline functionality. + +This package leverages subprocess to provide easy-to-use cross-platform command +pipelines with a Posix flavour: you can have chains of commands using ;, &, +pipes using | and |&, and redirection. + +The latest version of sarge can be found on BitBucket: + +https://bitbucket.org/vinay.sajip/sarge/ + +The latest documentation (kept updated between releases) is on Read The Docs: + +http://sarge.readthedocs.org/ + +Please report any problems or suggestions for improvement either via the mailing +list or the issue tracker. + +WWW: http://sarge.readthedocs.org/ From owner-svn-ports-all@freebsd.org Tue Oct 18 21:10:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B261C174F9; Tue, 18 Oct 2016 21:10:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 481F3EA; Tue, 18 Oct 2016 21:10:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IL9xrs082649; Tue, 18 Oct 2016 21:09:59 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IL9xmU082645; Tue, 18 Oct 2016 21:09:59 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610182109.u9IL9xmU082645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 21:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424215 - in head/devel: . py-pylru X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 21:10:00 -0000 Author: feld Date: Tue Oct 18 21:09:58 2016 New Revision: 424215 URL: https://svnweb.freebsd.org/changeset/ports/424215 Log: Pylru implements a true LRU cache along with several support classes. The cache is efficient and written in pure Python. It works with Python 2.6+ including the 3.x series. Basic operations (lookup, insert, delete) all run in a constant amount of time. Pylru provides a cache class with a simple dict interface. It also provides classes to wrap any object that has a dict interface with a cache. Both write-through and write-back semantics are supported. Pylru also provides classes to wrap functions in a similar way, including a function decorator. WWW: https://github.com/jlhutch/pylru PR: 213323 Submitted by: Kyle Evans Added: head/devel/py-pylru/ head/devel/py-pylru/Makefile (contents, props changed) head/devel/py-pylru/distinfo (contents, props changed) head/devel/py-pylru/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 18 20:59:40 2016 (r424214) +++ head/devel/Makefile Tue Oct 18 21:09:58 2016 (r424215) @@ -4386,6 +4386,7 @@ SUBDIR += py-pykde4 SUBDIR += py-pykdeuic4 SUBDIR += py-pyke + SUBDIR += py-pylru SUBDIR += py-pylru-cache SUBDIR += py-pymarc SUBDIR += py-pympler Added: head/devel/py-pylru/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pylru/Makefile Tue Oct 18 21:09:58 2016 (r424215) @@ -0,0 +1,20 @@ +# Created by: Kyle Evans +# $FreeBSD$ + +PORTNAME= pylru +PORTVERSION= 1.0.9 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Least recently used (lru) cache implementation + +LICENSE= GPLv2 + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/devel/py-pylru/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pylru/distinfo Tue Oct 18 21:09:58 2016 (r424215) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475905838 +SHA256 (pylru-1.0.9.tar.gz) = 71376192671f0ad1690b2a7427d39a29b1df994c8469a9b46b03ed7e28c0172c +SIZE (pylru-1.0.9.tar.gz) = 15461 Added: head/devel/py-pylru/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pylru/pkg-descr Tue Oct 18 21:09:58 2016 (r424215) @@ -0,0 +1,9 @@ +Pylru implements a true LRU cache along with several support classes. The cache +is efficient and written in pure Python. It works with Python 2.6+ including the +3.x series. Basic operations (lookup, insert, delete) all run in a constant +amount of time. Pylru provides a cache class with a simple dict interface. It +also provides classes to wrap any object that has a dict interface with a cache. +Both write-through and write-back semantics are supported. Pylru also provides +classes to wrap functions in a similar way, including a function decorator. + +WWW: https://github.com/jlhutch/pylru From owner-svn-ports-all@freebsd.org Tue Oct 18 21:12:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AB0DC176FD; Tue, 18 Oct 2016 21:12:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69D59753; Tue, 18 Oct 2016 21:12:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ILCiYQ086580; Tue, 18 Oct 2016 21:12:44 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ILCi0B086579; Tue, 18 Oct 2016 21:12:44 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610182112.u9ILCi0B086579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 21:12:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424216 - head/devel/py-sarge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 21:12:45 -0000 Author: feld Date: Tue Oct 18 21:12:44 2016 New Revision: 424216 URL: https://svnweb.freebsd.org/changeset/ports/424216 Log: devel/py-sarge: add NO_ARCH Modified: head/devel/py-sarge/Makefile Modified: head/devel/py-sarge/Makefile ============================================================================== --- head/devel/py-sarge/Makefile Tue Oct 18 21:09:58 2016 (r424215) +++ head/devel/py-sarge/Makefile Tue Oct 18 21:12:44 2016 (r424216) @@ -16,4 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include From owner-svn-ports-all@freebsd.org Tue Oct 18 21:15:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FB7FC177B4; Tue, 18 Oct 2016 21:15:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F840883; Tue, 18 Oct 2016 21:15:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ILFsDr086793; Tue, 18 Oct 2016 21:15:54 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ILFs8H086792; Tue, 18 Oct 2016 21:15:54 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610182115.u9ILFs8H086792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 21:15:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424217 - head/www/py-flask-assets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 21:15:55 -0000 Author: feld Date: Tue Oct 18 21:15:54 2016 New Revision: 424217 URL: https://svnweb.freebsd.org/changeset/ports/424217 Log: www/py-flask-assets: Add NO_ARCH Modified: head/www/py-flask-assets/Makefile Modified: head/www/py-flask-assets/Makefile ============================================================================== --- head/www/py-flask-assets/Makefile Tue Oct 18 21:12:44 2016 (r424216) +++ head/www/py-flask-assets/Makefile Tue Oct 18 21:15:54 2016 (r424217) @@ -18,4 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flas USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include From owner-svn-ports-all@freebsd.org Tue Oct 18 21:16:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3140C177F1; Tue, 18 Oct 2016 21:16:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8548F960; Tue, 18 Oct 2016 21:16:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ILG8bK086901; Tue, 18 Oct 2016 21:16:08 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ILG80b086900; Tue, 18 Oct 2016 21:16:08 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610182116.u9ILG80b086900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 21:16:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424218 - head/www/py-flask-principal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 21:16:09 -0000 Author: feld Date: Tue Oct 18 21:16:08 2016 New Revision: 424218 URL: https://svnweb.freebsd.org/changeset/ports/424218 Log: www/py-flask-principal: Add NO_ARCH Modified: head/www/py-flask-principal/Makefile Modified: head/www/py-flask-principal/Makefile ============================================================================== --- head/www/py-flask-principal/Makefile Tue Oct 18 21:15:54 2016 (r424217) +++ head/www/py-flask-principal/Makefile Tue Oct 18 21:16:08 2016 (r424218) @@ -18,4 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flas USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include From owner-svn-ports-all@freebsd.org Tue Oct 18 21:16:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C88A5C17832; Tue, 18 Oct 2016 21:16:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DDD3A3B; Tue, 18 Oct 2016 21:16:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 94425BDC86; Tue, 18 Oct 2016 23:16:24 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 78937BDC85; Tue, 18 Oct 2016 23:16:24 +0200 (CEST) Subject: Re: svn commit: r424203 - head/security/gnupg To: Christoph Moench-Tegeder , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610181845.u9IIjYKY027829@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Tue, 18 Oct 2016 23:16:23 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610181845.u9IIjYKY027829@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mNSS34XbLsT2xWtU6QjlWuxENah1eq48V" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 21:16:27 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --mNSS34XbLsT2xWtU6QjlWuxENah1eq48V Content-Type: multipart/mixed; boundary="ITB6U8fPMMaMfDGpL5gOFHjddPijOEweT"; protected-headers="v1" From: Mathieu Arnold To: Christoph Moench-Tegeder , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r424203 - head/security/gnupg References: <201610181845.u9IIjYKY027829@repo.freebsd.org> In-Reply-To: <201610181845.u9IIjYKY027829@repo.freebsd.org> --ITB6U8fPMMaMfDGpL5gOFHjddPijOEweT Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 18/10/2016 =C3=A0 20:45, Christoph Moench-Tegeder a =C3=A9crit : > LIB_DEPENDS=3D libassuan.so:security/libassuan \ > libgcrypt.so:security/libgcrypt \ > + libgpg-error.so:security/libgpg-error \ > libksba.so:security/libksba \ > libnpth.so:devel/npth > -BUILD_DEPENDS=3D libgpg-error>=3D1.16:security/libgpg-error > +BUILD_DEPENDS=3D libassuan>=3D2.4.3:security/libassuan \ > + libgpg-error>=3D1.16:security/libgpg-error The BUILD_DEPENDS can be removed entierly, both are already in LIB_DEPEND= S. --=20 Mathieu Arnold --ITB6U8fPMMaMfDGpL5gOFHjddPijOEweT-- --mNSS34XbLsT2xWtU6QjlWuxENah1eq48V Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYBpEoXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85INp4P/19aQqTKJHF0VbB3T+yq0tdY Rp3sc7zH6NSp27PudT+TBaY5NCosEG1bX2HbzQTDDtWk7Qp2aMEAu6H4ZSV22fOo Gm+yhI1k7Vr1AiexxjGKioFSZOMM4bSZgyzrC5clLHF7nUjJEKh51LoI0AlXYvr/ TXAa2AJPNa/i+YkV96SnVEewzDeuTItcrS2I8VP9SP1KxHyW1rw90vSCsGyYKZXY 0xVIrQZiVHRVT1JdUpqD0I/i44cQkS6FEIfw4XnACrp0XJsTZEEeAvQNK5BRSew3 jk3RMQgsaJAUf8mx/pGuZRCUHOnXpHrGaSEDhRXrxdgP0KYgqf5d81q40xmtsYmr 5wyQj250OSd4QImVxLp9pHSjHbWXsGNu2uZbAJl6SekgzmNGgUUSO0wjLW4wYG1y exeZFt+0H3RtxKpmB4lLXKhEaPUiQPhxUHJlmIabqm9B+2j0dU1zsJy7cFgMYhbS dgfYskn1g3r03vVA8HswJlyiMx5ZpiyIn05Nwdyo9M+3Pep41r0uYnuLvyVqL6IO uoPrIiCeSFrNHNugbOIVO+dZeE/nocmXJO48vfHRxYLH3ycqPA3rGiv0uyASl0Kn TscRi7Jgo0pzRKtlfoErBKouV+f3j58fc9Xh2ezOCrX9nkoNcx+0ROHLuUBe0Ifr NmRhkGNMtWa0putR3iwq =QUsg -----END PGP SIGNATURE----- --mNSS34XbLsT2xWtU6QjlWuxENah1eq48V-- From owner-svn-ports-all@freebsd.org Tue Oct 18 21:19:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6834CC1795F; Tue, 18 Oct 2016 21:19:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FCB5CF2; Tue, 18 Oct 2016 21:19:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ILJ3PH087207; Tue, 18 Oct 2016 21:19:03 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ILJ2bW087203; Tue, 18 Oct 2016 21:19:02 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610182119.u9ILJ2bW087203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 21:19:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424219 - in head/devel: . py-chainmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 21:19:04 -0000 Author: feld Date: Tue Oct 18 21:19:02 2016 New Revision: 424219 URL: https://svnweb.freebsd.org/changeset/ports/424219 Log: This module is a polyfill, implementing ChainMap for reasonably-recent versions of Python that do not have collections.ChainMap--namely, Python 2.6, Python 3.2, and PyPy3 releases based on Python 3.2. (It will also work as expected on Python 2.7, PyPy, and Python 3.3 and higher, but it is not needed there since those verions' collections modules contains a ChainMap implementation.) The code for this package is closely derived from the Python 3.5 source code at hg.python.org, (especially the collections and reprlib modules). Several changes have been made to ensure Python 2.6 compatibility, and tests and packaging have been added. WWW: https://bitbucket.org/jeunice/chainmap PR: 213322 Submitted by: Kyle Evans Added: head/devel/py-chainmap/ head/devel/py-chainmap/Makefile (contents, props changed) head/devel/py-chainmap/distinfo (contents, props changed) head/devel/py-chainmap/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 18 21:16:08 2016 (r424218) +++ head/devel/Makefile Tue Oct 18 21:19:02 2016 (r424219) @@ -4046,6 +4046,7 @@ SUBDIR += py-celery SUBDIR += py-cffi SUBDIR += py-cfgparse + SUBDIR += py-chainmap SUBDIR += py-characteristic SUBDIR += py-check-manifest SUBDIR += py-cheetah Added: head/devel/py-chainmap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-chainmap/Makefile Tue Oct 18 21:19:02 2016 (r424219) @@ -0,0 +1,20 @@ +# Created by: Kyle Evans +# $FreeBSD$ + +PORTNAME= chainmap +PORTVERSION= 1.0.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Backport/clone of chainmap for py26, py32, and pypy3 + +LICENSE= PSFL + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/devel/py-chainmap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-chainmap/distinfo Tue Oct 18 21:19:02 2016 (r424219) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475906299 +SHA256 (chainmap-1.0.2.tar.gz) = 405da3bce9913bfb33e6e497803b447b60d12ab44031ca357626143e087e0526 +SIZE (chainmap-1.0.2.tar.gz) = 6383 Added: head/devel/py-chainmap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-chainmap/pkg-descr Tue Oct 18 21:19:02 2016 (r424219) @@ -0,0 +1,12 @@ +This module is a polyfill, implementing ChainMap for reasonably-recent versions +of Python that do not have collections.ChainMap--namely, Python 2.6, Python 3.2, +and PyPy3 releases based on Python 3.2. (It will also work as expected on Python +2.7, PyPy, and Python 3.3 and higher, but it is not needed there since those +verions' collections modules contains a ChainMap implementation.) + +The code for this package is closely derived from the Python 3.5 source code at +hg.python.org, (especially the collections and reprlib modules). Several changes +have been made to ensure Python 2.6 compatibility, and tests and packaging have +been added. + +WWW: https://bitbucket.org/jeunice/chainmap From owner-svn-ports-all@freebsd.org Tue Oct 18 21:36:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FECBC17E1A; Tue, 18 Oct 2016 21:36:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 551D5B5C; Tue, 18 Oct 2016 21:36:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ILaiw4094595; Tue, 18 Oct 2016 21:36:44 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ILaiZO094593; Tue, 18 Oct 2016 21:36:44 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610182136.u9ILaiZO094593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 21:36:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424220 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 21:36:45 -0000 Author: feld Date: Tue Oct 18 21:36:44 2016 New Revision: 424220 URL: https://svnweb.freebsd.org/changeset/ports/424220 Log: Import UID and GID for incoming www/py-octoprint port PR: 213327 Modified: head/GIDs head/UIDs Modified: head/GIDs ============================================================================== --- head/GIDs Tue Oct 18 21:19:02 2016 (r424219) +++ head/GIDs Tue Oct 18 21:36:44 2016 (r424220) @@ -103,7 +103,7 @@ pootle:*:158: nocat:*:159: _ypldap:*:160: solr:*:161: -# free: 162 +octoprint:*:162: # free: 163 # free: 164 # free: 165 Modified: head/UIDs ============================================================================== --- head/UIDs Tue Oct 18 21:19:02 2016 (r424219) +++ head/UIDs Tue Oct 18 21:36:44 2016 (r424220) @@ -108,7 +108,7 @@ pootle:*:158:158::0:0:Pootle User:/var/d nocat:*:159:159::0:0:NoCat Daemon:/libexec/nocat:/sbin/nologin _ypldap:*:160:160::0:0:YP Ldap unprivileged user:/var/empty:/usr/sbin/nologin solr:*:161:161::0:0:Apache Solr System:/var/db/solr:/usr/sbin/nologin -# free: 162 +octoprint:*:162:162::0:0:OctoPrint Daemon:/usr/local/octoprint:/usr/sbin/nologin # free: 163 # free: 164 # free: 165 From owner-svn-ports-all@freebsd.org Tue Oct 18 22:20:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AD18C179C4; Tue, 18 Oct 2016 22:20:59 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4916AFB8; Tue, 18 Oct 2016 22:20:59 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IMKwxl010795; Tue, 18 Oct 2016 22:20:58 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IMKwfZ010794; Tue, 18 Oct 2016 22:20:58 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201610182220.u9IMKwfZ010794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 18 Oct 2016 22:20:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424221 - branches/2016Q4/audio/libmp3splt X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 22:20:59 -0000 Author: danilo Date: Tue Oct 18 22:20:58 2016 New Revision: 424221 URL: https://svnweb.freebsd.org/changeset/ports/424221 Log: MFH: r423972 - Fix ID3 option selection PR: 213469 Submitted by: Anton Yuzhaninov Approved by: ports-secteam (feld) Modified: branches/2016Q4/audio/libmp3splt/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/audio/libmp3splt/Makefile ============================================================================== --- branches/2016Q4/audio/libmp3splt/Makefile Tue Oct 18 21:36:44 2016 (r424220) +++ branches/2016Q4/audio/libmp3splt/Makefile Tue Oct 18 22:20:58 2016 (r424221) @@ -3,6 +3,7 @@ PORTNAME= libmp3splt PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} @@ -43,8 +44,8 @@ VORBIS_LIB_DEPENDS= libogg.so:audio/libo PCRE_CONFIGURE_ENABLE= pcre PCRE_LIB_DEPENDS= libpcre.so:devel/pcre -MID3_LIB_DEPENDS= libid3tag.so:audio/libid3tag -MID3_CONFIGURE_ENABLE= id3tag +ID3_LIB_DEPENDS= libid3tag.so:audio/libid3tag +ID3_CONFIGURE_ENABLE= id3tag NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls From owner-svn-ports-all@freebsd.org Tue Oct 18 23:01:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97943C1775A; Tue, 18 Oct 2016 23:01:43 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F959E74; Tue, 18 Oct 2016 23:01:43 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IN1gO2028597; Tue, 18 Oct 2016 23:01:42 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IN1g1T028595; Tue, 18 Oct 2016 23:01:42 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201610182301.u9IN1g1T028595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 18 Oct 2016 23:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424222 - head/www/nginx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 23:01:43 -0000 Author: osa Date: Tue Oct 18 23:01:42 2016 New Revision: 424222 URL: https://svnweb.freebsd.org/changeset/ports/424222 Log: Upgrade to the latest stable release - 1.10.2. *) Change: the "421 Misdirected Request" response now used when rejecting requests to a virtual server different from one negotiated during an SSL handshake; this improves interoperability with some HTTP/2 clients when using client certificates. *) Change: HTTP/2 clients can now start sending request body immediately; the "http2_body_preread_size" directive controls size of the buffer used before nginx will start reading client request body. *) Bugfix: a segmentation fault might occur in a worker process when using HTTP/2 and the "proxy_request_buffering" directive. *) Bugfix: the "Content-Length" request header line was always added to requests passed to backends, including requests without body, when using HTTP/2. *) Bugfix: "http request count is zero" alerts might appear in logs when using HTTP/2. *) Bugfix: unnecessary buffering might occur when using the "sub_filter" directive; the issue had appeared in 1.9.4. *) Bugfix: socket leak when using HTTP/2. *) Bugfix: an incorrect response might be returned when using the "aio threads" and "sendfile" directives; the bug had appeared in 1.9.13. *) Workaround: OpenSSL 1.1.0 compatibility. Modified: head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Tue Oct 18 22:20:58 2016 (r424221) +++ head/www/nginx/Makefile Tue Oct 18 23:01:42 2016 (r424222) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.10.1 -PORTREVISION= 2 +PORTVERSION= 1.10.2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Tue Oct 18 22:20:58 2016 (r424221) +++ head/www/nginx/distinfo Tue Oct 18 23:01:42 2016 (r424222) @@ -1,6 +1,6 @@ -TIMESTAMP = 1476391310 -SHA256 (nginx-1.10.1.tar.gz) = 1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801 -SIZE (nginx-1.10.1.tar.gz) = 909077 +TIMESTAMP = 1476831245 +SHA256 (nginx-1.10.2.tar.gz) = 1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2 +SIZE (nginx-1.10.2.tar.gz) = 910812 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 From owner-svn-ports-all@freebsd.org Tue Oct 18 23:10:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A4EEC178A9; Tue, 18 Oct 2016 23:10:37 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C50791241; Tue, 18 Oct 2016 23:10:36 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9INAZKH031045; Tue, 18 Oct 2016 23:10:35 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9INAZXc030793; Tue, 18 Oct 2016 23:10:35 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201610182310.u9INAZXc030793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 18 Oct 2016 23:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424223 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 23:10:37 -0000 Author: osa Date: Tue Oct 18 23:10:35 2016 New Revision: 424223 URL: https://svnweb.freebsd.org/changeset/ports/424223 Log: Use ImageMagick-nox11 instead of original one as it's more convenient for the server-based product. Do not bump PORTREVISION because this change affects disabled by default third-party modules only. Modified: head/www/nginx-devel/Makefile head/www/nginx/Makefile Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Oct 18 23:01:42 2016 (r424222) +++ head/www/nginx-devel/Makefile Tue Oct 18 23:10:35 2016 (r424223) @@ -714,7 +714,7 @@ LIB_DEPENDS+= libjpeg.so:graphics/jpeg libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg \ - libMagickWand-6.so:graphics/ImageMagick + libMagickWand-6.so:graphics/ImageMagick-nox11 GH_ACCOUNT+= wandenberg:vte GH_PROJECT+= nginx-video-thumbextractor-module:vte GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte @@ -947,8 +947,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n .if ${PORT_OPTIONS:MSMALL_LIGHT} NGINX_SMALL_LIGHT_VERSION= 0.8.0 -LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick \ - libMagickWand-6.so:graphics/ImageMagick \ +LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick-nox11 \ + libMagickWand-6.so:graphics/ImageMagick-nox11 \ libpcre.so:devel/pcre GH_ACCOUNT+= cubicdaiya:small_light GH_PROJECT+= ngx_small_light:small_light Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Tue Oct 18 23:01:42 2016 (r424222) +++ head/www/nginx/Makefile Tue Oct 18 23:10:35 2016 (r424223) @@ -710,7 +710,7 @@ LIB_DEPENDS+= libjpeg.so:graphics/jpeg libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg \ - libMagickWand-6.so:graphics/ImageMagick + libMagickWand-6.so:graphics/ImageMagick-nox11 GH_ACCOUNT+= wandenberg:vte GH_PROJECT+= nginx-video-thumbextractor-module:vte GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte @@ -942,8 +942,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n .if ${PORT_OPTIONS:MSMALL_LIGHT} NGINX_SMALL_LIGHT_VERSION= 0.8.0 -LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick \ - libMagickWand-6.so:graphics/ImageMagick \ +LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick-nox11 \ + libMagickWand-6.so:graphics/ImageMagick-nox11 \ libpcre.so:devel/pcre GH_ACCOUNT+= cubicdaiya:small_light GH_PROJECT+= ngx_small_light:small_light From owner-svn-ports-all@freebsd.org Wed Oct 19 00:55:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A635C1559E; Wed, 19 Oct 2016 00:55:10 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B9DBE268; Wed, 19 Oct 2016 00:55:09 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id wf9tbLcw7Ijjwwf9ubjeVm; Tue, 18 Oct 2016 18:55:07 -0600 X-Authority-Analysis: v=2.2 cv=dtuZMBo4 c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=CH0kA5CcgfcA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=VR9KRUxRMx1hLMCHjj0A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id 0BAE6ABE; Tue, 18 Oct 2016 17:55:04 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u9J0smAA062884; Tue, 18 Oct 2016 17:54:48 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201610190054.u9J0smAA062884@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: "Sergey A. Osokin" cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424223 - in head/www: nginx nginx-devel In-Reply-To: Message from "Sergey A. Osokin" of "Tue, 18 Oct 2016 23:10:35 -0000." <201610182310.u9INAZXc030793@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Oct 2016 17:54:48 -0700 X-CMAE-Envelope: MS4wfD6oZfMGbQaAv3QjC8oTIuVgE/8rn4MFB/BYbayMOmemc6FLGt2qXJdjHLeDeV/zVM6mZB/GvYN3e/N+ZB6XefmjwZ65NBpd/6f6WOTnBhkEqeorXi5L EKofCDdGK4JDNBkHwq/OIl2BVKmONL9jo0J7oFR0flGXfgp/ZXS4DxMaPWE9/KalI6yd3p2UQHpzoU4U5BWGZVoRh+HWXk2UcHY2jTHGRhfchYLsu7CWNi9W /DseZhTW6EEV/JlXGRUXCOOVYZwIxUfWc7iev0pUjp7SSCbg6BqD2Vg40yEXMUJI X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 00:55:10 -0000 In message <201610182310.u9INAZXc030793@repo.freebsd.org>, "Sergey A. Osokin" w rites: > Author: osa > Date: Tue Oct 18 23:10:35 2016 > New Revision: 424223 > URL: https://svnweb.freebsd.org/changeset/ports/424223 > > Log: > Use ImageMagick-nox11 instead of original one as it's more > convenient for the server-based product. > > Do not bump PORTREVISION because this change affects disabled by > default third-party modules only. > > Modified: > head/www/nginx-devel/Makefile > head/www/nginx/Makefile > > Modified: head/www/nginx-devel/Makefile > ============================================================================= > = > --- head/www/nginx-devel/Makefile Tue Oct 18 23:01:42 2016 (r42422 > 2) > +++ head/www/nginx-devel/Makefile Tue Oct 18 23:10:35 2016 (r42422 > 3) > @@ -714,7 +714,7 @@ LIB_DEPENDS+= libjpeg.so:graphics/jpeg > libavcodec.so:multimedia/ffmpeg \ > libavutil.so:multimedia/ffmpeg \ > libswscale.so:multimedia/ffmpeg \ > - libMagickWand-6.so:graphics/ImageMagick > + libMagickWand-6.so:graphics/ImageMagick-nox11 > GH_ACCOUNT+= wandenberg:vte > GH_PROJECT+= nginx-video-thumbextractor-module:vte > GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte > @@ -947,8 +947,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n > > .if ${PORT_OPTIONS:MSMALL_LIGHT} > NGINX_SMALL_LIGHT_VERSION= 0.8.0 > -LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick \ > - libMagickWand-6.so:graphics/ImageMagick \ > +LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick-nox11 \ > + libMagickWand-6.so:graphics/ImageMagick-nox11 \ > libpcre.so:devel/pcre This is great if you don't already have an Imagemagick already installed but if graphics/Imagemagick is a prerequisite for other installed packages a conflict will result. Can the dependency be an option (that can be specified in poudriere options)? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Wed Oct 19 02:28:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A054C18068; Wed, 19 Oct 2016 02:28:06 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F459B9C; Wed, 19 Oct 2016 02:28:06 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9J2S5F5005362; Wed, 19 Oct 2016 02:28:05 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9J2S51X005360; Wed, 19 Oct 2016 02:28:05 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201610190228.u9J2S51X005360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Wed, 19 Oct 2016 02:28:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424224 - head/editors/tea X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 02:28:06 -0000 Author: danilo Date: Wed Oct 19 02:28:05 2016 New Revision: 424224 URL: https://svnweb.freebsd.org/changeset/ports/424224 Log: - Update to 43.1.0 - Fix hunspell/aspell enable/disable - Using LANG variable to handle paths with non ASCII bytes during build process Modified: head/editors/tea/Makefile head/editors/tea/distinfo Modified: head/editors/tea/Makefile ============================================================================== --- head/editors/tea/Makefile Tue Oct 18 23:10:35 2016 (r424223) +++ head/editors/tea/Makefile Wed Oct 19 02:28:05 2016 (r424224) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tea -PORTVERSION= 42.0.0 +PORTVERSION= 43.1.0 CATEGORIES= editors MASTER_SITES= http://semiletov.org/tea/dloads/ @@ -17,8 +17,12 @@ OPTIONS_RADIO_SPELL= ASPELL HUNSPELL OPTIONS_DEFAULT= ASPELL USES= pkgconfig:build qmake tar:bzip2 +USE_GL= gl USE_QT4= corelib gui moc_build network rcc_build +LDFLAGS+= -lz +MAKE_ENV+= LANG=en_US.UTF-8 +CONFIGURE_ENV+= LANG=en_US.UTF-8 PLIST_FILES= bin/tea share/pixmaps/tea_icon_v2.png PORTDOCS= * @@ -26,10 +30,10 @@ DESKTOP_ENTRIES="TEA" "" "${PREFIX}/shar "${PORTNAME}" "" "" ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell -ASPELL_QMAKE_ON= CONFIG=nohunspell +ASPELL_QMAKE_ON= CONFIG+=nohunspell HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell -HUNSPELL_QMAKE_ON= CONFIG=noaspell +HUNSPELL_QMAKE_ON= CONFIG+=noaspell post-patch: @${REINPLACE_CMD} -e \ Modified: head/editors/tea/distinfo ============================================================================== --- head/editors/tea/distinfo Tue Oct 18 23:10:35 2016 (r424223) +++ head/editors/tea/distinfo Wed Oct 19 02:28:05 2016 (r424224) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470753874 -SHA256 (tea-42.0.0.tar.bz2) = 4981a361985677fceaa32d2911a95522ea715a362d05d9f61501063495321203 -SIZE (tea-42.0.0.tar.bz2) = 383237 +TIMESTAMP = 1474206271 +SHA256 (tea-43.1.0.tar.bz2) = 36fa3e28391d06f75f67926f5259999829c40c069fb76331a19f3528b463573a +SIZE (tea-43.1.0.tar.bz2) = 398524 From owner-svn-ports-all@freebsd.org Wed Oct 19 03:33:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDB39C18D33; Wed, 19 Oct 2016 03:33:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F730C8F; Wed, 19 Oct 2016 03:33:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9J3X5WZ032248; Wed, 19 Oct 2016 03:33:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9J3X5XG032247; Wed, 19 Oct 2016 03:33:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610190333.u9J3X5XG032247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 19 Oct 2016 03:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424225 - head/sysutils/fusefs-lkl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 03:33:06 -0000 Author: jbeich Date: Wed Oct 19 03:33:05 2016 New Revision: 424225 URL: https://svnweb.freebsd.org/changeset/ports/424225 Log: sysutils/fusefs-lkl: unbreak - Drop bsd.port.pre.mk line Approved by: portmgr blanket Modified: head/sysutils/fusefs-lkl/Makefile (contents, props changed) Modified: head/sysutils/fusefs-lkl/Makefile ============================================================================== --- head/sysutils/fusefs-lkl/Makefile Wed Oct 19 02:28:05 2016 (r424224) +++ head/sysutils/fusefs-lkl/Makefile Wed Oct 19 03:33:05 2016 (r424225) @@ -4,7 +4,6 @@ PORTNAME= lkl PORTVERSION= 4.5.0 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= fusefs- MAINTAINER= cem@FreeBSD.org @@ -12,8 +11,6 @@ COMMENT= Full-featured Linux BTRFS, Ext4 LICENSE= GPLv2 -BROKEN= Unfetchable (google code has gone away) - BUILD_DEPENDS= gnubc>0:math/gnubc USES= fuse gmake python:build shebangfix @@ -27,6 +24,9 @@ GH_TAGNAME= e145a5a5bdf4b70753495b5ccd24 ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON=No one has added other architecture ld formats yet +IGNORE_FreeBSD_9= requires FreeBSD 11 or newer +IGNORE_FreeBSD_10= requires FreeBSD 11 or newer + WRKSRC_SUBDIR= tools/lkl ALL_TARGET= lklfuse MAKE_JOBS_UNSAFE=yes @@ -40,10 +40,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lklfuse ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/liblkl.a ${STAGEDIR}${PREFIX}/lib -.include - -.if ${OSVERSION} < 1100000 -IGNORE= requires FreeBSD 11 or newer -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Wed Oct 19 03:35:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 095ECC18D7C; Wed, 19 Oct 2016 03:35:00 +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 CC844D91; Wed, 19 Oct 2016 03:34:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9J3YwSv032441; Wed, 19 Oct 2016 03:34:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9J3Ywt6032440; Wed, 19 Oct 2016 03:34:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610190334.u9J3Ywt6032440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 19 Oct 2016 03:34:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424226 - branches/2016Q4/sysutils/fusefs-lkl X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 03:35:00 -0000 Author: jbeich Date: Wed Oct 19 03:34:58 2016 New Revision: 424226 URL: https://svnweb.freebsd.org/changeset/ports/424226 Log: MFH: r424225 sysutils/fusefs-lkl: unbreak - Drop bsd.port.pre.mk line Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q4/sysutils/fusefs-lkl/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/sysutils/fusefs-lkl/Makefile ============================================================================== --- branches/2016Q4/sysutils/fusefs-lkl/Makefile Wed Oct 19 03:33:05 2016 (r424225) +++ branches/2016Q4/sysutils/fusefs-lkl/Makefile Wed Oct 19 03:34:58 2016 (r424226) @@ -4,7 +4,6 @@ PORTNAME= lkl PORTVERSION= 4.5.0 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= fusefs- MAINTAINER= cem@FreeBSD.org @@ -12,8 +11,6 @@ COMMENT= Full-featured Linux BTRFS, Ext4 LICENSE= GPLv2 -BROKEN= Unfetchable (google code has gone away) - BUILD_DEPENDS= gnubc>0:math/gnubc USES= fuse gmake python:build shebangfix @@ -27,6 +24,9 @@ GH_TAGNAME= e145a5a5bdf4b70753495b5ccd24 ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON=No one has added other architecture ld formats yet +IGNORE_FreeBSD_9= requires FreeBSD 11 or newer +IGNORE_FreeBSD_10= requires FreeBSD 11 or newer + WRKSRC_SUBDIR= tools/lkl ALL_TARGET= lklfuse MAKE_JOBS_UNSAFE=yes @@ -40,10 +40,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lklfuse ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/liblkl.a ${STAGEDIR}${PREFIX}/lib -.include - -.if ${OSVERSION} < 1100000 -IGNORE= requires FreeBSD 11 or newer -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Wed Oct 19 05:23:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB523C174D1; Wed, 19 Oct 2016 05:23:22 +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 85E8B1E1A; Wed, 19 Oct 2016 05:23:22 +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 u9J5NLkH074155; Wed, 19 Oct 2016 05:23:21 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9J5NL6a074149; Wed, 19 Oct 2016 05:23:21 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610190523.u9J5NL6a074149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 19 Oct 2016 05:23:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424227 - in head/net-p2p/libtorrent-rasterbar: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 05:23:22 -0000 Author: pi Date: Wed Oct 19 05:23:20 2016 New Revision: 424227 URL: https://svnweb.freebsd.org/changeset/ports/424227 Log: net-p2p/libtorrent-rasterbar: update 1.1.0 -> 1.1.1 - compile in C++11 mode as is required by qBittorrent versions after 3.3.4 PR: 212235 Submitted by: matthew@reztek.cz (maintainer) Added: head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp (contents, props changed) head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_tommath.h (contents, props changed) head/net-p2p/libtorrent-rasterbar/files/patch-src_kademlia_dht__tracker.cpp (contents, props changed) Deleted: head/net-p2p/libtorrent-rasterbar/files/patch-git_3624ce6c head/net-p2p/libtorrent-rasterbar/files/patch-git_95e348be head/net-p2p/libtorrent-rasterbar/files/patch-include-libtorrent-config.hpp Modified: head/net-p2p/libtorrent-rasterbar/Makefile head/net-p2p/libtorrent-rasterbar/distinfo head/net-p2p/libtorrent-rasterbar/pkg-plist Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Wed Oct 19 03:34:58 2016 (r424226) +++ head/net-p2p/libtorrent-rasterbar/Makefile Wed Oct 19 05:23:20 2016 (r424227) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libtorrent-rasterbar -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES?= net-p2p ipv6 -MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:R:S/./_/g}/ +MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ MAINTAINER= matthew@reztek.cz COMMENT?= C++ library implementing a BitTorrent client @@ -15,7 +15,8 @@ LIB_DEPENDS+= libboost_chrono.so:devel/b libboost_random.so:devel/boost-libs \ libboost_system.so:devel/boost-libs -USES+= compiler:c++11-lang iconv:wchar_t libtool pathfix pkgconfig ssl +USES+= compiler:c++11-lib iconv:wchar_t libtool pathfix pkgconfig ssl +USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_LDCONFIG= yes TEST_TARGET= check Modified: head/net-p2p/libtorrent-rasterbar/distinfo ============================================================================== --- head/net-p2p/libtorrent-rasterbar/distinfo Wed Oct 19 03:34:58 2016 (r424226) +++ head/net-p2p/libtorrent-rasterbar/distinfo Wed Oct 19 05:23:20 2016 (r424227) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471285838 -SHA256 (libtorrent-rasterbar-1.1.0.tar.gz) = 2713df7da4aec5263ac11b6626ea966f368a5a8081103fd8f2f2ed97b5cd731d -SIZE (libtorrent-rasterbar-1.1.0.tar.gz) = 3629123 +TIMESTAMP = 1472088233 +SHA256 (libtorrent-rasterbar-1.1.1.tar.gz) = f70c82367b0980460ef95aff3e117fd4a174477892d529beec434f74d615b31f +SIZE (libtorrent-rasterbar-1.1.1.tar.gz) = 3641815 Added: head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp Wed Oct 19 05:23:20 2016 (r424227) @@ -0,0 +1,15 @@ +--- include/libtorrent/config.hpp.orig 2016-08-23 04:28:09 UTC ++++ include/libtorrent/config.hpp +@@ -180,12 +180,6 @@ POSSIBILITY OF SUCH DAMAGE. + #define TORRENT_USE_EXECINFO 1 + #endif + +-#else // __APPLE__ +-// FreeBSD has a reasonable iconv signature +-// unless we're on glibc +-#ifndef __GLIBC__ +-# define TORRENT_ICONV_ARG (const char**) +-#endif + #endif // __APPLE__ + + #define TORRENT_HAVE_MMAP 1 Added: head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_tommath.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_tommath.h Wed Oct 19 05:23:20 2016 (r424227) @@ -0,0 +1,11 @@ +--- include/libtorrent/tommath.h.orig 2016-08-29 10:51:22 UTC ++++ include/libtorrent/tommath.h +@@ -111,7 +111,7 @@ extern "C" { + + /* use arc4random on platforms that support it */ + #ifdef MP_USE_ALT_RAND +- #define MP_GEN_RANDOM() arc4random() ++ #define MP_GEN_RANDOM() (int)arc4random() + #else + #define MP_GEN_RANDOM() rand() + #endif Added: head/net-p2p/libtorrent-rasterbar/files/patch-src_kademlia_dht__tracker.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/libtorrent-rasterbar/files/patch-src_kademlia_dht__tracker.cpp Wed Oct 19 05:23:20 2016 (r424227) @@ -0,0 +1,12 @@ +--- src/kademlia/dht_tracker.cpp.orig 2016-08-23 04:28:09 UTC ++++ src/kademlia/dht_tracker.cpp +@@ -224,7 +224,8 @@ namespace libtorrent { namespace dht + void dht_tracker::get_peers(sha1_hash const& ih + , boost::function const&)> f) + { +- m_dht.get_peers(ih, f, NULL, false); ++ boost::function > const&)> empty; ++ m_dht.get_peers(ih, f, empty, false); + } + + void dht_tracker::announce(sha1_hash const& ih, int listen_port, int flags Modified: head/net-p2p/libtorrent-rasterbar/pkg-plist ============================================================================== --- head/net-p2p/libtorrent-rasterbar/pkg-plist Wed Oct 19 03:34:58 2016 (r424226) +++ head/net-p2p/libtorrent-rasterbar/pkg-plist Wed Oct 19 05:23:20 2016 (r424227) @@ -3,7 +3,6 @@ include/libtorrent/add_torrent_params.hp include/libtorrent/address.hpp include/libtorrent/alert.hpp include/libtorrent/alert_manager.hpp -include/libtorrent/alert_observer.hpp include/libtorrent/alert_types.hpp include/libtorrent/alloca.hpp include/libtorrent/allocator.hpp @@ -172,6 +171,7 @@ include/libtorrent/time.hpp include/libtorrent/timestamp_history.hpp include/libtorrent/tommath.h include/libtorrent/tommath_class.h +include/libtorrent/tommath_private.h include/libtorrent/tommath_superclass.h include/libtorrent/torrent.hpp include/libtorrent/torrent_handle.hpp From owner-svn-ports-all@freebsd.org Wed Oct 19 05:41:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 224B9C17972; Wed, 19 Oct 2016 05:41:28 +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 E7ED5BB1; Wed, 19 Oct 2016 05:41:27 +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 u9J5fRwP080283; Wed, 19 Oct 2016 05:41:27 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9J5fQNH080281; Wed, 19 Oct 2016 05:41:26 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201610190541.u9J5fQNH080281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 19 Oct 2016 05:41:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424228 - in head: accessibility/kmouth net/kget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 05:41:28 -0000 Author: tcberner Date: Wed Oct 19 05:41:26 2016 New Revision: 424228 URL: https://svnweb.freebsd.org/changeset/ports/424228 Log: Insert blank line before MAINTAINER Submitted by: Adriaan de Groot Approved by: mat (mentor) Obtained from: http://src.mouf.net/area51/revision/?rev=13183 Modified: head/accessibility/kmouth/Makefile head/net/kget/Makefile Modified: head/accessibility/kmouth/Makefile ============================================================================== --- head/accessibility/kmouth/Makefile Wed Oct 19 05:23:20 2016 (r424227) +++ head/accessibility/kmouth/Makefile Wed Oct 19 05:41:26 2016 (r424228) @@ -3,6 +3,7 @@ PORTNAME= kmouth PORTVERSION= ${KDE4_VERSION} CATEGORIES= accessibility kde kde-kde4 + MAINTAINER= kde@FreeBSD.org COMMENT= Speech synthesizer frontend for KDE Modified: head/net/kget/Makefile ============================================================================== --- head/net/kget/Makefile Wed Oct 19 05:23:20 2016 (r424227) +++ head/net/kget/Makefile Wed Oct 19 05:41:26 2016 (r424228) @@ -4,6 +4,7 @@ PORTNAME= kget PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 CATEGORIES= net kde kde-kde4 + MAINTAINER= kde@FreeBSD.org COMMENT= KDE download manager From owner-svn-ports-all@freebsd.org Wed Oct 19 06:12:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25C88C183AD; Wed, 19 Oct 2016 06:12:39 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4F63E38; Wed, 19 Oct 2016 06:12:38 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 4357d951 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 19 Oct 2016 00:12:31 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.0 \(3226\)) Subject: Re: svn commit: r424182 - in head: Mk Mk/Uses accessibility/jovie accessibility/kaccessible accessibility/kmag accessibility/kmousetool accessibility/kmouth archivers/ark astro/kstars astro/marble audi... From: Adam Weinberger In-Reply-To: <201610181722.u9IHMa0t093801@repo.freebsd.org> Date: Wed, 19 Oct 2016 00:12:29 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <73BDBF7D-18B3-46DB-96E1-977A5580BE8C@adamw.org> References: <201610181722.u9IHMa0t093801@repo.freebsd.org> To: "Tobias C. Berner" X-Mailer: Apple Mail (2.3226) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 06:12:39 -0000 > On 18 Oct, 2016, at 11:22, Tobias C. Berner = wrote: >=20 > Author: tcberner > Date: Tue Oct 18 17:22:35 2016 > New Revision: 424182 > URL: https://svnweb.freebsd.org/changeset/ports/424182 >=20 > Log: > Introduce new extensible virtual categories for KDE >=20 > A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are > released as a bundle upstream, however, there was not really a clean > way to share this information. >=20 > Using these new categories, we can simplify the Makefiles for the = diverse > KDE ports. > At the moment we support the virtual category > * kde-kde4 > In the future, this will be extended to > * kde-frameworks > * kde-plasma > * kde-applications >=20 > PR: 213406 > Differential Revision: https://reviews.freebsd.org/D7645 > Exp-run by : antoine > Reviewed by: mat, rakuco > Approved by: portmgr (mat), rakuco (mentor) >=20 I hate to be that guy, but.... Are you sure that turning category into a magical setting is the best = way to go? Category has never been magical before, and it sets a whole = new precedent (until now, "Why aren't my distfiles showing up where I = expect?" has never been answered with "CATEGORY"). Wouldn't something like USES=3D kde:dist-kde4 be a more predictable way of doing this? USES enables magic. CATEGORY sets the category. Do we really want to = change that? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Wed Oct 19 07:13:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3B84C16C5D; Wed, 19 Oct 2016 07:13:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B4A573; Wed, 19 Oct 2016 07:13:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 72B05BDCEE; Wed, 19 Oct 2016 09:13:55 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 3257FBDCE6; Wed, 19 Oct 2016 09:13:55 +0200 (CEST) Subject: Re: svn commit: r424223 - in head/www: nginx nginx-devel To: "Sergey A. Osokin" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610182310.u9INAZXc030793@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <18697be6-09a6-3dbb-2333-9eab6f10047f@FreeBSD.org> Date: Wed, 19 Oct 2016 09:13:53 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610182310.u9INAZXc030793@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="go8pGPjCPVKNPAJqF8FBgpXG7hoGwNhOe" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 07:13:58 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --go8pGPjCPVKNPAJqF8FBgpXG7hoGwNhOe Content-Type: multipart/mixed; boundary="8IEfJjCTv5AaMxipaoSLnt6QWbhC0PBs9"; protected-headers="v1" From: Mathieu Arnold To: "Sergey A. Osokin" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <18697be6-09a6-3dbb-2333-9eab6f10047f@FreeBSD.org> Subject: Re: svn commit: r424223 - in head/www: nginx nginx-devel References: <201610182310.u9INAZXc030793@repo.freebsd.org> In-Reply-To: <201610182310.u9INAZXc030793@repo.freebsd.org> --8IEfJjCTv5AaMxipaoSLnt6QWbhC0PBs9 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 19/10/2016 =C3=A0 01:10, Sergey A. Osokin a =C3=A9crit : > Author: osa > Date: Tue Oct 18 23:10:35 2016 > New Revision: 424223 > URL: https://svnweb.freebsd.org/changeset/ports/424223 > > Log: > Use ImageMagick-nox11 instead of original one as it's more > convenient for the server-based product. > =20 Please revert that, It will mess up systems who already have ImageMagick. I you really feel strongly about it, provide a new option to depend on the -nox11 version. --=20 Mathieu Arnold --8IEfJjCTv5AaMxipaoSLnt6QWbhC0PBs9-- --go8pGPjCPVKNPAJqF8FBgpXG7hoGwNhOe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYBx0yXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IbcsQALHAaHPnvNSX/8sfmjyoi0CB SSndp6WBD6HRwRvidt70xxSuVnys+TbQVR04ISImwzbZg/XB1UeuUXfRqzkCpydR O0qt0Oa7U3UrKSMSiYUJHT4n+zjRwTi/I8iXoLZs1MJjlzIUGZ0qV2pMAjtCrVCK /GXncY1LMPr2wklkHVC2cpL64dpGm0S1Tusnmb6cQx11mR0ijE9j2nGQoomd3fRK AcbjWT443leqHVEq6KAi/kTl8GKN63lJyFz3C1GQtJdVe2WKFL6jNLpV8DtXXtIZ uau2wjP/aPxQ/52nRzjAiIzRoEhFt3NEj6IuR8zexjJPnh1+fSlf2agg5iurgyYB 4v5pPeQ6yS2L+eWhs+YJkcHqlZ/jeOj79qj2WFHE8xHn9WhZfRSm6F0h0luFmTsd vOE9Pj1/ZCJveFgYIEH6in6lVTMKmTnfKGAbatxnT73f69q4/2cmfny8cERHQ/fm 2ujV4H6gG6hMR5cCmJsXPll/4q7SQOE5X8OHxmoPbiHEyHM3Gr9Du7Yx0/LJx9wD BX03+dl7Bd5nGTF2ELqv31GHwvZOBPOq9mnORu6vjrDzZxahdBylkrMK2whnOWFI tbPpOopC28m3U6LOTWcoeVrlLRfERZJgwS+M9764Gr27oj12X4OyFrPxL4OZq598 WW9v2hOd0Ej3m6PcKrCl =jWAQ -----END PGP SIGNATURE----- --go8pGPjCPVKNPAJqF8FBgpXG7hoGwNhOe-- From owner-svn-ports-all@freebsd.org Wed Oct 19 07:20:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9909C16E64; Wed, 19 Oct 2016 07:20:22 +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 A450E6C3; Wed, 19 Oct 2016 07:20:22 +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 u9J7KLp9015878; Wed, 19 Oct 2016 07:20:21 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9J7KLIu015874; Wed, 19 Oct 2016 07:20:21 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201610190720.u9J7KLIu015874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Wed, 19 Oct 2016 07:20:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424229 - in head/sysutils/vagrant: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 07:20:22 -0000 Author: cmt Date: Wed Oct 19 07:20:21 2016 New Revision: 424229 URL: https://svnweb.freebsd.org/changeset/ports/424229 Log: update vagrant to 1.8.6 Changelog: https://github.com/mitchellh/vagrant/blob/v1.8.6/CHANGELOG.md PR: 213566 Approved by: joe at thrallingpenguin.com (maintainer) Approved by: rene (mentor) Deleted: head/sysutils/vagrant/files/patch-plugins_guests_bsd_cap_public__key.rb head/sysutils/vagrant/files/patch-plugins_guests_linux_cap_public__key.rb Modified: head/sysutils/vagrant/Makefile head/sysutils/vagrant/distinfo head/sysutils/vagrant/pkg-plist Modified: head/sysutils/vagrant/Makefile ============================================================================== --- head/sysutils/vagrant/Makefile Wed Oct 19 05:41:26 2016 (r424228) +++ head/sysutils/vagrant/Makefile Wed Oct 19 07:20:21 2016 (r424229) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vagrant -PORTVERSION= 1.8.5 -PORTREVISION= 2 +PORTVERSION= 1.8.6 DISTVERSIONPREFIX= v CATEGORIES= sysutils rubygems devel Modified: head/sysutils/vagrant/distinfo ============================================================================== --- head/sysutils/vagrant/distinfo Wed Oct 19 05:41:26 2016 (r424228) +++ head/sysutils/vagrant/distinfo Wed Oct 19 07:20:21 2016 (r424229) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470199511 -SHA256 (mitchellh-vagrant-v1.8.5_GH0.tar.gz) = e6882f9b44a52888760c34d6c43e3fa3f118e9eb96730bcd466cd8ae948c3126 -SIZE (mitchellh-vagrant-v1.8.5_GH0.tar.gz) = 1738399 +TIMESTAMP = 1476708884 +SHA256 (mitchellh-vagrant-v1.8.6_GH0.tar.gz) = de1204c56feeeb327f542e58d39c9dd55fef78a9b753594a3b30e330d72d23e4 +SIZE (mitchellh-vagrant-v1.8.6_GH0.tar.gz) = 1749696 Modified: head/sysutils/vagrant/pkg-plist ============================================================================== --- head/sysutils/vagrant/pkg-plist Wed Oct 19 05:41:26 2016 (r424228) +++ head/sysutils/vagrant/pkg-plist Wed Oct 19 07:20:21 2016 (r424229) @@ -308,6 +308,8 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/debian/cap/smb.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/debian/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/debian/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/dragonflybsd/guest.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/dragonflybsd/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/esxi/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/esxi/cap/configure_networks.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/esxi/cap/halt.rb @@ -363,6 +365,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/omnios/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/cap/configure_networks.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/cap/halt.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/cap/rsync.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/cap/shell_expand_guest_path.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/guest.rb @@ -763,6 +766,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/nfs/synced_folder.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/rsync/command/rsync.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/rsync/command/rsync_auto.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/rsync/default_unix_cap.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/rsync/helper.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/rsync/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/rsync/synced_folder.rb @@ -849,6 +853,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/login/client_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/login/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/login/middleware/add_authentication_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/package/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/install_gem_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/plugin_exists_check_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/uninstall_plugin_test.rb @@ -858,6 +863,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/push/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/snapshot/command/pop_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/snapshot/command/push_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/ssh/communicator_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/ssh_config/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/command_filter_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/communicator_test.rb @@ -877,6 +883,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/coreos/cap/change_host_name_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/coreos/cap/configure_networks_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/coreos/cap/docker_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/bsd/cap/remove_public_key_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/darwin/cap/change_host_name_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/darwin/cap/choose_addressable_ip_addr_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/darwin/cap/halt_test.rb @@ -885,6 +892,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/debian/cap/nfs_client_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/debian/cap/rsync_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/debian/cap/smb_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/esxi/cap/halt_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/freebsd/cap/change_host_name_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/freebsd/cap/configure_networks_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/freebsd/cap/rsync_test.rb @@ -893,11 +901,16 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/linux/cap/insert_public_key_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/linux/cap/mount_nfs_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/linux/cap/mount_shared_folder_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/linux/cap/mount_virtual_box_shared_folder_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/linux/cap/network_interfaces_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/linux/cap/nfs_client_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/linux/cap/port_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/linux/cap/remove_public_key_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/linux/cap/rsync_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/omnios/cap/change_host_name_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/omnios/cap/mount_nfs_folder_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/omnios/cap/rsync_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/openbsd/cap/halt_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/photon/cap/change_host_name_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/photon/cap/configure_networks_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/photon/cap/docker_test.rb @@ -917,6 +930,8 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/halt_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/mount_nfs_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/rsync_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/solaris/cap/halt_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/solaris11/cap/halt_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/suse/cap/change_host_name_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/suse/cap/configure_networks_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/suse/cap/halt_test.rb @@ -924,6 +939,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/suse/cap/nfs_client_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/suse/cap/rsync_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/tinycore/cap/change_host_name_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/tinycore/cap/halt_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/change_host_name_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/halt_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/mount_shared_folder_test.rb From owner-svn-ports-all@freebsd.org Wed Oct 19 07:46:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EDAAC17A8A; Wed, 19 Oct 2016 07:46:53 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-yb0-f172.google.com (mail-yb0-f172.google.com [209.85.213.172]) (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 A71C0F8D; Wed, 19 Oct 2016 07:46:52 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-yb0-f172.google.com with SMTP id 184so6148373yby.2; Wed, 19 Oct 2016 00:46:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=tTzJPgzOyjLfel77IWwvOsaKn98413wk+I9PRnVkk6E=; b=CzVdrUsDi+VpifAxjzE1J1jTnS8raSqOJhDpoNB5YQTNIXutK4hMpZ52WEOhw2YbCb KcBh5CAzQzNV0+/QGL0L2GhrEplw1mBlKAiy4Z6FnUVFva/KHbB6uPYJg5/OZnvaelG/ t2u2UPzTa1wl8FiPe6LzCjwMGkhF/9Kqi+am5CFNO/FVl6ynIRvB8wTFXNVLeHmtEH5p MRz+Zz8pnXBPLJwMpnbM2XdCdN7Nf1EX0/conWqk/CwYj9nRMglPF+Ty4m9suu0IfXoV kD4MuXLIDVTKomCG7vy3IlA3z3VZdYCL2V5v29oL5DQflBGH/dqYI8gNXBwXTLVJQWOY B8vg== X-Gm-Message-State: AA6/9RmO2YBVGUaQg3glgAHpJpKSO26ZgiZtWx5GhMt8YPinLxgAi/Y9Wq97QE/fuBa5pg== X-Received: by 10.37.221.129 with SMTP id u123mr4533812ybg.61.1476862901618; Wed, 19 Oct 2016 00:41:41 -0700 (PDT) Received: from mail-yb0-f177.google.com (mail-yb0-f177.google.com. [209.85.213.177]) by smtp.gmail.com with ESMTPSA id z133sm15274553ywb.51.2016.10.19.00.41.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Oct 2016 00:41:41 -0700 (PDT) Received: by mail-yb0-f177.google.com with SMTP id f97so1005188ybi.1; Wed, 19 Oct 2016 00:41:41 -0700 (PDT) X-Received: by 10.37.170.37 with SMTP id s34mr4569924ybi.78.1476862901096; Wed, 19 Oct 2016 00:41:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.13.252.129 with HTTP; Wed, 19 Oct 2016 00:41:40 -0700 (PDT) In-Reply-To: <73BDBF7D-18B3-46DB-96E1-977A5580BE8C@adamw.org> References: <201610181722.u9IHMa0t093801@repo.freebsd.org> <73BDBF7D-18B3-46DB-96E1-977A5580BE8C@adamw.org> From: "Tobias C. Berner" Date: Wed, 19 Oct 2016 09:41:40 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r424182 - in head: Mk Mk/Uses accessibility/jovie accessibility/kaccessible accessibility/kmag accessibility/kmousetool accessibility/kmouth archivers/ark astro/kstars astro/marble audi... To: Adam Weinberger Cc: "Tobias C. Berner" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 07:46:53 -0000 Hi The virtual categories themselves like kde-kde4, kde-frameworks (~70 ports), kde-plasma (~40 ports), kde-applications (~200 ports) make sense themselves, as they have more ports than some non-virtual ones, and nicely group the KDE ports some more into what upstream ships. The only thing we do here, is doing something useful with the value of CATEGORIES. There is no unexpected behaviour, as the values are not overwritten. And the magic is still enabled by USES. USES=kde:[45] enables the magic. The change to bsd.port.mk is has no meaning unless kde:[45] is used. The magic just peaks at CATEGORIES to decide what to do. mfg Tobias On 19 October 2016 at 08:12, Adam Weinberger wrote: > > On 18 Oct, 2016, at 11:22, Tobias C. Berner > wrote: > > > > Author: tcberner > > Date: Tue Oct 18 17:22:35 2016 > > New Revision: 424182 > > URL: https://svnweb.freebsd.org/changeset/ports/424182 > > > > Log: > > Introduce new extensible virtual categories for KDE > > > > A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are > > released as a bundle upstream, however, there was not really a clean > > way to share this information. > > > > Using these new categories, we can simplify the Makefiles for the > diverse > > KDE ports. > > At the moment we support the virtual category > > * kde-kde4 > > In the future, this will be extended to > > * kde-frameworks > > * kde-plasma > > * kde-applications > > > > PR: 213406 > > Differential Revision: https://reviews.freebsd.org/D7645 > > Exp-run by : antoine > > Reviewed by: mat, rakuco > > Approved by: portmgr (mat), rakuco (mentor) > > > > I hate to be that guy, but.... > > Are you sure that turning category into a magical setting is the best way > to go? Category has never been magical before, and it sets a whole new > precedent (until now, "Why aren't my distfiles showing up where I expect?" > has never been answered with "CATEGORY"). > > Wouldn't something like > USES= kde:dist-kde4 > be a more predictable way of doing this? > > USES enables magic. CATEGORY sets the category. Do we really want to > change that? > > # Adam > > > -- > Adam Weinberger > adamw@adamw.org > http://www.adamw.org > > From owner-svn-ports-all@freebsd.org Wed Oct 19 08:12:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 784FAC1840F; Wed, 19 Oct 2016 08:12:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41761134; Wed, 19 Oct 2016 08:12:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9J8CJjo038398; Wed, 19 Oct 2016 08:12:19 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9J8CJhA038397; Wed, 19 Oct 2016 08:12:19 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201610190812.u9J8CJhA038397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 19 Oct 2016 08:12:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424230 - head/mail/rspamd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 08:12:20 -0000 Author: gahr Date: Wed Oct 19 08:12:19 2016 New Revision: 424230 URL: https://svnweb.freebsd.org/changeset/ports/424230 Log: mail/rspamd: hyperscan is dynamically linked, must be a LIB_DEPENDS Modified: head/mail/rspamd/Makefile Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Wed Oct 19 07:20:21 2016 (r424229) +++ head/mail/rspamd/Makefile Wed Oct 19 08:12:19 2016 (r424230) @@ -57,7 +57,7 @@ USE_GNOME= glib20 .if ${PORT_OPTIONS:MHYPERSCAN} CMAKE_ARGS+= -DENABLE_HYPERSCAN=ON - BUILD_DEPENDS+= ${LOCALBASE}/lib/libhs.a:devel/hyperscan + LIB_DEPENDS+= libhs.so:devel/hyperscan ONLY_FOR_ARCHS= amd64 .endif From owner-svn-ports-all@freebsd.org Wed Oct 19 08:53:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34CA7C183CD; Wed, 19 Oct 2016 08:53:31 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06CE81FC; Wed, 19 Oct 2016 08:53:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9J8rUE8053397; Wed, 19 Oct 2016 08:53:30 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9J8rUWC053395; Wed, 19 Oct 2016 08:53:30 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610190853.u9J8rUWC053395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 19 Oct 2016 08:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424231 - head/science/pynn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 08:53:31 -0000 Author: wen Date: Wed Oct 19 08:53:29 2016 New Revision: 424231 URL: https://svnweb.freebsd.org/changeset/ports/424231 Log: - Update to 0.8.1 Modified: head/science/pynn/Makefile head/science/pynn/distinfo Modified: head/science/pynn/Makefile ============================================================================== --- head/science/pynn/Makefile Wed Oct 19 08:12:19 2016 (r424230) +++ head/science/pynn/Makefile Wed Oct 19 08:53:29 2016 (r424231) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pynn -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/pynn/distinfo ============================================================================== --- head/science/pynn/distinfo Wed Oct 19 08:12:19 2016 (r424230) +++ head/science/pynn/distinfo Wed Oct 19 08:53:29 2016 (r424231) @@ -1,2 +1,3 @@ -SHA256 (PyNN-0.8.0.tar.gz) = bb82750218b7246b6d76b3d886f12197143b8ae61631658b60a60c362b2b22b5 -SIZE (PyNN-0.8.0.tar.gz) = 287942 +TIMESTAMP = 1476843840 +SHA256 (PyNN-0.8.1.tar.gz) = ce94246284588414d1570c1d5d697805f781384e771816727c830b01ee30fe39 +SIZE (PyNN-0.8.1.tar.gz) = 307418 From owner-svn-ports-all@freebsd.org Wed Oct 19 09:03:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B22DBC18910; Wed, 19 Oct 2016 09:03:51 +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 81760A7E; Wed, 19 Oct 2016 09:03:51 +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 u9J93o97057151; Wed, 19 Oct 2016 09:03:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9J93orF057150; Wed, 19 Oct 2016 09:03:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610190903.u9J93orF057150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 09:03:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424232 - head/net/ipsumdump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 09:03:51 -0000 Author: amdmi3 Date: Wed Oct 19 09:03:50 2016 New Revision: 424232 URL: https://svnweb.freebsd.org/changeset/ports/424232 Log: - Add LICENSE - Switch to options helpers Modified: head/net/ipsumdump/Makefile Modified: head/net/ipsumdump/Makefile ============================================================================== --- head/net/ipsumdump/Makefile Wed Oct 19 08:53:29 2016 (r424231) +++ head/net/ipsumdump/Makefile Wed Oct 19 09:03:50 2016 (r424232) @@ -9,6 +9,11 @@ MASTER_SITES= http://www.cs.ucla.edu/~ko MAINTAINER= ports@FreeBSD.org COMMENT= Produce ASCII summary of network traffic or tcpdump(1) file +LICENSE= CLICK +LICENSE_NAME= Click license +LICENSE_FILE= ${WRKSRC}/libclick-2.1/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= gmake perl5 GNU_CONFIGURE= yes USE_PERL5= build @@ -29,10 +34,12 @@ post-patch: @${ECHO_CMD} 'src: @LIBCLICK_TARGET@' >> ${WRKSRC}/Makefile.in post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ipsumdump + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ipaggcreate + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ipaggmanip + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ipsumdump - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ipaggcreate - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ipaggmanip .include From owner-svn-ports-all@freebsd.org Wed Oct 19 09:04:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7E7CC1894B; Wed, 19 Oct 2016 09:04:42 +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 84BD2B77; Wed, 19 Oct 2016 09:04:42 +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 u9J94f1Y057317; Wed, 19 Oct 2016 09:04:41 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9J94fJW057314; Wed, 19 Oct 2016 09:04:41 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610190904.u9J94fJW057314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 19 Oct 2016 09:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424233 - in head/x11-fonts/webfonts: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 09:04:42 -0000 Author: olgeni Date: Wed Oct 19 09:04:41 2016 New Revision: 424233 URL: https://svnweb.freebsd.org/changeset/ports/424233 Log: Provide a NEWVERDANA option (off by default) to install the y2006 version of Verdana. Some glyphs of Verdana Bold y2006 are not rendered correctly by freetype in anti-aliased mode. PR: 213512 Submitted by: Vladimir Kondratyev Modified: head/x11-fonts/webfonts/Makefile head/x11-fonts/webfonts/distinfo head/x11-fonts/webfonts/files/pkg-message.in Modified: head/x11-fonts/webfonts/Makefile ============================================================================== --- head/x11-fonts/webfonts/Makefile Wed Oct 19 09:03:50 2016 (r424232) +++ head/x11-fonts/webfonts/Makefile Wed Oct 19 09:04:41 2016 (r424233) @@ -3,7 +3,7 @@ PORTNAME= webfonts PORTVERSION= 0.30 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11-fonts MASTER_SITES= SF/corefonts/the%20fonts/final:group1 \ ftp://ftp.botik.ru/rented/znamensk/distributions/ftp.vsu.ru/pub/tex/font-packs/mscore/:group1 \ @@ -11,7 +11,7 @@ MASTER_SITES= SF/corefonts/the%20fonts/f SF/mscorefonts2/cabs:group3 DISTFILES= andale32.exe:group1 arialb32.exe:group1 comic32.exe:group1 \ courie32.exe:group1 georgi32.exe:group1 impact32.exe:group1 \ - webdin32.exe:group1 EUupdate.EXE:group3 + verdan32.exe:group1 webdin32.exe:group1 EUupdate.EXE:group3 DIST_SUBDIR= ${PORTNAME} MAINTAINER= olgeni@FreeBSD.org @@ -29,10 +29,10 @@ NO_BUILD= yes RESTRICTED= Restrictive license - cannot sell for profit or distribute in modified form EXTRACT_CMD= ${LOCALBASE}/bin/cabextract -EXTRACT_BEFORE_ARGS= -qLF '*.ttf' -d ${WRKSRC} +EXTRACT_BEFORE_ARGS= -qLF '[a-uw-z]*.ttf' -d ${WRKSRC} EXTRACT_AFTER_ARGS= -OPTIONS_DEFINE= EXTRAFONTS CLEARTYPE +OPTIONS_DEFINE= EXTRAFONTS CLEARTYPE NEWVERDANA OPTIONS_SUB= yes EXTRAFONTS_DESC= Fonts licensed under MS Windows license @@ -41,6 +41,8 @@ EXTRAFONTS_DISTFILES= IELPKTH.CAB:group2 CLEARTYPE_DESC= Install ClearType fonts CLEARTYPE_DISTFILES= PowerPointViewer.exe:group3 +NEWVERDANA_DESC= Install y2006 version of Verdana (broken bold N, W) + SUB_FILES= pkg-message .include @@ -55,6 +57,12 @@ post-extract-CLEARTYPE-on: ${_DISTDIR}/PowerPointViewer.exe ${EXTRACT_CMD} -qLF '*.ttf' -d ${WRKSRC} ${WRKSRC}/ppviewer.cab +post-extract-NEWVERDANA-off: + ${EXTRACT_CMD} -qLF '*.ttf' -d ${WRKSRC} ${_DISTDIR}/verdan32.exe + +post-extract-NEWVERDANA-on: + ${EXTRACT_CMD} -qLF 'v*.ttf' -d ${WRKSRC} ${_DISTDIR}/EUupdate.EXE + do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} Modified: head/x11-fonts/webfonts/distinfo ============================================================================== --- head/x11-fonts/webfonts/distinfo Wed Oct 19 09:03:50 2016 (r424232) +++ head/x11-fonts/webfonts/distinfo Wed Oct 19 09:04:41 2016 (r424233) @@ -1,4 +1,4 @@ -TIMESTAMP = 1475927079 +TIMESTAMP = 1476861189 SHA256 (webfonts/andale32.exe) = 0524fe42951adc3a7eb870e32f0920313c71f170c859b5f770d82b4ee111e970 SIZE (webfonts/andale32.exe) = 198384 SHA256 (webfonts/arialb32.exe) = a425f0ffb6a1a5ede5b979ed6177f4f4f4fdef6ae7c302a7b7720ef332fec0a8 @@ -11,6 +11,8 @@ SHA256 (webfonts/georgi32.exe) = 2c2c7dc SIZE (webfonts/georgi32.exe) = 392440 SHA256 (webfonts/impact32.exe) = 6061ef3b7401d9642f5dfdb5f2b376aa14663f6275e60a51207ad4facf2fccfb SIZE (webfonts/impact32.exe) = 173288 +SHA256 (webfonts/verdan32.exe) = c1cb61255e363166794e47664e2f21af8e3a26cb6346eb8d2ae2fa85dd5aad96 +SIZE (webfonts/verdan32.exe) = 351992 SHA256 (webfonts/webdin32.exe) = 64595b5abc1080fba8610c5c34fab5863408e806aafe84653ca8575bed17d75a SIZE (webfonts/webdin32.exe) = 185072 SHA256 (webfonts/EUupdate.EXE) = 464dd2cd5f09f489f9ac86ea7790b7b8548fc4e46d9f889b68d2cdce47e09ea8 Modified: head/x11-fonts/webfonts/files/pkg-message.in ============================================================================== --- head/x11-fonts/webfonts/files/pkg-message.in Wed Oct 19 09:03:50 2016 (r424232) +++ head/x11-fonts/webfonts/files/pkg-message.in Wed Oct 19 09:04:41 2016 (r424233) @@ -11,3 +11,7 @@ line to the "Modules" section of xorg.co Add the following line to the "Files" section of xorg.conf or XF86Config: FontPath "%%FONTSDIR%%/" + +NOTE: Due to known freetype bug some glyphs (N, W) of y2006 Verdana Bold + font are not rendered correctly in anti-aliased mode within the range + 9-16 ppem From owner-svn-ports-all@freebsd.org Wed Oct 19 10:20:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 896B0C17635; Wed, 19 Oct 2016 10:20:03 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63B62D52; Wed, 19 Oct 2016 10:20:03 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JAK2lL083736; Wed, 19 Oct 2016 10:20:02 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JAK1uI083730; Wed, 19 Oct 2016 10:20:01 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201610191020.u9JAK1uI083730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 19 Oct 2016 10:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424234 - in head/benchmarks/bonnie++: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 10:20:03 -0000 Author: martymac Date: Wed Oct 19 10:20:01 2016 New Revision: 424234 URL: https://svnweb.freebsd.org/changeset/ports/424234 Log: Update to 1.97.2 Modified: head/benchmarks/bonnie++/Makefile head/benchmarks/bonnie++/distinfo head/benchmarks/bonnie++/files/patch-bonnie++.cpp head/benchmarks/bonnie++/files/patch-duration.cpp head/benchmarks/bonnie++/files/patch-port.h.in head/benchmarks/bonnie++/files/patch-rand.h Modified: head/benchmarks/bonnie++/Makefile ============================================================================== --- head/benchmarks/bonnie++/Makefile Wed Oct 19 09:04:41 2016 (r424233) +++ head/benchmarks/bonnie++/Makefile Wed Oct 19 10:20:01 2016 (r424234) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bonnie++ -PORTVERSION= 1.97 -PORTREVISION= 3 +PORTVERSION= 1.97.2 CATEGORIES= benchmarks MASTER_SITES= http://www.coker.com.au/bonnie++/experimental/ @@ -17,8 +16,6 @@ GNU_CONFIGURE= yes USES= shebangfix tar:tgz SHEBANG_FILES= bon_csv2txt.in -WRKSRC= ${WRKDIR}/${PORTNAME}-1.97.1 - PORTDOCS= readme.html OPTIONS_DEFINE= DOCS Modified: head/benchmarks/bonnie++/distinfo ============================================================================== --- head/benchmarks/bonnie++/distinfo Wed Oct 19 09:04:41 2016 (r424233) +++ head/benchmarks/bonnie++/distinfo Wed Oct 19 10:20:01 2016 (r424234) @@ -1,2 +1,3 @@ -SHA256 (bonnie++-1.97.tgz) = 44f5a05937648a6526ba99354555d7d15f2dd392e55d3436f6746da6f6c35982 -SIZE (bonnie++-1.97.tgz) = 102604 +TIMESTAMP = 1476819885 +SHA256 (bonnie++-1.97.2.tgz) = 3f34a4c52ae9b2c3d493af8f794ba18cbf6732e9b76c3a4fa64549d95d914ce3 +SIZE (bonnie++-1.97.2.tgz) = 102533 Modified: head/benchmarks/bonnie++/files/patch-bonnie++.cpp ============================================================================== --- head/benchmarks/bonnie++/files/patch-bonnie++.cpp Wed Oct 19 09:04:41 2016 (r424233) +++ head/benchmarks/bonnie++/files/patch-bonnie++.cpp Wed Oct 19 10:20:01 2016 (r424234) @@ -1,24 +1,6 @@ ---- bonnie++.cpp.orig 2009-07-03 02:38:14 UTC -+++ bonnie++.cpp -@@ -73,7 +73,7 @@ public: - void set_io_chunk_size(int size) - { delete m_buf; pa_new(size, m_buf, m_buf_pa); m_io_chunk_size = size; } - void set_file_chunk_size(int size) -- { delete m_buf; m_buf = new char[__max(size, m_io_chunk_size)]; m_file_chunk_size = size; } -+ { delete m_buf; m_buf = new char[max(size, m_io_chunk_size)]; m_file_chunk_size = size; } - - // Return the page-aligned version of the local buffer - char *buf() { return m_buf_pa; } -@@ -138,7 +138,7 @@ CGlobalItems::CGlobalItems(bool *exitFla - , m_buf(NULL) - , m_buf_pa(NULL) - { -- pa_new(__max(m_io_chunk_size, m_file_chunk_size), m_buf, m_buf_pa); -+ pa_new(max(m_io_chunk_size, m_file_chunk_size), m_buf, m_buf_pa); - SetName("."); - } - -@@ -294,11 +294,7 @@ int main(int argc, char *argv[]) +--- bonnie++.cpp.orig 2016-06-30 09:41:41.000000000 +0000 ++++ bonnie++.cpp 2016-10-18 19:52:40.381679719 +0000 +@@ -294,11 +294,7 @@ { char *sbuf = _strdup(optarg); char *size = strtok(sbuf, ":"); @@ -30,7 +12,7 @@ size = strtok(NULL, ""); if(size) { -@@ -384,17 +380,8 @@ int main(int argc, char *argv[]) +@@ -384,15 +380,6 @@ if(file_size % 1024 > 512) file_size = file_size + 1024 - (file_size % 1024); } @@ -43,14 +25,10 @@ - usage(); - } -#endif -- globals.byte_io_size = __min(file_size, globals.byte_io_size); -- globals.byte_io_size = __max(0, globals.byte_io_size); -+ globals.byte_io_size = min(file_size, globals.byte_io_size); -+ globals.byte_io_size = max(0, globals.byte_io_size); + globals.byte_io_size = min(file_size, globals.byte_io_size); + globals.byte_io_size = max(0, globals.byte_io_size); - if(machine == NULL) - { -@@ -465,14 +452,6 @@ int main(int argc, char *argv[]) +@@ -465,14 +452,6 @@ && (directory_max_size < directory_min_size || directory_max_size < 0 || directory_min_size < 0) ) usage(); Modified: head/benchmarks/bonnie++/files/patch-duration.cpp ============================================================================== --- head/benchmarks/bonnie++/files/patch-duration.cpp Wed Oct 19 09:04:41 2016 (r424233) +++ head/benchmarks/bonnie++/files/patch-duration.cpp Wed Oct 19 10:20:01 2016 (r424234) @@ -1,12 +1,12 @@ ---- duration.cpp.orig 2008-12-23 22:26:42 UTC -+++ duration.cpp +--- duration.cpp.orig 2016-06-30 09:41:58.000000000 +0000 ++++ duration.cpp 2016-10-18 20:09:09.173611133 +0000 @@ -1,5 +1,3 @@ -using namespace std; - #include #include "duration.h" -@@ -20,6 +18,8 @@ using namespace std; +@@ -20,6 +18,8 @@ #endif #endif @@ -15,12 +15,3 @@ Duration_Base::Duration_Base() : m_start(0.0) , m_max(0.0) -@@ -38,7 +38,7 @@ double Duration_Base::stop() - getTime(&tv); - double ret; - ret = tv - m_start; -- m_max = __max(m_max, ret); -+ m_max = max(m_max, ret); - return ret; - } - Modified: head/benchmarks/bonnie++/files/patch-port.h.in ============================================================================== --- head/benchmarks/bonnie++/files/patch-port.h.in Wed Oct 19 09:04:41 2016 (r424233) +++ head/benchmarks/bonnie++/files/patch-port.h.in Wed Oct 19 10:20:01 2016 (r424234) @@ -1,23 +1,6 @@ ---- port.h.in.orig 2008-12-24 00:16:16 UTC -+++ port.h.in -@@ -4,12 +4,12 @@ - #include "conf.h" - - #ifndef HAVE_MIN_MAX --#if defined(HAVE_ALGO_H) || defined(HAVE_ALGO) --#ifdef HAVE_ALGO -+#if defined(HAVE_ALGORITHM) -+#include -+#elif defined(HAVE_ALGO) - #include --#else -+#elif defined(HAVE_ALGO_H) - #include --#endif - #else - #define min(XX,YY) ((XX) < (YY) ? (XX) : (YY)) - #define max(XX,YY) ((XX) > (YY) ? (XX) : (YY)) -@@ -19,14 +19,7 @@ +--- port.h.in.orig 2016-10-18 19:58:02.629657140 +0000 ++++ port.h.in 2016-10-18 20:02:26.501248353 +0000 +@@ -6,14 +6,7 @@ @semun@ @bool@ @snprintf@ @@ -33,12 +16,3 @@ #if @true_false@ #define false 0 -@@ -49,8 +42,6 @@ typedef struct timeval TIMEVAL_TYPE; - #endif - - typedef int FILE_TYPE; --#define __min min --#define __max max - typedef unsigned int UINT; - typedef unsigned long ULONG; - typedef const char * PCCHAR; Modified: head/benchmarks/bonnie++/files/patch-rand.h ============================================================================== --- head/benchmarks/bonnie++/files/patch-rand.h Wed Oct 19 09:04:41 2016 (r424233) +++ head/benchmarks/bonnie++/files/patch-rand.h Wed Oct 19 10:20:01 2016 (r424234) @@ -1,14 +1,14 @@ ---- rand.h.orig 2003-01-08 19:52:53 UTC -+++ rand.h +--- rand.h.orig 2016-06-30 09:38:55.000000000 +0000 ++++ rand.h 2016-10-18 20:04:31.159630423 +0000 @@ -1,11 +1,11 @@ #ifndef RAND_H #define RAND_H -using namespace std; #include "port.h" + #include #include #include - #include +using namespace std; class Rand From owner-svn-ports-all@freebsd.org Wed Oct 19 10:45:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CC91C17CD0; Wed, 19 Oct 2016 10:45:20 +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 3869DB73; Wed, 19 Oct 2016 10:45:20 +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 u9JAjJOS094789; Wed, 19 Oct 2016 10:45:19 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JAjJdg094788; Wed, 19 Oct 2016 10:45:19 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610191045.u9JAjJdg094788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Wed, 19 Oct 2016 10:45:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424235 - branches/2016Q4/security/p5-File-KeePass X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 10:45:20 -0000 Author: woodsb02 Date: Wed Oct 19 10:45:19 2016 New Revision: 424235 URL: https://svnweb.freebsd.org/changeset/ports/424235 Log: MFH: r424105 security/p5-File-KeePass: Add p5-XML-Parser as dependency. This is required to be able to open files in KeePass v2 format. PR: 212996 Approved by: alexander.4mail@gmail.com (maintainer timeout), adamw (mentor, implicit) Suggested by: koobs Approved by: ports-secteam (blanket) Modified: branches/2016Q4/security/p5-File-KeePass/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/security/p5-File-KeePass/Makefile ============================================================================== --- branches/2016Q4/security/p5-File-KeePass/Makefile Wed Oct 19 10:20:01 2016 (r424234) +++ branches/2016Q4/security/p5-File-KeePass/Makefile Wed Oct 19 10:45:19 2016 (r424235) @@ -15,7 +15,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Crypt-Rijndael>=1.0:security/p5-Crypt-Rijndael \ - p5-MIME-Base64>=1.0:converters/p5-MIME-Base64 + p5-MIME-Base64>=1.0:converters/p5-MIME-Base64 \ + p5-XML-Parser>=0:textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 From owner-svn-ports-all@freebsd.org Wed Oct 19 10:58:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FB38C1803B; Wed, 19 Oct 2016 10:58:50 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D63DD166; Wed, 19 Oct 2016 10:58:49 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JAwnmW098692; Wed, 19 Oct 2016 10:58:49 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JAwmta098688; Wed, 19 Oct 2016 10:58:48 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610191058.u9JAwmta098688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 19 Oct 2016 10:58:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424236 - head/emulators/linux_base-c6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 10:58:50 -0000 Author: tijl Date: Wed Oct 19 10:58:48 2016 New Revision: 424236 URL: https://svnweb.freebsd.org/changeset/ports/424236 Log: Since base r283461 /compat/linux/dev/shm must point to a tmpfs. Make /compat/linux/dev/shm a plain directory instead of a link to /tmp so we don't force users to mount tmpfs on /tmp. This also makes /dev/shm a separate namespace from /tmp. PR: 207769 Modified: head/emulators/linux_base-c6/Makefile head/emulators/linux_base-c6/pkg-message head/emulators/linux_base-c6/pkg-plist.i386 head/emulators/linux_base-c6/pkg-plist.x86_64 Modified: head/emulators/linux_base-c6/Makefile ============================================================================== --- head/emulators/linux_base-c6/Makefile Wed Oct 19 10:45:19 2016 (r424235) +++ head/emulators/linux_base-c6/Makefile Wed Oct 19 10:58:48 2016 (r424236) @@ -3,7 +3,7 @@ PORTNAME= c6 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- @@ -144,6 +144,7 @@ post-patch: .endif post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/dev/shm ${TOUCH} ${STAGEDIR}${PREFIX}/etc/mtab ${MV} ${STAGEDIR}${PREFIX}/etc/krb5.conf \ ${STAGEDIR}${PREFIX}/etc/krb5.conf.sample @@ -151,7 +152,6 @@ post-install: ${STAGEDIR}${PREFIX}/etc/nsswitch.conf.sample ${MV} ${STAGEDIR}${PREFIX}/usr/lib/locale/locale-archive.tmpl \ ${STAGEDIR}${PREFIX}/usr/lib/locale/locale-archive - ${LN} -sf /tmp ${STAGEDIR}${PREFIX}/dev/shm ${LN} -sf /var/tmp ${STAGEDIR}${PREFIX}/usr/tmp ${LN} -sf ../usr/bin/[ ${STAGEDIR}${PREFIX}/bin/[ ${LN} -sf ../usr/bin/expr ${STAGEDIR}${PREFIX}/bin/expr Modified: head/emulators/linux_base-c6/pkg-message ============================================================================== --- head/emulators/linux_base-c6/pkg-message Wed Oct 19 10:45:19 2016 (r424235) +++ head/emulators/linux_base-c6/pkg-message Wed Oct 19 10:58:48 2016 (r424236) @@ -1,6 +1,13 @@ -Some programs need linprocfs mounted on /compat/linux/proc. Add the following -line to /etc/fstab: +Some programs need linprocfs mounted on /compat/linux/proc. Add the +following line to /etc/fstab: linprocfs /compat/linux/proc linprocfs rw 0 0 -Then run "mount linprocfs". +Then run "mount /compat/linux/proc". + +Some programs need tmpfs mounted on /compat/linux/dev/shm. Add the +following line to /etc/fstab: + +tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0 + +Then run "mount /compat/linux/dev/shm". Modified: head/emulators/linux_base-c6/pkg-plist.i386 ============================================================================== --- head/emulators/linux_base-c6/pkg-plist.i386 Wed Oct 19 10:45:19 2016 (r424235) +++ head/emulators/linux_base-c6/pkg-plist.i386 Wed Oct 19 10:58:48 2016 (r424236) @@ -57,7 +57,6 @@ bin/umount bin/uname bin/unlink bin/uuidgen -dev/shm etc/DIR_COLORS etc/DIR_COLORS.256color etc/DIR_COLORS.lightbgcolor @@ -2346,6 +2345,7 @@ usr/share/man/man8/wipefs.8.gz usr/tmp @rmtry var/cache/ldconfig/aux-cache var/mail +@dir dev/shm @dir etc/X11/applnk @dir etc/X11/fontpath.d @dir etc/blkid Modified: head/emulators/linux_base-c6/pkg-plist.x86_64 ============================================================================== --- head/emulators/linux_base-c6/pkg-plist.x86_64 Wed Oct 19 10:45:19 2016 (r424235) +++ head/emulators/linux_base-c6/pkg-plist.x86_64 Wed Oct 19 10:58:48 2016 (r424236) @@ -57,7 +57,6 @@ bin/umount bin/uname bin/unlink bin/uuidgen -dev/shm etc/DIR_COLORS etc/DIR_COLORS.256color etc/DIR_COLORS.lightbgcolor @@ -2773,6 +2772,7 @@ usr/share/man/man8/x86_64.8.gz usr/tmp @rmtry var/cache/ldconfig/aux-cache var/mail +@dir dev/shm @dir etc/X11/applnk @dir etc/X11/fontpath.d @dir etc/blkid From owner-svn-ports-all@freebsd.org Wed Oct 19 11:06:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A05BC18311; Wed, 19 Oct 2016 11:06:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC4499F9; Wed, 19 Oct 2016 11:06:19 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JB6I3E002561; Wed, 19 Oct 2016 11:06:18 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JB6IWF002555; Wed, 19 Oct 2016 11:06:18 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610191106.u9JB6IWF002555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 19 Oct 2016 11:06:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424237 - head/emulators/linux_base-c7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 11:06:20 -0000 Author: tijl Date: Wed Oct 19 11:06:18 2016 New Revision: 424237 URL: https://svnweb.freebsd.org/changeset/ports/424237 Log: Since base r283461 /compat/linux/dev/shm must point to a tmpfs. Make /compat/linux/dev/shm a plain directory instead of a link to /tmp so we don't force users to mount tmpfs on /tmp. This also makes /dev/shm a separate namespace from /tmp. Add libffi, needed by glib2. PR: 207769 Modified: head/emulators/linux_base-c7/Makefile head/emulators/linux_base-c7/distinfo.i386 head/emulators/linux_base-c7/distinfo.x86_64 head/emulators/linux_base-c7/pkg-message head/emulators/linux_base-c7/pkg-plist.i386 head/emulators/linux_base-c7/pkg-plist.x86_64 Modified: head/emulators/linux_base-c7/Makefile ============================================================================== --- head/emulators/linux_base-c7/Makefile Wed Oct 19 10:58:48 2016 (r424236) +++ head/emulators/linux_base-c7/Makefile Wed Oct 19 11:06:18 2016 (r424237) @@ -2,6 +2,7 @@ PORTNAME= c7 PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- EXTRACT_ONLY= ${DISTFILES:N*.src.rpm*:Nfilesystem-*} @@ -48,6 +49,7 @@ LIB_DISTFILES= bzip2-libs-1.0.6-13.el7${ libcap-2.22-8.el7${EXTRACT_SUFX} \ libcom_err-1.42.9-7.el7${EXTRACT_SUFX} \ libdb-5.3.21-19.el7${EXTRACT_SUFX} \ + libffi-3.0.13-16.el7${EXTRACT_SUFX} \ libgcc-4.8.5-4.el7${EXTRACT_SUFX} \ libidn-1.28-4.el7${EXTRACT_SUFX} \ libselinux-2.2.2-6.el7${EXTRACT_SUFX} \ @@ -89,6 +91,7 @@ SRC_DISTFILES= acl-2.2.51-12.el7.src.rpm less-458-9.el7.src.rpm:SOURCE \ libcap-2.22-8.el7.src.rpm:SOURCE \ libdb-5.3.21-19.el7.src.rpm:SOURCE \ + libffi-3.0.13-16.el7.src.rpm:SOURCE \ libidn-1.28-4.el7.src.rpm:SOURCE \ libselinux-2.2.2-6.el7.src.rpm:SOURCE \ libsepol-2.1.9-3.el7.src.rpm:SOURCE \ @@ -162,6 +165,7 @@ post-patch: .endif post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/dev/shm ${TOUCH} ${STAGEDIR}${PREFIX}/etc/mtab ${MV} ${STAGEDIR}${PREFIX}/etc/krb5.conf \ ${STAGEDIR}${PREFIX}/etc/krb5.conf.sample @@ -169,7 +173,6 @@ post-install: ${STAGEDIR}${PREFIX}/etc/nsswitch.conf.sample ${MV} ${STAGEDIR}${PREFIX}/usr/lib/locale/locale-archive.tmpl \ ${STAGEDIR}${PREFIX}/usr/lib/locale/locale-archive - ${LN} -sf /tmp ${STAGEDIR}${PREFIX}/dev/shm ${LN} -sf /var/run ${STAGEDIR}${PREFIX}/run ${LN} -sf /var/tmp ${STAGEDIR}${PREFIX}/usr/tmp Modified: head/emulators/linux_base-c7/distinfo.i386 ============================================================================== --- head/emulators/linux_base-c7/distinfo.i386 Wed Oct 19 10:58:48 2016 (r424236) +++ head/emulators/linux_base-c7/distinfo.i386 Wed Oct 19 11:06:18 2016 (r424237) @@ -1,42 +1,4 @@ -TIMESTAMP = 1470409195 -SHA256 (rpm/centos/7.2.1511/i386/centos-release-7-2.1511.el7.centos.2.9.i686.rpm) = 793e46db495cd753bc1f122dcdc9eefab62e5dd4a6b58e42e3ff25dce5be6c2d -SIZE (rpm/centos/7.2.1511/i386/centos-release-7-2.1511.el7.centos.2.9.i686.rpm) = 23672 -SHA256 (rpm/centos/7.2.1511/i386/basesystem-10.0-7.el7.centos.noarch.rpm) = 0280ee16df09be0cebf62695706598caed8ff5cba47de1fed625068a90a9ef68 -SIZE (rpm/centos/7.2.1511/i386/basesystem-10.0-7.el7.centos.noarch.rpm) = 5124 -SHA256 (rpm/centos/7.2.1511/i386/bash-4.2.46-20.el7_2.i686.rpm) = 7cbe95a731854d0efe9192eba12e814d7302e228d5bc73d6035e89b7b6f2d601 -SIZE (rpm/centos/7.2.1511/i386/bash-4.2.46-20.el7_2.i686.rpm) = 1011128 -SHA256 (rpm/centos/7.2.1511/i386/bzip2-1.0.6-13.el7.i686.rpm) = 9839825542485c839feebb749aaaab656e2f61e6c43b2ed668db2116d2ee9490 -SIZE (rpm/centos/7.2.1511/i386/bzip2-1.0.6-13.el7.i686.rpm) = 52648 -SHA256 (rpm/centos/7.2.1511/i386/coreutils-8.22-15.el7_2.1.i686.rpm) = c8247e79fae1f2bb700099cb150d991fd0fb69631d731e001d287f2621c7366d -SIZE (rpm/centos/7.2.1511/i386/coreutils-8.22-15.el7_2.1.i686.rpm) = 3471968 -SHA256 (rpm/centos/7.2.1511/i386/e2fsprogs-1.42.9-7.el7.i686.rpm) = 2f30226c538da6aacce9c624a59fc822a45475213ff60d6fde56e731bad0c97b -SIZE (rpm/centos/7.2.1511/i386/e2fsprogs-1.42.9-7.el7.i686.rpm) = 720268 -SHA256 (rpm/centos/7.2.1511/i386/elfutils-0.163-3.el7.i686.rpm) = 8f174e5e07e28bde6ca16f58f6aaa30ca8797b9b48e732d5f72731a872e000c9 -SIZE (rpm/centos/7.2.1511/i386/elfutils-0.163-3.el7.i686.rpm) = 284292 -SHA256 (rpm/centos/7.2.1511/i386/filesystem-3.2-20.el7.i686.rpm) = 63b14cfc2c91842cb152d6fae4e4928b3a8b333ba1410a82cad57721d302c10a -SIZE (rpm/centos/7.2.1511/i386/filesystem-3.2-20.el7.i686.rpm) = 1065660 -SHA256 (rpm/centos/7.2.1511/i386/findutils-4.5.11-5.el7.i686.rpm) = f02e8bb17bc00240ac7921dd915dd23ff79687b4fb89061bc918d2aa5c530588 -SIZE (rpm/centos/7.2.1511/i386/findutils-4.5.11-5.el7.i686.rpm) = 572096 -SHA256 (rpm/centos/7.2.1511/i386/glibc-common-2.17-106.el7_2.8.i686.rpm) = 6ed14ce38997c575c95fad30725a22e695c833e4ae064d471e2e3773ec318e05 -SIZE (rpm/centos/7.2.1511/i386/glibc-common-2.17-106.el7_2.8.i686.rpm) = 12003112 -SHA256 (rpm/centos/7.2.1511/i386/grep-2.20-2.el7.i686.rpm) = 0fc0201e0464ef9160dd581f6054579c36f9f4424223ffc9fcaf8cc592b72a46 -SIZE (rpm/centos/7.2.1511/i386/grep-2.20-2.el7.i686.rpm) = 350932 -SHA256 (rpm/centos/7.2.1511/i386/info-5.1-4.el7.i686.rpm) = a747c74d6e43d1e9cdf3122c4d63a75bfe9caedc359b4e06aa6aa3d90926df05 -SIZE (rpm/centos/7.2.1511/i386/info-5.1-4.el7.i686.rpm) = 230508 -SHA256 (rpm/centos/7.2.1511/i386/keyutils-1.5.8-3.el7.i686.rpm) = f361b8987c4f9df0b33f9b02f5698f131eb8e95b60eab8b7804cbe669398e0f9 -SIZE (rpm/centos/7.2.1511/i386/keyutils-1.5.8-3.el7.i686.rpm) = 53956 -SHA256 (rpm/centos/7.2.1511/i386/less-458-9.el7.i686.rpm) = a880e1e31520e25f5f00de01a9c970cfb5a8a5257fa7c0c1b233e9b12b070e60 -SIZE (rpm/centos/7.2.1511/i386/less-458-9.el7.i686.rpm) = 122416 -SHA256 (rpm/centos/7.2.1511/i386/ncurses-5.9-13.20130511.el7.i686.rpm) = 74c25f0e4886db0f1edd4921e12b199dc555818fb3eec588765447336ea9e495 -SIZE (rpm/centos/7.2.1511/i386/ncurses-5.9-13.20130511.el7.i686.rpm) = 309520 -SHA256 (rpm/centos/7.2.1511/i386/sed-4.2.2-5.el7.i686.rpm) = 9c96585dc8e3c8b2b6e5d8c7b30c8bde2662c0bfad593422f00b59a8da0d26f8 -SIZE (rpm/centos/7.2.1511/i386/sed-4.2.2-5.el7.i686.rpm) = 234256 -SHA256 (rpm/centos/7.2.1511/i386/setserial-2.17-33.el7.i686.rpm) = 945b8fd18fcc9519b0877e0b11ca4705249732adb228968db815dac1b13fc085 -SIZE (rpm/centos/7.2.1511/i386/setserial-2.17-33.el7.i686.rpm) = 25156 -SHA256 (rpm/centos/7.2.1511/i386/setup-2.8.71-6.el7.noarch.rpm) = 182800e0f99aa74e9c95c115809cf7955631ce8cfae21d3db77d5435146e894e -SIZE (rpm/centos/7.2.1511/i386/setup-2.8.71-6.el7.noarch.rpm) = 168464 -SHA256 (rpm/centos/7.2.1511/i386/which-2.20-7.el7.i686.rpm) = 11babae618ae5cf0998c4e9873e554ea25ae31ced589c05135f3f9a797df613c -SIZE (rpm/centos/7.2.1511/i386/which-2.20-7.el7.i686.rpm) = 41108 +TIMESTAMP = 1475758921 SHA256 (rpm/centos/7.2.1511/i386/bzip2-libs-1.0.6-13.el7.i686.rpm) = 5c114196984d42c4126cf4c7e6702dfb82ba2b02baebc52335223720aaf3c8c8 SIZE (rpm/centos/7.2.1511/i386/bzip2-libs-1.0.6-13.el7.i686.rpm) = 40620 SHA256 (rpm/centos/7.2.1511/i386/compat-db47-4.7.25-28.el7.i686.rpm) = 7531e31ceaa1f844fa5bd7c51bd8b640d27fd0a9a37edade1d8eecc1ca1b2ebf @@ -73,6 +35,8 @@ SHA256 (rpm/centos/7.2.1511/i386/libcom_ SIZE (rpm/centos/7.2.1511/i386/libcom_err-1.42.9-7.el7.i686.rpm) = 40908 SHA256 (rpm/centos/7.2.1511/i386/libdb-5.3.21-19.el7.i686.rpm) = eb6cf785956d0c66b4b1aaa15f633eaca6973287e57aa69e1d7c5c35f755db2e SIZE (rpm/centos/7.2.1511/i386/libdb-5.3.21-19.el7.i686.rpm) = 747224 +SHA256 (rpm/centos/7.2.1511/i386/libffi-3.0.13-16.el7.i686.rpm) = 3fc4673fc9f02d0f8e49472765cb7381f953b0821b054c5d5504d55a6289da2a +SIZE (rpm/centos/7.2.1511/i386/libffi-3.0.13-16.el7.i686.rpm) = 27596 SHA256 (rpm/centos/7.2.1511/i386/libgcc-4.8.5-4.el7.i686.rpm) = a00e9bbeaccc70a5307aff8b94d5c9fe3e6940bd9ec08233cce1fe035ca721b0 SIZE (rpm/centos/7.2.1511/i386/libgcc-4.8.5-4.el7.i686.rpm) = 105104 SHA256 (rpm/centos/7.2.1511/i386/libidn-1.28-4.el7.i686.rpm) = e46b6e82d9fd17ad12ab5e758d90098f2c7487a720d05d7d32c0f4154e0eb593 @@ -103,6 +67,44 @@ SHA256 (rpm/centos/7.2.1511/i386/xz-libs SIZE (rpm/centos/7.2.1511/i386/xz-libs-5.1.2-12alpha.el7.i686.rpm) = 109684 SHA256 (rpm/centos/7.2.1511/i386/zlib-1.2.7-15.el7.i686.rpm) = 876a992399cb6daecb51969ce1dfcfae329af5bf5aac34511f83502a9b1f26af SIZE (rpm/centos/7.2.1511/i386/zlib-1.2.7-15.el7.i686.rpm) = 92460 +SHA256 (rpm/centos/7.2.1511/i386/centos-release-7-2.1511.el7.centos.2.9.i686.rpm) = 793e46db495cd753bc1f122dcdc9eefab62e5dd4a6b58e42e3ff25dce5be6c2d +SIZE (rpm/centos/7.2.1511/i386/centos-release-7-2.1511.el7.centos.2.9.i686.rpm) = 23672 +SHA256 (rpm/centos/7.2.1511/i386/basesystem-10.0-7.el7.centos.noarch.rpm) = 0280ee16df09be0cebf62695706598caed8ff5cba47de1fed625068a90a9ef68 +SIZE (rpm/centos/7.2.1511/i386/basesystem-10.0-7.el7.centos.noarch.rpm) = 5124 +SHA256 (rpm/centos/7.2.1511/i386/bash-4.2.46-20.el7_2.i686.rpm) = 7cbe95a731854d0efe9192eba12e814d7302e228d5bc73d6035e89b7b6f2d601 +SIZE (rpm/centos/7.2.1511/i386/bash-4.2.46-20.el7_2.i686.rpm) = 1011128 +SHA256 (rpm/centos/7.2.1511/i386/bzip2-1.0.6-13.el7.i686.rpm) = 9839825542485c839feebb749aaaab656e2f61e6c43b2ed668db2116d2ee9490 +SIZE (rpm/centos/7.2.1511/i386/bzip2-1.0.6-13.el7.i686.rpm) = 52648 +SHA256 (rpm/centos/7.2.1511/i386/coreutils-8.22-15.el7_2.1.i686.rpm) = c8247e79fae1f2bb700099cb150d991fd0fb69631d731e001d287f2621c7366d +SIZE (rpm/centos/7.2.1511/i386/coreutils-8.22-15.el7_2.1.i686.rpm) = 3471968 +SHA256 (rpm/centos/7.2.1511/i386/e2fsprogs-1.42.9-7.el7.i686.rpm) = 2f30226c538da6aacce9c624a59fc822a45475213ff60d6fde56e731bad0c97b +SIZE (rpm/centos/7.2.1511/i386/e2fsprogs-1.42.9-7.el7.i686.rpm) = 720268 +SHA256 (rpm/centos/7.2.1511/i386/elfutils-0.163-3.el7.i686.rpm) = 8f174e5e07e28bde6ca16f58f6aaa30ca8797b9b48e732d5f72731a872e000c9 +SIZE (rpm/centos/7.2.1511/i386/elfutils-0.163-3.el7.i686.rpm) = 284292 +SHA256 (rpm/centos/7.2.1511/i386/filesystem-3.2-20.el7.i686.rpm) = 63b14cfc2c91842cb152d6fae4e4928b3a8b333ba1410a82cad57721d302c10a +SIZE (rpm/centos/7.2.1511/i386/filesystem-3.2-20.el7.i686.rpm) = 1065660 +SHA256 (rpm/centos/7.2.1511/i386/findutils-4.5.11-5.el7.i686.rpm) = f02e8bb17bc00240ac7921dd915dd23ff79687b4fb89061bc918d2aa5c530588 +SIZE (rpm/centos/7.2.1511/i386/findutils-4.5.11-5.el7.i686.rpm) = 572096 +SHA256 (rpm/centos/7.2.1511/i386/glibc-common-2.17-106.el7_2.8.i686.rpm) = 6ed14ce38997c575c95fad30725a22e695c833e4ae064d471e2e3773ec318e05 +SIZE (rpm/centos/7.2.1511/i386/glibc-common-2.17-106.el7_2.8.i686.rpm) = 12003112 +SHA256 (rpm/centos/7.2.1511/i386/grep-2.20-2.el7.i686.rpm) = 0fc0201e0464ef9160dd581f6054579c36f9f4424223ffc9fcaf8cc592b72a46 +SIZE (rpm/centos/7.2.1511/i386/grep-2.20-2.el7.i686.rpm) = 350932 +SHA256 (rpm/centos/7.2.1511/i386/info-5.1-4.el7.i686.rpm) = a747c74d6e43d1e9cdf3122c4d63a75bfe9caedc359b4e06aa6aa3d90926df05 +SIZE (rpm/centos/7.2.1511/i386/info-5.1-4.el7.i686.rpm) = 230508 +SHA256 (rpm/centos/7.2.1511/i386/keyutils-1.5.8-3.el7.i686.rpm) = f361b8987c4f9df0b33f9b02f5698f131eb8e95b60eab8b7804cbe669398e0f9 +SIZE (rpm/centos/7.2.1511/i386/keyutils-1.5.8-3.el7.i686.rpm) = 53956 +SHA256 (rpm/centos/7.2.1511/i386/less-458-9.el7.i686.rpm) = a880e1e31520e25f5f00de01a9c970cfb5a8a5257fa7c0c1b233e9b12b070e60 +SIZE (rpm/centos/7.2.1511/i386/less-458-9.el7.i686.rpm) = 122416 +SHA256 (rpm/centos/7.2.1511/i386/ncurses-5.9-13.20130511.el7.i686.rpm) = 74c25f0e4886db0f1edd4921e12b199dc555818fb3eec588765447336ea9e495 +SIZE (rpm/centos/7.2.1511/i386/ncurses-5.9-13.20130511.el7.i686.rpm) = 309520 +SHA256 (rpm/centos/7.2.1511/i386/sed-4.2.2-5.el7.i686.rpm) = 9c96585dc8e3c8b2b6e5d8c7b30c8bde2662c0bfad593422f00b59a8da0d26f8 +SIZE (rpm/centos/7.2.1511/i386/sed-4.2.2-5.el7.i686.rpm) = 234256 +SHA256 (rpm/centos/7.2.1511/i386/setserial-2.17-33.el7.i686.rpm) = 945b8fd18fcc9519b0877e0b11ca4705249732adb228968db815dac1b13fc085 +SIZE (rpm/centos/7.2.1511/i386/setserial-2.17-33.el7.i686.rpm) = 25156 +SHA256 (rpm/centos/7.2.1511/i386/setup-2.8.71-6.el7.noarch.rpm) = 182800e0f99aa74e9c95c115809cf7955631ce8cfae21d3db77d5435146e894e +SIZE (rpm/centos/7.2.1511/i386/setup-2.8.71-6.el7.noarch.rpm) = 168464 +SHA256 (rpm/centos/7.2.1511/i386/which-2.20-7.el7.i686.rpm) = 11babae618ae5cf0998c4e9873e554ea25ae31ced589c05135f3f9a797df613c +SIZE (rpm/centos/7.2.1511/i386/which-2.20-7.el7.i686.rpm) = 41108 SHA256 (rpm/centos/7.2.1511/i386/acl-2.2.51-12.el7.src.rpm) = f4c9c1dd7568707aa1d9156c9914f7079651ce26903940a6c27e952d3fbb157c SIZE (rpm/centos/7.2.1511/i386/acl-2.2.51-12.el7.src.rpm) = 405380 SHA256 (rpm/centos/7.2.1511/i386/attr-2.4.46-12.el7.src.rpm) = c33ef640fa35969ab7e551086a3635995f8a034a78fa63ad600c4f934cbf6dc5 @@ -155,6 +157,8 @@ SHA256 (rpm/centos/7.2.1511/i386/libcap- SIZE (rpm/centos/7.2.1511/i386/libcap-2.22-8.el7.src.rpm) = 74455 SHA256 (rpm/centos/7.2.1511/i386/libdb-5.3.21-19.el7.src.rpm) = b77481c6c8e01e9d316f912823d18bc02480d44b9976e588cedc5e3e44599e5e SIZE (rpm/centos/7.2.1511/i386/libdb-5.3.21-19.el7.src.rpm) = 35193003 +SHA256 (rpm/centos/7.2.1511/i386/libffi-3.0.13-16.el7.src.rpm) = d4d1a53f16e80da08ab182eeaf8e95134c55b1b5ee34bfa84471a4aa7774e71a +SIZE (rpm/centos/7.2.1511/i386/libffi-3.0.13-16.el7.src.rpm) = 897479 SHA256 (rpm/centos/7.2.1511/i386/libidn-1.28-4.el7.src.rpm) = a3aef9f99106e0bbadc782e2f1cd49315e89cb3e410b245bdd429e8492eb0bf0 SIZE (rpm/centos/7.2.1511/i386/libidn-1.28-4.el7.src.rpm) = 3466128 SHA256 (rpm/centos/7.2.1511/i386/libselinux-2.2.2-6.el7.src.rpm) = 0a1e8577330659e4ce48063e1dc4f26da0d352f56be4937fd09ed044a18cbd42 Modified: head/emulators/linux_base-c7/distinfo.x86_64 ============================================================================== --- head/emulators/linux_base-c7/distinfo.x86_64 Wed Oct 19 10:58:48 2016 (r424236) +++ head/emulators/linux_base-c7/distinfo.x86_64 Wed Oct 19 11:06:18 2016 (r424237) @@ -1,42 +1,4 @@ -TIMESTAMP = 1470409420 -SHA256 (rpm/centos/7.2.1511/x86_64/centos-release-7-2.1511.el7.centos.2.10.x86_64.rpm) = b4111ef2a51542eacc9bd1ebd080da02e53d400f9d172530c75a1e4ac06e7ead -SIZE (rpm/centos/7.2.1511/x86_64/centos-release-7-2.1511.el7.centos.2.10.x86_64.rpm) = 23516 -SHA256 (rpm/centos/7.2.1511/x86_64/basesystem-10.0-7.el7.centos.noarch.rpm) = 0280ee16df09be0cebf62695706598caed8ff5cba47de1fed625068a90a9ef68 -SIZE (rpm/centos/7.2.1511/x86_64/basesystem-10.0-7.el7.centos.noarch.rpm) = 5124 -SHA256 (rpm/centos/7.2.1511/x86_64/bash-4.2.46-20.el7_2.x86_64.rpm) = 80903bbf766045b3ad4a278371796e331c6a92f3df8afb62c579025705877fb9 -SIZE (rpm/centos/7.2.1511/x86_64/bash-4.2.46-20.el7_2.x86_64.rpm) = 1034692 -SHA256 (rpm/centos/7.2.1511/x86_64/bzip2-1.0.6-13.el7.x86_64.rpm) = f41905c9256924601a0ac53afc9a8a22f53f67c6b0faf43ae86c0bce12c9f9d8 -SIZE (rpm/centos/7.2.1511/x86_64/bzip2-1.0.6-13.el7.x86_64.rpm) = 53120 -SHA256 (rpm/centos/7.2.1511/x86_64/coreutils-8.22-15.el7_2.1.x86_64.rpm) = af401a6271ce4b3b2e5a9b7e8fa1b472afb3c0068a07004102ac87ba2766be52 -SIZE (rpm/centos/7.2.1511/x86_64/coreutils-8.22-15.el7_2.1.x86_64.rpm) = 3406476 -SHA256 (rpm/centos/7.2.1511/x86_64/e2fsprogs-1.42.9-7.el7.x86_64.rpm) = 7db5e82398725128e8a7e635e98335afe7b18a54b8f58033fac26cfff499a1ab -SIZE (rpm/centos/7.2.1511/x86_64/e2fsprogs-1.42.9-7.el7.x86_64.rpm) = 714184 -SHA256 (rpm/centos/7.2.1511/x86_64/elfutils-0.163-3.el7.x86_64.rpm) = 6e3e40062d4a96bdce9fa2283c65975e928f2dd566307415653e8c62bcd33539 -SIZE (rpm/centos/7.2.1511/x86_64/elfutils-0.163-3.el7.x86_64.rpm) = 274784 -SHA256 (rpm/centos/7.2.1511/x86_64/filesystem-3.2-20.el7.x86_64.rpm) = 865119d716a0e4d4f57b2d075f242fbf11d6af440f24ce052ae568e0f369d685 -SIZE (rpm/centos/7.2.1511/x86_64/filesystem-3.2-20.el7.x86_64.rpm) = 1066268 -SHA256 (rpm/centos/7.2.1511/x86_64/findutils-4.5.11-5.el7.x86_64.rpm) = 24db27ae92355cbb5f6fef161200fe38061aab63dc6bba4428bfaaf49f436914 -SIZE (rpm/centos/7.2.1511/x86_64/findutils-4.5.11-5.el7.x86_64.rpm) = 572040 -SHA256 (rpm/centos/7.2.1511/x86_64/glibc-common-2.17-106.el7_2.8.x86_64.rpm) = 169c23044d146a882736258196dd7ca7da2338c6f2405ac15a67d28af38cc0cb -SIZE (rpm/centos/7.2.1511/x86_64/glibc-common-2.17-106.el7_2.8.x86_64.rpm) = 12025400 -SHA256 (rpm/centos/7.2.1511/x86_64/grep-2.20-2.el7.x86_64.rpm) = 02a263f2ba166478f95b96546ac01c2eae42b354b700ad7229aa87c2ddc73502 -SIZE (rpm/centos/7.2.1511/x86_64/grep-2.20-2.el7.x86_64.rpm) = 351808 -SHA256 (rpm/centos/7.2.1511/x86_64/info-5.1-4.el7.x86_64.rpm) = 07286e482da5d8f84e1078bcf179179a6f794b4957ac37dcfe5c2a93db93ad5a -SIZE (rpm/centos/7.2.1511/x86_64/info-5.1-4.el7.x86_64.rpm) = 238328 -SHA256 (rpm/centos/7.2.1511/x86_64/keyutils-1.5.8-3.el7.x86_64.rpm) = ea4b62eb78f2b76321b1f4bd66a699a4e25fa7fa6b421008fbecc549f18857e4 -SIZE (rpm/centos/7.2.1511/x86_64/keyutils-1.5.8-3.el7.x86_64.rpm) = 54856 -SHA256 (rpm/centos/7.2.1511/x86_64/less-458-9.el7.x86_64.rpm) = 94999b90a6ce0c291b86d07ffbd4400409c783b846b65d5c874667dc8938c492 -SIZE (rpm/centos/7.2.1511/x86_64/less-458-9.el7.x86_64.rpm) = 122672 -SHA256 (rpm/centos/7.2.1511/x86_64/ncurses-5.9-13.20130511.el7.x86_64.rpm) = 1f93b3edb9c9c1acfe455f9f71f1ec3f4f964af4f40c52f179a3aec6139ba8b1 -SIZE (rpm/centos/7.2.1511/x86_64/ncurses-5.9-13.20130511.el7.x86_64.rpm) = 310764 -SHA256 (rpm/centos/7.2.1511/x86_64/sed-4.2.2-5.el7.x86_64.rpm) = 0e76388ed4e6eddab13a5c283d88b18826b98d8ab957a4fe8a986db55aae3ef3 -SIZE (rpm/centos/7.2.1511/x86_64/sed-4.2.2-5.el7.x86_64.rpm) = 236408 -SHA256 (rpm/centos/7.2.1511/x86_64/setserial-2.17-33.el7.x86_64.rpm) = 8bea960368c401271dbf5b6fbcafbe7d956bc2b248fe71bb0ed3355a86f4d555 -SIZE (rpm/centos/7.2.1511/x86_64/setserial-2.17-33.el7.x86_64.rpm) = 25388 -SHA256 (rpm/centos/7.2.1511/x86_64/setup-2.8.71-6.el7.noarch.rpm) = 182800e0f99aa74e9c95c115809cf7955631ce8cfae21d3db77d5435146e894e -SIZE (rpm/centos/7.2.1511/x86_64/setup-2.8.71-6.el7.noarch.rpm) = 168464 -SHA256 (rpm/centos/7.2.1511/x86_64/which-2.20-7.el7.x86_64.rpm) = 6cf383438b274ac87850adde30180b8ff9ef77ad256180eed69f165779d95742 -SIZE (rpm/centos/7.2.1511/x86_64/which-2.20-7.el7.x86_64.rpm) = 41716 +TIMESTAMP = 1475758789 SHA256 (rpm/centos/7.2.1511/x86_64/bzip2-libs-1.0.6-13.el7.i686.rpm) = 5c114196984d42c4126cf4c7e6702dfb82ba2b02baebc52335223720aaf3c8c8 SIZE (rpm/centos/7.2.1511/x86_64/bzip2-libs-1.0.6-13.el7.i686.rpm) = 40620 SHA256 (rpm/centos/7.2.1511/x86_64/compat-db47-4.7.25-28.el7.i686.rpm) = 7531e31ceaa1f844fa5bd7c51bd8b640d27fd0a9a37edade1d8eecc1ca1b2ebf @@ -73,6 +35,8 @@ SHA256 (rpm/centos/7.2.1511/x86_64/libco SIZE (rpm/centos/7.2.1511/x86_64/libcom_err-1.42.9-7.el7.i686.rpm) = 40908 SHA256 (rpm/centos/7.2.1511/x86_64/libdb-5.3.21-19.el7.i686.rpm) = eb6cf785956d0c66b4b1aaa15f633eaca6973287e57aa69e1d7c5c35f755db2e SIZE (rpm/centos/7.2.1511/x86_64/libdb-5.3.21-19.el7.i686.rpm) = 747224 +SHA256 (rpm/centos/7.2.1511/x86_64/libffi-3.0.13-16.el7.i686.rpm) = 3fc4673fc9f02d0f8e49472765cb7381f953b0821b054c5d5504d55a6289da2a +SIZE (rpm/centos/7.2.1511/x86_64/libffi-3.0.13-16.el7.i686.rpm) = 27596 SHA256 (rpm/centos/7.2.1511/x86_64/libgcc-4.8.5-4.el7.i686.rpm) = a00e9bbeaccc70a5307aff8b94d5c9fe3e6940bd9ec08233cce1fe035ca721b0 SIZE (rpm/centos/7.2.1511/x86_64/libgcc-4.8.5-4.el7.i686.rpm) = 105104 SHA256 (rpm/centos/7.2.1511/x86_64/libidn-1.28-4.el7.i686.rpm) = e46b6e82d9fd17ad12ab5e758d90098f2c7487a720d05d7d32c0f4154e0eb593 @@ -139,6 +103,8 @@ SHA256 (rpm/centos/7.2.1511/x86_64/libco SIZE (rpm/centos/7.2.1511/x86_64/libcom_err-1.42.9-7.el7.x86_64.rpm) = 40872 SHA256 (rpm/centos/7.2.1511/x86_64/libdb-5.3.21-19.el7.x86_64.rpm) = 3e2eeedb8185cea49ab0833e97ae7091977c737b43565efe01ac25f8a86bbfa8 SIZE (rpm/centos/7.2.1511/x86_64/libdb-5.3.21-19.el7.x86_64.rpm) = 735272 +SHA256 (rpm/centos/7.2.1511/x86_64/libffi-3.0.13-16.el7.x86_64.rpm) = 885d618c1fa6d952ed9b7b19dc15d8386e8667c67f8b856f1eab6d04e5273163 +SIZE (rpm/centos/7.2.1511/x86_64/libffi-3.0.13-16.el7.x86_64.rpm) = 30436 SHA256 (rpm/centos/7.2.1511/x86_64/libgcc-4.8.5-4.el7.x86_64.rpm) = 0e4c0ea3cab6ae8f3db26f11220b91418b07ab01f9ece2907103914fcfbbd54e SIZE (rpm/centos/7.2.1511/x86_64/libgcc-4.8.5-4.el7.x86_64.rpm) = 97208 SHA256 (rpm/centos/7.2.1511/x86_64/libidn-1.28-4.el7.x86_64.rpm) = 1c73d48fdb8362d9a8b988daf8b40079b30f25677646edbd86259c0fd9a413e4 @@ -169,6 +135,44 @@ SHA256 (rpm/centos/7.2.1511/x86_64/xz-li SIZE (rpm/centos/7.2.1511/x86_64/xz-libs-5.1.2-12alpha.el7.x86_64.rpm) = 104356 SHA256 (rpm/centos/7.2.1511/x86_64/zlib-1.2.7-15.el7.x86_64.rpm) = d9d55983c490c2f2731fb9495c00fb8c0839b2b01ae601599c2ed8fc130873f0 SIZE (rpm/centos/7.2.1511/x86_64/zlib-1.2.7-15.el7.x86_64.rpm) = 91556 +SHA256 (rpm/centos/7.2.1511/x86_64/centos-release-7-2.1511.el7.centos.2.10.x86_64.rpm) = b4111ef2a51542eacc9bd1ebd080da02e53d400f9d172530c75a1e4ac06e7ead +SIZE (rpm/centos/7.2.1511/x86_64/centos-release-7-2.1511.el7.centos.2.10.x86_64.rpm) = 23516 +SHA256 (rpm/centos/7.2.1511/x86_64/basesystem-10.0-7.el7.centos.noarch.rpm) = 0280ee16df09be0cebf62695706598caed8ff5cba47de1fed625068a90a9ef68 +SIZE (rpm/centos/7.2.1511/x86_64/basesystem-10.0-7.el7.centos.noarch.rpm) = 5124 +SHA256 (rpm/centos/7.2.1511/x86_64/bash-4.2.46-20.el7_2.x86_64.rpm) = 80903bbf766045b3ad4a278371796e331c6a92f3df8afb62c579025705877fb9 +SIZE (rpm/centos/7.2.1511/x86_64/bash-4.2.46-20.el7_2.x86_64.rpm) = 1034692 +SHA256 (rpm/centos/7.2.1511/x86_64/bzip2-1.0.6-13.el7.x86_64.rpm) = f41905c9256924601a0ac53afc9a8a22f53f67c6b0faf43ae86c0bce12c9f9d8 +SIZE (rpm/centos/7.2.1511/x86_64/bzip2-1.0.6-13.el7.x86_64.rpm) = 53120 +SHA256 (rpm/centos/7.2.1511/x86_64/coreutils-8.22-15.el7_2.1.x86_64.rpm) = af401a6271ce4b3b2e5a9b7e8fa1b472afb3c0068a07004102ac87ba2766be52 +SIZE (rpm/centos/7.2.1511/x86_64/coreutils-8.22-15.el7_2.1.x86_64.rpm) = 3406476 +SHA256 (rpm/centos/7.2.1511/x86_64/e2fsprogs-1.42.9-7.el7.x86_64.rpm) = 7db5e82398725128e8a7e635e98335afe7b18a54b8f58033fac26cfff499a1ab +SIZE (rpm/centos/7.2.1511/x86_64/e2fsprogs-1.42.9-7.el7.x86_64.rpm) = 714184 +SHA256 (rpm/centos/7.2.1511/x86_64/elfutils-0.163-3.el7.x86_64.rpm) = 6e3e40062d4a96bdce9fa2283c65975e928f2dd566307415653e8c62bcd33539 +SIZE (rpm/centos/7.2.1511/x86_64/elfutils-0.163-3.el7.x86_64.rpm) = 274784 +SHA256 (rpm/centos/7.2.1511/x86_64/filesystem-3.2-20.el7.x86_64.rpm) = 865119d716a0e4d4f57b2d075f242fbf11d6af440f24ce052ae568e0f369d685 +SIZE (rpm/centos/7.2.1511/x86_64/filesystem-3.2-20.el7.x86_64.rpm) = 1066268 +SHA256 (rpm/centos/7.2.1511/x86_64/findutils-4.5.11-5.el7.x86_64.rpm) = 24db27ae92355cbb5f6fef161200fe38061aab63dc6bba4428bfaaf49f436914 +SIZE (rpm/centos/7.2.1511/x86_64/findutils-4.5.11-5.el7.x86_64.rpm) = 572040 +SHA256 (rpm/centos/7.2.1511/x86_64/glibc-common-2.17-106.el7_2.8.x86_64.rpm) = 169c23044d146a882736258196dd7ca7da2338c6f2405ac15a67d28af38cc0cb +SIZE (rpm/centos/7.2.1511/x86_64/glibc-common-2.17-106.el7_2.8.x86_64.rpm) = 12025400 +SHA256 (rpm/centos/7.2.1511/x86_64/grep-2.20-2.el7.x86_64.rpm) = 02a263f2ba166478f95b96546ac01c2eae42b354b700ad7229aa87c2ddc73502 +SIZE (rpm/centos/7.2.1511/x86_64/grep-2.20-2.el7.x86_64.rpm) = 351808 +SHA256 (rpm/centos/7.2.1511/x86_64/info-5.1-4.el7.x86_64.rpm) = 07286e482da5d8f84e1078bcf179179a6f794b4957ac37dcfe5c2a93db93ad5a +SIZE (rpm/centos/7.2.1511/x86_64/info-5.1-4.el7.x86_64.rpm) = 238328 +SHA256 (rpm/centos/7.2.1511/x86_64/keyutils-1.5.8-3.el7.x86_64.rpm) = ea4b62eb78f2b76321b1f4bd66a699a4e25fa7fa6b421008fbecc549f18857e4 +SIZE (rpm/centos/7.2.1511/x86_64/keyutils-1.5.8-3.el7.x86_64.rpm) = 54856 +SHA256 (rpm/centos/7.2.1511/x86_64/less-458-9.el7.x86_64.rpm) = 94999b90a6ce0c291b86d07ffbd4400409c783b846b65d5c874667dc8938c492 +SIZE (rpm/centos/7.2.1511/x86_64/less-458-9.el7.x86_64.rpm) = 122672 +SHA256 (rpm/centos/7.2.1511/x86_64/ncurses-5.9-13.20130511.el7.x86_64.rpm) = 1f93b3edb9c9c1acfe455f9f71f1ec3f4f964af4f40c52f179a3aec6139ba8b1 +SIZE (rpm/centos/7.2.1511/x86_64/ncurses-5.9-13.20130511.el7.x86_64.rpm) = 310764 +SHA256 (rpm/centos/7.2.1511/x86_64/sed-4.2.2-5.el7.x86_64.rpm) = 0e76388ed4e6eddab13a5c283d88b18826b98d8ab957a4fe8a986db55aae3ef3 +SIZE (rpm/centos/7.2.1511/x86_64/sed-4.2.2-5.el7.x86_64.rpm) = 236408 +SHA256 (rpm/centos/7.2.1511/x86_64/setserial-2.17-33.el7.x86_64.rpm) = 8bea960368c401271dbf5b6fbcafbe7d956bc2b248fe71bb0ed3355a86f4d555 +SIZE (rpm/centos/7.2.1511/x86_64/setserial-2.17-33.el7.x86_64.rpm) = 25388 +SHA256 (rpm/centos/7.2.1511/x86_64/setup-2.8.71-6.el7.noarch.rpm) = 182800e0f99aa74e9c95c115809cf7955631ce8cfae21d3db77d5435146e894e +SIZE (rpm/centos/7.2.1511/x86_64/setup-2.8.71-6.el7.noarch.rpm) = 168464 +SHA256 (rpm/centos/7.2.1511/x86_64/which-2.20-7.el7.x86_64.rpm) = 6cf383438b274ac87850adde30180b8ff9ef77ad256180eed69f165779d95742 +SIZE (rpm/centos/7.2.1511/x86_64/which-2.20-7.el7.x86_64.rpm) = 41716 SHA256 (rpm/centos/7.2.1511/x86_64/acl-2.2.51-12.el7.src.rpm) = f4c9c1dd7568707aa1d9156c9914f7079651ce26903940a6c27e952d3fbb157c SIZE (rpm/centos/7.2.1511/x86_64/acl-2.2.51-12.el7.src.rpm) = 405380 SHA256 (rpm/centos/7.2.1511/x86_64/attr-2.4.46-12.el7.src.rpm) = c33ef640fa35969ab7e551086a3635995f8a034a78fa63ad600c4f934cbf6dc5 @@ -221,6 +225,8 @@ SHA256 (rpm/centos/7.2.1511/x86_64/libca SIZE (rpm/centos/7.2.1511/x86_64/libcap-2.22-8.el7.src.rpm) = 74455 SHA256 (rpm/centos/7.2.1511/x86_64/libdb-5.3.21-19.el7.src.rpm) = b77481c6c8e01e9d316f912823d18bc02480d44b9976e588cedc5e3e44599e5e SIZE (rpm/centos/7.2.1511/x86_64/libdb-5.3.21-19.el7.src.rpm) = 35193003 +SHA256 (rpm/centos/7.2.1511/x86_64/libffi-3.0.13-16.el7.src.rpm) = d4d1a53f16e80da08ab182eeaf8e95134c55b1b5ee34bfa84471a4aa7774e71a +SIZE (rpm/centos/7.2.1511/x86_64/libffi-3.0.13-16.el7.src.rpm) = 897479 SHA256 (rpm/centos/7.2.1511/x86_64/libidn-1.28-4.el7.src.rpm) = a3aef9f99106e0bbadc782e2f1cd49315e89cb3e410b245bdd429e8492eb0bf0 SIZE (rpm/centos/7.2.1511/x86_64/libidn-1.28-4.el7.src.rpm) = 3466128 SHA256 (rpm/centos/7.2.1511/x86_64/libselinux-2.2.2-6.el7.src.rpm) = 0a1e8577330659e4ce48063e1dc4f26da0d352f56be4937fd09ed044a18cbd42 Modified: head/emulators/linux_base-c7/pkg-message ============================================================================== --- head/emulators/linux_base-c7/pkg-message Wed Oct 19 10:58:48 2016 (r424236) +++ head/emulators/linux_base-c7/pkg-message Wed Oct 19 11:06:18 2016 (r424237) @@ -1,6 +1,13 @@ -Some programs need linprocfs mounted on /compat/linux/proc. Add the following -line to /etc/fstab: +Some programs need linprocfs mounted on /compat/linux/proc. Add the +following line to /etc/fstab: linprocfs /compat/linux/proc linprocfs rw 0 0 -Then run "mount linprocfs". +Then run "mount /compat/linux/proc". + +Some programs need tmpfs mounted on /compat/linux/dev/shm. Add the +following line to /etc/fstab: + +tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0 + +Then run "mount /compat/linux/dev/shm". Modified: head/emulators/linux_base-c7/pkg-plist.i386 ============================================================================== --- head/emulators/linux_base-c7/pkg-plist.i386 Wed Oct 19 10:58:48 2016 (r424236) +++ head/emulators/linux_base-c7/pkg-plist.i386 Wed Oct 19 11:06:18 2016 (r424237) @@ -1,6 +1,5 @@ @preexec [ -n "`/sbin/sysctl -q %%SYSCTLMIB%%`" ] || ( echo "Cannot install package: kernel missing Linux support"; exit 1 ) bin -dev/shm etc/DIR_COLORS etc/DIR_COLORS.256color etc/DIR_COLORS.lightbgcolor @@ -650,6 +649,8 @@ usr/lib/libext2fs.so.2 usr/lib/libext2fs.so.2.4 usr/lib/libfam.so.0 usr/lib/libfam.so.0.0.0 +usr/lib/libffi.so.6 +usr/lib/libffi.so.6.0.1 usr/lib/libform.so.5 usr/lib/libform.so.5.9 usr/lib/libformw.so.5 @@ -1101,6 +1102,8 @@ usr/share/doc/libcap-2.22/capability.not usr/share/doc/libcom_err-1.42.9/COPYING usr/share/doc/libdb-5.3.21/LICENSE usr/share/doc/libdb-5.3.21/README +usr/share/doc/libffi-3.0.13/LICENSE +usr/share/doc/libffi-3.0.13/README usr/share/doc/libgcc-4.8.5/COPYING usr/share/doc/libgcc-4.8.5/COPYING.LIB usr/share/doc/libgcc-4.8.5/COPYING.RUNTIME @@ -2569,6 +2572,7 @@ usr/tmp @rmtry var/cache/ldconfig/aux-cache var/db/Makefile var/mail +@dir dev/shm @dir etc/X11/applnk @dir etc/X11/fontpath.d @dir etc/bash_completion.d Modified: head/emulators/linux_base-c7/pkg-plist.x86_64 ============================================================================== --- head/emulators/linux_base-c7/pkg-plist.x86_64 Wed Oct 19 10:58:48 2016 (r424236) +++ head/emulators/linux_base-c7/pkg-plist.x86_64 Wed Oct 19 11:06:18 2016 (r424237) @@ -1,6 +1,5 @@ @preexec [ -n "`/sbin/sysctl -q %%SYSCTLMIB%%`" ] || ( echo "Cannot install package: kernel missing 64-bit Linux support"; exit 1 ) bin -dev/shm etc/DIR_COLORS etc/DIR_COLORS.256color etc/DIR_COLORS.lightbgcolor @@ -653,6 +652,8 @@ usr/lib/libext2fs.so.2 usr/lib/libext2fs.so.2.4 usr/lib/libfam.so.0 usr/lib/libfam.so.0.0.0 +usr/lib/libffi.so.6 +usr/lib/libffi.so.6.0.1 usr/lib/libform.so.5 usr/lib/libform.so.5.9 usr/lib/libformw.so.5 @@ -1103,6 +1104,8 @@ usr/lib64/libext2fs.so.2 usr/lib64/libext2fs.so.2.4 usr/lib64/libfam.so.0 usr/lib64/libfam.so.0.0.0 +usr/lib64/libffi.so.6 +usr/lib64/libffi.so.6.0.1 usr/lib64/libform.so.5 usr/lib64/libform.so.5.9 usr/lib64/libformw.so.5 @@ -1542,6 +1545,8 @@ usr/share/doc/libcap-2.22/capability.not usr/share/doc/libcom_err-1.42.9/COPYING usr/share/doc/libdb-5.3.21/LICENSE usr/share/doc/libdb-5.3.21/README +usr/share/doc/libffi-3.0.13/LICENSE +usr/share/doc/libffi-3.0.13/README usr/share/doc/libgcc-4.8.5/COPYING usr/share/doc/libgcc-4.8.5/COPYING.LIB usr/share/doc/libgcc-4.8.5/COPYING.RUNTIME @@ -3017,6 +3022,7 @@ usr/tmp var/db/Makefile @rmtry var/cache/ldconfig/aux-cache var/mail +@dir dev/shm @dir etc/X11/applnk @dir etc/X11/fontpath.d @dir etc/bash_completion.d From owner-svn-ports-all@freebsd.org Wed Oct 19 11:11:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 375D9C186C1; Wed, 19 Oct 2016 11:11:39 +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 11B5F2F; Wed, 19 Oct 2016 11:11:38 +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 u9JBBchC005643; Wed, 19 Oct 2016 11:11:38 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JBBbIO005640; Wed, 19 Oct 2016 11:11:37 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610191111.u9JBBbIO005640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Wed, 19 Oct 2016 11:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424238 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 11:11:39 -0000 Author: woodsb02 Date: Wed Oct 19 11:11:37 2016 New Revision: 424238 URL: https://svnweb.freebsd.org/changeset/ports/424238 Log: multimedia/emby-server: Update to 3.0.8200 Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.0.8200 Approved by: adamw (mentor, implicit) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Wed Oct 19 11:06:18 2016 (r424237) +++ head/multimedia/emby-server/Makefile Wed Oct 19 11:11:37 2016 (r424238) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.8100 +PORTVERSION= 3.0.8200 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Wed Oct 19 11:06:18 2016 (r424237) +++ head/multimedia/emby-server/distinfo Wed Oct 19 11:11:37 2016 (r424238) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476636189 -SHA256 (MediaBrowser-Emby-3.0.8100_GH0.tar.gz) = 71d0e6cae1cccb219e2e818f51f67e379f69b0797a09af9d5f8ef42273ca3e81 -SIZE (MediaBrowser-Emby-3.0.8100_GH0.tar.gz) = 53510687 +TIMESTAMP = 1476809280 +SHA256 (MediaBrowser-Emby-3.0.8200_GH0.tar.gz) = 5c15d1bd8a327719ba92ecdbded978240f56d64678b4f5be624005ca3604ebc3 +SIZE (MediaBrowser-Emby-3.0.8200_GH0.tar.gz) = 53823157 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Wed Oct 19 11:06:18 2016 (r424237) +++ head/multimedia/emby-server/pkg-plist Wed Oct 19 11:11:37 2016 (r424238) @@ -377,6 +377,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/seriesrecordingeditor.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/seriesrecordingeditor.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/refreshdialog/refreshdialog.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/registrationservices/registrationservices.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/registrationservices/style.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/require/requirecss.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/require/requirehtml.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/require/requiretext.js @@ -734,6 +736,7 @@ lib/emby-server/dashboard-ui/components/ lib/emby-server/dashboard-ui/components/guestinviter/guestinviter.js lib/emby-server/dashboard-ui/components/guestinviter/guestinviter.template.html lib/emby-server/dashboard-ui/components/humanedate.js +lib/emby-server/dashboard-ui/components/iap.js lib/emby-server/dashboard-ui/components/imagedownloader/imagedownloader.js lib/emby-server/dashboard-ui/components/imagedownloader/imagedownloader.template.html lib/emby-server/dashboard-ui/components/imageuploader/imageuploader.js @@ -1025,7 +1028,6 @@ lib/emby-server/dashboard-ui/scripts/pla lib/emby-server/dashboard-ui/scripts/playlists.js lib/emby-server/dashboard-ui/scripts/plugincatalogpage.js lib/emby-server/dashboard-ui/scripts/pluginspage.js -lib/emby-server/dashboard-ui/scripts/registrationservices.js lib/emby-server/dashboard-ui/scripts/remotecontrol.js lib/emby-server/dashboard-ui/scripts/reports.js lib/emby-server/dashboard-ui/scripts/scheduledtaskpage.js From owner-svn-ports-all@freebsd.org Wed Oct 19 11:32:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6709C18B9B; Wed, 19 Oct 2016 11:32:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E743E3C; Wed, 19 Oct 2016 11:32:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JBWLli013746; Wed, 19 Oct 2016 11:32:21 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JBWLFK013745; Wed, 19 Oct 2016 11:32:21 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610191132.u9JBWLFK013745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 19 Oct 2016 11:32:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424239 - branches/2016Q4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 11:32:22 -0000 Author: mat Date: Wed Oct 19 11:32:21 2016 New Revision: 424239 URL: https://svnweb.freebsd.org/changeset/ports/424239 Log: Note that r423316 was merged in r423318. Reported by: jbeich Sponsored by: Absolight Modified: Directory Properties: branches/2016Q4/ (props changed) From owner-svn-ports-all@freebsd.org Wed Oct 19 11:37:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEC42C18CB7; Wed, 19 Oct 2016 11:37:33 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80A93FB0; Wed, 19 Oct 2016 11:37:33 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JBbWRO014145; Wed, 19 Oct 2016 11:37:32 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JBbWR4014140; Wed, 19 Oct 2016 11:37:32 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610191137.u9JBbWR4014140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 19 Oct 2016 11:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424240 - in head/net/quagga: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 11:37:33 -0000 Author: mat Date: Wed Oct 19 11:37:32 2016 New Revision: 424240 URL: https://svnweb.freebsd.org/changeset/ports/424240 Log: Update to 1.1.0. Sponsored by: Absolight Added: head/net/quagga/files/patch-doc_bgpd.8 (contents, props changed) - copied, changed from r424237, head/net/quagga/files/patch-doc__bgpd.8 head/net/quagga/files/patch-vtysh_extract.pl.in (contents, props changed) - copied, changed from r424237, head/net/quagga/files/patch-vtysh__extract.pl.in Deleted: head/net/quagga/files/patch-doc__bgpd.8 head/net/quagga/files/patch-vtysh__extract.pl.in Modified: head/net/quagga/Makefile (contents, props changed) head/net/quagga/distinfo (contents, props changed) head/net/quagga/files/patch-configure.ac (contents, props changed) Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Wed Oct 19 11:32:21 2016 (r424239) +++ head/net/quagga/Makefile Wed Oct 19 11:37:32 2016 (r424240) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quagga -PORTVERSION= 1.0.20161017 +PORTVERSION= 1.1.0 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH Modified: head/net/quagga/distinfo ============================================================================== --- head/net/quagga/distinfo Wed Oct 19 11:32:21 2016 (r424239) +++ head/net/quagga/distinfo Wed Oct 19 11:37:32 2016 (r424240) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476726152 -SHA256 (quagga-1.0.20161017.tar.gz) = 8f26724ddb7419f3912f80ce8f13689190289e0022cf09921d0a403fd7714918 -SIZE (quagga-1.0.20161017.tar.gz) = 2758494 +TIMESTAMP = 1476875984 +SHA256 (quagga-1.1.0.tar.gz) = f7a43a9c59bfd3722002210530b2553c8d5cc05bfea5acd56d4f102b9f55dc63 +SIZE (quagga-1.1.0.tar.gz) = 2870278 Modified: head/net/quagga/files/patch-configure.ac ============================================================================== --- head/net/quagga/files/patch-configure.ac Wed Oct 19 11:32:21 2016 (r424239) +++ head/net/quagga/files/patch-configure.ac Wed Oct 19 11:37:32 2016 (r424240) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2015-03-02 23:50:57 UTC +--- configure.ac.orig 2016-10-18 13:03:52 UTC +++ configure.ac -@@ -1219,7 +1219,7 @@ AC_SUBST(LIB_REGEX) +@@ -1278,7 +1278,7 @@ AC_SUBST(LIB_REGEX) dnl ------------------ dnl check Net-SNMP library dnl ------------------ Copied and modified: head/net/quagga/files/patch-doc_bgpd.8 (from r424237, head/net/quagga/files/patch-doc__bgpd.8) ============================================================================== --- head/net/quagga/files/patch-doc__bgpd.8 Wed Oct 19 11:06:18 2016 (r424237, copy source) +++ head/net/quagga/files/patch-doc_bgpd.8 Wed Oct 19 11:37:32 2016 (r424240) @@ -1,4 +1,4 @@ ---- doc/bgpd.8.orig 2015-03-02 23:50:57 UTC +--- doc/bgpd.8.orig 2016-10-18 13:03:52 UTC +++ doc/bgpd.8 @@ -28,6 +28,8 @@ software ] [ @@ -9,7 +9,7 @@ ] .SH DESCRIPTION .B bgpd -@@ -76,6 +78,9 @@ When the program terminates, retain rout +@@ -79,6 +81,9 @@ Skip setting the process effective user .TP \fB\-v\fR, \fB\-\-version\fR Print the version and exit. Copied and modified: head/net/quagga/files/patch-vtysh_extract.pl.in (from r424237, head/net/quagga/files/patch-vtysh__extract.pl.in) ============================================================================== --- head/net/quagga/files/patch-vtysh__extract.pl.in Wed Oct 19 11:06:18 2016 (r424237, copy source) +++ head/net/quagga/files/patch-vtysh_extract.pl.in Wed Oct 19 11:37:32 2016 (r424240) @@ -1,6 +1,6 @@ ---- vtysh/extract.pl.in.orig 2015-03-02 23:50:57 UTC +--- vtysh/extract.pl.in.orig 2016-10-18 13:03:52 UTC +++ vtysh/extract.pl.in -@@ -63,7 +63,7 @@ $ignore{'"show history"'} = "ignore"; +@@ -69,7 +69,7 @@ my $cli_stomp = 0; foreach (@ARGV) { $file = $_; From owner-svn-ports-all@freebsd.org Wed Oct 19 11:44:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35A4DC18081; Wed, 19 Oct 2016 11:44:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 047076A0; Wed, 19 Oct 2016 11:44:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JBieRt018005; Wed, 19 Oct 2016 11:44:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JBieiB018003; Wed, 19 Oct 2016 11:44:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610191144.u9JBieiB018003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 19 Oct 2016 11:44:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424241 - head/multimedia/ffms2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 11:44:41 -0000 Author: jbeich Date: Wed Oct 19 11:44:39 2016 New Revision: 424241 URL: https://svnweb.freebsd.org/changeset/ports/424241 Log: multimedia/ffms2: update to 2.23 Changes: https://github.com/FFMS/ffms2/releases/tag/2.23 Modified: head/multimedia/ffms2/Makefile (contents, props changed) head/multimedia/ffms2/distinfo (contents, props changed) Modified: head/multimedia/ffms2/Makefile ============================================================================== --- head/multimedia/ffms2/Makefile Wed Oct 19 11:37:32 2016 (r424240) +++ head/multimedia/ffms2/Makefile Wed Oct 19 11:44:39 2016 (r424241) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ffms2 -DISTVERSION= 2.22 -PORTREVISION= 1 +DISTVERSION= 2.23 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/ffms2/distinfo ============================================================================== --- head/multimedia/ffms2/distinfo Wed Oct 19 11:37:32 2016 (r424240) +++ head/multimedia/ffms2/distinfo Wed Oct 19 11:44:39 2016 (r424241) @@ -1,2 +1,3 @@ -SHA256 (FFMS-ffms2-2.22_GH0.tar.gz) = 7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad -SIZE (FFMS-ffms2-2.22_GH0.tar.gz) = 487244 +TIMESTAMP = 1476819885 +SHA256 (FFMS-ffms2-2.23_GH0.tar.gz) = b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed +SIZE (FFMS-ffms2-2.23_GH0.tar.gz) = 488940 From owner-svn-ports-all@freebsd.org Wed Oct 19 12:20:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B18AAC17205; Wed, 19 Oct 2016 12:20:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83264B0D; Wed, 19 Oct 2016 12:20:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JCKgqJ029585; Wed, 19 Oct 2016 12:20:42 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JCKgia029582; Wed, 19 Oct 2016 12:20:42 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610191220.u9JCKgia029582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 19 Oct 2016 12:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424242 - in head/lang: sather-specification sather-tutorial X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 12:20:43 -0000 Author: mat Date: Wed Oct 19 12:20:42 2016 New Revision: 424242 URL: https://svnweb.freebsd.org/changeset/ports/424242 Log: The distfile is already extracted in do-extract, so use that instead of extracting a second time. Sponsored by: Absolight Modified: head/lang/sather-specification/Makefile (contents, props changed) head/lang/sather-tutorial/Makefile (contents, props changed) Modified: head/lang/sather-specification/Makefile ============================================================================== --- head/lang/sather-specification/Makefile Wed Oct 19 11:44:39 2016 (r424241) +++ head/lang/sather-specification/Makefile Wed Oct 19 12:20:42 2016 (r424242) @@ -18,7 +18,6 @@ DOCSDIR= ${PREFIX}/share/doc/sather/${PO do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${STAGEDIR}${DOCSDIR} - @${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \; + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Modified: head/lang/sather-tutorial/Makefile ============================================================================== --- head/lang/sather-tutorial/Makefile Wed Oct 19 11:44:39 2016 (r424241) +++ head/lang/sather-tutorial/Makefile Wed Oct 19 12:20:42 2016 (r424242) @@ -18,7 +18,6 @@ DOCSDIR= ${PREFIX}/share/doc/sather/${PO do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${STAGEDIR}${DOCSDIR} - @${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \; + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Wed Oct 19 13:11:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40168C17C08; Wed, 19 Oct 2016 13:11:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 069443D6; Wed, 19 Oct 2016 13:11:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JDBYFR048834; Wed, 19 Oct 2016 13:11:34 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JDBYFu048833; Wed, 19 Oct 2016 13:11:34 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610191311.u9JDBYFu048833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 19 Oct 2016 13:11:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424243 - head/sysutils/dirvish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 13:11:35 -0000 Author: mat Date: Wed Oct 19 13:11:33 2016 New Revision: 424243 URL: https://svnweb.freebsd.org/changeset/ports/424243 Log: Always use PERL and not PERL5 in scripts. If you use PERL5, the scripts will break when Perl is updated. Sponsored by: Absolight Modified: head/sysutils/dirvish/Makefile (contents, props changed) Modified: head/sysutils/dirvish/Makefile ============================================================================== --- head/sysutils/dirvish/Makefile Wed Oct 19 12:20:42 2016 (r424242) +++ head/sysutils/dirvish/Makefile Wed Oct 19 13:11:33 2016 (r424243) @@ -3,7 +3,7 @@ PORTNAME= dirvish PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils archivers MASTER_SITES= http://www.dirvish.org/ @@ -25,7 +25,7 @@ USE_PERL5= run EXECUTABLES= dirvish dirvish-expire dirvish-locate dirvish-runall do-patch: - @${SED} -e 's:%%CONFDIR%%:${PREFIX}/etc/dirvish:' -e 's:%%PERL%%:${PERL5}:' \ + @${SED} -e 's:%%CONFDIR%%:${PREFIX}/etc/dirvish:' -e 's:%%PERL%%:${PERL}:' \ ${FILESDIR}/header.pl > ${WRKDIR}/header.pl .for _E in ${EXECUTABLES} @(cd ${WRKSRC} && ${CAT} ${WRKDIR}/header.pl ${_E}.pl loadconfig.pl \ From owner-svn-ports-all@freebsd.org Wed Oct 19 13:30:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D2A9C1822B; Wed, 19 Oct 2016 13:30:31 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 53452154; Wed, 19 Oct 2016 13:30:31 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 51F2E103A; Wed, 19 Oct 2016 13:30:31 +0000 (UTC) Date: Wed, 19 Oct 2016 13:30:31 +0000 From: Alexey Dokuchaev To: Jimmy Olgeni Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424233 - in head/x11-fonts/webfonts: . files Message-ID: <20161019133031.GA51190@FreeBSD.org> References: <201610190904.u9J94fJW057314@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201610190904.u9J94fJW057314@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 13:30:31 -0000 On Wed, Oct 19, 2016 at 09:04:41AM +0000, Jimmy Olgeni wrote: > New Revision: 424233 > URL: https://svnweb.freebsd.org/changeset/ports/424233 > > Log: > Provide a NEWVERDANA option (off by default) to install the y2006 > version of Verdana. > > Some glyphs of Verdana Bold y2006 are not rendered correctly by > freetype in anti-aliased mode. What is the reason behind not enabling it on by default, if it's a fix? Are there any regressions coming with it as well? ./danfe From owner-svn-ports-all@freebsd.org Wed Oct 19 13:34:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EFBCC18385; Wed, 19 Oct 2016 13:34:20 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FA8D763; Wed, 19 Oct 2016 13:34:20 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JDYJSJ059480; Wed, 19 Oct 2016 13:34:19 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JDYJjW059476; Wed, 19 Oct 2016 13:34:19 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191334.u9JDYJjW059476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 13:34:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424244 - in head: devel/php70-intl graphics/php70-gd lang/php70 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 13:34:20 -0000 Author: tz Date: Wed Oct 19 13:34:18 2016 New Revision: 424244 URL: https://svnweb.freebsd.org/changeset/ports/424244 Log: Update PHP 7 from 7.0.11 to 7.0.12 Changes: http://www.php.net/ChangeLog-7.php#7.0.12 MFH: 2016Q4 Approved by: pi (mentor) Modified: head/devel/php70-intl/Makefile head/graphics/php70-gd/Makefile head/lang/php70/Makefile head/lang/php70/distinfo Modified: head/devel/php70-intl/Makefile ============================================================================== --- head/devel/php70-intl/Makefile Wed Oct 19 13:11:33 2016 (r424243) +++ head/devel/php70-intl/Makefile Wed Oct 19 13:34:18 2016 (r424244) @@ -1,7 +1,6 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php70 Modified: head/graphics/php70-gd/Makefile ============================================================================== --- head/graphics/php70-gd/Makefile Wed Oct 19 13:11:33 2016 (r424243) +++ head/graphics/php70-gd/Makefile Wed Oct 19 13:34:18 2016 (r424244) @@ -1,7 +1,6 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php70 Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Wed Oct 19 13:11:33 2016 (r424243) +++ head/lang/php70/Makefile Wed Oct 19 13:34:18 2016 (r424244) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.11 +PORTVERSION= 7.0.12 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php70/distinfo ============================================================================== --- head/lang/php70/distinfo Wed Oct 19 13:11:33 2016 (r424243) +++ head/lang/php70/distinfo Wed Oct 19 13:34:18 2016 (r424244) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474368102 -SHA256 (php-7.0.11.tar.xz) = d4cccea8da1d27c11b89386f8b8e95692ad3356610d571253d00ca67d524c735 -SIZE (php-7.0.11.tar.xz) = 12258500 +TIMESTAMP = 1476438518 +SHA256 (php-7.0.12.tar.xz) = f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff +SIZE (php-7.0.12.tar.xz) = 12520004 From owner-svn-ports-all@freebsd.org Wed Oct 19 13:36:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9460CC183D4; Wed, 19 Oct 2016 13:36:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.net [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 57ED088E; Wed, 19 Oct 2016 13:36:21 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from [10.0.2.15] (unknown [5.8.101.242]) by olgeni.olgeni.com (Postfix) with ESMTPSA id A6869D79D3; Wed, 19 Oct 2016 15:36:14 +0200 (CEST) Date: Wed, 19 Oct 2016 15:36:14 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: olgeni@backoffice.olgeni.com To: Alexey Dokuchaev cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424233 - in head/x11-fonts/webfonts: . files In-Reply-To: <20161019133031.GA51190@FreeBSD.org> Message-ID: References: <201610190904.u9J94fJW057314@repo.freebsd.org> <20161019133031.GA51190@FreeBSD.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) X-OpenPGP-KeyID: 0xFCDB3E82F778D8D7 X-OpenPGP-Fingerprint: EE37 B427 91C5 7707 EC54 064A FCDB 3E82 F778 D8D7 X-OpenPGP-URL: http://olgeni.olgeni.com/~olgeni/pgp/olgeni@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 13:36:22 -0000 On Wed, 19 Oct 2016, Alexey Dokuchaev wrote: > On Wed, Oct 19, 2016 at 09:04:41AM +0000, Jimmy Olgeni wrote: > > New Revision: 424233 > > URL: https://svnweb.freebsd.org/changeset/ports/424233 > > > > Log: > > Provide a NEWVERDANA option (off by default) to install the y2006 > > version of Verdana. > > > > Some glyphs of Verdana Bold y2006 are not rendered correctly by > > freetype in anti-aliased mode. > > What is the reason behind not enabling it on by default, if it's a fix? > Are there any regressions coming with it as well? "New" Verdana (y2006) is the one that sometimes renders incorrectly, so you get the old one by default. -- jimmy From owner-svn-ports-all@freebsd.org Wed Oct 19 13:38:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C5E1C1854C; Wed, 19 Oct 2016 13:38:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 11895C59; Wed, 19 Oct 2016 13:38:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 0FEB6160A; Wed, 19 Oct 2016 13:38:11 +0000 (UTC) Date: Wed, 19 Oct 2016 13:38:11 +0000 From: Alexey Dokuchaev To: Jimmy Olgeni Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424233 - in head/x11-fonts/webfonts: . files Message-ID: <20161019133811.GA64344@FreeBSD.org> References: <201610190904.u9J94fJW057314@repo.freebsd.org> <20161019133031.GA51190@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 13:38:11 -0000 On Wed, Oct 19, 2016 at 03:36:14PM +0200, Jimmy Olgeni wrote: > On Wed, 19 Oct 2016, Alexey Dokuchaev wrote: > > On Wed, Oct 19, 2016 at 09:04:41AM +0000, Jimmy Olgeni wrote: > > > New Revision: 424233 > > > URL: https://svnweb.freebsd.org/changeset/ports/424233 > > > > > > Log: > > > Provide a NEWVERDANA option (off by default) to install the y2006 > > > version of Verdana. > > > > > > Some glyphs of Verdana Bold y2006 are not rendered correctly by > > > freetype in anti-aliased mode. > > > > What is the reason behind not enabling it on by default, if it's a fix? > > Are there any regressions coming with it as well? > > "New" Verdana (y2006) is the one that sometimes renders incorrectly, > so you get the old one by default. Ah, sorry, now this makes sense, thank you for making it clear for me. ./danfe From owner-svn-ports-all@freebsd.org Wed Oct 19 14:08:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 500A6C18E14; Wed, 19 Oct 2016 14:08:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27D49F8; Wed, 19 Oct 2016 14:08:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JE8pKI071418; Wed, 19 Oct 2016 14:08:51 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JE8oYn071414; Wed, 19 Oct 2016 14:08:50 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191408.u9JE8oYn071414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:08:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424245 - in head/devel/gitlab-shell: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:08:52 -0000 Author: tz Date: Wed Oct 19 14:08:50 2016 New Revision: 424245 URL: https://svnweb.freebsd.org/changeset/ports/424245 Log: devel/gitlab-shell: Update from 3.0.0 to 3.2.1 v3.2.1 - Allow gitlab-project's fork-project command to fork projects between different repository storages v3.2.0 - Allow GitLab Shell to check for allowed access based on the used Git protocol - Add an error message when using shell commands with incompatible GitLab versions v3.1.0 - Refactor repository paths handling to allow multiple git mount points v3.0.1 - Update PostReceive worker to provide enqueued_at time. Approved by: swills (mentor) Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo head/devel/gitlab-shell/files/patch-config.yml.example head/devel/gitlab-shell/pkg-plist Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Wed Oct 19 13:34:18 2016 (r424244) +++ head/devel/gitlab-shell/Makefile Wed Oct 19 14:08:50 2016 (r424245) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 3.0.0 +PORTVERSION= 3.2.1 CATEGORIES= devel MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Wed Oct 19 13:34:18 2016 (r424244) +++ head/devel/gitlab-shell/distinfo Wed Oct 19 14:08:50 2016 (r424245) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468920011 -SHA256 (gitlab-shell-v3.0.0.tar.gz) = b57561ce84f108fd99aa7e152dc129ec9e0348063ce4fa7b796a2ebfcafdba75 -SIZE (gitlab-shell-v3.0.0.tar.gz) = 68128 +TIMESTAMP = 1470988234 +SHA256 (gitlab-shell-v3.2.1.tar.gz) = ad21f8676901b9d90a1c8016b5fe2ad73f9a7966ab378ce244b12fc0373e9f46 +SIZE (gitlab-shell-v3.2.1.tar.gz) = 68788 Modified: head/devel/gitlab-shell/files/patch-config.yml.example ============================================================================== --- head/devel/gitlab-shell/files/patch-config.yml.example Wed Oct 19 13:34:18 2016 (r424244) +++ head/devel/gitlab-shell/files/patch-config.yml.example Wed Oct 19 14:08:50 2016 (r424245) @@ -1,15 +1,6 @@ ---- config.yml.example.orig 2016-04-07 14:39:29 UTC +--- config.yml.example.orig 2016-07-26 21:04:16 UTC +++ config.yml.example -@@ -28,7 +28,7 @@ http_settings: - # Give the canonicalized absolute pathname, - # REPOS_PATH MUST NOT CONTAIN ANY SYMLINK!!! - # Check twice that none of the components is a symlink, including "/home". --repos_path: "/home/git/repositories" -+repos_path: "/usr/home/git/repositories" - - # File used as authorized_keys for gitlab user - auth_file: "/home/git/.ssh/authorized_keys" -@@ -49,7 +49,7 @@ redis: +@@ -43,7 +43,7 @@ redis: # Log file. # Default is gitlab-shell.log in the root directory. Modified: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Wed Oct 19 13:34:18 2016 (r424244) +++ head/devel/gitlab-shell/pkg-plist Wed Oct 19 14:08:50 2016 (r424245) @@ -1,6 +1,5 @@ %%DATADIR%%/.gitignore %%DATADIR%%/.gitlab-ci.yml -%%DATADIR%%/.hound.yml %%DATADIR%%/.rspec %%DATADIR%%/.rubocop.yml %%DATADIR%%/CHANGELOG @@ -33,6 +32,7 @@ %%DATADIR%%/lib/gitlab_net.rb %%DATADIR%%/lib/gitlab_post_receive.rb %%DATADIR%%/lib/gitlab_projects.rb +%%DATADIR%%/lib/gitlab_redis.rb %%DATADIR%%/lib/gitlab_shell.rb %%DATADIR%%/lib/httpunix.rb %%DATADIR%%/lib/names_helper.rb @@ -70,6 +70,8 @@ %%DATADIR%%/spec/vcr_cassettes/denied-push-with-user.yml %%DATADIR%%/spec/vcr_cassettes/denied-push.yml %%DATADIR%%/spec/vcr_cassettes/discover-ok.yml +%%DATADIR%%/spec/vcr_cassettes/http-access-disabled.yml +%%DATADIR%%/spec/vcr_cassettes/ssh-access-disabled.yml %%DATADIR%%/spec/vcr_cassettes/ssh-key-not-found.yml %%DATADIR%%/spec/vcr_cassettes/ssh-key-not-implemented.yml %%DATADIR%%/spec/vcr_cassettes/ssh-key-ok.yml From owner-svn-ports-all@freebsd.org Wed Oct 19 14:09:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46F47C18E5D; Wed, 19 Oct 2016 14:09:22 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18B2C1DB; Wed, 19 Oct 2016 14:09:22 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JE9Lp0071552; Wed, 19 Oct 2016 14:09:21 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JE9L7h071550; Wed, 19 Oct 2016 14:09:21 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191409.u9JE9L7h071550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:09:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424246 - head/www/gitlab-workhorse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:09:22 -0000 Author: tz Date: Wed Oct 19 14:09:20 2016 New Revision: 424246 URL: https://svnweb.freebsd.org/changeset/ports/424246 Log: www/gitlab-workhorse: Update from 0.7.5 to 0.7.8 v0.7.8 - Send artifact zip file entries via the 'senddata' mechanism. v0.7.7 - Add the protocol used (HTTP) to each gitCommand call in order to check for restricted protocol access on GitLab's side. v0.7.6 - Add the capability to inject `git format-patch` output. Approved by: swills (mentor) Modified: head/www/gitlab-workhorse/Makefile head/www/gitlab-workhorse/distinfo Modified: head/www/gitlab-workhorse/Makefile ============================================================================== --- head/www/gitlab-workhorse/Makefile Wed Oct 19 14:08:50 2016 (r424245) +++ head/www/gitlab-workhorse/Makefile Wed Oct 19 14:09:20 2016 (r424246) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.8 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/ Modified: head/www/gitlab-workhorse/distinfo ============================================================================== --- head/www/gitlab-workhorse/distinfo Wed Oct 19 14:08:50 2016 (r424245) +++ head/www/gitlab-workhorse/distinfo Wed Oct 19 14:09:20 2016 (r424246) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466755461 -SHA256 (gitlab-workhorse-v0.7.5.tar.gz) = cc36a5c80e069d60a41d45dfe07c656fa46098ce2fb9918dcbe676a7b3bea15b -SIZE (gitlab-workhorse-v0.7.5.tar.gz) = 32936 +TIMESTAMP = 1470988224 +SHA256 (gitlab-workhorse-v0.7.8.tar.gz) = 4540143e1086d5dd231b19c441d9316270d6497d510d117810426ecc1068a3b8 +SIZE (gitlab-workhorse-v0.7.8.tar.gz) = 33419 From owner-svn-ports-all@freebsd.org Wed Oct 19 14:10:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ED2EC18EC6; Wed, 19 Oct 2016 14:10:49 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B17E33E; Wed, 19 Oct 2016 14:10:49 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JEAmmD074423; Wed, 19 Oct 2016 14:10:48 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JEAm5w074421; Wed, 19 Oct 2016 14:10:48 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191410.u9JEAm5w074421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:10:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424247 - in head/net/rubygem-oauth2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:10:49 -0000 Author: tz Date: Wed Oct 19 14:10:47 2016 New Revision: 424247 URL: https://svnweb.freebsd.org/changeset/ports/424247 Log: net/rubygem-oauth2: Update from 1.1.0 to 1.2.0 The Changelog only states "No significant changes." Approved by: swills (mentor) Deleted: head/net/rubygem-oauth2/files/ Modified: head/net/rubygem-oauth2/Makefile head/net/rubygem-oauth2/distinfo Modified: head/net/rubygem-oauth2/Makefile ============================================================================== --- head/net/rubygem-oauth2/Makefile Wed Oct 19 14:09:20 2016 (r424246) +++ head/net/rubygem-oauth2/Makefile Wed Oct 19 14:10:47 2016 (r424247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oauth2 -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-oauth2/distinfo ============================================================================== --- head/net/rubygem-oauth2/distinfo Wed Oct 19 14:09:20 2016 (r424246) +++ head/net/rubygem-oauth2/distinfo Wed Oct 19 14:10:47 2016 (r424247) @@ -1,2 +1,3 @@ -SHA256 (rubygem/oauth2-1.1.0.gem) = 59a7224f0bc5fa7c8323bb46f021c0868942e0f7bf68a2fa8720054d71637726 -SIZE (rubygem/oauth2-1.1.0.gem) = 14848 +TIMESTAMP = 1471421475 +SHA256 (rubygem/oauth2-1.2.0.gem) = 23a959386dae98f64ccac7a68c517666c611ff782477b3e1ff8c0b1451d7457c +SIZE (rubygem/oauth2-1.2.0.gem) = 15360 From owner-svn-ports-all@freebsd.org Wed Oct 19 14:12:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ABC9C18026; Wed, 19 Oct 2016 14:12:22 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AF88891; Wed, 19 Oct 2016 14:12:22 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JECLLR075203; Wed, 19 Oct 2016 14:12:21 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JECLXD075201; Wed, 19 Oct 2016 14:12:21 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191412.u9JECLXD075201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424248 - head/devel/rubygem-health_check X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:12:22 -0000 Author: tz Date: Wed Oct 19 14:12:21 2016 New Revision: 424248 URL: https://svnweb.freebsd.org/changeset/ports/424248 Log: devel/devel/rubygem-health_check: Update from 1.5.1 to 2.1.0 Changes: https://github.com/ianheggie/health_check/blob/v2.1.0/CHANGELOG Approved by: swills (mentor) Modified: head/devel/rubygem-health_check/Makefile head/devel/rubygem-health_check/distinfo Modified: head/devel/rubygem-health_check/Makefile ============================================================================== --- head/devel/rubygem-health_check/Makefile Wed Oct 19 14:10:47 2016 (r424247) +++ head/devel/rubygem-health_check/Makefile Wed Oct 19 14:12:21 2016 (r424248) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= health_check -PORTVERSION= 1.5.1 +PORTVERSION= 2.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-health_check/distinfo ============================================================================== --- head/devel/rubygem-health_check/distinfo Wed Oct 19 14:10:47 2016 (r424247) +++ head/devel/rubygem-health_check/distinfo Wed Oct 19 14:12:21 2016 (r424248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464599142 -SHA256 (rubygem/health_check-1.5.1.gem) = c4f585e727518bb9529393cc2ca7bc9f9dc32942a786278070dc2d162bf5d9e4 -SIZE (rubygem/health_check-1.5.1.gem) = 25600 +TIMESTAMP = 1471421474 +SHA256 (rubygem/health_check-2.1.0.gem) = e624f918d9e2413edb51edf52913046b7f9d1398e0191d94c3a23e2bc82815ca +SIZE (rubygem/health_check-2.1.0.gem) = 24576 From owner-svn-ports-all@freebsd.org Wed Oct 19 14:13:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CCB1C1811D; Wed, 19 Oct 2016 14:13:58 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 598CAA9A; Wed, 19 Oct 2016 14:13:58 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JEDvX7075366; Wed, 19 Oct 2016 14:13:57 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JEDvWL075364; Wed, 19 Oct 2016 14:13:57 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191413.u9JEDvWL075364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:13:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424249 - head/devel/rubygem-sentry-raven X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:13:58 -0000 Author: tz Date: Wed Oct 19 14:13:57 2016 New Revision: 424249 URL: https://svnweb.freebsd.org/changeset/ports/424249 Log: devel/rubygem-sentry-raven: Update from 0.15.6 to 2.0.0 Changes: https://github.com/getsentry/raven-ruby/blob/v2.0.0/changelog.md Approved by: swills (mentor) Modified: head/devel/rubygem-sentry-raven/Makefile head/devel/rubygem-sentry-raven/distinfo Modified: head/devel/rubygem-sentry-raven/Makefile ============================================================================== --- head/devel/rubygem-sentry-raven/Makefile Wed Oct 19 14:12:21 2016 (r424248) +++ head/devel/rubygem-sentry-raven/Makefile Wed Oct 19 14:13:57 2016 (r424249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sentry-raven -PORTVERSION= 0.15.6 +PORTVERSION= 2.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sentry-raven/distinfo ============================================================================== --- head/devel/rubygem-sentry-raven/distinfo Wed Oct 19 14:12:21 2016 (r424248) +++ head/devel/rubygem-sentry-raven/distinfo Wed Oct 19 14:13:57 2016 (r424249) @@ -1,2 +1,3 @@ -SHA256 (rubygem/sentry-raven-0.15.6.gem) = c84fc06616b19297d070b8c8202ab421f5389f800fb141777ed766e3aae31647 -SIZE (rubygem/sentry-raven-0.15.6.gem) = 31744 +TIMESTAMP = 1476364402 +SHA256 (rubygem/sentry-raven-2.0.0.gem) = 5ab7d028268895e420570f06a3111a7871756a46599764b3e06ac763e16a7536 +SIZE (rubygem/sentry-raven-2.0.0.gem) = 31744 From owner-svn-ports-all@freebsd.org Wed Oct 19 14:14:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DE3CC18178; Wed, 19 Oct 2016 14:14:35 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E338BAB; Wed, 19 Oct 2016 14:14:35 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JEEY4e075503; Wed, 19 Oct 2016 14:14:34 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JEEYtQ075501; Wed, 19 Oct 2016 14:14:34 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191414.u9JEEYtQ075501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:14:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424250 - head/graphics/rubygem-gemojione X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:14:35 -0000 Author: tz Date: Wed Oct 19 14:14:33 2016 New Revision: 424250 URL: https://svnweb.freebsd.org/changeset/ports/424250 Log: graphics/rubygem-gemojione: Update from 2.2.1 to 3.1.0 Changes: https://github.com/jonathanwiesel/gemojione/blob/v3.1.0/CHANGELOG.md Approved by: swills (mentor) Modified: head/graphics/rubygem-gemojione/Makefile head/graphics/rubygem-gemojione/distinfo Modified: head/graphics/rubygem-gemojione/Makefile ============================================================================== --- head/graphics/rubygem-gemojione/Makefile Wed Oct 19 14:13:57 2016 (r424249) +++ head/graphics/rubygem-gemojione/Makefile Wed Oct 19 14:14:33 2016 (r424250) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gemojione -PORTVERSION= 2.2.1 +PORTVERSION= 3.1.0 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-gemojione/distinfo ============================================================================== --- head/graphics/rubygem-gemojione/distinfo Wed Oct 19 14:13:57 2016 (r424249) +++ head/graphics/rubygem-gemojione/distinfo Wed Oct 19 14:14:33 2016 (r424250) @@ -1,2 +1,3 @@ -SHA256 (rubygem/gemojione-2.2.1.gem) = 70f0f3f4e81f5494f1b43342cd28227db4bb7971cafd59350b9f182b1505662b -SIZE (rubygem/gemojione-2.2.1.gem) = 1764352 +TIMESTAMP = 1471445543 +SHA256 (rubygem/gemojione-3.1.0.gem) = c1c4f6281b68e5e51b77a812f376364aca6d786ab69c755e64662cf75991624f +SIZE (rubygem/gemojione-3.1.0.gem) = 2439680 From owner-svn-ports-all@freebsd.org Wed Oct 19 14:15:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DBBCC181C5; Wed, 19 Oct 2016 14:15:46 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E26F6CCA; Wed, 19 Oct 2016 14:15:45 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JEFjpw075662; Wed, 19 Oct 2016 14:15:45 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JEFiTX075660; Wed, 19 Oct 2016 14:15:44 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191415.u9JEFiTX075660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424251 - head/security/rubygem-doorkeeper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:15:46 -0000 Author: tz Date: Wed Oct 19 14:15:44 2016 New Revision: 424251 URL: https://svnweb.freebsd.org/changeset/ports/424251 Log: security/rubygem-doorkeeper: Update from 3.1.0 to 4.2.0 v4.1.0 - Allow customising the Doorkeeper::ApplicationController base controller v4.0.0 - Fix AssetNotPrecompiled error with Sprockets 4 - Revert "Fix validation error messages" - Specify Null option to timestamps - Add support for public client in password grant flow - Make configuration and specs ORM independent - Add created_at timestamp to token generation options - Drop Application#scopes generator and warning, introduced for upgrading doorkeeper from v2 to v3. - Fix Rails 5 warning messages - Test against Rails 5 RC1 - Revoke refresh token on access token use. To make use of the new config - add previous_refresh_token column to oauth_access_tokens: - rails generate doorkeeper:previous_refresh_token - Toughen parameters filter with exact match - Applications admin bugfix - Fix Ruby Warnings - Drop attr_accessible from models - Force all timezones to use UTC to prevent comparison issues. - Remove config.i18n.fallbacks from engine - Fix optional belongs_to for Rails 5 - Drops support for Rails 4.1 and earlier - Drops support for Ruby 2.0 - Bug fix: use the remaining time that a token is still valid when building the redirect URI for the implicit grant flow - Validation error messages fixes - Adds foreign key constraints in generated migrations between tokens and grants, and applications - Support Rails 5 Approved by: swills (mentor) Modified: head/security/rubygem-doorkeeper/Makefile head/security/rubygem-doorkeeper/distinfo Modified: head/security/rubygem-doorkeeper/Makefile ============================================================================== --- head/security/rubygem-doorkeeper/Makefile Wed Oct 19 14:14:33 2016 (r424250) +++ head/security/rubygem-doorkeeper/Makefile Wed Oct 19 14:15:44 2016 (r424251) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= doorkeeper -PORTVERSION= 3.1.0 +PORTVERSION= 4.2.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Doorkeeper is an OAuth 2 provid LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-railties4>=4.0:www/rubygem-railties4 +RUN_DEPENDS= rubygem-railties4>=4.2:www/rubygem-railties4 NO_ARCH= yes USE_RUBY= yes Modified: head/security/rubygem-doorkeeper/distinfo ============================================================================== --- head/security/rubygem-doorkeeper/distinfo Wed Oct 19 14:14:33 2016 (r424250) +++ head/security/rubygem-doorkeeper/distinfo Wed Oct 19 14:15:44 2016 (r424251) @@ -1,2 +1,3 @@ -SHA256 (rubygem/doorkeeper-3.1.0.gem) = 6f464bbced0d9946bd3569f9fac3d73ed94f4151fd38e52eeef08244f0ada8ec -SIZE (rubygem/doorkeeper-3.1.0.gem) = 98304 +TIMESTAMP = 1476095736 +SHA256 (rubygem/doorkeeper-4.2.0.gem) = 7b4c9e6532863b7771256ef9ece4201620a4af7411e6fe579c419d0990c84843 +SIZE (rubygem/doorkeeper-4.2.0.gem) = 101376 From owner-svn-ports-all@freebsd.org Wed Oct 19 14:16:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34AE1C18224; Wed, 19 Oct 2016 14:16:26 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 069B5DCD; Wed, 19 Oct 2016 14:16:25 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JEGPBI075801; Wed, 19 Oct 2016 14:16:25 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JEGPol075799; Wed, 19 Oct 2016 14:16:25 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191416.u9JEGPol075799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:16:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424252 - head/sysutils/rubygem-sys-filesystem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:16:26 -0000 Author: tz Date: Wed Oct 19 14:16:24 2016 New Revision: 424252 URL: https://svnweb.freebsd.org/changeset/ports/424252 Log: sysutils/rubygem-sys-filesystem: Update from 1.1.5 to 1.1.6 Changes: On versions that use setmntent or fopen, explicitly raise an error if either of those calls return a null value. Approved by: swills (mentor) Modified: head/sysutils/rubygem-sys-filesystem/Makefile head/sysutils/rubygem-sys-filesystem/distinfo Modified: head/sysutils/rubygem-sys-filesystem/Makefile ============================================================================== --- head/sysutils/rubygem-sys-filesystem/Makefile Wed Oct 19 14:15:44 2016 (r424251) +++ head/sysutils/rubygem-sys-filesystem/Makefile Wed Oct 19 14:16:24 2016 (r424252) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sys-filesystem -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-sys-filesystem/distinfo ============================================================================== --- head/sysutils/rubygem-sys-filesystem/distinfo Wed Oct 19 14:15:44 2016 (r424251) +++ head/sysutils/rubygem-sys-filesystem/distinfo Wed Oct 19 14:16:24 2016 (r424252) @@ -1,2 +1,3 @@ -SHA256 (rubygem/sys-filesystem-1.1.5.gem) = 456477dc96b92ba47e666152cb6cdc1e0c78517022aa5af9a88f1dac0438f123 -SIZE (rubygem/sys-filesystem-1.1.5.gem) = 24064 +TIMESTAMP = 1471421477 +SHA256 (rubygem/sys-filesystem-1.1.6.gem) = f883107171b265dd443133088c50996a35c40ac43c81e8d4b7b14433d2915c24 +SIZE (rubygem/sys-filesystem-1.1.6.gem) = 24576 From owner-svn-ports-all@freebsd.org Wed Oct 19 14:16:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14AA4C18252; Wed, 19 Oct 2016 14:16:57 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8E21EB0; Wed, 19 Oct 2016 14:16:56 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JEGtPS075937; Wed, 19 Oct 2016 14:16:55 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JEGtfr075935; Wed, 19 Oct 2016 14:16:55 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191416.u9JEGtfr075935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:16:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424253 - head/www/rubygem-hamlit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:16:57 -0000 Author: tz Date: Wed Oct 19 14:16:55 2016 New Revision: 424253 URL: https://svnweb.freebsd.org/changeset/ports/424253 Log: www/rubygem-hamlit: Update from 2.6.0 to 2.6.1 Changes: For Rails, escape attributes even if it's html_safe (This is the same fix as Rails for CVE-2016-6316) Approved by: swills (mentor) Modified: head/www/rubygem-hamlit/Makefile head/www/rubygem-hamlit/distinfo Modified: head/www/rubygem-hamlit/Makefile ============================================================================== --- head/www/rubygem-hamlit/Makefile Wed Oct 19 14:16:24 2016 (r424252) +++ head/www/rubygem-hamlit/Makefile Wed Oct 19 14:16:55 2016 (r424253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hamlit -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-hamlit/distinfo ============================================================================== --- head/www/rubygem-hamlit/distinfo Wed Oct 19 14:16:24 2016 (r424252) +++ head/www/rubygem-hamlit/distinfo Wed Oct 19 14:16:55 2016 (r424253) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471442923 -SHA256 (rubygem/hamlit-2.6.0.gem) = 130dd9ad2b95d6937d6534ef6ebca5f35b71c03e70a7d4756aff5c3cfaa538ce -SIZE (rubygem/hamlit-2.6.0.gem) = 69632 +TIMESTAMP = 1476095773 +SHA256 (rubygem/hamlit-2.6.1.gem) = 495569ac28af2962bca923275155d9b2a181d599d589689343a3e4d6c49e045e +SIZE (rubygem/hamlit-2.6.1.gem) = 70144 From owner-svn-ports-all@freebsd.org Wed Oct 19 14:22:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FE17C18503; Wed, 19 Oct 2016 14:22:33 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 221656B9; Wed, 19 Oct 2016 14:22:33 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JEMWcC079887; Wed, 19 Oct 2016 14:22:32 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JEMVST079876; Wed, 19 Oct 2016 14:22:31 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191422.u9JEMVST079876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:22:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424254 - in head/www/gitlab: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:22:33 -0000 Author: tz Date: Wed Oct 19 14:22:31 2016 New Revision: 424254 URL: https://svnweb.freebsd.org/changeset/ports/424254 Log: www/gitlab: Update from 8.9.6 to 8.10.12 Changes: https://github.com/gitlabhq/gitlabhq/blob/v8.10.12/CHANGELOG Approved by: junovitch (mentor, implicit) Modified: head/www/gitlab/Makefile head/www/gitlab/distinfo head/www/gitlab/files/patch-Gemfile head/www/gitlab/files/patch-config_database.yml.postgresql head/www/gitlab/files/patch-config_gitlab.yml.example head/www/gitlab/files/patch-config_initializers_1__settings.rb head/www/gitlab/files/patch-config_unicorn.rb.example head/www/gitlab/files/patch-lib_support_nginx_gitlab head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl head/www/gitlab/pkg-message head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Wed Oct 19 14:16:55 2016 (r424253) +++ head/www/gitlab/Makefile Wed Oct 19 14:22:31 2016 (r424254) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 8.9.6 -PORTREVISION= 4 +PORTVERSION= 8.10.12 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -17,17 +16,17 @@ BUILD_DEPENDS= gem:devel/ruby-gems # the rubygems of RUN_DEPENDS matches the order of the Gemfile # which makes maintaining this long list much easier! RUN_DEPENDS= git>=2.7.4:devel/git \ - gitlab-shell>=3.0.0:devel/gitlab-shell\ - gitlab-workhorse>=0.7.5:www/gitlab-workhorse \ + gitlab-shell>=3.2.1:devel/gitlab-shell\ + gitlab-workhorse>=0.7.8:www/gitlab-workhorse \ redis>=2.8.23:databases/redis \ - rubygem-rails4>=4.2.6:www/rubygem-rails4 \ + rubygem-rails4>=4.2.7.1:www/rubygem-rails4 \ rubygem-rails-deprecated_sanitizer>=1.0.3:devel/rubygem-rails-deprecated_sanitizer \ rubygem-responders>=2.0:www/rubygem-responders \ rubygem-sprockets3>=3.6:devel/rubygem-sprockets3 \ rubygem-default_value_for>=3.0.1:devel/rubygem-default_value_for \ rubygem-pg>=0.18.2:databases/rubygem-pg \ rubygem-devise>=4.0:devel/rubygem-devise \ - rubygem-doorkeeper>=3.1:security/rubygem-doorkeeper \ + rubygem-doorkeeper>=4.2:security/rubygem-doorkeeper \ rubygem-omniauth>=1.3.1:security/rubygem-omniauth \ rubygem-omniauth-auth0>=1.4.1:net/rubygem-omniauth-auth0 \ rubygem-omniauth-azure-oauth2>=0.0.6:net/rubygem-omniauth-azure-oauth2 \ @@ -36,7 +35,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-omniauth-facebook>=3.0.0:net/rubygem-omniauth-facebook \ rubygem-omniauth-github>=1.1.1:net/rubygem-omniauth-github \ rubygem-omniauth-gitlab>=1.0.0:security/rubygem-omniauth-gitlab \ - rubygem-omniauth-google-oauth2>=0.2.0:net/rubygem-omniauth-google-oauth2 \ + rubygem-omniauth-google-oauth2>=0.4.1:net/rubygem-omniauth-google-oauth2 \ rubygem-omniauth-saml>=1.6.0:security/rubygem-omniauth-saml \ rubygem-omniauth-shibboleth>=1.2.0:security/rubygem-omniauth-shibboleth \ rubygem-omniauth-twitter>=1.2.0:net/rubygem-omniauth-twitter \ @@ -50,16 +49,16 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-attr_encrypted>=3.0.0:security/rubygem-attr_encrypted \ rubygem-u2f>=0.2.1:net/rubygem-u2f \ rubygem-browser>=2.2:www/rubygem-browser \ - rubygem-gitlab_git>=10.2:devel/rubygem-gitlab_git \ + rubygem-gitlab_git>=10.3.2:devel/rubygem-gitlab_git \ rubygem-gitlab_omniauth-ldap>=1.2.1:net/rubygem-gitlab_omniauth-ldap \ - rubygem-gollum-lib>=4.1.0:www/rubygem-gollum-lib \ + rubygem-gollum-lib>=4.2.0:www/rubygem-gollum-lib \ rubygem-gollum-rugged_adapter>=0.4.2:www/rubygem-gollum-rugged_adapter \ rubygem-github-linguist>=4.7.0:textproc/rubygem-github-linguist \ rubygem-grape>=0.13.0:devel/rubygem-grape \ rubygem-grape-entity>=0.4.2:devel/rubygem-grape-entity \ rubygem-rack-cors>=0.4.0:www/rubygem-rack-cors \ rubygem-kaminari-rails4>=0.17.0:www/rubygem-kaminari-rails4 \ - rubygem-haml-rails-rails4>=0.9.0:www/rubygem-haml-rails-rails4 \ + rubygem-hamlit>=2.6.1:www/rubygem-hamlit \ rubygem-carrierwave>=0.10.0:www/rubygem-carrierwave \ rubygem-dropzonejs-rails>=0.7.1:www/rubygem-dropzonejs-rails \ rubygem-fog-aws>=0.9:net/rubygem-fog-aws \ @@ -68,12 +67,13 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-fog-local>=0.3:net/rubygem-fog-local \ rubygem-fog-google>=0.3:net/rubygem-fog-google \ rubygem-fog-openstack>=0.1:net/rubygem-fog-openstack \ + rubygem-fog-rackspace>=0.1.1:net/rubygem-fog-rackspace \ rubygem-unf>=0.1.4:textproc/rubygem-unf \ rubygem-six>=0.2.0:security/rubygem-six \ rubygem-seed-fu>=2.3.5:databases/rubygem-seed-fu \ rubygem-html-pipeline1>=1.11.0:textproc/rubygem-html-pipeline1 \ rubygem-task_list>=1.0.2:www/rubygem-task_list \ - rubygem-github-markup>=1.3.1:textproc/rubygem-github-markup \ + rubygem-github-markup>=1.4:textproc/rubygem-github-markup \ rubygem-redcarpet>=3.3.3:textproc/rubygem-redcarpet \ rubygem-redcloth>=4.3.2:www/rubygem-redcloth \ rubygem-rdoc>=3.6:devel/rubygem-rdoc \ @@ -81,18 +81,18 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-creole>=0.5.0:textproc/rubygem-creole \ rubygem-wikicloth>=0.8.1:textproc/rubygem-wikicloth \ rubygem-asciidoctor>=1.5.2:textproc/rubygem-asciidoctor \ - rubygem-rouge>=1.11:textproc/rubygem-rouge \ + rubygem-rouge>=2.0:textproc/rubygem-rouge \ rubygem-nokogiri>=1.6.7.2:textproc/rubygem-nokogiri \ rubygem-diffy>=3.0.3:textproc/rubygem-diffy \ rubygem-unicorn>=4.9.0:www/rubygem-unicorn \ rubygem-unicorn-worker-killer>=0.4.2:www/rubygem-unicorn-worker-killer \ rubygem-state_machines-activerecord>=0.4.0:databases/rubygem-state_machines-activerecord \ - rubygem-after_commit_queue>=0:databases/rubygem-after_commit_queue \ + rubygem-after_commit_queue>=1.3.0:databases/rubygem-after_commit_queue \ rubygem-acts-as-taggable-on3>=3.4.0:www/rubygem-acts-as-taggable-on3 \ rubygem-sinatra>=1.4.4:www/rubygem-sinatra \ rubygem-sidekiq>=4.0:devel/rubygem-sidekiq \ rubygem-sidekiq-cron>=0.4.0:devel/rubygem-sidekiq-cron \ - rubygem-redis-namespace>=0:databases/rubygem-redis-namespace \ + rubygem-redis-namespace>=1.5.2:databases/rubygem-redis-namespace \ rubygem-httparty>=0.13.3:www/rubygem-httparty \ rubygem-rainbow>=2.1.0:devel/rubygem-rainbow \ rubygem-settingslogic>=2.0.9:devel/rubygem-settingslogic \ @@ -126,7 +126,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-addressable>=2.3.8:www/rubygem-addressable \ rubygem-bootstrap-sass>=3.3.0:www/rubygem-bootstrap-sass \ rubygem-font-awesome-rails-rails4>=4.6.1:devel/rubygem-font-awesome-rails-rails4 \ - rubygem-gitlab_emoji>=0.3:graphics/rubygem-gitlab_emoji \ + rubygem-gemojione>=3:graphics/rubygem-gemojione \ rubygem-gon>=6.0.1:www/rubygem-gon \ rubygem-jquery-atwho-rails-rails4>=1.3.2:www/rubygem-jquery-atwho-rails-rails4 \ rubygem-jquery-rails4>=4.1.0:www/rubygem-jquery-rails4 \ @@ -136,7 +136,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-virtus>=1.0.1:devel/rubygem-virtus \ rubygem-net-ssh>=3.0.1:security/rubygem-net-ssh \ rubygem-base32>=0.3.2:converters/rubygem-base32 \ - rubygem-sentry-raven>=0.15.4:devel/rubygem-sentry-raven \ + rubygem-sentry-raven>=2.0.0:devel/rubygem-sentry-raven \ rubygem-premailer-rails>=1.9.0:mail/rubygem-premailer-rails \ rubygem-gitlab_meta>=7.0:devel/rubygem-gitlab_meta \ rubygem-newrelic_rpm>=3.9.4.245:devel/rubygem-newrelic_rpm \ @@ -148,9 +148,11 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-activerecord-deprecated_finders>=1.0.3:devel/rubygem-activerecord-deprecated_finders \ rubygem-activerecord-session_store>=1.0.0:databases/rubygem-activerecord-session_store \ rubygem-nested_form>=0.3.2:www/rubygem-nested_form \ - rubygem-oauth2>=1.0.0:net/rubygem-oauth2 \ + rubygem-oauth2>=1.2.0:net/rubygem-oauth2 \ rubygem-paranoia>=2.0:databases/rubygem-paranoia \ - rubygem-health_check>=1.5.1:devel/rubygem-health_check \ + rubygem-health_check>=2.1.0:devel/rubygem-health_check \ + rubygem-vmstat>=2.1.1:sysutils/rubygem-vmstat \ + rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \ rubygem-rinku>=1.7.3:www/rubygem-rinku USE= pgsql=yes @@ -183,7 +185,6 @@ do-install: ${MV} ${WRKSRC}/config/secrets.yml.example ${WRKSRC}/config/secrets.yml.sample ${MV} ${WRKSRC}/config/initializers/rack_attack.rb.example ${WRKSRC}/config/initializers/rack_attack.rb.sample ${CP} ${WRKSRC}/config/database.yml.postgresql ${WRKSRC}/config/database.yml.sample - ${MKDIR} ${STAGEDIR}/home/git/repositories ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/assets ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/cache Modified: head/www/gitlab/distinfo ============================================================================== --- head/www/gitlab/distinfo Wed Oct 19 14:16:55 2016 (r424253) +++ head/www/gitlab/distinfo Wed Oct 19 14:22:31 2016 (r424254) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468919497 -SHA256 (gitlabhq-gitlabhq-v8.9.6_GH0.tar.gz) = 1b357ed1157a2a20b647004f588b67d72416df805a385fa7b605905bafb26f55 -SIZE (gitlabhq-gitlabhq-v8.9.6_GH0.tar.gz) = 21555571 +TIMESTAMP = 1476364451 +SHA256 (gitlabhq-gitlabhq-v8.10.12_GH0.tar.gz) = a35a4a82b63cd75ad006f1296155850b1644a8a5093678d8112289b0b7c317f3 +SIZE (gitlabhq-gitlabhq-v8.10.12_GH0.tar.gz) = 21037327 Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Wed Oct 19 14:16:55 2016 (r424253) +++ head/www/gitlab/files/patch-Gemfile Wed Oct 19 14:22:31 2016 (r424254) @@ -1,10 +1,10 @@ ---- Gemfile.orig 2016-07-11 19:38:44 UTC +--- Gemfile.orig 2016-10-11 15:15:22 UTC +++ Gemfile @@ -1,6 +1,6 @@ - source "https://rubygems.org" + source 'https://rubygems.org' --gem 'rails', '4.2.6' -+gem 'rails', '>= 4.2.6' +-gem 'rails', '4.2.7.1' ++gem 'rails', '>= 4.2.7.1' gem 'rails-deprecated_sanitizer', '~> 1.0.3' # Responders respond_to and respond_with @@ -16,23 +16,21 @@ +gem 'sprockets', '>= 3.6.0' # Default values for AR models --gem "default_value_for", "~> 3.0.0" -+gem "default_value_for", ">= 3.0.0" +-gem 'default_value_for', '~> 3.0.0' ++gem 'default_value_for', '>= 3.0.0' # Supported DBs --gem "mysql2", '~> 0.3.16', group: :mysql --gem "pg", '~> 0.18.2', group: :postgres -+gem "pg", '>= 0.18.2', group: :postgres +-gem 'mysql2', '~> 0.3.16', group: :mysql +-gem 'pg', '~> 0.18.2', group: :postgres ++gem 'pg', '>= 0.18.2', group: :postgres # Authentication libraries gem 'devise', '~> 4.0' -@@ -28,13 +27,12 @@ gem 'omniauth-cas3', '~> 1.1.2' - gem 'omniauth-facebook', '~> 3.0.0' +@@ -29,12 +28,11 @@ gem 'omniauth-facebook', '~> 3.0.0' gem 'omniauth-github', '~> 1.1.1' gem 'omniauth-gitlab', '~> 1.0.0' --gem 'omniauth-google-oauth2', '~> 0.2.0' + gem 'omniauth-google-oauth2', '~> 0.4.1' -gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos -+gem 'omniauth-google-oauth2', '>= 0.2.0' gem 'omniauth-saml', '~> 1.6.0' gem 'omniauth-shibboleth', '~> 1.2.0' gem 'omniauth-twitter', '~> 1.2.0' @@ -42,17 +40,21 @@ gem 'jwt' # Spam and anti-bot protection -@@ -61,15 +59,15 @@ gem 'gitlab_omniauth-ldap', '~> 1.2.1', +@@ -52,7 +50,7 @@ gem 'browser', '~> 2.2' - # Git Wiki - # Required manually in config/initializers/gollum.rb to control load order --gem 'gollum-lib', '~> 4.1.0', require: false -+gem 'gollum-lib', '>= 4.1.0', require: false + # Extracting information from a git repository + # Provide access to Gitlab::Git library +-gem 'gitlab_git', '~> 10.3.2' ++gem 'gitlab_git', '>= 10.3.2' + + # LDAP Auth + # GitLab fork with several improvements to original library. For full list of changes +@@ -65,11 +63,11 @@ gem 'gollum-lib', '~> 4.2', require: fal gem 'gollum-rugged_adapter', '~> 0.4.2', require: false # Language detection --gem "github-linguist", "~> 4.7.0", require: "linguist" -+gem "github-linguist", ">= 4.7.0", require: "linguist" +-gem 'github-linguist', '~> 4.7.0', require: 'linguist' ++gem 'github-linguist', '>= 4.7.0', require: 'linguist' # API -gem 'grape', '~> 0.13.0' @@ -62,21 +64,17 @@ gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' # Pagination -@@ -79,7 +77,7 @@ gem "kaminari", "~> 0.17.0" - gem "haml-rails", '~> 0.9.0' +@@ -79,7 +77,7 @@ gem 'kaminari', '~> 0.17.0' + gem 'hamlit', '~> 2.6.1' # Files attachments --gem "carrierwave", '~> 0.10.0' -+gem "carrierwave", '>= 0.10.0' +-gem 'carrierwave', '~> 0.10.0' ++gem 'carrierwave', '>= 0.10.0' # Drag and Drop UI gem 'dropzonejs-rails', '~> 0.7.1' -@@ -104,26 +102,26 @@ gem "seed-fu", '~> 2.3.5' - # Markdown and HTML processing - gem 'html-pipeline', '~> 1.11.0' - gem 'task_list', '~> 1.0.2', require: 'task_list/railtie' --gem 'github-markup', '~> 1.3.1' -+gem 'github-markup', '>= 1.3.1' +@@ -108,10 +106,10 @@ gem 'task_list', '~> 1.0.2', require + gem 'github-markup', '~> 1.4' gem 'redcarpet', '~> 3.3.3' gem 'RedCloth', '~> 4.3.2' -gem 'rdoc', '~>3.6' @@ -86,11 +84,9 @@ -gem 'wikicloth', '0.8.1' +gem 'wikicloth', '>= 0.8.1' gem 'asciidoctor', '~> 1.5.2' --gem 'rouge', '~> 1.11' -+gem 'rouge', '>= 1.11' + gem 'rouge', '~> 2.0' - # See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s - # and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM +@@ -120,11 +118,11 @@ gem 'rouge', '~> 2.0' gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2' # Diffs @@ -99,17 +95,17 @@ # Application server group :unicorn do -- gem "unicorn", '~> 4.9.0' -+ gem "unicorn", '>= 4.9.0' +- gem 'unicorn', '~> 4.9.0' ++ gem 'unicorn', '>= 4.9.0' gem 'unicorn-worker-killer', '~> 0.4.2' end -@@ -174,10 +172,10 @@ gem "gitlab-flowdock-git-hook", "~> 1.0. - gem "gemnasium-gitlab-service", "~> 0.2" +@@ -175,10 +173,10 @@ gem 'gitlab-flowdock-git-hook', '~> 1.0. + gem 'gemnasium-gitlab-service', '~> 0.2' # Slack integration --gem "slack-notifier", "~> 1.2.0" -+gem "slack-notifier", ">= 1.2.0" +-gem 'slack-notifier', '~> 1.2.0' ++gem 'slack-notifier', '>= 1.2.0' # Asana integration -gem 'asana', '~> 0.4.0' @@ -117,33 +113,33 @@ # FogBugz integration gem 'ruby-fogbugz', '~> 0.2.1' -@@ -189,17 +187,17 @@ gem 'd3_rails', '~> 3.5.0' - gem "underscore-rails", "~> 1.8.0" +@@ -190,17 +188,17 @@ gem 'd3_rails', '~> 3.5.0' + gem 'underscore-rails', '~> 1.8.0' # Sanitize user input --gem "sanitize", '~> 2.0' -+gem "sanitize", '>= 2.0' +-gem 'sanitize', '~> 2.0' ++gem 'sanitize', '>= 2.0' gem 'babosa', '~> 1.0.2' # Sanitizes SVG input - gem "loofah", "~> 2.0.3" + gem 'loofah', '~> 2.0.3' # Working with license -gem 'licensee', '~> 8.0.0' +gem 'licensee', '>= 8.0.0' # Protect against bruteforcing --gem "rack-attack", '~> 4.3.1' -+gem "rack-attack", '>= 4.3.1' +-gem 'rack-attack', '~> 4.3.1' ++gem 'rack-attack', '>= 4.3.1' # Ace editor gem 'ace-rails-ap', '~> 4.0.2' -@@ -215,11 +213,11 @@ gem 'chronic_duration', '~> 0.10.6' +@@ -216,11 +214,11 @@ gem 'chronic_duration', '~> 0.10.6' - gem "sass-rails", '~> 5.0.0' - gem "coffee-rails", '~> 4.1.0' --gem "uglifier", '~> 2.7.2' -+gem "uglifier", '>= 2.7.2' + gem 'sass-rails', '~> 5.0.0' + gem 'coffee-rails', '~> 4.1.0' +-gem 'uglifier', '~> 2.7.2' ++gem 'uglifier', '>= 2.7.2' gem 'turbolinks', '~> 2.5.0' gem 'jquery-turbolinks', '~> 2.1.0' @@ -151,8 +147,8 @@ +gem 'addressable', '>= 2.3.8' gem 'bootstrap-sass', '~> 3.3.0' gem 'font-awesome-rails', '~> 4.6.1' - gem 'gitlab_emoji', '~> 0.3.0' -@@ -227,10 +225,10 @@ gem 'gon', '~> 6.0.1' + gem 'gemojione', '~> 3.0' +@@ -228,10 +226,10 @@ gem 'gon', '~> 6.0.1' gem 'jquery-atwho-rails', '~> 1.3.2' gem 'jquery-rails', '~> 4.1.0' gem 'jquery-ui-rails', '~> 5.0.0' @@ -165,7 +161,7 @@ gem 'base32', '~> 0.3.0' # Sentry integration -@@ -238,90 +236,6 @@ gem 'sentry-raven', '~> 0.15' +@@ -239,88 +237,6 @@ gem 'sentry-raven', '~> 2.0.0' gem 'premailer-rails', '~> 1.9.0' @@ -177,14 +173,13 @@ -end - -group :development do -- gem "foreman" +- gem 'foreman', '~> 0.78.0' - gem 'brakeman', '~> 3.3.0', require: false - - gem 'letter_opener_web', '~> 1.3.0' -- gem 'quiet_assets', '~> 1.0.2' - gem 'rerun', '~> 0.11.0' -- gem 'bullet', require: false -- gem 'rblineprof', platform: :mri, require: false +- gem 'bullet', '~> 5.0.0', require: false +- gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false - gem 'web-console', '~> 2.0' - - # Better errors handler @@ -192,23 +187,23 @@ - gem 'binding_of_caller', '~> 0.7.2' - - # Docs generator -- gem "sdoc", '~> 0.3.20' +- gem 'sdoc', '~> 0.3.20' - - # thin instead webrick -- gem 'thin', '~> 1.6.1' +- gem 'thin', '~> 1.7.0' -end - -group :development, :test do -- gem 'byebug', platform: :mri -- gem 'pry-rails' +- gem 'byebug', '~> 8.2.1', platform: :mri +- gem 'pry-rails', '~> 0.3.4' - - gem 'awesome_print', '~> 1.2.0', require: false - gem 'fuubar', '~> 2.0.0' - - gem 'database_cleaner', '~> 1.4.0' - gem 'factory_girl_rails', '~> 4.6.0' -- gem 'rspec-rails', '~> 3.4.0' -- gem 'rspec-retry' +- gem 'rspec-rails', '~> 3.5.0' +- gem 'rspec-retry', '~> 0.4.5' - gem 'spinach-rails', '~> 0.2.1' - gem 'spinach-rerun-reporter', '~> 0.0.2' - @@ -230,19 +225,18 @@ - gem 'spring-commands-spinach', '~> 1.1.0' - gem 'spring-commands-teaspoon', '~> 0.0.2' - -- gem 'rubocop', '~> 0.40.0', require: false +- gem 'rubocop', '~> 0.41.2', require: false - gem 'rubocop-rspec', '~> 1.5.0', require: false - gem 'scss_lint', '~> 0.47.0', require: false -- gem 'coveralls', '~> 0.8.2', require: false - gem 'simplecov', '~> 0.11.0', require: false -- gem 'flog', require: false -- gem 'flay', require: false -- gem 'bundler-audit', require: false +- gem 'flog', '~> 4.3.2', require: false +- gem 'flay', '~> 2.6.1', require: false +- gem 'bundler-audit', '~> 0.5.0', require: false - -- gem 'benchmark-ips', require: false +- gem 'benchmark-ips', '~> 2.3.0', require: false - -- gem "license_finder", require: false -- gem 'knapsack' +- gem 'license_finder', '~> 2.1.0', require: false +- gem 'knapsack', '~> 1.11.0' -end - -group :test do @@ -250,23 +244,18 @@ - gem 'email_spec', '~> 1.6.0' - gem 'webmock', '~> 1.21.0' - gem 'test_after_commit', '~> 0.4.2' -- gem 'sham_rack' +- gem 'sham_rack', '~> 1.3.6' -end - group :production do - gem "gitlab_meta", '7.0' + gem 'gitlab_meta', '7.0' end -@@ -339,10 +253,12 @@ gem 'activerecord-session_store', '~> 1. - gem "nested_form", '~> 0.3.2' +@@ -347,5 +263,7 @@ gem 'paranoia', '~> 2.0' + gem 'health_check', '~> 2.1.0' - # OAuth --gem 'oauth2', '~> 1.0.0' -+gem 'oauth2', '>= 1.0.0' - - # Soft deletion - gem "paranoia", "~> 2.0" - -+gem "rinku" + # System information +-gem 'vmstat', '~> 2.1.1' ++gem 'vmstat', '>= 2.1.1' + gem 'sys-filesystem', '~> 1.1.6' + - # Health check - gem 'health_check', '~> 1.5.1' ++gem 'rinku' Modified: head/www/gitlab/files/patch-config_database.yml.postgresql ============================================================================== --- head/www/gitlab/files/patch-config_database.yml.postgresql Wed Oct 19 14:16:55 2016 (r424253) +++ head/www/gitlab/files/patch-config_database.yml.postgresql Wed Oct 19 14:22:31 2016 (r424254) @@ -1,4 +1,4 @@ ---- config/database.yml.postgresql.orig 2016-07-11 19:38:44 UTC +--- config/database.yml.postgresql.orig 2016-10-11 15:15:22 UTC +++ config/database.yml.postgresql @@ -6,7 +6,7 @@ production: encoding: unicode Modified: head/www/gitlab/files/patch-config_gitlab.yml.example ============================================================================== --- head/www/gitlab/files/patch-config_gitlab.yml.example Wed Oct 19 14:16:55 2016 (r424253) +++ head/www/gitlab/files/patch-config_gitlab.yml.example Wed Oct 19 14:22:31 2016 (r424254) @@ -1,21 +1,31 @@ ---- config/gitlab.yml.example.orig 2016-07-11 19:38:44 UTC +--- config/gitlab.yml.example.orig 2016-10-11 15:15:22 UTC +++ config/gitlab.yml.example -@@ -451,11 +451,11 @@ production: &base +@@ -433,7 +433,7 @@ production: &base + # Paths where repositories can be stored. Give the canonicalized absolute pathname. + # NOTE: REPOS PATHS MUST NOT CONTAIN ANY SYMLINK!!! + storages: # You must have at least a `default` storage path. +- default: /home/git/repositories/ ++ default: /usr/home/git/repositories/ + + ## Backup settings + backup: +@@ -458,12 +458,12 @@ production: &base ## GitLab Shell settings gitlab_shell: - path: /home/git/gitlab-shell/ -+ path: /usr/local/share/gitlab-shell/ - - # REPOS_PATH MUST NOT BE A SYMLINK!!! -- repos_path: /home/git/repositories/ - hooks_path: /home/git/gitlab-shell/hooks/ -+ repos_path: /usr/home/git/repositories/ ++ path: /usr/local/share/gitlab-shell/ + hooks_path: /usr/local/share/gitlab-shell/hooks/ # File that contains the secret key for verifying access for gitlab-shell. # Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app). -@@ -472,7 +472,7 @@ production: &base +- # secret_file: /home/git/gitlab/.gitlab_shell_secret ++ # secret_file: /usr/home/git/gitlab/.gitlab_shell_secret + + # Git over HTTP + upload_pack: true +@@ -476,7 +476,7 @@ production: &base # CAUTION! # Use the default values unless you really know what you are doing git: Modified: head/www/gitlab/files/patch-config_initializers_1__settings.rb ============================================================================== --- head/www/gitlab/files/patch-config_initializers_1__settings.rb Wed Oct 19 14:16:55 2016 (r424253) +++ head/www/gitlab/files/patch-config_initializers_1__settings.rb Wed Oct 19 14:22:31 2016 (r424254) @@ -1,6 +1,6 @@ ---- config/initializers/1_settings.rb.orig 2016-07-11 19:38:44 UTC +--- config/initializers/1_settings.rb.orig 2016-10-11 15:15:22 UTC +++ config/initializers/1_settings.rb -@@ -191,12 +191,8 @@ Settings.gitlab['email_reply_to'] ||= EN +@@ -189,12 +189,8 @@ Settings.gitlab['email_reply_to'] ||= EN Settings.gitlab['base_url'] ||= Settings.send(:build_base_gitlab_url) Settings.gitlab['url'] ||= Settings.send(:build_gitlab_url) Settings.gitlab['user'] ||= 'git' Modified: head/www/gitlab/files/patch-config_unicorn.rb.example ============================================================================== --- head/www/gitlab/files/patch-config_unicorn.rb.example Wed Oct 19 14:16:55 2016 (r424253) +++ head/www/gitlab/files/patch-config_unicorn.rb.example Wed Oct 19 14:22:31 2016 (r424254) @@ -1,4 +1,4 @@ ---- config/unicorn.rb.example.orig 2016-07-11 19:38:44 UTC +--- config/unicorn.rb.example.orig 2016-10-11 15:15:22 UTC +++ config/unicorn.rb.example @@ -33,12 +33,12 @@ worker_processes 3 Modified: head/www/gitlab/files/patch-lib_support_nginx_gitlab ============================================================================== --- head/www/gitlab/files/patch-lib_support_nginx_gitlab Wed Oct 19 14:16:55 2016 (r424253) +++ head/www/gitlab/files/patch-lib_support_nginx_gitlab Wed Oct 19 14:22:31 2016 (r424254) @@ -1,4 +1,4 @@ ---- lib/support/nginx/gitlab.orig 2016-07-11 19:38:44 UTC +--- lib/support/nginx/gitlab.orig 2016-10-11 15:15:22 UTC +++ lib/support/nginx/gitlab @@ -17,7 +17,7 @@ ## See installation.md#using-https for additional HTTPS configuration details. Modified: head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl ============================================================================== --- head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl Wed Oct 19 14:16:55 2016 (r424253) +++ head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl Wed Oct 19 14:22:31 2016 (r424254) @@ -1,4 +1,4 @@ ---- lib/support/nginx/gitlab-ssl.orig 2016-07-11 19:38:44 UTC +--- lib/support/nginx/gitlab-ssl.orig 2016-10-11 15:15:22 UTC +++ lib/support/nginx/gitlab-ssl @@ -21,7 +21,7 @@ ## See installation.md#using-https for additional HTTPS configuration details. Modified: head/www/gitlab/pkg-message ============================================================================== --- head/www/gitlab/pkg-message Wed Oct 19 14:16:55 2016 (r424253) +++ head/www/gitlab/pkg-message Wed Oct 19 14:22:31 2016 (r424254) @@ -11,6 +11,6 @@ the instructions in the guide at: https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/freebsd_patch_versions.md If you just installed an major upgrade of GitLab, for example you -switched from 8.8.x to 8.9.x, please follow the instructions in the guide at: +switched from 8.9.x to 8.10.x, please follow the instructions in the guide at: -https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.8-to-8.9-freebsd.md +https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.9-to-8.10-freebsd.md Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Wed Oct 19 14:16:55 2016 (r424253) +++ head/www/gitlab/pkg-plist Wed Oct 19 14:22:31 2016 (r424254) @@ -5,14 +5,13 @@ %%WWWDIR%%/.github/ISSUE_TEMPLATE.md %%WWWDIR%%/.github/PULL_REQUEST_TEMPLATE.md %%WWWDIR%%/.gitlab-ci.yml -%%WWWDIR%%/.hound.yml %%WWWDIR%%/.pkgr.yml %%WWWDIR%%/.rspec %%WWWDIR%%/.rubocop.yml +%%WWWDIR%%/.rubocop_todo.yml %%WWWDIR%%/.ruby-version %%WWWDIR%%/.scss-lint.yml %%WWWDIR%%/.simplecov -%%WWWDIR%%/.teatro.yml %%WWWDIR%%/.vagrant_enabled %%WWWDIR%%/CHANGELOG %%WWWDIR%%/CONTRIBUTING.md @@ -118,15 +117,14 @@ %%WWWDIR%%/app/assets/javascripts/blob/template_selector.js.coffee %%WWWDIR%%/app/assets/javascripts/breakpoints.coffee %%WWWDIR%%/app/assets/javascripts/broadcast_message.js.coffee +%%WWWDIR%%/app/assets/javascripts/build.coffee %%WWWDIR%%/app/assets/javascripts/build_artifacts.js.coffee -%%WWWDIR%%/app/assets/javascripts/ci/application.js.coffee -%%WWWDIR%%/app/assets/javascripts/ci/build.coffee -%%WWWDIR%%/app/assets/javascripts/ci/projects.js.coffee %%WWWDIR%%/app/assets/javascripts/commit.js.coffee %%WWWDIR%%/app/assets/javascripts/commit/file.js.coffee %%WWWDIR%%/app/assets/javascripts/commit/image-file.js.coffee %%WWWDIR%%/app/assets/javascripts/commits.js.coffee %%WWWDIR%%/app/assets/javascripts/compare.js.coffee +%%WWWDIR%%/app/assets/javascripts/compare_autocomplete.js.coffee %%WWWDIR%%/app/assets/javascripts/confirm_danger_modal.js.coffee %%WWWDIR%%/app/assets/javascripts/copy_to_clipboard.js.coffee %%WWWDIR%%/app/assets/javascripts/diff.js.coffee @@ -135,12 +133,12 @@ %%WWWDIR%%/app/assets/javascripts/due_date_select.js.coffee %%WWWDIR%%/app/assets/javascripts/extensions/array.js %%WWWDIR%%/app/assets/javascripts/extensions/jquery.js.coffee +%%WWWDIR%%/app/assets/javascripts/files_comment_button.js.coffee %%WWWDIR%%/app/assets/javascripts/flash.js.coffee %%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js.coffee -%%WWWDIR%%/app/assets/javascripts/gl_crop.js.coffee %%WWWDIR%%/app/assets/javascripts/gl_dropdown.js.coffee %%WWWDIR%%/app/assets/javascripts/gl_form.js.coffee -%%WWWDIR%%/app/assets/javascripts/graphs/application.js.coffee +%%WWWDIR%%/app/assets/javascripts/graphs/graphs_bundle.js.coffee %%WWWDIR%%/app/assets/javascripts/graphs/stat_graph.js.coffee %%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors.js.coffee %%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_graph.js.coffee @@ -158,16 +156,21 @@ %%WWWDIR%%/app/assets/javascripts/labels.js.coffee %%WWWDIR%%/app/assets/javascripts/labels_select.js.coffee %%WWWDIR%%/app/assets/javascripts/layout_nav.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/animate.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/common_utils.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/datetime_utility.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/emoji_aliases.js.coffee.erb -%%WWWDIR%%/app/assets/javascripts/lib/jquery.timeago.js -%%WWWDIR%%/app/assets/javascripts/lib/md5.js -%%WWWDIR%%/app/assets/javascripts/lib/notify.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/type_utility.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/url_utility.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/utf8_encode.js +%%WWWDIR%%/app/assets/javascripts/lib/chart.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/cropper.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/d3.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/raphael.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/utils/animate.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/utils/emoji_aliases.js.coffee.erb +%%WWWDIR%%/app/assets/javascripts/lib/utils/jquery.timeago.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/md5.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/notify.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/utils/text_utility.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/utils/url_utility.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/utils/utf8_encode.js %%WWWDIR%%/app/assets/javascripts/line_highlighter.js.coffee %%WWWDIR%%/app/assets/javascripts/logo.js.coffee %%WWWDIR%%/app/assets/javascripts/markdown_preview.js.coffee @@ -178,16 +181,18 @@ %%WWWDIR%%/app/assets/javascripts/milestone.js.coffee %%WWWDIR%%/app/assets/javascripts/milestone_select.js.coffee %%WWWDIR%%/app/assets/javascripts/namespace_select.js.coffee -%%WWWDIR%%/app/assets/javascripts/network/application.js.coffee %%WWWDIR%%/app/assets/javascripts/network/branch-graph.js.coffee %%WWWDIR%%/app/assets/javascripts/network/network.js.coffee +%%WWWDIR%%/app/assets/javascripts/network/network_bundle.js.coffee %%WWWDIR%%/app/assets/javascripts/new_branch_form.js.coffee %%WWWDIR%%/app/assets/javascripts/new_commit_form.js.coffee %%WWWDIR%%/app/assets/javascripts/notes.js.coffee %%WWWDIR%%/app/assets/javascripts/notifications_dropdown.js.coffee %%WWWDIR%%/app/assets/javascripts/notifications_form.js.coffee %%WWWDIR%%/app/assets/javascripts/pager.js.coffee -%%WWWDIR%%/app/assets/javascripts/profile.js.coffee +%%WWWDIR%%/app/assets/javascripts/profile/gl_crop.js.coffee +%%WWWDIR%%/app/assets/javascripts/profile/profile.js.coffee +%%WWWDIR%%/app/assets/javascripts/profile/profile_bundle.js.coffee %%WWWDIR%%/app/assets/javascripts/project.js.coffee %%WWWDIR%%/app/assets/javascripts/project_avatar.js.coffee %%WWWDIR%%/app/assets/javascripts/project_find_file.js.coffee @@ -198,6 +203,7 @@ %%WWWDIR%%/app/assets/javascripts/project_select.js.coffee %%WWWDIR%%/app/assets/javascripts/project_show.js.coffee %%WWWDIR%%/app/assets/javascripts/projects_list.js.coffee +%%WWWDIR%%/app/assets/javascripts/protected_branch_select.js.coffee %%WWWDIR%%/app/assets/javascripts/protected_branches.js.coffee %%WWWDIR%%/app/assets/javascripts/right_sidebar.js.coffee %%WWWDIR%%/app/assets/javascripts/search.js.coffee @@ -210,19 +216,21 @@ %%WWWDIR%%/app/assets/javascripts/shortcuts_navigation.coffee %%WWWDIR%%/app/assets/javascripts/shortcuts_network.js.coffee %%WWWDIR%%/app/assets/javascripts/sidebar.js.coffee +%%WWWDIR%%/app/assets/javascripts/single_file_diff.js.coffee %%WWWDIR%%/app/assets/javascripts/star.js.coffee %%WWWDIR%%/app/assets/javascripts/subscription.js.coffee +%%WWWDIR%%/app/assets/javascripts/subscription_select.js.coffee %%WWWDIR%%/app/assets/javascripts/syntax_highlight.coffee %%WWWDIR%%/app/assets/javascripts/todos.js.coffee %%WWWDIR%%/app/assets/javascripts/tree.js.coffee %%WWWDIR%%/app/assets/javascripts/u2f/authenticate.js.coffee %%WWWDIR%%/app/assets/javascripts/u2f/error.js.coffee %%WWWDIR%%/app/assets/javascripts/u2f/register.js.coffee -%%WWWDIR%%/app/assets/javascripts/u2f/util.js.coffee.erb +%%WWWDIR%%/app/assets/javascripts/u2f/util.js.coffee %%WWWDIR%%/app/assets/javascripts/user.js.coffee %%WWWDIR%%/app/assets/javascripts/user_tabs.js.coffee -%%WWWDIR%%/app/assets/javascripts/users/application.js.coffee %%WWWDIR%%/app/assets/javascripts/users/calendar.js.coffee +%%WWWDIR%%/app/assets/javascripts/users/users_bundle.js.coffee %%WWWDIR%%/app/assets/javascripts/users_select.js.coffee %%WWWDIR%%/app/assets/javascripts/wikis.js.coffee %%WWWDIR%%/app/assets/javascripts/zen_mode.js.coffee @@ -318,6 +326,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/snippets.scss %%WWWDIR%%/app/assets/stylesheets/pages/stat_graph.scss %%WWWDIR%%/app/assets/stylesheets/pages/status.scss +%%WWWDIR%%/app/assets/stylesheets/pages/tags.scss %%WWWDIR%%/app/assets/stylesheets/pages/todos.scss %%WWWDIR%%/app/assets/stylesheets/pages/tree.scss %%WWWDIR%%/app/assets/stylesheets/pages/ui_dev_kit.scss @@ -349,6 +358,7 @@ %%WWWDIR%%/app/controllers/admin/runners_controller.rb %%WWWDIR%%/app/controllers/admin/services_controller.rb %%WWWDIR%%/app/controllers/admin/spam_logs_controller.rb +%%WWWDIR%%/app/controllers/admin/system_info_controller.rb %%WWWDIR%%/app/controllers/admin/users_controller.rb %%WWWDIR%%/app/controllers/application_controller.rb %%WWWDIR%%/app/controllers/autocomplete_controller.rb @@ -358,12 +368,14 @@ %%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor.rb %%WWWDIR%%/app/controllers/concerns/continue_params.rb %%WWWDIR%%/app/controllers/concerns/creates_commit.rb +%%WWWDIR%%/app/controllers/concerns/diff_for_path.rb %%WWWDIR%%/app/controllers/concerns/filter_projects.rb %%WWWDIR%%/app/controllers/concerns/global_milestones.rb %%WWWDIR%%/app/controllers/concerns/issuable_actions.rb %%WWWDIR%%/app/controllers/concerns/issues_action.rb %%WWWDIR%%/app/controllers/concerns/membership_actions.rb %%WWWDIR%%/app/controllers/concerns/merge_requests_action.rb +%%WWWDIR%%/app/controllers/concerns/service_params.rb %%WWWDIR%%/app/controllers/concerns/toggle_award_emoji.rb %%WWWDIR%%/app/controllers/concerns/toggle_subscription_action.rb %%WWWDIR%%/app/controllers/confirmations_controller.rb @@ -443,6 +455,7 @@ %%WWWDIR%%/app/controllers/projects/network_controller.rb %%WWWDIR%%/app/controllers/projects/notes_controller.rb %%WWWDIR%%/app/controllers/projects/pipelines_controller.rb +%%WWWDIR%%/app/controllers/projects/pipelines_settings_controller.rb %%WWWDIR%%/app/controllers/projects/project_members_controller.rb %%WWWDIR%%/app/controllers/projects/protected_branches_controller.rb %%WWWDIR%%/app/controllers/projects/raw_controller.rb @@ -474,6 +487,7 @@ %%WWWDIR%%/app/controllers/uploads_controller.rb %%WWWDIR%%/app/controllers/users_controller.rb %%WWWDIR%%/app/finders/README.md +%%WWWDIR%%/app/finders/branches_finder.rb %%WWWDIR%%/app/finders/contributed_projects_finder.rb %%WWWDIR%%/app/finders/group_projects_finder.rb %%WWWDIR%%/app/finders/groups_finder.rb @@ -494,6 +508,7 @@ %%WWWDIR%%/app/helpers/application_helper.rb %%WWWDIR%%/app/helpers/application_settings_helper.rb %%WWWDIR%%/app/helpers/auth_helper.rb +%%WWWDIR%%/app/helpers/avatars_helper.rb %%WWWDIR%%/app/helpers/blob_helper.rb %%WWWDIR%%/app/helpers/branches_helper.rb %%WWWDIR%%/app/helpers/broadcast_messages_helper.rb @@ -519,6 +534,7 @@ %%WWWDIR%%/app/helpers/issuables_helper.rb %%WWWDIR%%/app/helpers/issues_helper.rb %%WWWDIR%%/app/helpers/javascript_helper.rb +%%WWWDIR%%/app/helpers/kerberos_spnego_helper.rb %%WWWDIR%%/app/helpers/labels_helper.rb %%WWWDIR%%/app/helpers/members_helper.rb %%WWWDIR%%/app/helpers/merge_requests_helper.rb @@ -533,6 +549,7 @@ %%WWWDIR%%/app/helpers/runners_helper.rb %%WWWDIR%%/app/helpers/search_helper.rb %%WWWDIR%%/app/helpers/selects_helper.rb +%%WWWDIR%%/app/helpers/services_helper.rb %%WWWDIR%%/app/helpers/snippets_helper.rb %%WWWDIR%%/app/helpers/sorting_helper.rb %%WWWDIR%%/app/helpers/submodule_helper.rb @@ -542,6 +559,7 @@ %%WWWDIR%%/app/helpers/todos_helper.rb %%WWWDIR%%/app/helpers/tree_helper.rb %%WWWDIR%%/app/helpers/triggers_helper.rb +%%WWWDIR%%/app/helpers/u2f_helper.rb %%WWWDIR%%/app/helpers/version_check_helper.rb %%WWWDIR%%/app/helpers/visibility_level_helper.rb %%WWWDIR%%/app/helpers/workhorse_helper.rb @@ -584,6 +602,7 @@ %%WWWDIR%%/app/models/concerns/issuable.rb %%WWWDIR%%/app/models/concerns/mentionable.rb %%WWWDIR%%/app/models/concerns/milestoneish.rb +%%WWWDIR%%/app/models/concerns/note_on_diff.rb %%WWWDIR%%/app/models/concerns/participable.rb %%WWWDIR%%/app/models/concerns/referable.rb %%WWWDIR%%/app/models/concerns/sortable.rb @@ -595,6 +614,7 @@ %%WWWDIR%%/app/models/deploy_key.rb %%WWWDIR%%/app/models/deploy_keys_project.rb %%WWWDIR%%/app/models/deployment.rb +%%WWWDIR%%/app/models/diff_note.rb %%WWWDIR%%/app/models/email.rb %%WWWDIR%%/app/models/environment.rb %%WWWDIR%%/app/models/event.rb @@ -636,6 +656,7 @@ %%WWWDIR%%/app/models/project_services/asana_service.rb %%WWWDIR%%/app/models/project_services/assembla_service.rb %%WWWDIR%%/app/models/project_services/bamboo_service.rb +%%WWWDIR%%/app/models/project_services/bugzilla_service.rb %%WWWDIR%%/app/models/project_services/buildkite_service.rb %%WWWDIR%%/app/models/project_services/builds_email_service.rb %%WWWDIR%%/app/models/project_services/campfire_service.rb @@ -720,6 +741,7 @@ %%WWWDIR%%/app/services/groups/base_service.rb %%WWWDIR%%/app/services/groups/create_service.rb %%WWWDIR%%/app/services/groups/update_service.rb +%%WWWDIR%%/app/services/import_export_clean_up_service.rb %%WWWDIR%%/app/services/issuable_base_service.rb %%WWWDIR%%/app/services/issues/base_service.rb %%WWWDIR%%/app/services/issues/bulk_update_service.rb @@ -748,6 +770,7 @@ %%WWWDIR%%/app/services/milestones/update_service.rb %%WWWDIR%%/app/services/notes/create_service.rb %%WWWDIR%%/app/services/notes/delete_service.rb +%%WWWDIR%%/app/services/notes/diff_position_update_service.rb %%WWWDIR%%/app/services/notes/post_process_service.rb %%WWWDIR%%/app/services/notes/update_service.rb %%WWWDIR%%/app/services/notification_service.rb @@ -766,6 +789,7 @@ %%WWWDIR%%/app/services/projects/update_service.rb %%WWWDIR%%/app/services/projects/upload_service.rb %%WWWDIR%%/app/services/repair_ldap_blocked_user_service.rb +%%WWWDIR%%/app/services/repository_archive_clean_up_service.rb %%WWWDIR%%/app/services/search/global_service.rb %%WWWDIR%%/app/services/search/project_service.rb %%WWWDIR%%/app/services/search/snippet_service.rb @@ -784,6 +808,7 @@ %%WWWDIR%%/app/uploaders/file_uploader.rb %%WWWDIR%%/app/uploaders/lfs_object_uploader.rb %%WWWDIR%%/app/uploaders/uploader_helper.rb +%%WWWDIR%%/app/validators/addressable_url_validator.rb %%WWWDIR%%/app/validators/color_validator.rb %%WWWDIR%%/app/validators/email_validator.rb %%WWWDIR%%/app/validators/line_code_validator.rb @@ -850,10 +875,12 @@ %%WWWDIR%%/app/views/admin/services/index.html.haml %%WWWDIR%%/app/views/admin/spam_logs/_spam_log.html.haml %%WWWDIR%%/app/views/admin/spam_logs/index.html.haml +%%WWWDIR%%/app/views/admin/system_info/show.html.haml %%WWWDIR%%/app/views/admin/users/_form.html.haml %%WWWDIR%%/app/views/admin/users/_head.html.haml %%WWWDIR%%/app/views/admin/users/_profile.html.haml %%WWWDIR%%/app/views/admin/users/_projects.html.haml +%%WWWDIR%%/app/views/admin/users/_user.html.haml %%WWWDIR%%/app/views/admin/users/edit.html.haml %%WWWDIR%%/app/views/admin/users/groups.html.haml %%WWWDIR%%/app/views/admin/users/index.html.haml @@ -862,11 +889,8 @@ %%WWWDIR%%/app/views/admin/users/projects.html.haml %%WWWDIR%%/app/views/admin/users/show.html.haml %%WWWDIR%%/app/views/award_emoji/_awards_block.html.haml -%%WWWDIR%%/app/views/ci/errors/show.haml %%WWWDIR%%/app/views/ci/lints/_create.html.haml %%WWWDIR%%/app/views/ci/lints/show.html.haml -%%WWWDIR%%/app/views/ci/shared/_guide.html.haml -%%WWWDIR%%/app/views/ci/shared/_no_runners.html.haml %%WWWDIR%%/app/views/dashboard/_activities.html.haml %%WWWDIR%%/app/views/dashboard/_activity_head.html.haml %%WWWDIR%%/app/views/dashboard/_groups_head.html.haml @@ -941,6 +965,7 @@ %%WWWDIR%%/app/views/events/_event_merge_request.atom.haml %%WWWDIR%%/app/views/events/_event_note.atom.haml %%WWWDIR%%/app/views/events/_event_push.atom.haml +%%WWWDIR%%/app/views/events/_event_scope.html.haml %%WWWDIR%%/app/views/events/_events.html.haml %%WWWDIR%%/app/views/events/event/_common.html.haml %%WWWDIR%%/app/views/events/event/_created_project.html.haml @@ -985,6 +1010,7 @@ %%WWWDIR%%/app/views/import/fogbugz/new.html.haml %%WWWDIR%%/app/views/import/fogbugz/new_user_map.html.haml %%WWWDIR%%/app/views/import/fogbugz/status.html.haml +%%WWWDIR%%/app/views/import/github/new.html.haml %%WWWDIR%%/app/views/import/github/status.html.haml %%WWWDIR%%/app/views/import/gitlab/status.html.haml %%WWWDIR%%/app/views/import/gitlab_projects/new.html.haml @@ -1003,7 +1029,6 @@ %%WWWDIR%%/app/views/kaminari/gitlab/_prev_page.html.haml %%WWWDIR%%/app/views/layouts/_bootlint.haml %%WWWDIR%%/app/views/layouts/_broadcast.html.haml -%%WWWDIR%%/app/views/layouts/_collapse_button.html.haml %%WWWDIR%%/app/views/layouts/_flash.html.haml %%WWWDIR%%/app/views/layouts/_google_analytics.html.haml %%WWWDIR%%/app/views/layouts/_head.html.haml @@ -1015,9 +1040,6 @@ %%WWWDIR%%/app/views/layouts/_user_styles.html.haml %%WWWDIR%%/app/views/layouts/admin.html.haml %%WWWDIR%%/app/views/layouts/application.html.haml -%%WWWDIR%%/app/views/layouts/ci/_info.html.haml -%%WWWDIR%%/app/views/layouts/ci/_page.html.haml -%%WWWDIR%%/app/views/layouts/ci/notify.html.haml %%WWWDIR%%/app/views/layouts/dashboard.html.haml %%WWWDIR%%/app/views/layouts/devise.html.haml %%WWWDIR%%/app/views/layouts/devise_empty.html.haml @@ -1112,6 +1134,7 @@ %%WWWDIR%%/app/views/notify/repository_push_email.html.haml %%WWWDIR%%/app/views/notify/repository_push_email.text.haml %%WWWDIR%%/app/views/profiles/_event_table.html.haml +%%WWWDIR%%/app/views/profiles/_head.html.haml %%WWWDIR%%/app/views/profiles/accounts/show.html.haml %%WWWDIR%%/app/views/profiles/audit_log.html.haml %%WWWDIR%%/app/views/profiles/emails/index.html.haml @@ -1137,12 +1160,10 @@ %%WWWDIR%%/app/views/profiles/update_username.js.haml %%WWWDIR%%/app/views/projects/_activity.html.haml %%WWWDIR%%/app/views/projects/_bitbucket_import_modal.html.haml -%%WWWDIR%%/app/views/projects/_builds_settings.html.haml %%WWWDIR%%/app/views/projects/_commit_button.html.haml %%WWWDIR%%/app/views/projects/_errors.html.haml %%WWWDIR%%/app/views/projects/_files.html.haml %%WWWDIR%%/app/views/projects/_find_file_link.html.haml -%%WWWDIR%%/app/views/projects/_github_import_modal.html.haml %%WWWDIR%%/app/views/projects/_gitlab_import_modal.html.haml %%WWWDIR%%/app/views/projects/_home_panel.html.haml %%WWWDIR%%/app/views/projects/_last_commit.html.haml @@ -1155,7 +1176,6 @@ %%WWWDIR%%/app/views/projects/artifacts/_tree_directory.html.haml %%WWWDIR%%/app/views/projects/artifacts/_tree_file.html.haml %%WWWDIR%%/app/views/projects/artifacts/browse.html.haml -%%WWWDIR%%/app/views/projects/badges/index.html.haml %%WWWDIR%%/app/views/projects/blame/show.html.haml %%WWWDIR%%/app/views/projects/blob/_actions.html.haml %%WWWDIR%%/app/views/projects/blob/_blob.html.haml @@ -1204,6 +1224,7 @@ %%WWWDIR%%/app/views/projects/commits/show.atom.builder %%WWWDIR%%/app/views/projects/commits/show.html.haml %%WWWDIR%%/app/views/projects/compare/_form.html.haml +%%WWWDIR%%/app/views/projects/compare/_ref_dropdown.html.haml %%WWWDIR%%/app/views/projects/compare/index.html.haml %%WWWDIR%%/app/views/projects/compare/show.html.haml %%WWWDIR%%/app/views/projects/container_registry/_tag.html.haml @@ -1212,10 +1233,13 @@ %%WWWDIR%%/app/views/projects/deploy_keys/_form.html.haml %%WWWDIR%%/app/views/projects/deploy_keys/index.html.haml %%WWWDIR%%/app/views/projects/deploy_keys/new.html.haml +%%WWWDIR%%/app/views/projects/deployments/_actions.haml %%WWWDIR%%/app/views/projects/deployments/_commit.html.haml %%WWWDIR%%/app/views/projects/deployments/_deployment.html.haml +%%WWWDIR%%/app/views/projects/diffs/_content.html.haml %%WWWDIR%%/app/views/projects/diffs/_diffs.html.haml %%WWWDIR%%/app/views/projects/diffs/_file.html.haml +%%WWWDIR%%/app/views/projects/diffs/_file_header.html.haml %%WWWDIR%%/app/views/projects/diffs/_image.html.haml %%WWWDIR%%/app/views/projects/diffs/_line.html.haml %%WWWDIR%%/app/views/projects/diffs/_match_line.html.haml @@ -1345,6 +1369,7 @@ %%WWWDIR%%/app/views/projects/pipelines/index.html.haml %%WWWDIR%%/app/views/projects/pipelines/new.html.haml %%WWWDIR%%/app/views/projects/pipelines/show.html.haml +%%WWWDIR%%/app/views/projects/pipelines_settings/show.html.haml %%WWWDIR%%/app/views/projects/project_members/_group_members.html.haml %%WWWDIR%%/app/views/projects/project_members/_new_project_member.html.haml %%WWWDIR%%/app/views/projects/project_members/_shared_group_members.html.haml @@ -1353,7 +1378,11 @@ %%WWWDIR%%/app/views/projects/project_members/index.html.haml %%WWWDIR%%/app/views/projects/project_members/update.js.haml %%WWWDIR%%/app/views/projects/protected_branches/_branches_list.html.haml +%%WWWDIR%%/app/views/projects/protected_branches/_dropdown.html.haml +%%WWWDIR%%/app/views/projects/protected_branches/_matching_branch.html.haml +%%WWWDIR%%/app/views/projects/protected_branches/_protected_branch.html.haml %%WWWDIR%%/app/views/projects/protected_branches/index.html.haml +%%WWWDIR%%/app/views/projects/protected_branches/show.html.haml %%WWWDIR%%/app/views/projects/refs/logs_tree.js.haml %%WWWDIR%%/app/views/projects/releases/edit.html.haml %%WWWDIR%%/app/views/projects/remove_fork.js.haml @@ -1427,6 +1456,7 @@ %%WWWDIR%%/app/views/search/results/_snippet_title.html.haml %%WWWDIR%%/app/views/search/results/_wiki_blob.html.haml %%WWWDIR%%/app/views/search/show.html.haml +%%WWWDIR%%/app/views/shared/_allow_request_access.html.haml %%WWWDIR%%/app/views/shared/_choose_group_avatar_button.html.haml %%WWWDIR%%/app/views/shared/_clone_panel.html.haml %%WWWDIR%%/app/views/shared/_commit_message_container.html.haml @@ -1463,13 +1493,22 @@ %%WWWDIR%%/app/views/shared/icons/_commits.svg %%WWWDIR%%/app/views/shared/icons/_contributionanalytics.svg %%WWWDIR%%/app/views/shared/icons/_files.svg -%%WWWDIR%%/app/views/shared/icons/_group.svg -%%WWWDIR%%/app/views/shared/icons/_issues.svg +%%WWWDIR%%/app/views/shared/icons/_group.svg.erb +%%WWWDIR%%/app/views/shared/icons/_icon_commit.svg +%%WWWDIR%%/app/views/shared/icons/_icon_fork.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_cancel.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_failed.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_pending.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_running.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_success.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_warning.svg +%%WWWDIR%%/app/views/shared/icons/_icon_timer.svg +%%WWWDIR%%/app/views/shared/icons/_issues.svg.erb %%WWWDIR%%/app/views/shared/icons/_members.svg %%WWWDIR%%/app/views/shared/icons/_milestones.svg %%WWWDIR%%/app/views/shared/icons/_mr.svg %%WWWDIR%%/app/views/shared/icons/_pipelines.svg -%%WWWDIR%%/app/views/shared/icons/_project.svg +%%WWWDIR%%/app/views/shared/icons/_project.svg.erb %%WWWDIR%%/app/views/shared/icons/_wiki.svg %%WWWDIR%%/app/views/shared/issuable/_filter.html.haml %%WWWDIR%%/app/views/shared/issuable/_form.html.haml @@ -1533,9 +1572,9 @@ %%WWWDIR%%/app/workers/email_receiver_worker.rb %%WWWDIR%%/app/workers/emails_on_push_worker.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Oct 19 14:23:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BE75C185C7; Wed, 19 Oct 2016 14:23:51 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D006282F; Wed, 19 Oct 2016 14:23:50 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JENnig080023; Wed, 19 Oct 2016 14:23:49 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JENnGC080022; Wed, 19 Oct 2016 14:23:49 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610191423.u9JENnGC080022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 19 Oct 2016 14:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424255 - head/dns/bind9-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:23:51 -0000 Author: marino Date: Wed Oct 19 14:23:49 2016 New Revision: 424255 URL: https://svnweb.freebsd.org/changeset/ports/424255 Log: dns/bind9-devel: Set LDFLAGS for ports-based libedit/ncurses The latest version failed to configure using ports libedit+ncurses: configure: checking for readline with -ledit checking for readline... no configure: checking for readline with -ledit -lterminfo checking for readline... no configure: checking for readline with -ledit -ltermcap checking for readline... no configure: checking for readline with -ledit -lncurses checking for readline... no configure: checking for readline with -ledit -lcurses checking for readline... no configure: error: The readline library was not found. Setting LDFLAGS allows the build to complete as before. Approved by: just-fix-it/explicit LDFLAGS blanket Modified: head/dns/bind9-devel/Makefile Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Wed Oct 19 14:22:31 2016 (r424254) +++ head/dns/bind9-devel/Makefile Wed Oct 19 14:23:49 2016 (r424255) @@ -55,6 +55,7 @@ CONFIGURE_ARGS+= --localstatedir=/var -- CONFIGURE_ARGS+= --disable-shared .endif ETCDIR= ${PREFIX}/etc/namedb +LDFLAGS+= -L${LOCALBASE}/lib # for ports-based libedit CONFLICTS+= bind9*-9.[456789].* bind910-* bind911-* bind9*-sdb-9.[456789].* From owner-svn-ports-all@freebsd.org Wed Oct 19 14:37:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D6A5C188AC; Wed, 19 Oct 2016 14:37:22 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6716EDB; Wed, 19 Oct 2016 14:37:21 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JEbKxc084039; Wed, 19 Oct 2016 14:37:20 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JEbKFE084035; Wed, 19 Oct 2016 14:37:20 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191437.u9JEbKFE084035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424256 - in branches/2016Q4: devel/php70-intl graphics/php70-gd lang/php70 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:37:22 -0000 Author: tz Date: Wed Oct 19 14:37:20 2016 New Revision: 424256 URL: https://svnweb.freebsd.org/changeset/ports/424256 Log: MFH: r424244 Update PHP 7 from 7.0.11 to 7.0.12 Changes: http://www.php.net/ChangeLog-7.php#7.0.12 Approved by: pi (mentor) Approved by: ports-secteam (feld) Modified: branches/2016Q4/devel/php70-intl/Makefile branches/2016Q4/graphics/php70-gd/Makefile branches/2016Q4/lang/php70/Makefile branches/2016Q4/lang/php70/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/php70-intl/Makefile ============================================================================== --- branches/2016Q4/devel/php70-intl/Makefile Wed Oct 19 14:23:49 2016 (r424255) +++ branches/2016Q4/devel/php70-intl/Makefile Wed Oct 19 14:37:20 2016 (r424256) @@ -1,7 +1,6 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php70 Modified: branches/2016Q4/graphics/php70-gd/Makefile ============================================================================== --- branches/2016Q4/graphics/php70-gd/Makefile Wed Oct 19 14:23:49 2016 (r424255) +++ branches/2016Q4/graphics/php70-gd/Makefile Wed Oct 19 14:37:20 2016 (r424256) @@ -1,7 +1,6 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php70 Modified: branches/2016Q4/lang/php70/Makefile ============================================================================== --- branches/2016Q4/lang/php70/Makefile Wed Oct 19 14:23:49 2016 (r424255) +++ branches/2016Q4/lang/php70/Makefile Wed Oct 19 14:37:20 2016 (r424256) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.11 +PORTVERSION= 7.0.12 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2016Q4/lang/php70/distinfo ============================================================================== --- branches/2016Q4/lang/php70/distinfo Wed Oct 19 14:23:49 2016 (r424255) +++ branches/2016Q4/lang/php70/distinfo Wed Oct 19 14:37:20 2016 (r424256) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474368102 -SHA256 (php-7.0.11.tar.xz) = d4cccea8da1d27c11b89386f8b8e95692ad3356610d571253d00ca67d524c735 -SIZE (php-7.0.11.tar.xz) = 12258500 +TIMESTAMP = 1476438518 +SHA256 (php-7.0.12.tar.xz) = f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff +SIZE (php-7.0.12.tar.xz) = 12520004 From owner-svn-ports-all@freebsd.org Wed Oct 19 14:43:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2A3EC18B73; Wed, 19 Oct 2016 14:43:10 +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 650C06A6; Wed, 19 Oct 2016 14:43:10 +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 u9JEh9Du087667; Wed, 19 Oct 2016 14:43:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JEh938087663; Wed, 19 Oct 2016 14:43:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610191443.u9JEh938087663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 19 Oct 2016 14:43:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424257 - head/dns/c-ares X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:43:10 -0000 Author: pi Date: Wed Oct 19 14:43:09 2016 New Revision: 424257 URL: https://svnweb.freebsd.org/changeset/ports/424257 Log: dns/c-ares: update 1.11.0 -> 1.12.0 - see https://daniel.haxx.se/blog/2016/10/14/a-single-byte-write-opened-a-root-execution-exploit/ for a nice writeup of the CVE. PR: 213495 Changes: https://c-ares.haxx.se/changelog.html Security: CVE-2016-5180 Approved by: zi (maintainer) MFH: 2016Q4 Modified: head/dns/c-ares/Makefile head/dns/c-ares/distinfo head/dns/c-ares/pkg-plist Modified: head/dns/c-ares/Makefile ============================================================================== --- head/dns/c-ares/Makefile Wed Oct 19 14:37:20 2016 (r424256) +++ head/dns/c-ares/Makefile Wed Oct 19 14:43:09 2016 (r424257) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= c-ares -PORTVERSION= 1.11.0 +PORTVERSION= 1.12.0 CATEGORIES= dns MASTER_SITES= http://c-ares.haxx.se/download/ \ http://obsd.isc.org/pub/OpenBSD/distfiles/ \ Modified: head/dns/c-ares/distinfo ============================================================================== --- head/dns/c-ares/distinfo Wed Oct 19 14:37:20 2016 (r424256) +++ head/dns/c-ares/distinfo Wed Oct 19 14:43:09 2016 (r424257) @@ -1,2 +1,3 @@ -SHA256 (c-ares-1.11.0.tar.gz) = b3612e6617d9682928a1d50c1040de4db6519f977f0b25d40cf1b632900b3efd -SIZE (c-ares-1.11.0.tar.gz) = 1102531 +TIMESTAMP = 1476509937 +SHA256 (c-ares-1.12.0.tar.gz) = 8692f9403cdcdf936130e045c84021665118ee9bfea905d1a76f04d4e6f365fb +SIZE (c-ares-1.12.0.tar.gz) = 1769879 Modified: head/dns/c-ares/pkg-plist ============================================================================== --- head/dns/c-ares/pkg-plist Wed Oct 19 14:37:20 2016 (r424256) +++ head/dns/c-ares/pkg-plist Wed Oct 19 14:43:09 2016 (r424257) @@ -9,7 +9,7 @@ include/ares_version.h lib/libcares.a lib/libcares.so lib/libcares.so.2 -lib/libcares.so.2.1.0 +lib/libcares.so.2.2.0 libdata/pkgconfig/libcares.pc man/man3/ares_cancel.3.gz man/man3/ares_create_query.3.gz From owner-svn-ports-all@freebsd.org Wed Oct 19 14:44:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB71DC18BC5; Wed, 19 Oct 2016 14:44:47 +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 6F5F284A; Wed, 19 Oct 2016 14:44:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JEikIR087927; Wed, 19 Oct 2016 14:44:46 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JEikWI087924; Wed, 19 Oct 2016 14:44:46 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610191444.u9JEikWI087924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 19 Oct 2016 14:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424258 - branches/2016Q4/dns/c-ares X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:44:47 -0000 Author: pi Date: Wed Oct 19 14:44:46 2016 New Revision: 424258 URL: https://svnweb.freebsd.org/changeset/ports/424258 Log: dns/c-ares: update 1.11.0 -> 1.12.0 - see https://daniel.haxx.se/blog/2016/10/14/a-single-byte-write-opened-a-root-execution-exploit/ for a nice writeup of the CVE. PR: 213495 MFH: r424257 Changes: https://c-ares.haxx.se/changelog.html Security: CVE-2016-5180 Approved by: zi (maintainer) Approved by: ports-secteam (feld) Modified: branches/2016Q4/dns/c-ares/Makefile branches/2016Q4/dns/c-ares/distinfo branches/2016Q4/dns/c-ares/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/dns/c-ares/Makefile ============================================================================== --- branches/2016Q4/dns/c-ares/Makefile Wed Oct 19 14:43:09 2016 (r424257) +++ branches/2016Q4/dns/c-ares/Makefile Wed Oct 19 14:44:46 2016 (r424258) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= c-ares -PORTVERSION= 1.11.0 +PORTVERSION= 1.12.0 CATEGORIES= dns MASTER_SITES= http://c-ares.haxx.se/download/ \ http://obsd.isc.org/pub/OpenBSD/distfiles/ \ Modified: branches/2016Q4/dns/c-ares/distinfo ============================================================================== --- branches/2016Q4/dns/c-ares/distinfo Wed Oct 19 14:43:09 2016 (r424257) +++ branches/2016Q4/dns/c-ares/distinfo Wed Oct 19 14:44:46 2016 (r424258) @@ -1,2 +1,3 @@ -SHA256 (c-ares-1.11.0.tar.gz) = b3612e6617d9682928a1d50c1040de4db6519f977f0b25d40cf1b632900b3efd -SIZE (c-ares-1.11.0.tar.gz) = 1102531 +TIMESTAMP = 1476509937 +SHA256 (c-ares-1.12.0.tar.gz) = 8692f9403cdcdf936130e045c84021665118ee9bfea905d1a76f04d4e6f365fb +SIZE (c-ares-1.12.0.tar.gz) = 1769879 Modified: branches/2016Q4/dns/c-ares/pkg-plist ============================================================================== --- branches/2016Q4/dns/c-ares/pkg-plist Wed Oct 19 14:43:09 2016 (r424257) +++ branches/2016Q4/dns/c-ares/pkg-plist Wed Oct 19 14:44:46 2016 (r424258) @@ -9,7 +9,7 @@ include/ares_version.h lib/libcares.a lib/libcares.so lib/libcares.so.2 -lib/libcares.so.2.1.0 +lib/libcares.so.2.2.0 libdata/pkgconfig/libcares.pc man/man3/ares_cancel.3.gz man/man3/ares_create_query.3.gz From owner-svn-ports-all@freebsd.org Wed Oct 19 14:50:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14E0BC18CCE; Wed, 19 Oct 2016 14:50:32 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81412AA3; Wed, 19 Oct 2016 14:50:31 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JEoUBB095383; Wed, 19 Oct 2016 14:50:30 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JEoReR095351; Wed, 19 Oct 2016 14:50:27 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610191450.u9JEoReR095351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 19 Oct 2016 14:50:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424259 - in head: Mk Mk/Uses accessibility accessibility/linux-c7-atk audio audio/linux-c7-alsa-lib audio/linux-c7-alsa-plugins-oss audio/linux-c7-alsa-plugins-pulseaudio audio/linux-c... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:50:32 -0000 Author: tijl Date: Wed Oct 19 14:50:26 2016 New Revision: 424259 URL: https://svnweb.freebsd.org/changeset/ports/424259 Log: Add Linux CentOS 7 infrastructure ports. Mk/Uses/linux.mk changes: - Add support for architecture neutral (noarch) distfiles. - Add support for 64-bit only ports: set IGNORE on i386 and don't install 32-bit compat libraries on amd64. Submitted by: Piotr Kubaj Differential Revision: https://reviews.freebsd.org/D7886 Added: head/accessibility/linux-c7-atk/ - copied from r422939, head/accessibility/linux-c6-atk/ head/audio/linux-c7-alsa-lib/ - copied from r422939, head/audio/linux-c6-alsa-lib/ head/audio/linux-c7-alsa-plugins-oss/ - copied from r422939, head/audio/linux-c6-alsa-plugins-oss/ head/audio/linux-c7-alsa-plugins-pulseaudio/ - copied from r422939, head/audio/linux-c6-alsa-plugins-pulseaudio/ head/audio/linux-c7-alsa-utils/ - copied from r422939, head/audio/linux-c6-alsa-utils/ head/audio/linux-c7-audiofile/ - copied from r422939, head/audio/linux-c6-libaudiofile/ head/audio/linux-c7-esound/ - copied from r422939, head/audio/linux-c6-esound/ head/audio/linux-c7-flac/ - copied from r422939, head/audio/linux-c6-flac/ head/audio/linux-c7-libogg/ - copied from r422939, head/audio/linux-c6-libogg/ head/audio/linux-c7-libsndfile/ - copied from r422939, head/audio/linux-c6-libsndfile/ head/audio/linux-c7-libvorbis/ - copied from r422939, head/audio/linux-c6-libvorbis/ head/audio/linux-c7-openal-soft/ - copied from r422939, head/audio/linux-c6-openal-soft/ head/audio/linux-c7-pulseaudio-libs/ - copied from r422939, head/audio/linux-c6-pulseaudio-libs/ head/audio/linux-c7-pulseaudio-utils/ - copied from r422939, head/audio/linux-c6-pulseaudio-utils/ head/audio/linux-c7-sdl_mixer/ - copied from r422939, head/audio/linux-c6-sdl_mixer/ head/databases/linux-c7-sqlite3/ - copied from r422939, head/databases/linux-c6-sqlite3/ head/devel/linux-c7-dbus-glib/ - copied from r422939, head/devel/linux-c6-dbus-glib/ head/devel/linux-c7-dbus-libs/ - copied from r422939, head/devel/linux-c6-dbus-libs/ head/devel/linux-c7-devtools/ - copied from r422939, head/devel/linux-c6-devtools/ head/devel/linux-c7-libgfortran/ - copied from r422939, head/devel/linux-c6-libgfortran/ head/devel/linux-c7-libglade2/ - copied from r422939, head/devel/linux-c6-libglade2/ head/devel/linux-c7-libpciaccess/ - copied from r422939, head/devel/linux-c6-libpciaccess/ head/devel/linux-c7-libsigc++20/ - copied from r422939, head/devel/linux-c6-libsigc++20/ head/devel/linux-c7-libthai/ - copied from r422939, head/devel/linux-c6-libthai/ head/devel/linux-c7-ncurses-base/ - copied from r422939, head/devel/linux-c6-ncurses-base/ head/devel/linux-c7-ncurses-base/pkg-plist - copied, changed from r422939, head/devel/linux-c6-ncurses-base/pkg-plist.i386 head/devel/linux-c7-nspr/ - copied from r422939, head/devel/linux-c6-nspr/ head/devel/linux-c7-qt/ - copied from r422939, head/devel/linux-c6-qt47/ head/devel/linux-c7-sdl12/ - copied from r422939, head/devel/linux-c6-sdl12/ head/devel/linux-c7-sdl20/ - copied from r422939, head/devel/linux-c6-sdl12/ head/dns/linux-c7-libasyncns/ - copied from r422939, head/dns/linux-c6-libasyncns/ head/emulators/linux-c7/ - copied from r422939, head/emulators/linux-c6/ head/ftp/linux-c7-curl/ - copied from r422939, head/ftp/linux-c6-curl/ head/graphics/linux-c7-cairo/ - copied from r422939, head/graphics/linux-c6-cairo/ head/graphics/linux-c7-dri/ - copied from r422939, head/graphics/linux-c6-dri/ head/graphics/linux-c7-gdk-pixbuf2/ - copied from r422939, head/graphics/linux-c6-gdk-pixbuf2/ head/graphics/linux-c7-glx-utils/ - copied from r422939, head/graphics/linux-c6-glx-utils/ head/graphics/linux-c7-jasper/ - copied from r422939, head/graphics/linux-c6-jasper/ head/graphics/linux-c7-jbigkit/ head/graphics/linux-c7-jbigkit/Makefile (contents, props changed) head/graphics/linux-c7-jbigkit/distinfo.i386 (contents, props changed) head/graphics/linux-c7-jbigkit/distinfo.x86_64 (contents, props changed) head/graphics/linux-c7-jbigkit/pkg-plist.i386 (contents, props changed) head/graphics/linux-c7-jbigkit/pkg-plist.x86_64 (contents, props changed) head/graphics/linux-c7-jpeg/ - copied from r422939, head/graphics/linux-c6-jpeg/ head/graphics/linux-c7-libGLU/ - copied from r422939, head/graphics/linux-c6-libGLU/ head/graphics/linux-c7-png/ - copied from r422939, head/graphics/linux-c6-png/ head/graphics/linux-c7-sdl_image/ - copied from r422939, head/graphics/linux-c6-sdl_image/ head/graphics/linux-c7-sdl_ttf/ - copied from r422939, head/graphics/linux-c6-sdl_ttf/ head/graphics/linux-c7-tiff/ - copied from r422939, head/graphics/linux-c6-tiff/ head/lang/linux-c7-tcl85/ - copied from r422939, head/lang/linux-c6-tcl85/ head/multimedia/linux-c7-libtheora/ - copied from r422939, head/multimedia/linux-c6-libtheora/ head/multimedia/linux-c7-libv4l/ - copied from r422939, head/multimedia/linux-c6-libv4l/ head/net/linux-c7-avahi-libs/ - copied from r422939, head/net/linux-c6-avahi-libs/ head/net/linux-c7-openldap/ - copied from r422939, head/net/linux-c6-openldap/ head/net/linux-c7-tcp_wrappers-libs/ - copied from r422939, head/net/linux-c6-tcp_wrappers-libs/ head/print/linux-c7-cups-libs/ - copied from r422939, head/print/linux-c6-cups-libs/ head/security/linux-c7-cyrus-sasl2/ - copied from r422939, head/security/linux-c6-cyrus-sasl2/ head/security/linux-c7-gnutls/ - copied from r422939, head/security/linux-c6-gnutls/ head/security/linux-c7-libgcrypt/ - copied from r422939, head/security/linux-c6-libgcrypt/ head/security/linux-c7-libgpg-error/ - copied from r422939, head/security/linux-c6-libgpg-error/ head/security/linux-c7-libssh2/ - copied from r422939, head/security/linux-c6-libssh2/ head/security/linux-c7-libtasn1/ - copied from r422939, head/security/linux-c6-libtasn1/ head/security/linux-c7-nss/ - copied from r422939, head/security/linux-c6-nss/ head/security/linux-c7-openssl/ - copied from r422939, head/security/linux-c6-openssl/ head/security/linux-c7-openssl-compat/ - copied from r422939, head/security/linux-c6-openssl-compat/ head/textproc/linux-c7-aspell/ - copied from r422939, head/textproc/linux-c6-aspell/ head/textproc/linux-c7-expat/ - copied from r422939, head/textproc/linux-c6-expat/ head/textproc/linux-c7-libxml2/ - copied from r422939, head/textproc/linux-c6-libxml2/ head/www/linux-c7-flashplugin11/ head/www/linux-c7-flashplugin11/Makefile (contents, props changed) head/www/linux-c7-qtwebkit/ - copied from r422939, head/www/linux-c6-qt47-webkit/ head/x11-fonts/linux-c7-fontconfig/ - copied from r422939, head/x11-fonts/linux-c6-fontconfig/ head/x11-themes/linux-c7-hicolor-icon-theme/ - copied from r422939, head/x11-themes/linux-c6-hicolor-icon-theme/ head/x11-toolkits/linux-c7-gtk2/ - copied from r422939, head/x11-toolkits/linux-c6-gtk2/ head/x11-toolkits/linux-c7-openmotif/ - copied from r422939, head/x11-toolkits/linux-c6-openmotif/ head/x11-toolkits/linux-c7-pango/ - copied from r422939, head/x11-toolkits/linux-c6-pango/ head/x11-toolkits/linux-c7-qt-x11/ - copied from r422939, head/x11-toolkits/linux-c6-qt47-x11/ head/x11-toolkits/linux-c7-tk85/ - copied from r422939, head/x11-toolkits/linux-c6-tk85/ head/x11/linux-c7-pixman/ - copied from r422939, head/x11/linux-c6-pixman/ head/x11/linux-c7-xorg-libs/ - copied from r422939, head/x11/linux-c6-xorg-libs/ Deleted: head/accessibility/linux-c7-atk/pkg-descr head/audio/linux-c7-esound/distinfo.i386 head/audio/linux-c7-esound/pkg-descr head/audio/linux-c7-esound/pkg-plist.i386 head/audio/linux-c7-openal-soft/distinfo.i386 head/audio/linux-c7-openal-soft/pkg-plist.i386 head/audio/linux-c7-sdl_mixer/distinfo.i386 head/audio/linux-c7-sdl_mixer/pkg-plist.i386 head/devel/linux-c7-ncurses-base/pkg-plist.i386 head/devel/linux-c7-ncurses-base/pkg-plist.x86_64 head/devel/linux-c7-sdl20/distinfo.i386 head/devel/linux-c7-sdl20/pkg-plist.i386 head/graphics/linux-c7-sdl_image/distinfo.i386 head/graphics/linux-c7-sdl_image/pkg-plist.i386 head/graphics/linux-c7-sdl_ttf/distinfo.i386 head/graphics/linux-c7-sdl_ttf/pkg-plist.i386 head/www/linux-c7-qtwebkit/distinfo.i386 head/www/linux-c7-qtwebkit/pkg-descr head/www/linux-c7-qtwebkit/pkg-plist head/www/linux-c7-qtwebkit/pkg-plist.i386 head/x11-fonts/linux-c7-fontconfig/pkg-descr Modified: head/Mk/Uses/linux.mk head/Mk/bsd.sites.mk head/accessibility/Makefile head/accessibility/linux-c7-atk/Makefile head/accessibility/linux-c7-atk/distinfo.i386 head/accessibility/linux-c7-atk/distinfo.x86_64 head/accessibility/linux-c7-atk/pkg-plist.i386 head/accessibility/linux-c7-atk/pkg-plist.x86_64 head/audio/Makefile head/audio/linux-c7-alsa-lib/Makefile head/audio/linux-c7-alsa-lib/distinfo.i386 head/audio/linux-c7-alsa-lib/distinfo.x86_64 head/audio/linux-c7-alsa-lib/pkg-plist.i386 head/audio/linux-c7-alsa-lib/pkg-plist.x86_64 head/audio/linux-c7-alsa-plugins-oss/Makefile head/audio/linux-c7-alsa-plugins-oss/distinfo.i386 head/audio/linux-c7-alsa-plugins-oss/distinfo.x86_64 head/audio/linux-c7-alsa-plugins-oss/pkg-plist.i386 head/audio/linux-c7-alsa-plugins-oss/pkg-plist.x86_64 head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo.i386 head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo.x86_64 head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 head/audio/linux-c7-alsa-utils/Makefile head/audio/linux-c7-alsa-utils/distinfo.i386 head/audio/linux-c7-alsa-utils/distinfo.x86_64 head/audio/linux-c7-alsa-utils/pkg-plist.i386 head/audio/linux-c7-alsa-utils/pkg-plist.x86_64 head/audio/linux-c7-audiofile/Makefile head/audio/linux-c7-audiofile/distinfo.i386 head/audio/linux-c7-audiofile/distinfo.x86_64 head/audio/linux-c7-audiofile/pkg-plist.i386 head/audio/linux-c7-audiofile/pkg-plist.x86_64 head/audio/linux-c7-esound/Makefile head/audio/linux-c7-esound/distinfo.x86_64 head/audio/linux-c7-esound/pkg-plist.x86_64 head/audio/linux-c7-flac/Makefile head/audio/linux-c7-flac/distinfo.i386 head/audio/linux-c7-flac/distinfo.x86_64 head/audio/linux-c7-flac/pkg-plist.i386 head/audio/linux-c7-flac/pkg-plist.x86_64 head/audio/linux-c7-libogg/Makefile head/audio/linux-c7-libogg/distinfo.i386 head/audio/linux-c7-libogg/distinfo.x86_64 head/audio/linux-c7-libogg/pkg-plist.i386 head/audio/linux-c7-libogg/pkg-plist.x86_64 head/audio/linux-c7-libsndfile/Makefile head/audio/linux-c7-libsndfile/distinfo.i386 head/audio/linux-c7-libsndfile/distinfo.x86_64 head/audio/linux-c7-libsndfile/pkg-plist.i386 head/audio/linux-c7-libsndfile/pkg-plist.x86_64 head/audio/linux-c7-libvorbis/Makefile head/audio/linux-c7-libvorbis/distinfo.i386 head/audio/linux-c7-libvorbis/distinfo.x86_64 head/audio/linux-c7-libvorbis/pkg-plist.i386 head/audio/linux-c7-libvorbis/pkg-plist.x86_64 head/audio/linux-c7-openal-soft/Makefile head/audio/linux-c7-openal-soft/distinfo.x86_64 head/audio/linux-c7-openal-soft/pkg-plist.x86_64 head/audio/linux-c7-pulseaudio-libs/Makefile head/audio/linux-c7-pulseaudio-libs/distinfo.i386 head/audio/linux-c7-pulseaudio-libs/distinfo.x86_64 head/audio/linux-c7-pulseaudio-libs/pkg-plist.i386 head/audio/linux-c7-pulseaudio-libs/pkg-plist.x86_64 head/audio/linux-c7-pulseaudio-utils/Makefile head/audio/linux-c7-pulseaudio-utils/distinfo.i386 head/audio/linux-c7-pulseaudio-utils/distinfo.x86_64 head/audio/linux-c7-pulseaudio-utils/pkg-plist.i386 head/audio/linux-c7-pulseaudio-utils/pkg-plist.x86_64 head/audio/linux-c7-sdl_mixer/Makefile head/audio/linux-c7-sdl_mixer/distinfo.x86_64 head/audio/linux-c7-sdl_mixer/pkg-plist.x86_64 head/databases/Makefile head/databases/linux-c7-sqlite3/Makefile head/databases/linux-c7-sqlite3/distinfo.i386 head/databases/linux-c7-sqlite3/distinfo.x86_64 head/devel/Makefile head/devel/linux-c7-dbus-glib/Makefile head/devel/linux-c7-dbus-glib/distinfo.i386 head/devel/linux-c7-dbus-glib/distinfo.x86_64 head/devel/linux-c7-dbus-glib/pkg-plist.i386 head/devel/linux-c7-dbus-glib/pkg-plist.x86_64 head/devel/linux-c7-dbus-libs/Makefile head/devel/linux-c7-dbus-libs/distinfo.i386 head/devel/linux-c7-dbus-libs/distinfo.x86_64 head/devel/linux-c7-dbus-libs/pkg-plist.i386 head/devel/linux-c7-dbus-libs/pkg-plist.x86_64 head/devel/linux-c7-devtools/Makefile head/devel/linux-c7-devtools/distinfo.i386 head/devel/linux-c7-devtools/distinfo.x86_64 head/devel/linux-c7-devtools/pkg-descr head/devel/linux-c7-devtools/pkg-plist.i386 head/devel/linux-c7-devtools/pkg-plist.x86_64 head/devel/linux-c7-libgfortran/Makefile head/devel/linux-c7-libgfortran/distinfo.i386 head/devel/linux-c7-libgfortran/distinfo.x86_64 head/devel/linux-c7-libglade2/Makefile head/devel/linux-c7-libglade2/distinfo.i386 head/devel/linux-c7-libglade2/distinfo.x86_64 head/devel/linux-c7-libglade2/pkg-plist.i386 head/devel/linux-c7-libglade2/pkg-plist.x86_64 head/devel/linux-c7-libpciaccess/Makefile head/devel/linux-c7-libpciaccess/distinfo.i386 head/devel/linux-c7-libpciaccess/distinfo.x86_64 head/devel/linux-c7-libpciaccess/pkg-plist.i386 head/devel/linux-c7-libpciaccess/pkg-plist.x86_64 head/devel/linux-c7-libsigc++20/Makefile head/devel/linux-c7-libsigc++20/distinfo.i386 head/devel/linux-c7-libsigc++20/distinfo.x86_64 head/devel/linux-c7-libsigc++20/pkg-plist.i386 head/devel/linux-c7-libsigc++20/pkg-plist.x86_64 head/devel/linux-c7-libthai/Makefile head/devel/linux-c7-libthai/distinfo.i386 head/devel/linux-c7-libthai/distinfo.x86_64 head/devel/linux-c7-libthai/pkg-plist.i386 head/devel/linux-c7-libthai/pkg-plist.x86_64 head/devel/linux-c7-ncurses-base/Makefile head/devel/linux-c7-ncurses-base/distinfo.i386 head/devel/linux-c7-ncurses-base/distinfo.x86_64 head/devel/linux-c7-nspr/Makefile head/devel/linux-c7-nspr/distinfo.i386 head/devel/linux-c7-nspr/distinfo.x86_64 head/devel/linux-c7-nspr/pkg-plist.i386 head/devel/linux-c7-nspr/pkg-plist.x86_64 head/devel/linux-c7-qt/Makefile head/devel/linux-c7-qt/distinfo.i386 head/devel/linux-c7-qt/distinfo.x86_64 head/devel/linux-c7-qt/pkg-plist.i386 head/devel/linux-c7-qt/pkg-plist.x86_64 head/devel/linux-c7-sdl12/Makefile head/devel/linux-c7-sdl12/distinfo.i386 head/devel/linux-c7-sdl12/distinfo.x86_64 head/devel/linux-c7-sdl12/pkg-plist.i386 head/devel/linux-c7-sdl12/pkg-plist.x86_64 head/devel/linux-c7-sdl20/Makefile head/devel/linux-c7-sdl20/distinfo.x86_64 head/devel/linux-c7-sdl20/pkg-plist.x86_64 head/dns/Makefile head/dns/linux-c7-libasyncns/Makefile head/dns/linux-c7-libasyncns/distinfo.i386 head/dns/linux-c7-libasyncns/distinfo.x86_64 head/dns/linux-c7-libasyncns/pkg-plist.i386 head/dns/linux-c7-libasyncns/pkg-plist.x86_64 head/emulators/Makefile head/emulators/linux-c7/Makefile head/emulators/linux-c7/pkg-descr head/ftp/Makefile head/ftp/linux-c7-curl/Makefile head/ftp/linux-c7-curl/distinfo.i386 head/ftp/linux-c7-curl/distinfo.x86_64 head/ftp/linux-c7-curl/pkg-plist.i386 head/ftp/linux-c7-curl/pkg-plist.x86_64 head/graphics/Makefile head/graphics/linux-c7-cairo/Makefile head/graphics/linux-c7-cairo/distinfo.i386 head/graphics/linux-c7-cairo/distinfo.x86_64 head/graphics/linux-c7-cairo/pkg-descr head/graphics/linux-c7-cairo/pkg-plist.i386 head/graphics/linux-c7-cairo/pkg-plist.x86_64 head/graphics/linux-c7-dri/Makefile head/graphics/linux-c7-dri/distinfo.i386 head/graphics/linux-c7-dri/distinfo.x86_64 head/graphics/linux-c7-dri/pkg-descr head/graphics/linux-c7-dri/pkg-plist.i386 head/graphics/linux-c7-dri/pkg-plist.x86_64 head/graphics/linux-c7-gdk-pixbuf2/Makefile head/graphics/linux-c7-gdk-pixbuf2/distinfo.i386 head/graphics/linux-c7-gdk-pixbuf2/distinfo.x86_64 head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.i386 head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.x86_64 head/graphics/linux-c7-glx-utils/Makefile head/graphics/linux-c7-glx-utils/distinfo.i386 head/graphics/linux-c7-glx-utils/distinfo.x86_64 head/graphics/linux-c7-jasper/Makefile head/graphics/linux-c7-jasper/distinfo.i386 head/graphics/linux-c7-jasper/distinfo.x86_64 head/graphics/linux-c7-jasper/pkg-plist.i386 head/graphics/linux-c7-jasper/pkg-plist.x86_64 head/graphics/linux-c7-jpeg/Makefile head/graphics/linux-c7-jpeg/distinfo.i386 head/graphics/linux-c7-jpeg/distinfo.x86_64 head/graphics/linux-c7-jpeg/pkg-plist.i386 head/graphics/linux-c7-jpeg/pkg-plist.x86_64 head/graphics/linux-c7-libGLU/Makefile head/graphics/linux-c7-libGLU/distinfo.i386 head/graphics/linux-c7-libGLU/distinfo.x86_64 head/graphics/linux-c7-png/Makefile head/graphics/linux-c7-png/distinfo.i386 head/graphics/linux-c7-png/distinfo.x86_64 head/graphics/linux-c7-png/pkg-plist.i386 head/graphics/linux-c7-png/pkg-plist.x86_64 head/graphics/linux-c7-sdl_image/Makefile head/graphics/linux-c7-sdl_image/distinfo.x86_64 head/graphics/linux-c7-sdl_image/pkg-plist.x86_64 head/graphics/linux-c7-sdl_ttf/Makefile head/graphics/linux-c7-sdl_ttf/distinfo.x86_64 head/graphics/linux-c7-sdl_ttf/pkg-plist.x86_64 head/graphics/linux-c7-tiff/Makefile head/graphics/linux-c7-tiff/distinfo.i386 head/graphics/linux-c7-tiff/distinfo.x86_64 head/graphics/linux-c7-tiff/pkg-plist.i386 head/graphics/linux-c7-tiff/pkg-plist.x86_64 head/lang/Makefile head/lang/linux-c7-tcl85/Makefile head/lang/linux-c7-tcl85/distinfo.i386 head/lang/linux-c7-tcl85/distinfo.x86_64 head/lang/linux-c7-tcl85/pkg-plist.i386 head/lang/linux-c7-tcl85/pkg-plist.x86_64 head/multimedia/Makefile head/multimedia/linux-c7-libtheora/Makefile head/multimedia/linux-c7-libtheora/distinfo.i386 head/multimedia/linux-c7-libtheora/distinfo.x86_64 head/multimedia/linux-c7-libtheora/pkg-plist.i386 head/multimedia/linux-c7-libtheora/pkg-plist.x86_64 head/multimedia/linux-c7-libv4l/Makefile head/multimedia/linux-c7-libv4l/distinfo.i386 head/multimedia/linux-c7-libv4l/distinfo.x86_64 head/multimedia/linux-c7-libv4l/pkg-plist.i386 head/multimedia/linux-c7-libv4l/pkg-plist.x86_64 head/net-im/skype4/Makefile head/net/Makefile head/net/linux-c7-avahi-libs/Makefile head/net/linux-c7-avahi-libs/distinfo.i386 head/net/linux-c7-avahi-libs/distinfo.x86_64 head/net/linux-c7-avahi-libs/pkg-plist.i386 head/net/linux-c7-avahi-libs/pkg-plist.x86_64 head/net/linux-c7-openldap/Makefile head/net/linux-c7-openldap/distinfo.i386 head/net/linux-c7-openldap/distinfo.x86_64 head/net/linux-c7-openldap/pkg-plist.i386 head/net/linux-c7-openldap/pkg-plist.x86_64 head/net/linux-c7-tcp_wrappers-libs/Makefile head/net/linux-c7-tcp_wrappers-libs/distinfo.i386 head/net/linux-c7-tcp_wrappers-libs/distinfo.x86_64 head/net/linux-c7-tcp_wrappers-libs/pkg-plist.i386 head/net/linux-c7-tcp_wrappers-libs/pkg-plist.x86_64 head/print/Makefile head/print/linux-c7-cups-libs/Makefile head/print/linux-c7-cups-libs/distinfo.i386 head/print/linux-c7-cups-libs/distinfo.x86_64 head/print/linux-c7-cups-libs/pkg-plist.i386 head/print/linux-c7-cups-libs/pkg-plist.x86_64 head/security/Makefile head/security/linux-c7-cyrus-sasl2/Makefile head/security/linux-c7-cyrus-sasl2/distinfo.i386 head/security/linux-c7-cyrus-sasl2/distinfo.x86_64 head/security/linux-c7-cyrus-sasl2/pkg-plist.i386 head/security/linux-c7-cyrus-sasl2/pkg-plist.x86_64 head/security/linux-c7-gnutls/Makefile head/security/linux-c7-gnutls/distinfo.i386 head/security/linux-c7-gnutls/distinfo.x86_64 head/security/linux-c7-gnutls/pkg-plist.i386 head/security/linux-c7-gnutls/pkg-plist.x86_64 head/security/linux-c7-libgcrypt/Makefile head/security/linux-c7-libgcrypt/distinfo.i386 head/security/linux-c7-libgcrypt/distinfo.x86_64 head/security/linux-c7-libgcrypt/pkg-plist.i386 head/security/linux-c7-libgcrypt/pkg-plist.x86_64 head/security/linux-c7-libgpg-error/Makefile head/security/linux-c7-libgpg-error/distinfo.i386 head/security/linux-c7-libgpg-error/distinfo.x86_64 head/security/linux-c7-libgpg-error/pkg-plist.i386 head/security/linux-c7-libgpg-error/pkg-plist.x86_64 head/security/linux-c7-libssh2/Makefile head/security/linux-c7-libssh2/distinfo.i386 head/security/linux-c7-libssh2/distinfo.x86_64 head/security/linux-c7-libtasn1/Makefile head/security/linux-c7-libtasn1/distinfo.i386 head/security/linux-c7-libtasn1/distinfo.x86_64 head/security/linux-c7-libtasn1/pkg-plist.i386 head/security/linux-c7-libtasn1/pkg-plist.x86_64 head/security/linux-c7-nss/Makefile head/security/linux-c7-nss/distinfo.i386 head/security/linux-c7-nss/distinfo.x86_64 head/security/linux-c7-nss/pkg-plist.i386 head/security/linux-c7-nss/pkg-plist.x86_64 head/security/linux-c7-openssl-compat/Makefile head/security/linux-c7-openssl-compat/distinfo.i386 head/security/linux-c7-openssl-compat/distinfo.x86_64 head/security/linux-c7-openssl-compat/pkg-plist.i386 head/security/linux-c7-openssl-compat/pkg-plist.x86_64 head/security/linux-c7-openssl/Makefile head/security/linux-c7-openssl/distinfo.i386 head/security/linux-c7-openssl/distinfo.x86_64 head/security/linux-c7-openssl/pkg-plist.i386 head/security/linux-c7-openssl/pkg-plist.x86_64 head/textproc/Makefile head/textproc/linux-c7-aspell/Makefile head/textproc/linux-c7-aspell/distinfo.i386 head/textproc/linux-c7-aspell/distinfo.x86_64 head/textproc/linux-c7-aspell/pkg-plist.i386 head/textproc/linux-c7-aspell/pkg-plist.x86_64 head/textproc/linux-c7-expat/Makefile head/textproc/linux-c7-expat/distinfo.i386 head/textproc/linux-c7-expat/distinfo.x86_64 head/textproc/linux-c7-expat/pkg-plist.i386 head/textproc/linux-c7-expat/pkg-plist.x86_64 head/textproc/linux-c7-libxml2/Makefile head/textproc/linux-c7-libxml2/distinfo.i386 head/textproc/linux-c7-libxml2/distinfo.x86_64 head/textproc/linux-c7-libxml2/pkg-plist.i386 head/textproc/linux-c7-libxml2/pkg-plist.x86_64 head/www/Makefile head/www/linux-c7-qtwebkit/Makefile head/www/linux-c7-qtwebkit/distinfo.x86_64 head/www/linux-c7-qtwebkit/pkg-plist.x86_64 head/x11-fonts/Makefile head/x11-fonts/linux-c7-fontconfig/Makefile head/x11-fonts/linux-c7-fontconfig/distinfo.i386 head/x11-fonts/linux-c7-fontconfig/distinfo.x86_64 head/x11-fonts/linux-c7-fontconfig/pkg-plist.i386 head/x11-fonts/linux-c7-fontconfig/pkg-plist.x86_64 head/x11-themes/Makefile head/x11-themes/linux-c7-hicolor-icon-theme/Makefile head/x11-toolkits/Makefile head/x11-toolkits/linux-c7-gtk2/Makefile head/x11-toolkits/linux-c7-gtk2/distinfo.i386 head/x11-toolkits/linux-c7-gtk2/distinfo.x86_64 head/x11-toolkits/linux-c7-gtk2/pkg-plist.i386 head/x11-toolkits/linux-c7-gtk2/pkg-plist.x86_64 head/x11-toolkits/linux-c7-openmotif/Makefile head/x11-toolkits/linux-c7-openmotif/distinfo.i386 head/x11-toolkits/linux-c7-openmotif/distinfo.x86_64 head/x11-toolkits/linux-c7-openmotif/pkg-plist.i386 head/x11-toolkits/linux-c7-openmotif/pkg-plist.x86_64 head/x11-toolkits/linux-c7-pango/Makefile head/x11-toolkits/linux-c7-pango/distinfo.i386 head/x11-toolkits/linux-c7-pango/distinfo.x86_64 head/x11-toolkits/linux-c7-pango/pkg-plist.i386 head/x11-toolkits/linux-c7-pango/pkg-plist.x86_64 head/x11-toolkits/linux-c7-qt-x11/Makefile head/x11-toolkits/linux-c7-qt-x11/distinfo.i386 head/x11-toolkits/linux-c7-qt-x11/distinfo.x86_64 head/x11-toolkits/linux-c7-qt-x11/pkg-plist.i386 head/x11-toolkits/linux-c7-qt-x11/pkg-plist.x86_64 head/x11-toolkits/linux-c7-tk85/Makefile head/x11-toolkits/linux-c7-tk85/distinfo.i386 head/x11-toolkits/linux-c7-tk85/distinfo.x86_64 head/x11-toolkits/linux-c7-tk85/pkg-plist.i386 head/x11-toolkits/linux-c7-tk85/pkg-plist.x86_64 head/x11/Makefile head/x11/linux-c7-pixman/Makefile head/x11/linux-c7-pixman/distinfo.i386 head/x11/linux-c7-pixman/distinfo.x86_64 head/x11/linux-c7-pixman/pkg-plist.i386 head/x11/linux-c7-pixman/pkg-plist.x86_64 head/x11/linux-c7-xorg-libs/Makefile head/x11/linux-c7-xorg-libs/distinfo.i386 head/x11/linux-c7-xorg-libs/distinfo.x86_64 head/x11/linux-c7-xorg-libs/pkg-descr head/x11/linux-c7-xorg-libs/pkg-plist.i386 head/x11/linux-c7-xorg-libs/pkg-plist.x86_64 Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Wed Oct 19 14:44:46 2016 (r424258) +++ head/Mk/Uses/linux.mk Wed Oct 19 14:50:26 2016 (r424259) @@ -13,6 +13,7 @@ # infrastructure ports are made available. Possible values: # yes Default LIB_DISTFILES and empty BIN_DISTFILES. # nolib Default BIN_DISTFILES and empty LIB_DISTFILES. +# noarch Like nolib but distfiles are architecture neutral. # Additional variables when USE_LINUX_RPM is defined: # BIN_DISTFILES List of distfiles to install. # LIB_DISTFILES List of distfiles to install both the 32 and 64 bit version of. @@ -46,6 +47,7 @@ EXPIRATION_DATE= 2016-12-31 .else .if ${LINUX_DEFAULT:M*_64} LINUX_ARCH= x86_64 +LINUX_ARCH32= i386 .if ${ARCH} != amd64 || ${OPSYS} != FreeBSD || ${OSVERSION} < 1002507 \ || ( ${OSVERSION} >= 1100000 && ${OSVERSION} < 1100105 ) IGNORE= Linux ${LINUX_DEFAULT} only supported on FreeBSD/amd64 10.3 or higher @@ -84,9 +86,14 @@ linux_gnutls_DEP= linux-${linux_ARGS}-g linux_gtk2_DEP= linux-${linux_ARGS}-gtk2>0:x11-toolkits/linux-${linux_ARGS}-gtk2 linux_hicontheme_DEP= linux-${linux_ARGS}-hicolor-icon-theme>0:x11-themes/linux-${linux_ARGS}-hicolor-icon-theme linux_jasper_DEP= linux-${linux_ARGS}-jasper>0:graphics/linux-${linux_ARGS}-jasper +linux_jbigkit_DEP= linux-${linux_ARGS}-jbigkit>0:graphics/linux-${linux_ARGS}-jbigkit linux_jpeg_DEP= linux-${linux_ARGS}-jpeg>0:graphics/linux-${linux_ARGS}-jpeg linux_libasyncns_DEP= linux-${linux_ARGS}-libasyncns>0:dns/linux-${linux_ARGS}-libasyncns +.if ${linux_ARGS:Mf10} || ${linux_ARGS:Mc6} linux_libaudiofile_DEP= linux-${linux_ARGS}-libaudiofile>0:audio/linux-${linux_ARGS}-libaudiofile +.else +linux_libaudiofile_DEP= linux-${linux_ARGS}-audiofile>0:audio/linux-${linux_ARGS}-audiofile +.endif linux_libgcrypt_DEP= linux-${linux_ARGS}-libgcrypt>0:security/linux-${linux_ARGS}-libgcrypt linux_libgfortran_DEP= linux-${linux_ARGS}-libgfortran>0:devel/linux-${linux_ARGS}-libgfortran linux_libglu_DEP= linux-${linux_ARGS}-libGLU>0:graphics/linux-${linux_ARGS}-libGLU @@ -117,9 +124,15 @@ linux_pango_DEP= linux-${linux_ARGS}-pa linux_pixman_DEP= linux-${linux_ARGS}-pixman>0:x11/linux-${linux_ARGS}-pixman linux_png_DEP= linux-${linux_ARGS}-png>0:graphics/linux-${linux_ARGS}-png linux_pulseaudio-libs_DEP= linux-${linux_ARGS}-pulseaudio-libs>0:audio/linux-${linux_ARGS}-pulseaudio-libs -linux_qt47_DEP= linux-${linux_ARGS}-qt47>0:devel/linux-${linux_ARGS}-qt47 -linux_qt47-webkit_DEP= linux-${linux_ARGS}-qt47-webkit>0:www/linux-${linux_ARGS}-qt47-webkit -linux_qt47-x11_DEP= linux-${linux_ARGS}-qt47-x11>0:x11-toolkits/linux-${linux_ARGS}-qt47-x11 +.if ${linux_ARGS:Mc6} +linux_qt_DEP= linux-${linux_ARGS}-qt47>0:devel/linux-${linux_ARGS}-qt47 +linux_qt-x11_DEP= linux-${linux_ARGS}-qt47-x11>0:x11-toolkits/linux-${linux_ARGS}-qt47-x11 +linux_qtwebkit_DEP= linux-${linux_ARGS}-qt47-webkit>0:www/linux-${linux_ARGS}-qt47-webkit +.else +linux_qt_DEP= linux-${linux_ARGS}-qt>0:devel/linux-${linux_ARGS}-qt +linux_qt-x11_DEP= linux-${linux_ARGS}-qt-x11>0:x11-toolkits/linux-${linux_ARGS}-qt-x11 +linux_qtwebkit_DEP= linux-${linux_ARGS}-qtwebkit>0:www/linux-${linux_ARGS}-qtwebkit +.endif linux_scimlibs_DEP= linux-${linux_ARGS}-scim-libs>0:textproc/linux-${linux_ARGS}-scim-libs linux_sdl12_DEP= linux-${linux_ARGS}-sdl>0:devel/linux-${linux_ARGS}-sdl12 linux_sdlimage_DEP= linux-${linux_ARGS}-sdl_image>0:graphics/linux-${linux_ARGS}-sdl_image @@ -165,7 +178,11 @@ MASTER_SITE_SUBDIR= releases/${LINUX_DIS .endif DIST_SUBDIR?= rpm/${LINUX_ARCH}/fedora/${LINUX_DIST_VER} +.if ${USE_LINUX_RPM} == noarch +LINUX_RPM_ARCH?= noarch +.else LINUX_RPM_ARCH?= i386 +.endif .elif ${linux_ARGS} == c6 @@ -178,7 +195,9 @@ MASTER_SITE_SUBDIR= centos/${LINUX_DIST_ .endif DIST_SUBDIR?= rpm/${LINUX_RPM_ARCH}/centos/${LINUX_DIST_VER} -.if ${LINUX_ARCH} == x86_64 +.if ${USE_LINUX_RPM} == noarch +LINUX_RPM_ARCH?= noarch +.elif ${LINUX_ARCH} == x86_64 LINUX_RPM_ARCH?= x86_64 LINUX_RPM_ARCH32?= i686 .else @@ -201,7 +220,9 @@ MASTER_SITE_SUBDIR+= centos/${LINUX_DIST .endif DIST_SUBDIR?= rpm/centos/${LINUX_DIST_VER}/${LINUX_ARCH} -.if ${LINUX_ARCH} == x86_64 +.if ${USE_LINUX_RPM} == noarch +LINUX_RPM_ARCH?= noarch +.elif ${LINUX_ARCH} == x86_64 LINUX_RPM_ARCH?= x86_64 LINUX_RPM_ARCH32?= i686 .else @@ -230,12 +251,21 @@ _INCLUDE_USES_LINUX_POST_MK= yes .ifdef USE_LINUX_RPM -.if ${USE_LINUX_RPM} == nolib -BIN_DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} +.if ${USE_LINUX_RPM} == noarch +NO_ARCH= yes .else +ONLY_FOR_ARCHS?= i386 amd64 +.endif + +.if ${USE_LINUX_RPM} == yes LIB_DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} +.else +BIN_DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} .endif -.ifdef LINUX_RPM_ARCH32 +.ifdef LINUX_ARCH32 && EXTRACT_SUFX32 +.for fmakehack in ${LINUX_ARCH32} +.if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:M${fmakehack})) \ + && empty(NOT_FOR_ARCHS:M${fmakehack}) DISTFILES?= ${LIB_DISTFILES:S/${EXTRACT_SUFX}/${EXTRACT_SUFX32}/} \ ${LIB_DISTFILES} ${BIN_DISTFILES} EXTRACT_ONLY?= ${LIB_DISTFILES:S/${EXTRACT_SUFX}/${EXTRACT_SUFX32}/} \ @@ -244,6 +274,11 @@ EXTRACT_ONLY?= ${LIB_DISTFILES:S/${EXTR DISTFILES?= ${LIB_DISTFILES} ${BIN_DISTFILES} EXTRACT_ONLY?= ${LIB_DISTFILES} ${BIN_DISTFILES} .endif +.endfor +.else +DISTFILES?= ${LIB_DISTFILES} ${BIN_DISTFILES} +EXTRACT_ONLY?= ${LIB_DISTFILES} ${BIN_DISTFILES} +.endif .ifdef PACKAGE_BUILDING SRC_DISTFILES?= ${LIB_DISTFILES:S/${EXTRACT_SUFX}/${SRC_SUFX}:SOURCE/} \ ${BIN_DISTFILES:S/${EXTRACT_SUFX}/${SRC_SUFX}:SOURCE/} @@ -260,8 +295,7 @@ EXTRACT_BEFORE_ARGS= < EXTRACT_AFTER_ARGS= | ${TAR} xf - --no-same-owner --no-same-permissions .endif -ONLY_FOR_ARCHS?= i386 amd64 -.if ${linux_ARGS} != f10 +.if ${linux_ARGS} != f10 && ${USE_LINUX_RPM} != noarch PLIST?= ${PKGDIR}/pkg-plist.${LINUX_ARCH} .endif @@ -273,4 +307,12 @@ do-install: .endif # USE_LINUX_RPM +# With fmake :M${var} only works when ${var} is a for loop variable. +.for fmakehack in ${LINUX_ARCH:S/x86_64/amd64/} +.if (defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:M${fmakehack})) \ + || !empty(NOT_FOR_ARCHS:M${fmakehack}) +IGNORE= does not run on Linux/${LINUX_ARCH} +.endif +.endfor + .endif # _POSTMKINCLUDED && ! _INCLUDE_USES_LINUX_POST_MK Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Wed Oct 19 14:44:46 2016 (r424258) +++ head/Mk/bsd.sites.mk Wed Oct 19 14:50:26 2016 (r424259) @@ -239,6 +239,12 @@ MASTER_SITE_EPEL+= \ http://dl.fedoraproject.org/pub/epel/6/SRPMS/:SOURCE .endif +.if !defined(IGNORE_MASTER_SITE_EPEL7) +MASTER_SITE_EPEL7+= \ + http://dl.fedoraproject.org/pub/epel/7/${LINUX_ARCH}/%SUBDIR%/ \ + http://dl.fedoraproject.org/pub/epel/7/SRPMS/%SUBDIR%/:SOURCE +.endif + .if !defined(IGNORE_MASTER_SITE_FEDORA_LINUX) MASTER_SITE_FEDORA_LINUX+= \ http://archives.fedoraproject.org/pub/archive/fedora/linux/%SUBDIR%/:DEFAULT,SOURCE \ Modified: head/accessibility/Makefile ============================================================================== --- head/accessibility/Makefile Wed Oct 19 14:44:46 2016 (r424258) +++ head/accessibility/Makefile Wed Oct 19 14:50:26 2016 (r424259) @@ -25,6 +25,7 @@ SUBDIR += kmousetool SUBDIR += kmouth SUBDIR += linux-c6-atk + SUBDIR += linux-c7-atk SUBDIR += linux-f10-atk SUBDIR += mousetweaks SUBDIR += orca Modified: head/accessibility/linux-c7-atk/Makefile ============================================================================== --- head/accessibility/linux-c6-atk/Makefile Thu Sep 29 19:15:34 2016 (r422939) +++ head/accessibility/linux-c7-atk/Makefile Wed Oct 19 14:50:26 2016 (r424259) @@ -1,20 +1,21 @@ -# Created by: Artyom Mirgorodskiy +# Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= atk -PORTVERSION= 1.30.0 +PORTVERSION= 2.14.0 CATEGORIES= accessibility linux MAINTAINER= emulation@FreeBSD.org -COMMENT= Accessibility Toolkit, Linux/i386 binary (Linux CentOS ${LINUX_DIST_VER}) +COMMENT= Accessibility Toolkit, Linux binary (Linux CentOS ${LINUX_DIST_VER}) LICENSE= GPLv3 -CONFLICTS= linux-atk-[0-9]* linux-f10-atk-[0-9]* +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* -USES= linux:c6 -RPMVERSION= 1.el6 +USES= linux:c7 +RPMVERSION= 1.el7 USE_LINUX_RPM= yes USE_LDCONFIG= yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Modified: head/accessibility/linux-c7-atk/distinfo.i386 ============================================================================== --- head/accessibility/linux-c6-atk/distinfo.i386 Thu Sep 29 19:15:34 2016 (r422939) +++ head/accessibility/linux-c7-atk/distinfo.i386 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,5 +1,5 @@ -TIMESTAMP = 1466256704 -SHA256 (rpm/i686/centos/6.8/atk-1.30.0-1.el6.i686.rpm) = 1fb6cdc8bdeaab448dc07d6c326fe402e3170e7b4e9fff84de45c6fc9aeee216 -SIZE (rpm/i686/centos/6.8/atk-1.30.0-1.el6.i686.rpm) = 198868 -SHA256 (rpm/i686/centos/6.8/atk-1.30.0-1.el6.src.rpm) = fc87523ecb6cb944f9452a9da4385c73346acc3714ea494d3110245c4fbce12a -SIZE (rpm/i686/centos/6.8/atk-1.30.0-1.el6.src.rpm) = 758480 +TIMESTAMP = 1473356007 +SHA256 (rpm/centos/7.2.1511/i386/atk-2.14.0-1.el7.i686.rpm) = fc169a185c6eff9ee057c9020b8fef1f4055c2b14471b1b71f98c9c6c570fadc +SIZE (rpm/centos/7.2.1511/i386/atk-2.14.0-1.el7.i686.rpm) = 256204 +SHA256 (rpm/centos/7.2.1511/i386/atk-2.14.0-1.el7.src.rpm) = d1aac0f30e3a19dc7557ac2f92e18623cda894b1e9241a48b6d06b8628e742c8 +SIZE (rpm/centos/7.2.1511/i386/atk-2.14.0-1.el7.src.rpm) = 714590 Modified: head/accessibility/linux-c7-atk/distinfo.x86_64 ============================================================================== --- head/accessibility/linux-c6-atk/distinfo.x86_64 Thu Sep 29 19:15:34 2016 (r422939) +++ head/accessibility/linux-c7-atk/distinfo.x86_64 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,7 +1,7 @@ -TIMESTAMP = 1466257004 -SHA256 (rpm/x86_64/centos/6.8/atk-1.30.0-1.el6.x86_64.rpm) = 0627b9fa757608512a7f7fd0f887717212e58f3d8af8e0ca338af73a38d9b65b -SIZE (rpm/x86_64/centos/6.8/atk-1.30.0-1.el6.x86_64.rpm) = 200052 -SHA256 (rpm/x86_64/centos/6.8/atk-1.30.0-1.el6.i686.rpm) = 1fb6cdc8bdeaab448dc07d6c326fe402e3170e7b4e9fff84de45c6fc9aeee216 -SIZE (rpm/x86_64/centos/6.8/atk-1.30.0-1.el6.i686.rpm) = 198868 -SHA256 (rpm/x86_64/centos/6.8/atk-1.30.0-1.el6.src.rpm) = fc87523ecb6cb944f9452a9da4385c73346acc3714ea494d3110245c4fbce12a -SIZE (rpm/x86_64/centos/6.8/atk-1.30.0-1.el6.src.rpm) = 758480 +TIMESTAMP = 1473674923 +SHA256 (rpm/centos/7.2.1511/x86_64/atk-2.14.0-1.el7.i686.rpm) = fc169a185c6eff9ee057c9020b8fef1f4055c2b14471b1b71f98c9c6c570fadc +SIZE (rpm/centos/7.2.1511/x86_64/atk-2.14.0-1.el7.i686.rpm) = 256204 +SHA256 (rpm/centos/7.2.1511/x86_64/atk-2.14.0-1.el7.x86_64.rpm) = 298e5c773f2b0dfe46219dc50ef63a9054c29f9e79e406f1589410f5e99c6a74 +SIZE (rpm/centos/7.2.1511/x86_64/atk-2.14.0-1.el7.x86_64.rpm) = 257180 +SHA256 (rpm/centos/7.2.1511/x86_64/atk-2.14.0-1.el7.src.rpm) = d1aac0f30e3a19dc7557ac2f92e18623cda894b1e9241a48b6d06b8628e742c8 +SIZE (rpm/centos/7.2.1511/x86_64/atk-2.14.0-1.el7.src.rpm) = 714590 Modified: head/accessibility/linux-c7-atk/pkg-plist.i386 ============================================================================== --- head/accessibility/linux-c6-atk/pkg-plist.i386 Thu Sep 29 19:15:34 2016 (r422939) +++ head/accessibility/linux-c7-atk/pkg-plist.i386 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,11 +1,13 @@ +usr/lib/girepository-1.0/Atk-1.0.typelib usr/lib/libatk-1.0.so.0 -usr/lib/libatk-1.0.so.0.3009.1 -usr/share/doc/atk-1.30.0/AUTHORS -usr/share/doc/atk-1.30.0/COPYING -usr/share/doc/atk-1.30.0/NEWS -usr/share/doc/atk-1.30.0/README +usr/lib/libatk-1.0.so.0.21409.1 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README usr/share/locale/af/LC_MESSAGES/atk10.mo usr/share/locale/am/LC_MESSAGES/atk10.mo +usr/share/locale/an/LC_MESSAGES/atk10.mo usr/share/locale/ar/LC_MESSAGES/atk10.mo usr/share/locale/as/LC_MESSAGES/atk10.mo usr/share/locale/ast/LC_MESSAGES/atk10.mo @@ -24,8 +26,8 @@ usr/share/locale/da/LC_MESSAGES/atk10.mo usr/share/locale/de/LC_MESSAGES/atk10.mo usr/share/locale/dz/LC_MESSAGES/atk10.mo usr/share/locale/el/LC_MESSAGES/atk10.mo -usr/share/locale/en_CA/LC_MESSAGES/atk10.mo usr/share/locale/en@shaw/LC_MESSAGES/atk10.mo +usr/share/locale/en_CA/LC_MESSAGES/atk10.mo usr/share/locale/en_GB/LC_MESSAGES/atk10.mo usr/share/locale/eo/LC_MESSAGES/atk10.mo usr/share/locale/es/LC_MESSAGES/atk10.mo @@ -41,11 +43,14 @@ usr/share/locale/he/LC_MESSAGES/atk10.mo usr/share/locale/hi/LC_MESSAGES/atk10.mo usr/share/locale/hr/LC_MESSAGES/atk10.mo usr/share/locale/hu/LC_MESSAGES/atk10.mo +usr/share/locale/hy/LC_MESSAGES/atk10.mo usr/share/locale/id/LC_MESSAGES/atk10.mo usr/share/locale/is/LC_MESSAGES/atk10.mo usr/share/locale/it/LC_MESSAGES/atk10.mo usr/share/locale/ja/LC_MESSAGES/atk10.mo usr/share/locale/ka/LC_MESSAGES/atk10.mo +usr/share/locale/kk/LC_MESSAGES/atk10.mo +usr/share/locale/km/LC_MESSAGES/atk10.mo usr/share/locale/kn/LC_MESSAGES/atk10.mo usr/share/locale/ko/LC_MESSAGES/atk10.mo usr/share/locale/ku/LC_MESSAGES/atk10.mo @@ -82,6 +87,7 @@ usr/share/locale/sr@latin/LC_MESSAGES/at usr/share/locale/sv/LC_MESSAGES/atk10.mo usr/share/locale/ta/LC_MESSAGES/atk10.mo usr/share/locale/te/LC_MESSAGES/atk10.mo +usr/share/locale/tg/LC_MESSAGES/atk10.mo usr/share/locale/th/LC_MESSAGES/atk10.mo usr/share/locale/tk/LC_MESSAGES/atk10.mo usr/share/locale/tr/LC_MESSAGES/atk10.mo @@ -95,3 +101,4 @@ usr/share/locale/yi/LC_MESSAGES/atk10.mo usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo +usr/share/locale/zu/LC_MESSAGES/atk10.mo Modified: head/accessibility/linux-c7-atk/pkg-plist.x86_64 ============================================================================== --- head/accessibility/linux-c6-atk/pkg-plist.x86_64 Thu Sep 29 19:15:34 2016 (r422939) +++ head/accessibility/linux-c7-atk/pkg-plist.x86_64 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,13 +1,16 @@ +usr/lib/girepository-1.0/Atk-1.0.typelib usr/lib/libatk-1.0.so.0 -usr/lib/libatk-1.0.so.0.3009.1 +usr/lib/libatk-1.0.so.0.21409.1 +usr/lib64/girepository-1.0/Atk-1.0.typelib usr/lib64/libatk-1.0.so.0 -usr/lib64/libatk-1.0.so.0.3009.1 -usr/share/doc/atk-1.30.0/AUTHORS -usr/share/doc/atk-1.30.0/COPYING -usr/share/doc/atk-1.30.0/NEWS -usr/share/doc/atk-1.30.0/README +usr/lib64/libatk-1.0.so.0.21409.1 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README usr/share/locale/af/LC_MESSAGES/atk10.mo usr/share/locale/am/LC_MESSAGES/atk10.mo +usr/share/locale/an/LC_MESSAGES/atk10.mo usr/share/locale/ar/LC_MESSAGES/atk10.mo usr/share/locale/as/LC_MESSAGES/atk10.mo usr/share/locale/ast/LC_MESSAGES/atk10.mo @@ -26,8 +29,8 @@ usr/share/locale/da/LC_MESSAGES/atk10.mo usr/share/locale/de/LC_MESSAGES/atk10.mo usr/share/locale/dz/LC_MESSAGES/atk10.mo usr/share/locale/el/LC_MESSAGES/atk10.mo -usr/share/locale/en_CA/LC_MESSAGES/atk10.mo usr/share/locale/en@shaw/LC_MESSAGES/atk10.mo +usr/share/locale/en_CA/LC_MESSAGES/atk10.mo usr/share/locale/en_GB/LC_MESSAGES/atk10.mo usr/share/locale/eo/LC_MESSAGES/atk10.mo usr/share/locale/es/LC_MESSAGES/atk10.mo @@ -43,11 +46,14 @@ usr/share/locale/he/LC_MESSAGES/atk10.mo usr/share/locale/hi/LC_MESSAGES/atk10.mo usr/share/locale/hr/LC_MESSAGES/atk10.mo usr/share/locale/hu/LC_MESSAGES/atk10.mo +usr/share/locale/hy/LC_MESSAGES/atk10.mo usr/share/locale/id/LC_MESSAGES/atk10.mo usr/share/locale/is/LC_MESSAGES/atk10.mo usr/share/locale/it/LC_MESSAGES/atk10.mo usr/share/locale/ja/LC_MESSAGES/atk10.mo usr/share/locale/ka/LC_MESSAGES/atk10.mo +usr/share/locale/kk/LC_MESSAGES/atk10.mo +usr/share/locale/km/LC_MESSAGES/atk10.mo usr/share/locale/kn/LC_MESSAGES/atk10.mo usr/share/locale/ko/LC_MESSAGES/atk10.mo usr/share/locale/ku/LC_MESSAGES/atk10.mo @@ -84,6 +90,7 @@ usr/share/locale/sr@latin/LC_MESSAGES/at usr/share/locale/sv/LC_MESSAGES/atk10.mo usr/share/locale/ta/LC_MESSAGES/atk10.mo usr/share/locale/te/LC_MESSAGES/atk10.mo +usr/share/locale/tg/LC_MESSAGES/atk10.mo usr/share/locale/th/LC_MESSAGES/atk10.mo usr/share/locale/tk/LC_MESSAGES/atk10.mo usr/share/locale/tr/LC_MESSAGES/atk10.mo @@ -97,3 +104,4 @@ usr/share/locale/yi/LC_MESSAGES/atk10.mo usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo +usr/share/locale/zu/LC_MESSAGES/atk10.mo Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed Oct 19 14:44:46 2016 (r424258) +++ head/audio/Makefile Wed Oct 19 14:50:26 2016 (r424259) @@ -433,6 +433,20 @@ SUBDIR += linux-c6-pulseaudio-libs SUBDIR += linux-c6-pulseaudio-utils SUBDIR += linux-c6-sdl_mixer + SUBDIR += linux-c7-alsa-lib + SUBDIR += linux-c7-alsa-plugins-oss + SUBDIR += linux-c7-alsa-plugins-pulseaudio + SUBDIR += linux-c7-alsa-utils + SUBDIR += linux-c7-audiofile + SUBDIR += linux-c7-esound + SUBDIR += linux-c7-flac + SUBDIR += linux-c7-libogg + SUBDIR += linux-c7-libsndfile + SUBDIR += linux-c7-libvorbis + SUBDIR += linux-c7-openal-soft + SUBDIR += linux-c7-pulseaudio-libs + SUBDIR += linux-c7-pulseaudio-utils + SUBDIR += linux-c7-sdl_mixer SUBDIR += linux-f10-alsa-lib SUBDIR += linux-f10-alsa-plugins-oss SUBDIR += linux-f10-arts Modified: head/audio/linux-c7-alsa-lib/Makefile ============================================================================== --- head/audio/linux-c6-alsa-lib/Makefile Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-lib/Makefile Wed Oct 19 14:50:26 2016 (r424259) @@ -1,8 +1,8 @@ -# Created by: Artyom Mirgorodskiy +# Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= alsa-lib -PORTVERSION= 1.1.0 +PORTVERSION= 1.0.28 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org @@ -12,12 +12,11 @@ LICENSE= GPLv3 RUN_DEPENDS= alsa-lib>0:audio/alsa-lib -CONFLICTS= linux-f10-alsa-lib-[0-9]* +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* - -USES= linux:c6 +USES= linux:c7 USE_LINUX_RPM= yes -RPMVERSION= 4.el6 +RPMVERSION= 2.el7 USE_LDCONFIG= yes # We will use native configuration file, so delete a linux one Modified: head/audio/linux-c7-alsa-lib/distinfo.i386 ============================================================================== --- head/audio/linux-c6-alsa-lib/distinfo.i386 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-lib/distinfo.i386 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,5 +1,5 @@ -TIMESTAMP = 1466256753 -SHA256 (rpm/i686/centos/6.8/alsa-lib-1.1.0-4.el6.i686.rpm) = 3f18536968313c6fe6d4be3b7d89c38d125ade6478b2cf16390dc201cad6fe1d -SIZE (rpm/i686/centos/6.8/alsa-lib-1.1.0-4.el6.i686.rpm) = 396620 -SHA256 (rpm/i686/centos/6.8/alsa-lib-1.1.0-4.el6.src.rpm) = c9da74019a70c7d5dc9841702220d8a8aec7426f95276c28edd489a8ab6124f5 -SIZE (rpm/i686/centos/6.8/alsa-lib-1.1.0-4.el6.src.rpm) = 953455 +TIMESTAMP = 1473356028 +SHA256 (rpm/centos/7.2.1511/i386/alsa-lib-1.0.28-2.el7.i686.rpm) = a34e74ce0536c7fe9d1efa52d4f17f9936fedfb22e74da820fae630da827b3bb +SIZE (rpm/centos/7.2.1511/i386/alsa-lib-1.0.28-2.el7.i686.rpm) = 400068 +SHA256 (rpm/centos/7.2.1511/i386/alsa-lib-1.0.28-2.el7.src.rpm) = f0d05302a834eaa3f73a3fdb467320bdbe507d053bb15caa8a55c7c514025578 +SIZE (rpm/centos/7.2.1511/i386/alsa-lib-1.0.28-2.el7.src.rpm) = 948434 Modified: head/audio/linux-c7-alsa-lib/distinfo.x86_64 ============================================================================== --- head/audio/linux-c6-alsa-lib/distinfo.x86_64 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-lib/distinfo.x86_64 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,7 +1,7 @@ -TIMESTAMP = 1466257275 -SHA256 (rpm/x86_64/centos/6.8/alsa-lib-1.1.0-4.el6.x86_64.rpm) = bfc2cdcd83083c9df5bf4a9ce1b6b73121b54c85d9eb5834dce75caae58b9a4a -SIZE (rpm/x86_64/centos/6.8/alsa-lib-1.1.0-4.el6.x86_64.rpm) = 398332 -SHA256 (rpm/x86_64/centos/6.8/alsa-lib-1.1.0-4.el6.i686.rpm) = 3f18536968313c6fe6d4be3b7d89c38d125ade6478b2cf16390dc201cad6fe1d -SIZE (rpm/x86_64/centos/6.8/alsa-lib-1.1.0-4.el6.i686.rpm) = 396620 -SHA256 (rpm/x86_64/centos/6.8/alsa-lib-1.1.0-4.el6.src.rpm) = c9da74019a70c7d5dc9841702220d8a8aec7426f95276c28edd489a8ab6124f5 -SIZE (rpm/x86_64/centos/6.8/alsa-lib-1.1.0-4.el6.src.rpm) = 953455 +TIMESTAMP = 1473674933 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-lib-1.0.28-2.el7.i686.rpm) = a34e74ce0536c7fe9d1efa52d4f17f9936fedfb22e74da820fae630da827b3bb +SIZE (rpm/centos/7.2.1511/x86_64/alsa-lib-1.0.28-2.el7.i686.rpm) = 400068 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-lib-1.0.28-2.el7.x86_64.rpm) = 340bfed2206d6b765fa2f342f7da13209075132ae9f27956676ca6aa53a353f0 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-lib-1.0.28-2.el7.x86_64.rpm) = 400324 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-lib-1.0.28-2.el7.src.rpm) = f0d05302a834eaa3f73a3fdb467320bdbe507d053bb15caa8a55c7c514025578 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-lib-1.0.28-2.el7.src.rpm) = 948434 Modified: head/audio/linux-c7-alsa-lib/pkg-plist.i386 ============================================================================== --- head/audio/linux-c6-alsa-lib/pkg-plist.i386 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-lib/pkg-plist.i386 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,7 +1,7 @@ -@comment file listing etc/asound.conf lib/libasound.so.2 lib/libasound.so.2.0.0 +lib/modprobe.d/dist-alsa.conf usr/bin/aserver usr/lib/alsa-lib/smixer/smixer-ac97.so usr/lib/alsa-lib/smixer/smixer-hda.so @@ -53,8 +53,6 @@ usr/share/alsa/cards/RME9636.conf usr/share/alsa/cards/RME9652.conf usr/share/alsa/cards/SB-XFi.conf usr/share/alsa/cards/SI7018.conf -usr/share/alsa/cards/SI7018/sndoc-mixer.alisp -usr/share/alsa/cards/SI7018/sndop-mixer.alisp usr/share/alsa/cards/TRID4DWAVENX.conf usr/share/alsa/cards/USB-Audio.conf usr/share/alsa/cards/VIA686A.conf @@ -65,7 +63,6 @@ usr/share/alsa/cards/VX222.conf usr/share/alsa/cards/VXPocket.conf usr/share/alsa/cards/VXPocket440.conf usr/share/alsa/cards/YMF744.conf -usr/share/alsa/cards/aliases.alisp usr/share/alsa/cards/aliases.conf usr/share/alsa/pcm/center_lfe.conf usr/share/alsa/pcm/default.conf @@ -85,40 +82,8 @@ usr/share/alsa/pcm/surround50.conf usr/share/alsa/pcm/surround51.conf usr/share/alsa/pcm/surround71.conf usr/share/alsa/smixer.conf -usr/share/alsa/sndo-mixer.alisp -usr/share/alsa/topology/broadwell/broadwell.conf -usr/share/alsa/ucm/DAISY-I2S/DAISY-I2S.conf -usr/share/alsa/ucm/DAISY-I2S/HiFi.conf -usr/share/alsa/ucm/GoogleNyan/GoogleNyan.conf -usr/share/alsa/ucm/GoogleNyan/HiFi.conf -usr/share/alsa/ucm/PAZ00/HiFi.conf -usr/share/alsa/ucm/PAZ00/PAZ00.conf -usr/share/alsa/ucm/PAZ00/Record.conf -usr/share/alsa/ucm/PandaBoard/FMAnalog -usr/share/alsa/ucm/PandaBoard/PandaBoard.conf -usr/share/alsa/ucm/PandaBoard/hifi -usr/share/alsa/ucm/PandaBoard/hifiLP -usr/share/alsa/ucm/PandaBoard/record -usr/share/alsa/ucm/PandaBoard/voice -usr/share/alsa/ucm/PandaBoard/voiceCall -usr/share/alsa/ucm/PandaBoardES/FMAnalog -usr/share/alsa/ucm/PandaBoardES/PandaBoardES.conf -usr/share/alsa/ucm/PandaBoardES/hifi -usr/share/alsa/ucm/PandaBoardES/hifiLP -usr/share/alsa/ucm/PandaBoardES/record -usr/share/alsa/ucm/PandaBoardES/voice -usr/share/alsa/ucm/PandaBoardES/voiceCall -usr/share/alsa/ucm/SDP4430/FMAnalog -usr/share/alsa/ucm/SDP4430/SDP4430.conf -usr/share/alsa/ucm/SDP4430/hifi -usr/share/alsa/ucm/SDP4430/hifiLP -usr/share/alsa/ucm/SDP4430/record -usr/share/alsa/ucm/SDP4430/voice -usr/share/alsa/ucm/SDP4430/voiceCall -usr/share/alsa/ucm/broadwell-rt286/HiFi -usr/share/alsa/ucm/broadwell-rt286/broadwell-rt286.conf -usr/share/alsa/ucm/tegraalc5632/tegraalc5632.conf -%%PORTDOCS%%usr/share/doc/alsa-lib-1.1.0/COPYING -%%PORTDOCS%%usr/share/doc/alsa-lib-1.1.0/ChangeLog -%%PORTDOCS%%usr/share/doc/alsa-lib-1.1.0/TODO -%%PORTDOCS%%usr/share/doc/alsa-lib-1.1.0/asoundrc.txt +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/asoundrc.txt +%%PORTDOCS%%%%DOCSDIR%%/modprobe-dist-oss.conf +@dir usr/share/alsa/ucm Modified: head/audio/linux-c7-alsa-lib/pkg-plist.x86_64 ============================================================================== --- head/audio/linux-c6-alsa-lib/pkg-plist.x86_64 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-lib/pkg-plist.x86_64 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,6 +1,7 @@ etc/asound.conf lib/libasound.so.2 lib/libasound.so.2.0.0 +lib/modprobe.d/dist-alsa.conf lib64/libasound.so.2 lib64/libasound.so.2.0.0 usr/bin/aserver @@ -57,8 +58,6 @@ usr/share/alsa/cards/RME9636.conf usr/share/alsa/cards/RME9652.conf usr/share/alsa/cards/SB-XFi.conf usr/share/alsa/cards/SI7018.conf -usr/share/alsa/cards/SI7018/sndoc-mixer.alisp -usr/share/alsa/cards/SI7018/sndop-mixer.alisp usr/share/alsa/cards/TRID4DWAVENX.conf usr/share/alsa/cards/USB-Audio.conf usr/share/alsa/cards/VIA686A.conf @@ -69,7 +68,6 @@ usr/share/alsa/cards/VX222.conf usr/share/alsa/cards/VXPocket.conf usr/share/alsa/cards/VXPocket440.conf usr/share/alsa/cards/YMF744.conf -usr/share/alsa/cards/aliases.alisp usr/share/alsa/cards/aliases.conf usr/share/alsa/pcm/center_lfe.conf usr/share/alsa/pcm/default.conf @@ -89,40 +87,8 @@ usr/share/alsa/pcm/surround50.conf usr/share/alsa/pcm/surround51.conf usr/share/alsa/pcm/surround71.conf usr/share/alsa/smixer.conf -usr/share/alsa/sndo-mixer.alisp -usr/share/alsa/topology/broadwell/broadwell.conf -usr/share/alsa/ucm/DAISY-I2S/DAISY-I2S.conf -usr/share/alsa/ucm/DAISY-I2S/HiFi.conf -usr/share/alsa/ucm/GoogleNyan/GoogleNyan.conf -usr/share/alsa/ucm/GoogleNyan/HiFi.conf -usr/share/alsa/ucm/PAZ00/HiFi.conf -usr/share/alsa/ucm/PAZ00/PAZ00.conf -usr/share/alsa/ucm/PAZ00/Record.conf -usr/share/alsa/ucm/PandaBoard/FMAnalog -usr/share/alsa/ucm/PandaBoard/PandaBoard.conf -usr/share/alsa/ucm/PandaBoard/hifi -usr/share/alsa/ucm/PandaBoard/hifiLP -usr/share/alsa/ucm/PandaBoard/record -usr/share/alsa/ucm/PandaBoard/voice -usr/share/alsa/ucm/PandaBoard/voiceCall -usr/share/alsa/ucm/PandaBoardES/FMAnalog -usr/share/alsa/ucm/PandaBoardES/PandaBoardES.conf -usr/share/alsa/ucm/PandaBoardES/hifi -usr/share/alsa/ucm/PandaBoardES/hifiLP -usr/share/alsa/ucm/PandaBoardES/record -usr/share/alsa/ucm/PandaBoardES/voice -usr/share/alsa/ucm/PandaBoardES/voiceCall -usr/share/alsa/ucm/SDP4430/FMAnalog -usr/share/alsa/ucm/SDP4430/SDP4430.conf -usr/share/alsa/ucm/SDP4430/hifi -usr/share/alsa/ucm/SDP4430/hifiLP -usr/share/alsa/ucm/SDP4430/record -usr/share/alsa/ucm/SDP4430/voice -usr/share/alsa/ucm/SDP4430/voiceCall -usr/share/alsa/ucm/broadwell-rt286/HiFi -usr/share/alsa/ucm/broadwell-rt286/broadwell-rt286.conf -usr/share/alsa/ucm/tegraalc5632/tegraalc5632.conf -%%PORTDOCS%%usr/share/doc/alsa-lib-1.1.0/COPYING -%%PORTDOCS%%usr/share/doc/alsa-lib-1.1.0/ChangeLog -%%PORTDOCS%%usr/share/doc/alsa-lib-1.1.0/TODO -%%PORTDOCS%%usr/share/doc/alsa-lib-1.1.0/asoundrc.txt +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/asoundrc.txt +%%PORTDOCS%%%%DOCSDIR%%/modprobe-dist-oss.conf +@dir usr/share/alsa/ucm Modified: head/audio/linux-c7-alsa-plugins-oss/Makefile ============================================================================== --- head/audio/linux-c6-alsa-plugins-oss/Makefile Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-plugins-oss/Makefile Wed Oct 19 14:50:26 2016 (r424259) @@ -1,8 +1,8 @@ -# Created by: Artyom Mirgorodskiy +# Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= alsa-plugins-oss -PORTVERSION= 1.1.0 +PORTVERSION= 1.0.27 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org @@ -10,14 +10,14 @@ COMMENT= OSS plugin for ALSA (Linux Cent LICENSE= GPLv3 -CONFLICTS= linux-f10-alsa-plugins-oss-[0-9]* +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* SRC_DISTFILES= alsa-plugins-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE -USES= linux:c6 +USES= linux:c7 USE_LINUX= alsalib USE_LINUX_RPM= yes -RPMVERSION= 1.el6 +RPMVERSION= 3.el7 USE_LDCONFIG= yes Modified: head/audio/linux-c7-alsa-plugins-oss/distinfo.i386 ============================================================================== --- head/audio/linux-c6-alsa-plugins-oss/distinfo.i386 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-plugins-oss/distinfo.i386 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,5 +1,5 @@ -TIMESTAMP = 1466256756 -SHA256 (rpm/i686/centos/6.8/alsa-plugins-oss-1.1.0-1.el6.i686.rpm) = 365237b3aad6528f3b0f68912e108eb3dfab3b37ee580ce165d65e31cb9cea39 -SIZE (rpm/i686/centos/6.8/alsa-plugins-oss-1.1.0-1.el6.i686.rpm) = 28740 -SHA256 (rpm/i686/centos/6.8/alsa-plugins-1.1.0-1.el6.src.rpm) = 231cd1118cc663ece2d96c3d4e5ebe4515b63959ec45ed13ad143b947c5ed6eb -SIZE (rpm/i686/centos/6.8/alsa-plugins-1.1.0-1.el6.src.rpm) = 380059 +TIMESTAMP = 1473356030 +SHA256 (rpm/centos/7.2.1511/i386/alsa-plugins-oss-1.0.27-3.el7.i686.rpm) = 2d9159315d81e7ec27a33b3fa2acaa1cd773afc7a2753b450f59ba4b21b32d55 +SIZE (rpm/centos/7.2.1511/i386/alsa-plugins-oss-1.0.27-3.el7.i686.rpm) = 32156 +SHA256 (rpm/centos/7.2.1511/i386/alsa-plugins-1.0.27-3.el7.src.rpm) = beb2c6be273b3c85fe960634c77ea0dc9b8dba3d0cacddfbb0eaf2a463b58e25 +SIZE (rpm/centos/7.2.1511/i386/alsa-plugins-1.0.27-3.el7.src.rpm) = 378782 Modified: head/audio/linux-c7-alsa-plugins-oss/distinfo.x86_64 ============================================================================== --- head/audio/linux-c6-alsa-plugins-oss/distinfo.x86_64 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-plugins-oss/distinfo.x86_64 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,7 +1,7 @@ -TIMESTAMP = 1466257283 -SHA256 (rpm/x86_64/centos/6.8/alsa-plugins-oss-1.1.0-1.el6.x86_64.rpm) = 4b0e5da16e68381b0683fef424a2a1e3da2bd9921949d79095f8274a5b6890eb -SIZE (rpm/x86_64/centos/6.8/alsa-plugins-oss-1.1.0-1.el6.x86_64.rpm) = 29068 -SHA256 (rpm/x86_64/centos/6.8/alsa-plugins-oss-1.1.0-1.el6.i686.rpm) = 365237b3aad6528f3b0f68912e108eb3dfab3b37ee580ce165d65e31cb9cea39 -SIZE (rpm/x86_64/centos/6.8/alsa-plugins-oss-1.1.0-1.el6.i686.rpm) = 28740 -SHA256 (rpm/x86_64/centos/6.8/alsa-plugins-1.1.0-1.el6.src.rpm) = 231cd1118cc663ece2d96c3d4e5ebe4515b63959ec45ed13ad143b947c5ed6eb -SIZE (rpm/x86_64/centos/6.8/alsa-plugins-1.1.0-1.el6.src.rpm) = 380059 +TIMESTAMP = 1473674934 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-plugins-oss-1.0.27-3.el7.i686.rpm) = 2d9159315d81e7ec27a33b3fa2acaa1cd773afc7a2753b450f59ba4b21b32d55 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-plugins-oss-1.0.27-3.el7.i686.rpm) = 32156 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-plugins-oss-1.0.27-3.el7.x86_64.rpm) = 5fb8730d79ba211a9b4ed7e80ba2fd7131d9af4f00696f65922313bf7b9e73e4 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-plugins-oss-1.0.27-3.el7.x86_64.rpm) = 32564 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-plugins-1.0.27-3.el7.src.rpm) = beb2c6be273b3c85fe960634c77ea0dc9b8dba3d0cacddfbb0eaf2a463b58e25 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-plugins-1.0.27-3.el7.src.rpm) = 378782 Modified: head/audio/linux-c7-alsa-plugins-oss/pkg-plist.i386 ============================================================================== --- head/audio/linux-c6-alsa-plugins-oss/pkg-plist.i386 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-plugins-oss/pkg-plist.i386 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,5 +1,6 @@ usr/lib/alsa-lib/libasound_module_ctl_oss.so usr/lib/alsa-lib/libasound_module_pcm_oss.so -%%PORTDOCS%%usr/share/doc/alsa-plugins-oss-1.1.0/COPYING -%%PORTDOCS%%usr/share/doc/alsa-plugins-oss-1.1.0/COPYING.GPL -%%PORTDOCS%%usr/share/doc/alsa-plugins-oss-1.1.0/README-pcm-oss +usr/share/alsa/alsa.conf.d/50-pcm-oss.conf +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL +%%PORTDOCS%%%%DOCSDIR%%/README-pcm-oss Modified: head/audio/linux-c7-alsa-plugins-oss/pkg-plist.x86_64 ============================================================================== --- head/audio/linux-c6-alsa-plugins-oss/pkg-plist.x86_64 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-plugins-oss/pkg-plist.x86_64 Wed Oct 19 14:50:26 2016 (r424259) @@ -2,6 +2,7 @@ usr/lib/alsa-lib/libasound_module_ctl_os usr/lib/alsa-lib/libasound_module_pcm_oss.so usr/lib64/alsa-lib/libasound_module_ctl_oss.so usr/lib64/alsa-lib/libasound_module_pcm_oss.so -%%PORTDOCS%%usr/share/doc/alsa-plugins-oss-1.1.0/COPYING -%%PORTDOCS%%usr/share/doc/alsa-plugins-oss-1.1.0/COPYING.GPL -%%PORTDOCS%%usr/share/doc/alsa-plugins-oss-1.1.0/README-pcm-oss +usr/share/alsa/alsa.conf.d/50-pcm-oss.conf +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL +%%PORTDOCS%%%%DOCSDIR%%/README-pcm-oss Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile ============================================================================== --- head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile Wed Oct 19 14:50:26 2016 (r424259) @@ -1,9 +1,8 @@ -# Created by: Johannes Meixner +# Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= alsa-plugins-pulseaudio -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.27 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org @@ -11,16 +10,14 @@ COMMENT= PulseAudio plugin for ALSA (Lin LICENSE= GPLv3 -CONFLICTS= linux-f10-alsa-plugins-pulseaudio-[0-9]* +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* -.if defined(PACKAGE_BUILDING) SRC_DISTFILES= alsa-plugins-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE -.endif -USES= linux:c6 +USES= linux:c7 USE_LINUX= alsalib pulseaudio-libs USE_LINUX_RPM= yes -RPMVERSION= 1.el6 +RPMVERSION= 3.el7 USE_LDCONFIG= yes Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo.i386 ============================================================================== --- head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.i386 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo.i386 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,5 +1,5 @@ -TIMESTAMP = 1466256763 -SHA256 (rpm/i686/centos/6.8/alsa-plugins-pulseaudio-1.1.0-1.el6.i686.rpm) = 74cce02e05b775c7c8e769511e7cf82642324702b5cbc69b331732a785d7cd90 -SIZE (rpm/i686/centos/6.8/alsa-plugins-pulseaudio-1.1.0-1.el6.i686.rpm) = 35984 -SHA256 (rpm/i686/centos/6.8/alsa-plugins-1.1.0-1.el6.src.rpm) = 231cd1118cc663ece2d96c3d4e5ebe4515b63959ec45ed13ad143b947c5ed6eb -SIZE (rpm/i686/centos/6.8/alsa-plugins-1.1.0-1.el6.src.rpm) = 380059 +TIMESTAMP = 1473356030 +SHA256 (rpm/centos/7.2.1511/i386/alsa-plugins-pulseaudio-1.0.27-3.el7.i686.rpm) = e01a3d9ab8492593a82816da304532d73ee68862770498e322c0e86c50873590 +SIZE (rpm/centos/7.2.1511/i386/alsa-plugins-pulseaudio-1.0.27-3.el7.i686.rpm) = 41204 +SHA256 (rpm/centos/7.2.1511/i386/alsa-plugins-1.0.27-3.el7.src.rpm) = beb2c6be273b3c85fe960634c77ea0dc9b8dba3d0cacddfbb0eaf2a463b58e25 +SIZE (rpm/centos/7.2.1511/i386/alsa-plugins-1.0.27-3.el7.src.rpm) = 378782 Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo.x86_64 ============================================================================== --- head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.x86_64 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo.x86_64 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,7 +1,7 @@ -TIMESTAMP = 1466257292 -SHA256 (rpm/x86_64/centos/6.8/alsa-plugins-pulseaudio-1.1.0-1.el6.x86_64.rpm) = 2d9448ead1c38915b5929ca096d8910ed7730560354d561193b47e5f3dad90a5 -SIZE (rpm/x86_64/centos/6.8/alsa-plugins-pulseaudio-1.1.0-1.el6.x86_64.rpm) = 36712 -SHA256 (rpm/x86_64/centos/6.8/alsa-plugins-pulseaudio-1.1.0-1.el6.i686.rpm) = 74cce02e05b775c7c8e769511e7cf82642324702b5cbc69b331732a785d7cd90 -SIZE (rpm/x86_64/centos/6.8/alsa-plugins-pulseaudio-1.1.0-1.el6.i686.rpm) = 35984 -SHA256 (rpm/x86_64/centos/6.8/alsa-plugins-1.1.0-1.el6.src.rpm) = 231cd1118cc663ece2d96c3d4e5ebe4515b63959ec45ed13ad143b947c5ed6eb -SIZE (rpm/x86_64/centos/6.8/alsa-plugins-1.1.0-1.el6.src.rpm) = 380059 +TIMESTAMP = 1473674935 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-plugins-pulseaudio-1.0.27-3.el7.i686.rpm) = e01a3d9ab8492593a82816da304532d73ee68862770498e322c0e86c50873590 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-plugins-pulseaudio-1.0.27-3.el7.i686.rpm) = 41204 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-plugins-pulseaudio-1.0.27-3.el7.x86_64.rpm) = 35a1e3dfa9d8f2585b5e6ad2cd6b1f6fc951214bb46db6d0be5d37c208733638 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-plugins-pulseaudio-1.0.27-3.el7.x86_64.rpm) = 41936 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-plugins-1.0.27-3.el7.src.rpm) = beb2c6be273b3c85fe960634c77ea0dc9b8dba3d0cacddfbb0eaf2a463b58e25 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-plugins-1.0.27-3.el7.src.rpm) = 378782 Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 ============================================================================== --- head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist.i386 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,6 +1,6 @@ usr/lib/alsa-lib/libasound_module_conf_pulse.so usr/lib/alsa-lib/libasound_module_ctl_pulse.so usr/lib/alsa-lib/libasound_module_pcm_pulse.so -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.1.0/COPYING -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.1.0/COPYING.GPL -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.1.0/README-pulse +%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING +%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING.GPL +%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/README-pulse Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 ============================================================================== --- head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist.x86_64 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 Wed Oct 19 14:50:26 2016 (r424259) @@ -4,6 +4,6 @@ usr/lib/alsa-lib/libasound_module_pcm_pu usr/lib64/alsa-lib/libasound_module_conf_pulse.so usr/lib64/alsa-lib/libasound_module_ctl_pulse.so usr/lib64/alsa-lib/libasound_module_pcm_pulse.so -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.1.0/COPYING -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.1.0/COPYING.GPL -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.1.0/README-pulse +%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING +%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING.GPL +%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/README-pulse Modified: head/audio/linux-c7-alsa-utils/Makefile ============================================================================== --- head/audio/linux-c6-alsa-utils/Makefile Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-utils/Makefile Wed Oct 19 14:50:26 2016 (r424259) @@ -1,9 +1,8 @@ -# Created by: Johannes Meixner +# Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= alsa-utils -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.28 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org @@ -11,12 +10,12 @@ COMMENT= Advanced Linux Sound Architectu LICENSE= GPLv3 -CONFLICTS= linux-alsa-lib-[0-9]* linux-f10-alsa-lib-[0-9]* +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* USE_LINUX= alsalib alsa-plugins-oss -USES= linux:c6 +USES= linux:c7 USE_LINUX_RPM= nolib -RPMVERSION= 8.el6 +RPMVERSION= 4.el7 .include Modified: head/audio/linux-c7-alsa-utils/distinfo.i386 ============================================================================== --- head/audio/linux-c6-alsa-utils/distinfo.i386 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-utils/distinfo.i386 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,5 +1,5 @@ -TIMESTAMP = 1466256752 -SHA256 (rpm/i686/centos/6.8/alsa-utils-1.1.0-8.el6.i686.rpm) = 7ff61969b9135470be6cd1739b0126c9cbf223b30c2a60baf5911f86d7efeca4 -SIZE (rpm/i686/centos/6.8/alsa-utils-1.1.0-8.el6.i686.rpm) = 2063348 -SHA256 (rpm/i686/centos/6.8/alsa-utils-1.1.0-8.el6.src.rpm) = 63ac8d3089d14665206a7619bb212efa8a66a7a21445a3afe63a4d02dcb57a31 -SIZE (rpm/i686/centos/6.8/alsa-utils-1.1.0-8.el6.src.rpm) = 5516107 +TIMESTAMP = 1473356022 +SHA256 (rpm/centos/7.2.1511/i386/alsa-utils-1.0.28-4.el7.i686.rpm) = 9d6f0b9c73a6e979b67507e6bedda296a0b7e54fe178f6aaf401075eef65641e +SIZE (rpm/centos/7.2.1511/i386/alsa-utils-1.0.28-4.el7.i686.rpm) = 1058224 +SHA256 (rpm/centos/7.2.1511/i386/alsa-utils-1.0.28-4.el7.src.rpm) = 560f8ccbb0933ec9f4fb0e9b5449ea3a1ee6f5ed7b3eb65e11850815d9689b9e +SIZE (rpm/centos/7.2.1511/i386/alsa-utils-1.0.28-4.el7.src.rpm) = 1190041 Modified: head/audio/linux-c7-alsa-utils/distinfo.x86_64 ============================================================================== --- head/audio/linux-c6-alsa-utils/distinfo.x86_64 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-utils/distinfo.x86_64 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,5 +1,5 @@ -TIMESTAMP = 1466257270 -SHA256 (rpm/x86_64/centos/6.8/alsa-utils-1.1.0-8.el6.x86_64.rpm) = a981e0ef0fbcddfbc849090ae19ef2f9e9fe67fdb7796a7eb61457bfa60e7b27 -SIZE (rpm/x86_64/centos/6.8/alsa-utils-1.1.0-8.el6.x86_64.rpm) = 2070184 -SHA256 (rpm/x86_64/centos/6.8/alsa-utils-1.1.0-8.el6.src.rpm) = 63ac8d3089d14665206a7619bb212efa8a66a7a21445a3afe63a4d02dcb57a31 -SIZE (rpm/x86_64/centos/6.8/alsa-utils-1.1.0-8.el6.src.rpm) = 5516107 +TIMESTAMP = 1473674930 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-utils-1.0.28-4.el7.x86_64.rpm) = acc8822e2fc4b041d2209e470c5140a77b581210cf4eb996a5c259f4a7632f21 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-utils-1.0.28-4.el7.x86_64.rpm) = 1065580 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-utils-1.0.28-4.el7.src.rpm) = 560f8ccbb0933ec9f4fb0e9b5449ea3a1ee6f5ed7b3eb65e11850815d9689b9e +SIZE (rpm/centos/7.2.1511/x86_64/alsa-utils-1.0.28-4.el7.src.rpm) = 1190041 Modified: head/audio/linux-c7-alsa-utils/pkg-plist.i386 ============================================================================== --- head/audio/linux-c6-alsa-utils/pkg-plist.i386 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-utils/pkg-plist.i386 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,19 +1,10 @@ -bin/alsaunmute etc/alsa/alsactl.conf -etc/udev/rules.d/90-alsa.rules -lib/alsa/init/00main -lib/alsa/init/ca0106 -lib/alsa/init/default -lib/alsa/init/hda -lib/alsa/init/help -lib/alsa/init/info -lib/alsa/init/test -sbin/alsactl usr/bin/aconnect -usr/bin/alsa-info -usr/bin/alsa-info.sh +usr/bin/alsa-delay usr/bin/alsaloop usr/bin/alsamixer +usr/bin/alsaucm +usr/bin/alsaunmute usr/bin/amidi usr/bin/amixer usr/bin/aplay @@ -24,21 +15,33 @@ usr/bin/aseqdump usr/bin/aseqnet usr/bin/iecset usr/bin/speaker-test -usr/sbin/alsa-delay +usr/lib/alsa/init/00main +usr/lib/alsa/init/ca0106 +usr/lib/alsa/init/default +usr/lib/alsa/init/hda +usr/lib/alsa/init/help +usr/lib/alsa/init/info +usr/lib/alsa/init/test +usr/lib/systemd/system/alsa-restore.service +usr/lib/systemd/system/alsa-state.service +usr/lib/systemd/system/alsa-store.service +usr/lib/systemd/system/basic.target.wants/alsa-restore.service +usr/lib/systemd/system/basic.target.wants/alsa-state.service +usr/lib/systemd/system/shutdown.target.wants/alsa-store.service +usr/lib/udev/rules.d/90-alsa-restore.rules +usr/sbin/alsa-info +usr/sbin/alsa-info.sh usr/sbin/alsactl usr/share/alsa/init usr/share/alsa/speaker-test/sample_map.csv -%%PORTDOCS%%usr/share/doc/alsa-utils-1.1.0/COPYING -%%PORTDOCS%%usr/share/doc/alsa-utils-1.1.0/ChangeLog -%%PORTDOCS%%usr/share/doc/alsa-utils-1.1.0/README -%%PORTDOCS%%usr/share/doc/alsa-utils-1.1.0/TODO +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO usr/share/locale/de/LC_MESSAGES/alsa-utils.mo usr/share/locale/fr/LC_MESSAGES/alsa-utils.mo usr/share/locale/ja/LC_MESSAGES/alsa-utils.mo usr/share/man/man1/aconnect.1.gz -usr/share/man/man1/alsa-delay.1.gz -usr/share/man/man1/alsa-info.1.gz -usr/share/man/man1/alsa-info.sh.1.gz usr/share/man/man1/alsactl.1.gz usr/share/man/man1/alsaloop.1.gz usr/share/man/man1/alsamixer.1.gz @@ -63,3 +66,4 @@ usr/share/sounds/alsa/Rear_Left.wav usr/share/sounds/alsa/Rear_Right.wav usr/share/sounds/alsa/Side_Left.wav usr/share/sounds/alsa/Side_Right.wav +@dir var/lib/alsa Modified: head/audio/linux-c7-alsa-utils/pkg-plist.x86_64 ============================================================================== --- head/audio/linux-c6-alsa-utils/pkg-plist.x86_64 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-alsa-utils/pkg-plist.x86_64 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,19 +1,10 @@ -bin/alsaunmute etc/alsa/alsactl.conf -etc/udev/rules.d/90-alsa.rules -lib/alsa/init/00main -lib/alsa/init/ca0106 -lib/alsa/init/default -lib/alsa/init/hda -lib/alsa/init/help -lib/alsa/init/info -lib/alsa/init/test -sbin/alsactl usr/bin/aconnect -usr/bin/alsa-info -usr/bin/alsa-info.sh +usr/bin/alsa-delay usr/bin/alsaloop usr/bin/alsamixer +usr/bin/alsaucm +usr/bin/alsaunmute usr/bin/amidi usr/bin/amixer usr/bin/aplay @@ -24,21 +15,33 @@ usr/bin/aseqdump usr/bin/aseqnet usr/bin/iecset usr/bin/speaker-test -usr/sbin/alsa-delay +usr/lib/alsa/init/00main +usr/lib/alsa/init/ca0106 +usr/lib/alsa/init/default +usr/lib/alsa/init/hda +usr/lib/alsa/init/help +usr/lib/alsa/init/info +usr/lib/alsa/init/test +usr/lib/systemd/system/alsa-restore.service +usr/lib/systemd/system/alsa-state.service +usr/lib/systemd/system/alsa-store.service +usr/lib/systemd/system/basic.target.wants/alsa-restore.service +usr/lib/systemd/system/basic.target.wants/alsa-state.service +usr/lib/systemd/system/shutdown.target.wants/alsa-store.service +usr/lib/udev/rules.d/90-alsa-restore.rules +usr/sbin/alsa-info +usr/sbin/alsa-info.sh usr/sbin/alsactl usr/share/alsa/init usr/share/alsa/speaker-test/sample_map.csv -%%PORTDOCS%%usr/share/doc/alsa-utils-1.1.0/COPYING -%%PORTDOCS%%usr/share/doc/alsa-utils-1.1.0/ChangeLog -%%PORTDOCS%%usr/share/doc/alsa-utils-1.1.0/README -%%PORTDOCS%%usr/share/doc/alsa-utils-1.1.0/TODO +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO usr/share/locale/de/LC_MESSAGES/alsa-utils.mo usr/share/locale/fr/LC_MESSAGES/alsa-utils.mo usr/share/locale/ja/LC_MESSAGES/alsa-utils.mo usr/share/man/man1/aconnect.1.gz -usr/share/man/man1/alsa-delay.1.gz -usr/share/man/man1/alsa-info.1.gz -usr/share/man/man1/alsa-info.sh.1.gz usr/share/man/man1/alsactl.1.gz usr/share/man/man1/alsaloop.1.gz usr/share/man/man1/alsamixer.1.gz @@ -63,3 +66,4 @@ usr/share/sounds/alsa/Rear_Left.wav usr/share/sounds/alsa/Rear_Right.wav usr/share/sounds/alsa/Side_Left.wav usr/share/sounds/alsa/Side_Right.wav +@dir var/lib/alsa Modified: head/audio/linux-c7-audiofile/Makefile ============================================================================== --- head/audio/linux-c6-libaudiofile/Makefile Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-audiofile/Makefile Wed Oct 19 14:50:26 2016 (r424259) @@ -1,23 +1,20 @@ -# Created by: Johannes Meixner +# Created by: Piotr Kubaj # $FreeBSD$ -PORTNAME= libaudiofile -PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTNAME= audiofile +PORTVERSION= 0.3.6 CATEGORIES= audio linux -DISTNAME= audiofile-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org -COMMENT= Implementation of the Audio File Library from SGI (Linux CentOS ${LINUX_DIST_VER}) +COMMENT= Implementation of the Audio File Library (Linux CentOS ${LINUX_DIST_VER}) CONTFLICTS= linux-libaudiofile-[0-9]* linux-f10-libaudiofile-[0-9]* -USES= linux:c6 -USE_LINUX_RPM= yes - -RPMVERSION= 11.1.el6 +RPMVERSION= 4.el7 +USES= linux:c7 USE_LDCONFIG= yes +USE_LINUX_RPM= yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DESCR= ${.CURDIR}/../lib${PORTNAME}/pkg-descr .include Modified: head/audio/linux-c7-audiofile/distinfo.i386 ============================================================================== --- head/audio/linux-c6-libaudiofile/distinfo.i386 Thu Sep 29 19:15:34 2016 (r422939) +++ head/audio/linux-c7-audiofile/distinfo.i386 Wed Oct 19 14:50:26 2016 (r424259) @@ -1,5 +1,5 @@ -TIMESTAMP = 1466263057 -SHA256 (rpm/i686/centos/6.8/audiofile-0.2.6-11.1.el6.i686.rpm) = 0c69612801fba085f31d4efb86516249349ef468629af48497de3480ed02394c -SIZE (rpm/i686/centos/6.8/audiofile-0.2.6-11.1.el6.i686.rpm) = 98100 -SHA256 (rpm/i686/centos/6.8/audiofile-0.2.6-11.1.el6.src.rpm) = fc01779d488a6430cfe2c437d996cfd42025a1864f2b15bd241325ecafc05f5b -SIZE (rpm/i686/centos/6.8/audiofile-0.2.6-11.1.el6.src.rpm) = 291993 +TIMESTAMP = 1473356056 +SHA256 (rpm/centos/7.2.1511/i386/audiofile-0.3.6-4.el7.i686.rpm) = ea641388c065b00c477680e658e14ada6a4353f9fbe8d04606946c92831771e7 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Oct 19 15:19:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50C02C1886E; Wed, 19 Oct 2016 15:19:56 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F90765D; Wed, 19 Oct 2016 15:19:55 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JFJtkf006834; Wed, 19 Oct 2016 15:19:55 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JFJs2F006831; Wed, 19 Oct 2016 15:19:54 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201610191519.u9JFJs2F006831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 19 Oct 2016 15:19:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424260 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 15:19:56 -0000 Author: gerald Date: Wed Oct 19 15:19:54 2016 New Revision: 424260 URL: https://svnweb.freebsd.org/changeset/ports/424260 Log: Update to Wine 1.9.21. This includes the following changes: - Initial version of the HID minidriver. - Support for lists in the RichEdit control. - System tray improvements. - Various bug fixes. Sort a number of entries in pkg-plist; all files within a given directory should be fine now, even module %%OPTIONS%%. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Wed Oct 19 14:50:26 2016 (r424259) +++ head/emulators/wine-devel/Makefile Wed Oct 19 15:19:54 2016 (r424260) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.9.20 +DISTVERSION= 1.9.21 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Wed Oct 19 14:50:26 2016 (r424259) +++ head/emulators/wine-devel/distinfo Wed Oct 19 15:19:54 2016 (r424260) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475476422 -SHA256 (wine-1.9.20.tar.bz2) = 2769f30642329916f12696f7be225644d28fc54d1b9181c979381d70b9a279df -SIZE (wine-1.9.20.tar.bz2) = 23555024 -SHA256 (v1.9.20.tar.gz) = 201506a3e58fd46b590cfc2f9f70d2e3ba6d3bcff5640da135cee9118e71babc -SIZE (v1.9.20.tar.gz) = 9979675 +TIMESTAMP = 1476886139 +SHA256 (wine-1.9.21.tar.bz2) = 8b6dd027021be9dd646d65bd19c0334c36dcf9403d8ed4a6e9460b6703efade1 +SIZE (wine-1.9.21.tar.bz2) = 23561191 +SHA256 (v1.9.21.tar.gz) = 88fd8263ba3c13c18423298c49a83d8922e5b45b4797edcd8723aa5d855ce84f +SIZE (v1.9.21.tar.gz) = 10007408 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Wed Oct 19 14:50:26 2016 (r424259) +++ head/emulators/wine-devel/pkg-plist Wed Oct 19 15:19:54 2016 (r424260) @@ -891,10 +891,10 @@ lib/wine/advapi32.dll.so lib/wine/advpack.dll.so lib/wine/amstream.dll.so %%STAGING%%lib/wine/api-ms-win-appmodel-runtime-l1-1-1.dll.so -lib/wine/api-ms-win-core-atoms-l1-1-0.dll.so %%STAGING%%lib/wine/api-ms-win-core-apiquery-l1-1-0.dll.so lib/wine/api-ms-win-core-appcompat-l1-1-1.dll.so lib/wine/api-ms-win-core-appinit-l1-1-0.dll.so +lib/wine/api-ms-win-core-atoms-l1-1-0.dll.so lib/wine/api-ms-win-core-bem-l1-1-0.dll.so lib/wine/api-ms-win-core-com-l1-1-0.dll.so %%STAGING%%lib/wine/api-ms-win-core-com-l1-1-1.dll.so @@ -1225,10 +1225,10 @@ lib/wine/fakedlls/actxprxy.dll lib/wine/fakedlls/advapi32.dll lib/wine/fakedlls/advpack.dll lib/wine/fakedlls/amstream.dll -lib/wine/fakedlls/api-ms-win-core-appcompat-l1-1-1.dll -lib/wine/fakedlls/api-ms-win-core-appinit-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/api-ms-win-appmodel-runtime-l1-1-1.dll %%STAGING%%lib/wine/fakedlls/api-ms-win-core-apiquery-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-core-appcompat-l1-1-1.dll +lib/wine/fakedlls/api-ms-win-core-appinit-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-atoms-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-bem-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-com-l1-1-0.dll @@ -1848,6 +1848,7 @@ lib/wine/fakedlls/stdole32.tlb lib/wine/fakedlls/sti.dll %%WINE32%%lib/wine/fakedlls/storage.dll16 %%WINE32%%lib/wine/fakedlls/stress.dll16 +lib/wine/fakedlls/subst.exe lib/wine/fakedlls/svchost.exe lib/wine/fakedlls/svrapi.dll lib/wine/fakedlls/sxs.dll @@ -1922,11 +1923,12 @@ lib/wine/fakedlls/winebrowser.exe lib/wine/fakedlls/winebus.sys lib/wine/fakedlls/winecfg.exe lib/wine/fakedlls/wineconsole.exe -lib/wine/fakedlls/wined3d.dll %%STAGING%%lib/wine/fakedlls/wined3d-csmt.dll +lib/wine/fakedlls/wined3d.dll lib/wine/fakedlls/winedbg.exe lib/wine/fakedlls/winedevice.exe lib/wine/fakedlls/winefile.exe +lib/wine/fakedlls/winehid.sys lib/wine/fakedlls/winemapi.dll lib/wine/fakedlls/winemenubuilder.exe lib/wine/fakedlls/winemine.exe @@ -2442,11 +2444,11 @@ lib/wine/setupapi.dll.so %%WINE32%%lib/wine/setupx.dll16.so lib/wine/sfc.dll.so lib/wine/sfc_os.dll.so +%%STAGING%%lib/wine/shcore.dll.so lib/wine/shdoclc.dll.so lib/wine/shdocvw.dll.so %%WINE32%%lib/wine/shell.dll16.so lib/wine/shell32.dll.so -%%STAGING%%lib/wine/shcore.dll.so lib/wine/shfolder.dll.so lib/wine/shlwapi.dll.so %%STAGING%%lib/wine/shutdown.exe.so @@ -2464,6 +2466,7 @@ lib/wine/stdole32.tlb.so lib/wine/sti.dll.so %%WINE32%%lib/wine/storage.dll16.so %%WINE32%%lib/wine/stress.dll16.so +lib/wine/subst.exe.so lib/wine/svchost.exe.so lib/wine/svrapi.dll.so lib/wine/sxs.dll.so @@ -2506,7 +2509,6 @@ lib/wine/vcomp90.dll.so %%STAGING%%lib/wine/vcruntime140.dll.so %%WINE32%%lib/wine/vdhcp.vxd.so lib/wine/vdmdbg.dll.so -lib/wine/wimgapi.dll.so %%WINE32%%lib/wine/ver.dll16.so lib/wine/version.dll.so lib/wine/view.exe.so @@ -2527,6 +2529,7 @@ lib/wine/wer.dll.so lib/wine/wevtapi.dll.so lib/wine/wevtutil.exe.so lib/wine/wiaservc.dll.so +lib/wine/wimgapi.dll.so %%WINE32%%lib/wine/win32s16.dll16.so %%WINE32%%lib/wine/win87em.dll16.so %%WINE32%%lib/wine/winaspi.dll16.so @@ -2538,17 +2541,18 @@ lib/wine/winebrowser.exe.so lib/wine/winebus.sys.so lib/wine/winecfg.exe.so lib/wine/wineconsole.exe.so -lib/wine/wined3d.dll.so %%STAGING%%lib/wine/wined3d-csmt.dll.so +lib/wine/wined3d.dll.so lib/wine/winedbg.exe.so lib/wine/winedevice.exe.so lib/wine/winefile.exe.so +lib/wine/winehid.sys.so lib/wine/winemapi.dll.so lib/wine/winemenubuilder.exe.so lib/wine/winemine.exe.so +%%MPG123%%lib/wine/winemp3.acm.so lib/wine/winemsibuilder.exe.so lib/wine/wineoss.drv.so -%%MPG123%%lib/wine/winemp3.acm.so lib/wine/winepath.exe.so lib/wine/wineps.drv.so %%WINE32%%lib/wine/wineps16.drv16.so From owner-svn-ports-all@freebsd.org Wed Oct 19 15:21:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49306C189DC; Wed, 19 Oct 2016 15:21:09 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16F0686B; Wed, 19 Oct 2016 15:21:09 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JFL8ew007612; Wed, 19 Oct 2016 15:21:08 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JFL8XP007610; Wed, 19 Oct 2016 15:21:08 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201610191521.u9JFL8XP007610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 19 Oct 2016 15:21:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424261 - head/lang/gcc7-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 15:21:09 -0000 Author: gerald Date: Wed Oct 19 15:21:07 2016 New Revision: 424261 URL: https://svnweb.freebsd.org/changeset/ports/424261 Log: Update to the 20161016 development snapshot of GCC 7. Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Wed Oct 19 15:19:54 2016 (r424260) +++ head/lang/gcc7-devel/Makefile Wed Oct 19 15:21:07 2016 (r424261) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.0.0.s20161009 +PORTVERSION= 7.0.0.s20161016 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Wed Oct 19 15:19:54 2016 (r424260) +++ head/lang/gcc7-devel/distinfo Wed Oct 19 15:21:07 2016 (r424261) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476177395 -SHA256 (gcc-7-20161009.tar.bz2) = 86495fb9f2a6389381d1631ed8cb1ac0c6b7d7551c17481e8b01208067553000 -SIZE (gcc-7-20161009.tar.bz2) = 78716257 +TIMESTAMP = 1476886163 +SHA256 (gcc-7-20161016.tar.bz2) = 9ca028f58bbd0110617761a7dba8aad035fe3f3f6d2b67987ac88c51b501fc87 +SIZE (gcc-7-20161016.tar.bz2) = 78781954 From owner-svn-ports-all@freebsd.org Wed Oct 19 15:28:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4918C18AE9; Wed, 19 Oct 2016 15:28:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97850D3C; Wed, 19 Oct 2016 15:28:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JFSlqp011108; Wed, 19 Oct 2016 15:28:47 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JFSlat011102; Wed, 19 Oct 2016 15:28:47 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610191528.u9JFSlat011102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 19 Oct 2016 15:28:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424262 - in head/databases: . percona-pam-for-mysql percona-pam-for-mysql/files percona56-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 15:28:48 -0000 Author: feld Date: Wed Oct 19 15:28:46 2016 New Revision: 424262 URL: https://svnweb.freebsd.org/changeset/ports/424262 Log: Add new port databases/percona-pam-for-mysql Percona PAM authentication plugin for MySQL. WWW: https://www.percona.com/ Differential Revision: https://reviews.freebsd.org/D8193 Added: head/databases/percona-pam-for-mysql/ head/databases/percona-pam-for-mysql/Makefile (contents, props changed) head/databases/percona-pam-for-mysql/files/ head/databases/percona-pam-for-mysql/files/pam.conf (contents, props changed) head/databases/percona-pam-for-mysql/pkg-descr (contents, props changed) head/databases/percona-pam-for-mysql/pkg-message (contents, props changed) head/databases/percona-pam-for-mysql/pkg-plist (contents, props changed) Modified: head/databases/Makefile head/databases/percona56-server/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Oct 19 15:21:07 2016 (r424261) +++ head/databases/Makefile Wed Oct 19 15:28:46 2016 (r424262) @@ -551,6 +551,7 @@ SUBDIR += pecl-pdo_user SUBDIR += pecl-rrd SUBDIR += pecl-tokyo_tyrant + SUBDIR += percona-pam-for-mysql SUBDIR += percona-toolkit SUBDIR += percona55-client SUBDIR += percona55-server Added: head/databases/percona-pam-for-mysql/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/percona-pam-for-mysql/Makefile Wed Oct 19 15:28:46 2016 (r424262) @@ -0,0 +1,27 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= percona +PKGNAMESUFFIX= -pam-for-mysql + +COMMENT= PAM plugin for MySQL + +MASTERDIR= ${.CURDIR}/../percona56-server + +PKGMESSAGE= ${.CURDIR}/pkg-message +PATCHDIR= ${MASTERDIR}/files +FILESDIR= ${.CURDIR}/files +PLIST= ${.CURDIR}/pkg-plist +DESCR= ${.CURDIR}/pkg-descr + +CMAKE_ARGS+= -DWITH_PAM=1 + +PLUGIN_ONLY= yes + +do-install: + (cd ${WRKSRC}/plugin/percona-pam-for-mysql && ${MAKE} ${MAKE_ARGS} install) + ${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/mysqld.sample + +.include "${MASTERDIR}/Makefile" + +RUN_DEPENDS= # This plugin has no run dependencies. It should work with any desired mysql client/server. Added: head/databases/percona-pam-for-mysql/files/pam.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/percona-pam-for-mysql/files/pam.conf Wed Oct 19 15:28:46 2016 (r424262) @@ -0,0 +1,12 @@ +# +# PAM configuration for the "mysqld" service +# + +# auth +auth include system + +# account +account include system + +# password +password include system Added: head/databases/percona-pam-for-mysql/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/percona-pam-for-mysql/pkg-descr Wed Oct 19 15:28:46 2016 (r424262) @@ -0,0 +1,3 @@ +Percona PAM authentication plugin for MySQL. + +WWW: https://www.percona.com/ Added: head/databases/percona-pam-for-mysql/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/percona-pam-for-mysql/pkg-message Wed Oct 19 15:28:46 2016 (r424262) @@ -0,0 +1,7 @@ +Documentation for using percona-pam-for-mysql authentication plugin can +be found at: + +https://www.percona.com/doc/percona-pam-for-mysql/index.html + +Please note that you need this plugin installed on both the client and +server for authentication to be successful. Added: head/databases/percona-pam-for-mysql/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/percona-pam-for-mysql/pkg-plist Wed Oct 19 15:28:46 2016 (r424262) @@ -0,0 +1,4 @@ +@sample etc/pam.d/mysqld.sample +lib/mysql/plugin/auth_pam.so +lib/mysql/plugin/auth_pam_compat.so +lib/mysql/plugin/dialog.so Modified: head/databases/percona56-server/Makefile ============================================================================== --- head/databases/percona56-server/Makefile Wed Oct 19 15:21:07 2016 (r424261) +++ head/databases/percona56-server/Makefile Wed Oct 19 15:28:46 2016 (r424262) @@ -14,7 +14,8 @@ COMMENT?= Multithreaded SQL database (se BROKEN_powerpc64= Does not build -SLAVEDIRS= databases/percona56-client +SLAVEDIRS= databases/percona56-client \ + databases/percona-pam-for-mysql USES= bison cmake perl5 shebangfix OPTIONS_DEFINE= OPENSSL FASTMTX INNODBMEMCACHED TOKUDB @@ -48,8 +49,7 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc -DINSTALL_SQLBENCHDIR="share/mysql" \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DWITH_EDITLINE=system \ - -DWITH_LIBWRAP=1 \ - -DHAVE_PAM=0 + -DWITH_LIBWRAP=1 SHEBANG_FILES= scripts/*.pl* scripts/*.sh @@ -57,8 +57,14 @@ SHEBANG_FILES= scripts/*.pl* scripts/*.s .error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif +.ifdef CLIENT_ONLY +# Client part +USES+= libedit +.elifdef PLUGIN_ONLY +# For building plugins (percona-pam-for-mysql, etc) +# Currently do nothing special +.else # MySQL-Server part -.if !defined(CLIENT_ONLY) USES+=mysql:56p CONFLICTS_INSTALL= mysql*-server-* \ @@ -83,9 +89,6 @@ CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" post-install: @${MKDIR} ${STAGEDIR}/var/db/mysql - -.else -USES+= libedit .endif post-patch: @@ -108,5 +111,4 @@ IGNORE= unsupported on FreeBSD 9 or olde .endif - .include From owner-svn-ports-all@freebsd.org Wed Oct 19 15:42:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3B50C18073; Wed, 19 Oct 2016 15:42:51 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73E51ADE; Wed, 19 Oct 2016 15:42:51 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JFgof5018333; Wed, 19 Oct 2016 15:42:50 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JFgoM0018331; Wed, 19 Oct 2016 15:42:50 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201610191542.u9JFgoM0018331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 19 Oct 2016 15:42:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424263 - head/net/sflowtool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 15:42:51 -0000 Author: ohauer Date: Wed Oct 19 15:42:50 2016 New Revision: 424263 URL: https://svnweb.freebsd.org/changeset/ports/424263 Log: - update to 3.39 - print SFP optical counters Modified: head/net/sflowtool/Makefile head/net/sflowtool/distinfo Modified: head/net/sflowtool/Makefile ============================================================================== --- head/net/sflowtool/Makefile Wed Oct 19 15:28:46 2016 (r424262) +++ head/net/sflowtool/Makefile Wed Oct 19 15:42:50 2016 (r424263) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sflowtool -PORTVERSION= 3.38 +PORTVERSION= 3.39 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/sflowtool/distinfo ============================================================================== --- head/net/sflowtool/distinfo Wed Oct 19 15:28:46 2016 (r424262) +++ head/net/sflowtool/distinfo Wed Oct 19 15:42:50 2016 (r424263) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476786569 -SHA256 (sflow-sflowtool-v3.38_GH0.tar.gz) = fdf18ded3c698a68ded846db2ec16d5e624ca4ddab6d726e29a9c77f73a29cd9 -SIZE (sflow-sflowtool-v3.38_GH0.tar.gz) = 75928 +TIMESTAMP = 1476871580 +SHA256 (sflow-sflowtool-v3.39_GH0.tar.gz) = 9ce5814849de407fc4b9c7c94e99bf5ccc6a66ef39a653239ad94f581c4ff940 +SIZE (sflow-sflowtool-v3.39_GH0.tar.gz) = 76406 From owner-svn-ports-all@freebsd.org Wed Oct 19 15:47:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECDEAC18274; Wed, 19 Oct 2016 15:47:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCD6EE3C; Wed, 19 Oct 2016 15:47:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JFlWdI018618; Wed, 19 Oct 2016 15:47:32 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JFlW0J018616; Wed, 19 Oct 2016 15:47:32 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610191547.u9JFlW0J018616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 19 Oct 2016 15:47:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424264 - head/lang/p5-Modern-Perl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 15:47:34 -0000 Author: adamw Date: Wed Oct 19 15:47:32 2016 New Revision: 424264 URL: https://svnweb.freebsd.org/changeset/ports/424264 Log: Update to 1.20161005, and remove an unused dependency on p5-autodie. Changes: https://metacpan.org/changes/release/CHROMATIC/Modern-Perl-1.20161005 PR: 213230 Approved by: maintainer timeout Modified: head/lang/p5-Modern-Perl/Makefile head/lang/p5-Modern-Perl/distinfo Modified: head/lang/p5-Modern-Perl/Makefile ============================================================================== --- head/lang/p5-Modern-Perl/Makefile Wed Oct 19 15:42:50 2016 (r424263) +++ head/lang/p5-Modern-Perl/Makefile Wed Oct 19 15:47:32 2016 (r424264) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Modern-Perl -PORTVERSION= 1.20150127 +PORTVERSION= 1.20161005 CATEGORIES= lang perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHROMATIC @@ -14,9 +14,6 @@ COMMENT= Enable all of the features of M LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-autodie>=2.22:devel/p5-autodie -RUN_DEPENDS:= ${BUILD_DEPENDS} - NO_ARCH= yes USE_PERL5= modbuild USES= perl5 Modified: head/lang/p5-Modern-Perl/distinfo ============================================================================== --- head/lang/p5-Modern-Perl/distinfo Wed Oct 19 15:42:50 2016 (r424263) +++ head/lang/p5-Modern-Perl/distinfo Wed Oct 19 15:47:32 2016 (r424264) @@ -1,2 +1,3 @@ -SHA256 (Modern-Perl-1.20150127.tar.gz) = 94c13ef6811098888bef4e21b9ee1c1847945dda2f3c337035b00fda5d666247 -SIZE (Modern-Perl-1.20150127.tar.gz) = 13336 +TIMESTAMP = 1475689492 +SHA256 (Modern-Perl-1.20161005.tar.gz) = 74c778dd904b37f038e0f7f4a32d705db4fb18c94b9c8c9b4bd493b7dedba077 +SIZE (Modern-Perl-1.20161005.tar.gz) = 13517 From owner-svn-ports-all@freebsd.org Wed Oct 19 15:52:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC906C18740; Wed, 19 Oct 2016 15:52:27 +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 A276B30C; Wed, 19 Oct 2016 15:52:27 +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 u9JFqQVG022274; Wed, 19 Oct 2016 15:52:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JFqQaa022271; Wed, 19 Oct 2016 15:52:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610191552.u9JFqQaa022271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 15:52:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424265 - in head/security/py-pycryptodome: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 15:52:28 -0000 Author: amdmi3 Date: Wed Oct 19 15:52:26 2016 New Revision: 424265 URL: https://svnweb.freebsd.org/changeset/ports/424265 Log: - Update to 3.4.3 PR: 213601 Submitted by: yuri@rawbw.com (maintainer) Added: head/security/py-pycryptodome/files/ head/security/py-pycryptodome/files/patch-src_pycrypto__common.h (contents, props changed) Modified: head/security/py-pycryptodome/Makefile head/security/py-pycryptodome/distinfo Modified: head/security/py-pycryptodome/Makefile ============================================================================== --- head/security/py-pycryptodome/Makefile Wed Oct 19 15:47:32 2016 (r424264) +++ head/security/py-pycryptodome/Makefile Wed Oct 19 15:52:26 2016 (r424265) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycryptodome -PORTVERSION= 3.4 +PORTVERSION= 3.4.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-pycryptodome/distinfo ============================================================================== --- head/security/py-pycryptodome/distinfo Wed Oct 19 15:47:32 2016 (r424264) +++ head/security/py-pycryptodome/distinfo Wed Oct 19 15:52:26 2016 (r424265) @@ -1,2 +1,3 @@ -SHA256 (pycryptodome-3.4.tar.gz) = 26bcf9d3a792d0bacbad29d9ca465f48553d53e034b6902120d414a884cf8459 -SIZE (pycryptodome-3.4.tar.gz) = 6491615 +TIMESTAMP = 1476858640 +SHA256 (pycryptodome-3.4.3.tar.gz) = 4b1697b5787afe8e7fd81b96ff4501376f52cb80fc9dd684f6989ea3b69853f4 +SIZE (pycryptodome-3.4.3.tar.gz) = 6494152 Added: head/security/py-pycryptodome/files/patch-src_pycrypto__common.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-pycryptodome/files/patch-src_pycrypto__common.h Wed Oct 19 15:52:26 2016 (r424265) @@ -0,0 +1,11 @@ +--- src/pycrypto_common.h.orig 2016-10-19 06:31:57 UTC ++++ src/pycrypto_common.h +@@ -45,7 +45,7 @@ typedef unsigned __int64 uint64_t; + + #else + #include +-#include ++//#include + #endif + + #include From owner-svn-ports-all@freebsd.org Wed Oct 19 15:53:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F729C188CC; Wed, 19 Oct 2016 15:53:21 +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 E088985F; Wed, 19 Oct 2016 15:53:20 +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 u9JFrKv6022430; Wed, 19 Oct 2016 15:53:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JFrJMh022428; Wed, 19 Oct 2016 15:53:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610191553.u9JFrJMh022428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 15:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424266 - head/sysutils/pick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 15:53:21 -0000 Author: amdmi3 Date: Wed Oct 19 15:53:19 2016 New Revision: 424266 URL: https://svnweb.freebsd.org/changeset/ports/424266 Log: - Update to 1.5.2 PR: 213485 Submitted by: neel@neelc.org (maintainer) Modified: head/sysutils/pick/Makefile head/sysutils/pick/distinfo Modified: head/sysutils/pick/Makefile ============================================================================== --- head/sysutils/pick/Makefile Wed Oct 19 15:52:26 2016 (r424265) +++ head/sysutils/pick/Makefile Wed Oct 19 15:53:19 2016 (r424266) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pick -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= sysutils MASTER_SITES= http://github.com/calleerlandsson/pick/releases/download/v${PORTVERSION}/ Modified: head/sysutils/pick/distinfo ============================================================================== --- head/sysutils/pick/distinfo Wed Oct 19 15:52:26 2016 (r424265) +++ head/sysutils/pick/distinfo Wed Oct 19 15:53:19 2016 (r424266) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475767683 -SHA256 (pick-1.5.1.tar.gz) = d41db6c0f1a87e8463c01a15670a96ec90d978dc83dcec7619a46dfe52acbe26 -SIZE (pick-1.5.1.tar.gz) = 104067 +TIMESTAMP = 1476471130 +SHA256 (pick-1.5.2.tar.gz) = 183b278981233c70ac7f4d9af0728bf99d9d237e3f88d979f93fcc5968c2f789 +SIZE (pick-1.5.2.tar.gz) = 104087 From owner-svn-ports-all@freebsd.org Wed Oct 19 16:07:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3049DC18C6F; Wed, 19 Oct 2016 16:07:23 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0226FE9D; Wed, 19 Oct 2016 16:07:22 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JG7MRe026334; Wed, 19 Oct 2016 16:07:22 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JG7MeF026333; Wed, 19 Oct 2016 16:07:22 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610191607.u9JG7MeF026333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 19 Oct 2016 16:07:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424267 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 16:07:23 -0000 Author: tijl Date: Wed Oct 19 16:07:21 2016 New Revision: 424267 URL: https://svnweb.freebsd.org/changeset/ports/424267 Log: Add entry for security/libbzrtp. Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Wed Oct 19 15:53:19 2016 (r424266) +++ head/MOVED Wed Oct 19 16:07:21 2016 (r424267) @@ -8680,5 +8680,6 @@ net/py-uritemplate.py|net/py-uritemplate misc/fortune_strfile||2016-10-14|Has expired: unmaintained and duplicated from base mail/elmo-devel|mail/elmo|2016-10-15|Has expired: Same version as mail/elmo, use it instead math/libR||2016-10-16|Has expired: math/R LIBR option is now on by default +security/libbzrtp|security/bzrtp|2016-10-17|Renamed devel/gaphor||2016-10-18|Has expired: runtime failure uncorrected for 1 year after first report editors/winefish||2016-10-18|Has expired: upstream disappeared (project dead?), segfaults on multiple arches From owner-svn-ports-all@freebsd.org Wed Oct 19 16:11:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06AC1C18D1E; Wed, 19 Oct 2016 16:11: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 B65A6C5; Wed, 19 Oct 2016 16:11:05 +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 u9JGB4hU028720; Wed, 19 Oct 2016 16:11:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JGB4fu028717; Wed, 19 Oct 2016 16:11:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610191611.u9JGB4fu028717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 16:11:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424268 - in head/devel/libflatarray: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 16:11:06 -0000 Author: amdmi3 Date: Wed Oct 19 16:11:04 2016 New Revision: 424268 URL: https://svnweb.freebsd.org/changeset/ports/424268 Log: - Update to 0.3.0 - While here, add LICENSE_FILE PR: 213567 Submitted by: kurt@kmk-computers.de (maintainer) Deleted: head/devel/libflatarray/files/ Modified: head/devel/libflatarray/Makefile head/devel/libflatarray/distinfo head/devel/libflatarray/pkg-plist Modified: head/devel/libflatarray/Makefile ============================================================================== --- head/devel/libflatarray/Makefile Wed Oct 19 16:07:21 2016 (r424267) +++ head/devel/libflatarray/Makefile Wed Oct 19 16:11:04 2016 (r424268) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libflatarray -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= devel science MASTER_SITES= http://www.libgeodecomp.org/archive/ @@ -10,11 +10,12 @@ MAINTAINER= kurt@kmk-computers.de COMMENT= Struct of arrays library with object oriented interface for C++ LICENSE= BSL +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= boost-libs>=1.48:devel/boost-libs -USES= cmake:outsource +USES= cmake:outsource compiler:c++11-lib -CMAKE_ARGS+= -DWITH_CUDA:BOOL=FALSE +CMAKE_ARGS= -DWITH_CUDA:BOOL=FALSE .include Modified: head/devel/libflatarray/distinfo ============================================================================== --- head/devel/libflatarray/distinfo Wed Oct 19 16:07:21 2016 (r424267) +++ head/devel/libflatarray/distinfo Wed Oct 19 16:11:04 2016 (r424268) @@ -1,2 +1,3 @@ -SHA256 (libflatarray-0.2.0.tar.gz) = 6ab2aee30e4bd0c8eed876e68c8865c6b981e22481a870154d60e1c520ed9203 -SIZE (libflatarray-0.2.0.tar.gz) = 41804 +TIMESTAMP = 1476893233 +SHA256 (libflatarray-0.3.0.tar.gz) = 25bb7244c4defddc1458d465f1d78ceaf06166c3e45b54aef5693424de4b4d02 +SIZE (libflatarray-0.3.0.tar.gz) = 143859 Modified: head/devel/libflatarray/pkg-plist ============================================================================== --- head/devel/libflatarray/pkg-plist Wed Oct 19 16:07:21 2016 (r424267) +++ head/devel/libflatarray/pkg-plist Wed Oct 19 16:11:04 2016 (r424268) @@ -1,31 +1,107 @@ +lib/cmake/libflatarray/libflatarrayConfigVersion.cmake +lib/cmake/libflatarray/libflatarrayConfig.cmake include/libflatarray/aggregated_member_size.hpp include/libflatarray/aligned_allocator.hpp include/libflatarray/api_traits.hpp include/libflatarray/coord.hpp include/libflatarray/cuda_allocator.hpp +include/libflatarray/cuda_array.hpp +include/libflatarray/estimate_optimum_short_vec_type.hpp +include/libflatarray/flat_array.hpp +include/libflatarray/loop_peeler.hpp +include/libflatarray/macros.hpp +include/libflatarray/member_ptr_to_offset.hpp +include/libflatarray/number_of_members.hpp +include/libflatarray/preprocessor.hpp +include/libflatarray/short_vec.hpp +include/libflatarray/soa_accessor.hpp +include/libflatarray/soa_array.hpp +include/libflatarray/soa_grid.hpp +include/libflatarray/streaming_short_vec.hpp +include/libflatarray/detail/construct_functor.hpp +include/libflatarray/detail/copy_functor.hpp +include/libflatarray/detail/destroy_functor.hpp include/libflatarray/detail/dual_callback_helper.hpp -include/libflatarray/detail/get_set_instance_functor.hpp -include/libflatarray/detail/load_save_functor.hpp +include/libflatarray/detail/generate_cuda_launch_config.hpp +include/libflatarray/detail/generic_destruct.hpp +include/libflatarray/detail/get_instance_functor.hpp +include/libflatarray/detail/load_functor.hpp include/libflatarray/detail/macros.hpp include/libflatarray/detail/offset.hpp +include/libflatarray/detail/preprocessor.hpp +include/libflatarray/detail/save_functor.hpp include/libflatarray/detail/set_byte_size_functor.hpp +include/libflatarray/detail/set_instance_functor.hpp +include/libflatarray/detail/short_vec_avx512_double_16.hpp +include/libflatarray/detail/short_vec_avx512_double_32.hpp +include/libflatarray/detail/short_vec_avx512_double_8.hpp +include/libflatarray/detail/short_vec_avx512_float_16.hpp +include/libflatarray/detail/short_vec_avx512_float_32.hpp +include/libflatarray/detail/short_vec_avx512_int_16.hpp +include/libflatarray/detail/short_vec_avx512_int_32.hpp +include/libflatarray/detail/short_vec_avx_double_16.hpp +include/libflatarray/detail/short_vec_avx_double_32.hpp +include/libflatarray/detail/short_vec_avx_double_4.hpp +include/libflatarray/detail/short_vec_avx_double_8.hpp +include/libflatarray/detail/short_vec_avx_float_16.hpp +include/libflatarray/detail/short_vec_avx_float_32.hpp include/libflatarray/detail/short_vec_avx_float_8.hpp +include/libflatarray/detail/short_vec_avx_int_16.hpp +include/libflatarray/detail/short_vec_avx_int_32.hpp +include/libflatarray/detail/short_vec_avx_int_8.hpp +include/libflatarray/detail/short_vec_helpers.hpp +include/libflatarray/detail/short_vec_mic_double_16.hpp +include/libflatarray/detail/short_vec_mic_double_32.hpp +include/libflatarray/detail/short_vec_mic_double_8.hpp +include/libflatarray/detail/short_vec_mic_float_16.hpp +include/libflatarray/detail/short_vec_mic_float_32.hpp +include/libflatarray/detail/short_vec_neon_float_16.hpp +include/libflatarray/detail/short_vec_neon_float_32.hpp +include/libflatarray/detail/short_vec_neon_float_4.hpp +include/libflatarray/detail/short_vec_neon_float_8.hpp +include/libflatarray/detail/short_vec_qpx_double_16.hpp +include/libflatarray/detail/short_vec_qpx_double_32.hpp include/libflatarray/detail/short_vec_qpx_double_4.hpp +include/libflatarray/detail/short_vec_qpx_double_8.hpp +include/libflatarray/detail/short_vec_scalar_double_1.hpp +include/libflatarray/detail/short_vec_scalar_double_16.hpp +include/libflatarray/detail/short_vec_scalar_double_2.hpp +include/libflatarray/detail/short_vec_scalar_double_32.hpp +include/libflatarray/detail/short_vec_scalar_double_4.hpp +include/libflatarray/detail/short_vec_scalar_double_8.hpp +include/libflatarray/detail/short_vec_scalar_float_1.hpp +include/libflatarray/detail/short_vec_scalar_float_16.hpp +include/libflatarray/detail/short_vec_scalar_float_2.hpp +include/libflatarray/detail/short_vec_scalar_float_32.hpp +include/libflatarray/detail/short_vec_scalar_float_4.hpp +include/libflatarray/detail/short_vec_scalar_float_8.hpp +include/libflatarray/detail/short_vec_scalar_int_1.hpp +include/libflatarray/detail/short_vec_scalar_int_16.hpp +include/libflatarray/detail/short_vec_scalar_int_2.hpp +include/libflatarray/detail/short_vec_scalar_int_32.hpp +include/libflatarray/detail/short_vec_scalar_int_4.hpp +include/libflatarray/detail/short_vec_scalar_int_8.hpp +include/libflatarray/detail/short_vec_sse_double_16.hpp +include/libflatarray/detail/short_vec_sse_double_2.hpp +include/libflatarray/detail/short_vec_sse_double_32.hpp +include/libflatarray/detail/short_vec_sse_double_4.hpp include/libflatarray/detail/short_vec_sse_double_8.hpp include/libflatarray/detail/short_vec_sse_float_16.hpp +include/libflatarray/detail/short_vec_sse_float_32.hpp +include/libflatarray/detail/short_vec_sse_float_4.hpp include/libflatarray/detail/short_vec_sse_float_8.hpp +include/libflatarray/detail/short_vec_sse_int_16.hpp +include/libflatarray/detail/short_vec_sse_int_32.hpp +include/libflatarray/detail/short_vec_sse_int_4.hpp +include/libflatarray/detail/short_vec_sse_int_8.hpp +include/libflatarray/detail/sibling_short_vec_switch.hpp +include/libflatarray/detail/simple_streak.hpp +include/libflatarray/detail/soa_array_member_copy_helper.hpp include/libflatarray/detail/sqrt_reference.hpp -include/libflatarray/flat_array.hpp -include/libflatarray/macros.hpp -include/libflatarray/member_ptr_to_offset.hpp -include/libflatarray/number_of_members.hpp -include/libflatarray/short_vec.hpp -include/libflatarray/soa_accessor.hpp -include/libflatarray/soa_array.hpp -include/libflatarray/soa_grid.hpp +include/libflatarray/detail/staging_buffer.hpp +include/libflatarray/detail/streaming_short_vec_switch.hpp include/libflatarray/testbed/benchmark.hpp include/libflatarray/testbed/cpu_benchmark.hpp include/libflatarray/testbed/evaluate.hpp include/libflatarray/testbed/gpu_benchmark.hpp -lib/cmake/libflatarray/libflatarrayConfig.cmake -lib/cmake/libflatarray/libflatarrayConfigVersion.cmake +include/libflatarray/config.h From owner-svn-ports-all@freebsd.org Wed Oct 19 16:14:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70909C18E64; Wed, 19 Oct 2016 16:14:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CF955ED; Wed, 19 Oct 2016 16:14:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JGE6qC030524; Wed, 19 Oct 2016 16:14:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JGE6EH030522; Wed, 19 Oct 2016 16:14:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610191614.u9JGE6EH030522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 16:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424269 - head/devel/py-botocore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 16:14:07 -0000 Author: amdmi3 Date: Wed Oct 19 16:14:05 2016 New Revision: 424269 URL: https://svnweb.freebsd.org/changeset/ports/424269 Log: - Update to 1.4.61 PR: 213420 Submitted by: bradleythughes@fastmail.fm Approved by: alexey@renatasystems.org (maintainer) Modified: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Wed Oct 19 16:11:04 2016 (r424268) +++ head/devel/py-botocore/Makefile Wed Oct 19 16:14:05 2016 (r424269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 1.4.58 +PORTVERSION= 1.4.61 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Wed Oct 19 16:11:04 2016 (r424268) +++ head/devel/py-botocore/distinfo Wed Oct 19 16:14:05 2016 (r424269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475480071 -SHA256 (botocore-1.4.58.tar.gz) = a464bb803faffdd689c732768e472da8732b87795bc03ed4342a2ab99338e9f7 -SIZE (botocore-1.4.58.tar.gz) = 2906349 +TIMESTAMP = 1476358716 +SHA256 (botocore-1.4.61.tar.gz) = 66016da6fe88797473f71c5f505bd61cc3a21a8fab96aaebb840959d576e89b1 +SIZE (botocore-1.4.61.tar.gz) = 2910656 From owner-svn-ports-all@freebsd.org Wed Oct 19 16:17:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7DA8C18F18; Wed, 19 Oct 2016 16:17:41 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C9F27FD; Wed, 19 Oct 2016 16:17:41 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JGHeTp030750; Wed, 19 Oct 2016 16:17:40 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JGHetl030749; Wed, 19 Oct 2016 16:17:40 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610191617.u9JGHetl030749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 19 Oct 2016 16:17:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424270 - head/x11-toolkits/qtermwidget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 16:17:41 -0000 Author: marino Date: Wed Oct 19 16:17:40 2016 New Revision: 424270 URL: https://svnweb.freebsd.org/changeset/ports/424270 Log: x11-toolkits/qtermwidget: Adjust CFLAGS to support DragonFly The HAVE_UTEMPTER flag is FreeBSD-specific and breaks the build on DragonFly, so make it conditional based on OPSYS. Approved by: DF blanket Modified: head/x11-toolkits/qtermwidget/Makefile Modified: head/x11-toolkits/qtermwidget/Makefile ============================================================================== --- head/x11-toolkits/qtermwidget/Makefile Wed Oct 19 16:14:05 2016 (r424269) +++ head/x11-toolkits/qtermwidget/Makefile Wed Oct 19 16:17:40 2016 (r424270) @@ -16,9 +16,13 @@ USE_QT5= buildtools_build core gui qmake CMAKE_ARGS+= -DBUILD_DESIGNER_PLUGIN:BOOL=OFF -DUSE_QT5:BOOL=ON -CFLAGS+= -DHAVE_UTEMPTER - USE_GITHUB= yes GH_ACCOUNT= lxde -.include +.include + +.if ${OPSYS} == FreeBSD +CFLAGS+= -DHAVE_UTEMPTER +.endif + +.include From owner-svn-ports-all@freebsd.org Wed Oct 19 16:19:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13EF5C18F65; Wed, 19 Oct 2016 16:19:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA0CA91B; Wed, 19 Oct 2016 16:19:29 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JGJTZ4030904; Wed, 19 Oct 2016 16:19:29 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JGJTSb030903; Wed, 19 Oct 2016 16:19:29 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610191619.u9JGJTSb030903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 19 Oct 2016 16:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424271 - head/x11/qterminal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 16:19:30 -0000 Author: marino Date: Wed Oct 19 16:19:28 2016 New Revision: 424271 URL: https://svnweb.freebsd.org/changeset/ports/424271 Log: x11/qterminal: Adjust LDFLAGS to support DragonFly The ulog library is FreeBSD-specific so make it conditional based on OPSYS to fix linking on DragonFly. Approved by: DF blanket Modified: head/x11/qterminal/Makefile Modified: head/x11/qterminal/Makefile ============================================================================== --- head/x11/qterminal/Makefile Wed Oct 19 16:17:40 2016 (r424270) +++ head/x11/qterminal/Makefile Wed Oct 19 16:19:28 2016 (r424271) @@ -23,6 +23,10 @@ CMAKE_ARGS+= -DUSE_SYSTEM_QXT:BOOL=OFF - USE_GITHUB= yes GH_ACCOUNT= lxde +.include + +.if ${OPSYS} == FreeBSD LDFLAGS+= -lulog +.endif -.include +.include From owner-svn-ports-all@freebsd.org Wed Oct 19 16:19:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1504C18F94; Wed, 19 Oct 2016 16:19:53 +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 785AE9FB; Wed, 19 Oct 2016 16:19:53 +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 u9JGJq1j031029; Wed, 19 Oct 2016 16:19:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JGJqFF031027; Wed, 19 Oct 2016 16:19:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610191619.u9JGJqFF031027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 16:19:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424272 - head/devel/awscli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 16:19:53 -0000 Author: amdmi3 Date: Wed Oct 19 16:19:52 2016 New Revision: 424272 URL: https://svnweb.freebsd.org/changeset/ports/424272 Log: - Update to 1.11.3 - Remove always - false python 2.6 condition PR: 213421 Submitted by: bradleythughes@fastmail.fm Approved by: alexey@renatasystems.org (maintainer) Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Wed Oct 19 16:19:28 2016 (r424271) +++ head/devel/awscli/Makefile Wed Oct 19 16:19:52 2016 (r424272) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.11.0 +PORTVERSION= 1.11.3 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -11,9 +11,9 @@ COMMENT= Universal Command Line Interfac LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.58:devel/py-botocore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.61:devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \ - ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.0:net/py-s3transfer \ + ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.5:net/py-s3transfer \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa @@ -21,10 +21,4 @@ USES= python:2 USE_PYTHON= autoplist distutils NO_ARCH= yes -.include - -.if ${PYTHON_REL} < 2700 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse -.endif - -.include +.include Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Wed Oct 19 16:19:28 2016 (r424271) +++ head/devel/awscli/distinfo Wed Oct 19 16:19:52 2016 (r424272) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475481441 -SHA256 (awscli-1.11.0.tar.gz) = 48f26765be66689ef073e086873b016885f443471e542156d46376b527aa2d63 -SIZE (awscli-1.11.0.tar.gz) = 497631 +TIMESTAMP = 1476358807 +SHA256 (awscli-1.11.3.tar.gz) = 88b90da5a7898a08cfa7d5a1fe5acc85df3330aeebfbce5a63401f57aba3bad5 +SIZE (awscli-1.11.3.tar.gz) = 497241 From owner-svn-ports-all@freebsd.org Wed Oct 19 16:22:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA280C182B0; Wed, 19 Oct 2016 16:22:49 +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 6D462EC7; Wed, 19 Oct 2016 16:22:49 +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 u9JGMmDn034780; Wed, 19 Oct 2016 16:22:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JGMmGk034776; Wed, 19 Oct 2016 16:22:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610191622.u9JGMmGk034776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 16:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424273 - in head/benchmarks/stress-ng: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 16:22:49 -0000 Author: amdmi3 Date: Wed Oct 19 16:22:48 2016 New Revision: 424273 URL: https://svnweb.freebsd.org/changeset/ports/424273 Log: - Update to 0.07.00 PR: 213591 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Added: head/benchmarks/stress-ng/files/patch-Makefile (contents, props changed) Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo head/benchmarks/stress-ng/files/patch-stress-cpu.c Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Wed Oct 19 16:19:52 2016 (r424272) +++ head/benchmarks/stress-ng/Makefile Wed Oct 19 16:22:48 2016 (r424273) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.06.18 +PORTVERSION= 0.07.00 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Wed Oct 19 16:19:52 2016 (r424272) +++ head/benchmarks/stress-ng/distinfo Wed Oct 19 16:22:48 2016 (r424273) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476199771 -SHA256 (stress-ng-0.06.18.tar.gz) = fa073af9925597a1792c4c21c53e0841da4c008f3cf9522bff127ad005da8eaa -SIZE (stress-ng-0.06.18.tar.gz) = 339207 +TIMESTAMP = 1476778500 +SHA256 (stress-ng-0.07.00.tar.gz) = d57a2d510b9086f7c6557c05ca5b7b247bf74f03650e284c15a78e5b0cdca319 +SIZE (stress-ng-0.07.00.tar.gz) = 341086 Added: head/benchmarks/stress-ng/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/stress-ng/files/patch-Makefile Wed Oct 19 16:22:48 2016 (r424273) @@ -0,0 +1,11 @@ +--- Makefile.orig 2016-10-17 09:59:22 UTC ++++ Makefile +@@ -601,7 +601,7 @@ stress-cpu.o: stress-cpu.c + @rm -f test-decimal.c test-decimal.o + + perf.o: perf.c perf-event.c +- @gcc -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h ++ @$(CC) -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h + $(CC) $(CFLAGS) -c -o $@ $< + + stress-wcstr.o: stress-wcstr.c Modified: head/benchmarks/stress-ng/files/patch-stress-cpu.c ============================================================================== --- head/benchmarks/stress-ng/files/patch-stress-cpu.c Wed Oct 19 16:19:52 2016 (r424272) +++ head/benchmarks/stress-ng/files/patch-stress-cpu.c Wed Oct 19 16:22:48 2016 (r424273) @@ -1,4 +1,4 @@ ---- stress-cpu.c.orig 2016-07-15 14:26:33 UTC +--- stress-cpu.c.orig 2016-10-17 09:59:22 UTC +++ stress-cpu.c @@ -57,7 +57,6 @@ #define ccosl ccos @@ -7,4 +7,4 @@ -#define powl pow #endif - /* + #if defined(__minix__) From owner-svn-ports-all@freebsd.org Wed Oct 19 17:36:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA997C19F3A; Wed, 19 Oct 2016 17:36:55 +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 AC7FEFEA; Wed, 19 Oct 2016 17:36:55 +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 u9JHas8O061535; Wed, 19 Oct 2016 17:36:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JHasWT061529; Wed, 19 Oct 2016 17:36:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610191736.u9JHasWT061529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 19 Oct 2016 17:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424274 - in head/graphics/giflib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 17:36:56 -0000 Author: antoine Date: Wed Oct 19 17:36:54 2016 New Revision: 424274 URL: https://svnweb.freebsd.org/changeset/ports/424274 Log: - Update to 5.1.4 - Add LICENSE - Add regression tests Added: head/graphics/giflib/files/patch-tests_makefile (contents, props changed) Modified: head/graphics/giflib/Makefile head/graphics/giflib/distinfo head/graphics/giflib/files/extra-patch-hide-reallocarray head/graphics/giflib/files/extra-patch-unbundle-reallocarray head/graphics/giflib/files/patch-lib_gif__lib.h Modified: head/graphics/giflib/Makefile ============================================================================== --- head/graphics/giflib/Makefile Wed Oct 19 16:22:48 2016 (r424273) +++ head/graphics/giflib/Makefile Wed Oct 19 17:36:54 2016 (r424274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= giflib -PORTVERSION= 5.1.3 +PORTVERSION= 5.1.4 PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} @@ -10,7 +10,10 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= portmgr@FreeBSD.org COMMENT= Tools and library routines for working with GIF images -CONFLICTS= libungif-[0-9]* +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +TEST_DEPENDS= ghead:sysutils/coreutils USES= tar:bzip2 libtool GNU_CONFIGURE= yes @@ -20,6 +23,7 @@ OPTIONS_DEFINE= DOCBOOK DOCS OPTIONS_SUB= yes DOCBOOK_DESC= Generate API documentation (requires DOCS) INSTALL_TARGET= install-strip +TEST_TARGET= check-TESTS .include Modified: head/graphics/giflib/distinfo ============================================================================== --- head/graphics/giflib/distinfo Wed Oct 19 16:22:48 2016 (r424273) +++ head/graphics/giflib/distinfo Wed Oct 19 17:36:54 2016 (r424274) @@ -1,2 +1,3 @@ -SHA256 (giflib-5.1.3.tar.bz2) = 5096d27805283599b01074d487ad3f8e02bd26b84d759b9017be876ca3d5b81d -SIZE (giflib-5.1.3.tar.bz2) = 639420 +TIMESTAMP = 1476601913 +SHA256 (giflib-5.1.4.tar.bz2) = df27ec3ff24671f80b29e6ab1c4971059c14ac3db95406884fc26574631ba8d5 +SIZE (giflib-5.1.4.tar.bz2) = 639703 Modified: head/graphics/giflib/files/extra-patch-hide-reallocarray ============================================================================== --- head/graphics/giflib/files/extra-patch-hide-reallocarray Wed Oct 19 16:22:48 2016 (r424273) +++ head/graphics/giflib/files/extra-patch-hide-reallocarray Wed Oct 19 17:36:54 2016 (r424274) @@ -1,4 +1,4 @@ ---- lib/dgif_lib.c.orig 2016-01-07 10:44:44 UTC +--- lib/dgif_lib.c.orig 2016-04-02 15:34:00 UTC +++ lib/dgif_lib.c @@ -41,6 +41,9 @@ static int DGifDecompressInput(GifFileTy static int DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf, Modified: head/graphics/giflib/files/extra-patch-unbundle-reallocarray ============================================================================== --- head/graphics/giflib/files/extra-patch-unbundle-reallocarray Wed Oct 19 16:22:48 2016 (r424273) +++ head/graphics/giflib/files/extra-patch-unbundle-reallocarray Wed Oct 19 17:36:54 2016 (r424274) @@ -1,4 +1,4 @@ ---- lib/Makefile.in.orig 2016-01-07 12:54:02 UTC +--- lib/Makefile.in.orig 2016-04-02 15:36:45 UTC +++ lib/Makefile.in @@ -134,7 +134,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) Modified: head/graphics/giflib/files/patch-lib_gif__lib.h ============================================================================== --- head/graphics/giflib/files/patch-lib_gif__lib.h Wed Oct 19 16:22:48 2016 (r424273) +++ head/graphics/giflib/files/patch-lib_gif__lib.h Wed Oct 19 17:36:54 2016 (r424274) @@ -1,4 +1,4 @@ ---- lib/gif_lib.h.orig 2016-01-07 12:51:53 UTC +--- lib/gif_lib.h.orig 2016-04-02 15:35:30 UTC +++ lib/gif_lib.h @@ -244,9 +244,6 @@ extern ColorMapObject *GifUnionColorMap( GifPixelType ColorTransIn2[]); Added: head/graphics/giflib/files/patch-tests_makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/giflib/files/patch-tests_makefile Wed Oct 19 17:36:54 2016 (r424274) @@ -0,0 +1,24 @@ +--- tests/makefile.orig 2014-05-16 10:46:53 UTC ++++ tests/makefile +@@ -27,7 +27,7 @@ rebuild: render-rebuild \ + UTILS = ../util + PICS = ../pic + +-GIFS := $(shell ls ../pic/*.gif) ++GIFS := `ls ../pic/*.gif` + + # Test decompression and rendering by unpacking images, + # converting them to RGB, and comparing that result to a check file. +@@ -103,10 +103,10 @@ giffilter-regress: + + giffix-rebuild: + @echo "Rebuilding giffix test." +- @head --bytes=-20 <$(PICS)/treescap.gif | $(UTILS)/giffix 2>/dev/null | $(UTILS)/gifbuild -d >giffixed.ico ++ @ghead --bytes=-20 <$(PICS)/treescap.gif | $(UTILS)/giffix 2>/dev/null | $(UTILS)/gifbuild -d >giffixed.ico + giffix-regress: + @echo "giffix: Testing giffix behavior" +- @head --bytes=-20 <$(PICS)/treescap.gif | $(UTILS)/giffix 2>/dev/null | $(UTILS)/gifbuild -d | diff -u giffixed.ico - ++ @ghead --bytes=-20 <$(PICS)/treescap.gif | $(UTILS)/giffix 2>/dev/null | $(UTILS)/gifbuild -d | diff -u giffixed.ico - + + gifinto-regress: + @echo "gifinto: Checking behavior on short files." From owner-svn-ports-all@freebsd.org Wed Oct 19 18:02:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 501B1C1964C; Wed, 19 Oct 2016 18:02:37 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F1F98CF; Wed, 19 Oct 2016 18:02:36 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JI2amA072714; Wed, 19 Oct 2016 18:02:36 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JI2ZPF072710; Wed, 19 Oct 2016 18:02:35 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610191802.u9JI2ZPF072710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 19 Oct 2016 18:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424275 - in head/devel: . py-oslo.policy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 18:02:37 -0000 Author: novel Date: Wed Oct 19 18:02:35 2016 New Revision: 424275 URL: https://svnweb.freebsd.org/changeset/ports/424275 Log: Add py-oslo.policy 1.15.0, oslo Policy library. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-oslo.policy/ head/devel/py-oslo.policy/Makefile (contents, props changed) head/devel/py-oslo.policy/distinfo (contents, props changed) head/devel/py-oslo.policy/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 19 17:36:54 2016 (r424274) +++ head/devel/Makefile Wed Oct 19 18:02:35 2016 (r424275) @@ -4331,6 +4331,7 @@ SUBDIR += py-oslo.config SUBDIR += py-oslo.context SUBDIR += py-oslo.i18n + SUBDIR += py-oslo.policy SUBDIR += py-oslo.serialization SUBDIR += py-oslo.utils SUBDIR += py-palm Added: head/devel/py-oslo.policy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.policy/Makefile Wed Oct 19 18:02:35 2016 (r424275) @@ -0,0 +1,26 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.policy +PORTVERSION= 1.15.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo Policy library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.10.0:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-oslo.policy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.policy/distinfo Wed Oct 19 18:02:35 2016 (r424275) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297489 +SHA256 (oslo.policy-1.15.0.tar.gz) = e5ac27c71c4257319f8308dfc73fffad0a9aea1700641084be6a88520520d3e1 +SIZE (oslo.policy-1.15.0.tar.gz) = 61651 Added: head/devel/py-oslo.policy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.policy/pkg-descr Wed Oct 19 18:02:35 2016 (r424275) @@ -0,0 +1,4 @@ +The Oslo Policy library provides support for RBAC policy enforcement across +all OpenStack services. + +WWW: http://launchpad.net/oslo.policy From owner-svn-ports-all@freebsd.org Wed Oct 19 18:03:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CEFFC19687; Wed, 19 Oct 2016 18:03:36 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60A979C5; Wed, 19 Oct 2016 18:03:36 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JI3ZxP072922; Wed, 19 Oct 2016 18:03:35 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JI3ZaG072918; Wed, 19 Oct 2016 18:03:35 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610191803.u9JI3ZaG072918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 19 Oct 2016 18:03:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424276 - in head/devel: . py-pycadf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 18:03:36 -0000 Author: novel Date: Wed Oct 19 18:03:34 2016 New Revision: 424276 URL: https://svnweb.freebsd.org/changeset/ports/424276 Log: Add py-pycadf 2.4.0, CADF Library. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-pycadf/ head/devel/py-pycadf/Makefile (contents, props changed) head/devel/py-pycadf/distinfo (contents, props changed) head/devel/py-pycadf/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 19 18:02:35 2016 (r424275) +++ head/devel/Makefile Wed Oct 19 18:03:34 2016 (r424276) @@ -4377,6 +4377,7 @@ SUBDIR += py-py SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules + SUBDIR += py-pycadf SUBDIR += py-pycalendar SUBDIR += py-pycallgraph SUBDIR += py-pycerberus Added: head/devel/py-pycadf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pycadf/Makefile Wed Oct 19 18:03:34 2016 (r424276) @@ -0,0 +1,25 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= pycadf +PORTVERSION= 2.4.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= CADF Library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-pycadf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pycadf/distinfo Wed Oct 19 18:03:34 2016 (r424276) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297240 +SHA256 (pycadf-2.4.0.tar.gz) = fb6100fd5cb9060b1baac1307b3cdeab0b4c5c363bce86dd712441b46dc9d793 +SIZE (pycadf-2.4.0.tar.gz) = 246975 Added: head/devel/py-pycadf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pycadf/pkg-descr Wed Oct 19 18:03:34 2016 (r424276) @@ -0,0 +1,6 @@ +This library provides an auditing data model based on the Cloud Auditing Data +Federation specification, primarily for use by OpenStack. The goal is to +establish strict expectations about what auditors can expect from audit +notifications. + +WWW: https://launchpad.net/pycadf From owner-svn-ports-all@freebsd.org Wed Oct 19 18:05:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5932EC19740; Wed, 19 Oct 2016 18:05:02 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DA6AB92; Wed, 19 Oct 2016 18:05:02 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JI51j1073155; Wed, 19 Oct 2016 18:05:01 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JI50Nv073151; Wed, 19 Oct 2016 18:05:00 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610191805.u9JI50Nv073151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 19 Oct 2016 18:05:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424277 - in head/devel: . py-oslo.db X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 18:05:02 -0000 Author: novel Date: Wed Oct 19 18:05:00 2016 New Revision: 424277 URL: https://svnweb.freebsd.org/changeset/ports/424277 Log: Add py-oslo.db 4.13.3, oslo Database library. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-oslo.db/ head/devel/py-oslo.db/Makefile (contents, props changed) head/devel/py-oslo.db/distinfo (contents, props changed) head/devel/py-oslo.db/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 19 18:03:34 2016 (r424276) +++ head/devel/Makefile Wed Oct 19 18:05:00 2016 (r424277) @@ -4330,6 +4330,7 @@ SUBDIR += py-osc-lib SUBDIR += py-oslo.config SUBDIR += py-oslo.context + SUBDIR += py-oslo.db SUBDIR += py-oslo.i18n SUBDIR += py-oslo.policy SUBDIR += py-oslo.serialization Added: head/devel/py-oslo.db/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.db/Makefile Wed Oct 19 18:05:00 2016 (r424277) @@ -0,0 +1,30 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.db +PORTVERSION= 4.13.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo Database library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.9.6:databases/py-sqlalchemy-migrate \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}alembic>=0.8.4:databases/py-alembic \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-oslo.db/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.db/distinfo Wed Oct 19 18:05:00 2016 (r424277) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297457 +SHA256 (oslo.db-4.13.3.tar.gz) = 67c150a269a7752827325998aa59494b0e49205127cf3f3f78b23a07810d39fd +SIZE (oslo.db-4.13.3.tar.gz) = 147300 Added: head/devel/py-oslo.db/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.db/pkg-descr Wed Oct 19 18:05:00 2016 (r424277) @@ -0,0 +1,4 @@ +The oslo db (database) handling library, provides database connectivity to +different database backends and various other helper utils. + +WWW: https://pypi.python.org/pypi/oslo.db From owner-svn-ports-all@freebsd.org Wed Oct 19 18:06:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC60AC197E5; Wed, 19 Oct 2016 18:06:07 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A948BE28; Wed, 19 Oct 2016 18:06:07 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JI66RR073365; Wed, 19 Oct 2016 18:06:06 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JI66jK073361; Wed, 19 Oct 2016 18:06:06 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610191806.u9JI66jK073361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 19 Oct 2016 18:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424278 - in head/devel: . py-oslo.log X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 18:06:07 -0000 Author: novel Date: Wed Oct 19 18:06:06 2016 New Revision: 424278 URL: https://svnweb.freebsd.org/changeset/ports/424278 Log: Add py-oslo.log 3.16.0, oslo Log library. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-oslo.log/ head/devel/py-oslo.log/Makefile (contents, props changed) head/devel/py-oslo.log/distinfo (contents, props changed) head/devel/py-oslo.log/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 19 18:05:00 2016 (r424277) +++ head/devel/Makefile Wed Oct 19 18:06:06 2016 (r424278) @@ -4332,6 +4332,7 @@ SUBDIR += py-oslo.context SUBDIR += py-oslo.db SUBDIR += py-oslo.i18n + SUBDIR += py-oslo.log SUBDIR += py-oslo.policy SUBDIR += py-oslo.serialization SUBDIR += py-oslo.utils Added: head/devel/py-oslo.log/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.log/Makefile Wed Oct 19 18:06:06 2016 (r424278) @@ -0,0 +1,32 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.log +PORTVERSION= 3.16.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo Log library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.4.2:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.6.0:devel/py-oslo.context \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +post-patch: + @${REINPLACE_CMD} -e "s|sys_platform!=|sys_platform!='freebsd10' and sys_platform!='freebsd11' and sys_platform!=|" \ + ${WRKDIR}/${PORTNAME}-${PORTVERSION}/requirements.txt + +.include Added: head/devel/py-oslo.log/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.log/distinfo Wed Oct 19 18:06:06 2016 (r424278) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297280 +SHA256 (oslo.log-3.16.0.tar.gz) = aa8682697b57d7eb6224a4ceaa0b04e69f2a2dc8c0fa430b57cecc67f7293687 +SIZE (oslo.log-3.16.0.tar.gz) = 62648 Added: head/devel/py-oslo.log/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.log/pkg-descr Wed Oct 19 18:06:06 2016 (r424278) @@ -0,0 +1,5 @@ +The oslo.log (logging) configuration library provides standardized +configuration for all openstack projects. It also provides custom formatters, +handlers and support for context specific logging. + +WWW: https://pypi.python.org/pypi/oslo.log From owner-svn-ports-all@freebsd.org Wed Oct 19 18:07:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0C72C19887; Wed, 19 Oct 2016 18:07:41 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B568FDC; Wed, 19 Oct 2016 18:07:41 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JI7e0p073588; Wed, 19 Oct 2016 18:07:40 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JI7evO073583; Wed, 19 Oct 2016 18:07:40 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610191807.u9JI7evO073583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 19 Oct 2016 18:07:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424279 - in head/devel: . py-oslo.middleware X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 18:07:41 -0000 Author: novel Date: Wed Oct 19 18:07:40 2016 New Revision: 424279 URL: https://svnweb.freebsd.org/changeset/ports/424279 Log: Add py-oslo.middleware 3.19.0, oslo Middleware library. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-oslo.middleware/ head/devel/py-oslo.middleware/Makefile (contents, props changed) head/devel/py-oslo.middleware/distinfo (contents, props changed) head/devel/py-oslo.middleware/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 19 18:06:06 2016 (r424278) +++ head/devel/Makefile Wed Oct 19 18:07:40 2016 (r424279) @@ -4333,6 +4333,7 @@ SUBDIR += py-oslo.db SUBDIR += py-oslo.i18n SUBDIR += py-oslo.log + SUBDIR += py-oslo.middleware SUBDIR += py-oslo.policy SUBDIR += py-oslo.serialization SUBDIR += py-oslo.utils Added: head/devel/py-oslo.middleware/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.middleware/Makefile Wed Oct 19 18:07:40 2016 (r424279) @@ -0,0 +1,29 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.middleware +PORTVERSION= 3.19.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo Middleware library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2 + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-oslo.middleware/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.middleware/distinfo Wed Oct 19 18:07:40 2016 (r424279) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297441 +SHA256 (oslo.middleware-3.19.0.tar.gz) = f36c37b9d8f4c6eccc494172569184c3f9a4028a6401e8cf75d7656fc7b1d292 +SIZE (oslo.middleware-3.19.0.tar.gz) = 41711 Added: head/devel/py-oslo.middleware/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.middleware/pkg-descr Wed Oct 19 18:07:40 2016 (r424279) @@ -0,0 +1,6 @@ +Oslo middleware library includes components that can be injected into wsgi +pipelines to intercept request/response flows. The base class can be enhanced +with functionality like add/delete/modification of http headers and support +for limiting size/connection etc. + +WWW: https://pypi.python.org/pypi/oslo.middleware From owner-svn-ports-all@freebsd.org Wed Oct 19 18:39:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74588C1848C; Wed, 19 Oct 2016 18:39:57 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35BC9B1F; Wed, 19 Oct 2016 18:39:57 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JIduvS085049; Wed, 19 Oct 2016 18:39:56 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JIduuT085045; Wed, 19 Oct 2016 18:39:56 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610191839.u9JIduuT085045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 19 Oct 2016 18:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424280 - in head/devel: . py-oslo.concurrency X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 18:39:57 -0000 Author: novel Date: Wed Oct 19 18:39:55 2016 New Revision: 424280 URL: https://svnweb.freebsd.org/changeset/ports/424280 Log: Add py-oslo.concurrency 3.14.0, oslo Concurrency library. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-oslo.concurrency/ head/devel/py-oslo.concurrency/Makefile (contents, props changed) head/devel/py-oslo.concurrency/distinfo (contents, props changed) head/devel/py-oslo.concurrency/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 19 18:07:40 2016 (r424279) +++ head/devel/Makefile Wed Oct 19 18:39:55 2016 (r424280) @@ -4328,6 +4328,7 @@ SUBDIR += py-ordereddict SUBDIR += py-os-client-config SUBDIR += py-osc-lib + SUBDIR += py-oslo.concurrency SUBDIR += py-oslo.config SUBDIR += py-oslo.context SUBDIR += py-oslo.db Added: head/devel/py-oslo.concurrency/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.concurrency/Makefile Wed Oct 19 18:39:55 2016 (r424280) @@ -0,0 +1,28 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.concurrency +PORTVERSION= 3.14.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo Concurrency library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34 \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}retrying>=0:devel/py-retrying \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ + ${PYTHON_PKGNAMEPREFIX}fasteners>=0.7:devel/py-fasteners + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-oslo.concurrency/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.concurrency/distinfo Wed Oct 19 18:39:55 2016 (r424280) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297312 +SHA256 (oslo.concurrency-3.14.0.tar.gz) = e76adec89e3b0444f4d3076d8568ea9caf68cf0279de5b3687a51a29d2482eaf +SIZE (oslo.concurrency-3.14.0.tar.gz) = 45148 Added: head/devel/py-oslo.concurrency/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.concurrency/pkg-descr Wed Oct 19 18:39:55 2016 (r424280) @@ -0,0 +1,5 @@ +The oslo.concurrency library has utilities for safely running multi-thread, +multi-process applications using locking mechanisms and for running external +processes. + +WWW: https://pypi.python.org/pypi/oslo.concurrency From owner-svn-ports-all@freebsd.org Wed Oct 19 18:40:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 356BCC184F5; Wed, 19 Oct 2016 18:40:34 +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 0B0BFC32; Wed, 19 Oct 2016 18:40:33 +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 u9JIeXHg085836; Wed, 19 Oct 2016 18:40:33 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JIeWao085833; Wed, 19 Oct 2016 18:40:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610191840.u9JIeWao085833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 19 Oct 2016 18:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424281 - in head/net-p2p/qbittorrent: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 18:40:34 -0000 Author: pi Date: Wed Oct 19 18:40:32 2016 New Revision: 424281 URL: https://svnweb.freebsd.org/changeset/ports/424281 Log: net-p2p/qbittorrent: update 3.3.3 -> 3.3.7 - Lots of changes, see link to the Changes - Fixed QT option (RADIO->SINGLE), see details in PR#208038 - Changed Qt default to Qt5 PR: 209132 Changes: http://www.qbittorrent.org/news.php Submitted by: Yuri Victorovich (maintainer), mi, matthew@reztek.cz Added: head/net-p2p/qbittorrent/files/patch-src_base_utils_string.cpp (contents, props changed) Modified: head/net-p2p/qbittorrent/Makefile head/net-p2p/qbittorrent/distinfo Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Wed Oct 19 18:39:55 2016 (r424280) +++ head/net-p2p/qbittorrent/Makefile Wed Oct 19 18:40:32 2016 (r424281) @@ -2,86 +2,74 @@ # $FreeBSD$ PORTNAME= qbittorrent -PORTVERSION= 3.3.3 -DISTVERSIONPREFIX= release- +PORTVERSION= 3.3.7 CATEGORIES= net-p2p ipv6 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= yuri@rawbw.com -COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar +COMMENT?= Bittorrent client using Qt4/5 and libtorrent-rasterbar LICENSE= GPLv2 -BROKEN= fails to build - -# ABI versions specified on purpose for libtorrent-rasterbar LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ libboost_system.so:devel/boost-libs -USE_GITHUB= yes -GH_ACCOUNT= qBittorrent -GH_PROJECT= qBittorrent - -USES= compiler:c++11-lang execinfo pkgconfig tar:xz -QT4_USE= QT4=corelib,network,qmake_build,linguisttools_build,moc_build,rcc_build,uic_build -QT5_USE= QT5=core,concurrent,network,widgets,qmake_build,buildtools_build,linguisttools_build +USES= compiler:c++11-lib execinfo pkgconfig tar:xz +QT4_USE= QT4=corelib,network,xml,qmake_build,linguisttools_build,moc_build,rcc_build,uic_build +QT5_USE= QT5=core,network,xml,qmake_build,buildtools_build,linguisttools_build QT_NONSTANDARD= yes DESTDIRNAME= INSTALL_ROOT - -.if !defined(SLAVE_PORT) -LIB_DEPENDS+= libGeoIP.so:net/GeoIP -USES+= desktop-file-utils -QT4_USE+= QT4=gui,xml -QT5_USE+= QT5=gui,xml -INSTALLS_ICONS= yes -OPTIONS_DEFINE= DBUS -.endif +GNU_CONFIGURE= yes PORTDOCS= AUTHORS Changelog README.md -OPTIONS_DEFINE= DEBUG DOCS DBUS -OPTIONS_RADIO= QT -OPTIONS_RADIO_QT= QT4 QT5 -OPTIONS_DEFAULT= QT4 +.if !defined(SLAVE_PORT) || ${SLAVE_PORT:tl} == "no" +WITH_GUI:= yes +.else +WITH_GUI:= no +.endif + +OPTIONS_DEFINE= DBUS DEBUG DOCS +OPTIONS_SINGLE= QT +OPTIONS_SINGLE_QT= QT4 QT5 +OPTIONS_DEFAULT= QT5 OPTION_QT= ${SELECTED_OPTIONS:MQT*} DEBUG_CONFIGURE_ENABLE= debug DBUS_CONFIGURE_ENABLE= qt-dbus +QT4_CONFIGURE_ON= --with-qt4 -.include - -# Qt4 fails to detect base clang features, this section corrects it -.if ${PORT_OPTIONS:MQT4} -CXXFLAGS+= -DQ_COMPILER_INITIALIZER_LISTS +.if ${WITH_GUI} == "yes" +LIB_DEPENDS+= libGeoIP.so:net/GeoIP +USES+= desktop-file-utils +QT4_USE+= QT4=gui +QT5_USE+= QT5=concurrent,gui,widgets GL=gl +OPTIONS_DEFAULT+= DBUS +.else +CONFIGURE_ARGS+= --disable-gui .endif +BROKEN_FreeBSD_9= needs more C++11 support than 9.x offers + +.include + .if ${PORT_OPTIONS:MDBUS} USE_${OPTION_QT}+= dbus .endif -CXXFLAGS+= -DBOOST_ASIO_DYN_LINK -CONFIGURE_ENV+= zlib_CFLAGS=-I/usr/include -CONFIGURE_ENV+= zlib_LIBS=-lz -CONFIGURE_ARGS+= CXXFLAGS="${CXXFLAGS}" -CONFIGURE_ARGS+= --with-${OPTION_QT:tl} - -GNU_CONFIGURE= yes -USE_OPENSSL= yes +CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" post-patch: .if ${PORT_OPTIONS:MQT4} - ${REINPLACE_CMD} 's,^\$$QT_QMAKE,${LOCALBASE}/bin/qmake-qt4,' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} + ${REINPLACE_CMD} 's,^\$$QT_QMAKE,${LOCALBASE}/bin/qmake-qt4,' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} .else - ${REINPLACE_CMD} 's,^\$$QT_QMAKE,${LOCALBASE}/lib/qt5/bin/qmake,' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} -.endif - -.if !defined(SLAVE_PORT) || ${SLAVE_PORT:tl} != "no" -CONFIGURE_ARGS+= --disable-gui + ${REINPLACE_CMD} 's,^\$$QT_QMAKE,${LOCALBASE}/lib/qt5/bin/qmake,' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} .endif post-install: -.if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "no" +.if ${WITH_GUI} == "yes" @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qbittorrent ${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/ Modified: head/net-p2p/qbittorrent/distinfo ============================================================================== --- head/net-p2p/qbittorrent/distinfo Wed Oct 19 18:39:55 2016 (r424280) +++ head/net-p2p/qbittorrent/distinfo Wed Oct 19 18:40:32 2016 (r424281) @@ -1,2 +1,3 @@ -SHA256 (qBittorrent-qBittorrent-release-3.3.3_GH0.tar.gz) = 04f03623be427294238f119d1ab3311e8560a091778f12df03cc9380fad2c6d9 -SIZE (qBittorrent-qBittorrent-release-3.3.3_GH0.tar.gz) = 4984105 +TIMESTAMP = 1473733537 +SHA256 (qbittorrent-3.3.7.tar.xz) = 72dc824a90fadc0825e6be6f1c215e38f976262c7f83b625061d542b2b664c40 +SIZE (qbittorrent-3.3.7.tar.xz) = 2884792 Added: head/net-p2p/qbittorrent/files/patch-src_base_utils_string.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/qbittorrent/files/patch-src_base_utils_string.cpp Wed Oct 19 18:40:32 2016 (r424281) @@ -0,0 +1,31 @@ +--- src/base/utils/string.cpp.orig 2016-09-23 15:05:18 UTC ++++ src/base/utils/string.cpp +@@ -37,7 +37,7 @@ + #ifdef QBT_USES_QT5 + #include + #endif +-#ifdef Q_OS_MAC ++#if defined(Q_OS_MAC) || (defined(__FreeBSD__) && __FreeBSD_version < 1003506) + #include + #endif + +@@ -146,7 +146,8 @@ bool Utils::String::naturalCompareCaseSe + { + // provide a single `NaturalCompare` instance for easy use + // https://doc.qt.io/qt-5/threads-reentrancy.html +-#ifdef Q_OS_MAC // workaround for Apple xcode: https://stackoverflow.com/a/29929949 ++#if defined(Q_OS_MAC) || (defined(__FreeBSD__) && __FreeBSD_version < 1003506) ++// workaround for Apple xcode: https://stackoverflow.com/a/29929949 + static QThreadStorage nCmp; + if (!nCmp.hasLocalData()) nCmp.setLocalData(NaturalCompare(true)); + return (nCmp.localData())(left, right); +@@ -160,7 +161,8 @@ bool Utils::String::naturalCompareCaseIn + { + // provide a single `NaturalCompare` instance for easy use + // https://doc.qt.io/qt-5/threads-reentrancy.html +-#ifdef Q_OS_MAC // workaround for Apple xcode: https://stackoverflow.com/a/29929949 ++#if defined(Q_OS_MAC) || (defined(__FreeBSD__) && __FreeBSD_version < 1003506) ++// workaround for Apple xcode: https://stackoverflow.com/a/29929949 + static QThreadStorage nCmp; + if (!nCmp.hasLocalData()) nCmp.setLocalData(NaturalCompare(false)); + return (nCmp.localData())(left, right); From owner-svn-ports-all@freebsd.org Wed Oct 19 18:56:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 420ABC18A91; Wed, 19 Oct 2016 18:56:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC27A884; Wed, 19 Oct 2016 18:56: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 u9JIu2Q7092504; Wed, 19 Oct 2016 18:56:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JIu1bi092502; Wed, 19 Oct 2016 18:56:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610191856.u9JIu1bi092502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 19 Oct 2016 18:56:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424282 - head/sysutils/fusefs-lkl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 18:56:03 -0000 Author: jbeich Date: Wed Oct 19 18:56:01 2016 New Revision: 424282 URL: https://svnweb.freebsd.org/changeset/ports/424282 Log: sysutils/fusefs-lkl: update to 4.8.493 - Switch to `git describe --abbrev=12` versioning scheme Approved by: cem (maintainer) Differential Revision: https://reviews.freebsd.org/D8284 Modified: head/sysutils/fusefs-lkl/Makefile (contents, props changed) head/sysutils/fusefs-lkl/distinfo (contents, props changed) Modified: head/sysutils/fusefs-lkl/Makefile ============================================================================== --- head/sysutils/fusefs-lkl/Makefile Wed Oct 19 18:40:32 2016 (r424281) +++ head/sysutils/fusefs-lkl/Makefile Wed Oct 19 18:56:01 2016 (r424282) @@ -2,7 +2,9 @@ # $FreeBSD$ PORTNAME= lkl -PORTVERSION= 4.5.0 +DISTVERSIONPREFIX= v +DISTVERSION= 4.8-493 +DISTVERSIONSUFFIX= -g4b77c32b1a88 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- @@ -19,7 +21,6 @@ USE_BINUTILS= yes USE_GCC= yes USE_GITHUB= yes GH_PROJECT= linux -GH_TAGNAME= e145a5a5bdf4b70753495b5ccd2439a354655341 ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON=No one has added other architecture ld formats yet Modified: head/sysutils/fusefs-lkl/distinfo ============================================================================== --- head/sysutils/fusefs-lkl/distinfo Wed Oct 19 18:40:32 2016 (r424281) +++ head/sysutils/fusefs-lkl/distinfo Wed Oct 19 18:56:01 2016 (r424282) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471416972 -SHA256 (lkl-linux-4.5.0-e145a5a5bdf4b70753495b5ccd2439a354655341_GH0.tar.gz) = c8b084f1db186d3d3ccd0d304916ef8d0a0daa325f162daf02b74ed99a9c3596 -SIZE (lkl-linux-4.5.0-e145a5a5bdf4b70753495b5ccd2439a354655341_GH0.tar.gz) = 139389769 +TIMESTAMP = 1476438518 +SHA256 (lkl-linux-v4.8-493-g4b77c32b1a88_GH0.tar.gz) = 3b1adae23f1419a8b5c93d9c03bdca7b70df0b15285ab608b76cddb9285fbbba +SIZE (lkl-linux-v4.8-493-g4b77c32b1a88_GH0.tar.gz) = 143222799 From owner-svn-ports-all@freebsd.org Wed Oct 19 18:57:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8AEFC18B12; Wed, 19 Oct 2016 18:57:55 +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 7A847999; Wed, 19 Oct 2016 18:57:55 +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 u9JIvsPC092673; Wed, 19 Oct 2016 18:57:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JIvsMY092671; Wed, 19 Oct 2016 18:57:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610191857.u9JIvsMY092671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 19 Oct 2016 18:57:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424283 - head/devel/p5-File-Remove X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 18:57:55 -0000 Author: pi Date: Wed Oct 19 18:57:54 2016 New Revision: 424283 URL: https://svnweb.freebsd.org/changeset/ports/424283 Log: devel/p5-File-Remove: update 1.52 -> 1.57 PR: 213191 Changes: http://cpansearch.perl.org/src/SHLOMIF/File-Remove-1.57/Changes Submitted by: amdmi3 Modified: head/devel/p5-File-Remove/Makefile head/devel/p5-File-Remove/distinfo Modified: head/devel/p5-File-Remove/Makefile ============================================================================== --- head/devel/p5-File-Remove/Makefile Wed Oct 19 18:56:01 2016 (r424282) +++ head/devel/p5-File-Remove/Makefile Wed Oct 19 18:57:54 2016 (r424283) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= File-Remove -PORTVERSION= 1.52 -PORTREVISION= 1 +PORTVERSION= 1.57 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ADAMK Modified: head/devel/p5-File-Remove/distinfo ============================================================================== --- head/devel/p5-File-Remove/distinfo Wed Oct 19 18:56:01 2016 (r424282) +++ head/devel/p5-File-Remove/distinfo Wed Oct 19 18:57:54 2016 (r424283) @@ -1,2 +1,3 @@ -SHA256 (File-Remove-1.52.tar.gz) = 4154dc574b8a9a3a555d323f152ac742363c6a69c1f61de15b72728813550bdd -SIZE (File-Remove-1.52.tar.gz) = 38230 +TIMESTAMP = 1475498698 +SHA256 (File-Remove-1.57.tar.gz) = b3becd60165c38786d18285f770b8b06ebffe91797d8c00cc4730614382501ad +SIZE (File-Remove-1.57.tar.gz) = 22157 From owner-svn-ports-all@freebsd.org Wed Oct 19 19:26:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C9D4C17455; Wed, 19 Oct 2016 19:26:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC553D2B; Wed, 19 Oct 2016 19:26:12 +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 u9JJQBeA003985; Wed, 19 Oct 2016 19:26:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JJQBFJ003984; Wed, 19 Oct 2016 19:26:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610191926.u9JJQBFJ003984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 19:26:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424284 - head/audio/ccaudio2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 19:26:13 -0000 Author: amdmi3 Date: Wed Oct 19 19:26:11 2016 New Revision: 424284 URL: https://svnweb.freebsd.org/changeset/ports/424284 Log: - Fix build on 9.x by propagating c++11 requirement from c++ dependency - Fix license Modified: head/audio/ccaudio2/Makefile Modified: head/audio/ccaudio2/Makefile ============================================================================== --- head/audio/ccaudio2/Makefile Wed Oct 19 18:57:54 2016 (r424283) +++ head/audio/ccaudio2/Makefile Wed Oct 19 19:26:11 2016 (r424284) @@ -9,7 +9,7 @@ MASTER_SITES= GNU/ccaudio MAINTAINER= ports@FreeBSD.org COMMENT= C++ class framework for manipulating audio files -LICENSE= LGPL3 +LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libccgnu2.so:devel/commoncpp \ @@ -17,10 +17,10 @@ LIB_DEPENDS= libccgnu2.so:devel/commoncp libgsm.so:audio/gsm \ libspeex.so:audio/speex -USES= cmake:outsource pathfix pkgconfig +USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig USE_LDCONFIG= yes -CMAKE_ARGS+= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \ +CMAKE_ARGS= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \ -DCMAKE_INSTALL_MANDIR:STRING=man .include From owner-svn-ports-all@freebsd.org Wed Oct 19 20:07:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DC4BC18028; Wed, 19 Oct 2016 20:07:21 +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 0E9641724; Wed, 19 Oct 2016 20:07:20 +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 u9JK7KjX019648; Wed, 19 Oct 2016 20:07:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JK7Kej019647; Wed, 19 Oct 2016 20:07:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610192007.u9JK7Kej019647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 20:07:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424285 - head/mail/rmilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 20:07:21 -0000 Author: amdmi3 Date: Wed Oct 19 20:07:19 2016 New Revision: 424285 URL: https://svnweb.freebsd.org/changeset/ports/424285 Log: - Mark BROKEN on 9.x: error: Unsupported word size Approved by: portmgr blanket Modified: head/mail/rmilter/Makefile Modified: head/mail/rmilter/Makefile ============================================================================== --- head/mail/rmilter/Makefile Wed Oct 19 19:26:11 2016 (r424284) +++ head/mail/rmilter/Makefile Wed Oct 19 20:07:19 2016 (r424285) @@ -16,6 +16,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ BROKEN_armv6= Fails to configure in cmake BROKEN_mips= Fails to compile: error: Unsupported word size BROKEN_sparc64= Fails to compile: error: Unsupported word size +BROKEN_FreeBSD_9= Fails to compile: error: Unsupported word size USE_GITHUB= yes GH_ACCOUNT= vstakhov From owner-svn-ports-all@freebsd.org Wed Oct 19 20:17:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D719EC181BF; Wed, 19 Oct 2016 20:17:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4FD01B73; Wed, 19 Oct 2016 20:17:42 +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 u9JKHfho023618; Wed, 19 Oct 2016 20:17:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JKHfFd023617; Wed, 19 Oct 2016 20:17:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610192017.u9JKHfFd023617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 20:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424286 - head/devel/libmatheval X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 20:17:42 -0000 Author: amdmi3 Date: Wed Oct 19 20:17:41 2016 New Revision: 424286 URL: https://svnweb.freebsd.org/changeset/ports/424286 Log: - Mark BROKEN on 9 amd64: /usr/bin/ld: /usr/local/lib/libfl_pic.a(libyywrap.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libfl_pic.a: could not read symbols: Bad value - Switch to USES=localbase Modified: head/devel/libmatheval/Makefile Modified: head/devel/libmatheval/Makefile ============================================================================== --- head/devel/libmatheval/Makefile Wed Oct 19 20:07:19 2016 (r424285) +++ head/devel/libmatheval/Makefile Wed Oct 19 20:17:41 2016 (r424286) @@ -13,13 +13,13 @@ COMMENT= Library to evaluate mathematica BUILD_DEPENDS= flex>=2.5.39_1:textproc/flex LIB_DEPENDS= libguile.so:lang/guile +BROKEN_FreeBSD_9_amd64= does not link + GNU_CONFIGURE= yes CONFIGURE_ENV= LEXLIB=-lfl_pic MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes -USES= libtool makeinfo pathfix +USES= libtool localbase makeinfo pathfix INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INFO= libmatheval From owner-svn-ports-all@freebsd.org Wed Oct 19 20:28:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70A75C1852B; Wed, 19 Oct 2016 20:28:18 +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 3F96219C; Wed, 19 Oct 2016 20:28:18 +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 u9JKSHqk027362; Wed, 19 Oct 2016 20:28:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JKSHxY027361; Wed, 19 Oct 2016 20:28:17 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610192028.u9JKSHxY027361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 19 Oct 2016 20:28:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424287 - head/net-im/py-python-telegram-bot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 20:28:18 -0000 Author: olgeni Date: Wed Oct 19 20:28:17 2016 New Revision: 424287 URL: https://svnweb.freebsd.org/changeset/ports/424287 Log: Take over maintainership. Approved by: demon (maintainer) Modified: head/net-im/py-python-telegram-bot/Makefile Modified: head/net-im/py-python-telegram-bot/Makefile ============================================================================== --- head/net-im/py-python-telegram-bot/Makefile Wed Oct 19 20:17:41 2016 (r424286) +++ head/net-im/py-python-telegram-bot/Makefile Wed Oct 19 20:28:17 2016 (r424287) @@ -7,7 +7,7 @@ CATEGORIES= net-im devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= demon@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org COMMENT= Not just a Python wrapper around the Telegram Bot API LICENSE= LGPL3 From owner-svn-ports-all@freebsd.org Wed Oct 19 20:29:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62301C1859D; Wed, 19 Oct 2016 20:29:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33D2D29A; Wed, 19 Oct 2016 20:29:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JKT6lb027496; Wed, 19 Oct 2016 20:29:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JKT65X027494; Wed, 19 Oct 2016 20:29:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610192029.u9JKT65X027494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 20:29:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424288 - in head/devel/libgrading: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 20:29:07 -0000 Author: amdmi3 Date: Wed Oct 19 20:29:06 2016 New Revision: 424288 URL: https://svnweb.freebsd.org/changeset/ports/424288 Log: - Mark BROKEN on 9.x: doesn't build due to lacking c++11 support - Fix build on 10.1, don't try to use missing sys/capsicum.h Approved by: portmgr blanket Added: head/devel/libgrading/files/ head/devel/libgrading/files/patch-src_posix.cpp (contents, props changed) Modified: head/devel/libgrading/Makefile Modified: head/devel/libgrading/Makefile ============================================================================== --- head/devel/libgrading/Makefile Wed Oct 19 20:28:17 2016 (r424287) +++ head/devel/libgrading/Makefile Wed Oct 19 20:29:06 2016 (r424288) @@ -12,10 +12,12 @@ LICENSE= APACHE20 LIB_DEPENDS= libdistance.so:devel/libdistance +BROKEN_FreeBSD_9= does not build (lack of std::to_string) + USE_GITHUB= yes GH_ACCOUNT= trombonehero -USES= cmake +USES= cmake compiler:c++11-lib USE_LDCONFIG= yes PLIST_FILES= include/libgrading.h \ Added: head/devel/libgrading/files/patch-src_posix.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libgrading/files/patch-src_posix.cpp Wed Oct 19 20:29:06 2016 (r424288) @@ -0,0 +1,14 @@ +--- src/posix.cpp.orig 2016-09-19 18:47:05 UTC ++++ src/posix.cpp +@@ -186,6 +186,11 @@ TestResult grading::ForkTest(TestClosure + + + #ifdef __FreeBSD__ ++#include ++#endif ++ ++#if defined(__FreeBSD__) && __FreeBSD_version >= 1001511 ++ + #include + + #include From owner-svn-ports-all@freebsd.org Wed Oct 19 20:31:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 428C8C18982; Wed, 19 Oct 2016 20:31:15 +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 0F7E67EF; Wed, 19 Oct 2016 20:31:14 +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 u9JKVEUD027667; Wed, 19 Oct 2016 20:31:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JKVEbY027666; Wed, 19 Oct 2016 20:31:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610192031.u9JKVEbY027666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 20:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424289 - head/games/braincurses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 20:31:15 -0000 Author: amdmi3 Date: Wed Oct 19 20:31:13 2016 New Revision: 424289 URL: https://svnweb.freebsd.org/changeset/ports/424289 Log: - Fix build on 9.x by requiring c++ standard which is actually used Approved by: portmgr blanket Modified: head/games/braincurses/Makefile Modified: head/games/braincurses/Makefile ============================================================================== --- head/games/braincurses/Makefile Wed Oct 19 20:29:06 2016 (r424288) +++ head/games/braincurses/Makefile Wed Oct 19 20:31:13 2016 (r424289) @@ -11,7 +11,7 @@ COMMENT= Clone of the Mastermind game LICENSE= GPLv2 -USES= compiler:c11 gmake ncurses +USES= compiler:c++11-lib gmake ncurses USE_CSTD= c++11 USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Wed Oct 19 20:53:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E95BFC18DBC; Wed, 19 Oct 2016 20:53:15 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9B34399; Wed, 19 Oct 2016 20:53:15 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JKrENx038961; Wed, 19 Oct 2016 20:53:14 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JKrE0W038957; Wed, 19 Oct 2016 20:53:14 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610192053.u9JKrE0W038957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 19 Oct 2016 20:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424290 - in head/devel: . arduino-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 20:53:16 -0000 Author: bsam Date: Wed Oct 19 20:53:14 2016 New Revision: 424290 URL: https://svnweb.freebsd.org/changeset/ports/424290 Log: arduino-tools is mostly a meta-port to ensure installation of the tools required by Arduino 1.6. It does some installation to properly structure the arduino/tools-builder/ structure in such a way that we may use all of the tools available from ports while not requiring modifications to devel/arduino-builder to auto-detect the tools. PR: 213529 Submitted by: bsdports@kyle-evans.net Added: head/devel/arduino-tools/ head/devel/arduino-tools/Makefile (contents, props changed) head/devel/arduino-tools/pkg-descr (contents, props changed) head/devel/arduino-tools/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 19 20:31:13 2016 (r424289) +++ head/devel/Makefile Wed Oct 19 20:53:14 2016 (r424290) @@ -102,6 +102,7 @@ SUBDIR += arduino-irremote SUBDIR += arduino-mk SUBDIR += arduino-sevseg + SUBDIR += arduino-tools SUBDIR += argouml SUBDIR += argp-standalone SUBDIR += argtable Added: head/devel/arduino-tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-tools/Makefile Wed Oct 19 20:53:14 2016 (r424290) @@ -0,0 +1,57 @@ +# $FreeBSD$ + +PORTNAME= arduino-tools +PORTVERSION= 1.6.12 +CATEGORIES= devel +MASTER_SITES= # Mostly metaport - installs files, no build +DISTFILES= # +EXTRACT_ONLY= # + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Brings together all of the tool dependencies used for Arduino 1.6 + +LICENSE= NONE + +RUN_DEPENDS= avrdude:devel/avrdude \ + bossac:devel/bossa \ + avr-as:devel/avr-binutils \ + avr-ld:devel/avr-binutils \ + avr-gcc:devel/avr-gcc \ + arm-none-eabi-gcc:devel/arm-none-eabi-gcc \ + arm-none-eabi-g++:devel/arm-none-eabi-gcc \ + ${LOCALBASE}/arduino/tools-builder/ctags/${CTAGS_VERS}/ctags:devel/arduino-ctags \ + arm-none-eabi-newlib>=0:devel/arm-none-eabi-newlib \ + arduino-core>=0:devel/arduino-core + +NO_BUILD= yes +NO_ARCH= yes + +ARMGCC_VERS= 4.9.2 +AVRDUDE_VERS= 6.3.0-arduino6 +AVRGCC_VERS= 4.9.2-atmel3.5.3-arduino2 +BOSSAC_VERS= 1.7.0 +CMSIS_VERS= ${PORTVERSION} +CTAGS_VERS= 5.8-arduino10 + +PLIST_SUB+= ARMGCC_VERS=${ARMGCC_VERS} \ + AVRDUDE_VERS=${AVRDUDE_VERS} \ + AVRGCC_VERS=${AVRGCC_VERS} \ + BOSSAC_VERS=${BOSSAC_VERS} \ + CMSIS_VERS=${CMSIS_VERS} + +_STD_TOOLS_= arm-none-eabi-gcc:${ARMGCC_VERS} \ + avr-gcc:${AVRGCC_VERS} \ + avrdude:${AVRDUDE_VERS} \ + bossac:${BOSSAC_VERS} + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/arduino/tools-builder/CMSIS/${CMSIS_VERS} + ${LN} -s ../../../hardware/arduino/sam/system/CMSIS/CMSIS ${STAGEDIR}${PREFIX}/arduino/tools-builder/CMSIS/${CMSIS_VERS}/CMSIS + ${LN} -s ../../../hardware/arduino/sam/system/CMSIS/Device ${STAGEDIR}${PREFIX}/arduino/tools-builder/CMSIS/${CMSIS_VERS}/Device +.for _tool in ${_STD_TOOLS_} + ${MKDIR} ${STAGEDIR}${PREFIX}/arduino/tools-builder/${_tool:C/:.*//}/${_tool:C/.*://} + ${LN} -s ../../../../bin ${STAGEDIR}${PREFIX}/arduino/tools-builder/${_tool:C/:.*//}/${_tool:C/.*://}/bin + ${LN} -s ../../../../etc ${STAGEDIR}${PREFIX}/arduino/tools-builder/${_tool:C/:.*//}/${_tool:C/.*://}/etc +.endfor + +.include Added: head/devel/arduino-tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-tools/pkg-descr Wed Oct 19 20:53:14 2016 (r424290) @@ -0,0 +1,5 @@ +arduino-tools is mostly a meta-port to ensure installation of the tools +required by Arduino 1.6. It does some installation to properly structure +the arduino/tools-builder/ structure in such a way that we may use +all of the tools available from ports while not requiring modifications +to devel/arduino-builder to auto-detect the tools. Added: head/devel/arduino-tools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-tools/pkg-plist Wed Oct 19 20:53:14 2016 (r424290) @@ -0,0 +1,10 @@ +arduino/tools-builder/CMSIS/%%CMSIS_VERS%%/CMSIS +arduino/tools-builder/CMSIS/%%CMSIS_VERS%%/Device +arduino/tools-builder/arm-none-eabi-gcc/%%ARMGCC_VERS%%/bin +arduino/tools-builder/arm-none-eabi-gcc/%%ARMGCC_VERS%%/etc +arduino/tools-builder/avr-gcc/%%AVRGCC_VERS%%/bin +arduino/tools-builder/avr-gcc/%%AVRGCC_VERS%%/etc +arduino/tools-builder/avrdude/%%AVRDUDE_VERS%%/bin +arduino/tools-builder/avrdude/%%AVRDUDE_VERS%%/etc +arduino/tools-builder/bossac/%%BOSSAC_VERS%%/bin +arduino/tools-builder/bossac/%%BOSSAC_VERS%%/etc From owner-svn-ports-all@freebsd.org Wed Oct 19 20:58:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5681EC18EEC; Wed, 19 Oct 2016 20:58:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B696970; Wed, 19 Oct 2016 20:58:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8DE1CBDC98; Wed, 19 Oct 2016 22:58:56 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 323E2BDC56; Wed, 19 Oct 2016 22:58:56 +0200 (CEST) Subject: Re: svn commit: r424282 - head/sysutils/fusefs-lkl To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610191856.u9JIu1bi092502@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Wed, 19 Oct 2016 22:58:54 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610191856.u9JIu1bi092502@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2IURqtK2kkX9k7Gpcvcoj2NXvhJwSIEJp" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 20:58:59 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --2IURqtK2kkX9k7Gpcvcoj2NXvhJwSIEJp Content-Type: multipart/mixed; boundary="9jf6Tlo7bBl7V72XdmMJrfitV44wMjeTr"; protected-headers="v1" From: Mathieu Arnold To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r424282 - head/sysutils/fusefs-lkl References: <201610191856.u9JIu1bi092502@repo.freebsd.org> In-Reply-To: <201610191856.u9JIu1bi092502@repo.freebsd.org> --9jf6Tlo7bBl7V72XdmMJrfitV44wMjeTr Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 19/10/2016 =C3=A0 20:56, Jan Beich a =C3=A9crit : > Author: jbeich > Date: Wed Oct 19 18:56:01 2016 > New Revision: 424282 > URL: https://svnweb.freebsd.org/changeset/ports/424282 > > Log: > sysutils/fusefs-lkl: update to 4.8.493 > =20 > - Switch to `git describe --abbrev=3D12` versioning scheme > =20 Why not a simple "git describe" ? --=20 Mathieu Arnold --9jf6Tlo7bBl7V72XdmMJrfitV44wMjeTr-- --2IURqtK2kkX9k7Gpcvcoj2NXvhJwSIEJp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYB96PXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IRs0P/RvuZMK4k5wRQqcKIQUlnchu Gr702A2VFeOuTNif1w2yBchlBpGy8MOWH8n2aOqgeqprREd6KiQpbgUnfswD++kB PtYM2LkW1UjSRskgfXZSRYnRF5G2f85SIkq5JjcvGQAXBxTRw/GiDCue44O55erC EivAGZDctjIe/EIoUNKZj6qjhjGMvqZOm9Dj3TxaQX5UDx0zNbFjIv/tK1pfmO6A GxbElSR757aoTR1aNmEkIbYb/vBD7OYs+7xdKtlHNBMslsF7/oqbv5zFvtzNNM4a m4bdY8oc4+0In55sxDWhgHcHAzrwS62c5cB4dIoXQB8GD1puzYNx+5HMwu0vAzs9 b2O9m7JolUJjSS0sQAcyoASPyK8ZUH1mNP23WospjgO6N+AUelk1yRvYVh6hrgqf 30JAxGwaFFyJOmiyZBrUxkpjwNruXjulP59yHwGX3EdcQRoOjPM2ZYZQnmf6bnJW xnfOaP3OsUXcZDiKZjk8j2V64BAp6nWxz8BOHnHQzyS0PEz5LdGeOplWUI79Kb5y Y7S8+rZ7Tg6eWnW7D8xwtUwWzjT522nNhaLEJsVtTmDhN81IAs+sT08VtHgmqmdn eKcKhluIUy07l42G0gKeVwYG6zSsMYaOLxExYXYoWFVfxUjBz7kCD/0rKaXoT/wD UknrhJiyJdZRbAi1i6Oq =EMfe -----END PGP SIGNATURE----- --2IURqtK2kkX9k7Gpcvcoj2NXvhJwSIEJp-- From owner-svn-ports-all@freebsd.org Wed Oct 19 21:01:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B332C19038; Wed, 19 Oct 2016 21:01:19 +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 1A6E5BD8; Wed, 19 Oct 2016 21:01:19 +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 u9JL1IK1042055; Wed, 19 Oct 2016 21:01:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JL1IdE042053; Wed, 19 Oct 2016 21:01:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610192101.u9JL1IdE042053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 19 Oct 2016 21:01:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424291 - head/net/nats-streaming-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 21:01:19 -0000 Author: olgeni Date: Wed Oct 19 21:01:17 2016 New Revision: 424291 URL: https://svnweb.freebsd.org/changeset/ports/424291 Log: Update net/nats-streaming-server to version 0.3.0. Modified: head/net/nats-streaming-server/Makefile head/net/nats-streaming-server/distinfo Modified: head/net/nats-streaming-server/Makefile ============================================================================== --- head/net/nats-streaming-server/Makefile Wed Oct 19 20:53:14 2016 (r424290) +++ head/net/nats-streaming-server/Makefile Wed Oct 19 21:01:17 2016 (r424291) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nats-streaming-server -PORTVERSION= 0.2.2 +PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/nats-streaming-server/distinfo ============================================================================== --- head/net/nats-streaming-server/distinfo Wed Oct 19 20:53:14 2016 (r424290) +++ head/net/nats-streaming-server/distinfo Wed Oct 19 21:01:17 2016 (r424291) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472819350 -SHA256 (nats-io-nats-streaming-server-v0.2.2_GH0.tar.gz) = 741d03db1f78c348856476b0b27f39c391a6695aa6c199997a517e6f8c0e58f1 -SIZE (nats-io-nats-streaming-server-v0.2.2_GH0.tar.gz) = 360659 +TIMESTAMP = 1476910345 +SHA256 (nats-io-nats-streaming-server-v0.3.0_GH0.tar.gz) = 22f062d012841f7d5e45b10c21ebe59b6a12299a4b42e6a478f2ad5f3144386b +SIZE (nats-io-nats-streaming-server-v0.3.0_GH0.tar.gz) = 396424 From owner-svn-ports-all@freebsd.org Wed Oct 19 21:04:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68474C190DA; Wed, 19 Oct 2016 21:04:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 25113F56; Wed, 19 Oct 2016 21:04:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 5A2C3BDCAD; Wed, 19 Oct 2016 23:04:54 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id CBA4EBDC68; Wed, 19 Oct 2016 23:04:53 +0200 (CEST) Subject: Re: svn commit: r424290 - in head/devel: . arduino-tools To: Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610192053.u9JKrE0W038957@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <343c9446-f23e-7521-cb9a-3a27e981e52e@FreeBSD.org> Date: Wed, 19 Oct 2016 23:04:51 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610192053.u9JKrE0W038957@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="of3JlKRLhWpfh4trJxe7m66G7n0W665Rl" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 21:04:57 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --of3JlKRLhWpfh4trJxe7m66G7n0W665Rl Content-Type: multipart/mixed; boundary="t1rXqXp3DsMiSnapE7dLaSPr8cfQV1711"; protected-headers="v1" From: Mathieu Arnold To: Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <343c9446-f23e-7521-cb9a-3a27e981e52e@FreeBSD.org> Subject: Re: svn commit: r424290 - in head/devel: . arduino-tools References: <201610192053.u9JKrE0W038957@repo.freebsd.org> In-Reply-To: <201610192053.u9JKrE0W038957@repo.freebsd.org> --t1rXqXp3DsMiSnapE7dLaSPr8cfQV1711 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 19/10/2016 =C3=A0 22:53, Boris Samorodov a =C3=A9crit : > +MASTER_SITES=3D # Mostly metaport - installs files, no build > +DISTFILES=3D # > +EXTRACT_ONLY=3D # > Then why not use USES=3Dmetaport ? --=20 Mathieu Arnold --t1rXqXp3DsMiSnapE7dLaSPr8cfQV1711-- --of3JlKRLhWpfh4trJxe7m66G7n0W665Rl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYB9/0XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I/8MQALNJbgo0HZ6ZElO0O7xiXmZE UrpaV4JulwggQlQIneMvxfiABsJzg0NBiRQcf32LaxuDBFyNnY2LwXEL27ECj+35 jTmeYwfCODBCzfXtoJCO5wjoZYHc0Agq5l030UdFEVphxW3jf+PO1ZockX+MUvQU xr2gGVsT4IwvMssDsXg42H+yeoP4VdiBI6z/st52lwcPr8XdkB3LebB/euly0Bs4 DTJSoQnLiu3KGAowZcESpL1mla8//JqshLJ7eQv41FPh2kt9WEMCdwhYjHtrhlWs wJLMywtQu8Gu68GK8Plpzf53qSFtZPjvAoOJ2M1yg9Eoo4zhlDU3FUa9xsWfm6fK yI4tmSTZghxlbI7q3myOryx/agXruXQFjH1voGSsjW+sdGjOvI6ILMXJf/mn+9uK q9PrKIpFM1GCMP0OpAqgJlmSO/T1JAHyBgaYfrD9UW7Um6+HI2GP2l5/eNpoXtTA /mWtxQnaSMzkWZIHFD5q5yoYcSYSD+00/w5t/tL7t2GR1E4dCOJCX8/1+4X4KtUV frn5aLSmLChn5ZQwq8b6eB7fk2W828hx19YIc8kelAIi9JV5YeHh9ombTpxgK2vA DZEATXRNsbSz92Y+c9MNS5W4dutXylhrcQ8PPwoMYiUOdP08y4PpKpVRv8SsfBFJ 9AAz2+e90jSTbTfkLO+e =niyl -----END PGP SIGNATURE----- --of3JlKRLhWpfh4trJxe7m66G7n0W665Rl-- From owner-svn-ports-all@freebsd.org Wed Oct 19 21:58:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50802C19C1E; Wed, 19 Oct 2016 21:58:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 066B012C; Wed, 19 Oct 2016 21:58:13 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JLwC5Y062324; Wed, 19 Oct 2016 21:58:12 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JLwCPM062323; Wed, 19 Oct 2016 21:58:12 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201610192158.u9JLwCPM062323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 19 Oct 2016 21:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424292 - head/x11-toolkits/girara X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 21:58:14 -0000 Author: madpilot Date: Wed Oct 19 21:58:12 2016 New Revision: 424292 URL: https://svnweb.freebsd.org/changeset/ports/424292 Log: - Add GCC option, turned on by default, to force compilation using GCC, this fixes a problem in zathura which shows up only when girara is compiled wth clang [1] - Make the port use gnu99 C standard to allow it to compile with the default gcc 4.8 - Remove USES=compiler since it's not needed anymore - Small cosmetic change to the REINPLACE_CMD lines - While here, make the build verbose PR: 213595 Submitted by: Michael Danilov MFH: 2016Q4 Modified: head/x11-toolkits/girara/Makefile Modified: head/x11-toolkits/girara/Makefile ============================================================================== --- head/x11-toolkits/girara/Makefile Wed Oct 19 21:01:17 2016 (r424291) +++ head/x11-toolkits/girara/Makefile Wed Oct 19 21:58:12 2016 (r424292) @@ -3,6 +3,7 @@ PORTNAME= girara PORTVERSION= 0.2.6 +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics MASTER_SITES= http://pwmt.org/projects/girara/download/ @@ -10,22 +11,30 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= GTK3 Interface Library for Zathura PDF Viewer USE_GNOME= glib20 gtk30 -USES= compiler:c11 gmake pkgconfig +USES= gmake pkgconfig USE_LDCONFIG= yes +USE_CSTD= gnu99 LIBDIR= ${PREFIX}/lib -MAKE_ENV+= SFLAGS=${STRIP} +MAKE_ENV+= SFLAGS=${STRIP} \ + VERBOSE=1 -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= GCC NLS +# Force GCC by default due to problems in dependent port zathura with keyboard +# input when compiled using clang. +OPTIONS_DEFAULT=GCC OPTIONS_SUB= yes NLS_USES= gettext +GCC_USE= GCC=yes post-patch: .SILENT - ${REINPLACE_CMD} -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g'\ + ${REINPLACE_CMD} -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's|^\(CFLAGS +=\) -std=c11|\1|' \ + ${WRKSRC}/config.mk post-patch-NLS-off: .SILENT - ${REINPLACE_CMD} -e '/-C po/d'\ + ${REINPLACE_CMD} -e '/-C po/d' \ ${WRKSRC}/Makefile .include From owner-svn-ports-all@freebsd.org Wed Oct 19 22:08:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D698C19D79; Wed, 19 Oct 2016 22:08:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7F1478C; Wed, 19 Oct 2016 22:08:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JM8I1N066124; Wed, 19 Oct 2016 22:08:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JM8IbE066123; Wed, 19 Oct 2016 22:08:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610192208.u9JM8IbE066123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 19 Oct 2016 22:08:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424293 - head/textproc/scim/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 22:08:19 -0000 Author: antoine Date: Wed Oct 19 22:08:17 2016 New Revision: 424293 URL: https://svnweb.freebsd.org/changeset/ports/424293 Log: Fix build with clang 3.9 PR: 212687 Submitted by: emaste Approved by: maintainer timeout (1 month) Added: head/textproc/scim/files/patch-src_ltdl.cpp (contents, props changed) Added: head/textproc/scim/files/patch-src_ltdl.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/scim/files/patch-src_ltdl.cpp Wed Oct 19 22:08:17 2016 (r424293) @@ -0,0 +1,11 @@ +--- src/ltdl.cpp.orig 2008-11-02 06:42:40 UTC ++++ src/ltdl.cpp +@@ -3361,7 +3361,7 @@ lt_dlopenext ( + { + lt_dlhandle handle = 0; + char * tmp = 0; +- char * ext = 0; ++ const char * ext = 0; + size_t len; + int errors = 0; + From owner-svn-ports-all@freebsd.org Wed Oct 19 22:24:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC14CC19047; Wed, 19 Oct 2016 22:24:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB074CF; Wed, 19 Oct 2016 22:24:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JMOH9l073545; Wed, 19 Oct 2016 22:24:17 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JMOH3r073544; Wed, 19 Oct 2016 22:24:17 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610192224.u9JMOH3r073544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 19 Oct 2016 22:24:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424294 - head/graphics/linux-c7-tiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 22:24:19 -0000 Author: antoine Date: Wed Oct 19 22:24:17 2016 New Revision: 424294 URL: https://svnweb.freebsd.org/changeset/ports/424294 Log: Remove duplicate lines from distinfo Modified: head/graphics/linux-c7-tiff/distinfo.i386 Modified: head/graphics/linux-c7-tiff/distinfo.i386 ============================================================================== --- head/graphics/linux-c7-tiff/distinfo.i386 Wed Oct 19 22:08:17 2016 (r424293) +++ head/graphics/linux-c7-tiff/distinfo.i386 Wed Oct 19 22:24:17 2016 (r424294) @@ -3,5 +3,3 @@ SHA256 (rpm/centos/7.2.1511/i386/libtiff SIZE (rpm/centos/7.2.1511/i386/libtiff-4.0.3-25.el7_2.i686.rpm) = 176032 SHA256 (rpm/centos/7.2.1511/i386/libtiff-tools-4.0.3-25.el7_2.i686.rpm) = d32184492e21118b0bd1d41fa194737928baa1c965d7b795bccc98ffbdbe6c28 SIZE (rpm/centos/7.2.1511/i386/libtiff-tools-4.0.3-25.el7_2.i686.rpm) = 257340 -SHA256 (rpm/centos/7.2.1511/i386/libtiff-4.0.3-25.el7_2.i686.rpm) = 38ea752f8fbb0d2c79a7a647e5adf536ea9805993e947a875d67ef8e2731ef7c -SIZE (rpm/centos/7.2.1511/i386/libtiff-4.0.3-25.el7_2.i686.rpm) = 176032 From owner-svn-ports-all@freebsd.org Wed Oct 19 22:27:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71D5FC190B5; Wed, 19 Oct 2016 22:27:38 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4p.cmail.yandex.net (forward4p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3002B1EE; Wed, 19 Oct 2016 22:27:37 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [37.140.190.28]) by forward4p.cmail.yandex.net (Yandex) with ESMTP id 1F64920EEE; Thu, 20 Oct 2016 01:27:34 +0300 (MSK) Received: from smtp3o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id 2C0962940CE9; Thu, 20 Oct 2016 01:27:31 +0300 (MSK) Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 1Gry1rWlui-RVTGmQtf; Thu, 20 Oct 2016 01:27:31 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r424290 - in head/devel: . arduino-tools To: Mathieu Arnold , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610192053.u9JKrE0W038957@repo.freebsd.org> <343c9446-f23e-7521-cb9a-3a27e981e52e@FreeBSD.org> From: Boris Samorodov Message-ID: <4944156b-aadf-bb6b-bc6c-1d21af6afecd@passap.ru> Date: Thu, 20 Oct 2016 01:27:30 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <343c9446-f23e-7521-cb9a-3a27e981e52e@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 22:27:38 -0000 20.10.2016 00:04, Mathieu Arnold пишет: > Le 19/10/2016 à 22:53, Boris Samorodov a écrit : >> +MASTER_SITES= # Mostly metaport - installs files, no build >> +DISTFILES= # >> +EXTRACT_ONLY= # >> > > Then why not use USES=metaport ? > >From the PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213529 : --- This is mostly a metaport, but not enough of a metaport to USES= metaport. It still installs files (well, symlinks), so NO_INSTALL and NO_MTREE are not actually appropriate. --- -- WBR, bsam From owner-svn-ports-all@freebsd.org Wed Oct 19 23:20:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E75EBC19EEA; Wed, 19 Oct 2016 23:20:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B94131F7; Wed, 19 Oct 2016 23:20:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JNKHrY092487; Wed, 19 Oct 2016 23:20:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JNKH9m092486; Wed, 19 Oct 2016 23:20:17 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610192320.u9JNKH9m092486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 19 Oct 2016 23:20:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424295 - head/textproc/librevenge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 23:20:19 -0000 Author: marino Date: Wed Oct 19 23:20:17 2016 New Revision: 424295 URL: https://svnweb.freebsd.org/changeset/ports/424295 Log: textproc/librevenge: change DOCS option to DOXYGEN Follow trend to move optional doxygen documentation generation away from DOCS option to its own dedication option. PR: 213284 Approved by: office (truckman) Modified: head/textproc/librevenge/Makefile Modified: head/textproc/librevenge/Makefile ============================================================================== --- head/textproc/librevenge/Makefile Wed Oct 19 22:24:17 2016 (r424294) +++ head/textproc/librevenge/Makefile Wed Oct 19 23:20:17 2016 (r424295) @@ -2,6 +2,7 @@ PORTNAME= librevenge PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/libwpd/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -18,13 +19,13 @@ INSTALL_TARGET= install-strip BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOXYGEN CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ARGS= -disable-werror --disable-tests PORTDOCS= * -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen -DOCS_CONFIGURE_OFF= --without-docs +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_CONFIGURE_OFF= --without-docs .include From owner-svn-ports-all@freebsd.org Wed Oct 19 23:32:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76ACAC19434; Wed, 19 Oct 2016 23:32:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 368B3FB9; Wed, 19 Oct 2016 23:32:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JNWuJu000171; Wed, 19 Oct 2016 23:32:56 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JNWtrd000164; Wed, 19 Oct 2016 23:32:55 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610192332.u9JNWtrd000164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 19 Oct 2016 23:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424296 - in head/security: gpgme gpgme-cpp gpgme-qt5 gpgme/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 23:32:57 -0000 Author: jhale Date: Wed Oct 19 23:32:55 2016 New Revision: 424296 URL: https://svnweb.freebsd.org/changeset/ports/424296 Log: - Update to 1.7.1 - Check for c++11 compiler for the c++ and Qt bindings Modified: head/security/gpgme-cpp/pkg-plist head/security/gpgme-qt5/pkg-plist head/security/gpgme/Makefile head/security/gpgme/distinfo head/security/gpgme/files/patch-lang_python_Makefile.in head/security/gpgme/pkg-plist Modified: head/security/gpgme-cpp/pkg-plist ============================================================================== --- head/security/gpgme-cpp/pkg-plist Wed Oct 19 23:20:17 2016 (r424295) +++ head/security/gpgme-cpp/pkg-plist Wed Oct 19 23:32:55 2016 (r424296) @@ -38,4 +38,4 @@ lib/cmake/Gpgmepp/GpgmeppConfig.cmake lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake lib/libgpgmepp.so lib/libgpgmepp.so.6 -lib/libgpgmepp.so.6.0.1 +lib/libgpgmepp.so.6.2.0 Modified: head/security/gpgme-qt5/pkg-plist ============================================================================== --- head/security/gpgme-qt5/pkg-plist Wed Oct 19 23:20:17 2016 (r424295) +++ head/security/gpgme-qt5/pkg-plist Wed Oct 19 23:32:55 2016 (r424296) @@ -1,3 +1,4 @@ +include/QGpgME/AbstractImportJob include/QGpgME/AddUserIDJob include/QGpgME/ChangeExpiryJob include/QGpgME/ChangeOwnerTrustJob @@ -26,10 +27,12 @@ include/QGpgME/RefreshKeysJob include/QGpgME/SignEncryptJob include/QGpgME/SignJob include/QGpgME/SignKeyJob +include/QGpgME/SpecialJob include/QGpgME/TofuPolicyJob include/QGpgME/VerifyDetachedJob include/QGpgME/VerifyOpaqueJob include/QGpgME/WKSPublishJob +include/qgpgme/abstractimportjob.h include/qgpgme/adduseridjob.h include/qgpgme/changeexpiryjob.h include/qgpgme/changeownertrustjob.h @@ -59,6 +62,7 @@ include/qgpgme/refreshkeysjob.h include/qgpgme/signencryptjob.h include/qgpgme/signjob.h include/qgpgme/signkeyjob.h +include/qgpgme/specialjob.h include/qgpgme/tofupolicyjob.h include/qgpgme/verifydetachedjob.h include/qgpgme/verifyopaquejob.h @@ -67,5 +71,5 @@ include/qgpgme_version.h lib/cmake/Gpgmepp/QGpgmeConfig.cmake lib/cmake/Gpgmepp/QGpgmeConfigVersion.cmake lib/libqgpgme.so -lib/libqgpgme.so.6 -lib/libqgpgme.so.6.0.1 +lib/libqgpgme.so.7 +lib/libqgpgme.so.7.0.0 Modified: head/security/gpgme/Makefile ============================================================================== --- head/security/gpgme/Makefile Wed Oct 19 23:20:17 2016 (r424295) +++ head/security/gpgme/Makefile Wed Oct 19 23:32:55 2016 (r424296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gpgme -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 PORTREVISION?= 0 CATEGORIES?= security MASTER_SITES= GNUPG/gpgme @@ -60,12 +60,13 @@ INSTALL_WRKSRC= ${WRKSRC}/lang/${BINDING . if ${SLAVEPORT} == "cpp" CONFIGURE_ARGS+=--enable-languages="cpp" +USES+= compiler:c++11-lang . endif . if ${SLAVEPORT} == "qt5" LIB_DEPENDS+= libgpgmepp.so:security/gpgme-cpp CONFIGURE_ARGS+=--enable-languages="cpp qt" -USES+= pkgconfig +USES+= compiler:c++11-lang pkgconfig USE_QT5= buildtools_build core testlib CONFLICTS_INSTALL= kdepimlibs-4.* . endif Modified: head/security/gpgme/distinfo ============================================================================== --- head/security/gpgme/distinfo Wed Oct 19 23:20:17 2016 (r424295) +++ head/security/gpgme/distinfo Wed Oct 19 23:32:55 2016 (r424296) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474521991 -SHA256 (gpgme-1.7.0.tar.bz2) = 71f55fed0f2b3eaf7a606e59772aa645ce3ffff322d361ce359951b3f755cc48 -SIZE (gpgme-1.7.0.tar.bz2) = 1281708 +TIMESTAMP = 1476904242 +SHA256 (gpgme-1.7.1.tar.bz2) = d0abe1449395315eac37e4e45076bbb82732cedf94210937b37776e10cdc2bb6 +SIZE (gpgme-1.7.1.tar.bz2) = 1285809 Modified: head/security/gpgme/files/patch-lang_python_Makefile.in ============================================================================== --- head/security/gpgme/files/patch-lang_python_Makefile.in Wed Oct 19 23:20:17 2016 (r424295) +++ head/security/gpgme/files/patch-lang_python_Makefile.in Wed Oct 19 23:32:55 2016 (r424296) @@ -1,15 +1,15 @@ ---- lang/python/Makefile.in.orig 2016-10-16 12:54:58 UTC +--- lang/python/Makefile.in.orig 2016-10-18 17:27:17 UTC +++ lang/python/Makefile.in -@@ -747,7 +747,7 @@ copystamp: $(COPY_FILES) $(COPY_FILES_PY +@@ -753,7 +753,7 @@ config.h: all-local: copystamp for PYTHON in $(PYTHONS); do \ - CFLAGS="$(CFLAGS) -I$(top_srcdir)" \ + CFLAGS="$(CFLAGS)" \ - $$PYTHON setup.py build --verbose ; \ + $$PYTHON setup.py build --verbose build_ext --swig=$(SWIG) ; \ done dist/pyme3-$(VERSION).tar.gz dist/pyme3-$(VERSION).tar.gz.asc: copystamp -@@ -780,7 +780,8 @@ install-exec-local: +@@ -789,7 +789,8 @@ install-exec-local: rm -f install_files.txt for PYTHON in $(PYTHONS); do \ $$PYTHON setup.py install \ Modified: head/security/gpgme/pkg-plist ============================================================================== --- head/security/gpgme/pkg-plist Wed Oct 19 23:20:17 2016 (r424295) +++ head/security/gpgme/pkg-plist Wed Oct 19 23:32:55 2016 (r424296) @@ -6,8 +6,8 @@ lib/common-lisp/gpgme/gpgme.asd lib/common-lisp/gpgme/gpgme.lisp lib/libgpgme-pthread.so lib/libgpgme-pthread.so.11 -lib/libgpgme-pthread.so.11.15.0 +lib/libgpgme-pthread.so.11.16.0 lib/libgpgme.so lib/libgpgme.so.11 -lib/libgpgme.so.11.15.0 +lib/libgpgme.so.11.16.0 share/aclocal/gpgme.m4 From owner-svn-ports-all@freebsd.org Thu Oct 20 01:03:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6EB9C18BC4; Thu, 20 Oct 2016 01:03:21 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5F86BAF; Thu, 20 Oct 2016 01:03:21 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K13K9o033625; Thu, 20 Oct 2016 01:03:20 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K13KCw033620; Thu, 20 Oct 2016 01:03:20 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201610200103.u9K13KCw033620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 20 Oct 2016 01:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424297 - in head/security: . keepassx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 01:03:21 -0000 Author: cpm Date: Thu Oct 20 01:03:20 2016 New Revision: 424297 URL: https://svnweb.freebsd.org/changeset/ports/424297 Log: [NEW PORT] security/keepassx-devel Add developing version of keepassx2 which transited to Qt5, Qt5 handles HiDPI (high resolution) much better than Qt4. PR: 212945 Submitted by: Eric Camachat Approved by: feld, koobs (mentors) Added: head/security/keepassx-devel/ head/security/keepassx-devel/Makefile (contents, props changed) head/security/keepassx-devel/distinfo (contents, props changed) head/security/keepassx-devel/pkg-descr (contents, props changed) head/security/keepassx-devel/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Oct 19 23:32:55 2016 (r424296) +++ head/security/Makefile Thu Oct 20 01:03:20 2016 (r424297) @@ -271,6 +271,7 @@ SUBDIR += kedpm SUBDIR += keepass SUBDIR += keepassx + SUBDIR += keepassx-devel SUBDIR += keepassx2 SUBDIR += keybase SUBDIR += keychain Added: head/security/keepassx-devel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/keepassx-devel/Makefile Thu Oct 20 01:03:20 2016 (r424297) @@ -0,0 +1,38 @@ +# Created by: Eric Camachat +# $FreeBSD$ + +PORTNAME= keepassx +PORTVERSION= 2.0.2 +CATEGORIES= security +PKGNAMESUFFIX= -devel + +MAINTAINER= eric@camachat.org +COMMENT= Cross Platform Password Manager + +LICENSE= BOOST-1.0 BSD3CLAUSE CC0-1.0 GPLv2 GPLv3 LGPL21 LGPL3 NOKIA-LGPL-EXCEPTION +LICENSE_COMB= multi +LICENSE_NAME_BOOST-1.0= Boost Software License version 1.0 +LICENSE_NAME_NOKIA-LGPL-EXCEPTION= Nokia Qt LGPL Exception version 1.1 +LICENSE_FILE_BOOST-1.0= ${WRKSRC}/LICENSE.BOOST-1.0 +LICENSE_FILE_NOKIA-LGPL-EXCEPTION= ${WRKSRC}/LICENSE.NOKIA-LGPL-EXCEPTION +LICENSE_PERMS_BOOST-1.0= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_NOKIA-LGPL-EXCEPTION= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +LIB_DEPENDS= libgcrypt.so:security/libgcrypt + +CONFLICTS_INSTALL= keepassx-0.* keepassx2-* + +USES= cmake compiler:c++11-lib desktop-file-utils shared-mime-info +USE_LDCONFIG= yes +INSTALLS_ICONS= yes +USE_QT5= buildtools_build concurrent core gui linguisttools qmake_build \ + testlib widgets x11extras +USE_XORG= ice inputproto sm x11 xcursor xext xfixes xi xrandr xrender \ + xt xtst + +USE_GITHUB= yes +GH_TAGNAME= b654fde + +CMAKE_ARGS+= -DZLIB_SUPPORTS_GZIP:BOOL=ON + +.include Added: head/security/keepassx-devel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/keepassx-devel/distinfo Thu Oct 20 01:03:20 2016 (r424297) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476890352 +SHA256 (keepassx-keepassx-2.0.2-b654fde_GH0.tar.gz) = 23d0cb593d5ca008cd8d46dae1e04e1bf19576b2fd6b633a264339b15fad691e +SIZE (keepassx-keepassx-2.0.2-b654fde_GH0.tar.gz) = 1498426 Added: head/security/keepassx-devel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/keepassx-devel/pkg-descr Thu Oct 20 01:03:20 2016 (r424297) @@ -0,0 +1,9 @@ +KeePassX is a free/open-source password manager or safe which helps you +to manage your passwords in a secure way. You can put all your +passwords in one database, which is locked with one master key or a +key-disk. So you only have to remember one single master password or +insert the key-disk to unlock the whole database. The databases are +encrypted using the best and most secure encryption algorithms currently +known (AES and Twofish). + +WWW: http://www.keepassx.org Added: head/security/keepassx-devel/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/keepassx-devel/pkg-plist Thu Oct 20 01:03:20 2016 (r424297) @@ -0,0 +1,217 @@ +bin/keepassx +lib/keepassx/libkeepassx-autotype-xcb.so +share/applications/keepassx.desktop +share/icons/hicolor/128x128/apps/keepassx.png +share/icons/hicolor/128x128/mimetypes/application-x-keepassx.png +share/icons/hicolor/16x16/apps/keepassx.png +share/icons/hicolor/16x16/mimetypes/application-x-keepassx.png +share/icons/hicolor/22x22/mimetypes/application-x-keepassx.png +share/icons/hicolor/24x24/apps/keepassx.png +share/icons/hicolor/256x256/apps/keepassx.png +share/icons/hicolor/32x32/apps/keepassx.png +share/icons/hicolor/32x32/mimetypes/application-x-keepassx.png +share/icons/hicolor/48x48/apps/keepassx.png +share/icons/hicolor/64x64/apps/keepassx.png +share/icons/hicolor/64x64/mimetypes/application-x-keepassx.png +share/icons/hicolor/scalable/apps/keepassx.svgz +share/mime/packages/keepassx.xml +%%DATADIR%%/icons/application/128x128/apps/keepassx.png +%%DATADIR%%/icons/application/128x128/mimetypes/application-x-keepassx.png +%%DATADIR%%/icons/application/16x16/actions/application-exit.png +%%DATADIR%%/icons/application/16x16/actions/auto-type.png +%%DATADIR%%/icons/application/16x16/actions/configure.png +%%DATADIR%%/icons/application/16x16/actions/database-change-key.png +%%DATADIR%%/icons/application/16x16/actions/document-close.png +%%DATADIR%%/icons/application/16x16/actions/document-edit.png +%%DATADIR%%/icons/application/16x16/actions/document-encrypt.png +%%DATADIR%%/icons/application/16x16/actions/document-new.png +%%DATADIR%%/icons/application/16x16/actions/document-open.png +%%DATADIR%%/icons/application/16x16/actions/document-save-as.png +%%DATADIR%%/icons/application/16x16/actions/document-save.png +%%DATADIR%%/icons/application/16x16/actions/edit-clear-locationbar-ltr.png +%%DATADIR%%/icons/application/16x16/actions/edit-clear-locationbar-rtl.png +%%DATADIR%%/icons/application/16x16/actions/entry-clone.png +%%DATADIR%%/icons/application/16x16/actions/entry-delete.png +%%DATADIR%%/icons/application/16x16/actions/entry-edit.png +%%DATADIR%%/icons/application/16x16/actions/entry-new.png +%%DATADIR%%/icons/application/16x16/actions/group-delete.png +%%DATADIR%%/icons/application/16x16/actions/group-edit.png +%%DATADIR%%/icons/application/16x16/actions/group-new.png +%%DATADIR%%/icons/application/16x16/actions/help-about.png +%%DATADIR%%/icons/application/16x16/actions/password-copy.png +%%DATADIR%%/icons/application/16x16/actions/password-generate.png +%%DATADIR%%/icons/application/16x16/actions/password-show-off.png +%%DATADIR%%/icons/application/16x16/actions/password-show-on.png +%%DATADIR%%/icons/application/16x16/actions/system-search.png +%%DATADIR%%/icons/application/16x16/actions/username-copy.png +%%DATADIR%%/icons/application/16x16/apps/keepassx.png +%%DATADIR%%/icons/application/16x16/mimetypes/application-x-keepassx.png +%%DATADIR%%/icons/application/22x22/actions/dialog-close.png +%%DATADIR%%/icons/application/22x22/actions/dialog-ok.png +%%DATADIR%%/icons/application/22x22/actions/document-encrypt.png +%%DATADIR%%/icons/application/22x22/actions/document-open.png +%%DATADIR%%/icons/application/22x22/actions/document-save.png +%%DATADIR%%/icons/application/22x22/actions/entry-delete.png +%%DATADIR%%/icons/application/22x22/actions/entry-edit.png +%%DATADIR%%/icons/application/22x22/actions/entry-new.png +%%DATADIR%%/icons/application/22x22/actions/password-copy.png +%%DATADIR%%/icons/application/22x22/actions/system-search.png +%%DATADIR%%/icons/application/22x22/actions/username-copy.png +%%DATADIR%%/icons/application/22x22/mimetypes/application-x-keepassx.png +%%DATADIR%%/icons/application/22x22/status/dialog-error.png +%%DATADIR%%/icons/application/22x22/status/dialog-information.png +%%DATADIR%%/icons/application/22x22/status/dialog-warning.png +%%DATADIR%%/icons/application/24x24/apps/keepassx.png +%%DATADIR%%/icons/application/256x256/apps/keepassx.png +%%DATADIR%%/icons/application/32x32/apps/keepassx.png +%%DATADIR%%/icons/application/32x32/mimetypes/application-x-keepassx.png +%%DATADIR%%/icons/application/48x48/apps/keepassx.png +%%DATADIR%%/icons/application/64x64/apps/keepassx.png +%%DATADIR%%/icons/application/64x64/mimetypes/application-x-keepassx.png +%%DATADIR%%/icons/application/scalable/apps/keepassx.svgz +%%DATADIR%%/icons/database/C00_Password.png +%%DATADIR%%/icons/database/C01_Package_Network.png +%%DATADIR%%/icons/database/C02_MessageBox_Warning.png +%%DATADIR%%/icons/database/C03_Server.png +%%DATADIR%%/icons/database/C04_Klipper.png +%%DATADIR%%/icons/database/C05_Edu_Languages.png +%%DATADIR%%/icons/database/C06_KCMDF.png +%%DATADIR%%/icons/database/C07_Kate.png +%%DATADIR%%/icons/database/C08_Socket.png +%%DATADIR%%/icons/database/C09_Identity.png +%%DATADIR%%/icons/database/C10_Kontact.png +%%DATADIR%%/icons/database/C11_Camera.png +%%DATADIR%%/icons/database/C12_IRKickFlash.png +%%DATADIR%%/icons/database/C13_KGPG_Key3.png +%%DATADIR%%/icons/database/C14_Laptop_Power.png +%%DATADIR%%/icons/database/C15_Scanner.png +%%DATADIR%%/icons/database/C16_Mozilla_Firebird.png +%%DATADIR%%/icons/database/C17_CDROM_Unmount.png +%%DATADIR%%/icons/database/C18_Display.png +%%DATADIR%%/icons/database/C19_Mail_Generic.png +%%DATADIR%%/icons/database/C20_Misc.png +%%DATADIR%%/icons/database/C21_KOrganizer.png +%%DATADIR%%/icons/database/C22_ASCII.png +%%DATADIR%%/icons/database/C23_Icons.png +%%DATADIR%%/icons/database/C24_Connect_Established.png +%%DATADIR%%/icons/database/C25_Folder_Mail.png +%%DATADIR%%/icons/database/C26_FileSave.png +%%DATADIR%%/icons/database/C27_NFS_Unmount.png +%%DATADIR%%/icons/database/C28_QuickTime.png +%%DATADIR%%/icons/database/C29_KGPG_Term.png +%%DATADIR%%/icons/database/C30_Konsole.png +%%DATADIR%%/icons/database/C31_FilePrint.png +%%DATADIR%%/icons/database/C32_FSView.png +%%DATADIR%%/icons/database/C33_Run.png +%%DATADIR%%/icons/database/C34_Configure.png +%%DATADIR%%/icons/database/C35_KRFB.png +%%DATADIR%%/icons/database/C36_Ark.png +%%DATADIR%%/icons/database/C37_KPercentage.png +%%DATADIR%%/icons/database/C38_Samba_Unmount.png +%%DATADIR%%/icons/database/C39_History.png +%%DATADIR%%/icons/database/C40_Mail_Find.png +%%DATADIR%%/icons/database/C41_VectorGfx.png +%%DATADIR%%/icons/database/C42_KCMMemory.png +%%DATADIR%%/icons/database/C43_EditTrash.png +%%DATADIR%%/icons/database/C44_KNotes.png +%%DATADIR%%/icons/database/C45_Cancel.png +%%DATADIR%%/icons/database/C46_Help.png +%%DATADIR%%/icons/database/C47_KPackage.png +%%DATADIR%%/icons/database/C48_Folder.png +%%DATADIR%%/icons/database/C49_Folder_Blue_Open.png +%%DATADIR%%/icons/database/C50_Folder_Tar.png +%%DATADIR%%/icons/database/C51_Decrypted.png +%%DATADIR%%/icons/database/C52_Encrypted.png +%%DATADIR%%/icons/database/C53_Apply.png +%%DATADIR%%/icons/database/C54_Signature.png +%%DATADIR%%/icons/database/C55_Thumbnail.png +%%DATADIR%%/icons/database/C56_KAddressBook.png +%%DATADIR%%/icons/database/C57_View_Text.png +%%DATADIR%%/icons/database/C58_KGPG.png +%%DATADIR%%/icons/database/C59_Package_Development.png +%%DATADIR%%/icons/database/C60_KFM_Home.png +%%DATADIR%%/icons/database/C61_Services.png +%%DATADIR%%/icons/database/C62_Tux.png +%%DATADIR%%/icons/database/C63_Feather.png +%%DATADIR%%/icons/database/C64_Apple.png +%%DATADIR%%/icons/database/C65_W.png +%%DATADIR%%/icons/database/C66_Money.png +%%DATADIR%%/icons/database/C67_Certificate.png +%%DATADIR%%/icons/database/C68_BlackBerry.png +%%DATADIR%%/translations/keepassx_cs.qm +%%DATADIR%%/translations/keepassx_da.qm +%%DATADIR%%/translations/keepassx_de.qm +%%DATADIR%%/translations/keepassx_el.qm +%%DATADIR%%/translations/keepassx_en_plurals.qm +%%DATADIR%%/translations/keepassx_es.qm +%%DATADIR%%/translations/keepassx_fr.qm +%%DATADIR%%/translations/keepassx_id.qm +%%DATADIR%%/translations/keepassx_it.qm +%%DATADIR%%/translations/keepassx_ja.qm +%%DATADIR%%/translations/keepassx_ko.qm +%%DATADIR%%/translations/keepassx_lt.qm +%%DATADIR%%/translations/keepassx_nl_NL.qm +%%DATADIR%%/translations/keepassx_pl.qm +%%DATADIR%%/translations/keepassx_pt_BR.qm +%%DATADIR%%/translations/keepassx_pt_PT.qm +%%DATADIR%%/translations/keepassx_ru.qm +%%DATADIR%%/translations/keepassx_sl_SI.qm +%%DATADIR%%/translations/keepassx_sv.qm +%%DATADIR%%/translations/keepassx_uk.qm +%%DATADIR%%/translations/keepassx_zh_CN.qm +%%DATADIR%%/translations/keepassx_zh_TW.qm +@dir share/icons/hicolor/scalable/apps +@dir share/icons/hicolor/scalable +@dir share/icons/hicolor/64x64/mimetypes +@dir share/icons/hicolor/64x64/apps +@dir share/icons/hicolor/64x64 +@dir share/icons/hicolor/48x48/apps +@dir share/icons/hicolor/48x48 +@dir share/icons/hicolor/32x32/mimetypes +@dir share/icons/hicolor/32x32/apps +@dir share/icons/hicolor/32x32 +@dir share/icons/hicolor/256x256/apps +@dir share/icons/hicolor/256x256 +@dir share/icons/hicolor/24x24/apps +@dir share/icons/hicolor/24x24 +@dir share/icons/hicolor/22x22/status +@dir share/icons/hicolor/22x22/mimetypes +@dir share/icons/hicolor/22x22/actions +@dir share/icons/hicolor/22x22 +@dir share/icons/hicolor/16x16/mimetypes +@dir share/icons/hicolor/16x16/apps +@dir share/icons/hicolor/16x16/actions +@dir share/icons/hicolor/16x16 +@dir share/icons/hicolor/128x128/mimetypes +@dir share/icons/hicolor/128x128/apps +@dir share/icons/hicolor/128x128 +@dir %%DATADIR%%/translations +@dir %%DATADIR%%/icons/database +@dir %%DATADIR%%/icons/application/scalable/apps +@dir %%DATADIR%%/icons/application/scalable +@dir %%DATADIR%%/icons/application/64x64/mimetypes +@dir %%DATADIR%%/icons/application/64x64/apps +@dir %%DATADIR%%/icons/application/64x64 +@dir %%DATADIR%%/icons/application/48x48/apps +@dir %%DATADIR%%/icons/application/48x48 +@dir %%DATADIR%%/icons/application/32x32/mimetypes +@dir %%DATADIR%%/icons/application/32x32/apps +@dir %%DATADIR%%/icons/application/32x32 +@dir %%DATADIR%%/icons/application/256x256/apps +@dir %%DATADIR%%/icons/application/256x256 +@dir %%DATADIR%%/icons/application/24x24/apps +@dir %%DATADIR%%/icons/application/24x24 +@dir %%DATADIR%%/icons/application/22x22/status +@dir %%DATADIR%%/icons/application/22x22/mimetypes +@dir %%DATADIR%%/icons/application/22x22/actions +@dir %%DATADIR%%/icons/application/22x22 +@dir %%DATADIR%%/icons/application/16x16/mimetypes +@dir %%DATADIR%%/icons/application/16x16/apps +@dir %%DATADIR%%/icons/application/16x16/actions +@dir %%DATADIR%%/icons/application/16x16 +@dir %%DATADIR%%/icons/application/128x128/mimetypes +@dir %%DATADIR%%/icons/application/128x128/apps +@dir %%DATADIR%%/icons/application/128x128 +@dir %%DATADIR%%/icons/application +@dir %%DATADIR%%/icons +@dir %%DATADIR%% From owner-svn-ports-all@freebsd.org Thu Oct 20 01:16:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1D0CC18F79; Thu, 20 Oct 2016 01:16:17 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68B82ED; Thu, 20 Oct 2016 01:16:17 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K1GGcx037488; Thu, 20 Oct 2016 01:16:16 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K1GG0h037486; Thu, 20 Oct 2016 01:16:16 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201610200116.u9K1GG0h037486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 20 Oct 2016 01:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424298 - in head/security/keepassx2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 01:16:17 -0000 Author: cpm Date: Thu Oct 20 01:16:16 2016 New Revision: 424298 URL: https://svnweb.freebsd.org/changeset/ports/424298 Log: security/keepassx2: Update to 2.0.3 - Update to 2.0.3 - Add LICENSE block - Register conflicts between keepassx2 and keepassx-devel - Use CMAKE arguments for ZLIB_SUPPORTS_GZIP instead patch-CMakeLists.txt PR: 212944 Submitted by: Eric Camachat Approved by: koobs (mentor) MFH: 2016Q4 Deleted: head/security/keepassx2/files/ Modified: head/security/keepassx2/Makefile head/security/keepassx2/distinfo Modified: head/security/keepassx2/Makefile ============================================================================== --- head/security/keepassx2/Makefile Thu Oct 20 01:03:20 2016 (r424297) +++ head/security/keepassx2/Makefile Thu Oct 20 01:16:16 2016 (r424298) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= keepassx -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.0.3 PORTEPOCH= 2 CATEGORIES= security MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/ @@ -12,9 +11,18 @@ PKGNAMESUFFIX= 2 MAINTAINER= eric@camachat.org COMMENT= Cross Platform Password Manager +LICENSE= BOOST-1.0 BSD3CLAUSE CC0-1.0 GPLv2 GPLv3 LGPL21 LGPL3 NOKIA-LGPL-EXCEPTION +LICENSE_COMB= multi +LICENSE_NAME_BOOST-1.0= Boost Software License version 1.0 +LICENSE_NAME_NOKIA-LGPL-EXCEPTION= Nokia Qt LGPL Exception version 1.1 +LICENSE_FILE_BOOST-1.0= ${WRKSRC}/LICENSE.BOOST-1.0 +LICENSE_FILE_NOKIA-LGPL-EXCEPTION= ${WRKSRC}/LICENSE.NOKIA-LGPL-EXCEPTION +LICENSE_PERMS_BOOST-1.0= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_NOKIA-LGPL-EXCEPTION= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + LIB_DEPENDS= libgcrypt.so:security/libgcrypt -CONFLICTS_INSTALL= keepassx-0.* +CONFLICTS_INSTALL= keepassx-0.* keepassx-devel-* USES= cmake compiler:features desktop-file-utils shared-mime-info USE_LDCONFIG= yes @@ -29,5 +37,6 @@ USE_XORG= ice inputproto sm x11 xcursor .if !${COMPILER_FEATURES:Mc++0x} CMAKE_ARGS+= -DWITH_CXX11:BOOL=OFF .endif +CMAKE_ARGS+= -DZLIB_SUPPORTS_GZIP:BOOL=ON .include Modified: head/security/keepassx2/distinfo ============================================================================== --- head/security/keepassx2/distinfo Thu Oct 20 01:03:20 2016 (r424297) +++ head/security/keepassx2/distinfo Thu Oct 20 01:16:16 2016 (r424298) @@ -1,2 +1,3 @@ -SHA256 (keepassx-2.0.2.tar.gz) = 204bdcf49c72078cd6f02b4f29b062923cca9e7b2d3551f2bf352763daa236b8 -SIZE (keepassx-2.0.2.tar.gz) = 1532353 +TIMESTAMP = 1476902766 +SHA256 (keepassx-2.0.3.tar.gz) = 23ffb4ae360c58aa139943442d175bc6b8f08e6a876ae76c4543ab983a6647c5 +SIZE (keepassx-2.0.3.tar.gz) = 1540235 From owner-svn-ports-all@freebsd.org Thu Oct 20 01:25:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22DB1C183A7; Thu, 20 Oct 2016 01:25:05 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8EA1AC8; Thu, 20 Oct 2016 01:25:04 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K1P4V8041483; Thu, 20 Oct 2016 01:25:04 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K1P4U8041482; Thu, 20 Oct 2016 01:25:04 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201610200125.u9K1P4U8041482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 20 Oct 2016 01:25:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424299 - head/devel/jsoncpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 01:25:05 -0000 Author: cpm Date: Thu Oct 20 01:25:03 2016 New Revision: 424299 URL: https://svnweb.freebsd.org/changeset/ports/424299 Log: devel/jsoncpp: Fix bad REINPLACE_CMD of jsoncpp.pc - Remove extra ${PREFIX} in jsoncpp/Makefile % pkgconf --libs --cflags jsoncpp -I/usr/local//usr/local/include/jsoncpp -L/usr/local//usr/local/lib -ljsoncpp Notice the extra /usr/local. PR: 213553 Reported by: John Hein Approved by: yuri@rawbw.com (maintainer), koobs (mentor) MFH: 2016Q4 Modified: head/devel/jsoncpp/Makefile Modified: head/devel/jsoncpp/Makefile ============================================================================== --- head/devel/jsoncpp/Makefile Thu Oct 20 01:16:16 2016 (r424298) +++ head/devel/jsoncpp/Makefile Thu Oct 20 01:25:03 2016 (r424299) @@ -41,8 +41,8 @@ do-install: ${CP} ${WRKSRC}/pkg-config/jsoncpp.pc.in ${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc @${REINPLACE_CMD} -i '' \ -e 's|@CMAKE_INSTALL_PREFIX@|${PREFIX}|g' \ - -e 's|@LIBRARY_INSTALL_DIR@|${PREFIX}/lib|g' \ - -e 's|@INCLUDE_INSTALL_DIR@|${PREFIX}/include/jsoncpp|g' \ + -e 's|@LIBRARY_INSTALL_DIR@|lib|g' \ + -e 's|@INCLUDE_INSTALL_DIR@|include/jsoncpp|g' \ -e 's|@JSONCPP_VERSION@|${DISTVERSION}|g' \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc From owner-svn-ports-all@freebsd.org Thu Oct 20 01:37:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7827C18797; Thu, 20 Oct 2016 01:37:32 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CDAEFA7; Thu, 20 Oct 2016 01:37:32 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K1bVpf045551; Thu, 20 Oct 2016 01:37:31 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K1bVvC045548; Thu, 20 Oct 2016 01:37:31 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610200137.u9K1bVvC045548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 20 Oct 2016 01:37:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424300 - head/www/py-praw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 01:37:32 -0000 Author: koobs Date: Thu Oct 20 01:37:31 2016 New Revision: 424300 URL: https://svnweb.freebsd.org/changeset/ports/424300 Log: www/py-praw: Update to 3.5.0 - Update PORTVERSION and distinfo checksum (3.5.0) - Set architecture neutral - Update pkg-descr WWW URL to .io domain (and use https://) PR: 211703 Submitted by: Danilo G. Baio Modified: head/www/py-praw/Makefile head/www/py-praw/distinfo head/www/py-praw/pkg-descr Modified: head/www/py-praw/Makefile ============================================================================== --- head/www/py-praw/Makefile Thu Oct 20 01:25:03 2016 (r424299) +++ head/www/py-praw/Makefile Thu Oct 20 01:37:31 2016 (r424300) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= praw -PORTVERSION= 3.4.0 +PORTVERSION= 3.5.0 DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +24,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}moc # betamax-matchers >=0.2.0 # betamax-serializers >=0.1.1 +NO_ARCH= yes + USES= python USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils Modified: head/www/py-praw/distinfo ============================================================================== --- head/www/py-praw/distinfo Thu Oct 20 01:25:03 2016 (r424299) +++ head/www/py-praw/distinfo Thu Oct 20 01:37:31 2016 (r424300) @@ -1,2 +1,3 @@ -SHA256 (praw-dev-praw-v3.4.0_GH0.tar.gz) = ed1b0d07558f0fb6f0b3718069746ea4fe508131e867f57867870114a5007b8a -SIZE (praw-dev-praw-v3.4.0_GH0.tar.gz) = 4221538 +TIMESTAMP = 1475282186 +SHA256 (praw-dev-praw-v3.5.0_GH0.tar.gz) = f173b86fd63a554c7dc087a9212974ac95791fb3816f268a238e197ad3040f51 +SIZE (praw-dev-praw-v3.5.0_GH0.tar.gz) = 4617561 Modified: head/www/py-praw/pkg-descr ============================================================================== --- head/www/py-praw/pkg-descr Thu Oct 20 01:25:03 2016 (r424299) +++ head/www/py-praw/pkg-descr Thu Oct 20 01:37:31 2016 (r424300) @@ -5,4 +5,4 @@ to use as possible and is designed to fo You have to give a useragent that follows the rules, everything else is handled by PRAW so you needn't worry about violating them. -WWW: http://praw.readthedocs.org +WWW: https://praw.readthedocs.io From owner-svn-ports-all@freebsd.org Thu Oct 20 01:45:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E7CEC18BD9; Thu, 20 Oct 2016 01:45:27 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08DFD6E6; Thu, 20 Oct 2016 01:45:26 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K1jQRF049292; Thu, 20 Oct 2016 01:45:26 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K1jPOo049287; Thu, 20 Oct 2016 01:45:25 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201610200145.u9K1jPOo049287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 20 Oct 2016 01:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424301 - in head/www: . py-bokeh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 01:45:27 -0000 Author: cpm Date: Thu Oct 20 01:45:25 2016 New Revision: 424301 URL: https://svnweb.freebsd.org/changeset/ports/424301 Log: [NEW PORT] www/py-bokeh: Interactive Web Plotting for Python Bokeh is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of novel graphics in the style of D3.js, and to extend this capability with high-performance interactivity over very large or streaming datasets. Bokeh can help anyone who would like to quickly and easily create interactive plots, dashboards, and data applications. WWW: http://bokeh.pydata.org/ PR: 213578 Submitted by: Sergey Kozlov Approved by: koobs (mentor) Added: head/www/py-bokeh/ head/www/py-bokeh/Makefile (contents, props changed) head/www/py-bokeh/distinfo (contents, props changed) head/www/py-bokeh/pkg-descr (contents, props changed) head/www/py-bokeh/pkg-message (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Oct 20 01:37:31 2016 (r424300) +++ head/www/Makefile Thu Oct 20 01:45:25 2016 (r424301) @@ -1492,6 +1492,7 @@ SUBDIR += py-bjoern SUBDIR += py-bleach SUBDIR += py-blogofile + SUBDIR += py-bokeh SUBDIR += py-boto3 SUBDIR += py-bottle SUBDIR += py-bottle-cork Added: head/www/py-bokeh/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-bokeh/Makefile Thu Oct 20 01:45:25 2016 (r424301) @@ -0,0 +1,35 @@ +# Created by: Sergey Kozlov +# $FreeBSD$ + +PORTNAME= bokeh +PORTVERSION= 0.12.3 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kozlov.sergey.404@gmail.com +COMMENT= Interactive Web Plotting for Python + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/py-Jinja2 \ + ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}tornado>=4.3:www/py-tornado + +USES= python +USE_PYTHON= autoplist distutils concurrent + +NO_ARCH= yes + +.include + +.if ${PYTHON_REL} == 2700 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>3.0.3:devel/py-futures +.endif + +.include Added: head/www/py-bokeh/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-bokeh/distinfo Thu Oct 20 01:45:25 2016 (r424301) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476927265 +SHA256 (bokeh-0.12.3.tar.gz) = e138941b62f59bc48bc5b8d249e90c03fed31c1d5abe47ab2ce9e4c83202f73c +SIZE (bokeh-0.12.3.tar.gz) = 3931255 Added: head/www/py-bokeh/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-bokeh/pkg-descr Thu Oct 20 01:45:25 2016 (r424301) @@ -0,0 +1,8 @@ +Bokeh is a Python interactive visualization library that targets modern web +browsers for presentation. Its goal is to provide elegant, concise construction +of novel graphics in the style of D3.js, and to extend this capability with +high-performance interactivity over very large or streaming datasets. Bokeh can +help anyone who would like to quickly and easily create interactive plots, +dashboards, and data applications. + +WWW: http://bokeh.pydata.org/ Added: head/www/py-bokeh/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-bokeh/pkg-message Thu Oct 20 01:45:25 2016 (r424301) @@ -0,0 +1,2 @@ +The bokeh.charts interface and various examples depend on the Pandas library. +If you want to use this functionality - please install math/py-pandas From owner-svn-ports-all@freebsd.org Thu Oct 20 02:28:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A005CC19F85; Thu, 20 Oct 2016 02:28:29 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7033ED9E; Thu, 20 Oct 2016 02:28:29 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K2SSS9064608; Thu, 20 Oct 2016 02:28:28 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K2SSOD064606; Thu, 20 Oct 2016 02:28:28 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610200228.u9K2SSOD064606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 20 Oct 2016 02:28:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424302 - head/devel/libhtp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 02:28:29 -0000 Author: koobs Date: Thu Oct 20 02:28:28 2016 New Revision: 424302 URL: https://svnweb.freebsd.org/changeset/ports/424302 Log: devel/libhtp: Update to 0.5.22 PR: 212815 Submitted by: Franco Fichtner Modified: head/devel/libhtp/Makefile head/devel/libhtp/distinfo Modified: head/devel/libhtp/Makefile ============================================================================== --- head/devel/libhtp/Makefile Thu Oct 20 01:45:25 2016 (r424301) +++ head/devel/libhtp/Makefile Thu Oct 20 02:28:28 2016 (r424302) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libhtp -PORTVERSION= 0.5.21 +PORTVERSION= 0.5.22 CATEGORIES= devel MAINTAINER= koobs@FreeBSD.org Modified: head/devel/libhtp/distinfo ============================================================================== --- head/devel/libhtp/distinfo Thu Oct 20 01:45:25 2016 (r424301) +++ head/devel/libhtp/distinfo Thu Oct 20 02:28:28 2016 (r424302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469969793 -SHA256 (OISF-libhtp-0.5.21_GH0.tar.gz) = db6d0cc423cc165ac0e1a10da48bcca8b6fbe57940d5a061aa4e25adeb0103c6 -SIZE (OISF-libhtp-0.5.21_GH0.tar.gz) = 5770751 +TIMESTAMP = 1476615636 +SHA256 (OISF-libhtp-0.5.22_GH0.tar.gz) = 0f5ba5b0316b3c0caaa5c45a792271a61d01c667e76f8e37f1d186cb865f5663 +SIZE (OISF-libhtp-0.5.22_GH0.tar.gz) = 5773159 From owner-svn-ports-all@freebsd.org Thu Oct 20 02:30:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D10AC19FE1; Thu, 20 Oct 2016 02:30:31 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21A49E9B; Thu, 20 Oct 2016 02:30:31 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K2UUnw064832; Thu, 20 Oct 2016 02:30:30 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K2UTmg064829; Thu, 20 Oct 2016 02:30:29 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610200230.u9K2UTmg064829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 20 Oct 2016 02:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424303 - head/security/suricata X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 02:30:31 -0000 Author: koobs Date: Thu Oct 20 02:30:29 2016 New Revision: 424303 URL: https://svnweb.freebsd.org/changeset/ports/424303 Log: security/suricata: Update to 3.1.2 - Update PORTVERSION and distinfo checksum (3.1.2) - Update pkg-plist https://github.com/inliniac/suricata/blob/suricata-3.1.2/ChangeLog PR: 212815 Submitted by: Franco Fichtner Modified: head/security/suricata/Makefile head/security/suricata/distinfo head/security/suricata/pkg-plist Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Thu Oct 20 02:28:28 2016 (r424302) +++ head/security/suricata/Makefile Thu Oct 20 02:30:29 2016 (r424303) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= suricata -PORTVERSION= 3.1.1 -PORTREVISION= 2 +PORTVERSION= 3.1.2 CATEGORIES= security MASTER_SITES= http://www.openinfosecfoundation.org/download/ Modified: head/security/suricata/distinfo ============================================================================== --- head/security/suricata/distinfo Thu Oct 20 02:28:28 2016 (r424302) +++ head/security/suricata/distinfo Thu Oct 20 02:30:29 2016 (r424303) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469968754 -SHA256 (suricata-3.1.1.tar.gz) = b8f5711f4c24627b056a3889b296b29ec515b34bc2287ad20d13ca20da777ff7 -SIZE (suricata-3.1.1.tar.gz) = 3332129 +TIMESTAMP = 1474254433 +SHA256 (suricata-3.1.2.tar.gz) = f9e7742580849f202254e75d9fc245ba53f4d7490f47a6d30f02a7b10aacc512 +SIZE (suricata-3.1.2.tar.gz) = 3338099 Modified: head/security/suricata/pkg-plist ============================================================================== --- head/security/suricata/pkg-plist Thu Oct 20 02:28:28 2016 (r424302) +++ head/security/suricata/pkg-plist Thu Oct 20 02:30:29 2016 (r424303) @@ -45,8 +45,8 @@ bin/suricata %%NO_HTP_PORT%%include/htp/htp_urlencoded.h %%NO_HTP_PORT%%include/htp/htp_utf8_decoder.h %%NO_HTP_PORT%%include/htp/htp_version.h -%%NO_HTP_PORT%%lib/libhtp-0.5.21.so.1 -%%NO_HTP_PORT%%lib/libhtp-0.5.21.so.1.0.0 +%%NO_HTP_PORT%%lib/libhtp-0.5.22.so.1 +%%NO_HTP_PORT%%lib/libhtp-0.5.22.so.1.0.0 %%NO_HTP_PORT%%lib/libhtp.a %%NO_HTP_PORT%%lib/libhtp.so %%NO_HTP_PORT%%libdata/pkgconfig/htp.pc From owner-svn-ports-all@freebsd.org Thu Oct 20 03:19:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34BF5C1810C; Thu, 20 Oct 2016 03:19:46 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF3E61864; Thu, 20 Oct 2016 03:19:45 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K3JjFG084215; Thu, 20 Oct 2016 03:19:45 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K3Jiri084213; Thu, 20 Oct 2016 03:19:44 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610200319.u9K3Jiri084213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 20 Oct 2016 03:19:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424304 - head/www/madsonic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 03:19:46 -0000 Author: jhale Date: Thu Oct 20 03:19:44 2016 New Revision: 424304 URL: https://svnweb.freebsd.org/changeset/ports/424304 Log: Update to 6.1.8700 PR: 213297 Submitted by: Allison Nicole Reid (maintainer) Modified: head/www/madsonic/Makefile head/www/madsonic/distinfo Modified: head/www/madsonic/Makefile ============================================================================== --- head/www/madsonic/Makefile Thu Oct 20 02:30:29 2016 (r424303) +++ head/www/madsonic/Makefile Thu Oct 20 03:19:44 2016 (r424304) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= madsonic -PORTVERSION= 5.1.5250 +PORTVERSION= 6.1.8700 CATEGORIES= www java -MASTER_SITES= http://www.madsonic.org/download/5.1/ +MASTER_SITES= http://madsonic.org/download/6.1/ DISTFILES= ${DISTDATE}_${DISTNAME}-war-tomcat.zip \ ${DISTDATE}_${DISTNAME}-war-jspc.zip @@ -63,7 +63,7 @@ APE_RUN_DEPENDS= mac:audio/mac .include NO_BUILD= yes -DISTDATE= 20150813 +DISTDATE= 20160915 USE_JAVA= yes JAVA_VERSION= 1.7+ USES= zip Modified: head/www/madsonic/distinfo ============================================================================== --- head/www/madsonic/distinfo Thu Oct 20 02:30:29 2016 (r424303) +++ head/www/madsonic/distinfo Thu Oct 20 03:19:44 2016 (r424304) @@ -1,4 +1,5 @@ -SHA256 (20150813_madsonic-5.1.5250-war-tomcat.zip) = ebb510acce52b627a497f01ccf79434eb8dabbe86b41ca7c11b515d15e3cd506 -SIZE (20150813_madsonic-5.1.5250-war-tomcat.zip) = 48651412 -SHA256 (20150813_madsonic-5.1.5250-war-jspc.zip) = e18b8abb048fc065df5db207a08954200130c307aea2400c4151795f2496b624 -SIZE (20150813_madsonic-5.1.5250-war-jspc.zip) = 48653768 +TIMESTAMP = 1475617922 +SHA256 (20160915_madsonic-6.1.8700-war-tomcat.zip) = 7c711f1623d069256d7f859df5a360f5bd3a8fac72acf790a365cf2b37f04edb +SIZE (20160915_madsonic-6.1.8700-war-tomcat.zip) = 78509042 +SHA256 (20160915_madsonic-6.1.8700-war-jspc.zip) = 94d09fe21e0ab0724ff6a26c25907603881934048962d603326ef918f68e61fa +SIZE (20160915_madsonic-6.1.8700-war-jspc.zip) = 78512185 From owner-svn-ports-all@freebsd.org Thu Oct 20 03:51:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1878C18D17; Thu, 20 Oct 2016 03:51:29 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73988A22; Thu, 20 Oct 2016 03:51:29 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K3pSSt096328; Thu, 20 Oct 2016 03:51:28 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K3pST5096327; Thu, 20 Oct 2016 03:51:28 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610200351.u9K3pST5096327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 20 Oct 2016 03:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424305 - head/audio/espeak X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 03:51:29 -0000 Author: jhale Date: Thu Oct 20 03:51:28 2016 New Revision: 424305 URL: https://svnweb.freebsd.org/changeset/ports/424305 Log: Fix build when RUNTIME option is selected PR: 213633 Approved by: portmgr (blanket) MFH: 2016Q4 Modified: head/audio/espeak/Makefile Modified: head/audio/espeak/Makefile ============================================================================== --- head/audio/espeak/Makefile Thu Oct 20 03:19:44 2016 (r424304) +++ head/audio/espeak/Makefile Thu Oct 20 03:51:28 2016 (r424305) @@ -52,7 +52,6 @@ BROKEN_sparc64= Does not compile on spar post-patch: cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} ${REINPLACE_FILES} -post-patch-PORTAUDIO-on: ${MV} ${WRKSRC}/src/portaudio19.h ${WRKSRC}/src/portaudio.h post-install: From owner-svn-ports-all@freebsd.org Thu Oct 20 05:57:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDFD2C19237; Thu, 20 Oct 2016 05:57:15 +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 8BFE910B; Thu, 20 Oct 2016 05:57:15 +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 u9K5vEbD044021; Thu, 20 Oct 2016 05:57:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K5vEXi044017; Thu, 20 Oct 2016 05:57:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610200557.u9K5vEXi044017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 20 Oct 2016 05:57:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424306 - in head: net/linux-c7-openldap security/linux-c7-libgcrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 05:57:15 -0000 Author: antoine Date: Thu Oct 20 05:57:14 2016 New Revision: 424306 URL: https://svnweb.freebsd.org/changeset/ports/424306 Log: Remove duplicate lines from plist Modified: head/net/linux-c7-openldap/pkg-plist.i386 head/net/linux-c7-openldap/pkg-plist.x86_64 head/security/linux-c7-libgcrypt/pkg-plist.i386 head/security/linux-c7-libgcrypt/pkg-plist.x86_64 Modified: head/net/linux-c7-openldap/pkg-plist.i386 ============================================================================== --- head/net/linux-c7-openldap/pkg-plist.i386 Thu Oct 20 03:51:28 2016 (r424305) +++ head/net/linux-c7-openldap/pkg-plist.i386 Thu Oct 20 05:57:14 2016 (r424306) @@ -8,10 +8,5 @@ usr/lib/libldap_r-2.4.so.2.10.3 usr/lib/libslapi-2.4.so.2 usr/lib/libslapi-2.4.so.2.10.3 usr/libexec/openldap/create-certdb.sh -%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCEMENT -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README usr/share/man/man5/ldap.conf.5.gz usr/share/man/man5/ldif.5.gz Modified: head/net/linux-c7-openldap/pkg-plist.x86_64 ============================================================================== --- head/net/linux-c7-openldap/pkg-plist.x86_64 Thu Oct 20 03:51:28 2016 (r424305) +++ head/net/linux-c7-openldap/pkg-plist.x86_64 Thu Oct 20 05:57:14 2016 (r424306) @@ -16,10 +16,5 @@ usr/lib64/libldap_r-2.4.so.2.10.3 usr/lib64/libslapi-2.4.so.2 usr/lib64/libslapi-2.4.so.2.10.3 usr/libexec/openldap/create-certdb.sh -%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCEMENT -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README usr/share/man/man5/ldap.conf.5.gz usr/share/man/man5/ldif.5.gz Modified: head/security/linux-c7-libgcrypt/pkg-plist.i386 ============================================================================== --- head/security/linux-c7-libgcrypt/pkg-plist.i386 Thu Oct 20 03:51:28 2016 (r424305) +++ head/security/linux-c7-libgcrypt/pkg-plist.i386 Thu Oct 20 05:57:14 2016 (r424306) @@ -1,7 +1,3 @@ usr/lib/.libgcrypt.so.11.hmac usr/lib/libgcrypt.so.11 usr/lib/libgcrypt.so.11.8.2 -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/THANKS Modified: head/security/linux-c7-libgcrypt/pkg-plist.x86_64 ============================================================================== --- head/security/linux-c7-libgcrypt/pkg-plist.x86_64 Thu Oct 20 03:51:28 2016 (r424305) +++ head/security/linux-c7-libgcrypt/pkg-plist.x86_64 Thu Oct 20 05:57:14 2016 (r424306) @@ -4,7 +4,3 @@ usr/lib/libgcrypt.so.11.8.2 usr/lib64/.libgcrypt.so.11.hmac usr/lib64/libgcrypt.so.11 usr/lib64/libgcrypt.so.11.8.2 -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/THANKS From owner-svn-ports-all@freebsd.org Thu Oct 20 06:13:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49E44C19770; Thu, 20 Oct 2016 06:13:09 +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 19104AD2; Thu, 20 Oct 2016 06:13:09 +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 u9K6D8a0051451; Thu, 20 Oct 2016 06:13:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K6D8cn051450; Thu, 20 Oct 2016 06:13:08 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610200613.u9K6D8cn051450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 20 Oct 2016 06:13:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424307 - head/devel/avr-gcc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 06:13:09 -0000 Author: antoine Date: Thu Oct 20 06:13:07 2016 New Revision: 424307 URL: https://svnweb.freebsd.org/changeset/ports/424307 Log: Fix build with libc++ 3.9.0 PR: 212696 Submitted by: dim Approved by: maintainer timeout (1 month) Added: head/devel/avr-gcc/files/patch-gcc_system.h (contents, props changed) Added: head/devel/avr-gcc/files/patch-gcc_system.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/avr-gcc/files/patch-gcc_system.h Thu Oct 20 06:13:07 2016 (r424307) @@ -0,0 +1,10 @@ +--- gcc/system.h.orig 2014-01-02 22:23:26 UTC ++++ gcc/system.h +@@ -203,6 +203,7 @@ extern int errno; + + #ifdef __cplusplus + # include ++# include + #endif + + /* Some of glibc's string inlines cause warnings. Plus we'd rather From owner-svn-ports-all@freebsd.org Thu Oct 20 06:44:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37504C1A5FD; Thu, 20 Oct 2016 06:44:23 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E32A0F68; Thu, 20 Oct 2016 06:44:22 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K6iMt0062638; Thu, 20 Oct 2016 06:44:22 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K6iMih062637; Thu, 20 Oct 2016 06:44:22 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201610200644.u9K6iMih062637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 20 Oct 2016 06:44:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424308 - branches/2016Q4/x11-toolkits/girara X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 06:44:23 -0000 Author: madpilot Date: Thu Oct 20 06:44:21 2016 New Revision: 424308 URL: https://svnweb.freebsd.org/changeset/ports/424308 Log: MFH: r424292 - Add GCC option, turned on by default, to force compilation using GCC, this fixes a problem in zathura which shows up only when girara is compiled wth clang [1] - Make the port use gnu99 C standard to allow it to compile with the default gcc 4.8 - Remove USES=compiler since it's not needed anymore - Small cosmetic change to the REINPLACE_CMD lines - While here, make the build verbose PR: 213595 Submitted by: Michael Danilov Approved by: ports-secteam (feld) Modified: branches/2016Q4/x11-toolkits/girara/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/x11-toolkits/girara/Makefile ============================================================================== --- branches/2016Q4/x11-toolkits/girara/Makefile Thu Oct 20 06:13:07 2016 (r424307) +++ branches/2016Q4/x11-toolkits/girara/Makefile Thu Oct 20 06:44:21 2016 (r424308) @@ -3,6 +3,7 @@ PORTNAME= girara PORTVERSION= 0.2.6 +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics MASTER_SITES= http://pwmt.org/projects/girara/download/ @@ -10,22 +11,30 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= GTK3 Interface Library for Zathura PDF Viewer USE_GNOME= glib20 gtk30 -USES= compiler:c11 gmake pkgconfig +USES= gmake pkgconfig USE_LDCONFIG= yes +USE_CSTD= gnu99 LIBDIR= ${PREFIX}/lib -MAKE_ENV+= SFLAGS=${STRIP} +MAKE_ENV+= SFLAGS=${STRIP} \ + VERBOSE=1 -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= GCC NLS +# Force GCC by default due to problems in dependent port zathura with keyboard +# input when compiled using clang. +OPTIONS_DEFAULT=GCC OPTIONS_SUB= yes NLS_USES= gettext +GCC_USE= GCC=yes post-patch: .SILENT - ${REINPLACE_CMD} -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g'\ + ${REINPLACE_CMD} -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's|^\(CFLAGS +=\) -std=c11|\1|' \ + ${WRKSRC}/config.mk post-patch-NLS-off: .SILENT - ${REINPLACE_CMD} -e '/-C po/d'\ + ${REINPLACE_CMD} -e '/-C po/d' \ ${WRKSRC}/Makefile .include From owner-svn-ports-all@freebsd.org Thu Oct 20 07:59:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B797C19E8F; Thu, 20 Oct 2016 07:59:18 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FCF88EA; Thu, 20 Oct 2016 07:59:17 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K7xHOT088968; Thu, 20 Oct 2016 07:59:17 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K7xHPF088966; Thu, 20 Oct 2016 07:59:17 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201610200759.u9K7xHPF088966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 20 Oct 2016 07:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424309 - head/archivers/p5-Archive-Tar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 07:59:18 -0000 Author: jadawin Date: Thu Oct 20 07:59:16 2016 New Revision: 424309 URL: https://svnweb.freebsd.org/changeset/ports/424309 Log: - Update to 2.12 Modified: head/archivers/p5-Archive-Tar/Makefile head/archivers/p5-Archive-Tar/distinfo Modified: head/archivers/p5-Archive-Tar/Makefile ============================================================================== --- head/archivers/p5-Archive-Tar/Makefile Thu Oct 20 06:44:21 2016 (r424308) +++ head/archivers/p5-Archive-Tar/Makefile Thu Oct 20 07:59:16 2016 (r424309) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Archive-Tar -PORTVERSION= 2.10 +PORTVERSION= 2.12 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS Modified: head/archivers/p5-Archive-Tar/distinfo ============================================================================== --- head/archivers/p5-Archive-Tar/distinfo Thu Oct 20 06:44:21 2016 (r424308) +++ head/archivers/p5-Archive-Tar/distinfo Thu Oct 20 07:59:16 2016 (r424309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470125097 -SHA256 (Archive-Tar-2.10.tar.gz) = 7abc8409f7180c44f20de914ca894e83335d43235096257c86c19c9e9c91ed51 -SIZE (Archive-Tar-2.10.tar.gz) = 60898 +TIMESTAMP = 1476884267 +SHA256 (Archive-Tar-2.12.tar.gz) = 14525dc94b42e66893d35931bc482826d681cb098be7ca010fc20e9613eadeb2 +SIZE (Archive-Tar-2.12.tar.gz) = 61658 From owner-svn-ports-all@freebsd.org Thu Oct 20 08:37:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E3B0C1AD02; Thu, 20 Oct 2016 08:37:43 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01A3AB99; Thu, 20 Oct 2016 08:37:42 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K8bgko003995; Thu, 20 Oct 2016 08:37:42 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K8bfkx003992; Thu, 20 Oct 2016 08:37:41 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201610200837.u9K8bfkx003992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 20 Oct 2016 08:37:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424310 - head/java/intellij-ultimate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 08:37:43 -0000 Author: robak Date: Thu Oct 20 08:37:41 2016 New Revision: 424310 URL: https://svnweb.freebsd.org/changeset/ports/424310 Log: java/intellij-ultimate: update 2016.2.4 -> 2016.2.5 PR: 213598 Submitted by: Andrey Cherkashin (maintainer) Modified: head/java/intellij-ultimate/Makefile head/java/intellij-ultimate/distinfo head/java/intellij-ultimate/pkg-plist Modified: head/java/intellij-ultimate/Makefile ============================================================================== --- head/java/intellij-ultimate/Makefile Thu Oct 20 07:59:16 2016 (r424309) +++ head/java/intellij-ultimate/Makefile Thu Oct 20 08:37:41 2016 (r424310) @@ -4,7 +4,7 @@ # Based on the java/intellij port PORTNAME= intellij-ultimate -PORTVERSION= 2016.2.4 +PORTVERSION= 2016.2.5 CATEGORIES= java devel MASTER_SITES= https://download.jetbrains.com/idea/ \ http://download.jetbrains.com/idea/ @@ -29,7 +29,7 @@ NO_BUILD= yes USE_LDCONFIG= ${IDEA_HOME}/plugins/tfsIntegration/lib/native/freebsd/x86_64/ USE_LDCONFIG32= ${IDEA_HOME}/plugins/tfsIntegration/lib/native/freebsd/x86/ -WRKDIST= ${WRKDIR}/idea-IU-162.2032.8 +WRKDIST= ${WRKDIR}/idea-IU-162.2228.15 .include "${.CURDIR}/../intellij/common.mk" Modified: head/java/intellij-ultimate/distinfo ============================================================================== --- head/java/intellij-ultimate/distinfo Thu Oct 20 07:59:16 2016 (r424309) +++ head/java/intellij-ultimate/distinfo Thu Oct 20 08:37:41 2016 (r424310) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476386721 -SHA256 (ideaIU-2016.2.4.tar.gz) = f940fb9fa356e28351dd99cf2612c967d173e4413b66c0452ee8fa651b64b698 -SIZE (ideaIU-2016.2.4.tar.gz) = 506828925 +TIMESTAMP = 1476812452 +SHA256 (ideaIU-2016.2.5.tar.gz) = 30a4ddf82b8393fc22803c9335d6cb00087116dd09915e44f40f0433b81b1b3d +SIZE (ideaIU-2016.2.5.tar.gz) = 509791849 Modified: head/java/intellij-ultimate/pkg-plist ============================================================================== --- head/java/intellij-ultimate/pkg-plist Thu Oct 20 07:59:16 2016 (r424309) +++ head/java/intellij-ultimate/pkg-plist Thu Oct 20 08:37:41 2016 (r424310) @@ -185,7 +185,7 @@ bin/idea %%IDEA_HOME%%/lib/servlet-api.jar %%IDEA_HOME%%/lib/slf4j-api-1.7.10.jar %%IDEA_HOME%%/lib/slf4j-log4j12-1.7.10.jar -%%IDEA_HOME%%/lib/snappy-in-java-0.3.1.jar +%%IDEA_HOME%%/lib/snappy-in-java-0.5.1.jar %%IDEA_HOME%%/lib/sqlite-jdbc-3.6.20.1.jar %%IDEA_HOME%%/lib/src/src_css-api.zip %%IDEA_HOME%%/lib/src/src_database-openapi.zip @@ -374,6 +374,7 @@ bin/idea %%IDEA_HOME%%/plugins/Kotlin/kotlinc/build.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/android-extensions-compiler.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-ant.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common-test.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-compiler.jar From owner-svn-ports-all@freebsd.org Thu Oct 20 08:40:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A18F0C1AEA5; Thu, 20 Oct 2016 08:40:28 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60FB1D95; Thu, 20 Oct 2016 08:40:28 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K8eRpg004227; Thu, 20 Oct 2016 08:40:27 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K8eRnC004225; Thu, 20 Oct 2016 08:40:27 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201610200840.u9K8eRnC004225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Thu, 20 Oct 2016 08:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424311 - head/sysutils/cbsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 08:40:28 -0000 Author: vg Date: Thu Oct 20 08:40:27 2016 New Revision: 424311 URL: https://svnweb.freebsd.org/changeset/ports/424311 Log: - Update to 11.0.4 - bhyve: add ability for disable automatic bridging - bugfix for filelist index PR: ports/213625 Submitted by: olevole@olevole.ru (maintainer) Modified: head/sysutils/cbsd/Makefile head/sysutils/cbsd/distinfo Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Thu Oct 20 08:37:41 2016 (r424310) +++ head/sysutils/cbsd/Makefile Thu Oct 20 08:40:27 2016 (r424311) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 11.0.3 +PORTVERSION= 11.0.4 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru Modified: head/sysutils/cbsd/distinfo ============================================================================== --- head/sysutils/cbsd/distinfo Thu Oct 20 08:37:41 2016 (r424310) +++ head/sysutils/cbsd/distinfo Thu Oct 20 08:40:27 2016 (r424311) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476449526 -SHA256 (olevole-cbsd-11.0.3_GH0.tar.gz) = eb83b736ba06e21520cb12c3e26aaa392ffef1a099f2673271addcbb9073e2b1 -SIZE (olevole-cbsd-11.0.3_GH0.tar.gz) = 2347062 +TIMESTAMP = 1476910506 +SHA256 (olevole-cbsd-11.0.4_GH0.tar.gz) = 0d47fbd6307afb38bfa07bea23fb3d6f029ccc1f66ff5820587b04fc69c70ef3 +SIZE (olevole-cbsd-11.0.4_GH0.tar.gz) = 2305691 From owner-svn-ports-all@freebsd.org Thu Oct 20 09:03:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6268EC1991F; Thu, 20 Oct 2016 09:03:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32758E1E; Thu, 20 Oct 2016 09:03:59 +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 u9K93wWC015287; Thu, 20 Oct 2016 09:03:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K93wdP015286; Thu, 20 Oct 2016 09:03:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610200903.u9K93wdP015286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 20 Oct 2016 09:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424312 - head/devel/sdl20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 09:03:59 -0000 Author: amdmi3 Date: Thu Oct 20 09:03:58 2016 New Revision: 424312 URL: https://svnweb.freebsd.org/changeset/ports/424312 Log: - Verbosify build Approved by: portmgr blanket Modified: head/devel/sdl20/Makefile Modified: head/devel/sdl20/Makefile ============================================================================== --- head/devel/sdl20/Makefile Thu Oct 20 08:40:27 2016 (r424311) +++ head/devel/sdl20/Makefile Thu Oct 20 09:03:58 2016 (r424312) @@ -46,6 +46,8 @@ CONFIGURE_ARGS+= --enable-sse2 CONFIGURE_ARGS+= --disable-sse2 .endif +MAKE_ENV= V=1 + OPTIONS_DEFINE= ALSA ASM DLOPEN ESOUND NAS OSS \ PULSEAUDIO SNDIO PTHREADS SDL_ATOMIC SDL_AUDIO \ SDL_CPUINFO SDL_EVENTS SDL_FILE SDL_HAPTIC \ From owner-svn-ports-all@freebsd.org Thu Oct 20 09:10:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54D29C19A7B; Thu, 20 Oct 2016 09:10:00 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2134010AF; Thu, 20 Oct 2016 09:10:00 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K99xDJ015636; Thu, 20 Oct 2016 09:09:59 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K99x4n015633; Thu, 20 Oct 2016 09:09:59 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201610200909.u9K99x4n015633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 20 Oct 2016 09:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424313 - head/dns/opendnssec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 09:10:00 -0000 Author: robak Date: Thu Oct 20 09:09:58 2016 New Revision: 424313 URL: https://svnweb.freebsd.org/changeset/ports/424313 Log: dns/opendnssec: update 1.4.10 -> 1.4.12 PR: 213610 Submitted by: Jaap Akkerhuis (maintainer) MFH: 2016Q4 Modified: head/dns/opendnssec/Makefile head/dns/opendnssec/distinfo Modified: head/dns/opendnssec/Makefile ============================================================================== --- head/dns/opendnssec/Makefile Thu Oct 20 09:03:58 2016 (r424312) +++ head/dns/opendnssec/Makefile Thu Oct 20 09:09:58 2016 (r424313) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opendnssec -PORTVERSION= 1.4.10 +PORTVERSION= 1.4.12 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ Modified: head/dns/opendnssec/distinfo ============================================================================== --- head/dns/opendnssec/distinfo Thu Oct 20 09:03:58 2016 (r424312) +++ head/dns/opendnssec/distinfo Thu Oct 20 09:09:58 2016 (r424313) @@ -1,2 +1,3 @@ -SHA256 (opendnssec-1.4.10.tar.gz) = 55b44c1da3a665eef0af1d1b3f4d1c57d20f50f77858b1dd3d03ca6ebc1df7cb -SIZE (opendnssec-1.4.10.tar.gz) = 1036069 +TIMESTAMP = 1476788134 +SHA256 (opendnssec-1.4.12.tar.gz) = 4ba6cf06fcd1131c1ed913d61959ddc90726ed5e4f153c90f45ec64445528a0c +SIZE (opendnssec-1.4.12.tar.gz) = 1036392 From owner-svn-ports-all@freebsd.org Thu Oct 20 10:01:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29DD8C17D86; Thu, 20 Oct 2016 10:01:38 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED647CD3; Thu, 20 Oct 2016 10:01:37 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KA1bTS035321; Thu, 20 Oct 2016 10:01:37 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KA1bj5035320; Thu, 20 Oct 2016 10:01:37 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610201001.u9KA1bj5035320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 20 Oct 2016 10:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424314 - head/math/qalculate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 10:01:38 -0000 Author: jhale Date: Thu Oct 20 10:01:36 2016 New Revision: 424314 URL: https://svnweb.freebsd.org/changeset/ports/424314 Log: Fix build on 9.x Reported by: pkg-fallout Modified: head/math/qalculate/Makefile Modified: head/math/qalculate/Makefile ============================================================================== --- head/math/qalculate/Makefile Thu Oct 20 09:09:58 2016 (r424313) +++ head/math/qalculate/Makefile Thu Oct 20 10:01:36 2016 (r424314) @@ -17,7 +17,8 @@ LIB_DEPENDS= libcln.so:math/cln \ RUN_DEPENDS= gnuplot:math/gnuplot \ wget:ftp/wget -USES= autoreconf gettext gmake libtool:build localbase pkgconfig +USES= autoreconf compiler:c++11-lang gettext gmake \ + libtool:build localbase pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 GNU_CONFIGURE= yes DATADIR= share/${GH_PROJECT} From owner-svn-ports-all@freebsd.org Thu Oct 20 10:09:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00182C17F79; Thu, 20 Oct 2016 10:09:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C36FBF5C; Thu, 20 Oct 2016 10:09:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KA9lZ8038497; Thu, 20 Oct 2016 10:09:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KA9l5L038495; Thu, 20 Oct 2016 10:09:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201610201009.u9KA9l5L038495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 20 Oct 2016 10:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424315 - head/lang/gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 10:09:49 -0000 Author: gerald Date: Thu Oct 20 10:09:47 2016 New Revision: 424315 URL: https://svnweb.freebsd.org/changeset/ports/424315 Log: Update to the 20161018 snapshot of GCC 5.4.1. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Thu Oct 20 10:01:36 2016 (r424314) +++ head/lang/gcc5-devel/Makefile Thu Oct 20 10:09:47 2016 (r424315) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20161011 +PORTVERSION= 5.4.1.s20161018 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Thu Oct 20 10:01:36 2016 (r424314) +++ head/lang/gcc5-devel/distinfo Thu Oct 20 10:09:47 2016 (r424315) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476440749 -SHA256 (gcc-5-20161011.tar.bz2) = ca4e48d5fcb2eceeca03e61a43527d2e076fae2186d88b012b72eb33a6c2c311 -SIZE (gcc-5-20161011.tar.bz2) = 91730952 +TIMESTAMP = 1476890502 +SHA256 (gcc-5-20161018.tar.bz2) = 4b6abafd914c03701f282bac4bdfc641d20e5778b7f99932b434bd302a4cfb16 +SIZE (gcc-5-20161018.tar.bz2) = 91758027 From owner-svn-ports-all@freebsd.org Thu Oct 20 10:26:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7CBBC18603; Thu, 20 Oct 2016 10:26:15 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C4A0A63; Thu, 20 Oct 2016 10:26:15 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KAQE0x046011; Thu, 20 Oct 2016 10:26:14 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KAQE0M046008; Thu, 20 Oct 2016 10:26:14 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610201026.u9KAQE0M046008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 20 Oct 2016 10:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424316 - head/graphics/linux-c7-cairo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 10:26:16 -0000 Author: tijl Date: Thu Oct 20 10:26:14 2016 New Revision: 424316 URL: https://svnweb.freebsd.org/changeset/ports/424316 Log: Fix pkg-plist. Modified: head/graphics/linux-c7-cairo/Makefile head/graphics/linux-c7-cairo/pkg-plist.i386 head/graphics/linux-c7-cairo/pkg-plist.x86_64 Modified: head/graphics/linux-c7-cairo/Makefile ============================================================================== --- head/graphics/linux-c7-cairo/Makefile Thu Oct 20 10:09:47 2016 (r424315) +++ head/graphics/linux-c7-cairo/Makefile Thu Oct 20 10:26:14 2016 (r424316) @@ -3,6 +3,7 @@ PORTNAME= cairo PORTVERSION= 1.14.2 +PORTREVISION= 1 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org @@ -16,7 +17,4 @@ USE_LDCONFIG= yes USE_LINUX= fontconfig pixman png xorglibs USE_LINUX_RPM= yes -PORTDOCS= AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 \ - COPYING-MPL-1.1 NEWS README - .include Modified: head/graphics/linux-c7-cairo/pkg-plist.i386 ============================================================================== --- head/graphics/linux-c7-cairo/pkg-plist.i386 Thu Oct 20 10:09:47 2016 (r424315) +++ head/graphics/linux-c7-cairo/pkg-plist.i386 Thu Oct 20 10:26:14 2016 (r424316) @@ -1,2 +1,13 @@ +usr/bin/cairo-sphinx +usr/lib/libcairo-script-interpreter.so.2 +usr/lib/libcairo-script-interpreter.so.2.11400.2 usr/lib/libcairo.so.2 usr/lib/libcairo.so.2.11400.2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/BIBLIOGRAPHY +%%PORTDOCS%%%%DOCSDIR%%/BUGS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING-LGPL-2.1 +%%PORTDOCS%%%%DOCSDIR%%/COPYING-MPL-1.1 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README Modified: head/graphics/linux-c7-cairo/pkg-plist.x86_64 ============================================================================== --- head/graphics/linux-c7-cairo/pkg-plist.x86_64 Thu Oct 20 10:09:47 2016 (r424315) +++ head/graphics/linux-c7-cairo/pkg-plist.x86_64 Thu Oct 20 10:26:14 2016 (r424316) @@ -1,4 +1,17 @@ +usr/bin/cairo-sphinx +usr/lib/libcairo-script-interpreter.so.2 +usr/lib/libcairo-script-interpreter.so.2.11400.2 usr/lib/libcairo.so.2 usr/lib/libcairo.so.2.11400.2 +usr/lib64/libcairo-script-interpreter.so.2 +usr/lib64/libcairo-script-interpreter.so.2.11400.2 usr/lib64/libcairo.so.2 usr/lib64/libcairo.so.2.11400.2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/BIBLIOGRAPHY +%%PORTDOCS%%%%DOCSDIR%%/BUGS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING-LGPL-2.1 +%%PORTDOCS%%%%DOCSDIR%%/COPYING-MPL-1.1 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README From owner-svn-ports-all@freebsd.org Thu Oct 20 10:31:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BFF9C18902; Thu, 20 Oct 2016 10:31:29 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0B4DE1A; Thu, 20 Oct 2016 10:31:28 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KAVRRO046909; Thu, 20 Oct 2016 10:31:27 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KAVRWW046907; Thu, 20 Oct 2016 10:31:27 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610201031.u9KAVRWW046907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 20 Oct 2016 10:31:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424317 - head/audio/linux-c7-libsndfile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 10:31:29 -0000 Author: tijl Date: Thu Oct 20 10:31:27 2016 New Revision: 424317 URL: https://svnweb.freebsd.org/changeset/ports/424317 Log: Fix pkg-plist. Modified: head/audio/linux-c7-libsndfile/Makefile head/audio/linux-c7-libsndfile/pkg-plist.i386 head/audio/linux-c7-libsndfile/pkg-plist.x86_64 Modified: head/audio/linux-c7-libsndfile/Makefile ============================================================================== --- head/audio/linux-c7-libsndfile/Makefile Thu Oct 20 10:26:14 2016 (r424316) +++ head/audio/linux-c7-libsndfile/Makefile Thu Oct 20 10:31:27 2016 (r424317) @@ -3,6 +3,7 @@ PORTNAME= libsndfile PORTVERSION= 1.0.25 +PORTREVISION= 1 CATEGORIES= audio linux BIN_DISTFILES= ${PORTNAME}-utils-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE Modified: head/audio/linux-c7-libsndfile/pkg-plist.i386 ============================================================================== --- head/audio/linux-c7-libsndfile/pkg-plist.i386 Thu Oct 20 10:26:14 2016 (r424316) +++ head/audio/linux-c7-libsndfile/pkg-plist.i386 Thu Oct 20 10:31:27 2016 (r424317) @@ -1,16 +1,26 @@ usr/bin/sndfile-cmp +usr/bin/sndfile-concat usr/bin/sndfile-convert +usr/bin/sndfile-deinterleave usr/bin/sndfile-info +usr/bin/sndfile-interleave usr/bin/sndfile-metadata-get usr/bin/sndfile-metadata-set usr/bin/sndfile-play usr/bin/sndfile-regtest +usr/bin/sndfile-salvage usr/lib/libsndfile.so.1 usr/lib/libsndfile.so.1.0.25 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README +usr/share/man/man1/sndfile-cmp.1.gz +usr/share/man/man1/sndfile-concat.1.gz usr/share/man/man1/sndfile-convert.1.gz +usr/share/man/man1/sndfile-deinterleave.1.gz usr/share/man/man1/sndfile-info.1.gz +usr/share/man/man1/sndfile-interleave.1.gz +usr/share/man/man1/sndfile-metadata-get.1.gz +usr/share/man/man1/sndfile-metadata-set.1.gz usr/share/man/man1/sndfile-play.1.gz Modified: head/audio/linux-c7-libsndfile/pkg-plist.x86_64 ============================================================================== --- head/audio/linux-c7-libsndfile/pkg-plist.x86_64 Thu Oct 20 10:26:14 2016 (r424316) +++ head/audio/linux-c7-libsndfile/pkg-plist.x86_64 Thu Oct 20 10:31:27 2016 (r424317) @@ -1,10 +1,14 @@ usr/bin/sndfile-cmp +usr/bin/sndfile-concat usr/bin/sndfile-convert +usr/bin/sndfile-deinterleave usr/bin/sndfile-info +usr/bin/sndfile-interleave usr/bin/sndfile-metadata-get usr/bin/sndfile-metadata-set usr/bin/sndfile-play usr/bin/sndfile-regtest +usr/bin/sndfile-salvage usr/lib/libsndfile.so.1 usr/lib/libsndfile.so.1.0.25 usr/lib64/libsndfile.so.1 @@ -13,6 +17,12 @@ usr/lib64/libsndfile.so.1.0.25 %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README +usr/share/man/man1/sndfile-cmp.1.gz +usr/share/man/man1/sndfile-concat.1.gz usr/share/man/man1/sndfile-convert.1.gz +usr/share/man/man1/sndfile-deinterleave.1.gz usr/share/man/man1/sndfile-info.1.gz +usr/share/man/man1/sndfile-interleave.1.gz +usr/share/man/man1/sndfile-metadata-get.1.gz +usr/share/man/man1/sndfile-metadata-set.1.gz usr/share/man/man1/sndfile-play.1.gz From owner-svn-ports-all@freebsd.org Thu Oct 20 10:40:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B39FC18BAA; Thu, 20 Oct 2016 10:40:41 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1C1A12D; Thu, 20 Oct 2016 10:40:40 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KAedlC050069; Thu, 20 Oct 2016 10:40:39 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KAednZ050066; Thu, 20 Oct 2016 10:40:39 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610201040.u9KAednZ050066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 20 Oct 2016 10:40:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424318 - head/net/linux-c7-tcp_wrappers-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 10:40:41 -0000 Author: tijl Date: Thu Oct 20 10:40:39 2016 New Revision: 424318 URL: https://svnweb.freebsd.org/changeset/ports/424318 Log: Fix pkg-plist. Modified: head/net/linux-c7-tcp_wrappers-libs/Makefile head/net/linux-c7-tcp_wrappers-libs/pkg-plist.i386 head/net/linux-c7-tcp_wrappers-libs/pkg-plist.x86_64 Modified: head/net/linux-c7-tcp_wrappers-libs/Makefile ============================================================================== --- head/net/linux-c7-tcp_wrappers-libs/Makefile Thu Oct 20 10:31:27 2016 (r424317) +++ head/net/linux-c7-tcp_wrappers-libs/Makefile Thu Oct 20 10:40:39 2016 (r424318) @@ -3,6 +3,7 @@ PORTNAME= tcp_wrappers-libs PORTVERSION= 7.6 +PORTREVISION= 1 CATEGORIES= net linux MAINTAINER= emulation@FreeBSD.org Modified: head/net/linux-c7-tcp_wrappers-libs/pkg-plist.i386 ============================================================================== --- head/net/linux-c7-tcp_wrappers-libs/pkg-plist.i386 Thu Oct 20 10:31:27 2016 (r424317) +++ head/net/linux-c7-tcp_wrappers-libs/pkg-plist.i386 Thu Oct 20 10:40:39 2016 (r424318) @@ -7,6 +7,8 @@ usr/lib/libwrap.so.0.7.6 %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.IRIX %%PORTDOCS%%%%DOCSDIR%%/README.NIS +%%PORTDOCS%%%%DOCSDIR%%/README.ipv6 +%%PORTDOCS%%%%DOCSDIR%%/README.ipv6.2 usr/share/man/man5/hosts.allow.5.gz usr/share/man/man5/hosts.deny.5.gz usr/share/man/man5/hosts_access.5.gz Modified: head/net/linux-c7-tcp_wrappers-libs/pkg-plist.x86_64 ============================================================================== --- head/net/linux-c7-tcp_wrappers-libs/pkg-plist.x86_64 Thu Oct 20 10:31:27 2016 (r424317) +++ head/net/linux-c7-tcp_wrappers-libs/pkg-plist.x86_64 Thu Oct 20 10:40:39 2016 (r424318) @@ -9,6 +9,8 @@ usr/lib64/libwrap.so.0.7.6 %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.IRIX %%PORTDOCS%%%%DOCSDIR%%/README.NIS +%%PORTDOCS%%%%DOCSDIR%%/README.ipv6 +%%PORTDOCS%%%%DOCSDIR%%/README.ipv6.2 usr/share/man/man5/hosts.allow.5.gz usr/share/man/man5/hosts.deny.5.gz usr/share/man/man5/hosts_access.5.gz From owner-svn-ports-all@freebsd.org Thu Oct 20 10:41:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63FC3C18BE4; Thu, 20 Oct 2016 10:41:11 +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 1D1E2262; Thu, 20 Oct 2016 10:41:11 +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 u9KAfAXv050201; Thu, 20 Oct 2016 10:41:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KAfAwx050199; Thu, 20 Oct 2016 10:41:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610201041.u9KAfAwx050199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 20 Oct 2016 10:41:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424319 - head/games/openra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 10:41:11 -0000 Author: jbeich Date: Thu Oct 20 10:41:09 2016 New Revision: 424319 URL: https://svnweb.freebsd.org/changeset/ports/424319 Log: games/openra: update to 20161019 Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20161019 Modified: head/games/openra/Makefile (contents, props changed) head/games/openra/distinfo (contents, props changed) Modified: head/games/openra/Makefile ============================================================================== --- head/games/openra/Makefile Thu Oct 20 10:40:39 2016 (r424318) +++ head/games/openra/Makefile Thu Oct 20 10:41:09 2016 (r424319) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= openra -PORTVERSION= 20161015 +PORTVERSION= 20161019 DISTVERSIONPREFIX= release- CATEGORIES= games # XXX Convert to USES=nuget or package dependencies instead Modified: head/games/openra/distinfo ============================================================================== --- head/games/openra/distinfo Thu Oct 20 10:40:39 2016 (r424318) +++ head/games/openra/distinfo Thu Oct 20 10:41:09 2016 (r424319) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476601345 +TIMESTAMP = 1476910506 SHA256 (StyleCopPlus.MSBuild-4.7.49.5.zip) = b98a8ed20c5e82ff5fe6c2a52ecd45bffd4d4ab284611f35a25889c3bba364c3 SIZE (StyleCopPlus.MSBuild-4.7.49.5.zip) = 124724 SHA256 (StyleCop.MSBuild-4.7.49.0.zip) = 6680dedaa5d27fb1ead475015de98e476e58fa9a27e4b7ad0f08d5f7d8f6ee66 @@ -35,5 +35,5 @@ SHA256 (Eluant.dll) = 218c4ea5424b44d746 SIZE (Eluant.dll) = 71168 SHA256 (GeoLite2-Country.mmdb.gz) = be007196c155814b9e46f3969d992aca43158b0b8840b747079312c0aafaa530 SIZE (GeoLite2-Country.mmdb.gz) = 1302893 -SHA256 (openra-OpenRA-release-20161015_GH0.tar.gz) = 758bdbadee2a8cfe3c9f0da339878688c3bc8ddb63ce2a3de5d20005a192b2b7 -SIZE (openra-OpenRA-release-20161015_GH0.tar.gz) = 12016189 +SHA256 (openra-OpenRA-release-20161019_GH0.tar.gz) = 1cbc258466e1e1180a9ad95d44f3867191552a611dd45be0561372b1e6c055df +SIZE (openra-OpenRA-release-20161019_GH0.tar.gz) = 12017426 From owner-svn-ports-all@freebsd.org Thu Oct 20 10:46:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2961C18DB9; Thu, 20 Oct 2016 10:46:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91E108F2; Thu, 20 Oct 2016 10:46:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KAkJxa053936; Thu, 20 Oct 2016 10:46:19 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KAkJIS053933; Thu, 20 Oct 2016 10:46:19 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610201046.u9KAkJIS053933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 20 Oct 2016 10:46:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424320 - head/graphics/linux-c7-glx-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 10:46:20 -0000 Author: tijl Date: Thu Oct 20 10:46:19 2016 New Revision: 424320 URL: https://svnweb.freebsd.org/changeset/ports/424320 Log: Fix pkg-plist. Modified: head/graphics/linux-c7-glx-utils/Makefile head/graphics/linux-c7-glx-utils/pkg-plist.i386 head/graphics/linux-c7-glx-utils/pkg-plist.x86_64 Modified: head/graphics/linux-c7-glx-utils/Makefile ============================================================================== --- head/graphics/linux-c7-glx-utils/Makefile Thu Oct 20 10:41:09 2016 (r424319) +++ head/graphics/linux-c7-glx-utils/Makefile Thu Oct 20 10:46:19 2016 (r424320) @@ -3,6 +3,7 @@ PORTNAME= glx-utils PORTVERSION= 8.2.0 +PORTREVISION= 1 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org Modified: head/graphics/linux-c7-glx-utils/pkg-plist.i386 ============================================================================== --- head/graphics/linux-c7-glx-utils/pkg-plist.i386 Thu Oct 20 10:41:09 2016 (r424319) +++ head/graphics/linux-c7-glx-utils/pkg-plist.i386 Thu Oct 20 10:46:19 2016 (r424320) @@ -1,4 +1,5 @@ usr/bin/glxgears usr/bin/glxinfo +usr/bin/glxinfo32 usr/bin/xdriinfo usr/share/man/man1/xdriinfo.1.gz Modified: head/graphics/linux-c7-glx-utils/pkg-plist.x86_64 ============================================================================== --- head/graphics/linux-c7-glx-utils/pkg-plist.x86_64 Thu Oct 20 10:41:09 2016 (r424319) +++ head/graphics/linux-c7-glx-utils/pkg-plist.x86_64 Thu Oct 20 10:46:19 2016 (r424320) @@ -1,4 +1,5 @@ usr/bin/glxgears usr/bin/glxinfo +usr/bin/glxinfo64 usr/bin/xdriinfo usr/share/man/man1/xdriinfo.1.gz From owner-svn-ports-all@freebsd.org Thu Oct 20 11:54:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6101DC1A454; Thu, 20 Oct 2016 11:54:49 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 173012AD; Thu, 20 Oct 2016 11:54:49 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KBsmnc080440; Thu, 20 Oct 2016 11:54:48 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KBsm3H080438; Thu, 20 Oct 2016 11:54:48 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201610201154.u9KBsm3H080438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Thu, 20 Oct 2016 11:54:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424321 - in head/japanese/dbskkd-cdb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 11:54:49 -0000 Author: ume Date: Thu Oct 20 11:54:47 2016 New Revision: 424321 URL: https://svnweb.freebsd.org/changeset/ports/424321 Log: i- Make it buildable. - Change maintainer to submitter. PR: 213215 Submitted by: kenji [...] k2r.org Added: head/japanese/dbskkd-cdb/files/patch-READMEJP.md (contents, props changed) Deleted: head/japanese/dbskkd-cdb/files/patch-READMEJP Modified: head/japanese/dbskkd-cdb/Makefile head/japanese/dbskkd-cdb/distinfo Modified: head/japanese/dbskkd-cdb/Makefile ============================================================================== --- head/japanese/dbskkd-cdb/Makefile Thu Oct 20 10:46:19 2016 (r424320) +++ head/japanese/dbskkd-cdb/Makefile Thu Oct 20 11:54:47 2016 (r424321) @@ -7,10 +7,13 @@ PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= GOOGLE_CODE -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kenji@k2r.org COMMENT= Yet another dictionary server for SKK -BROKEN= Unfetchable (google code has gone away) +USE_GITHUB= yes +GH_ACCOUNT= jj1bdx +GH_PROJECT= dbskkd-cdb +GH_TAGNAME= 2.00-20161005 BUILD_DEPENDS= ${LOCALBASE}/lib/libcdb.a:databases/tinycdb RUN_DEPENDS= ${SKKJISYOCDB}:japanese/skk-jisyo-cdb @@ -26,14 +29,14 @@ MAKE_ENV+= LOCALBASE="${LOCALBASE}" MAKE_ENV+= SKKJISYOCDB="${SKKJISYOCDB}" PORTDOCS= ${PORTDOCS_FILE} ${PORTDOCS_SH} -PORTDOCS_FILE= CHANGES LICENSE READMEJP \ +PORTDOCS_FILE= CHANGES LICENSE READMEJP.md \ example-daemontools.txt example-inetd.txt PORTDOCS_SH= makeskkcdb.sh skktocdbm.sh OPTIONS_DEFINE= DOCS post-patch: -.for f in READMEJP makeskkcdb.sh +.for f in READMEJP.md makeskkcdb.sh ${REINPLACE_CMD} -e "s!%%PREFIX%%!${PREFIX}!g" \ -e "s!%%SKKDIR%%!${SKKDIR}!g" \ -e "s!%%JISYONAME%%!SKK-JISYO.${SKKJISYO_TYPE}!g" ${WRKSRC}/${f} Modified: head/japanese/dbskkd-cdb/distinfo ============================================================================== --- head/japanese/dbskkd-cdb/distinfo Thu Oct 20 10:46:19 2016 (r424320) +++ head/japanese/dbskkd-cdb/distinfo Thu Oct 20 11:54:47 2016 (r424321) @@ -1,2 +1,3 @@ -SHA256 (dbskkd-cdb-2.00.tar.gz) = 0e434e72153dde3131aeeeafbb40eba0054d0d37cab47b1561e4cf6dda6da8bb -SIZE (dbskkd-cdb-2.00.tar.gz) = 9296 +TIMESTAMP = 1475622412 +SHA256 (jj1bdx-dbskkd-cdb-2.00-2.00-20161005_GH0.tar.gz) = 15eca1baaec5f61672089c672b77fe83eac4e0add7e5bcfb4f78b744ce5573cd +SIZE (jj1bdx-dbskkd-cdb-2.00-2.00-20161005_GH0.tar.gz) = 10053 Added: head/japanese/dbskkd-cdb/files/patch-READMEJP.md ============================================================================== Binary file. No diff available. From owner-svn-ports-all@freebsd.org Thu Oct 20 11:55:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2673CC1A4A7; Thu, 20 Oct 2016 11:55:51 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D03863D5; Thu, 20 Oct 2016 11:55:50 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KBtnYw080603; Thu, 20 Oct 2016 11:55:49 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KBtnaF080602; Thu, 20 Oct 2016 11:55:49 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201610201155.u9KBtnaF080602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Thu, 20 Oct 2016 11:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424322 - head/japanese/dbskkd-cdb/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 11:55:51 -0000 Author: ume Date: Thu Oct 20 11:55:49 2016 New Revision: 424322 URL: https://svnweb.freebsd.org/changeset/ports/424322 Log: This file is text actually. Modified: Directory Properties: head/japanese/dbskkd-cdb/files/patch-READMEJP.md (props changed) From owner-svn-ports-all@freebsd.org Thu Oct 20 12:10:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 028D6C181E1; Thu, 20 Oct 2016 12:10:46 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B660CF9C; Thu, 20 Oct 2016 12:10:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KCAi1Z085204; Thu, 20 Oct 2016 12:10:44 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KCAiE5085201; Thu, 20 Oct 2016 12:10:44 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610201210.u9KCAiE5085201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 20 Oct 2016 12:10:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424323 - head/audio/linux-c7-alsa-plugins-pulseaudio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 12:10:46 -0000 Author: tijl Date: Thu Oct 20 12:10:44 2016 New Revision: 424323 URL: https://svnweb.freebsd.org/changeset/ports/424323 Log: Fix pkg-plist. Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile ============================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile Thu Oct 20 11:55:49 2016 (r424322) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile Thu Oct 20 12:10:44 2016 (r424323) @@ -3,6 +3,7 @@ PORTNAME= alsa-plugins-pulseaudio PORTVERSION= 1.0.27 +PORTREVISION= 1 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org @@ -21,8 +22,4 @@ RPMVERSION= 3.el7 USE_LDCONFIG= yes -# We will use native configuration file, so delete a linux one -post-extract: - @${RM} -r ${WRKSRC}/etc - .include Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 ============================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 Thu Oct 20 11:55:49 2016 (r424322) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 Thu Oct 20 12:10:44 2016 (r424323) @@ -1,6 +1,8 @@ usr/lib/alsa-lib/libasound_module_conf_pulse.so usr/lib/alsa-lib/libasound_module_ctl_pulse.so usr/lib/alsa-lib/libasound_module_pcm_pulse.so -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING.GPL -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/README-pulse +usr/share/alsa/alsa.conf.d/50-pulseaudio.conf +usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL +%%PORTDOCS%%%%DOCSDIR%%/README-pulse Modified: head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 ============================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 Thu Oct 20 11:55:49 2016 (r424322) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 Thu Oct 20 12:10:44 2016 (r424323) @@ -4,6 +4,8 @@ usr/lib/alsa-lib/libasound_module_pcm_pu usr/lib64/alsa-lib/libasound_module_conf_pulse.so usr/lib64/alsa-lib/libasound_module_ctl_pulse.so usr/lib64/alsa-lib/libasound_module_pcm_pulse.so -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING.GPL -%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/README-pulse +usr/share/alsa/alsa.conf.d/50-pulseaudio.conf +usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL +%%PORTDOCS%%%%DOCSDIR%%/README-pulse From owner-svn-ports-all@freebsd.org Thu Oct 20 12:27:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67573C18781; Thu, 20 Oct 2016 12:27:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 298F2AA1; Thu, 20 Oct 2016 12:27:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KCRLPc092164; Thu, 20 Oct 2016 12:27:21 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KCRKuv092160; Thu, 20 Oct 2016 12:27:20 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610201227.u9KCRKuv092160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 20 Oct 2016 12:27:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424324 - in head/net/quagga: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 12:27:22 -0000 Author: mat Date: Thu Oct 20 12:27:20 2016 New Revision: 424324 URL: https://svnweb.freebsd.org/changeset/ports/424324 Log: Fix build. As I managed to somehow build it yesterday before committing the update, and I am removing an option, I'm bumping PORTREVISION Submitted by: pkg-fallout Sponsored by: Absolight Added: head/net/quagga/files/patch-configure (contents, props changed) Deleted: head/net/quagga/files/patch-configure.ac Modified: head/net/quagga/Makefile (contents, props changed) head/net/quagga/files/extra-patch-ospf-nexthop (contents, props changed) head/net/quagga/pkg-plist (contents, props changed) Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Thu Oct 20 12:10:44 2016 (r424323) +++ head/net/quagga/Makefile Thu Oct 20 12:27:20 2016 (r424324) @@ -3,6 +3,7 @@ PORTNAME= quagga PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH @@ -18,14 +19,16 @@ CONFLICTS= openbgpd-[0-9]* openospfd-[0- GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-exampledir=${PREFIX}/share/examples/quagga INSTALL_TARGET= install-strip -USES= gmake libtool makeinfo perl5 readline compiler:c11 autoreconf cpe +USES= gmake libtool makeinfo perl5 readline compiler:c11 cpe USE_LDCONFIG= yes USE_PERL5= build INFO= quagga OPTIONS_DEFINE= ISISD PIMD PAM RTADV SNMP TCPSOCKETS DLMALLOC \ - NO_BGP_ANNOUNCE OSPF_NEXTHOP IRDP ISIS_TOPOLOGY + NO_BGP_ANNOUNCE OSPF_NEXTHOP ISIS_TOPOLOGY +# IRDP needs something freebsd does not seem to have: +# configure: error: 'IRDP requires in_pktinfo at the moment!' OPTIONS_DEFAULT= ISISD PIMD RTADV OPTIONS_SUB= yes @@ -62,7 +65,7 @@ CONFIGURE_ARGS+=--enable-vty-group=${ENA ISISD_CONFIGURE_ENABLE= isisd ISIS_TOPOLOGY_CONFIGURE_ENABLE= isis-topology PIMD_CONFIGURE_ENABLE= pimd -IRDP_CONFIGURE_ENABLE= irdb +IRDP_CONFIGURE_ENABLE= irdp PAM_CONFIGURE_WITH= libpam RTADV_CONFIGURE_ENABLE= rtadv SNMP_CONFIGURE_ENABLE= snmp Modified: head/net/quagga/files/extra-patch-ospf-nexthop ============================================================================== --- head/net/quagga/files/extra-patch-ospf-nexthop Thu Oct 20 12:10:44 2016 (r424323) +++ head/net/quagga/files/extra-patch-ospf-nexthop Thu Oct 20 12:27:20 2016 (r424324) @@ -1,4 +1,4 @@ ---- ospfd/ospf_asbr.c.orig 2016-03-15 23:17:17 UTC +--- ospfd/ospf_asbr.c.orig 2016-10-18 13:03:52 UTC +++ ospfd/ospf_asbr.c @@ -122,6 +122,7 @@ ospf_reset_route_map_set_values (struct { @@ -8,7 +8,7 @@ } int ---- ospfd/ospf_asbr.h.orig 2016-03-15 23:17:17 UTC +--- ospfd/ospf_asbr.h.orig 2016-10-18 13:03:52 UTC +++ ospfd/ospf_asbr.h @@ -27,6 +27,7 @@ struct route_map_set_values { @@ -26,7 +26,7 @@ }; #define OSPF_ASBR_CHECK_DELAY 30 ---- ospfd/ospf_lsa.c.orig 2016-03-15 23:17:17 UTC +--- ospfd/ospf_lsa.c.orig 2016-10-18 13:03:52 UTC +++ ospfd/ospf_lsa.c @@ -1644,7 +1644,8 @@ ospf_external_lsa_body_set (struct strea stream_put_ospf_metric (s, mvalue); @@ -38,10 +38,10 @@ /* Put forwarding address. */ stream_put_ipv4 (s, fwd_addr.s_addr); ---- ospfd/ospf_routemap.c.orig 2016-03-15 23:17:17 UTC +--- ospfd/ospf_routemap.c.orig 2016-10-18 13:03:52 UTC +++ ospfd/ospf_routemap.c -@@ -531,6 +531,62 @@ struct route_map_rule_cmd route_set_metr - route_set_metric_type_free, +@@ -668,6 +668,62 @@ struct route_map_rule_cmd route_set_tag_ + route_set_tag_free, }; +/* `set ip next-hop IP_ADDRESS' */ @@ -103,9 +103,9 @@ DEFUN (match_ip_nexthop, match_ip_nexthop_cmd, "match ip next-hop (<1-199>|<1300-2699>|WORD)", -@@ -785,6 +841,49 @@ ALIAS (no_set_metric_type, - "OSPF[6] external type 1 metric\n" - "OSPF[6] external type 2 metric\n") +@@ -984,6 +1040,49 @@ ALIAS (no_set_tag, + "Tag value for routing protocol\n" + "Tag value\n") +DEFUN (set_ip_nexthop, + set_ip_nexthop_cmd, @@ -153,30 +153,32 @@ /* Route-map init */ void ospf_route_map_init (void) -@@ -804,6 +903,7 @@ ospf_route_map_init (void) - +@@ -1005,6 +1104,7 @@ ospf_route_map_init (void) route_map_install_set (&route_set_metric_cmd); route_map_install_set (&route_set_metric_type_cmd); + route_map_install_set (&route_set_tag_cmd); + route_map_install_set (&route_set_ip_nexthop_cmd); install_element (RMAP_NODE, &match_ip_nexthop_cmd); install_element (RMAP_NODE, &no_match_ip_nexthop_cmd); -@@ -827,4 +927,7 @@ ospf_route_map_init (void) +@@ -1031,6 +1131,9 @@ ospf_route_map_init (void) install_element (RMAP_NODE, &set_metric_type_cmd); install_element (RMAP_NODE, &no_set_metric_type_cmd); install_element (RMAP_NODE, &no_set_metric_type_val_cmd); + install_element (RMAP_NODE, &set_ip_nexthop_cmd); + install_element (RMAP_NODE, &no_set_ip_nexthop_cmd); + install_element (RMAP_NODE, &no_set_ip_nexthop_val_cmd); - } ---- vtysh/extract.pl.in.orig 2016-03-15 23:17:17 UTC + install_element (RMAP_NODE, &set_tag_cmd); + install_element (RMAP_NODE, &no_set_tag_cmd); + install_element (RMAP_NODE, &no_set_tag_val_cmd); +--- vtysh/extract.pl.in.orig 2016-10-20 11:59:56 UTC +++ vtysh/extract.pl.in @@ -180,7 +180,7 @@ foreach (@ARGV) { } } --my $bad_cli_stomps = 89; -+my $bad_cli_stomps = 92; +-my $bad_cli_stomps = 102; ++my $bad_cli_stomps = 105; # Currently we have $bad_cli_stomps. This was determined by # running this script and counting up the collisions from what # was returned. Added: head/net/quagga/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/quagga/files/patch-configure Thu Oct 20 12:27:20 2016 (r424324) @@ -0,0 +1,11 @@ +--- configure.orig 2016-10-18 13:06:39 UTC ++++ configure +@@ -19874,7 +19874,7 @@ fi + + + +-if test "${enable_snmp}" != ""; then ++if test "x${enable_snmp}" != "xno"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}net-snmp-config", so it can be a program name with args. + set dummy ${ac_tool_prefix}net-snmp-config; ac_word=$2 Modified: head/net/quagga/pkg-plist ============================================================================== --- head/net/quagga/pkg-plist Thu Oct 20 12:10:44 2016 (r424323) +++ head/net/quagga/pkg-plist Thu Oct 20 12:27:20 2016 (r424324) @@ -1,10 +1,11 @@ +bin/bgp_btoa %%PIMD%%bin/test_igmpv3_join bin/vtysh -bin/bgp_btoa include/quagga/buffer.h include/quagga/checksum.h include/quagga/command.h include/quagga/distribute.h +include/quagga/event_counter.h include/quagga/fifo.h include/quagga/filter.h include/quagga/getopt.h @@ -20,6 +21,7 @@ include/quagga/md5.h include/quagga/memory.h include/quagga/memtypes.h include/quagga/network.h +include/quagga/nexthop.h include/quagga/ospfapi/ospf_apiclient.h include/quagga/ospfd/ospf_api.h include/quagga/ospfd/ospf_asbr.h @@ -52,6 +54,10 @@ include/quagga/workqueue.h include/quagga/zassert.h include/quagga/zclient.h include/quagga/zebra.h +lib/libfpm_pb.a +lib/libfpm_pb.so +lib/libfpm_pb.so.0 +lib/libfpm_pb.so.0.0.0 lib/libospf.a lib/libospf.so lib/libospf.so.0 @@ -60,6 +66,10 @@ lib/libospfapiclient.a lib/libospfapiclient.so lib/libospfapiclient.so.0 lib/libospfapiclient.so.0.0.0 +lib/libquagga_pb.a +lib/libquagga_pb.so +lib/libquagga_pb.so.0 +lib/libquagga_pb.so.0.0.0 lib/libzebra.a lib/libzebra.so lib/libzebra.so.0 From owner-svn-ports-all@freebsd.org Thu Oct 20 12:50:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6CF1C18DEB; Thu, 20 Oct 2016 12:50:55 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5D722FE; Thu, 20 Oct 2016 12:50:55 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KCos0k099706; Thu, 20 Oct 2016 12:50:54 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KCosTk099704; Thu, 20 Oct 2016 12:50:54 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201610201250.u9KCosTk099704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 20 Oct 2016 12:50:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424325 - head/irc/p5-Parse-IRC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 12:50:56 -0000 Author: jadawin Date: Thu Oct 20 12:50:54 2016 New Revision: 424325 URL: https://svnweb.freebsd.org/changeset/ports/424325 Log: - Update to 1.22 Modified: head/irc/p5-Parse-IRC/Makefile head/irc/p5-Parse-IRC/distinfo Modified: head/irc/p5-Parse-IRC/Makefile ============================================================================== --- head/irc/p5-Parse-IRC/Makefile Thu Oct 20 12:27:20 2016 (r424324) +++ head/irc/p5-Parse-IRC/Makefile Thu Oct 20 12:50:54 2016 (r424325) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Parse-IRC -PORTVERSION= 1.20 -PORTREVISION= 1 +PORTVERSION= 1.22 CATEGORIES= irc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/irc/p5-Parse-IRC/distinfo ============================================================================== --- head/irc/p5-Parse-IRC/distinfo Thu Oct 20 12:27:20 2016 (r424324) +++ head/irc/p5-Parse-IRC/distinfo Thu Oct 20 12:50:54 2016 (r424325) @@ -1,2 +1,3 @@ -SHA256 (Parse-IRC-1.20.tar.gz) = bc14d07497774f9cee9c642a686ae1f03ded17cf9e7a00e7c903d1ed19dc71c2 -SIZE (Parse-IRC-1.20.tar.gz) = 18964 +TIMESTAMP = 1476968063 +SHA256 (Parse-IRC-1.22.tar.gz) = 457b09897f37d38a7054f9563247365427fe24101622ed4c7f054723a45b58d5 +SIZE (Parse-IRC-1.22.tar.gz) = 19137 From owner-svn-ports-all@freebsd.org Thu Oct 20 13:19:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E19C1C192D8; Thu, 20 Oct 2016 13:19:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE156155; Thu, 20 Oct 2016 13:19:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KDJdk3011262; Thu, 20 Oct 2016 13:19:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KDJdZK011260; Thu, 20 Oct 2016 13:19:39 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610201319.u9KDJdZK011260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 20 Oct 2016 13:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424326 - in head: Mk/Scripts net/foreman-proxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 13:19:41 -0000 Author: mat Date: Thu Oct 20 13:19:39 2016 New Revision: 424326 URL: https://svnweb.freebsd.org/changeset/ports/424326 Log: Replace non breaking space \xa0 with a normal space. Sponsored by: Absolight Modified: head/Mk/Scripts/qa.sh (contents, props changed) head/net/foreman-proxy/Makefile (contents, props changed) Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Thu Oct 20 12:50:54 2016 (r424325) +++ head/Mk/Scripts/qa.sh Thu Oct 20 13:19:39 2016 (r424326) @@ -642,7 +642,7 @@ proxydeps() { # Check that the .so we need has a SONAME if [ "${dep_file_pkg}" != "${PKGORIGIN}" ]; then if ! readelf -d "${dep_file}" | grep -q SONAME; then - err "${file} is linked to ${dep_file} which does not have a SONAME. ${dep_file_pkg} needs to be fixed." + err "${file} is linked to ${dep_file} which does not have a SONAME. ${dep_file_pkg} needs to be fixed." fi fi Modified: head/net/foreman-proxy/Makefile ============================================================================== --- head/net/foreman-proxy/Makefile Thu Oct 20 12:50:54 2016 (r424325) +++ head/net/foreman-proxy/Makefile Thu Oct 20 13:19:39 2016 (r424326) @@ -55,7 +55,7 @@ PUPPET4_RUN_DEPENDS= puppet:sysutils/pup rubygem-ruby-augeas>=0.5:textproc/rubygem-ruby-augeas post-patch: - @${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e "s|/usr/bin/env ruby|${RUBY}|g" \ -e "s|/usr/bin/ruby|${RUBY}|g" \ -e "s|%%PREFIX%%|${PREFIX}|g" \ From owner-svn-ports-all@freebsd.org Thu Oct 20 14:30:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6A6CC1AFF4; Thu, 20 Oct 2016 14:30:39 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86A5326F; Thu, 20 Oct 2016 14:30:39 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KEUclI037557; Thu, 20 Oct 2016 14:30:38 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KEUc7r037554; Thu, 20 Oct 2016 14:30:38 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201610201430.u9KEUc7r037554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 20 Oct 2016 14:30:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424327 - head/net/p5-Net-Whois-Raw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 14:30:39 -0000 Author: jadawin Date: Thu Oct 20 14:30:38 2016 New Revision: 424327 URL: https://svnweb.freebsd.org/changeset/ports/424327 Log: - Update to 2.99002 Modified: head/net/p5-Net-Whois-Raw/Makefile head/net/p5-Net-Whois-Raw/distinfo Modified: head/net/p5-Net-Whois-Raw/Makefile ============================================================================== --- head/net/p5-Net-Whois-Raw/Makefile Thu Oct 20 13:19:39 2016 (r424326) +++ head/net/p5-Net-Whois-Raw/Makefile Thu Oct 20 14:30:38 2016 (r424327) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Whois-Raw -PORTVERSION= 2.99001 +PORTVERSION= 2.99002 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-Whois-Raw/distinfo ============================================================================== --- head/net/p5-Net-Whois-Raw/distinfo Thu Oct 20 13:19:39 2016 (r424326) +++ head/net/p5-Net-Whois-Raw/distinfo Thu Oct 20 14:30:38 2016 (r424327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472542013 -SHA256 (Net-Whois-Raw-2.99001.tar.gz) = 617f9a95d3b2960d03e0c28c2cb2f274d8462e49eece6a6779a3848cda71b54b -SIZE (Net-Whois-Raw-2.99001.tar.gz) = 56227 +TIMESTAMP = 1476969871 +SHA256 (Net-Whois-Raw-2.99002.tar.gz) = 78a75f4239dc238bc972457816607532a3272496fd2aa1e744acfe959b83a6ef +SIZE (Net-Whois-Raw-2.99002.tar.gz) = 56477 From owner-svn-ports-all@freebsd.org Thu Oct 20 14:31:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90D47C191E0; Thu, 20 Oct 2016 14:31:47 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D60D856; Thu, 20 Oct 2016 14:31:47 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KEVklL038959; Thu, 20 Oct 2016 14:31:46 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KEVkh9038958; Thu, 20 Oct 2016 14:31:46 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610201431.u9KEVkh9038958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 20 Oct 2016 14:31:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424328 - head/net/freeswitch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 14:31:47 -0000 Author: marino Date: Thu Oct 20 14:31:46 2016 New Revision: 424328 URL: https://svnweb.freebsd.org/changeset/ports/424328 Log: net/freeswitch: Mark broken for 2 reasons reason 1: Unfetchable (checksum mismatch) reason 2: attempts to strip libfreeswitch.a libtool: install: /usr/bin/install -c .libs/libfreeswitch.a \ /wrkdirs/usr/ports/net/freeswitch/work/stage/usr/local/lib/libfreeswitch.a libtool: install: strip --strip-debug \ /wrkdirs/usr/ports/net/freeswitch/work/stage/usr/local/lib/libfreeswitch.a strip: file format not recognized gmake[3]: *** [Makefile:1205: install-libLTLIBRARIES] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/net/freeswitch/work/freeswitch-1.6.8' Modified: head/net/freeswitch/Makefile Modified: head/net/freeswitch/Makefile ============================================================================== --- head/net/freeswitch/Makefile Thu Oct 20 14:30:38 2016 (r424327) +++ head/net/freeswitch/Makefile Thu Oct 20 14:31:46 2016 (r424328) @@ -24,6 +24,8 @@ LIB_DEPENDS= libsqlite3.so:databases/sql CONFLICTS_BUILD= xmlrpc-c-* +BROKEN= unfetchable (checksum mismatch) and attempts to strip libfreeswitch.a\ + (returns file format not recognized) BROKEN_FreeBSD_9= Fails in configure due to compiler issues ONLY_FOR_ARCHS= amd64 From owner-svn-ports-all@freebsd.org Thu Oct 20 14:46:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38FBEC1970B; Thu, 20 Oct 2016 14:46:24 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 090A2FA1; Thu, 20 Oct 2016 14:46:23 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KEkN9P044902; Thu, 20 Oct 2016 14:46:23 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KEkN8v044900; Thu, 20 Oct 2016 14:46:23 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201610201446.u9KEkN8v044900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Thu, 20 Oct 2016 14:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424329 - head/java/linux-oracle-jdk18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 14:46:24 -0000 Author: glewis Date: Thu Oct 20 14:46:22 2016 New Revision: 424329 URL: https://svnweb.freebsd.org/changeset/ports/424329 Log: . Update to 8u112. Modified: head/java/linux-oracle-jdk18/Makefile head/java/linux-oracle-jdk18/distinfo Modified: head/java/linux-oracle-jdk18/Makefile ============================================================================== --- head/java/linux-oracle-jdk18/Makefile Thu Oct 20 14:31:46 2016 (r424328) +++ head/java/linux-oracle-jdk18/Makefile Thu Oct 20 14:46:22 2016 (r424329) @@ -29,7 +29,7 @@ ONLY_FOR_ARCHS= i386 amd64 JDK_VENDOR= oracle JDK_VERSION= 8 JDK_INTERNAL_VERSION= 1.${JDK_VERSION}.0 -JDK_UPDATE_VERSION= 102 +JDK_UPDATE_VERSION= 112 .if ${JDK_UPDATE_VERSION} == 0 DL_JDK_VERSION= ${JDK_INTERNAL_VERSION} .elif ${JDK_UPDATE_VERSION} <= 9 Modified: head/java/linux-oracle-jdk18/distinfo ============================================================================== --- head/java/linux-oracle-jdk18/distinfo Thu Oct 20 14:31:46 2016 (r424328) +++ head/java/linux-oracle-jdk18/distinfo Thu Oct 20 14:46:22 2016 (r424329) @@ -1,4 +1,5 @@ -SHA256 (jdk-8u102-linux-i586.tar.gz) = ed08112bad8e63c1c102ab52fccef930849b6cbadc5e9a816e12a99ddcbb5eaf -SIZE (jdk-8u102-linux-i586.tar.gz) = 183529522 -SHA256 (jdk-8u102-linux-i586-demos.tar.gz) = a7931ebf57eb967fadc7ef68370600c42e612658cda5d1b638283935d9b0e47e -SIZE (jdk-8u102-linux-i586-demos.tar.gz) = 55067513 +TIMESTAMP = 1476971206 +SHA256 (jdk-8u112-linux-i586.tar.gz) = 1e7c2fb80b339dd65f261d37e26ffd5f3136e5ff8778026ed227b47516df69a5 +SIZE (jdk-8u112-linux-i586.tar.gz) = 185725687 +SHA256 (jdk-8u112-linux-i586-demos.tar.gz) = 8b3c5fe1b5c6dcec93172f79b4629898bb51daf8e7b57ea58e632185900f3d64 +SIZE (jdk-8u112-linux-i586-demos.tar.gz) = 55066408 From owner-svn-ports-all@freebsd.org Thu Oct 20 14:48:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D41F6C197B9; Thu, 20 Oct 2016 14:48:18 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A32E412B; Thu, 20 Oct 2016 14:48:18 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KEmHs3045090; Thu, 20 Oct 2016 14:48:17 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KEmHMd045088; Thu, 20 Oct 2016 14:48:17 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201610201448.u9KEmHMd045088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 20 Oct 2016 14:48:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424330 - head/textproc/p5-PDF-API2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 14:48:18 -0000 Author: jadawin Date: Thu Oct 20 14:48:17 2016 New Revision: 424330 URL: https://svnweb.freebsd.org/changeset/ports/424330 Log: - Update to 2.030 Modified: head/textproc/p5-PDF-API2/Makefile head/textproc/p5-PDF-API2/distinfo Modified: head/textproc/p5-PDF-API2/Makefile ============================================================================== --- head/textproc/p5-PDF-API2/Makefile Thu Oct 20 14:46:22 2016 (r424329) +++ head/textproc/p5-PDF-API2/Makefile Thu Oct 20 14:48:17 2016 (r424330) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PDF-API2 -PORTVERSION= 2.029 +PORTVERSION= 2.030 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-PDF-API2/distinfo ============================================================================== --- head/textproc/p5-PDF-API2/distinfo Thu Oct 20 14:46:22 2016 (r424329) +++ head/textproc/p5-PDF-API2/distinfo Thu Oct 20 14:48:17 2016 (r424330) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476194358 -SHA256 (PDF-API2-2.029.tar.gz) = a22a0d471bb9b1c3e437587475398f231874016fe17cc2cdfc3a6cbfab64a1eb -SIZE (PDF-API2-2.029.tar.gz) = 3502682 +TIMESTAMP = 1476975030 +SHA256 (PDF-API2-2.030.tar.gz) = a802c25c1f00b093778223fc7aea94ebd87a9abdb915151746b8ee5d4a358769 +SIZE (PDF-API2-2.030.tar.gz) = 3502793 From owner-svn-ports-all@freebsd.org Thu Oct 20 15:16:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBED6C1A3F4; Thu, 20 Oct 2016 15:16:45 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9022CE1C; Thu, 20 Oct 2016 15:16:45 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KFGi3u056682; Thu, 20 Oct 2016 15:16:44 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KFGiao056678; Thu, 20 Oct 2016 15:16:44 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610201516.u9KFGiao056678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 20 Oct 2016 15:16:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424331 - in head/devel: . py-oslo.cache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 15:16:45 -0000 Author: novel Date: Thu Oct 20 15:16:44 2016 New Revision: 424331 URL: https://svnweb.freebsd.org/changeset/ports/424331 Log: Add py-oslo.cache 1.14.0, cache storage for OpenStack projects. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-oslo.cache/ head/devel/py-oslo.cache/Makefile (contents, props changed) head/devel/py-oslo.cache/distinfo (contents, props changed) head/devel/py-oslo.cache/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 20 14:48:17 2016 (r424330) +++ head/devel/Makefile Thu Oct 20 15:16:44 2016 (r424331) @@ -4329,6 +4329,7 @@ SUBDIR += py-ordereddict SUBDIR += py-os-client-config SUBDIR += py-osc-lib + SUBDIR += py-oslo.cache SUBDIR += py-oslo.concurrency SUBDIR += py-oslo.config SUBDIR += py-oslo.context Added: head/devel/py-oslo.cache/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.cache/Makefile Thu Oct 20 15:16:44 2016 (r424331) @@ -0,0 +1,26 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.cache +PORTVERSION= 1.14.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Cache storage for OpenStack projects + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.1:devel/py-dogpile.cache + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-oslo.cache/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.cache/distinfo Thu Oct 20 15:16:44 2016 (r424331) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297283 +SHA256 (oslo.cache-1.14.0.tar.gz) = 3ba84b421f80c5a6609789cf17b1da86aab465a96e68298620e839fafec3f0be +SIZE (oslo.cache-1.14.0.tar.gz) = 45780 Added: head/devel/py-oslo.cache/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.cache/pkg-descr Thu Oct 20 15:16:44 2016 (r424331) @@ -0,0 +1,6 @@ +oslo.cache aims to provide a generic caching mechanism for OpenStack projects +by wrapping the dogpile.cache library. The dogpile.cache library provides +support memoization, key value storage and interfaces to common caching +backends such as Memcached. + +WWW: https://pypi.python.org/pypi/oslo.cache From owner-svn-ports-all@freebsd.org Thu Oct 20 15:17:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31B70C1A43B; Thu, 20 Oct 2016 15:17:35 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EACCF1E; Thu, 20 Oct 2016 15:17:34 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KFHYJk056889; Thu, 20 Oct 2016 15:17:34 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KFHXKL056884; Thu, 20 Oct 2016 15:17:33 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610201517.u9KFHXKL056884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 20 Oct 2016 15:17:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424332 - in head/devel: . py-oslo.service X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 15:17:35 -0000 Author: novel Date: Thu Oct 20 15:17:33 2016 New Revision: 424332 URL: https://svnweb.freebsd.org/changeset/ports/424332 Log: Add py-oslo.service 1.16.0, oslo.service library. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-oslo.service/ head/devel/py-oslo.service/Makefile (contents, props changed) head/devel/py-oslo.service/distinfo (contents, props changed) head/devel/py-oslo.service/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 20 15:16:44 2016 (r424331) +++ head/devel/Makefile Thu Oct 20 15:17:33 2016 (r424332) @@ -4339,6 +4339,7 @@ SUBDIR += py-oslo.middleware SUBDIR += py-oslo.policy SUBDIR += py-oslo.serialization + SUBDIR += py-oslo.service SUBDIR += py-oslo.utils SUBDIR += py-palm SUBDIR += py-parsedatetime Added: head/devel/py-oslo.service/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.service/Makefile Thu Oct 20 15:17:33 2016 (r424332) @@ -0,0 +1,33 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.service +PORTVERSION= 1.16.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo.service library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}routes>=0:www/py-routes \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \ + ${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic \ + ${PYTHON_PKGNAMEPREFIX}greenlet>=0.3.2:devel/py-greenlet \ + ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:www/py-pastedeploy \ + ${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-oslo.service/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.service/distinfo Thu Oct 20 15:17:33 2016 (r424332) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297436 +SHA256 (oslo.service-1.16.0.tar.gz) = 5a0d4743ece2f481fe95bf0e1be67fbfabf63adaeabca5f1acdc2a0280244fec +SIZE (oslo.service-1.16.0.tar.gz) = 69762 Added: head/devel/py-oslo.service/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.service/pkg-descr Thu Oct 20 15:17:33 2016 (r424332) @@ -0,0 +1,6 @@ +oslo.service provides a framework for defining new long-running services using +the patterns established by other OpenStack applications. It also includes +utilities long-running applications might need for working with SSL or WSGI, +performing periodic operations, interacting with systemd, etc. + +WWW: https://pypi.python.org/pypi/oslo.service From owner-svn-ports-all@freebsd.org Thu Oct 20 15:18:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3395C1A48B; Thu, 20 Oct 2016 15:18:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCF839D; Thu, 20 Oct 2016 15:18:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KFIIvt057090; Thu, 20 Oct 2016 15:18:18 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KFIIk3057086; Thu, 20 Oct 2016 15:18:18 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610201518.u9KFIIk3057086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 20 Oct 2016 15:18:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424333 - in head/devel: . py-keystonemiddleware X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 15:18:20 -0000 Author: novel Date: Thu Oct 20 15:18:18 2016 New Revision: 424333 URL: https://svnweb.freebsd.org/changeset/ports/424333 Log: Add py-keystonemiddleware 4.10.0, middleware for OpenStack Identity. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-keystonemiddleware/ head/devel/py-keystonemiddleware/Makefile (contents, props changed) head/devel/py-keystonemiddleware/distinfo (contents, props changed) head/devel/py-keystonemiddleware/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 20 15:17:33 2016 (r424332) +++ head/devel/Makefile Thu Oct 20 15:18:18 2016 (r424333) @@ -4252,6 +4252,7 @@ SUBDIR += py-kayako SUBDIR += py-kazoo SUBDIR += py-keystoneauth1 + SUBDIR += py-keystonemiddleware SUBDIR += py-kid SUBDIR += py-kitchen SUBDIR += py-kjbuckets Added: head/devel/py-keystonemiddleware/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-keystonemiddleware/Makefile Thu Oct 20 15:18:18 2016 (r424333) @@ -0,0 +1,32 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= keystonemiddleware +PORTVERSION= 4.10.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Middleware for OpenStack Identity + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \ + ${PYTHON_PKGNAMEPREFIX}pycadf>=0:devel/py-pycadf \ + ${PYTHON_PKGNAMEPREFIX}positional>=1.1.1:devel/py-positional \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-keystonemiddleware/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-keystonemiddleware/distinfo Thu Oct 20 15:18:18 2016 (r424333) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297264 +SHA256 (keystonemiddleware-4.10.0.tar.gz) = f16b207ca7e3296fe3660fcf6b4a0ac25c36f0ab91f3d8cbf3eee1c796d70347 +SIZE (keystonemiddleware-4.10.0.tar.gz) = 194001 Added: head/devel/py-keystonemiddleware/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-keystonemiddleware/pkg-descr Thu Oct 20 15:18:18 2016 (r424333) @@ -0,0 +1,4 @@ +This package contains middleware modules designed to provide authentication +and authorization features to web services other than Keystone. + +WWW: http://launchpad.net/keystonemiddleware From owner-svn-ports-all@freebsd.org Thu Oct 20 15:18:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1137CC1A4D7; Thu, 20 Oct 2016 15:18:59 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E25741A8; Thu, 20 Oct 2016 15:18:58 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KFIw3f057289; Thu, 20 Oct 2016 15:18:58 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KFIvJ8057285; Thu, 20 Oct 2016 15:18:57 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610201518.u9KFIvJ8057285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 20 Oct 2016 15:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424334 - in head/devel: . py-oslo.messaging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 15:18:59 -0000 Author: novel Date: Thu Oct 20 15:18:57 2016 New Revision: 424334 URL: https://svnweb.freebsd.org/changeset/ports/424334 Log: Add py-oslo.messaging 5.10.0, oslo Messaging API. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-oslo.messaging/ head/devel/py-oslo.messaging/Makefile (contents, props changed) head/devel/py-oslo.messaging/distinfo (contents, props changed) head/devel/py-oslo.messaging/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 20 15:18:18 2016 (r424333) +++ head/devel/Makefile Thu Oct 20 15:18:57 2016 (r424334) @@ -4337,6 +4337,7 @@ SUBDIR += py-oslo.db SUBDIR += py-oslo.i18n SUBDIR += py-oslo.log + SUBDIR += py-oslo.messaging SUBDIR += py-oslo.middleware SUBDIR += py-oslo.policy SUBDIR += py-oslo.serialization Added: head/devel/py-oslo.messaging/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.messaging/Makefile Thu Oct 20 15:18:57 2016 (r424334) @@ -0,0 +1,44 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.messaging +PORTVERSION= 5.10.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo Messaging API + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=3.0:devel/py-futures \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}retrying>=0:devel/py-retrying \ + ${PYTHON_PKGNAMEPREFIX}pika-pool>=0.1.3:devel/py-pika-pool \ + ${PYTHON_PKGNAMEPREFIX}pika>=0.10.0:devel/py-pika \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.service>=1.10.0:devel/py-oslo.service \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.middleware>=3.0.0:devel/py-oslo.middleware \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic \ + ${PYTHON_PKGNAMEPREFIX}kombu>=3.0.25:net/py-kombu \ + ${PYTHON_PKGNAMEPREFIX}greenlet>=0.3.2:devel/py-greenlet \ + ${PYTHON_PKGNAMEPREFIX}futurist>=0:devel/py-futurist \ + ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet \ + ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}cachetools>=1.1.0:devel/py-cachetools \ + ${PYTHON_PKGNAMEPREFIX}amqp>=0:net/py-amqp \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-oslo.messaging/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.messaging/distinfo Thu Oct 20 15:18:57 2016 (r424334) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297447 +SHA256 (oslo.messaging-5.10.0.tar.gz) = 9abd5e90dd7bb6521f9bc083e692eeb2cc0723c3b5b8c1449e89da5491cf3055 +SIZE (oslo.messaging-5.10.0.tar.gz) = 274071 Added: head/devel/py-oslo.messaging/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.messaging/pkg-descr Thu Oct 20 15:18:57 2016 (r424334) @@ -0,0 +1,4 @@ +The Oslo messaging API supports RPC and notifications over a number of +different messaging transports. + +WWW: https://pypi.python.org/pypi/oslo.messaging From owner-svn-ports-all@freebsd.org Thu Oct 20 15:19:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F050FC1A556; Thu, 20 Oct 2016 15:19:38 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B100D2A9; Thu, 20 Oct 2016 15:19:38 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KFJb8B057492; Thu, 20 Oct 2016 15:19:37 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KFJbKt057488; Thu, 20 Oct 2016 15:19:37 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610201519.u9KFJbKt057488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 20 Oct 2016 15:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424335 - in head/devel: . py-osprofiler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 15:19:39 -0000 Author: novel Date: Thu Oct 20 15:19:37 2016 New Revision: 424335 URL: https://svnweb.freebsd.org/changeset/ports/424335 Log: Add py-osprofiler 1.4.0, openStack Profiler Library. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-osprofiler/ head/devel/py-osprofiler/Makefile (contents, props changed) head/devel/py-osprofiler/distinfo (contents, props changed) head/devel/py-osprofiler/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 20 15:18:57 2016 (r424334) +++ head/devel/Makefile Thu Oct 20 15:19:37 2016 (r424335) @@ -4343,6 +4343,7 @@ SUBDIR += py-oslo.serialization SUBDIR += py-oslo.service SUBDIR += py-oslo.utils + SUBDIR += py-osprofiler SUBDIR += py-palm SUBDIR += py-parsedatetime SUBDIR += py-path.py Added: head/devel/py-osprofiler/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-osprofiler/Makefile Thu Oct 20 15:19:37 2016 (r424335) @@ -0,0 +1,24 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= osprofiler +PORTVERSION= 1.4.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStack Profiler Library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.4.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.messaging>=5.2.0:devel/py-oslo.messaging \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-osprofiler/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-osprofiler/distinfo Thu Oct 20 15:19:37 2016 (r424335) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297569 +SHA256 (osprofiler-1.4.0.tar.gz) = cda53436ffc8fc155fd220dd9bc9b2819c89f35baf62cd85f68dd5ea900f33fc +SIZE (osprofiler-1.4.0.tar.gz) = 59906 Added: head/devel/py-osprofiler/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-osprofiler/pkg-descr Thu Oct 20 15:19:37 2016 (r424335) @@ -0,0 +1,8 @@ +OSProfiler provides a tiny but powerful library that is used by most (soon to +be all) OpenStack projects and their python clients. It provides functionality +to be able to generate 1 trace per request, that goes through all involved +services. This trace can then be extracted and used to build a tree of calls +which can be quite handy for a variety of reasons (for example in isolating +cross-project performance issues). + +WWW: https://pypi.python.org/pypi/osprofiler From owner-svn-ports-all@freebsd.org Thu Oct 20 15:33:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A659C1AB38; Thu, 20 Oct 2016 15:33:51 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF84CED4; Thu, 20 Oct 2016 15:33:50 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KFXoMS065015; Thu, 20 Oct 2016 15:33:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KFXnma065013; Thu, 20 Oct 2016 15:33:49 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610201533.u9KFXnma065013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 20 Oct 2016 15:33:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424336 - head/audio/logitechmediaserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 15:33:51 -0000 Author: marino Date: Thu Oct 20 15:33:49 2016 New Revision: 424336 URL: https://svnweb.freebsd.org/changeset/ports/424336 Log: audio/logitechmediaserver: replace "freebsd" with %%OPSYS%% in pkg-plist Approved by: DF blanket Modified: head/audio/logitechmediaserver/Makefile head/audio/logitechmediaserver/pkg-plist Modified: head/audio/logitechmediaserver/Makefile ============================================================================== --- head/audio/logitechmediaserver/Makefile Thu Oct 20 15:19:37 2016 (r424335) +++ head/audio/logitechmediaserver/Makefile Thu Oct 20 15:33:49 2016 (r424336) @@ -61,6 +61,7 @@ CONFFILES= convert.conf types.conf PLIST_SUB= SLIMDIR=${SLIMDIR} \ SLIMDBDIR=${SLIMDBDIR} \ + OPSYS=${OPSYS:tl} \ ARCH=${ARCH} SUB_FILES= Custom.pm \ Modified: head/audio/logitechmediaserver/pkg-plist ============================================================================== --- head/audio/logitechmediaserver/pkg-plist Thu Oct 20 15:19:37 2016 (r424335) +++ head/audio/logitechmediaserver/pkg-plist Thu Oct 20 15:33:49 2016 (r424336) @@ -817,225 +817,225 @@ etc/newsyslog.conf.d/logitechmediaserver %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Test/NoWarnings/Warning.pm %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Test/Warn.pm %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Tree/DAG_Node.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Audio/Scan.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Bundle/DBI.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Class/XSAccessor.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Class/XSAccessor/Array.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Class/XSAccessor/Heavy.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/DBM.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/ExampleP.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/File.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/File/Developers.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/File/HowTo.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/File/Roadmap.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/Gofer.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/Gofer/Policy/Base.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/Gofer/Policy/classic.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/Gofer/Policy/pedantic.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/Gofer/Policy/rush.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/Gofer/Transport/Base.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/Gofer/Transport/corostream.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/Gofer/Transport/null.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/Gofer/Transport/pipeone.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/Gofer/Transport/stream.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/NullP.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/Proxy.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/SQLite.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/SQLite/Cookbook.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBD/Sponge.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Changes.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Const/GetInfo/ANSI.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Const/GetInfo/ODBC.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Const/GetInfoReturn.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Const/GetInfoType.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/DBD.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/DBD/Metadata.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/DBD/SqlEngine.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/DBD/SqlEngine/Developers.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/DBD/SqlEngine/HowTo.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/FAQ.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Gofer/Execute.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Gofer/Request.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Gofer/Response.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Gofer/Serializer/Base.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Gofer/Serializer/DataDumper.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Gofer/Serializer/Storable.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Gofer/Transport/Base.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Gofer/Transport/pipeone.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Gofer/Transport/stream.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Profile.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/ProfileData.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/ProfileDumper.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/ProfileDumper/Apache.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/ProfileSubs.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/ProxyServer.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/PurePerl.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/SQL/Nano.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Util/CacheMemory.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/Util/_accessor.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/DBI/W32ODBC.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Digest/SHA1.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/EV.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/EV/EVAPI.h -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/EV/MakeMaker.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/EV/ev.h -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/EV/libev.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Encode/Detect.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Encode/Detect/Detector.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/HTML/Entities.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/HTML/Filter.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/HTML/HeadParser.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/HTML/LinkExtor.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/HTML/Parser.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/HTML/PullParser.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/HTML/TokeParser.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/IO/Interface.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/IO/Interface/Simple.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Image/Scale.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/JSON/XS.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/JSON/XS/Boolean.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/MP3/Cut/Gapless.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/MP3/Cut/Gapless/Track.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Media/Scan.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Media/Scan/Audio.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Media/Scan/Error.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Media/Scan/Image.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Media/Scan/Progress.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Media/Scan/Result.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Media/Scan/Video.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Sub/Name.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Base.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Config.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Constants.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Context.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Directive.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Document.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Exception.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/FAQ.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Filters.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Grammar.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Iterator.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Manual.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Manual/Config.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Manual/Credits.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Manual/Directives.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Manual/Filters.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Manual/Internals.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Manual/Intro.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Manual/Plugins.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Manual/Syntax.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Manual/VMethods.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Manual/Variables.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Manual/Views.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Modules.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Namespace/Constants.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Parser.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Assert.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Autoformat.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/CGI.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Datafile.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Date.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Directory.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Dumper.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/File.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Filter.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Format.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/HTML.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Image.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Iterator.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Math.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Pod.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Procedural.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Scalar.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/String.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Table.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/URL.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/View.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugin/Wrap.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Plugins.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Provider.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Service.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Stash.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Stash/Context.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Stash/XS.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Test.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Toolkit.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Tools.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Tools/tpage.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Tools/ttree.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Tutorial.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Tutorial/Datafile.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/Tutorial/Web.pod -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/VMethods.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Template/View.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/Win32/DBIODBC.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/Japanese_Encodings.msg -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/README -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/big5.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/euc-kr.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/ibm866.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/iso-8859-2.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/iso-8859-3.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/iso-8859-4.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/iso-8859-5.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/iso-8859-7.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/iso-8859-8.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/iso-8859-9.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/koi8-r.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/windows-1250.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/windows-1251.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/windows-1252.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/windows-1255.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/x-euc-jp-jisx0221.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/x-euc-jp-unicode.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/x-sjis-cp932.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/x-sjis-jdk117.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/x-sjis-jisx0221.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Encodings/x-sjis-unicode.enc -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Expat.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/LWPExternEnt.pl -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Style/Debug.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Style/Objects.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Style/Stream.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Style/Subs.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/XML/Parser/Style/Tree.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/YAML/LibYAML.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/YAML/XS.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/YAML/XS/LibYAML.pm -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Audio/Scan/Scan.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Class/XSAccessor/XSAccessor.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/DBD/SQLite/SQLite.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/DBI/DBI.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/DBI/DBIXS.h -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/DBI/Driver.xst -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/DBI/Driver_xst.h -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/DBI/dbd_xsh.h -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/DBI/dbi_sql.h -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/DBI/dbipport.h -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/DBI/dbivport.h -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/DBI/dbixs_rev.h -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Digest/SHA1/SHA1.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/EV/EV.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Encode/Detect/Detector/Detector.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/HTML/Parser/Parser.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/IO/Interface/Interface.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/IO/Interface/autosplit.ix -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Image/Scale/Scale.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/JSON/XS/XS.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/MP3/Cut/Gapless/Gapless.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Media/Scan/Scan.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Sub/Name/Name.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Template/Stash/XS/XS.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/XML/Parser/Expat/Expat.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/YAML/XS/LibYAML/LibYAML.so -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/share/dist/DBD-SQLite/sqlite3.c -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/share/dist/DBD-SQLite/sqlite3.h -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/dbixs_rev.pl -%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/perllocal.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Audio/Scan.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Bundle/DBI.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Class/XSAccessor.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Class/XSAccessor/Array.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Class/XSAccessor/Heavy.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/DBM.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/ExampleP.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/File.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/File/Developers.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/File/HowTo.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/File/Roadmap.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/Gofer.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/Gofer/Policy/Base.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/Gofer/Policy/classic.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/Gofer/Policy/pedantic.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/Gofer/Policy/rush.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/Gofer/Transport/Base.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/Gofer/Transport/corostream.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/Gofer/Transport/null.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/Gofer/Transport/pipeone.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/Gofer/Transport/stream.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/NullP.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/Proxy.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/SQLite.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/SQLite/Cookbook.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBD/Sponge.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Changes.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Const/GetInfo/ANSI.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Const/GetInfo/ODBC.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Const/GetInfoReturn.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Const/GetInfoType.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/DBD.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/DBD/Metadata.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/DBD/SqlEngine.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/DBD/SqlEngine/Developers.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/DBD/SqlEngine/HowTo.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/FAQ.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Gofer/Execute.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Gofer/Request.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Gofer/Response.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Gofer/Serializer/Base.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Gofer/Serializer/DataDumper.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Gofer/Serializer/Storable.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Gofer/Transport/Base.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Gofer/Transport/pipeone.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Gofer/Transport/stream.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Profile.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/ProfileData.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/ProfileDumper.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/ProfileDumper/Apache.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/ProfileSubs.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/ProxyServer.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/PurePerl.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/SQL/Nano.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Util/CacheMemory.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/Util/_accessor.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/DBI/W32ODBC.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Digest/SHA1.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/EV.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/EV/EVAPI.h +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/EV/MakeMaker.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/EV/ev.h +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/EV/libev.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Encode/Detect.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Encode/Detect/Detector.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/HTML/Entities.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/HTML/Filter.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/HTML/HeadParser.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/HTML/LinkExtor.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/HTML/Parser.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/HTML/PullParser.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/HTML/TokeParser.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/IO/Interface.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/IO/Interface/Simple.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Image/Scale.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/JSON/XS.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/JSON/XS/Boolean.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/MP3/Cut/Gapless.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/MP3/Cut/Gapless/Track.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Media/Scan.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Media/Scan/Audio.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Media/Scan/Error.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Media/Scan/Image.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Media/Scan/Progress.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Media/Scan/Result.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Media/Scan/Video.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Sub/Name.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Base.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Config.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Constants.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Context.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Directive.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Document.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Exception.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/FAQ.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Filters.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Grammar.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Iterator.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Manual.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Manual/Config.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Manual/Credits.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Manual/Directives.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Manual/Filters.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Manual/Internals.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Manual/Intro.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Manual/Plugins.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Manual/Syntax.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Manual/VMethods.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Manual/Variables.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Manual/Views.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Modules.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Namespace/Constants.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Parser.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Assert.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Autoformat.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/CGI.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Datafile.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Date.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Directory.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Dumper.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/File.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Filter.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Format.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/HTML.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Image.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Iterator.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Math.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Pod.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Procedural.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Scalar.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/String.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Table.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/URL.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/View.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugin/Wrap.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Plugins.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Provider.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Service.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Stash.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Stash/Context.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Stash/XS.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Test.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Toolkit.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Tools.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Tools/tpage.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Tools/ttree.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Tutorial.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Tutorial/Datafile.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/Tutorial/Web.pod +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/VMethods.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Template/View.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/Win32/DBIODBC.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/Japanese_Encodings.msg +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/README +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/big5.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/euc-kr.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/ibm866.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/iso-8859-2.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/iso-8859-3.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/iso-8859-4.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/iso-8859-5.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/iso-8859-7.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/iso-8859-8.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/iso-8859-9.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/koi8-r.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/windows-1250.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/windows-1251.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/windows-1252.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/windows-1255.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/x-euc-jp-jisx0221.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/x-euc-jp-unicode.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/x-sjis-cp932.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/x-sjis-jdk117.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/x-sjis-jisx0221.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Encodings/x-sjis-unicode.enc +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Expat.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/LWPExternEnt.pl +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Style/Debug.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Style/Objects.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Style/Stream.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Style/Subs.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/XML/Parser/Style/Tree.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/YAML/LibYAML.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/YAML/XS.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/YAML/XS/LibYAML.pm +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Audio/Scan/Scan.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Class/XSAccessor/XSAccessor.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/DBD/SQLite/SQLite.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/DBI/DBI.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/DBI/DBIXS.h +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/DBI/Driver.xst +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/DBI/Driver_xst.h +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/DBI/dbd_xsh.h +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/DBI/dbi_sql.h +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/DBI/dbipport.h +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/DBI/dbivport.h +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/DBI/dbixs_rev.h +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Digest/SHA1/SHA1.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/EV/EV.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Encode/Detect/Detector/Detector.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/HTML/Parser/Parser.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/IO/Interface/Interface.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/IO/Interface/autosplit.ix +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Image/Scale/Scale.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/JSON/XS/XS.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/MP3/Cut/Gapless/Gapless.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Media/Scan/Scan.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Sub/Name/Name.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Template/Stash/XS/XS.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/XML/Parser/Expat/Expat.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/YAML/XS/LibYAML/LibYAML.so +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/share/dist/DBD-SQLite/sqlite3.c +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/share/dist/DBD-SQLite/sqlite3.h +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/dbixs_rev.pl +%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/perllocal.pod %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/common/sense.pm %%SLIMDIR%%/CPAN/common/sense.pm %%SLIMDIR%%/CPAN/enum.pm @@ -2531,14 +2531,14 @@ etc/newsyslog.conf.d/logitechmediaserver @(,,755) %%SLIMDIR%%/slimserver.pl %%SLIMDIR%%/strings.txt @sample %%SLIMDIR%%/types.conf.sample -@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Audio/Cuefile/Parser -@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Data/Dump -@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/ExtUtils/CBuilder -@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/HTML/Tagset -@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Module/Build -@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Sub/Uplevel -@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Test/NoWarnings -@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Test/Warn -@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/Tree/DAG_Node -@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/YAML/LibYAML -@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-freebsd-thread-multi/auto/common/sense +@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Audio/Cuefile/Parser +@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Data/Dump +@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/ExtUtils/CBuilder +@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/HTML/Tagset +@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Module/Build +@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Sub/Uplevel +@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Test/NoWarnings +@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Test/Warn +@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/Tree/DAG_Node +@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/YAML/LibYAML +@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCH%%-%%OPSYS%%-thread-multi/auto/common/sense From owner-svn-ports-all@freebsd.org Thu Oct 20 15:34:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E32C3C1AB7A; Thu, 20 Oct 2016 15:34:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AE67FBD; Thu, 20 Oct 2016 15:34:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KFYGGp065176; Thu, 20 Oct 2016 15:34:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KFYGfJ065173; Thu, 20 Oct 2016 15:34:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610201534.u9KFYGfJ065173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 20 Oct 2016 15:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424337 - in head: games/linux-ssamtfe games/linux-ssamtse www/junkbuster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 15:34:18 -0000 Author: mat Date: Thu Oct 20 15:34:16 2016 New Revision: 424337 URL: https://svnweb.freebsd.org/changeset/ports/424337 Log: Locate some places where USES=dos2unix could be used, and fix some of them. Sponsored by: Absolight Modified: head/games/linux-ssamtfe/Makefile (contents, props changed) head/games/linux-ssamtse/Makefile (contents, props changed) head/www/junkbuster/Makefile (contents, props changed) Modified: head/games/linux-ssamtfe/Makefile ============================================================================== --- head/games/linux-ssamtfe/Makefile Thu Oct 20 15:33:49 2016 (r424336) +++ head/games/linux-ssamtfe/Makefile Thu Oct 20 15:34:16 2016 (r424337) @@ -98,6 +98,8 @@ do-install: .if ${PORT_OPTIONS:MVORBIS} ${LN} -fs ${LINUXBASE}/usr/lib/libvorbisfile.so.3 ${STAGEDIR}${DATADIR}/Bin/libvorbisfile.so .endif + # This looks like an attempt of duplicating what USES=dos2unix does, + # but I don't have the CDROM to test. @${FIND} -E ${STAGEDIR}${DATADIR} -type f \ -iregex ".*\.(ctl|txt|lst|ini|cfg|des|reg)" \ -exec ${SH} -c "${SED} "s/`printf '\r'`//" '{}' \ Modified: head/games/linux-ssamtse/Makefile ============================================================================== --- head/games/linux-ssamtse/Makefile Thu Oct 20 15:33:49 2016 (r424336) +++ head/games/linux-ssamtse/Makefile Thu Oct 20 15:34:16 2016 (r424337) @@ -91,6 +91,8 @@ do-install: .if ${PORT_OPTIONS:MVORBIS} ${LN} -fs ${LINUXBASE}/usr/lib/libvorbisfile.so.3 ${STAGEDIR}${DATADIR}/Bin/libvorbisfile.so .endif + # This looks like an attempt of duplicating what USES=dos2unix does, + # but I don't have the CDROM to test. @${FIND} -E ${STAGEDIR}${DATADIR} -type f \ -iregex ".*\.(ctl|txt|lst|ini|cfg|des|reg)" \ ! -iregex ".*ModExt.txt" \ Modified: head/www/junkbuster/Makefile ============================================================================== --- head/www/junkbuster/Makefile Thu Oct 20 15:33:49 2016 (r424336) +++ head/www/junkbuster/Makefile Thu Oct 20 15:34:16 2016 (r424337) @@ -13,7 +13,7 @@ COMMENT= HTTP proxy server that eliminat LICENSE= GPLv2+ -USES= tar:tgz +USES= dos2unix tar:tgz ALL_TARGET= # yes, an empty target. JDIR= ${PREFIX}/etc/junkbuster SUB_FILES= junkbuster pkg-message @@ -23,9 +23,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message GNUREGEXP= 's:gnu_regex.h:gnu/regex.h:' post-patch: -.for f in junkbstr.ini saclfile.ini sblock.ini scookie.ini sforward.ini strust.ini win32.h - @${REINPLACE_CMD} -e "s:`/usr/bin/printf '\r'`::" ${WRKSRC}/${f} -.endfor .for f in acl.c bind.c conn.c encode.c filters.c gnu_regex.c jcc.c loaders.c parsers.c socks4.c ssplit.c win32.c @${REINPLACE_CMD} -e ${GNUREGEXP} ${WRKSRC}/${f} .endfor From owner-svn-ports-all@freebsd.org Thu Oct 20 15:50:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D3E8C1A40C; Thu, 20 Oct 2016 15:50:14 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 208BAECD; Thu, 20 Oct 2016 15:50:14 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KFoD4I069230; Thu, 20 Oct 2016 15:50:13 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KFoC2p069226; Thu, 20 Oct 2016 15:50:12 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201610201550.u9KFoC2p069226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Thu, 20 Oct 2016 15:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424338 - in head/devel: . py-voluptuous X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 15:50:14 -0000 Author: tj Date: Thu Oct 20 15:50:12 2016 New Revision: 424338 URL: https://svnweb.freebsd.org/changeset/ports/424338 Log: New port devel/py-voluptuous WWW: https://github.com/alecthomas/voluptuous Added: head/devel/py-voluptuous/ head/devel/py-voluptuous/Makefile (contents, props changed) head/devel/py-voluptuous/distinfo (contents, props changed) head/devel/py-voluptuous/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 20 15:34:16 2016 (r424337) +++ head/devel/Makefile Thu Oct 20 15:50:12 2016 (r424338) @@ -4626,6 +4626,7 @@ SUBDIR += py-virtualenv SUBDIR += py-virtualenv-clone SUBDIR += py-virtualenvwrapper + SUBDIR += py-voluptuous SUBDIR += py-warlock SUBDIR += py-watchdog SUBDIR += py-wcwidth Added: head/devel/py-voluptuous/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-voluptuous/Makefile Thu Oct 20 15:50:12 2016 (r424338) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= voluptuous +PORTVERSION= 0.9.3 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Python data validation library + +LICENSE= BSD3CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= alecthomas + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-voluptuous/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-voluptuous/distinfo Thu Oct 20 15:50:12 2016 (r424338) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476978288 +SHA256 (alecthomas-voluptuous-0.9.3_GH0.tar.gz) = 8a2387caf2dc17910c3427277dfd9c2e641287c6bb8c0b9b54d814f11a8bd224 +SIZE (alecthomas-voluptuous-0.9.3_GH0.tar.gz) = 25677 Added: head/devel/py-voluptuous/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-voluptuous/pkg-descr Thu Oct 20 15:50:12 2016 (r424338) @@ -0,0 +1,8 @@ +Voluptuous, despite the name, is a Python data validation library. It is +primarily intended for validating data coming into Python as JSON, YAML, etc. + +It has three goals: + + 1. Simplicity. + 2. Support for complex data structures. + 3. Provide useful error messages. From owner-svn-ports-all@freebsd.org Thu Oct 20 15:58:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 353B1C1A870; Thu, 20 Oct 2016 15:58:24 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C65EA85E; Thu, 20 Oct 2016 15:58:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KFwMkg074376; Thu, 20 Oct 2016 15:58:22 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KFwDe4074281; Thu, 20 Oct 2016 15:58:13 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201610201558.u9KFwDe4074281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 20 Oct 2016 15:58:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424339 - in head: archivers/libzip audio/kid3-kde4 audio/mp3unicode audio/msilbc cad/librecad databases/kbibtex deskutils/kchmviewer-kde4 deskutils/plasma-applet-qstardict devel/antlr ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 15:58:24 -0000 Author: rakuco Date: Thu Oct 20 15:58:12 2016 New Revision: 424339 URL: https://svnweb.freebsd.org/changeset/ports/424339 Log: Reassign makc's ports back to the pool. See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Modified: head/archivers/libzip/Makefile head/audio/kid3-kde4/Makefile head/audio/mp3unicode/Makefile head/audio/msilbc/Makefile head/cad/librecad/Makefile head/databases/kbibtex/Makefile head/deskutils/kchmviewer-kde4/Makefile head/deskutils/plasma-applet-qstardict/Makefile head/devel/antlr/Makefile head/devel/avalon-framework/Makefile head/devel/flexdock/Makefile head/devel/jakarta-commons-io/Makefile head/devel/looks/Makefile head/devel/p5-Alien-SDL/Makefile head/devel/p5-SDL/Makefile head/devel/py-pyvisa-py/Makefile head/devel/py-pyvisa/Makefile head/devel/qconf/Makefile head/devel/qdevelop/Makefile head/editors/kile-kde4/Makefile head/editors/texmaker/Makefile head/emulators/aqemu/Makefile head/emulators/dboxfe/Makefile head/emulators/qtemu/Makefile head/ftp/plasma-applet-ftpmonitor/Makefile head/games/colorcode/Makefile head/games/darkplaces/Makefile head/games/dustrac/Makefile head/games/flukz/Makefile head/games/frozen-bubble/Makefile head/games/glaxium/Makefile head/games/golly/Makefile head/games/hex-a-hop/Makefile head/games/hexglass/Makefile head/games/hexxagon/Makefile head/games/supertux/Makefile head/games/supertux2/Makefile head/games/toppler/Makefile head/games/trigger-data/Makefile head/games/trigger-rally/Makefile head/games/trophy/Makefile head/games/warmux/Makefile head/graphics/batik/Makefile head/graphics/fraqtive/Makefile head/graphics/jogamp-jogl/Makefile head/graphics/klatexformula/Makefile head/graphics/povray-meta/Makefile head/graphics/py-gphoto2/Makefile head/graphics/qcomicbook/Makefile head/graphics/xaos/Makefile head/graphics/xmlgraphics-commons/Makefile head/irc/konversation-kde4/Makefile head/irc/kvirc/Makefile head/irc/quassel/Makefile head/java/jakarta-commons-collections/Makefile head/java/jakarta-commons-logging/Makefile head/java/javahelp/Makefile head/java/jgraphx/Makefile head/java/jrosetta/Makefile head/math/jeuclid/Makefile head/math/jlatexmath/Makefile head/math/liborigin/Makefile head/math/matio/Makefile head/math/qtiplot-doc/Makefile head/math/qtiplot/Makefile head/math/qtoctave/Makefile head/math/qwtplot3d-qt4/Makefile head/math/scilab-toolbox-sivp/Makefile head/math/scilab-toolbox-swt/Makefile head/math/scilab/Makefile head/math/speedcrunch/Makefile head/misc/kde-thumbnailer-chm/Makefile head/misc/kde-thumbnailer-epub/Makefile head/misc/kde-thumbnailer-fb2/Makefile head/multimedia/minitube/Makefile head/multimedia/subtitlecomposer-kde4/Makefile head/net-im/psi/Makefile head/net-im/psimedia/Makefile head/net-p2p/ktorrent/Makefile head/net-p2p/libktorrent/Makefile head/net/knemo-kde4/Makefile head/print/hplip-plugin/Makefile head/print/hplip/Makefile head/print/kpdftool/Makefile head/print/texvc/Makefile head/russian/stardict-bars/Makefile head/russian/stardict-dal/Makefile head/russian/stardict-mueller7/Makefile head/russian/stardict-mueller7accent/Makefile head/science/kst2/Makefile head/science/openbabel/Makefile head/science/py-pyteomics.biolccc/Makefile head/science/py-pyteomics/Makefile head/security/pinentry/Makefile head/sysutils/krename-kde4/Makefile head/sysutils/plasma-applet-apcups/Makefile head/textproc/beediff/Makefile head/textproc/ctpl/Makefile head/textproc/qstardict/Makefile head/textproc/saxon-he/Makefile head/textproc/stardict-dictd_mova/Makefile head/textproc/stardict-quick/Makefile head/textproc/stardict-rptts/Makefile head/textproc/stardict3/Makefile head/textproc/xml-commons/Makefile head/www/rekonq/Makefile head/x11-fonts/fontmatrix/Makefile head/x11-themes/gtk-qt4-engine/Makefile head/x11-themes/kde4-style-polyester/Makefile head/x11-themes/linux-f10-qtcurve-gtk2/Makefile head/x11-themes/qtcurve/Makefile head/x11-toolkits/qwt5-designerplugin/Makefile head/x11-toolkits/qwt5/Makefile head/x11-toolkits/qwt6-designerplugin/Makefile head/x11-toolkits/qwt6/Makefile head/x11/gtkchtheme/Makefile Modified: head/archivers/libzip/Makefile ============================================================================== --- head/archivers/libzip/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/archivers/libzip/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTVERSION= 1.1.2 CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C library for reading, creating, and modifying ZIP archives CPE_VENDOR= nih Modified: head/audio/kid3-kde4/Makefile ============================================================================== --- head/audio/kid3-kde4/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/audio/kid3-kde4/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= SF -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= MP3/Ogg/FLAC tag editor for KDE LICENSE= GPLv2 Modified: head/audio/mp3unicode/Makefile ============================================================================== --- head/audio/mp3unicode/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/audio/mp3unicode/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -5,7 +5,7 @@ PORTVERSION= 1.2.1 CATEGORIES= audio MASTER_SITES= http://github.com/downloads/alonbl/mp3unicode/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= ID3 tags charset converter LIB_DEPENDS= libtag.so:audio/taglib Modified: head/audio/msilbc/Makefile ============================================================================== --- head/audio/msilbc/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/audio/msilbc/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= SAVANNAH/linphone/plugins/sources/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Mediastreamer plugin for the iLBC audio codec LIB_DEPENDS= libortp.so:net/ortp \ Modified: head/cad/librecad/Makefile ============================================================================== --- head/cad/librecad/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/cad/librecad/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -4,7 +4,7 @@ PORTNAME= librecad DISTVERSION= 2.0.8 CATEGORIES= cad -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= 2D CAD system BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/databases/kbibtex/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= databases kde MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Bibliography editor for KDE LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 \ Modified: head/deskutils/kchmviewer-kde4/Makefile ============================================================================== --- head/deskutils/kchmviewer-kde4/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/deskutils/kchmviewer-kde4/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= SF -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= KDE viewer for CHM files LIB_DEPENDS= libchm.so:misc/chmlib \ Modified: head/deskutils/plasma-applet-qstardict/Makefile ============================================================================== --- head/deskutils/plasma-applet-qstardict/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/deskutils/plasma-applet-qstardict/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ CATEGORIES= deskutils textproc kde MASTER_SITES= http://qstardict.ylsoftware.com/files/ PKGNAMEPREFIX= plasma-applet- -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dictionary plasma applet for KDE RUN_DEPENDS= ${QSTARDICT_PLUGIN_PATH}/libstardict.so:textproc/qstardict Modified: head/devel/antlr/Makefile ============================================================================== --- head/devel/antlr/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/devel/antlr/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTVERSION= 2.7.7 CATEGORIES= devel java MASTER_SITES= http://www.antlr2.org/download/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= ANother Tool for Language Recognition CONFLICTS= pccts-[0-9]* Modified: head/devel/avalon-framework/Makefile ============================================================================== --- head/devel/avalon-framework/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/devel/avalon-framework/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= devel java MASTER_SITES= APACHE/avalon/${PORTNAME}/binaries -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Apache Avalon core framework for component programming USE_JAVA= yes Modified: head/devel/flexdock/Makefile ============================================================================== --- head/devel/flexdock/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/devel/flexdock/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTVERSION= 1.2.4 CATEGORIES= devel java MASTER_SITES= http://forge.scilab.org/index.php/p/${PORTNAME}/downloads/get/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Swing windowing and docking framework USE_ANT= yes Modified: head/devel/jakarta-commons-io/Makefile ============================================================================== --- head/devel/jakarta-commons-io/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/devel/jakarta-commons-io/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ MASTER_SITES= APACHE_COMMONS_SOURCE PKGNAMEPREFIX= jakarta- DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Collection of I/O utilities for Java LICENSE= APACHE20 Modified: head/devel/looks/Makefile ============================================================================== --- head/devel/looks/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/devel/looks/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.jgoodies.com/do LOCAL/makc DISTNAME= jgoodies-${PORTNAME}-${DISTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Improved appearance for Java Swing applications LICENSE= BSD3CLAUSE Modified: head/devel/p5-Alien-SDL/Makefile ============================================================================== --- head/devel/p5-Alien-SDL/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/devel/p5-Alien-SDL/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Detect and get configuration setting for SDL LICENSE= GPLv2 Modified: head/devel/p5-SDL/Makefile ============================================================================== --- head/devel/p5-SDL/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/devel/p5-SDL/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl Bindings for SDL LICENSE= GPLv2 Modified: head/devel/py-pyvisa-py/Makefile ============================================================================== --- head/devel/py-pyvisa-py/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/devel/py-pyvisa-py/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -5,7 +5,7 @@ PORTVERSION= 0.2 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= PyVISA backend in a pure Python USE_GITHUB= yes Modified: head/devel/py-pyvisa/Makefile ============================================================================== --- head/devel/py-pyvisa/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/devel/py-pyvisa/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -5,7 +5,7 @@ PORTVERSION= 1.8 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python VISA bindings for GPIB, RS232, and USB instruments RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyvisa-py>0:devel/py-pyvisa-py Modified: head/devel/qconf/Makefile ============================================================================== --- head/devel/qconf/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/devel/qconf/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTVERSION= 1.4 CATEGORIES= devel MASTER_SITES= http://delta.affinix.com/download/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool to create configure script for qmake-based project USES= tar:bzip2 Modified: head/devel/qdevelop/Makefile ============================================================================== --- head/devel/qdevelop/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/devel/qdevelop/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ CATEGORIES= devel kde MASTER_SITES= http://biord-software.org/downloads/ DISTNAME= ${PORTNAME}-v${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Development environment entirely dedicated to Qt 4 RUN_DEPENDS= exctags:devel/ctags Modified: head/editors/kile-kde4/Makefile ============================================================================== --- head/editors/kile-kde4/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/editors/kile-kde4/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= editors kde MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${DISTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX source editor for KDE RUN_DEPENDS= identify:graphics/ImageMagick Modified: head/editors/texmaker/Makefile ============================================================================== --- head/editors/texmaker/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/editors/texmaker/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX Development Environment LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell \ Modified: head/emulators/aqemu/Makefile ============================================================================== --- head/emulators/aqemu/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/emulators/aqemu/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 based Qemu frontend LIB_DEPENDS= libvncclient.so:net/libvncserver Modified: head/emulators/dboxfe/Makefile ============================================================================== --- head/emulators/dboxfe/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/emulators/dboxfe/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt4 based configuration manager for DOSBox RUN_DEPENDS= dosbox:emulators/dosbox Modified: head/emulators/qtemu/Makefile ============================================================================== --- head/emulators/qtemu/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/emulators/qtemu/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= SF -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 based frontend for QEMU USE_QT4= gui xml uic_build moc_build rcc_build Modified: head/ftp/plasma-applet-ftpmonitor/Makefile ============================================================================== --- head/ftp/plasma-applet-ftpmonitor/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/ftp/plasma-applet-ftpmonitor/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ CATEGORIES= ftp kde MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= plasma-applet- -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= KDE4 Plasma applet, which monitors connections to ftp daemons BROKEN= Unfetchable (google code has gone away) Modified: head/games/colorcode/Makefile ============================================================================== --- head/games/colorcode/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/colorcode/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ CATEGORIES= games MASTER_SITES= http://colorcode.laebisch.com/download/ DISTNAME= ColorCode-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Advanced MasterMind game and solver USE_QT5= gui widgets buildtools_build Modified: head/games/darkplaces/Makefile ============================================================================== --- head/games/darkplaces/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/darkplaces/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://icculus.org/twilight/darkplaces/files/ DISTNAME= ${PORTNAME}engine${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Quake engine modification # Loads libraries at run-time, thus RUN_DEPENDS. Modified: head/games/dustrac/Makefile ============================================================================== --- head/games/dustrac/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/dustrac/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -4,7 +4,7 @@ PORTNAME= dustrac PORTVERSION= 1.11.0 CATEGORIES= games -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= 2D top-view racing game LIB_DEPENDS= libvorbisfile.so:audio/libvorbis Modified: head/games/flukz/Makefile ============================================================================== --- head/games/flukz/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/flukz/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/${PORTNAME}/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Vertically scrolling shoot'em up USES= qmake Modified: head/games/frozen-bubble/Makefile ============================================================================== --- head/games/frozen-bubble/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/frozen-bubble/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.frozen-bubble.org/data/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Throw colourful bubbles to build groups and destroy the groups LICENSE= GPLv2 Modified: head/games/glaxium/Makefile ============================================================================== --- head/games/glaxium/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/glaxium/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://xhosxe.free.fr/glaxium/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL based space-ship "shoot-em-up" game LIB_DEPENDS= libpng.so:graphics/png Modified: head/games/golly/Makefile ============================================================================== --- head/games/golly/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/golly/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Conway's Game of Life and other cellular automata USES= compiler:c++11-lib cmake:outsource perl5 python Modified: head/games/hex-a-hop/Makefile ============================================================================== --- head/games/hex-a-hop/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/hex-a-hop/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME:S/-//g}/${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Puzzle game based on hexagonal tiles USES= iconv Modified: head/games/hexglass/Makefile ============================================================================== --- head/games/hexglass/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/hexglass/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTREVISION= 2 CATEGORIES= games MASTER_SITES= GOOGLE_CODE -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tetris-like puzzle game based on a hexagonal grid BROKEN= Unfetchable (google code has gone away) Modified: head/games/hexxagon/Makefile ============================================================================== --- head/games/hexxagon/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/hexxagon/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.nesqi.se/download/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Strategy hexagon game LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 Modified: head/games/supertux/Makefile ============================================================================== --- head/games/supertux/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/supertux/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 12 CATEGORIES= games MASTER_SITES= GOOGLE_CODE -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Side-scroller game similar to Super Mario Brothers BROKEN= Unfetchable (google code has gone away) Modified: head/games/supertux2/Makefile ============================================================================== --- head/games/supertux2/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/supertux2/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ CATEGORIES= games MASTER_SITES= https://github.com/SuperTux/supertux/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= 2 -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Side-scroller game similar to Super Mario Brothers BUILD_DEPENDS= ${LOCALBASE}/include/boost/smart_ptr.hpp:devel/boost-libs Modified: head/games/toppler/Makefile ============================================================================== --- head/games/toppler/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/toppler/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Climb a tower and avoid monsters LICENSE= GPLv2 Modified: head/games/trigger-data/Makefile ============================================================================== --- head/games/trigger-data/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/trigger-data/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ CATEGORIES= games MASTER_SITES= SF/trigger-rally/trigger-${PORTVERSION} DISTNAME= trigger-rally-${PORTVERSION}-data -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Data files for trigger-rally USES= tar:bzip2 Modified: head/games/trigger-rally/Makefile ============================================================================== --- head/games/trigger-rally/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/trigger-rally/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= SF/trigger-rally/trigger-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Rally car racing game BUILD_DEPENDS= jam:devel/jam Modified: head/games/trophy/Makefile ============================================================================== --- head/games/trophy/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/trophy/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Single player racing game LICENSE= GPLv2 Modified: head/games/warmux/Makefile ============================================================================== --- head/games/warmux/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/games/warmux/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://download.gna.org/${PORTNAME}/ \ http://download.gna.org/${PORTNAME}/archive/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Turn-based artillery game with free software mascots LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26 \ Modified: head/graphics/batik/Makefile ============================================================================== --- head/graphics/batik/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/graphics/batik/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ CATEGORIES= graphics java MASTER_SITES= APACHE/xmlgraphics/${PORTNAME} DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Java based SVG toolkit LICENSE= APACHE20 Modified: head/graphics/fraqtive/Makefile ============================================================================== --- head/graphics/fraqtive/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/graphics/fraqtive/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTVERSION= 0.4.8 CATEGORIES= graphics MASTER_SITES= SF/fraqtive/Fraqtive/Fraqtive%20${PORTVERSION}/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Draws Mandelbrot and Julia fractals USES= qmake tar:bzip2 Modified: head/graphics/jogamp-jogl/Makefile ============================================================================== --- head/graphics/jogamp-jogl/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/graphics/jogamp-jogl/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -9,7 +9,7 @@ MASTER_SITES= http://jogamp.org/deployme DISTFILES= jogl-v${PORTVERSION}.tar.7z \ gluegen-v${PORTVERSION}.tar.7z -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Java bindings for OpenGL EXTRACT_DEPENDS= ${7Z_CMD}:archivers/p7zip Modified: head/graphics/klatexformula/Makefile ============================================================================== --- head/graphics/klatexformula/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/graphics/klatexformula/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Convert LaTeX formula to image BUILD_DEPENDS= help2man:misc/help2man Modified: head/graphics/povray-meta/Makefile ============================================================================== --- head/graphics/povray-meta/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/graphics/povray-meta/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ CATEGORIES= graphics MASTER_SITES= # DISTFILES= # -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Meta port for all povray ports NO_BUILD= yes Modified: head/graphics/py-gphoto2/Makefile ============================================================================== --- head/graphics/py-gphoto2/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/graphics/py-gphoto2/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python-gphoto2 -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python bindings for libgphoto2 LICENSE= GPLv3 Modified: head/graphics/qcomicbook/Makefile ============================================================================== --- head/graphics/qcomicbook/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/graphics/qcomicbook/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://qcomicbook.org/releases/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt-based comic book archive viewer LICENSE= GPLv2 Modified: head/graphics/xaos/Makefile ============================================================================== --- head/graphics/xaos/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/graphics/xaos/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= graphics math MASTER_SITES= SF/${PORTNAME}/XaoS/${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Real-time fractal browser LIB_DEPENDS= libpng.so:graphics/png \ Modified: head/graphics/xmlgraphics-commons/Makefile ============================================================================== --- head/graphics/xmlgraphics-commons/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/graphics/xmlgraphics-commons/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -src CATEGORIES= graphics textproc java MASTER_SITES= APACHE/xmlgraphics/commons/source -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Several reusable components used by Apache Batik and FOP LICENSE= APACHE20 Modified: head/irc/konversation-kde4/Makefile ============================================================================== --- head/irc/konversation-kde4/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/irc/konversation-kde4/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= irc kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= User friendly IRC client for KDE LIB_DEPENDS= libqca.so:devel/qca Modified: head/irc/kvirc/Makefile ============================================================================== --- head/irc/kvirc/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/irc/kvirc/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.kvirc.de/pub/kvi http://kvirc.bcoos.net/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION}/source -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= IRC client for KDE 4 USE_PERL5= build Modified: head/irc/quassel/Makefile ============================================================================== --- head/irc/quassel/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/irc/quassel/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTVERSION= 0.12.4 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt 5 based distributed IRC client USES= cmake:outsource compiler:c++11-lib cpe execinfo pkgconfig tar:bzip2 Modified: head/java/jakarta-commons-collections/Makefile ============================================================================== --- head/java/jakarta-commons-collections/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/java/jakarta-commons-collections/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ MASTER_SITES= APACHE_COMMONS_SOURCE PKGNAMEPREFIX= jakarta- DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Classes that extend/augment the Java Collections Framework USE_JAVA= yes Modified: head/java/jakarta-commons-logging/Makefile ============================================================================== --- head/java/jakarta-commons-logging/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/java/jakarta-commons-logging/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= jakarta- DISTNAME= ${PORTNAME}-${PORTVERSION}-bin -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Generic logging wrapper library LICENSE= APACHE20 Modified: head/java/javahelp/Makefile ============================================================================== --- head/java/javahelp/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/java/javahelp/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ CATEGORIES= java devel MASTER_SITES= http://download.java.net/javadesktop/javahelp/ DISTNAME= ${PORTNAME}2_0_05 -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Online help support for Java applications USES= zip Modified: head/java/jgraphx/Makefile ============================================================================== --- head/java/jgraphx/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/java/jgraphx/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -5,7 +5,7 @@ PORTVERSION= 2.5.1.0 DISTVERSIONPREFIX= v CATEGORIES= java graphics -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The Java Graph Diagram Component version X (jgraph v6+) LICENSE= BSD3CLAUSE Modified: head/java/jrosetta/Makefile ============================================================================== --- head/java/jrosetta/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/java/jrosetta/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -11,7 +11,7 @@ DISTFILES= ${PORTNAME}-api-${PORTVERSION ${PORTNAME}-engine-${PORTVERSION}.jar:engine EXTRACT_ONLY= # -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= API for building a graphical console in Swing USES= zip Modified: head/math/jeuclid/Makefile ============================================================================== --- head/math/jeuclid/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/math/jeuclid/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ CATEGORIES= math java MASTER_SITES= SF/${PORTNAME}/3.1.x/${PORTVERSION}/ EXTRACT_SUFX= -distribution.zip -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Java based MathML rendering solution USES= zip Modified: head/math/jlatexmath/Makefile ============================================================================== --- head/math/jlatexmath/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/math/jlatexmath/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ CATEGORIES= math java MASTER_SITES= http://forge.scilab.org/upload/jlatexmath/files/ DISTNAME= ${PORTNAME}-src-all-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Java API to display mathematical formulas written in LaTeX LICENSE= GPLv2 Modified: head/math/liborigin/Makefile ============================================================================== --- head/math/liborigin/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/math/liborigin/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.0 -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library and utility for reading OriginLab project files BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs Modified: head/math/matio/Makefile ============================================================================== --- head/math/matio/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/math/matio/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for reading and writing Matlab MAT files LICENSE= BSD2CLAUSE Modified: head/math/qtiplot-doc/Makefile ============================================================================== --- head/math/qtiplot-doc/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/math/qtiplot-doc/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ CATEGORIES= math MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ PKGNAMESUFFIX= -doc -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The QtiPlot Handbook BUILD_DEPENDS= docbook2html:textproc/docbook-utils \ Modified: head/math/qtiplot/Makefile ============================================================================== --- head/math/qtiplot/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/math/qtiplot/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 10 CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Data analysis and scientific plotting LIB_DEPENDS= libgsl.so:math/gsl \ Modified: head/math/qtoctave/Makefile ============================================================================== --- head/math/qtoctave/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/math/qtoctave/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://forja.rediris.es/frs/download.php/2054/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 frontend for Octave RUN_DEPENDS= octave:math/octave Modified: head/math/qwtplot3d-qt4/Makefile ============================================================================== --- head/math/qwtplot3d-qt4/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/math/qwtplot3d-qt4/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ CATEGORIES= math MASTER_SITES= SF PKGNAMESUFFIX= -qt4 -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= 3D plotting widgets for scientific data and math expressions USES= dos2unix qmake tar:tgz Modified: head/math/scilab-toolbox-sivp/Makefile ============================================================================== --- head/math/scilab-toolbox-sivp/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/math/scilab-toolbox-sivp/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ CATEGORIES= math graphics multimedia MASTER_SITES= LOCAL/makc PKGNAMEPREFIX= scilab-toolbox- -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Scilab Image and Video Processing Toolbox BUILD_DEPENDS= ${SCILAB_CMD}:math/scilab Modified: head/math/scilab-toolbox-swt/Makefile ============================================================================== --- head/math/scilab-toolbox-swt/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/math/scilab-toolbox-swt/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ MASTER_SITES= http://atoms.scilab.org/to PKGNAMEPREFIX= scilab-toolbox- DISTFILES= ${DISTNAME}-3-src${EXTRACT_SUFX} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Scilab 1-D and 2-D Wavelet Toolbox BUILD_DEPENDS= ${SCILAB_CMD}:math/scilab Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/math/scilab/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ CATEGORIES= math cad java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Scientific software package for numerical computations # A partial dependencies list can be found at: Modified: head/math/speedcrunch/Makefile ============================================================================== --- head/math/speedcrunch/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/math/speedcrunch/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -5,7 +5,7 @@ PORTNAME= speedcrunch DISTVERSION= 0.11 CATEGORIES= math -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Keyboard-oriented desktop scientific calculator USE_QT4= qmake_build moc_build rcc_build uic_build gui network Modified: head/misc/kde-thumbnailer-chm/Makefile ============================================================================== --- head/misc/kde-thumbnailer-chm/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/misc/kde-thumbnailer-chm/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ CATEGORIES= misc kde MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ DISTNAME= 153410-${PORTNAME}-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= KDE thumbnail generator for CHM files LIB_DEPENDS= libchm.so:misc/chmlib Modified: head/misc/kde-thumbnailer-epub/Makefile ============================================================================== --- head/misc/kde-thumbnailer-epub/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/misc/kde-thumbnailer-epub/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ CATEGORIES= misc kde MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ DISTNAME= 151210-${PORTNAME}-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= KDE thumbnail generator for ePub files USES= cmake:outsource kde:4 Modified: head/misc/kde-thumbnailer-fb2/Makefile ============================================================================== --- head/misc/kde-thumbnailer-fb2/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/misc/kde-thumbnailer-fb2/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ CATEGORIES= misc kde MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ DISTNAME= 160180-${PORTNAME}-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= KDE thumbnail generator for fb2 files USES= cmake:outsource kde:4 Modified: head/multimedia/minitube/Makefile ============================================================================== --- head/multimedia/minitube/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/multimedia/minitube/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -4,7 +4,7 @@ PORTNAME= minitube PORTVERSION= 2.4 CATEGORIES= multimedia www -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= TV-like client for YouTube USE_QT4= dbus gui network phonon script sql xml \ Modified: head/multimedia/subtitlecomposer-kde4/Makefile ============================================================================== --- head/multimedia/subtitlecomposer-kde4/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/multimedia/subtitlecomposer-kde4/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 4 CATEGORIES= multimedia kde -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Subtitle editor for KDE LIB_DEPENDS= libicui18n.so:devel/icu Modified: head/net-im/psi/Makefile ============================================================================== --- head/net-im/psi/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/net-im/psi/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= SF/${PORTNAME}/Psi/${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 based Jabber client LIB_DEPENDS= libqca.so:devel/qca \ Modified: head/net-im/psimedia/Makefile ============================================================================== --- head/net-im/psimedia/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/net-im/psimedia/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTREVISION= 2 CATEGORIES= net-im audio multimedia MASTER_SITES= http://delta.affinix.com/download/psimedia/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Voice and video API for Psi-like IM clients LIB_DEPENDS= liboil-0.3.so:devel/liboil \ Modified: head/net-p2p/ktorrent/Makefile ============================================================================== --- head/net-p2p/ktorrent/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/net-p2p/ktorrent/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent client for KDE BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs Modified: head/net-p2p/libktorrent/Makefile ============================================================================== --- head/net-p2p/libktorrent/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/net-p2p/libktorrent/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTREVISION= 8 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Torrent library from KTorrent project BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs Modified: head/net/knemo-kde4/Makefile ============================================================================== --- head/net/knemo-kde4/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/net/knemo-kde4/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ CATEGORIES= net kde MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ DISTNAME= 12956-${PORTNAME}-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= KDE network monitor USES= cmake gettext kde:4 shebangfix tar:xz Modified: head/print/hplip-plugin/Makefile ============================================================================== --- head/print/hplip-plugin/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/print/hplip-plugin/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ MASTER_SITES= http://hplipopensource.com DISTNAME= hplip-${DISTVERSION}-plugin EXTRACT_SUFX= .run -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Binary plugin for some HP Printers and All-in-One devices LICENSE= HPLIP_PLUGIN Modified: head/print/hplip/Makefile ============================================================================== --- head/print/hplip/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/print/hplip/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ PORTVERSION= 3.16.9 CATEGORIES= print MASTER_SITES= SF -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Drivers and utilities for HP Printers and All-in-One devices LICENSE= GPLv2 MIT BSD3CLAUSE Modified: head/print/kpdftool/Makefile ============================================================================== --- head/print/kpdftool/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/print/kpdftool/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -8,7 +8,7 @@ CATEGORIES= print MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ DISTFILES= 33194-${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple utility to manipulate PS and PDF files RUN_DEPENDS= convert:graphics/ImageMagick Modified: head/print/texvc/Makefile ============================================================================== --- head/print/texvc/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/print/texvc/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ CATEGORIES= print MASTER_SITES= SF/wikipedia/Support%20files/${PORTNAME}%20Linux-x86%20source%20%2B%20binary DISTNAME= ${PORTNAME}-linux-x86-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Convert latex equations to HTML, MathML, PNG USES= gmake Modified: head/russian/stardict-bars/Makefile ============================================================================== --- head/russian/stardict-bars/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/russian/stardict-bars/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ CATEGORIES= russian MASTER_SITES= http://abloz.com/huzheng/stardict-dic/ru/ DISTNAME= stardict-en-ru-bars-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= New Comprehensive English-Russian dictionary USES= tar:bzip2 Modified: head/russian/stardict-dal/Makefile ============================================================================== --- head/russian/stardict-dal/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/russian/stardict-dal/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ CATEGORIES= russian MASTER_SITES= http://abloz.com/huzheng/stardict-dic/ru/ DISTNAME= ${PORTNAME}-ru-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dal's Explanatory Dictionary USES= tar:bzip2 Modified: head/russian/stardict-mueller7/Makefile ============================================================================== --- head/russian/stardict-mueller7/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/russian/stardict-mueller7/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -5,7 +5,7 @@ PORTVERSION= 2.4.2 CATEGORIES= russian MASTER_SITES= http://abloz.com/huzheng/stardict-dic/ru/ -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Mueller English-Russian dictionary USES= tar:bzip2 Modified: head/russian/stardict-mueller7accent/Makefile ============================================================================== --- head/russian/stardict-mueller7accent/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/russian/stardict-mueller7accent/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -6,7 +6,7 @@ CATEGORIES= russian MASTER_SITES= http://abloz.com/huzheng/stardict-dic/ru/ DISTNAME= stardict-Mueller7accentGPL-${PORTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Mueller English-Russian dictionary with accents USES= tar:bzip2 Modified: head/science/kst2/Makefile ============================================================================== --- head/science/kst2/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/science/kst2/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ CATEGORIES= science kde MASTER_SITES= SF/${PORTNAME}/Kst%20${DISTVERSION:C/-r.*//}/ DISTNAME= Kst-${DISTVERSION} -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Data viewing and plotting tool LIB_DEPENDS= libgsl.so:math/gsl Modified: head/science/openbabel/Makefile ============================================================================== --- head/science/openbabel/Makefile Thu Oct 20 15:50:12 2016 (r424338) +++ head/science/openbabel/Makefile Thu Oct 20 15:58:12 2016 (r424339) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= science MASTER_SITES= SF -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Chemistry file translation program *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Oct 20 17:00:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B8B8C1ACE9; Thu, 20 Oct 2016 17:00:20 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BF79BE1; Thu, 20 Oct 2016 17:00:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KH0J7c097088; Thu, 20 Oct 2016 17:00:19 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KH0IsP097081; Thu, 20 Oct 2016 17:00:18 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610201700.u9KH0IsP097081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 20 Oct 2016 17:00:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424340 - in head: . security security/py-keystone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 17:00:20 -0000 Author: novel Date: Thu Oct 20 17:00:18 2016 New Revision: 424340 URL: https://svnweb.freebsd.org/changeset/ports/424340 Log: Add py-keystone 10.0.0, OpenStack Keystone PR: 213542 Submitted by: Alexander Nusov Added: head/security/py-keystone/ head/security/py-keystone/Makefile (contents, props changed) head/security/py-keystone/distinfo (contents, props changed) head/security/py-keystone/pkg-descr (contents, props changed) head/security/py-keystone/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/security/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Thu Oct 20 15:58:12 2016 (r424339) +++ head/GIDs Thu Oct 20 17:00:18 2016 (r424340) @@ -131,7 +131,7 @@ dnslog:*:186: swift:*:187: netxms:*:188: leofs:*:189: -# free: 190 +keystone:*:190 # free: 191 moinmoin:*:192: cups:*:193: Modified: head/UIDs ============================================================================== --- head/UIDs Thu Oct 20 15:58:12 2016 (r424339) +++ head/UIDs Thu Oct 20 17:00:18 2016 (r424340) @@ -136,7 +136,7 @@ dnslog:*:186:186::0:0:dnslog pseudo-user swift:*:187:187::0:0:Swift daemon pseudo-user:/nonexistent:/usr/sbin/nologin netxms:*:188:188::0:0:netxms pseudo-user:/nonexistent:/usr/sbin/nologin leofs:*:189:189::0:0:LeoFS daemons pseudo-user:/var/db/leofs:/usr/sbin/nologin -# free: 190 +keystone:*:190:190::0:0:Keystone pseudo-user:/var/lib/keystone:/usr/sbin/nologin # free: 191 moinmoin:*:192:192::0:0:MoinMoin User:/nonexistent:/usr/sbin/nologin cups:*:193:193::0:0:Cups Owner:/nonexistent:/usr/sbin/nologin Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Oct 20 15:58:12 2016 (r424339) +++ head/security/Makefile Thu Oct 20 17:00:18 2016 (r424340) @@ -870,6 +870,7 @@ SUBDIR += py-keyczar SUBDIR += py-keyring SUBDIR += py-keyrings.alt + SUBDIR += py-keystone SUBDIR += py-libnacl SUBDIR += py-m2crypto SUBDIR += py-mcrypt Added: head/security/py-keystone/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-keystone/Makefile Thu Oct 20 17:00:18 2016 (r424340) @@ -0,0 +1,83 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= keystone +PORTVERSION= 10.0.0 +CATEGORIES= security python +MASTER_SITES= https://fossies.org/linux/misc/openstack/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStack Keystone + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:www/py-pastedeploy \ + ${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste \ + ${PYTHON_PKGNAMEPREFIX}routes>=0:www/py-routes \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.9.6:databases/py-sqlalchemy-migrate \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}passlib>=1.6:security/py-passlib \ + ${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \ + ${PYTHON_PKGNAMEPREFIX}keystonemiddleware>=0:devel/py-keystonemiddleware \ + ${PYTHON_PKGNAMEPREFIX}oslo.cache>=1.5.0:devel/py-oslo.cache \ + ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context \ + ${PYTHON_PKGNAMEPREFIX}oslo.messaging>=5.2.0:devel/py-oslo.messaging \ + ${PYTHON_PKGNAMEPREFIX}oslo.db>=0:devel/py-oslo.db \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.middleware>=3.0.0:devel/py-oslo.middleware \ + ${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.9.0:devel/py-oslo.policy \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oauthlib>=0.6:security/py-oauthlib \ + ${PYTHON_PKGNAMEPREFIX}pysaml2>=0:security/py-pysaml2 \ + ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.2:devel/py-dogpile.cache \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \ + ${PYTHON_PKGNAMEPREFIX}pycadf>=0:devel/py-pycadf \ + ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.4.0:devel/py-msgpack-python \ + ${PYTHON_PKGNAMEPREFIX}osprofiler>=1.4.0:devel/py-osprofiler \ + ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse \ + ${PYTHON_PKGNAMEPREFIX}python-editor>=0:devel/py-python-editor + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils noegginfo + +USERS= keystone +GROUPS= keystone + +post-patch: + ${REINPLACE_CMD} -e "s|/etc/keystone|${PREFIX}/etc/${PORTNAME}|g" \ + ${WRKSRC}/doc/source/apache-httpd.rst \ + ${WRKSRC}/doc/source/api_curl_examples.rst \ + ${WRKSRC}/doc/source/configuration.rst \ + ${WRKSRC}/doc/source/event_notifications.rst \ + ${WRKSRC}/doc/source/federation/configure_federation.rst \ + ${WRKSRC}/doc/source/http-api.rst \ + ${WRKSRC}/doc/source/installing.rst \ + ${WRKSRC}/doc/source/upgrading.rst \ + ${WRKSRC}/etc/keystone.conf.sample \ + ${WRKSRC}/keystone/tests/unit/test_ldap_tls_livetest.py \ + ${WRKSRC}/keystone/conf/fernet_tokens.py \ + ${WRKSRC}/keystone/conf/signing.py \ + ${WRKSRC}/keystone/conf/saml.py \ + ${WRKSRC}/keystone/conf/identity.py \ + ${WRKSRC}/keystone/conf/constants.py \ + ${WRKSRC}/keystone/conf/credential.py \ + ${WRKSRC}/keystone/conf/federation.py \ + ${WRKSRC}/keystone/common/profiler.py + +post-install: + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${CP} -R ${WRKSRC}/etc/ ${STAGEDIR}${ETCDIR} + +.include Added: head/security/py-keystone/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-keystone/distinfo Thu Oct 20 17:00:18 2016 (r424340) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476962582 +SHA256 (keystone-10.0.0.tar.gz) = 5317c7a0c67ec5184e3efabd513ed7bd2eb3a5d537e24d781bc252035f46ae63 +SIZE (keystone-10.0.0.tar.gz) = 1355520 Added: head/security/py-keystone/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-keystone/pkg-descr Thu Oct 20 17:00:18 2016 (r424340) @@ -0,0 +1,6 @@ +Keystone provides authentication, authorization and service discovery +mechanisms via HTTP primarily for use by projects in the OpenStack family. +It is most commonly deployed as an HTTP interface to existing identity systems, +such as LDAP. + +WWW: http://openstack.org/keystone Added: head/security/py-keystone/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-keystone/pkg-plist Thu Oct 20 17:00:18 2016 (r424340) @@ -0,0 +1,8 @@ +@owner keystone +@dir %%ETCDIR%% +@sample %%ETCDIR%%/keystone.conf.sample +@sample %%ETCDIR%%/logging.conf.sample +%%ETCDIR%%/default_catalog.templates +%%ETCDIR%%/keystone-paste.ini +%%ETCDIR%%/policy.json +%%ETCDIR%%/sso_callback_template.html From owner-svn-ports-all@freebsd.org Thu Oct 20 17:15:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E946C1A12A; Thu, 20 Oct 2016 17:15:27 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F22F7F5; Thu, 20 Oct 2016 17:15:27 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KHFQTY004734; Thu, 20 Oct 2016 17:15:26 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KHFQhf004732; Thu, 20 Oct 2016 17:15:26 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201610201715.u9KHFQhf004732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 20 Oct 2016 17:15:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424341 - in branches/2016Q4/security/keepassx2: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 17:15:27 -0000 Author: cpm Date: Thu Oct 20 17:15:26 2016 New Revision: 424341 URL: https://svnweb.freebsd.org/changeset/ports/424341 Log: MFH: r424298 security/keepassx2: Update to 2.0.3 - Update to 2.0.3 - Add LICENSE block - Register conflicts between keepassx2 and keepassx-devel - Use CMAKE arguments for ZLIB_SUPPORTS_GZIP instead patch-CMakeLists.txt PR: 212944 Submitted by: Eric Camachat Approved by: koobs (mentor) Approved by: ports-secteam (feld) Deleted: branches/2016Q4/security/keepassx2/files/ Modified: branches/2016Q4/security/keepassx2/Makefile branches/2016Q4/security/keepassx2/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/security/keepassx2/Makefile ============================================================================== --- branches/2016Q4/security/keepassx2/Makefile Thu Oct 20 17:00:18 2016 (r424340) +++ branches/2016Q4/security/keepassx2/Makefile Thu Oct 20 17:15:26 2016 (r424341) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= keepassx -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.0.3 PORTEPOCH= 2 CATEGORIES= security MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/ @@ -12,9 +11,18 @@ PKGNAMESUFFIX= 2 MAINTAINER= eric@camachat.org COMMENT= Cross Platform Password Manager +LICENSE= BOOST-1.0 BSD3CLAUSE CC0-1.0 GPLv2 GPLv3 LGPL21 LGPL3 NOKIA-LGPL-EXCEPTION +LICENSE_COMB= multi +LICENSE_NAME_BOOST-1.0= Boost Software License version 1.0 +LICENSE_NAME_NOKIA-LGPL-EXCEPTION= Nokia Qt LGPL Exception version 1.1 +LICENSE_FILE_BOOST-1.0= ${WRKSRC}/LICENSE.BOOST-1.0 +LICENSE_FILE_NOKIA-LGPL-EXCEPTION= ${WRKSRC}/LICENSE.NOKIA-LGPL-EXCEPTION +LICENSE_PERMS_BOOST-1.0= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_NOKIA-LGPL-EXCEPTION= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + LIB_DEPENDS= libgcrypt.so:security/libgcrypt -CONFLICTS_INSTALL= keepassx-0.* +CONFLICTS_INSTALL= keepassx-0.* keepassx-devel-* USES= cmake compiler:features desktop-file-utils shared-mime-info USE_LDCONFIG= yes @@ -29,5 +37,6 @@ USE_XORG= ice inputproto sm x11 xcursor .if !${COMPILER_FEATURES:Mc++0x} CMAKE_ARGS+= -DWITH_CXX11:BOOL=OFF .endif +CMAKE_ARGS+= -DZLIB_SUPPORTS_GZIP:BOOL=ON .include Modified: branches/2016Q4/security/keepassx2/distinfo ============================================================================== --- branches/2016Q4/security/keepassx2/distinfo Thu Oct 20 17:00:18 2016 (r424340) +++ branches/2016Q4/security/keepassx2/distinfo Thu Oct 20 17:15:26 2016 (r424341) @@ -1,2 +1,3 @@ -SHA256 (keepassx-2.0.2.tar.gz) = 204bdcf49c72078cd6f02b4f29b062923cca9e7b2d3551f2bf352763daa236b8 -SIZE (keepassx-2.0.2.tar.gz) = 1532353 +TIMESTAMP = 1476902766 +SHA256 (keepassx-2.0.3.tar.gz) = 23ffb4ae360c58aa139943442d175bc6b8f08e6a876ae76c4543ab983a6647c5 +SIZE (keepassx-2.0.3.tar.gz) = 1540235 From owner-svn-ports-all@freebsd.org Thu Oct 20 17:16:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A128AC1A1F3; Thu, 20 Oct 2016 17:16:59 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B998A54; Thu, 20 Oct 2016 17:16:59 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KHGwSE005150; Thu, 20 Oct 2016 17:16:58 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KHGvt1005110; Thu, 20 Oct 2016 17:16:57 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201610201716.u9KHGvt1005110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Thu, 20 Oct 2016 17:16:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424342 - in head/devel: p4 p4api p4d X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 17:16:59 -0000 Author: gordon Date: Thu Oct 20 17:16:57 2016 New Revision: 424342 URL: https://svnweb.freebsd.org/changeset/ports/424342 Log: Update devel ports for p4, p4d, and p4api for micropatching. MFH: 2016Q4 Modified: head/devel/p4/Makefile head/devel/p4/distinfo.freebsd100x86 head/devel/p4/distinfo.freebsd100x86_64 head/devel/p4api/Makefile head/devel/p4api/distinfo.freebsd100x86 head/devel/p4api/distinfo.freebsd100x86_64 head/devel/p4d/Makefile head/devel/p4d/distinfo.freebsd100x86 head/devel/p4d/distinfo.freebsd100x86_64 Modified: head/devel/p4/Makefile ============================================================================== --- head/devel/p4/Makefile Thu Oct 20 17:15:26 2016 (r424341) +++ head/devel/p4/Makefile Thu Oct 20 17:16:57 2016 (r424342) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4 -PORTVERSION= 2016.1.1443785 +PORTVERSION= 2016.1.1454320 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4/distinfo.freebsd100x86 Thu Oct 20 17:15:26 2016 (r424341) +++ head/devel/p4/distinfo.freebsd100x86 Thu Oct 20 17:16:57 2016 (r424342) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475549967 -SHA256 (perforce/2016.1.1443785/bin.freebsd100x86/p4) = c9f682e2648fbd6cfe46c7211d2655aec63bf86812268e52a7fced0d4b449283 -SIZE (perforce/2016.1.1443785/bin.freebsd100x86/p4) = 3074696 +TIMESTAMP = 1476983673 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86/p4) = 6a24c050c03a466e1f76c117902a60e1d924f6c2a94f369f759a91bc73510565 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86/p4) = 3074744 Modified: head/devel/p4/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4/distinfo.freebsd100x86_64 Thu Oct 20 17:15:26 2016 (r424341) +++ head/devel/p4/distinfo.freebsd100x86_64 Thu Oct 20 17:16:57 2016 (r424342) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475549963 -SHA256 (perforce/2016.1.1443785/bin.freebsd100x86_64/p4) = 164649505cd6170b8f8d194fd89d6ea0e401ebaccfe85d281723948269084cf8 -SIZE (perforce/2016.1.1443785/bin.freebsd100x86_64/p4) = 3335336 +TIMESTAMP = 1476983669 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86_64/p4) = 703491738c6d1f5742ef5f7eebaf7ba8e70f5268b4763603a5e466573415367f +SIZE (perforce/2016.1.1454320/bin.freebsd100x86_64/p4) = 3335480 Modified: head/devel/p4api/Makefile ============================================================================== --- head/devel/p4api/Makefile Thu Oct 20 17:15:26 2016 (r424341) +++ head/devel/p4api/Makefile Thu Oct 20 17:16:57 2016 (r424342) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= p4api -PORTVERSION= 2016.1.1446835 +PORTVERSION= 2016.1.1454320 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/:tar \ ftp://ftp.perforce.com/perforce/${P4VERSION}/doc/manuals/p4api/:pdf Modified: head/devel/p4api/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4api/distinfo.freebsd100x86 Thu Oct 20 17:15:26 2016 (r424341) +++ head/devel/p4api/distinfo.freebsd100x86 Thu Oct 20 17:16:57 2016 (r424342) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475552735 -SHA256 (perforce/2016.1.1446835/bin.freebsd100x86/p4api.tgz) = a559a3e41336f6fd098d9e4fa34f793ab0117228d6bff5ecac9e5cfed1accce2 -SIZE (perforce/2016.1.1446835/bin.freebsd100x86/p4api.tgz) = 3902019 -SHA256 (perforce/2016.1.1446835/bin.freebsd100x86/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 -SIZE (perforce/2016.1.1446835/bin.freebsd100x86/p4api.pdf) = 1908708 +TIMESTAMP = 1476983722 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86/p4api.tgz) = d2a1a72612a313b275d1c9645d57c460d9d7a924c3305a8769293d7bdf6aac50 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86/p4api.tgz) = 3902149 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86/p4api.pdf) = 1908708 Modified: head/devel/p4api/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4api/distinfo.freebsd100x86_64 Thu Oct 20 17:15:26 2016 (r424341) +++ head/devel/p4api/distinfo.freebsd100x86_64 Thu Oct 20 17:16:57 2016 (r424342) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475552728 -SHA256 (perforce/2016.1.1446835/bin.freebsd100x86_64/p4api.tgz) = 2ef9b63f52254260cd46e3ebed5cae65bc348e1e32b88f4ec4b0b62b26c36217 -SIZE (perforce/2016.1.1446835/bin.freebsd100x86_64/p4api.tgz) = 4167981 -SHA256 (perforce/2016.1.1446835/bin.freebsd100x86_64/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 -SIZE (perforce/2016.1.1446835/bin.freebsd100x86_64/p4api.pdf) = 1908708 +TIMESTAMP = 1476983715 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86_64/p4api.tgz) = 46ce4c147dfdb87d32491596724c7543465367fbbc0cb2606c7c123544eb49c5 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86_64/p4api.tgz) = 4168075 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86_64/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86_64/p4api.pdf) = 1908708 Modified: head/devel/p4d/Makefile ============================================================================== --- head/devel/p4d/Makefile Thu Oct 20 17:15:26 2016 (r424341) +++ head/devel/p4d/Makefile Thu Oct 20 17:16:57 2016 (r424342) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4d -PORTVERSION= 2016.1.1447837 +PORTVERSION= 2016.1.1454320 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4d/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4d/distinfo.freebsd100x86 Thu Oct 20 17:15:26 2016 (r424341) +++ head/devel/p4d/distinfo.freebsd100x86 Thu Oct 20 17:16:57 2016 (r424342) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476469122 -SHA256 (perforce/2016.1.1447837/bin.freebsd100x86/p4d) = 027d546bbe923cdc9421002f889aeda3e84082e070d5f7857508c72748ecbe9b -SIZE (perforce/2016.1.1447837/bin.freebsd100x86/p4d) = 5769368 +TIMESTAMP = 1476983688 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86/p4d) = 0a648c3e58630e13a651259e6b0f31f33e50c2ddab193e9d0f1d0204f3776409 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86/p4d) = 5770008 Modified: head/devel/p4d/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4d/distinfo.freebsd100x86_64 Thu Oct 20 17:15:26 2016 (r424341) +++ head/devel/p4d/distinfo.freebsd100x86_64 Thu Oct 20 17:16:57 2016 (r424342) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476469116 -SHA256 (perforce/2016.1.1447837/bin.freebsd100x86_64/p4d) = 000c74fc86e1a5391cc0bc43b364aa9c97ef3983828f55f1a4e28b2bb1572f0a -SIZE (perforce/2016.1.1447837/bin.freebsd100x86_64/p4d) = 5902152 +TIMESTAMP = 1476983684 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86_64/p4d) = 143fd40222e822f3cc03ebc272c8553629687c0f6f28ff59c99c19eb20f7a227 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86_64/p4d) = 5903656 From owner-svn-ports-all@freebsd.org Thu Oct 20 17:17:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FD47C1A2B0; Thu, 20 Oct 2016 17:17:57 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FCE1BCA; Thu, 20 Oct 2016 17:17:57 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KHHucI005311; Thu, 20 Oct 2016 17:17:56 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KHHuHh005310; Thu, 20 Oct 2016 17:17:56 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201610201717.u9KHHuHh005310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 20 Oct 2016 17:17:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424343 - branches/2016Q4/devel/jsoncpp X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 17:17:57 -0000 Author: cpm Date: Thu Oct 20 17:17:56 2016 New Revision: 424343 URL: https://svnweb.freebsd.org/changeset/ports/424343 Log: MFH: r424299 devel/jsoncpp: Fix bad REINPLACE_CMD of jsoncpp.pc - Remove extra ${PREFIX} in jsoncpp/Makefile % pkgconf --libs --cflags jsoncpp -I/usr/local//usr/local/include/jsoncpp -L/usr/local//usr/local/lib -ljsoncpp Notice the extra /usr/local. PR: 213553 Reported by: John Hein Approved by: yuri@rawbw.com (maintainer), koobs (mentor) Approved by: ports-secteam (feld) Modified: branches/2016Q4/devel/jsoncpp/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/jsoncpp/Makefile ============================================================================== --- branches/2016Q4/devel/jsoncpp/Makefile Thu Oct 20 17:16:57 2016 (r424342) +++ branches/2016Q4/devel/jsoncpp/Makefile Thu Oct 20 17:17:56 2016 (r424343) @@ -41,8 +41,8 @@ do-install: ${CP} ${WRKSRC}/pkg-config/jsoncpp.pc.in ${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc @${REINPLACE_CMD} -i '' \ -e 's|@CMAKE_INSTALL_PREFIX@|${PREFIX}|g' \ - -e 's|@LIBRARY_INSTALL_DIR@|${PREFIX}/lib|g' \ - -e 's|@INCLUDE_INSTALL_DIR@|${PREFIX}/include/jsoncpp|g' \ + -e 's|@LIBRARY_INSTALL_DIR@|lib|g' \ + -e 's|@INCLUDE_INSTALL_DIR@|include/jsoncpp|g' \ -e 's|@JSONCPP_VERSION@|${DISTVERSION}|g' \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc From owner-svn-ports-all@freebsd.org Thu Oct 20 18:24:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B948BC1987E; Thu, 20 Oct 2016 18:24:27 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70B6D889; Thu, 20 Oct 2016 18:24:27 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KIOQd4031896; Thu, 20 Oct 2016 18:24:26 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KIOQ5b031894; Thu, 20 Oct 2016 18:24:26 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610201824.u9KIOQ5b031894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 20 Oct 2016 18:24:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424344 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 18:24:27 -0000 Author: marino Date: Thu Oct 20 18:24:26 2016 New Revision: 424344 URL: https://svnweb.freebsd.org/changeset/ports/424344 Log: ports-mgmt/synth: Upgrade version 1.61 => 1.62 Cosmetic: curses display Capitalize "Swap" and "Skipped" field labels Cosmetic: web report After the build completes, fade out the builders table in 2.5 seconds. Nobody needs to see a table showing all the builders in "shutdown" mode. Bandwidth: json files A history.json file holds up to 500 log entries. 16 bytes of spaces were removed which reduces the history file size by 8000 bytes. Spaces were also removed from summary.json which can account for 20%+ of the size. Only rewrite history files upon change: The last history.json file was being written/rewritten every 3 seconds regardless if there were changes to it or not. Now it's only written if it's changed since the previous write. This might help reduce errors seen by in nginx access log which are thought to occur when file changes as the file is being served. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Thu Oct 20 17:17:56 2016 (r424343) +++ head/ports-mgmt/synth/Makefile Thu Oct 20 18:24:26 2016 (r424344) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.61 +PORTVERSION= 1.62 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Thu Oct 20 17:17:56 2016 (r424343) +++ head/ports-mgmt/synth/distinfo Thu Oct 20 18:24:26 2016 (r424344) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476716706 -SHA256 (jrmarino-synth-v1.61_GH0.tar.gz) = 3c65fc13824da933a8daa1e19ed5c5a8e4e3cbc46b157b4acda42a66a9a2430b -SIZE (jrmarino-synth-v1.61_GH0.tar.gz) = 125333 +TIMESTAMP = 1476969671 +SHA256 (jrmarino-synth-v1.62_GH0.tar.gz) = 832a2fa37b1ecf8f57477db7375f939b1b0fe498b35eda0ad5526fb2e8c36fe2 +SIZE (jrmarino-synth-v1.62_GH0.tar.gz) = 125399 From owner-svn-ports-all@freebsd.org Thu Oct 20 18:46:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B014BC19EA6; Thu, 20 Oct 2016 18:46:09 +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 66653155F; Thu, 20 Oct 2016 18:46:09 +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 u9KIk8Xk039529; Thu, 20 Oct 2016 18:46:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KIk8VE039526; Thu, 20 Oct 2016 18:46:08 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201610201846.u9KIk8VE039526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 20 Oct 2016 18:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424345 - head/www/kcgi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 18:46:09 -0000 Author: bapt Date: Thu Oct 20 18:46:08 2016 New Revision: 424345 URL: https://svnweb.freebsd.org/changeset/ports/424345 Log: Update to 0.9.1 Modified: head/www/kcgi/Makefile head/www/kcgi/distinfo head/www/kcgi/pkg-plist Modified: head/www/kcgi/Makefile ============================================================================== --- head/www/kcgi/Makefile Thu Oct 20 18:24:26 2016 (r424344) +++ head/www/kcgi/Makefile Thu Oct 20 18:46:08 2016 (r424345) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kcgi -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= www devel MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/ @@ -10,7 +10,7 @@ COMMENT= Minimal sandboxed CGI library i LICENSE= ISCL -USES= tar:tgz +USES= tar:tgz gmake OPTIONS_DEFINE= EXAMPLES @@ -18,8 +18,10 @@ BROKEN_FreeBSD_9= Requires capsicum HAS_CONFIGURE= yes MAKE_ARGS= DATADIR=${EXAMPLESDIR} +MAKEFILE= GNUmakefile -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/kfcgi ${STAGEDIR}${PREFIX}/sbin/kfcgi +post-patch: + @${REINPLACE_CMD} -e "s/install -m 0555/${INSTALL_PROGRAM}/" \ + ${WRKSRC}/GNUmakefile .include Modified: head/www/kcgi/distinfo ============================================================================== --- head/www/kcgi/distinfo Thu Oct 20 18:24:26 2016 (r424344) +++ head/www/kcgi/distinfo Thu Oct 20 18:46:08 2016 (r424345) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476167395 -SHA256 (kcgi-0.9.0.tgz) = 7b4931fd4ebbf127efed0959a8157e3cf86e82e388f5322d67440c477e30ee5a -SIZE (kcgi-0.9.0.tgz) = 136285 +TIMESTAMP = 1476986842 +SHA256 (kcgi-0.9.1.tgz) = 9d4eb242b95eab948069bc32fc43bd04f3bc1f21cd1f25415a6a2f6538b896b3 +SIZE (kcgi-0.9.1.tgz) = 138369 Modified: head/www/kcgi/pkg-plist ============================================================================== --- head/www/kcgi/pkg-plist Thu Oct 20 18:24:26 2016 (r424344) +++ head/www/kcgi/pkg-plist Thu Oct 20 18:46:08 2016 (r424345) @@ -27,6 +27,7 @@ man/man3/khttpbasic_validate.3.gz man/man3/khttpdigest_validate.3.gz man/man3/kmalloc.3.gz man/man3/kutil_epoch2str.3.gz +man/man3/kutil_log.3.gz man/man3/kutil_urlencode.3.gz man/man3/kvalid_string.3.gz man/man8/kfcgi.8.gz From owner-svn-ports-all@freebsd.org Thu Oct 20 18:58:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5FAAC1A1C1; Thu, 20 Oct 2016 18:58:47 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A0711A42; Thu, 20 Oct 2016 18:58:47 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KIwkj3043577; Thu, 20 Oct 2016 18:58:46 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KIwkdH043574; Thu, 20 Oct 2016 18:58:46 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610201858.u9KIwkdH043574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 20 Oct 2016 18:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424346 - head/www/axis2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 18:58:47 -0000 Author: feld Date: Thu Oct 20 18:58:46 2016 New Revision: 424346 URL: https://svnweb.freebsd.org/changeset/ports/424346 Log: www/axis2: Update to 1.7.3 - Resolve CVE-2010-3981 [1] - Switch to options helper - Add LICENSE_FILE - Install missing files through axis2.war. Reported upstream [2] - Set architecture neutral - Take maintainer'ship - Fix permissions [1] http://axis.apache.org/axis2/java/core/release-notes/1.7.3.html http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3981 [2] https://issues.apache.org/jira/browse/AXIS2-5816 PR: 213536 MFH: 2016Q4 Security: CVE-2010-3981 Modified: head/www/axis2/Makefile head/www/axis2/distinfo head/www/axis2/pkg-plist Modified: head/www/axis2/Makefile ============================================================================== --- head/www/axis2/Makefile Thu Oct 20 18:46:08 2016 (r424345) +++ head/www/axis2/Makefile Thu Oct 20 18:58:46 2016 (r424346) @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= axis2 -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.3 CATEGORIES= www java MASTER_SITES= APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-bin +DISTFILES= ${PORTNAME}-${PORTVERSION}-bin.zip ${PORTNAME}-${PORTVERSION}-war.zip -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Provides a Web Services,SOAP and WSDL engine from Apache LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cpe zip CPE_VENDOR= apache WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes +NO_ARCH= yes OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 @@ -22,33 +24,23 @@ OPTIONS_DEFAULT= TOMCAT6 OPTIONS_DEFINE= EXAMPLES -.include +TOMCAT6_VARS= APPHOME=${LOCALBASE}/apache-tomcat-6.0 +TOMCAT6_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6 -.if ${PORT_OPTIONS:MTOMCAT6} -APPHOME= ${LOCALBASE}/apache-tomcat-6.0 -BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6 -RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6 -.endif - -.if ${PORT_OPTIONS:MTOMCAT7} -APPHOME= ${LOCALBASE}/apache-tomcat-7.0 -BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 -RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 -.endif +TOMCAT7_VARS= APPHOME=${LOCALBASE}/apache-tomcat-7.0 +TOMCAT7_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 USE_JAVA= yes JAVA_VERSION= 1.6+ SHAREOWN= www SHAREGRP= www -PLIST_SUB+= APPHOME=${APPHOME:S|^${PREFIX}/||} \ - CONF_EXT=${CONF_EXT} PORTVERSION=${PORTVERSION} -CONF_EXT= sample -PORTEXAMPLES= * +PLIST_SUB+= APPHOME=${APPHOME:S|^${PREFIX}/||} \ + PORTVERSION=${PORTVERSION} do-install: - ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib && cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib) - ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes && cd ${WRKSRC}/webapp/WEB-INF/classes && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes )$ + ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib && cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib ) + ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes && cd ${WRKSRC}/webapp/WEB-INF/classes && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes ) ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web && cd ${WRKSRC}/webapp/axis2-web && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web ) ( cd ${WRKSRC}/repository && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF ) ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf @@ -56,10 +48,11 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf/${f}.sample .endfor ${INSTALL_DATA} ${WRKSRC}/webapp/WEB-INF/web.xml ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/web.xml.sample -.if ${PORT_OPTIONS:MEXAMPLES} + @${TAR} -C ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/ \ + -xf ${WRKDIR}/${PORTNAME}.war WEB-INF/include/ WEB-INF/views/ + +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/samples && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/{} \; -# cd ${WRKSRC}/samples && ${FIND} . -type f -not -name '*.class' -exec ${INSTALL_DATA} {} ${STAGEDIR}${EXAMPLESDIR}/{} \; -.endif + cd ${WRKSRC}/samples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/www/axis2/distinfo ============================================================================== --- head/www/axis2/distinfo Thu Oct 20 18:46:08 2016 (r424345) +++ head/www/axis2/distinfo Thu Oct 20 18:58:46 2016 (r424346) @@ -1,2 +1,5 @@ -SHA256 (axis2-1.7.1-bin.zip) = cf0ddefbf82689fc06c5b7b7aa10786794f45e9e21563a2a780e672e5c96708f -SIZE (axis2-1.7.1-bin.zip) = 22362277 +TIMESTAMP = 1476566283 +SHA256 (axis2-1.7.3-bin.zip) = 9605e2726af535a0bc6007dff59d6a4d03dab0c2b119b234ad1d5b34b77f5d2d +SIZE (axis2-1.7.3-bin.zip) = 22315355 +SHA256 (axis2-1.7.3-war.zip) = 73625e6a462f93e4b996e8f78bf63286e6e071cc8e42495c5cea3d2034c2f211 +SIZE (axis2-1.7.3-war.zip) = 20191858 Modified: head/www/axis2/pkg-plist ============================================================================== --- head/www/axis2/pkg-plist Thu Oct 20 18:46:08 2016 (r424345) +++ head/www/axis2/pkg-plist Thu Oct 20 18:58:46 2016 (r424346) @@ -3,13 +3,33 @@ %%APPHOME%%/webapps/axis2/WEB-INF/classes/commons-logging.properties %%APPHOME%%/webapps/axis2/WEB-INF/classes/log4j.properties %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http/AxisAdminServlet.class -%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AdminAgent.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/Action.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/ActionHandler.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/ActionResult.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AdminActions.class %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AxisAdminServlet.class -%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.%%CONF_EXT%% -%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.%%CONF_EXT%% -%%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.%%CONF_EXT%% -%%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.%%CONF_EXT%% -%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/CSRFPreventionResponseWrapper.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/CSRFTokenCache.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/Redirect.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/Status.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/StatusCache$1.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/StatusCache.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/View.class +@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.sample +@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.sample +@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.sample +@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.sample +@mode 644 +%%APPHOME%%/webapps/axis2/WEB-INF/include/LeftFrame.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/include/adminfooter.inc +%%APPHOME%%/webapps/axis2/WEB-INF/include/adminfooter.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/include/adminheader.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/include/footer.inc +%%APPHOME%%/webapps/axis2/WEB-INF/include/header.inc +%%APPHOME%%/webapps/axis2/WEB-INF/include/httpbase.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/include/link-footer.inc +%%APPHOME%%/webapps/axis2/WEB-INF/include/link-footer.jsp +@mode %%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/antlr-2-LICENSE.txt @@ -17,10 +37,10 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-0.7.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-1.2.17.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-1.2.17.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-1.2.17.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-jaxb-1.2.17.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-1.2.19.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-1.2.19.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-1.2.19.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-jaxb-1.2.19.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-codegen-%%PORTVERSION%%.jar @@ -80,9 +100,9 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-2.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-4.2.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-4.2.5.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-4.2.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-4.2.5.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-1.5rc3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-LICENSE.txt @@ -117,8 +137,8 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api.LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-6.0.16.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-1.0M10.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-4.2.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/wsdl4j-1.6.2.jar @@ -130,6 +150,7 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-2.5.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-2.2.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/modules/modules.list @@ -139,148 +160,334 @@ %%APPHOME%%/webapps/axis2/WEB-INF/modules/soapmonitor-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/services/services.list %%APPHOME%%/webapps/axis2/WEB-INF/services/version.aar -%%APPHOME%%/webapps/axis2/WEB-INF/web.xml.%%CONF_EXT%% -%%APPHOME%%/webapps/axis2/axis2-web/ActivateService.jsp -%%APPHOME%%/webapps/axis2/axis2-web/EngageToServiceGroup.jsp +@mode 644 +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/Login.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/SelectService.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/activateService.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/admin.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/deactivateService.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/editServiceParameters.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageGlobally.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageToOperation.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageToService.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageToServiceGroup.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/errorModule.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/globalModules.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listModules.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listServiceGroups.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listServices.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listSingleService.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/upload.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewContexts.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewGlobalChains.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewOperationSpecificChains.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewServiceContext.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewServiceGroupContext.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewphases.jsp +@mode +@sample %%APPHOME%%/webapps/axis2/WEB-INF/web.xml.sample %%APPHOME%%/webapps/axis2/axis2-web/Error/AuthError.html %%APPHOME%%/webapps/axis2/axis2-web/Error/GenError.html %%APPHOME%%/webapps/axis2/axis2-web/Error/error404.jsp %%APPHOME%%/webapps/axis2/axis2-web/Error/error500.jsp %%APPHOME%%/webapps/axis2/axis2-web/HappyAxis.jsp -%%APPHOME%%/webapps/axis2/axis2-web/InActivateService.jsp -%%APPHOME%%/webapps/axis2/axis2-web/LeftFrame.jsp -%%APPHOME%%/webapps/axis2/axis2-web/ListServiceGroup.jsp -%%APPHOME%%/webapps/axis2/axis2-web/Login.jsp %%APPHOME%%/webapps/axis2/axis2-web/MainFrame.jsp -%%APPHOME%%/webapps/axis2/axis2-web/SelectService.jsp -%%APPHOME%%/webapps/axis2/axis2-web/ServiceParaEdit.jsp -%%APPHOME%%/webapps/axis2/axis2-web/TopFrame.jsp -%%APPHOME%%/webapps/axis2/axis2-web/ViewContexts.jsp -%%APPHOME%%/webapps/axis2/axis2-web/ViewGlobalHandlers.jsp -%%APPHOME%%/webapps/axis2/axis2-web/ViewServiceHandlers.jsp -%%APPHOME%%/webapps/axis2/axis2-web/admin.jsp %%APPHOME%%/webapps/axis2/axis2-web/css/axis-style.css -%%APPHOME%%/webapps/axis2/axis2-web/deleteService.jsp -%%APPHOME%%/webapps/axis2/axis2-web/disengage.jsp -%%APPHOME%%/webapps/axis2/axis2-web/engagingglobally.jsp -%%APPHOME%%/webapps/axis2/axis2-web/engagingtoanoperation.jsp -%%APPHOME%%/webapps/axis2/axis2-web/engagingtoaservice.jsp %%APPHOME%%/webapps/axis2/axis2-web/error.jsp -%%APPHOME%%/webapps/axis2/axis2-web/errorModule.jsp -%%APPHOME%%/webapps/axis2/axis2-web/globalModules.jsp %%APPHOME%%/webapps/axis2/axis2-web/images/asf-logo.gif %%APPHOME%%/webapps/axis2/axis2-web/images/axis.gif %%APPHOME%%/webapps/axis2/axis2-web/images/axis.jpg %%APPHOME%%/webapps/axis2/axis2-web/images/axis_l.jpg -%%APPHOME%%/webapps/axis2/axis2-web/include/adminfooter.inc -%%APPHOME%%/webapps/axis2/axis2-web/include/adminfooter.jsp -%%APPHOME%%/webapps/axis2/axis2-web/include/adminheader.inc -%%APPHOME%%/webapps/axis2/axis2-web/include/adminheader.jsp -%%APPHOME%%/webapps/axis2/axis2-web/include/footer.inc -%%APPHOME%%/webapps/axis2/axis2-web/include/header.inc -%%APPHOME%%/webapps/axis2/axis2-web/include/httpbase.jsp -%%APPHOME%%/webapps/axis2/axis2-web/include/link-footer.inc -%%APPHOME%%/webapps/axis2/axis2-web/include/link-footer.jsp %%APPHOME%%/webapps/axis2/axis2-web/index.jsp %%APPHOME%%/webapps/axis2/axis2-web/listFaultyService.jsp %%APPHOME%%/webapps/axis2/axis2-web/listGroupService.jsp -%%APPHOME%%/webapps/axis2/axis2-web/listModules.jsp -%%APPHOME%%/webapps/axis2/axis2-web/listService.jsp %%APPHOME%%/webapps/axis2/axis2-web/listServices.jsp -%%APPHOME%%/webapps/axis2/axis2-web/listSingleService.jsp -%%APPHOME%%/webapps/axis2/axis2-web/upload.jsp -%%APPHOME%%/webapps/axis2/axis2-web/viewServiceContext.jsp -%%APPHOME%%/webapps/axis2/axis2-web/viewServiceGroupContext.jsp -%%APPHOME%%/webapps/axis2/axis2-web/viewphases.jsp -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/client/src/%%CONF_EXT%%s/databinding +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/StockQuote.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/StockQuoteService.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/castorbuilder.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/client/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/client/src/samples/databinding/StockClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/client/src/samples/databinding/StockClient2.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/service/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/service/src/samples/databinding/StockQuoteServiceSkeleton.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/bank.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/client/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/client/src/example/BankClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/docs/FaultHandlingSampleGuide.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/service/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/service/src/example/BankServiceSkeleton.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server/HelloWorld.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server/HelloWorldImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes/commons-logging.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes/log4j.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/web.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/AddressBookEntry.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook/AddressBook.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook/AddressBookClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook/AddressBookImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/resources/META-INF/CalculatorService.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/resources/META-INF/CalculatorService_schema1.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/Add.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/AddNumbersException.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/AddNumbersException_Exception.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/AddResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/Calculator.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/CalculatorServer.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/CalculatorService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/GetTicket.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/GetTicketResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/Add.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddNumbersException.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddNumbersException_Exception.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddSEIClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/Calculator.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/CalculatorService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/GetTicket.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/GetTicketResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/package-info.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/package-info.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/resources/wsdl/DynamicSample.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/src/org/apache/axis2/jaxws/sample/dynamic/DynamicServiceProvider.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/BaseDataTypesDocLitB.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd0.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd1.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd2.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/com/microsoft/schemas/_2003/_10/serialization/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop/InteropSampleClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop/InteropSampleService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/DateTimeOffset.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/package-info.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/BaseDataTypesDocLitBService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/IBaseDataTypesDocLitB.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/SampleClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService12.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService12PortProxy.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService12PortTypeClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoServiceCallbackHandler.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoServicePortProxy.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoServicePortTypeClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSample12PortProxy.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSamplePortProxy.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSampleService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSampleService12.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/SampleMTOMTests.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService12.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService12PortProxy.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService12PortTypeClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingServicePortProxy.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingServicePortTypeClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoService12PortImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoService12PortType.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoServicePortImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoServicePortType.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoStringInput.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoStringResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/package-info.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/handler/LoggingSOAPHandler.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/ImageDepot.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSample.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSample12.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSample12PortImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSamplePortImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/SendImage.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/SendImageResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/package-info.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingService12PortImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingService12PortType.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingServicePortImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingServicePortType.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingStringInput.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/package-info.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/servlet/EchoPingSampleServlet.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/servlet/MTOMSampleServlet.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/commons-logging.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/log4j.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/org/apache/axis2/jaxws/samples/echo/loghandler.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/jsp/demoEchoPing.jsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/jsp/demoMTOM.jsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/web.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Echo.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Echo12.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/ImageDepot.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/ImageDepot12.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Ping.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Ping12.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/resources/META-INF/version.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/resources/META-INF/version.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/src/sample/jaxws/Version.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/resources/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/client/JsonClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/service/Address.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/service/JsonService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/service/User.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/resources/MTOMSample.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/resources/xmime.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/src/sample/mtom/client/Client.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/src/sample/mtom/service/MTOMSampleSkeleton.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/adbclient/AddressBookADBClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/entry/Entry.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/rpcclient/AddressBookRPCClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/service/AddressBookService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/sample/pojo/data/Weather.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/sample/pojo/rpcclient/WeatherRPCClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/sample/pojo/service/WeatherService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/applicationContext.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/client/WeatherSpringRPCClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/sample/spring/bean/Weather.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/sample/spring/service/SpringInit.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/sample/spring/service/WeatherSpringService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/resources/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/src/samples/quickstart/service/pojo/StockQuoteService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/resources/META-INF/StockQuoteService.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/resources/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/src/samples/quickstart/clients/ADBClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/src/samples/quickstart/service/adb/StockQuoteServiceSkeleton.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/resources/META-INF/StockQuoteService.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/resources/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/src/samples/quickstart/clients/AXIOMClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/src/samples/quickstart/service/axiom/StockQuoteService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/resources/META-INF/StockQuoteService.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/resources/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/src/samples/quickstart/clients/JiBXClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/src/samples/quickstart/service/jibx/StockQuoteServiceSkeleton.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/resources/META-INF/StockQuoteService.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/resources/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/src/samples/quickstart/clients/XMLBEANSClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/src/samples/quickstart/service/xmlbeans/StockQuoteServiceSkeleton.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/doc/servicelifecycleguide.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/client/LibraryServiceClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/LibraryConstants.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/LibraryLifeCycle.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/LibraryService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/UsersService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/Book.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/BookList.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/User.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/UserList.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/resources/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/src/sample/soapwithattachments/client/SWAClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/src/sample/soapwithattachments/service/AttachmentService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsClient/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsClient/src/main/java/org/apache/axis2/examples/httpsclient/SimpleServiceClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/java/org/apache/axis2/examples/httpsservice/SimpleService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/webapp/WEB-INF/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/webapp/WEB-INF/services/SimpleService/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/webapp/WEB-INF/web.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/src/main/java/org/apache/axis2/examples/jmsservice/SimpleService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/src/main/resources/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/src/main/resources/services/SimpleService/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/conf/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/ClientForWebServiceWithModule.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/ClientSideModuleEngagement.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/ClientUtil.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoBlockingClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoBlockingDualClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoBlockingWsaBasedClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoNonBlockingClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoNonBlockingDualClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/MailClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/PingClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/RESTClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/TCPClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example1/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example1/MyService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example2/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example2/MyService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example3/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example3/MyService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/LogHandler.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/LoggingModule.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/META-INF/module.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/src/sample/axisversion/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/src/sample/axisversion/Version.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wsdl/Axis2SampleDocLit.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wsdl/perf.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/resources/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/src/sample/yahooservices/JSONSearch/JSONSearchClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/src/sample/yahooservices/JSONSearch/JSONSearchModel.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/src/sample/yahooservices/JSONSearch/UserInterface.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchModel.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/UserInterface.java %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/docs -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/service/src/%%CONF_EXT%%s/databinding -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/faulthandling/client/src/example -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/faulthandling/docs -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/faulthandling/service/src/example -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-calculator/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-dynamic/resources/wsdl -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-dynamic/src/org/apache/axis2/jaxws/%%CONF_EXT%%/dynamic -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/com/microsoft/schemas/_2003/_10/serialization -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/client/echo -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/client/mtom -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/client/ping -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/echo -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/handler -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/mtom -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/ping -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/servlet -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/webapp/WEB-INF/classes/org/apache/axis2/jaxws/%%CONF_EXT%%s/echo -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/webapp/WEB-INF/jsp -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/webapp/WEB-INF/wsdl -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-version/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-version/src/%%CONF_EXT%%/jaxws -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/resources -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/src/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/src/%%CONF_EXT%%/json/client -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/src/%%CONF_EXT%%/json/service -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/mtom/resources -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/mtom/src/%%CONF_EXT%%/mtom/client -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/mtom/src/%%CONF_EXT%%/mtom/service -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/adbclient -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/entry -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/rpcclient -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/service -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/%%CONF_EXT%%/pojo/data -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/%%CONF_EXT%%/pojo/rpcclient -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/%%CONF_EXT%%/pojo/service -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/client %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/lib -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/%%CONF_EXT%%/spring/bean -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/%%CONF_EXT%%/spring/service -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstart/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstart/src/%%CONF_EXT%%s/quickstart/service/pojo -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartadb/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartadb/src/%%CONF_EXT%%s/quickstart/clients -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartadb/src/%%CONF_EXT%%s/quickstart/service/adb -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartaxiom/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartaxiom/src/%%CONF_EXT%%s/quickstart/clients -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartaxiom/src/%%CONF_EXT%%s/quickstart/service/axiom -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartjibx/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartjibx/src/%%CONF_EXT%%s/quickstart/clients -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartjibx/src/%%CONF_EXT%%s/quickstart/service/jibx -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartxmlbeans/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartxmlbeans/src/%%CONF_EXT%%s/quickstart/clients -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartxmlbeans/src/%%CONF_EXT%%s/quickstart/service/xmlbeans -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/doc -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/src/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/src/client -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/src/%%CONF_EXT%%/servicelifecycle/bean -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/soapwithattachments/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/soapwithattachments/src/%%CONF_EXT%%/soapwithattachments/client -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/soapwithattachments/src/%%CONF_EXT%%/soapwithattachments/service -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/https-%%CONF_EXT%%/httpsClient/src/main/java/org/apache/axis2/examples/httpsclient -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/https-%%CONF_EXT%%/httpsService/src/main/java/org/apache/axis2/examples/httpsservice -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/https-%%CONF_EXT%%/httpsService/src/main/webapp/WEB-INF/services/SimpleService/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/jms-%%CONF_EXT%%/jmsService/src/main/java/org/apache/axis2/examples/jmsservice -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/jms-%%CONF_EXT%%/jmsService/src/main/resources/services/SimpleService/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/conf -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/clients -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/example1/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/example2/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/example3/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/version/src/%%CONF_EXT%%/axisversion/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/wsdl -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/yahoojsonsearch/resources -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/yahoojsonsearch/src/%%CONF_EXT%%/yahooservices/JSONSearch -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/yahoorestsearch/src/%%CONF_EXT%%/yahooservices/RESTSearch +@mode 755 @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport @@ -298,8 +505,6 @@ @dir %%APPHOME%%/webapps/axis2/axis2-web/Error @dir %%APPHOME%%/webapps/axis2/axis2-web/css @dir %%APPHOME%%/webapps/axis2/axis2-web/images -@dir %%APPHOME%%/webapps/axis2/axis2-web/include @dir %%APPHOME%%/webapps/axis2/axis2-web @dir %%APPHOME%%/webapps/axis2 -@dir %%APPHOME%%/webapps -@dir %%APPHOME%% +@mode From owner-svn-ports-all@freebsd.org Thu Oct 20 18:59:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6809BC1A219; Thu, 20 Oct 2016 18:59:25 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 229AF1B81; Thu, 20 Oct 2016 18:59:25 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KIxOxN043791; Thu, 20 Oct 2016 18:59:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KIxOcH043788; Thu, 20 Oct 2016 18:59:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610201859.u9KIxOcH043788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 20 Oct 2016 18:59:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424347 - branches/2016Q4/www/axis2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 18:59:25 -0000 Author: feld Date: Thu Oct 20 18:59:23 2016 New Revision: 424347 URL: https://svnweb.freebsd.org/changeset/ports/424347 Log: MFH: r424346 www/axis2: Update to 1.7.3 - Resolve CVE-2010-3981 [1] - Switch to options helper - Add LICENSE_FILE - Install missing files through axis2.war. Reported upstream [2] - Set architecture neutral - Take maintainer'ship - Fix permissions [1] http://axis.apache.org/axis2/java/core/release-notes/1.7.3.html http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3981 [2] https://issues.apache.org/jira/browse/AXIS2-5816 PR: 213536 Security: CVE-2010-3981 Approved by: ports-secteam (with hat) Modified: branches/2016Q4/www/axis2/Makefile branches/2016Q4/www/axis2/distinfo branches/2016Q4/www/axis2/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/www/axis2/Makefile ============================================================================== --- branches/2016Q4/www/axis2/Makefile Thu Oct 20 18:58:46 2016 (r424346) +++ branches/2016Q4/www/axis2/Makefile Thu Oct 20 18:59:23 2016 (r424347) @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= axis2 -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.3 CATEGORIES= www java MASTER_SITES= APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-bin +DISTFILES= ${PORTNAME}-${PORTVERSION}-bin.zip ${PORTNAME}-${PORTVERSION}-war.zip -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Provides a Web Services,SOAP and WSDL engine from Apache LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cpe zip CPE_VENDOR= apache WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes +NO_ARCH= yes OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 @@ -22,33 +24,23 @@ OPTIONS_DEFAULT= TOMCAT6 OPTIONS_DEFINE= EXAMPLES -.include +TOMCAT6_VARS= APPHOME=${LOCALBASE}/apache-tomcat-6.0 +TOMCAT6_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6 -.if ${PORT_OPTIONS:MTOMCAT6} -APPHOME= ${LOCALBASE}/apache-tomcat-6.0 -BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6 -RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6 -.endif - -.if ${PORT_OPTIONS:MTOMCAT7} -APPHOME= ${LOCALBASE}/apache-tomcat-7.0 -BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 -RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 -.endif +TOMCAT7_VARS= APPHOME=${LOCALBASE}/apache-tomcat-7.0 +TOMCAT7_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 USE_JAVA= yes JAVA_VERSION= 1.6+ SHAREOWN= www SHAREGRP= www -PLIST_SUB+= APPHOME=${APPHOME:S|^${PREFIX}/||} \ - CONF_EXT=${CONF_EXT} PORTVERSION=${PORTVERSION} -CONF_EXT= sample -PORTEXAMPLES= * +PLIST_SUB+= APPHOME=${APPHOME:S|^${PREFIX}/||} \ + PORTVERSION=${PORTVERSION} do-install: - ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib && cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib) - ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes && cd ${WRKSRC}/webapp/WEB-INF/classes && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes )$ + ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib && cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib ) + ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes && cd ${WRKSRC}/webapp/WEB-INF/classes && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes ) ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web && cd ${WRKSRC}/webapp/axis2-web && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web ) ( cd ${WRKSRC}/repository && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF ) ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf @@ -56,10 +48,11 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf/${f}.sample .endfor ${INSTALL_DATA} ${WRKSRC}/webapp/WEB-INF/web.xml ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/web.xml.sample -.if ${PORT_OPTIONS:MEXAMPLES} + @${TAR} -C ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/ \ + -xf ${WRKDIR}/${PORTNAME}.war WEB-INF/include/ WEB-INF/views/ + +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/samples && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/{} \; -# cd ${WRKSRC}/samples && ${FIND} . -type f -not -name '*.class' -exec ${INSTALL_DATA} {} ${STAGEDIR}${EXAMPLESDIR}/{} \; -.endif + cd ${WRKSRC}/samples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} .include Modified: branches/2016Q4/www/axis2/distinfo ============================================================================== --- branches/2016Q4/www/axis2/distinfo Thu Oct 20 18:58:46 2016 (r424346) +++ branches/2016Q4/www/axis2/distinfo Thu Oct 20 18:59:23 2016 (r424347) @@ -1,2 +1,5 @@ -SHA256 (axis2-1.7.1-bin.zip) = cf0ddefbf82689fc06c5b7b7aa10786794f45e9e21563a2a780e672e5c96708f -SIZE (axis2-1.7.1-bin.zip) = 22362277 +TIMESTAMP = 1476566283 +SHA256 (axis2-1.7.3-bin.zip) = 9605e2726af535a0bc6007dff59d6a4d03dab0c2b119b234ad1d5b34b77f5d2d +SIZE (axis2-1.7.3-bin.zip) = 22315355 +SHA256 (axis2-1.7.3-war.zip) = 73625e6a462f93e4b996e8f78bf63286e6e071cc8e42495c5cea3d2034c2f211 +SIZE (axis2-1.7.3-war.zip) = 20191858 Modified: branches/2016Q4/www/axis2/pkg-plist ============================================================================== --- branches/2016Q4/www/axis2/pkg-plist Thu Oct 20 18:58:46 2016 (r424346) +++ branches/2016Q4/www/axis2/pkg-plist Thu Oct 20 18:59:23 2016 (r424347) @@ -3,13 +3,33 @@ %%APPHOME%%/webapps/axis2/WEB-INF/classes/commons-logging.properties %%APPHOME%%/webapps/axis2/WEB-INF/classes/log4j.properties %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http/AxisAdminServlet.class -%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AdminAgent.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/Action.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/ActionHandler.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/ActionResult.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AdminActions.class %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AxisAdminServlet.class -%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.%%CONF_EXT%% -%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.%%CONF_EXT%% -%%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.%%CONF_EXT%% -%%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.%%CONF_EXT%% -%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/CSRFPreventionResponseWrapper.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/CSRFTokenCache.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/Redirect.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/Status.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/StatusCache$1.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/StatusCache.class +%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/View.class +@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.sample +@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.sample +@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.sample +@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.sample +@mode 644 +%%APPHOME%%/webapps/axis2/WEB-INF/include/LeftFrame.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/include/adminfooter.inc +%%APPHOME%%/webapps/axis2/WEB-INF/include/adminfooter.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/include/adminheader.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/include/footer.inc +%%APPHOME%%/webapps/axis2/WEB-INF/include/header.inc +%%APPHOME%%/webapps/axis2/WEB-INF/include/httpbase.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/include/link-footer.inc +%%APPHOME%%/webapps/axis2/WEB-INF/include/link-footer.jsp +@mode %%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/antlr-2-LICENSE.txt @@ -17,10 +37,10 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-0.7.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-1.2.17.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-1.2.17.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-1.2.17.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-jaxb-1.2.17.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-1.2.19.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-1.2.19.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-1.2.19.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-jaxb-1.2.19.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-codegen-%%PORTVERSION%%.jar @@ -80,9 +100,9 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-2.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-4.2.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-4.2.5.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-4.2.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-4.2.5.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-1.5rc3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-LICENSE.txt @@ -117,8 +137,8 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api.LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-6.0.16.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-1.0M10.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-4.2.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/wsdl4j-1.6.2.jar @@ -130,6 +150,7 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-2.5.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-2.2.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/modules/modules.list @@ -139,148 +160,334 @@ %%APPHOME%%/webapps/axis2/WEB-INF/modules/soapmonitor-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/services/services.list %%APPHOME%%/webapps/axis2/WEB-INF/services/version.aar -%%APPHOME%%/webapps/axis2/WEB-INF/web.xml.%%CONF_EXT%% -%%APPHOME%%/webapps/axis2/axis2-web/ActivateService.jsp -%%APPHOME%%/webapps/axis2/axis2-web/EngageToServiceGroup.jsp +@mode 644 +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/Login.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/SelectService.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/activateService.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/admin.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/deactivateService.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/editServiceParameters.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageGlobally.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageToOperation.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageToService.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageToServiceGroup.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/errorModule.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/globalModules.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listModules.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listServiceGroups.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listServices.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listSingleService.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/upload.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewContexts.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewGlobalChains.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewOperationSpecificChains.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewServiceContext.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewServiceGroupContext.jsp +%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewphases.jsp +@mode +@sample %%APPHOME%%/webapps/axis2/WEB-INF/web.xml.sample %%APPHOME%%/webapps/axis2/axis2-web/Error/AuthError.html %%APPHOME%%/webapps/axis2/axis2-web/Error/GenError.html %%APPHOME%%/webapps/axis2/axis2-web/Error/error404.jsp %%APPHOME%%/webapps/axis2/axis2-web/Error/error500.jsp %%APPHOME%%/webapps/axis2/axis2-web/HappyAxis.jsp -%%APPHOME%%/webapps/axis2/axis2-web/InActivateService.jsp -%%APPHOME%%/webapps/axis2/axis2-web/LeftFrame.jsp -%%APPHOME%%/webapps/axis2/axis2-web/ListServiceGroup.jsp -%%APPHOME%%/webapps/axis2/axis2-web/Login.jsp %%APPHOME%%/webapps/axis2/axis2-web/MainFrame.jsp -%%APPHOME%%/webapps/axis2/axis2-web/SelectService.jsp -%%APPHOME%%/webapps/axis2/axis2-web/ServiceParaEdit.jsp -%%APPHOME%%/webapps/axis2/axis2-web/TopFrame.jsp -%%APPHOME%%/webapps/axis2/axis2-web/ViewContexts.jsp -%%APPHOME%%/webapps/axis2/axis2-web/ViewGlobalHandlers.jsp -%%APPHOME%%/webapps/axis2/axis2-web/ViewServiceHandlers.jsp -%%APPHOME%%/webapps/axis2/axis2-web/admin.jsp %%APPHOME%%/webapps/axis2/axis2-web/css/axis-style.css -%%APPHOME%%/webapps/axis2/axis2-web/deleteService.jsp -%%APPHOME%%/webapps/axis2/axis2-web/disengage.jsp -%%APPHOME%%/webapps/axis2/axis2-web/engagingglobally.jsp -%%APPHOME%%/webapps/axis2/axis2-web/engagingtoanoperation.jsp -%%APPHOME%%/webapps/axis2/axis2-web/engagingtoaservice.jsp %%APPHOME%%/webapps/axis2/axis2-web/error.jsp -%%APPHOME%%/webapps/axis2/axis2-web/errorModule.jsp -%%APPHOME%%/webapps/axis2/axis2-web/globalModules.jsp %%APPHOME%%/webapps/axis2/axis2-web/images/asf-logo.gif %%APPHOME%%/webapps/axis2/axis2-web/images/axis.gif %%APPHOME%%/webapps/axis2/axis2-web/images/axis.jpg %%APPHOME%%/webapps/axis2/axis2-web/images/axis_l.jpg -%%APPHOME%%/webapps/axis2/axis2-web/include/adminfooter.inc -%%APPHOME%%/webapps/axis2/axis2-web/include/adminfooter.jsp -%%APPHOME%%/webapps/axis2/axis2-web/include/adminheader.inc -%%APPHOME%%/webapps/axis2/axis2-web/include/adminheader.jsp -%%APPHOME%%/webapps/axis2/axis2-web/include/footer.inc -%%APPHOME%%/webapps/axis2/axis2-web/include/header.inc -%%APPHOME%%/webapps/axis2/axis2-web/include/httpbase.jsp -%%APPHOME%%/webapps/axis2/axis2-web/include/link-footer.inc -%%APPHOME%%/webapps/axis2/axis2-web/include/link-footer.jsp %%APPHOME%%/webapps/axis2/axis2-web/index.jsp %%APPHOME%%/webapps/axis2/axis2-web/listFaultyService.jsp %%APPHOME%%/webapps/axis2/axis2-web/listGroupService.jsp -%%APPHOME%%/webapps/axis2/axis2-web/listModules.jsp -%%APPHOME%%/webapps/axis2/axis2-web/listService.jsp %%APPHOME%%/webapps/axis2/axis2-web/listServices.jsp -%%APPHOME%%/webapps/axis2/axis2-web/listSingleService.jsp -%%APPHOME%%/webapps/axis2/axis2-web/upload.jsp -%%APPHOME%%/webapps/axis2/axis2-web/viewServiceContext.jsp -%%APPHOME%%/webapps/axis2/axis2-web/viewServiceGroupContext.jsp -%%APPHOME%%/webapps/axis2/axis2-web/viewphases.jsp -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/client/src/%%CONF_EXT%%s/databinding +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/StockQuote.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/StockQuoteService.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/castorbuilder.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/client/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/client/src/samples/databinding/StockClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/client/src/samples/databinding/StockClient2.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/service/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/service/src/samples/databinding/StockQuoteServiceSkeleton.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/bank.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/client/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/client/src/example/BankClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/docs/FaultHandlingSampleGuide.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/service/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/service/src/example/BankServiceSkeleton.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server/HelloWorld.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server/HelloWorldImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes/commons-logging.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes/log4j.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/web.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/AddressBookEntry.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook/AddressBook.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook/AddressBookClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook/AddressBookImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/resources/META-INF/CalculatorService.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/resources/META-INF/CalculatorService_schema1.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/Add.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/AddNumbersException.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/AddNumbersException_Exception.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/AddResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/Calculator.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/CalculatorServer.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/CalculatorService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/GetTicket.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/GetTicketResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/Add.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddNumbersException.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddNumbersException_Exception.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddSEIClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/Calculator.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/CalculatorService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/GetTicket.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/GetTicketResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/package-info.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/package-info.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/resources/wsdl/DynamicSample.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/src/org/apache/axis2/jaxws/sample/dynamic/DynamicServiceProvider.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/BaseDataTypesDocLitB.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd0.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd1.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd2.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/com/microsoft/schemas/_2003/_10/serialization/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop/InteropSampleClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop/InteropSampleService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/DateTimeOffset.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/package-info.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/BaseDataTypesDocLitBService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/IBaseDataTypesDocLitB.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/SampleClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService12.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService12PortProxy.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService12PortTypeClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoServiceCallbackHandler.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoServicePortProxy.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoServicePortTypeClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSample12PortProxy.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSamplePortProxy.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSampleService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSampleService12.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/SampleMTOMTests.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService12.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService12PortProxy.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService12PortTypeClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingServicePortProxy.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingServicePortTypeClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoService12PortImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoService12PortType.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoServicePortImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoServicePortType.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoStringInput.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoStringResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/package-info.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/handler/LoggingSOAPHandler.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/ImageDepot.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSample.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSample12.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSample12PortImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSamplePortImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/SendImage.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/SendImageResponse.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/package-info.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/ObjectFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingService12PortImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingService12PortType.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingServicePortImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingServicePortType.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingStringInput.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/package-info.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/servlet/EchoPingSampleServlet.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/servlet/MTOMSampleServlet.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/commons-logging.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/log4j.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/org/apache/axis2/jaxws/samples/echo/loghandler.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/jsp/demoEchoPing.jsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/jsp/demoMTOM.jsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/web.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Echo.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Echo12.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/ImageDepot.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/ImageDepot12.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Ping.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Ping12.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/resources/META-INF/version.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/resources/META-INF/version.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/src/sample/jaxws/Version.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/resources/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/client/JsonClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/service/Address.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/service/JsonService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/service/User.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/resources/MTOMSample.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/resources/xmime.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/src/sample/mtom/client/Client.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/src/sample/mtom/service/MTOMSampleSkeleton.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/adbclient/AddressBookADBClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/entry/Entry.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/rpcclient/AddressBookRPCClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/service/AddressBookService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/sample/pojo/data/Weather.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/sample/pojo/rpcclient/WeatherRPCClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/sample/pojo/service/WeatherService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/applicationContext.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/client/WeatherSpringRPCClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/sample/spring/bean/Weather.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/sample/spring/service/SpringInit.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/sample/spring/service/WeatherSpringService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/resources/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/src/samples/quickstart/service/pojo/StockQuoteService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/resources/META-INF/StockQuoteService.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/resources/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/src/samples/quickstart/clients/ADBClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/src/samples/quickstart/service/adb/StockQuoteServiceSkeleton.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/resources/META-INF/StockQuoteService.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/resources/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/src/samples/quickstart/clients/AXIOMClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/src/samples/quickstart/service/axiom/StockQuoteService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/resources/META-INF/StockQuoteService.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/resources/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/src/samples/quickstart/clients/JiBXClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/src/samples/quickstart/service/jibx/StockQuoteServiceSkeleton.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/resources/META-INF/StockQuoteService.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/resources/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/src/samples/quickstart/clients/XMLBEANSClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/src/samples/quickstart/service/xmlbeans/StockQuoteServiceSkeleton.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/doc/servicelifecycleguide.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/client/LibraryServiceClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/LibraryConstants.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/LibraryLifeCycle.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/LibraryService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/UsersService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/Book.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/BookList.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/User.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/UserList.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/resources/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/src/sample/soapwithattachments/client/SWAClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/src/sample/soapwithattachments/service/AttachmentService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsClient/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsClient/src/main/java/org/apache/axis2/examples/httpsclient/SimpleServiceClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/java/org/apache/axis2/examples/httpsservice/SimpleService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/webapp/WEB-INF/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/webapp/WEB-INF/services/SimpleService/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/webapp/WEB-INF/web.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/src/main/java/org/apache/axis2/examples/jmsservice/SimpleService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/src/main/resources/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/src/main/resources/services/SimpleService/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/conf/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/ClientForWebServiceWithModule.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/ClientSideModuleEngagement.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/ClientUtil.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoBlockingClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoBlockingDualClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoBlockingWsaBasedClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoNonBlockingClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoNonBlockingDualClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/MailClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/PingClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/RESTClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/TCPClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example1/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example1/MyService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example2/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example2/MyService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example3/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example3/MyService.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/LogHandler.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/LoggingModule.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/META-INF/module.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/pom.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/src/sample/axisversion/META-INF/services.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/src/sample/axisversion/Version.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wsdl/Axis2SampleDocLit.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wsdl/perf.wsdl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/resources/axis2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/src/sample/yahooservices/JSONSearch/JSONSearchClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/src/sample/yahooservices/JSONSearch/JSONSearchModel.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/src/sample/yahooservices/JSONSearch/UserInterface.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchClient.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchModel.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/UserInterface.java %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/docs -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/service/src/%%CONF_EXT%%s/databinding -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/faulthandling/client/src/example -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/faulthandling/docs -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/faulthandling/service/src/example -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-calculator/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-dynamic/resources/wsdl -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-dynamic/src/org/apache/axis2/jaxws/%%CONF_EXT%%/dynamic -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/com/microsoft/schemas/_2003/_10/serialization -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/client/echo -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/client/mtom -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/client/ping -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/echo -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/handler -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/mtom -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/ping -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/servlet -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/webapp/WEB-INF/classes/org/apache/axis2/jaxws/%%CONF_EXT%%s/echo -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/webapp/WEB-INF/jsp -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/webapp/WEB-INF/wsdl -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-version/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-version/src/%%CONF_EXT%%/jaxws -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/resources -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/src/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/src/%%CONF_EXT%%/json/client -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/src/%%CONF_EXT%%/json/service -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/mtom/resources -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/mtom/src/%%CONF_EXT%%/mtom/client -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/mtom/src/%%CONF_EXT%%/mtom/service -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/adbclient -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/entry -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/rpcclient -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/service -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/%%CONF_EXT%%/pojo/data -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/%%CONF_EXT%%/pojo/rpcclient -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/%%CONF_EXT%%/pojo/service -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/client %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/lib -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/%%CONF_EXT%%/spring/bean -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/%%CONF_EXT%%/spring/service -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstart/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstart/src/%%CONF_EXT%%s/quickstart/service/pojo -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartadb/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartadb/src/%%CONF_EXT%%s/quickstart/clients -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartadb/src/%%CONF_EXT%%s/quickstart/service/adb -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartaxiom/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartaxiom/src/%%CONF_EXT%%s/quickstart/clients -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartaxiom/src/%%CONF_EXT%%s/quickstart/service/axiom -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartjibx/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartjibx/src/%%CONF_EXT%%s/quickstart/clients -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartjibx/src/%%CONF_EXT%%s/quickstart/service/jibx -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartxmlbeans/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartxmlbeans/src/%%CONF_EXT%%s/quickstart/clients -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartxmlbeans/src/%%CONF_EXT%%s/quickstart/service/xmlbeans -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/doc -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/src/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/src/client -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/src/%%CONF_EXT%%/servicelifecycle/bean -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/soapwithattachments/resources/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/soapwithattachments/src/%%CONF_EXT%%/soapwithattachments/client -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/soapwithattachments/src/%%CONF_EXT%%/soapwithattachments/service -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/https-%%CONF_EXT%%/httpsClient/src/main/java/org/apache/axis2/examples/httpsclient -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/https-%%CONF_EXT%%/httpsService/src/main/java/org/apache/axis2/examples/httpsservice -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/https-%%CONF_EXT%%/httpsService/src/main/webapp/WEB-INF/services/SimpleService/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/jms-%%CONF_EXT%%/jmsService/src/main/java/org/apache/axis2/examples/jmsservice -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/jms-%%CONF_EXT%%/jmsService/src/main/resources/services/SimpleService/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/conf -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/clients -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/example1/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/example2/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/example3/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/version/src/%%CONF_EXT%%/axisversion/META-INF -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/wsdl -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/yahoojsonsearch/resources -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/yahoojsonsearch/src/%%CONF_EXT%%/yahooservices/JSONSearch -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/yahoorestsearch/src/%%CONF_EXT%%/yahooservices/RESTSearch +@mode 755 @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport @@ -298,8 +505,6 @@ @dir %%APPHOME%%/webapps/axis2/axis2-web/Error @dir %%APPHOME%%/webapps/axis2/axis2-web/css @dir %%APPHOME%%/webapps/axis2/axis2-web/images -@dir %%APPHOME%%/webapps/axis2/axis2-web/include @dir %%APPHOME%%/webapps/axis2/axis2-web @dir %%APPHOME%%/webapps/axis2 -@dir %%APPHOME%%/webapps -@dir %%APPHOME%% +@mode From owner-svn-ports-all@freebsd.org Thu Oct 20 19:08:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4C06C1A5AE; Thu, 20 Oct 2016 19:08:21 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3E13122; Thu, 20 Oct 2016 19:08:21 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KJ8Krg047729; Thu, 20 Oct 2016 19:08:20 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KJ8KGT047727; Thu, 20 Oct 2016 19:08:20 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610201908.u9KJ8KGT047727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 20 Oct 2016 19:08:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424348 - head/sysutils/qtpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 19:08:21 -0000 Author: jhale Date: Thu Oct 20 19:08:20 2016 New Revision: 424348 URL: https://svnweb.freebsd.org/changeset/ports/424348 Log: Update to 1.1.5 PR: 213623 Submitted by: Anne Jan Brouwer Modified: head/sysutils/qtpass/Makefile head/sysutils/qtpass/distinfo Modified: head/sysutils/qtpass/Makefile ============================================================================== --- head/sysutils/qtpass/Makefile Thu Oct 20 18:59:23 2016 (r424347) +++ head/sysutils/qtpass/Makefile Thu Oct 20 19:08:20 2016 (r424348) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qtpass -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 DISTVERSIONPREFIX=v CATEGORIES= sysutils @@ -27,6 +27,8 @@ DESKTOP_ENTRIES= "QtPass" "" \ "${PREFIX}/bin/qtpass" \ "Security;Utility;" true +WRKSRC= ${WRKDIR}/QtPass-${PORTVERSION} + # Install the icon of the port. post-install: ${INSTALL_DATA} ${WRKSRC}/artwork/icon.png \ Modified: head/sysutils/qtpass/distinfo ============================================================================== --- head/sysutils/qtpass/distinfo Thu Oct 20 18:59:23 2016 (r424347) +++ head/sysutils/qtpass/distinfo Thu Oct 20 19:08:20 2016 (r424348) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475842359 -SHA256 (IJhack-qtpass-v1.1.4_GH0.tar.gz) = d50af049e1e849c46e9f49ccc91a979dc56174ddf1590c02bc70e3d88520c882 -SIZE (IJhack-qtpass-v1.1.4_GH0.tar.gz) = 314154 +TIMESTAMP = 1476957812 +SHA256 (IJhack-qtpass-v1.1.5_GH0.tar.gz) = 3ab26fdcaec72672557552e309bf3d8f3b8b9e3e0e9379b8c3343a7351597200 +SIZE (IJhack-qtpass-v1.1.5_GH0.tar.gz) = 329958 From owner-svn-ports-all@freebsd.org Thu Oct 20 19:14:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90AD1C1A940; Thu, 20 Oct 2016 19:14:47 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53CDD80D; Thu, 20 Oct 2016 19:14:47 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KJEkLu051509; Thu, 20 Oct 2016 19:14:46 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KJEjNP051501; Thu, 20 Oct 2016 19:14:45 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610201914.u9KJEjNP051501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 20 Oct 2016 19:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424349 - in head/www: . py-octoprint py-octoprint/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 19:14:47 -0000 Author: feld Date: Thu Oct 20 19:14:45 2016 New Revision: 424349 URL: https://svnweb.freebsd.org/changeset/ports/424349 Log: Snappy web interface for your 3D printer. OctoPrint allows full remote control and monitoring, it's compatible and extendable, and it's 100% open source. WWW: http://octoprint.org/ PR: 213327 Submitted by: bsdports@kyle-evans.net Added: head/www/py-octoprint/ head/www/py-octoprint/Makefile (contents, props changed) head/www/py-octoprint/distinfo (contents, props changed) head/www/py-octoprint/files/ head/www/py-octoprint/files/octoprint.in (contents, props changed) head/www/py-octoprint/files/patch-setup.py (contents, props changed) head/www/py-octoprint/pkg-descr (contents, props changed) head/www/py-octoprint/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Oct 20 19:08:20 2016 (r424348) +++ head/www/Makefile Thu Oct 20 19:14:45 2016 (r424349) @@ -1656,6 +1656,7 @@ SUBDIR += py-meld3 SUBDIR += py-mt SUBDIR += py-nevow + SUBDIR += py-octoprint SUBDIR += py-pafy SUBDIR += py-paste SUBDIR += py-pastedeploy Added: head/www/py-octoprint/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-octoprint/Makefile Thu Oct 20 19:14:45 2016 (r424349) @@ -0,0 +1,63 @@ +# $FreeBSD$ + +PORTNAME= octoprint +PORTVERSION= 1.3.0.a +CATEGORIES= www python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Web interface for controlling a 3D printer + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.11.1:www/py-flask \ + ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.11.1:www/py-werkzeug \ + ${PYTHON_PKGNAMEPREFIX}tornado>=4.4.2:www/py-tornado \ + ${PYTHON_PKGNAMEPREFIX}sockjs-tornado>=1.0.2:www/py-sockjs-tornado \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}Flask-Login>=0.3.2:www/py-flask-login \ + ${PYTHON_PKGNAMEPREFIX}Flask-Principal>=0.4:www/py-flask-principal \ + ${PYTHON_PKGNAMEPREFIX}Flask-Babel>=0.11.1:devel/py-flask-babel \ + ${PYTHON_PKGNAMEPREFIX}Flask-Assets>=0.12:www/py-flask-assets \ + ${PYTHON_PKGNAMEPREFIX}markdown>=2.6.4:textproc/py-markdown \ + ${PYTHON_PKGNAMEPREFIX}serial>=2.7:comms/py-serial \ + ${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.17:net/py-netaddr \ + ${PYTHON_PKGNAMEPREFIX}watchdog>=0.8.2:devel/py-watchdog \ + ${PYTHON_PKGNAMEPREFIX}sarge>=0.1.4:devel/py-sarge \ + ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10:net/py-netifaces \ + ${PYTHON_PKGNAMEPREFIX}pylru>=1.0.9:devel/py-pylru \ + ${PYTHON_PKGNAMEPREFIX}rsa>=3.3:security/py-rsa \ + ${PYTHON_PKGNAMEPREFIX}pkginfo>=1.2.1:sysutils/py-pkginfo \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.4.2:devel/py-semantic_version \ + ${PYTHON_PKGNAMEPREFIX}psutil>=4.3.0:sysutils/py-psutil \ + ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click \ + ${PYTHON_PKGNAMEPREFIX}awesome-slugify>=1.6.5:textproc/py-awesome-slugify \ + ${PYTHON_PKGNAMEPREFIX}feedparser>=5.2.1:textproc/py-feedparser \ + ${PYTHON_PKGNAMEPREFIX}chainmap>=1.0.2:devel/py-chainmap \ + ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \ + ${PYTHON_PKGNAMEPREFIX}scandir>=1.3:sysutils/py-scandir + +USES= python + +USE_PYTHON= autoplist distutils + +USE_GITHUB= yes +GH_ACCOUNT= kevans91 +GH_TAGNAME= 37f51ef +GH_PROJECT= OctoPrint + +USE_RC_SUBR= octoprint +SUB_LIST+= PYTHON=${PYTHON_CMD} \ + HOME=${PREFIX}/octoprint + +USERS= octoprint +GROUPS= octoprint + +NO_ARCH= yes + +post-patch: + ${RM} -rf ${WRKSRC}/src/octoprint/plugins/softwareupdate + +.include Added: head/www/py-octoprint/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-octoprint/distinfo Thu Oct 20 19:14:45 2016 (r424349) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475908249 +SHA256 (kevans91-OctoPrint-1.3.0.a-37f51ef_GH0.tar.gz) = 2b15c15e7c4c1ce550c76a90fedbdb4e996f7c0297bc6eb7a67c8478d8b65e15 +SIZE (kevans91-OctoPrint-1.3.0.a-37f51ef_GH0.tar.gz) = 3282128 Added: head/www/py-octoprint/files/octoprint.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-octoprint/files/octoprint.in Thu Oct 20 19:14:45 2016 (r424349) @@ -0,0 +1,43 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: octoprint +# REQUIRE: LOGIN +# KEYWORD: shutdown +# + +. /etc/rc.subr + +name=octoprint +rcvar=octoprint_enable +desc="OctoPrint 3D printer control daemon" + +load_rc_config $name + +: ${octoprint_enable:=NO} +: ${octoprint_host=0.0.0.0} +: ${octoprint_port=5000} +: ${octoprint_flags="--basedir %%HOME%% --host $octoprint_host --port $octoprint_port"} +: ${octoprint_user=octoprint} +: ${octoprint_group=octoprint} + +octoprint_env=PYTHON_EGG_CACHE=%%HOME%% + +command=%%PREFIX%%/bin/$name +pidfile=/var/run/$name/$name.pid +command_args="daemon $octoprint_flags --pid $pidfile start" +command_interpreter=%%PYTHON%% +start_precmd=octo_prestart + +octo_prestart() +{ + # octoprint_flags gets appended when we don't want it to. + rc_flags="" + + if [ ! -d /var/run/$name ]; then + install -d -o ${octoprint_user} -g ${octoprint_group} -m 755 /var/run/$name + fi +} + +run_rc_command "$1" Added: head/www/py-octoprint/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-octoprint/files/patch-setup.py Thu Oct 20 19:14:45 2016 (r424349) @@ -0,0 +1,33 @@ +--- setup.py.orig 2016-10-08 19:12:49 UTC ++++ setup.py +@@ -18,7 +18,7 @@ INSTALL_REQUIRES = [ + "werkzeug>=0.11.1,<0.12", + "tornado>=4.4.2,<4.5", + "sockjs-tornado>=1.0.2,<1.1", +- "PyYAML>=3.12,<3.13", ++ "PyYAML>=3.11,<3.13", + "Flask-Login>=0.3,<0.4", + "Flask-Principal>=0.4,<0.5", + "Flask-Babel>=0.11,<0.12", +@@ -26,15 +26,15 @@ INSTALL_REQUIRES = [ + "markdown>=2.6.4,<2.7", +- "pyserial>=3.1.1,<3.2", ++ "pyserial>=2.7,<3.2", + "netaddr>=0.7.17,<0.8", +- "watchdog>=0.8.3,<0.9", ++ "watchdog>=0.8.2,<0.9", + "sarge>=0.1.4,<0.2", + "netifaces>=0.10,<0.11", + "pylru>=1.0.9,<1.1", +- "rsa>=3.4,<3.5", ++ "rsa>=3.3,<3.5", +- "pkginfo>=1.3.2,<1.4", ++ "pkginfo>=1.2.1,<1.4", + "requests>=2.11.1,<2.12", +- "semantic_version>=2.6.0,<2.7", +- "psutil>=4.3.1,<4.4", ++ "semantic_version>=2.4.2,<2.7", ++ "psutil>=4.3.0,<4.4", + "Click>=6.6,<6.7", + "awesome-slugify>=1.6.5,<1.7", + "feedparser>=5.2.1,<5.3", Added: head/www/py-octoprint/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-octoprint/pkg-descr Thu Oct 20 19:14:45 2016 (r424349) @@ -0,0 +1,5 @@ +Snappy web interface for your 3D printer. OctoPrint allows full remote +control and monitoring, it's compatible and extendable, and it's 100% +open source. + +WWW: http://octoprint.org/ Added: head/www/py-octoprint/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-octoprint/pkg-plist Thu Oct 20 19:14:45 2016 (r424349) @@ -0,0 +1,4 @@ +%%PYTHON_SITELIBDIR%%/octoprint/templates/_data/AUTHORS.md +%%PYTHON_SITELIBDIR%%/octoprint/templates/_data/CHANGELOG.md +%%PYTHON_SITELIBDIR%%/octoprint/templates/_data/SUPPORTERS.md +%%PYTHON_SITELIBDIR%%/octoprint/templates/_data/THIRDPARTYLICENSES.md From owner-svn-ports-all@freebsd.org Thu Oct 20 19:15:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D96CC1A9B5; Thu, 20 Oct 2016 19:15:46 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D8B9946; Thu, 20 Oct 2016 19:15:46 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KJFjB8051657; Thu, 20 Oct 2016 19:15:45 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KJFjsF051656; Thu, 20 Oct 2016 19:15:45 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610201915.u9KJFjsF051656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 20 Oct 2016 19:15:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424350 - branches/2016Q4/audio/espeak X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 19:15:46 -0000 Author: jhale Date: Thu Oct 20 19:15:45 2016 New Revision: 424350 URL: https://svnweb.freebsd.org/changeset/ports/424350 Log: MFH: r424305 Fix build when RUNTIME option is selected PR: 213633 Approved by: portmgr (blanket) Approved by: ports-secteam (feld) Modified: branches/2016Q4/audio/espeak/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/audio/espeak/Makefile ============================================================================== --- branches/2016Q4/audio/espeak/Makefile Thu Oct 20 19:14:45 2016 (r424349) +++ branches/2016Q4/audio/espeak/Makefile Thu Oct 20 19:15:45 2016 (r424350) @@ -52,7 +52,6 @@ BROKEN_sparc64= Does not compile on spar post-patch: cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} ${REINPLACE_FILES} -post-patch-PORTAUDIO-on: ${MV} ${WRKSRC}/src/portaudio19.h ${WRKSRC}/src/portaudio.h post-install: From owner-svn-ports-all@freebsd.org Thu Oct 20 19:40:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37F3DC1AFAB; Thu, 20 Oct 2016 19:40:25 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5623A33; Thu, 20 Oct 2016 19:40:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KJeOPH059369; Thu, 20 Oct 2016 19:40:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KJeNLq059367; Thu, 20 Oct 2016 19:40:23 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610201940.u9KJeNLq059367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 20 Oct 2016 19:40:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424351 - head/net-mgmt/unifi4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 19:40:25 -0000 Author: feld Date: Thu Oct 20 19:40:23 2016 New Revision: 424351 URL: https://svnweb.freebsd.org/changeset/ports/424351 Log: net-mgmt/unifi4: Mark DEPRECATED End of Life as of 2017-01-01 Also fix trailing whitespace in pkg-plist Modified: head/net-mgmt/unifi4/Makefile head/net-mgmt/unifi4/pkg-plist Modified: head/net-mgmt/unifi4/Makefile ============================================================================== --- head/net-mgmt/unifi4/Makefile Thu Oct 20 19:15:45 2016 (r424350) +++ head/net-mgmt/unifi4/Makefile Thu Oct 20 19:40:23 2016 (r424351) @@ -44,6 +44,9 @@ WRKSRC= ${WRKDIR}/UniFi RESTRICTED= Redistribution of bundled firmware images is not permitted CONFLICTS= unifi2-* unifi3-* +DEPRECATED= EoL as of 2017-01-01 +EXPIRES= 2017-01-01 + post-patch: ${RM} ${WRKSRC}/lib/snappy-java-1.0.5.jar (cd ${WRKSRC}/lib && ${LN} -s ${JAVAJARDIR}/snappy-java.jar snappy-java-1.0.5.jar) Modified: head/net-mgmt/unifi4/pkg-plist ============================================================================== --- head/net-mgmt/unifi4/pkg-plist Thu Oct 20 19:15:45 2016 (r424350) +++ head/net-mgmt/unifi4/pkg-plist Thu Oct 20 19:40:23 2016 (r424351) @@ -1,4 +1,4 @@ -%%JAVASHAREDIR%%/unifi/bin/mongod +%%JAVASHAREDIR%%/unifi/bin/mongod %%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.3.22.4024/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/U2HSR/3.3.22.4024/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/U2IW/3.3.22.4024/firmware.bin @@ -7,511 +7,511 @@ %%JAVASHAREDIR%%/unifi/dl/firmware/U7PG2/3.4.19.3477/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/US24P250/3.3.22.4024/firmware.bin %%JAVASHAREDIR%%/unifi/lib/commons-validator-1.5.0.jar -%%JAVASHAREDIR%%/unifi/dl/firmware/bundles.json -%%JAVASHAREDIR%%/unifi/lib/Java-WebSocket-1.3.0-44-gbf2af15.jar -%%JAVASHAREDIR%%/unifi/lib/ace.jar -%%JAVASHAREDIR%%/unifi/lib/annotations-2.0.0.jar -%%JAVASHAREDIR%%/unifi/lib/commons-beanutils-1.9.1.jar -%%JAVASHAREDIR%%/unifi/lib/commons-codec-1.7.jar -%%JAVASHAREDIR%%/unifi/lib/commons-httpclient-3.1-atlassian-2.jar -%%JAVASHAREDIR%%/unifi/lib/commons-httpclient-contrib-3.1.jar -%%JAVASHAREDIR%%/unifi/lib/commons-io-2.4.jar -%%JAVASHAREDIR%%/unifi/lib/commons-lang-2.6.jar -%%JAVASHAREDIR%%/unifi/lib/commons-logging-1.1.3.jar -%%JAVASHAREDIR%%/unifi/lib/commons-net-3.3.jar -%%JAVASHAREDIR%%/unifi/lib/commons-pool2-2.2.jar -%%JAVASHAREDIR%%/unifi/lib/dom4j-1.3.jar -%%JAVASHAREDIR%%/unifi/lib/ecj-4.3.1.jar -%%JAVASHAREDIR%%/unifi/lib/gson-2.2.4.jar -%%JAVASHAREDIR%%/unifi/lib/guava-14.0.1.jar -%%JAVASHAREDIR%%/unifi/lib/jmdns-3.4.1.jar +%%JAVASHAREDIR%%/unifi/dl/firmware/bundles.json +%%JAVASHAREDIR%%/unifi/lib/Java-WebSocket-1.3.0-44-gbf2af15.jar +%%JAVASHAREDIR%%/unifi/lib/ace.jar +%%JAVASHAREDIR%%/unifi/lib/annotations-2.0.0.jar +%%JAVASHAREDIR%%/unifi/lib/commons-beanutils-1.9.1.jar +%%JAVASHAREDIR%%/unifi/lib/commons-codec-1.7.jar +%%JAVASHAREDIR%%/unifi/lib/commons-httpclient-3.1-atlassian-2.jar +%%JAVASHAREDIR%%/unifi/lib/commons-httpclient-contrib-3.1.jar +%%JAVASHAREDIR%%/unifi/lib/commons-io-2.4.jar +%%JAVASHAREDIR%%/unifi/lib/commons-lang-2.6.jar +%%JAVASHAREDIR%%/unifi/lib/commons-logging-1.1.3.jar +%%JAVASHAREDIR%%/unifi/lib/commons-net-3.3.jar +%%JAVASHAREDIR%%/unifi/lib/commons-pool2-2.2.jar +%%JAVASHAREDIR%%/unifi/lib/dom4j-1.3.jar +%%JAVASHAREDIR%%/unifi/lib/ecj-4.3.1.jar +%%JAVASHAREDIR%%/unifi/lib/gson-2.2.4.jar +%%JAVASHAREDIR%%/unifi/lib/guava-14.0.1.jar +%%JAVASHAREDIR%%/unifi/lib/jmdns-3.4.1.jar %%JAVASHAREDIR%%/unifi/lib/jorbis-0.0.17.jar -%%JAVASHAREDIR%%/unifi/lib/jsch-0.1.51.jar -%%JAVASHAREDIR%%/unifi/lib/jstl-1.2.jar -%%JAVASHAREDIR%%/unifi/lib/jstun-0.7.3.jar -%%JAVASHAREDIR%%/unifi/lib/jul-to-slf4j-1.7.6.jar -%%JAVASHAREDIR%%/unifi/lib/log4j-1.2.17.jar -%%JAVASHAREDIR%%/unifi/lib/mail-1.4.7.jar -%%JAVASHAREDIR%%/unifi/lib/mongo-java-driver-2.10.1.jar -%%JAVASHAREDIR%%/unifi/lib/native/Linux/amd64/libubnt_webrtc_jni.so -%%JAVASHAREDIR%%/unifi/lib/native/Linux/armhf/libubnt_webrtc_jni.so -%%JAVASHAREDIR%%/unifi/lib/native/Mac/x86_64/libubnt_webrtc_jni.jnilib -%%JAVASHAREDIR%%/unifi/lib/native/Windows/amd64/ubnt_webrtc_jni.dll -%%JAVASHAREDIR%%/unifi/lib/servo-core-0.9.4.jar -%%JAVASHAREDIR%%/unifi/lib/servo-graphite-0.9.4.jar -%%JAVASHAREDIR%%/unifi/lib/slf4j-api-1.7.6.jar -%%JAVASHAREDIR%%/unifi/lib/slf4j-log4j12-1.7.6.jar -%%JAVASHAREDIR%%/unifi/lib/snappy-java-1.0.5.jar -%%JAVASHAREDIR%%/unifi/lib/spring-beans-3.2.8.RELEASE.jar -%%JAVASHAREDIR%%/unifi/lib/spring-context-3.2.8.RELEASE.jar -%%JAVASHAREDIR%%/unifi/lib/spring-core-3.2.8.RELEASE.jar -%%JAVASHAREDIR%%/unifi/lib/spring-expression-3.2.8.RELEASE.jar -%%JAVASHAREDIR%%/unifi/lib/spring-test-3.2.8.RELEASE.jar -%%JAVASHAREDIR%%/unifi/lib/sshj-0.9.0.jar -%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-core-7.0.64.jar -%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-el-7.0.64.jar -%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-jasper-7.0.64.jar -%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-logging-juli-7.0.64.jar -%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-logging-log4j-7.0.64.jar -%%JAVASHAREDIR%%/unifi/lib/urlrewritefilter-4.0.4.jar -%%JAVASHAREDIR%%/unifi/readme.txt -%%JAVASHAREDIR%%/unifi/webapps/ROOT/WEB-INF/urlrewrite.xml -%%JAVASHAREDIR%%/unifi/webapps/ROOT/WEB-INF/web.xml -%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-114x114-precomposed.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-144x144-precomposed.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-57x57-precomposed.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-72x72-precomposed.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-precomposed.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/find_controller.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/hotspot.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/hotspot_login.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/iframe.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/iframe_uploaded.jsp -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/1x1.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/arrow-down.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-message-avatar.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-message-avatar@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-profile-avatar.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-profile-avatar@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP4/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP4/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5c/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5c/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5t/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5t/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5tc/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5tc/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7c/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7c/icon@2x.png +%%JAVASHAREDIR%%/unifi/lib/jsch-0.1.51.jar +%%JAVASHAREDIR%%/unifi/lib/jstl-1.2.jar +%%JAVASHAREDIR%%/unifi/lib/jstun-0.7.3.jar +%%JAVASHAREDIR%%/unifi/lib/jul-to-slf4j-1.7.6.jar +%%JAVASHAREDIR%%/unifi/lib/log4j-1.2.17.jar +%%JAVASHAREDIR%%/unifi/lib/mail-1.4.7.jar +%%JAVASHAREDIR%%/unifi/lib/mongo-java-driver-2.10.1.jar +%%JAVASHAREDIR%%/unifi/lib/native/Linux/amd64/libubnt_webrtc_jni.so +%%JAVASHAREDIR%%/unifi/lib/native/Linux/armhf/libubnt_webrtc_jni.so +%%JAVASHAREDIR%%/unifi/lib/native/Mac/x86_64/libubnt_webrtc_jni.jnilib +%%JAVASHAREDIR%%/unifi/lib/native/Windows/amd64/ubnt_webrtc_jni.dll +%%JAVASHAREDIR%%/unifi/lib/servo-core-0.9.4.jar +%%JAVASHAREDIR%%/unifi/lib/servo-graphite-0.9.4.jar +%%JAVASHAREDIR%%/unifi/lib/slf4j-api-1.7.6.jar +%%JAVASHAREDIR%%/unifi/lib/slf4j-log4j12-1.7.6.jar +%%JAVASHAREDIR%%/unifi/lib/snappy-java-1.0.5.jar +%%JAVASHAREDIR%%/unifi/lib/spring-beans-3.2.8.RELEASE.jar +%%JAVASHAREDIR%%/unifi/lib/spring-context-3.2.8.RELEASE.jar +%%JAVASHAREDIR%%/unifi/lib/spring-core-3.2.8.RELEASE.jar +%%JAVASHAREDIR%%/unifi/lib/spring-expression-3.2.8.RELEASE.jar +%%JAVASHAREDIR%%/unifi/lib/spring-test-3.2.8.RELEASE.jar +%%JAVASHAREDIR%%/unifi/lib/sshj-0.9.0.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-core-7.0.64.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-el-7.0.64.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-jasper-7.0.64.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-logging-juli-7.0.64.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-logging-log4j-7.0.64.jar +%%JAVASHAREDIR%%/unifi/lib/urlrewritefilter-4.0.4.jar +%%JAVASHAREDIR%%/unifi/readme.txt +%%JAVASHAREDIR%%/unifi/webapps/ROOT/WEB-INF/urlrewrite.xml +%%JAVASHAREDIR%%/unifi/webapps/ROOT/WEB-INF/web.xml +%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-114x114-precomposed.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-144x144-precomposed.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-57x57-precomposed.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-72x72-precomposed.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-precomposed.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/find_controller.html +%%JAVASHAREDIR%%/unifi/webapps/ROOT/hotspot.html +%%JAVASHAREDIR%%/unifi/webapps/ROOT/hotspot_login.html +%%JAVASHAREDIR%%/unifi/webapps/ROOT/iframe.html +%%JAVASHAREDIR%%/unifi/webapps/ROOT/iframe_uploaded.jsp +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/1x1.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/arrow-down.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-message-avatar.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-message-avatar@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-profile-avatar.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-profile-avatar@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP4/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP4/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5c/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5c/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5t/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5t/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5tc/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5tc/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7c/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7c/icon@2x.png %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US16/connected-icon.png %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US16/disconnected-icon.png %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US16/icon-16.png %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US16/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/block.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/eye.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/poe-bolt.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/amazon.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/aol.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/apple.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/bankofamerica.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/bing.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/chase.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/cnn.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/comcast.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/craigslist.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/ebay.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/espn.go.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/facebook.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/google.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/huffingtonpost.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/imdb.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/imgur.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/instagram.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/linkedin.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/microsoft.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/msdn.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/msn.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/netflix.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/paypal.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/pinterest.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/reddit.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/target.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/tumblr.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/twitter.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wellsfargo.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wikia.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wikipedia.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wordpress.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/yahoo.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/yelp.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/youtube.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/zillow.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/edge-max.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/fpo/map.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/fpo/office-map.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-map.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-map@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table-row.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table-row@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_fhss.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_microwave.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_tone.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_wifi.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table-row.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table-row@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/properties.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/properties@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/search-indexing.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/spinner.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/spinner@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/wizard.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/wizard@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg-header.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg-header@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global-s7cfa2ea11f.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global/logo-chrome.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global/logo-firefox.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global/ubnt-logo.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x-s92d095d8fd.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x/logo-chrome.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x/logo-firefox.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x/ubnt-logo.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/spinner-64.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/spinner-64@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/logo.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/logo@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/aircam.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/aircam@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/edge.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/edge@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/notification-icon.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/notification-icon@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/point.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/point@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/unifi.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/unifi@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/roadblock.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/close.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/icon-globe.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/icon-shield.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-glow.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-glow@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-grey.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-grey@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-color.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-color@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-grey.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-grey@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-s74765321cc.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-1.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-10.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-11.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-12.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-13.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-14.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-15.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-17.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-18.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-19.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-2.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-20.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-21.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-22.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-23.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-24.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-25.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-26.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-27.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-28.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-29.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-3.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-30.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-4.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-5.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-6.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-7.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-8.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-9.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x-s3582d5430f.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-1.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-10.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-11.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-12.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-13.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-14.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-15.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-17.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-18.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-19.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-2.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-20.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-21.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-22.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-23.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-24.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-25.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-26.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-27.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-28.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-29.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-3.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-30.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-4.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-5.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-6.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-7.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-8.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-9.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi-s40017b8090.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-5g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-5g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ac-5g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ac-5g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/alert-badge.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-down-gray.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-down.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-up-gray.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-up.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrows.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/b-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/b-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/button-hover.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/computer.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/g-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/g-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/na-5g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/na-5g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ng-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ng-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/slider.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/status-disconnected.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/status-isolated.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/status-vwireless.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x-s329afdee71.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-5g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-5g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ac-5g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ac-5g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/alert-badge.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-down-gray.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-down.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-up-gray.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-up.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrows.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/b-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/b-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/button-hover.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/computer.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/g-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/g-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/na-5g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/na-5g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ng-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ng-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/slider.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/status-disconnected.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/status-isolated.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/status-vwireless.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/app.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/common.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/config/ManageConfig.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/hotspot.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/hotspot_login.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/libs/bower-components/requirejs/require.min.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/libs/bower-components/string_score/string_score.min.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/libs/modernizr.custom.min.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/libs/xregexp-all-min.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/login.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/manage.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/sso_login.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/verify.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/wizard.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/stylesheets/css/login/login.min.css -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/stylesheets/css/unifi.hotspot.min.css -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/stylesheets/css/unifi.min.css -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/stylesheets/css/wizard.min.css -%%JAVASHAREDIR%%/unifi/webapps/ROOT/login.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/manage.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/pages/voucher.jsp -%%JAVASHAREDIR%%/unifi/webapps/ROOT/sso_login.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/unifi/index.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/upnp.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/verify.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/waiting.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/wizard.html +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/block.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/eye.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/poe-bolt.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/amazon.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/aol.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/apple.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/bankofamerica.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/bing.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/chase.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/cnn.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/comcast.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/craigslist.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/ebay.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/espn.go.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/facebook.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/google.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/huffingtonpost.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/imdb.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/imgur.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/instagram.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/linkedin.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/microsoft.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/msdn.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/msn.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/netflix.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/paypal.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/pinterest.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/reddit.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/target.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/tumblr.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/twitter.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wellsfargo.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wikia.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wikipedia.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wordpress.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/yahoo.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/yelp.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/youtube.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/zillow.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/edge-max.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/fpo/map.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/fpo/office-map.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-map.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-map@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table-row.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table-row@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_fhss.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_microwave.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_tone.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_wifi.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table-row.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table-row@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/properties.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/properties@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/search-indexing.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/spinner.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/spinner@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/wizard.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/wizard@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg-header.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg-header@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global-s7cfa2ea11f.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global/logo-chrome.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global/logo-firefox.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global/ubnt-logo.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x-s92d095d8fd.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x/logo-chrome.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x/logo-firefox.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x/ubnt-logo.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/spinner-64.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/spinner-64@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/logo.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/logo@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/aircam.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/aircam@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/edge.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/edge@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/notification-icon.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/notification-icon@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/point.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/point@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/unifi.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/unifi@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/roadblock.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/close.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/icon-globe.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/icon-shield.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-glow.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-glow@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-grey.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-grey@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-color.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-color@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-grey.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-grey@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-s74765321cc.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-1.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-10.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-11.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-12.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-13.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-14.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-15.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-17.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-18.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-19.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-2.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-20.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-21.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-22.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-23.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-24.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-25.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-26.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-27.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-28.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-29.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-3.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-30.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-4.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-5.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-6.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-7.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-8.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-9.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x-s3582d5430f.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-1.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-10.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-11.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-12.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-13.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-14.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-15.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-17.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-18.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-19.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-2.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-20.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-21.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-22.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-23.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-24.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-25.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-26.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-27.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-28.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-29.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-3.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-30.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-4.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-5.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-6.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-7.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-8.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-9.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi-s40017b8090.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-5g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-5g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ac-5g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ac-5g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/alert-badge.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-down-gray.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-down.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-up-gray.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-up.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrows.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/b-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/b-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/button-hover.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/computer.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/g-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/g-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/na-5g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/na-5g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ng-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ng-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/slider.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/status-disconnected.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/status-isolated.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/status-vwireless.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x-s329afdee71.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-5g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-5g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ac-5g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ac-5g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/alert-badge.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-down-gray.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-down.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-up-gray.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-up.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrows.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/b-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/b-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/button-hover.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/computer.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/g-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/g-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/na-5g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/na-5g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ng-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ng-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/slider.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/status-disconnected.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Oct 20 19:57:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B145C1A582; Thu, 20 Oct 2016 19:57:59 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C247791D; Thu, 20 Oct 2016 19:57:58 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KJvw0j067264; Thu, 20 Oct 2016 19:57:58 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KJvvmw067260; Thu, 20 Oct 2016 19:57:57 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610201957.u9KJvvmw067260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 20 Oct 2016 19:57:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424352 - branches/2016Q4/net-mgmt/unifi4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 19:57:59 -0000 Author: feld Date: Thu Oct 20 19:57:57 2016 New Revision: 424352 URL: https://svnweb.freebsd.org/changeset/ports/424352 Log: MFH: r424351 net-mgmt/unifi4: Mark DEPRECATED End of Life as of 2017-01-01 Also fix trailing whitespace in pkg-plist Approved by: ports-secteam (with hat) Modified: branches/2016Q4/net-mgmt/unifi4/Makefile branches/2016Q4/net-mgmt/unifi4/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/net-mgmt/unifi4/Makefile ============================================================================== --- branches/2016Q4/net-mgmt/unifi4/Makefile Thu Oct 20 19:40:23 2016 (r424351) +++ branches/2016Q4/net-mgmt/unifi4/Makefile Thu Oct 20 19:57:57 2016 (r424352) @@ -44,6 +44,9 @@ WRKSRC= ${WRKDIR}/UniFi RESTRICTED= Redistribution of bundled firmware images is not permitted CONFLICTS= unifi2-* unifi3-* +DEPRECATED= EoL as of 2017-01-01 +EXPIRES= 2017-01-01 + post-patch: ${RM} ${WRKSRC}/lib/snappy-java-1.0.5.jar (cd ${WRKSRC}/lib && ${LN} -s ${JAVAJARDIR}/snappy-java.jar snappy-java-1.0.5.jar) Modified: branches/2016Q4/net-mgmt/unifi4/pkg-plist ============================================================================== --- branches/2016Q4/net-mgmt/unifi4/pkg-plist Thu Oct 20 19:40:23 2016 (r424351) +++ branches/2016Q4/net-mgmt/unifi4/pkg-plist Thu Oct 20 19:57:57 2016 (r424352) @@ -1,4 +1,4 @@ -%%JAVASHAREDIR%%/unifi/bin/mongod +%%JAVASHAREDIR%%/unifi/bin/mongod %%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.3.22.4024/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/U2HSR/3.3.22.4024/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/U2IW/3.3.22.4024/firmware.bin @@ -7,511 +7,511 @@ %%JAVASHAREDIR%%/unifi/dl/firmware/U7PG2/3.4.19.3477/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/US24P250/3.3.22.4024/firmware.bin %%JAVASHAREDIR%%/unifi/lib/commons-validator-1.5.0.jar -%%JAVASHAREDIR%%/unifi/dl/firmware/bundles.json -%%JAVASHAREDIR%%/unifi/lib/Java-WebSocket-1.3.0-44-gbf2af15.jar -%%JAVASHAREDIR%%/unifi/lib/ace.jar -%%JAVASHAREDIR%%/unifi/lib/annotations-2.0.0.jar -%%JAVASHAREDIR%%/unifi/lib/commons-beanutils-1.9.1.jar -%%JAVASHAREDIR%%/unifi/lib/commons-codec-1.7.jar -%%JAVASHAREDIR%%/unifi/lib/commons-httpclient-3.1-atlassian-2.jar -%%JAVASHAREDIR%%/unifi/lib/commons-httpclient-contrib-3.1.jar -%%JAVASHAREDIR%%/unifi/lib/commons-io-2.4.jar -%%JAVASHAREDIR%%/unifi/lib/commons-lang-2.6.jar -%%JAVASHAREDIR%%/unifi/lib/commons-logging-1.1.3.jar -%%JAVASHAREDIR%%/unifi/lib/commons-net-3.3.jar -%%JAVASHAREDIR%%/unifi/lib/commons-pool2-2.2.jar -%%JAVASHAREDIR%%/unifi/lib/dom4j-1.3.jar -%%JAVASHAREDIR%%/unifi/lib/ecj-4.3.1.jar -%%JAVASHAREDIR%%/unifi/lib/gson-2.2.4.jar -%%JAVASHAREDIR%%/unifi/lib/guava-14.0.1.jar -%%JAVASHAREDIR%%/unifi/lib/jmdns-3.4.1.jar +%%JAVASHAREDIR%%/unifi/dl/firmware/bundles.json +%%JAVASHAREDIR%%/unifi/lib/Java-WebSocket-1.3.0-44-gbf2af15.jar +%%JAVASHAREDIR%%/unifi/lib/ace.jar +%%JAVASHAREDIR%%/unifi/lib/annotations-2.0.0.jar +%%JAVASHAREDIR%%/unifi/lib/commons-beanutils-1.9.1.jar +%%JAVASHAREDIR%%/unifi/lib/commons-codec-1.7.jar +%%JAVASHAREDIR%%/unifi/lib/commons-httpclient-3.1-atlassian-2.jar +%%JAVASHAREDIR%%/unifi/lib/commons-httpclient-contrib-3.1.jar +%%JAVASHAREDIR%%/unifi/lib/commons-io-2.4.jar +%%JAVASHAREDIR%%/unifi/lib/commons-lang-2.6.jar +%%JAVASHAREDIR%%/unifi/lib/commons-logging-1.1.3.jar +%%JAVASHAREDIR%%/unifi/lib/commons-net-3.3.jar +%%JAVASHAREDIR%%/unifi/lib/commons-pool2-2.2.jar +%%JAVASHAREDIR%%/unifi/lib/dom4j-1.3.jar +%%JAVASHAREDIR%%/unifi/lib/ecj-4.3.1.jar +%%JAVASHAREDIR%%/unifi/lib/gson-2.2.4.jar +%%JAVASHAREDIR%%/unifi/lib/guava-14.0.1.jar +%%JAVASHAREDIR%%/unifi/lib/jmdns-3.4.1.jar %%JAVASHAREDIR%%/unifi/lib/jorbis-0.0.17.jar -%%JAVASHAREDIR%%/unifi/lib/jsch-0.1.51.jar -%%JAVASHAREDIR%%/unifi/lib/jstl-1.2.jar -%%JAVASHAREDIR%%/unifi/lib/jstun-0.7.3.jar -%%JAVASHAREDIR%%/unifi/lib/jul-to-slf4j-1.7.6.jar -%%JAVASHAREDIR%%/unifi/lib/log4j-1.2.17.jar -%%JAVASHAREDIR%%/unifi/lib/mail-1.4.7.jar -%%JAVASHAREDIR%%/unifi/lib/mongo-java-driver-2.10.1.jar -%%JAVASHAREDIR%%/unifi/lib/native/Linux/amd64/libubnt_webrtc_jni.so -%%JAVASHAREDIR%%/unifi/lib/native/Linux/armhf/libubnt_webrtc_jni.so -%%JAVASHAREDIR%%/unifi/lib/native/Mac/x86_64/libubnt_webrtc_jni.jnilib -%%JAVASHAREDIR%%/unifi/lib/native/Windows/amd64/ubnt_webrtc_jni.dll -%%JAVASHAREDIR%%/unifi/lib/servo-core-0.9.4.jar -%%JAVASHAREDIR%%/unifi/lib/servo-graphite-0.9.4.jar -%%JAVASHAREDIR%%/unifi/lib/slf4j-api-1.7.6.jar -%%JAVASHAREDIR%%/unifi/lib/slf4j-log4j12-1.7.6.jar -%%JAVASHAREDIR%%/unifi/lib/snappy-java-1.0.5.jar -%%JAVASHAREDIR%%/unifi/lib/spring-beans-3.2.8.RELEASE.jar -%%JAVASHAREDIR%%/unifi/lib/spring-context-3.2.8.RELEASE.jar -%%JAVASHAREDIR%%/unifi/lib/spring-core-3.2.8.RELEASE.jar -%%JAVASHAREDIR%%/unifi/lib/spring-expression-3.2.8.RELEASE.jar -%%JAVASHAREDIR%%/unifi/lib/spring-test-3.2.8.RELEASE.jar -%%JAVASHAREDIR%%/unifi/lib/sshj-0.9.0.jar -%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-core-7.0.64.jar -%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-el-7.0.64.jar -%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-jasper-7.0.64.jar -%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-logging-juli-7.0.64.jar -%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-logging-log4j-7.0.64.jar -%%JAVASHAREDIR%%/unifi/lib/urlrewritefilter-4.0.4.jar -%%JAVASHAREDIR%%/unifi/readme.txt -%%JAVASHAREDIR%%/unifi/webapps/ROOT/WEB-INF/urlrewrite.xml -%%JAVASHAREDIR%%/unifi/webapps/ROOT/WEB-INF/web.xml -%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-114x114-precomposed.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-144x144-precomposed.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-57x57-precomposed.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-72x72-precomposed.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-precomposed.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/find_controller.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/hotspot.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/hotspot_login.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/iframe.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/iframe_uploaded.jsp -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.eot -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.ttf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.woff -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/1x1.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/arrow-down.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-message-avatar.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-message-avatar@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-profile-avatar.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-profile-avatar@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP4/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP4/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5c/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5c/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5t/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5t/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5tc/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5tc/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7/icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7c/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7c/icon@2x.png +%%JAVASHAREDIR%%/unifi/lib/jsch-0.1.51.jar +%%JAVASHAREDIR%%/unifi/lib/jstl-1.2.jar +%%JAVASHAREDIR%%/unifi/lib/jstun-0.7.3.jar +%%JAVASHAREDIR%%/unifi/lib/jul-to-slf4j-1.7.6.jar +%%JAVASHAREDIR%%/unifi/lib/log4j-1.2.17.jar +%%JAVASHAREDIR%%/unifi/lib/mail-1.4.7.jar +%%JAVASHAREDIR%%/unifi/lib/mongo-java-driver-2.10.1.jar +%%JAVASHAREDIR%%/unifi/lib/native/Linux/amd64/libubnt_webrtc_jni.so +%%JAVASHAREDIR%%/unifi/lib/native/Linux/armhf/libubnt_webrtc_jni.so +%%JAVASHAREDIR%%/unifi/lib/native/Mac/x86_64/libubnt_webrtc_jni.jnilib +%%JAVASHAREDIR%%/unifi/lib/native/Windows/amd64/ubnt_webrtc_jni.dll +%%JAVASHAREDIR%%/unifi/lib/servo-core-0.9.4.jar +%%JAVASHAREDIR%%/unifi/lib/servo-graphite-0.9.4.jar +%%JAVASHAREDIR%%/unifi/lib/slf4j-api-1.7.6.jar +%%JAVASHAREDIR%%/unifi/lib/slf4j-log4j12-1.7.6.jar +%%JAVASHAREDIR%%/unifi/lib/snappy-java-1.0.5.jar +%%JAVASHAREDIR%%/unifi/lib/spring-beans-3.2.8.RELEASE.jar +%%JAVASHAREDIR%%/unifi/lib/spring-context-3.2.8.RELEASE.jar +%%JAVASHAREDIR%%/unifi/lib/spring-core-3.2.8.RELEASE.jar +%%JAVASHAREDIR%%/unifi/lib/spring-expression-3.2.8.RELEASE.jar +%%JAVASHAREDIR%%/unifi/lib/spring-test-3.2.8.RELEASE.jar +%%JAVASHAREDIR%%/unifi/lib/sshj-0.9.0.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-core-7.0.64.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-el-7.0.64.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-jasper-7.0.64.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-logging-juli-7.0.64.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-embed-logging-log4j-7.0.64.jar +%%JAVASHAREDIR%%/unifi/lib/urlrewritefilter-4.0.4.jar +%%JAVASHAREDIR%%/unifi/readme.txt +%%JAVASHAREDIR%%/unifi/webapps/ROOT/WEB-INF/urlrewrite.xml +%%JAVASHAREDIR%%/unifi/webapps/ROOT/WEB-INF/web.xml +%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-114x114-precomposed.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-144x144-precomposed.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-57x57-precomposed.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-72x72-precomposed.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon-precomposed.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/apple-touch-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/find_controller.html +%%JAVASHAREDIR%%/unifi/webapps/ROOT/hotspot.html +%%JAVASHAREDIR%%/unifi/webapps/ROOT/hotspot_login.html +%%JAVASHAREDIR%%/unifi/webapps/ROOT/iframe.html +%%JAVASHAREDIR%%/unifi/webapps/ROOT/iframe_uploaded.jsp +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Light-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.eot +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.ttf +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.woff +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/1x1.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/arrow-down.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-message-avatar.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-message-avatar@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-profile-avatar.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/default-profile-avatar@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/BZ2/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2HSR/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2IW/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2L48/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2M/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2O/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U2S48/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U5O/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7E/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7O/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/U7P/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW3/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW4/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UGW8/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP4/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP4/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5c/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5c/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5t/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5t/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5tc/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP5tc/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7/icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7c/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/UP7c/icon@2x.png %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US16/connected-icon.png %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US16/disconnected-icon.png %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US16/icon-16.png %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US16/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/block.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/eye.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/connected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/connected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/disconnected-icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/disconnected-icon@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon-16@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/poe-bolt.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/amazon.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/aol.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/apple.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/bankofamerica.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/bing.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/chase.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/cnn.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/comcast.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/craigslist.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/ebay.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/espn.go.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/facebook.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/google.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/huffingtonpost.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/imdb.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/imgur.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/instagram.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/linkedin.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/microsoft.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/msdn.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/msn.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/netflix.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/paypal.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/pinterest.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/reddit.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/target.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/tumblr.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/twitter.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wellsfargo.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wikia.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wikipedia.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wordpress.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/yahoo.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/yelp.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/youtube.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/zillow.com/favicon.ico -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/edge-max.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/fpo/map.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/fpo/office-map.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-map.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-map@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table-row.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table-row@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_fhss.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_microwave.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_tone.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_wifi.svg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table-row.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table-row@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/properties.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/properties@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/search-indexing.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/spinner.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/spinner@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/wizard.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/wizard@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg-header.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg-header@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global-s7cfa2ea11f.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global/logo-chrome.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global/logo-firefox.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global/ubnt-logo.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x-s92d095d8fd.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x/logo-chrome.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x/logo-firefox.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x/ubnt-logo.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/spinner-64.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/spinner-64@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/logo.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/logo@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/aircam.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/aircam@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/edge.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/edge@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/notification-icon.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/notification-icon@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/point.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/point@2x.gif -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/unifi.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/unifi@2x.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/roadblock.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/close.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/icon-globe.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/icon-shield.jpg -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-glow.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-glow@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-grey.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-grey@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-color.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-color@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-grey.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-grey@2x.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-s74765321cc.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-1.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-10.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-11.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-12.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-13.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-14.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-15.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-17.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-18.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-19.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-2.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-20.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-21.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-22.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-23.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-24.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-25.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-26.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-27.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-28.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-29.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-3.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-30.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-4.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-5.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-6.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-7.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-8.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-9.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x-s3582d5430f.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-1.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-10.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-11.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-12.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-13.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-14.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-15.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-16.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-17.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-18.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-19.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-2.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-20.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-21.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-22.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-23.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-24.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-25.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-26.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-27.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-28.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-29.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-3.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-30.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-4.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-5.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-6.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-7.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-8.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-9.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi-s40017b8090.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-5g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-5g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ac-5g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ac-5g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/alert-badge.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-down-gray.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-down.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-up-gray.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-up.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrows.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/b-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/b-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/button-hover.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/computer.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/g-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/g-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/na-5g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/na-5g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ng-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ng-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/slider.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/status-disconnected.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/status-isolated.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/status-vwireless.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x-s329afdee71.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-5g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-5g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ac-5g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ac-5g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/alert-badge.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-down-gray.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-down.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-up-gray.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-up.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrows.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/b-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/b-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/button-hover.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/computer.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/g-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/g-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/na-5g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/na-5g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ng-2g-powersave.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ng-2g.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/slider.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/status-disconnected.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/status-isolated.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/status-vwireless.png -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/app.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/common.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/config/ManageConfig.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/hotspot.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/hotspot_login.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/libs/bower-components/requirejs/require.min.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/libs/bower-components/string_score/string_score.min.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/libs/modernizr.custom.min.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/libs/xregexp-all-min.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/login.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/manage.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/sso_login.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/verify.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/js/wizard.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/stylesheets/css/login/login.min.css -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/stylesheets/css/unifi.hotspot.min.css -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/stylesheets/css/unifi.min.css -%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/stylesheets/css/wizard.min.css -%%JAVASHAREDIR%%/unifi/webapps/ROOT/login.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/manage.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/pages/voucher.jsp -%%JAVASHAREDIR%%/unifi/webapps/ROOT/sso_login.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/unifi/index.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/upnp.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/verify.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/waiting.html -%%JAVASHAREDIR%%/unifi/webapps/ROOT/wizard.html +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US24/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US48/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/US8/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/ap-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/block.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/eye.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/connected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/connected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/disconnected-icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/disconnected-icon@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon-16@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/p2N/icon@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/devices/poe-bolt.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/amazon.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/aol.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/apple.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/bankofamerica.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/bing.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/chase.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/cnn.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/comcast.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/craigslist.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/ebay.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/espn.go.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/facebook.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/google.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/huffingtonpost.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/imdb.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/imgur.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/instagram.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/linkedin.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/microsoft.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/msdn.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/msn.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/netflix.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/paypal.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/pinterest.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/reddit.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/target.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/tumblr.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/twitter.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wellsfargo.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wikia.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wikipedia.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/wordpress.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/yahoo.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/yelp.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/youtube.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/dpi_icons/zillow.com/favicon.ico +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/edge-max.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/fpo/map.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/fpo/office-map.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-map.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-map@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table-row.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table-row@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/content-table@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh-static@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/header-refresh@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_fhss.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_microwave.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_tone.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/interference/icon_wifi.svg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table-row.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table-row@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/panel-table@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/properties.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/properties@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/search-indexing.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/spinner.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/spinner@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/wizard.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/loading/wizard@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg-header.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg-header@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/blurred-bg@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global-s7cfa2ea11f.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global/logo-chrome.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global/logo-firefox.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global/ubnt-logo.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x-s92d095d8fd.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x/logo-chrome.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x/logo-firefox.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/global2x/ubnt-logo.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/spinner-64.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/login/spinner-64@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/logo.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/logo@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/aircam.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/aircam@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/edge.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/edge@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/notification-icon.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/notification-icon@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/point.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/point@2x.gif +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/unifi.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/notifications/unifi@2x.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/roadblock.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/close.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/icon-globe.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/icon-shield.jpg +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-glow.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-glow@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-grey.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/ping-grey@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-color.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-color@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-grey.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-grey@2x.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach-s74765321cc.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-1.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-10.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-11.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-12.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-13.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-14.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-15.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-17.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-18.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-19.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-2.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-20.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-21.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-22.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-23.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-24.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-25.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-26.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-27.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-28.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-29.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-3.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-30.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-4.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-5.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-6.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-7.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-8.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach/tach-9.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x-s3582d5430f.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-1.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-10.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-11.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-12.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-13.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-14.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-15.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-16.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-17.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-18.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-19.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-2.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-20.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-21.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-22.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-23.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-24.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-25.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-26.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-27.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-28.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-29.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-3.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-30.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-4.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-5.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-6.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-7.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-8.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/speedtest/tach2x/tach-9.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi-s40017b8090.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-5g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/a-5g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ac-5g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ac-5g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/alert-badge.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-down-gray.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-down.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-up-gray.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrow-up.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/arrows.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/b-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/b-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/button-hover.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/computer.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/g-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/g-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/na-5g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/na-5g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ng-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/ng-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/slider.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/status-disconnected.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/status-isolated.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi/status-vwireless.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x-s329afdee71.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-5g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/a-5g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ac-5g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ac-5g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/alert-badge.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-down-gray.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-down.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-up-gray.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrow-up.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/arrows.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/b-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/b-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/button-hover.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/computer.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/g-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/g-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/na-5g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/na-5g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ng-2g-powersave.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/ng-2g.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/slider.png +%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%BUILDVERSION%%/images/unifi2x/status-disconnected.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Oct 20 19:59:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1181AC1A68B; Thu, 20 Oct 2016 19:59:04 +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 C8EBBB78; Thu, 20 Oct 2016 19:59:03 +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 u9KJx2Nn067686; Thu, 20 Oct 2016 19:59:02 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KJx2fo067678; Thu, 20 Oct 2016 19:59:02 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610201959.u9KJx2fo067678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 20 Oct 2016 19:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424353 - in head: . databases databases/pecl-mdbtools databases/pecl-mysqlnd_ms databases/pecl-mysqlnd_qc devel devel/pecl-automap devel/pecl-bbcode devel/pecl-bcompiler devel/pecl-hid... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 19:59:04 -0000 Author: rene Date: Thu Oct 20 19:59:01 2016 New Revision: 424353 URL: https://svnweb.freebsd.org/changeset/ports/424353 Log: Remove non-php55 expired ports: 2016-10-20 misc/jive: Offensive 2016-10-20 devel/pecl-spread: Works only with EOL php 5.5 2016-10-20 devel/pecl-mcve: Works only with EOL php 5.5 2016-10-20 security/pecl-tcpwrap: Works only with EOL php 5.5 2016-10-20 devel/pecl-shape: Works only with EOL php 5.5 2016-10-20 textproc/pecl-enchant: Works only with EOL php 5.5 2016-10-20 databases/pecl-mysqlnd_ms: Works only with EOL php 5.5 2016-10-20 textproc/pecl-html_parse: Works only with EOL php 5.5 2016-10-20 mail/pecl-esmtp: Works only with EOL php 5.5 2016-10-20 net/pecl-cvsclient: Works only with EOL php 5.5 2016-10-20 databases/pecl-mdbtools: Works only with EOL php 5.5 2016-10-20 databases/pecl-mysqlnd_qc: Works only with EOL php 5.5 2016-10-20 devel/pecl-operator: Works only with EOL php 5.5 2016-10-20 devel/pecl-parsekit: Works only with EOL php 5.5 2016-10-20 devel/pecl-hidef: Works only with EOL php 5.5 2016-10-20 devel/pecl-automap: Works only with EOL php 5.5 2016-10-20 devel/pecl-bbcode: Works only with EOL php 5.5 2016-10-20 devel/pecl-bcompiler: Works only with EOL php 5.5 Deleted: head/databases/pecl-mdbtools/ head/databases/pecl-mysqlnd_ms/ head/databases/pecl-mysqlnd_qc/ head/devel/pecl-automap/ head/devel/pecl-bbcode/ head/devel/pecl-bcompiler/ head/devel/pecl-hidef/ head/devel/pecl-mcve/ head/devel/pecl-operator/ head/devel/pecl-parsekit/ head/devel/pecl-shape/ head/devel/pecl-spread/ head/mail/pecl-esmtp/ head/misc/jive/ head/net/pecl-cvsclient/ head/security/pecl-tcpwrap/ head/textproc/pecl-enchant/ head/textproc/pecl-html_parse/ Modified: head/MOVED head/databases/Makefile head/devel/Makefile head/mail/Makefile head/misc/Makefile head/net/Makefile head/security/Makefile head/textproc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Oct 20 19:57:57 2016 (r424352) +++ head/MOVED Thu Oct 20 19:59:01 2016 (r424353) @@ -8683,3 +8683,21 @@ math/libR||2016-10-16|Has expired: math/ security/libbzrtp|security/bzrtp|2016-10-17|Renamed devel/gaphor||2016-10-18|Has expired: runtime failure uncorrected for 1 year after first report editors/winefish||2016-10-18|Has expired: upstream disappeared (project dead?), segfaults on multiple arches +misc/jive||2016-10-20|Has expired: Offensive +devel/pecl-spread||2016-10-20|Has expired: Works only with EOL php 5.5 +devel/pecl-mcve||2016-10-20|Has expired: Works only with EOL php 5.5 +security/pecl-tcpwrap||2016-10-20|Has expired: Works only with EOL php 5.5 +devel/pecl-shape||2016-10-20|Has expired: Works only with EOL php 5.5 +textproc/pecl-enchant||2016-10-20|Has expired: Works only with EOL php 5.5 +databases/pecl-mysqlnd_ms||2016-10-20|Has expired: Works only with EOL php 5.5 +textproc/pecl-html_parse||2016-10-20|Has expired: Works only with EOL php 5.5 +mail/pecl-esmtp||2016-10-20|Has expired: Works only with EOL php 5.5 +net/pecl-cvsclient||2016-10-20|Has expired: Works only with EOL php 5.5 +databases/pecl-mdbtools||2016-10-20|Has expired: Works only with EOL php 5.5 +databases/pecl-mysqlnd_qc||2016-10-20|Has expired: Works only with EOL php 5.5 +devel/pecl-operator||2016-10-20|Has expired: Works only with EOL php 5.5 +devel/pecl-parsekit||2016-10-20|Has expired: Works only with EOL php 5.5 +devel/pecl-hidef||2016-10-20|Has expired: Works only with EOL php 5.5 +devel/pecl-automap||2016-10-20|Has expired: Works only with EOL php 5.5 +devel/pecl-bbcode||2016-10-20|Has expired: Works only with EOL php 5.5 +devel/pecl-bcompiler||2016-10-20|Has expired: Works only with EOL php 5.5 Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Oct 20 19:57:57 2016 (r424352) +++ head/databases/Makefile Thu Oct 20 19:59:01 2016 (r424353) @@ -541,13 +541,10 @@ SUBDIR += pecl-dbase SUBDIR += pecl-drizzle SUBDIR += pecl-leveldb - SUBDIR += pecl-mdbtools SUBDIR += pecl-memcache SUBDIR += pecl-memcached SUBDIR += pecl-mongo SUBDIR += pecl-mongodb - SUBDIR += pecl-mysqlnd_ms - SUBDIR += pecl-mysqlnd_qc SUBDIR += pecl-pdo_user SUBDIR += pecl-rrd SUBDIR += pecl-tokyo_tyrant Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 20 19:57:57 2016 (r424352) +++ head/devel/Makefile Thu Oct 20 19:59:01 2016 (r424353) @@ -3774,16 +3774,12 @@ SUBDIR += pear-pdepend-staticReflection SUBDIR += pear-phing SUBDIR += pecl-APCu - SUBDIR += pecl-automap - SUBDIR += pecl-bbcode - SUBDIR += pecl-bcompiler SUBDIR += pecl-dio SUBDIR += pecl-eio SUBDIR += pecl-ev SUBDIR += pecl-event SUBDIR += pecl-expect SUBDIR += pecl-gearman - SUBDIR += pecl-hidef SUBDIR += pecl-hrtime SUBDIR += pecl-htscanner SUBDIR += pecl-inotify @@ -3795,14 +3791,11 @@ SUBDIR += pecl-jsonnet SUBDIR += pecl-judy SUBDIR += pecl-libevent - SUBDIR += pecl-mcve SUBDIR += pecl-memoize SUBDIR += pecl-msgpack SUBDIR += pecl-ncurses SUBDIR += pecl-newt - SUBDIR += pecl-operator SUBDIR += pecl-params - SUBDIR += pecl-parsekit SUBDIR += pecl-propro SUBDIR += pecl-propro2 SUBDIR += pecl-pthreads @@ -3811,9 +3804,7 @@ SUBDIR += pecl-raphf2 SUBDIR += pecl-runkit SUBDIR += pecl-scream - SUBDIR += pecl-shape SUBDIR += pecl-spl_types - SUBDIR += pecl-spread SUBDIR += pecl-statgrab SUBDIR += pecl-strict SUBDIR += pecl-svn Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Thu Oct 20 19:57:57 2016 (r424352) +++ head/mail/Makefile Thu Oct 20 19:59:01 2016 (r424353) @@ -483,7 +483,6 @@ SUBDIR += pear-Net_Cyrus SUBDIR += pear-Net_IMAP SUBDIR += pear-Net_LMTP - SUBDIR += pecl-esmtp SUBDIR += pecl-mailparse SUBDIR += pecl-pop3 SUBDIR += perdition Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Thu Oct 20 19:57:57 2016 (r424352) +++ head/misc/Makefile Thu Oct 20 19:59:01 2016 (r424353) @@ -184,7 +184,6 @@ SUBDIR += iso-codes SUBDIR += jargon SUBDIR += jbidwatcher - SUBDIR += jive SUBDIR += kbdscan SUBDIR += kcd SUBDIR += kde-thumbnailer-chm Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Oct 20 19:57:57 2016 (r424352) +++ head/net/Makefile Thu Oct 20 19:59:01 2016 (r424353) @@ -897,7 +897,6 @@ SUBDIR += pear-XML_RPC2 SUBDIR += pecl-amqp SUBDIR += pecl-apn - SUBDIR += pecl-cvsclient SUBDIR += pecl-geoip SUBDIR += pecl-gupnp SUBDIR += pecl-ip2location Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Oct 20 19:57:57 2016 (r424352) +++ head/security/Makefile Thu Oct 20 19:59:01 2016 (r424353) @@ -770,7 +770,6 @@ SUBDIR += pecl-pam SUBDIR += pecl-scrypt SUBDIR += pecl-ssh2 - SUBDIR += pecl-tcpwrap SUBDIR += pev SUBDIR += pft SUBDIR += pgp Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Oct 20 19:57:57 2016 (r424352) +++ head/textproc/Makefile Thu Oct 20 19:59:01 2016 (r424353) @@ -1161,8 +1161,6 @@ SUBDIR += pecl-cld SUBDIR += pecl-ctemplate SUBDIR += pecl-doublemetaphone - SUBDIR += pecl-enchant - SUBDIR += pecl-html_parse SUBDIR += pecl-stem SUBDIR += pecl-syck SUBDIR += pecl-wbxml From owner-svn-ports-all@freebsd.org Thu Oct 20 20:07:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE128C1AB09; Thu, 20 Oct 2016 20:07:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DE1C1AA; Thu, 20 Oct 2016 20:07:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KK7pdn071423; Thu, 20 Oct 2016 20:07:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KK7ph5071421; Thu, 20 Oct 2016 20:07:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610202007.u9KK7ph5071421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 20 Oct 2016 20:07:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424354 - in head/databases: percona-pam-for-mysql percona56-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 20:07:52 -0000 Author: feld Date: Thu Oct 20 20:07:51 2016 New Revision: 424354 URL: https://svnweb.freebsd.org/changeset/ports/424354 Log: databases/percona-pam-for-mysql: Fix build The build was failing on 11 and head due to missing USES=libedit PR: 213643 Modified: head/databases/percona-pam-for-mysql/Makefile head/databases/percona56-server/Makefile Modified: head/databases/percona-pam-for-mysql/Makefile ============================================================================== --- head/databases/percona-pam-for-mysql/Makefile Thu Oct 20 19:59:01 2016 (r424353) +++ head/databases/percona-pam-for-mysql/Makefile Thu Oct 20 20:07:51 2016 (r424354) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= percona +PORTREVISION= 1 PKGNAMESUFFIX= -pam-for-mysql COMMENT= PAM plugin for MySQL Modified: head/databases/percona56-server/Makefile ============================================================================== --- head/databases/percona56-server/Makefile Thu Oct 20 19:59:01 2016 (r424353) +++ head/databases/percona56-server/Makefile Thu Oct 20 20:07:51 2016 (r424354) @@ -63,6 +63,7 @@ USES+= libedit .elifdef PLUGIN_ONLY # For building plugins (percona-pam-for-mysql, etc) # Currently do nothing special +USES+= libedit .else # MySQL-Server part USES+=mysql:56p From owner-svn-ports-all@freebsd.org Thu Oct 20 20:29:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0330EC1B3CA; Thu, 20 Oct 2016 20:29:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAC18255; Thu, 20 Oct 2016 20:29:28 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KKTRFh079058; Thu, 20 Oct 2016 20:29:27 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KKTReb079055; Thu, 20 Oct 2016 20:29:27 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610202029.u9KKTReb079055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 20 Oct 2016 20:29:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424355 - branches/2016Q4/net-mgmt/unifi5 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 20:29:29 -0000 Author: feld Date: Thu Oct 20 20:29:27 2016 New Revision: 424355 URL: https://svnweb.freebsd.org/changeset/ports/424355 Log: MFH: r423677 net-mgmt/unifi5: Update to 5.2.9 Changelog: https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-2-9-is-released/ba-p/1694199 MFH due to important bugfixes and encouragement to upgrade from unifi4 which is EoL 2017-01-01 Approved by: ports-secteam (with hat) Modified: branches/2016Q4/net-mgmt/unifi5/Makefile branches/2016Q4/net-mgmt/unifi5/distinfo branches/2016Q4/net-mgmt/unifi5/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/net-mgmt/unifi5/Makefile ============================================================================== --- branches/2016Q4/net-mgmt/unifi5/Makefile Thu Oct 20 20:07:51 2016 (r424354) +++ branches/2016Q4/net-mgmt/unifi5/Makefile Thu Oct 20 20:29:27 2016 (r424355) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unifi5 -PORTVERSION= 5.2.7 +PORTVERSION= 5.2.9 PORTREVISION= 0 CATEGORIES= net-mgmt java MASTER_SITES= https://www.ubnt.com/downloads/unifi/${PORTVERSION}/ \ Modified: branches/2016Q4/net-mgmt/unifi5/distinfo ============================================================================== --- branches/2016Q4/net-mgmt/unifi5/distinfo Thu Oct 20 20:07:51 2016 (r424354) +++ branches/2016Q4/net-mgmt/unifi5/distinfo Thu Oct 20 20:29:27 2016 (r424355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474398147 -SHA256 (unifi5-5.2.7/UniFi.unix.zip) = 027c3d89ae2ed4f2f6082691b87c59dfcf21b0f54efa35f2c24057c6721aeb05 -SIZE (unifi5-5.2.7/UniFi.unix.zip) = 111208383 +TIMESTAMP = 1476114517 +SHA256 (unifi5-5.2.9/UniFi.unix.zip) = d31d193dd1a6624abb6d6d438aa9dfd5112ab06b5faa134fc94497d964614194 +SIZE (unifi5-5.2.9/UniFi.unix.zip) = 104524364 Modified: branches/2016Q4/net-mgmt/unifi5/pkg-plist ============================================================================== --- branches/2016Q4/net-mgmt/unifi5/pkg-plist Thu Oct 20 20:07:51 2016 (r424354) +++ branches/2016Q4/net-mgmt/unifi5/pkg-plist Thu Oct 20 20:29:27 2016 (r424355) @@ -1,9 +1,9 @@ %%JAVASHAREDIR%%/unifi/bin/mongod -%%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.7.17.5220/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U2HSR/3.7.17.5220/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U2IW/3.7.17.5220/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.7.17.5220/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.7.17.5220/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.7.8.5016/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U2HSR/3.7.8.5016/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U2IW/3.7.8.5016/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.7.8.5016/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.7.8.5016/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/U7PG2/3.7.17.5220/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/US24P250/3.7.17.5220/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/bundles.json From owner-svn-ports-all@freebsd.org Thu Oct 20 20:49:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9694BC1BAAB; Thu, 20 Oct 2016 20:49:41 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6552E173; Thu, 20 Oct 2016 20:49:41 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KKneoT086984; Thu, 20 Oct 2016 20:49:40 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KKnelY086983; Thu, 20 Oct 2016 20:49:40 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201610202049.u9KKnelY086983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 20 Oct 2016 20:49:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424356 - head/graphics/graphviz/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 20:49:41 -0000 Author: dinoex Date: Thu Oct 20 20:49:40 2016 New Revision: 424356 URL: https://svnweb.freebsd.org/changeset/ports/424356 Log: - fix path to vimdot Submitted by: Jonathan Anderson Added: head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh (contents, props changed) Added: head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh Thu Oct 20 20:49:40 2016 (r424356) @@ -0,0 +1,20 @@ +--- plugin/xlib/vimdot.sh.orig 2016-09-26 23:00:07 UTC ++++ plugin/xlib/vimdot.sh +@@ -3,7 +3,7 @@ + + error() { echo "$0: $*" >&2; exit 1; } + +-editor="/usr/bin/vim" ++editor="/usr/local/bin/vim" + + if ! test -x "$editor"; then error "the \"$editor\" editor not found or not executable"; fi + +@@ -23,7 +23,7 @@ digraph G { + + vim [href="http://www.vim.org/"] + dot [href="http://www.graphviz.org/"] +- vimdot [href="file:///usr/bin/vimdot"] ++ vimdot [href="file:///usr/local/bin/vimdot"] + + {vim dot} -> vimdot + } From owner-svn-ports-all@freebsd.org Thu Oct 20 20:50:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D44FC1BAE5; Thu, 20 Oct 2016 20:50:09 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EAA6251; Thu, 20 Oct 2016 20:50:09 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KKo8xj087139; Thu, 20 Oct 2016 20:50:08 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KKo8Mb087137; Thu, 20 Oct 2016 20:50:08 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201610202050.u9KKo8Mb087137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Thu, 20 Oct 2016 20:50:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424357 - head/java/linux-oracle-jre18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 20:50:09 -0000 Author: glewis Date: Thu Oct 20 20:50:07 2016 New Revision: 424357 URL: https://svnweb.freebsd.org/changeset/ports/424357 Log: . Update to 8u112. Modified: head/java/linux-oracle-jre18/Makefile head/java/linux-oracle-jre18/distinfo Modified: head/java/linux-oracle-jre18/Makefile ============================================================================== --- head/java/linux-oracle-jre18/Makefile Thu Oct 20 20:49:40 2016 (r424356) +++ head/java/linux-oracle-jre18/Makefile Thu Oct 20 20:50:07 2016 (r424357) @@ -27,7 +27,7 @@ ONLY_FOR_ARCHS= i386 amd64 JRE_VENDOR= oracle JRE_VERSION= 8 JRE_INTERNAL_VERSION= 1.${JRE_VERSION}.0 -JRE_UPDATE_VERSION= 102 +JRE_UPDATE_VERSION= 112 .if ${JRE_UPDATE_VERSION} == 0 DL_JRE_VERSION= ${JRE_INTERNAL_VERSION} .elif ${JRE_UPDATE_VERSION} <= 9 Modified: head/java/linux-oracle-jre18/distinfo ============================================================================== --- head/java/linux-oracle-jre18/distinfo Thu Oct 20 20:49:40 2016 (r424356) +++ head/java/linux-oracle-jre18/distinfo Thu Oct 20 20:50:07 2016 (r424357) @@ -1,2 +1,3 @@ -SHA256 (jre-8u102-linux-i586.tar.gz) = b0ea9eba7e9a4da0abeefa67634644616b78ffd52884fbb7abdedb1c5c87f8a9 -SIZE (jre-8u102-linux-i586.tar.gz) = 74086608 +TIMESTAMP = 1476974819 +SHA256 (jre-8u112-linux-i586.tar.gz) = b314d73ddd80e7d0665fb85853d2d69d486bff4a3fd0def090a92be618ba12e9 +SIZE (jre-8u112-linux-i586.tar.gz) = 76262744 From owner-svn-ports-all@freebsd.org Thu Oct 20 20:55:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 370AAC1BC91; Thu, 20 Oct 2016 20:55:36 +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 090FC959; Thu, 20 Oct 2016 20:55:35 +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 u9KKtZv3090722; Thu, 20 Oct 2016 20:55:35 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KKtZ8T090720; Thu, 20 Oct 2016 20:55:35 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610202055.u9KKtZ8T090720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 20 Oct 2016 20:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424358 - head/net-im/oysttyer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 20:55:36 -0000 Author: pi Date: Thu Oct 20 20:55:34 2016 New Revision: 424358 URL: https://svnweb.freebsd.org/changeset/ports/424358 Log: net-im/oysttyer: 2.8.0 -> 2.8.1 Changes: https://github.com/oysttyer/oysttyer/blob/master/CHANGELOG.markdown Modified: head/net-im/oysttyer/Makefile head/net-im/oysttyer/distinfo Modified: head/net-im/oysttyer/Makefile ============================================================================== --- head/net-im/oysttyer/Makefile Thu Oct 20 20:50:07 2016 (r424357) +++ head/net-im/oysttyer/Makefile Thu Oct 20 20:55:34 2016 (r424358) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oysttyer -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.1 CATEGORIES= net-im MAINTAINER= pi@FreeBSD.org Modified: head/net-im/oysttyer/distinfo ============================================================================== --- head/net-im/oysttyer/distinfo Thu Oct 20 20:50:07 2016 (r424357) +++ head/net-im/oysttyer/distinfo Thu Oct 20 20:55:34 2016 (r424358) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476028316 -SHA256 (oysttyer-oysttyer-2.8.0_GH0.tar.gz) = d57b5a474d4349f2e97da937f3ef080472dce6677f1529566fc4a3bf0e625432 -SIZE (oysttyer-oysttyer-2.8.0_GH0.tar.gz) = 106136 +TIMESTAMP = 1476996862 +SHA256 (oysttyer-oysttyer-2.8.1_GH0.tar.gz) = 7e3842aeba7a9aefbddf9782b49e0f1ed27e00a197d97614e67dbbc28ed8991a +SIZE (oysttyer-oysttyer-2.8.1_GH0.tar.gz) = 106307 From owner-svn-ports-all@freebsd.org Thu Oct 20 20:57:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BD5DC1BD1B; Thu, 20 Oct 2016 20:57:51 +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 3B0B1ABC; Thu, 20 Oct 2016 20:57:51 +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 u9KKvorS090942; Thu, 20 Oct 2016 20:57:50 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KKvoqf090940; Thu, 20 Oct 2016 20:57:50 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610202057.u9KKvoqf090940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 20 Oct 2016 20:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424359 - head/security/p5-Crypt-LE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 20:57:51 -0000 Author: pi Date: Thu Oct 20 20:57:50 2016 New Revision: 424359 URL: https://svnweb.freebsd.org/changeset/ports/424359 Log: security/p5-Crypt-LE: update 0.18 -> 0.19 Changes: http://cpansearch.perl.org/src/LEADER/Crypt-LE-0.19/Changes Modified: head/security/p5-Crypt-LE/Makefile head/security/p5-Crypt-LE/distinfo Modified: head/security/p5-Crypt-LE/Makefile ============================================================================== --- head/security/p5-Crypt-LE/Makefile Thu Oct 20 20:55:34 2016 (r424358) +++ head/security/p5-Crypt-LE/Makefile Thu Oct 20 20:57:50 2016 (r424359) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Crypt-LE -PORTVERSION= 0.18 -PORTREVISION= 1 +PORTVERSION= 0.19 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Crypt-LE/distinfo ============================================================================== --- head/security/p5-Crypt-LE/distinfo Thu Oct 20 20:55:34 2016 (r424358) +++ head/security/p5-Crypt-LE/distinfo Thu Oct 20 20:57:50 2016 (r424359) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471861961 -SHA256 (Crypt-LE-0.18.tar.gz) = 93fa27d6a136f2a12669ad39b449fa55a52da908585d84c49e4e68205b1201e6 -SIZE (Crypt-LE-0.18.tar.gz) = 40772 +TIMESTAMP = 1476997020 +SHA256 (Crypt-LE-0.19.tar.gz) = c5ddd7dad83babedf9048b19d26a0362355e28f7f4420dc3ee6a90afc97e6a60 +SIZE (Crypt-LE-0.19.tar.gz) = 42113 From owner-svn-ports-all@freebsd.org Thu Oct 20 20:58:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE2E7C1BD41; Thu, 20 Oct 2016 20:58:00 +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 A0155B9E; Thu, 20 Oct 2016 20:58:00 +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 u9KKvxba091031; Thu, 20 Oct 2016 20:57:59 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KKvxjv091030; Thu, 20 Oct 2016 20:57:59 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610202057.u9KKvxjv091030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 20 Oct 2016 20:57:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r424360 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 20:58:00 -0000 Author: rene Date: Thu Oct 20 20:57:59 2016 New Revision: 424360 URL: https://svnweb.freebsd.org/changeset/ports/424360 Log: Take in jmg ports commit bit after 19 months of inactivity. With hat: portmgr-secretary Modified: svnadmin/conf/access Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Thu Oct 20 20:57:50 2016 (r424359) +++ svnadmin/conf/access Thu Oct 20 20:57:59 2016 (r424360) @@ -93,7 +93,6 @@ jgh jhale jkim jlaffaye -jmg joerg freebsd-devel@uriah.heep.sax.de johans jpaetzel From owner-svn-ports-all@freebsd.org Thu Oct 20 20:59:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B1CCC1BDE2; Thu, 20 Oct 2016 20:59:09 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E1CCDA6; Thu, 20 Oct 2016 20:59:09 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KKx8Tq091250; Thu, 20 Oct 2016 20:59:08 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KKx7Bw091244; Thu, 20 Oct 2016 20:59:07 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201610202059.u9KKx7Bw091244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Thu, 20 Oct 2016 20:59:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424361 - in branches/2016Q4/devel: p4 p4api X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 20:59:09 -0000 Author: gordon Date: Thu Oct 20 20:59:07 2016 New Revision: 424361 URL: https://svnweb.freebsd.org/changeset/ports/424361 Log: MFH: r424342 Update devel ports for p4, p4d, and p4api for micropatching. Approved by: ports-secteam (feld) Modified: branches/2016Q4/devel/p4/Makefile branches/2016Q4/devel/p4/distinfo.freebsd100x86 branches/2016Q4/devel/p4/distinfo.freebsd100x86_64 branches/2016Q4/devel/p4api/Makefile branches/2016Q4/devel/p4api/distinfo.freebsd100x86 branches/2016Q4/devel/p4api/distinfo.freebsd100x86_64 Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/p4/Makefile ============================================================================== --- branches/2016Q4/devel/p4/Makefile Thu Oct 20 20:57:59 2016 (r424360) +++ branches/2016Q4/devel/p4/Makefile Thu Oct 20 20:59:07 2016 (r424361) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4 -PORTVERSION= 2016.1.1443785 +PORTVERSION= 2016.1.1454320 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: branches/2016Q4/devel/p4/distinfo.freebsd100x86 ============================================================================== --- branches/2016Q4/devel/p4/distinfo.freebsd100x86 Thu Oct 20 20:57:59 2016 (r424360) +++ branches/2016Q4/devel/p4/distinfo.freebsd100x86 Thu Oct 20 20:59:07 2016 (r424361) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475549967 -SHA256 (perforce/2016.1.1443785/bin.freebsd100x86/p4) = c9f682e2648fbd6cfe46c7211d2655aec63bf86812268e52a7fced0d4b449283 -SIZE (perforce/2016.1.1443785/bin.freebsd100x86/p4) = 3074696 +TIMESTAMP = 1476983673 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86/p4) = 6a24c050c03a466e1f76c117902a60e1d924f6c2a94f369f759a91bc73510565 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86/p4) = 3074744 Modified: branches/2016Q4/devel/p4/distinfo.freebsd100x86_64 ============================================================================== --- branches/2016Q4/devel/p4/distinfo.freebsd100x86_64 Thu Oct 20 20:57:59 2016 (r424360) +++ branches/2016Q4/devel/p4/distinfo.freebsd100x86_64 Thu Oct 20 20:59:07 2016 (r424361) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475549963 -SHA256 (perforce/2016.1.1443785/bin.freebsd100x86_64/p4) = 164649505cd6170b8f8d194fd89d6ea0e401ebaccfe85d281723948269084cf8 -SIZE (perforce/2016.1.1443785/bin.freebsd100x86_64/p4) = 3335336 +TIMESTAMP = 1476983669 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86_64/p4) = 703491738c6d1f5742ef5f7eebaf7ba8e70f5268b4763603a5e466573415367f +SIZE (perforce/2016.1.1454320/bin.freebsd100x86_64/p4) = 3335480 Modified: branches/2016Q4/devel/p4api/Makefile ============================================================================== --- branches/2016Q4/devel/p4api/Makefile Thu Oct 20 20:57:59 2016 (r424360) +++ branches/2016Q4/devel/p4api/Makefile Thu Oct 20 20:59:07 2016 (r424361) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= p4api -PORTVERSION= 2016.1.1446835 +PORTVERSION= 2016.1.1454320 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/:tar \ ftp://ftp.perforce.com/perforce/${P4VERSION}/doc/manuals/p4api/:pdf Modified: branches/2016Q4/devel/p4api/distinfo.freebsd100x86 ============================================================================== --- branches/2016Q4/devel/p4api/distinfo.freebsd100x86 Thu Oct 20 20:57:59 2016 (r424360) +++ branches/2016Q4/devel/p4api/distinfo.freebsd100x86 Thu Oct 20 20:59:07 2016 (r424361) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475552735 -SHA256 (perforce/2016.1.1446835/bin.freebsd100x86/p4api.tgz) = a559a3e41336f6fd098d9e4fa34f793ab0117228d6bff5ecac9e5cfed1accce2 -SIZE (perforce/2016.1.1446835/bin.freebsd100x86/p4api.tgz) = 3902019 -SHA256 (perforce/2016.1.1446835/bin.freebsd100x86/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 -SIZE (perforce/2016.1.1446835/bin.freebsd100x86/p4api.pdf) = 1908708 +TIMESTAMP = 1476983722 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86/p4api.tgz) = d2a1a72612a313b275d1c9645d57c460d9d7a924c3305a8769293d7bdf6aac50 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86/p4api.tgz) = 3902149 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86/p4api.pdf) = 1908708 Modified: branches/2016Q4/devel/p4api/distinfo.freebsd100x86_64 ============================================================================== --- branches/2016Q4/devel/p4api/distinfo.freebsd100x86_64 Thu Oct 20 20:57:59 2016 (r424360) +++ branches/2016Q4/devel/p4api/distinfo.freebsd100x86_64 Thu Oct 20 20:59:07 2016 (r424361) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475552728 -SHA256 (perforce/2016.1.1446835/bin.freebsd100x86_64/p4api.tgz) = 2ef9b63f52254260cd46e3ebed5cae65bc348e1e32b88f4ec4b0b62b26c36217 -SIZE (perforce/2016.1.1446835/bin.freebsd100x86_64/p4api.tgz) = 4167981 -SHA256 (perforce/2016.1.1446835/bin.freebsd100x86_64/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 -SIZE (perforce/2016.1.1446835/bin.freebsd100x86_64/p4api.pdf) = 1908708 +TIMESTAMP = 1476983715 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86_64/p4api.tgz) = 46ce4c147dfdb87d32491596724c7543465367fbbc0cb2606c7c123544eb49c5 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86_64/p4api.tgz) = 4168075 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86_64/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86_64/p4api.pdf) = 1908708 From owner-svn-ports-all@freebsd.org Thu Oct 20 21:07:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72027C1A015; Thu, 20 Oct 2016 21:07:52 +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 403DD341; Thu, 20 Oct 2016 21:07:52 +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 u9KL7pca095015; Thu, 20 Oct 2016 21:07:51 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KL7pF5095014; Thu, 20 Oct 2016 21:07:51 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610202107.u9KL7pF5095014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 20 Oct 2016 21:07:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r424362 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 21:07:52 -0000 Author: rene Date: Thu Oct 20 21:07:51 2016 New Revision: 424362 URL: https://svnweb.freebsd.org/changeset/ports/424362 Log: jmg's ports bit taken in for safekeeping With hat: portmgr-secretary Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Thu Oct 20 20:59:07 2016 (r424361) +++ svnadmin/conf/mentors Thu Oct 20 21:07:51 2016 (r424362) @@ -20,7 +20,6 @@ cpm junovitch Co-mentor: amdmi3, feld farrokhi philip Co-mentor: bapt, mat gnn skreuzer ian sbruno Co-mentor: mat -jmg mat jrm swills Co-mentor: amdmi3 kami cs Co-mentor: koobs olivier jadawin Co-mentor: tabthorpe From owner-svn-ports-all@freebsd.org Thu Oct 20 21:17:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F37B9C1A476; Thu, 20 Oct 2016 21:17:29 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB3F3E86; Thu, 20 Oct 2016 21:17:29 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KLHS0P098921; Thu, 20 Oct 2016 21:17:28 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KLHSvQ098918; Thu, 20 Oct 2016 21:17:28 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201610202117.u9KLHSvQ098918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Thu, 20 Oct 2016 21:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424363 - branches/2016Q4/devel/p4d X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 21:17:30 -0000 Author: gordon Date: Thu Oct 20 21:17:28 2016 New Revision: 424363 URL: https://svnweb.freebsd.org/changeset/ports/424363 Log: MFH: r423982 r424342 Update devel/p4d for micropatching. Merge of devel/p4d to include two outstanding MFHs. Approved by: ports-secteam (feld) Modified: branches/2016Q4/devel/p4d/Makefile branches/2016Q4/devel/p4d/distinfo.freebsd100x86 branches/2016Q4/devel/p4d/distinfo.freebsd100x86_64 Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/p4d/Makefile ============================================================================== --- branches/2016Q4/devel/p4d/Makefile Thu Oct 20 21:07:51 2016 (r424362) +++ branches/2016Q4/devel/p4d/Makefile Thu Oct 20 21:17:28 2016 (r424363) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4d -PORTVERSION= 2016.1.1443785 +PORTVERSION= 2016.1.1454320 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: branches/2016Q4/devel/p4d/distinfo.freebsd100x86 ============================================================================== --- branches/2016Q4/devel/p4d/distinfo.freebsd100x86 Thu Oct 20 21:07:51 2016 (r424362) +++ branches/2016Q4/devel/p4d/distinfo.freebsd100x86 Thu Oct 20 21:17:28 2016 (r424363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475550274 -SHA256 (perforce/2016.1.1443785/bin.freebsd100x86/p4d) = b7108f7b02012c7931e11563450877722de09931808c81aa8507d36fea6c968c -SIZE (perforce/2016.1.1443785/bin.freebsd100x86/p4d) = 5769368 +TIMESTAMP = 1476983688 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86/p4d) = 0a648c3e58630e13a651259e6b0f31f33e50c2ddab193e9d0f1d0204f3776409 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86/p4d) = 5770008 Modified: branches/2016Q4/devel/p4d/distinfo.freebsd100x86_64 ============================================================================== --- branches/2016Q4/devel/p4d/distinfo.freebsd100x86_64 Thu Oct 20 21:07:51 2016 (r424362) +++ branches/2016Q4/devel/p4d/distinfo.freebsd100x86_64 Thu Oct 20 21:17:28 2016 (r424363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475550270 -SHA256 (perforce/2016.1.1443785/bin.freebsd100x86_64/p4d) = 6de7e1c52ca76e709a603d08894d31839acc262f54717eff44aba5c26723a409 -SIZE (perforce/2016.1.1443785/bin.freebsd100x86_64/p4d) = 5902152 +TIMESTAMP = 1476983684 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86_64/p4d) = 143fd40222e822f3cc03ebc272c8553629687c0f6f28ff59c99c19eb20f7a227 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86_64/p4d) = 5903656 From owner-svn-ports-all@freebsd.org Thu Oct 20 22:30:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82C94C1B71F; Thu, 20 Oct 2016 22:30:21 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 549B399F; Thu, 20 Oct 2016 22:30:21 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KMUK60025658; Thu, 20 Oct 2016 22:30:20 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KMUK2j025655; Thu, 20 Oct 2016 22:30:20 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610202230.u9KMUK2j025655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Thu, 20 Oct 2016 22:30:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424364 - head/java/intellij X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 22:30:21 -0000 Author: bsam Date: Thu Oct 20 22:30:20 2016 New Revision: 424364 URL: https://svnweb.freebsd.org/changeset/ports/424364 Log: java/intellij: fix pkg-plist. PR: 213616 Submitted by: Sergey Brunov Modified: head/java/intellij/Makefile head/java/intellij/pkg-plist Modified: head/java/intellij/Makefile ============================================================================== --- head/java/intellij/Makefile Thu Oct 20 21:17:28 2016 (r424363) +++ head/java/intellij/Makefile Thu Oct 20 22:30:20 2016 (r424364) @@ -6,6 +6,7 @@ PORTNAME= intellij PORTVERSION= 2016.2.5 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= https://download.jetbrains.com/idea/ \ http://download.jetbrains.com/idea/ Modified: head/java/intellij/pkg-plist ============================================================================== --- head/java/intellij/pkg-plist Thu Oct 20 21:17:28 2016 (r424363) +++ head/java/intellij/pkg-plist Thu Oct 20 22:30:20 2016 (r424364) @@ -160,6 +160,7 @@ share/applications/idea.desktop %%IDEA_HOME%%/lib/sanselan-0.98-snapshot.jar %%IDEA_HOME%%/lib/serviceMessages.jar %%IDEA_HOME%%/lib/slf4j-api-1.7.10.jar +%%IDEA_HOME%%/lib/snappy-in-java-0.5.1.jar %%IDEA_HOME%%/lib/slf4j-log4j12-1.7.10.jar %%IDEA_HOME%%/lib/sqlite-jdbc-3.6.20.1.jar %%IDEA_HOME%%/lib/src/trove4j_src.jar @@ -238,6 +239,7 @@ share/applications/idea.desktop %%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc.bat %%IDEA_HOME%%/plugins/Kotlin/kotlinc/build.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/android-extensions-compiler.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-ant.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common-test.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common.jar From owner-svn-ports-all@freebsd.org Thu Oct 20 23:23:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 580C7C1613B; Thu, 20 Oct 2016 23:23:06 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4A20C3DD; Thu, 20 Oct 2016 23:23:06 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id 4875118DC; Thu, 20 Oct 2016 23:23:06 +0000 (UTC) Date: Thu, 20 Oct 2016 23:23:06 +0000 From: "Sergey A. Osokin" To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424223 - in head/www: nginx nginx-devel Message-ID: <20161020232306.GC75495@FreeBSD.org> References: <201610182310.u9INAZXc030793@repo.freebsd.org> <18697be6-09a6-3dbb-2333-9eab6f10047f@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <18697be6-09a6-3dbb-2333-9eab6f10047f@FreeBSD.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 23:23:06 -0000 On Wed, Oct 19, 2016 at 09:13:53AM +0200, Mathieu Arnold wrote: > Le 19/10/2016 ?? 01:10, Sergey A. Osokin a ??crit : > > Author: osa > > Date: Tue Oct 18 23:10:35 2016 > > New Revision: 424223 > > URL: https://svnweb.freebsd.org/changeset/ports/424223 > > > > Log: > > Use ImageMagick-nox11 instead of original one as it's more > > convenient for the server-based product. > > Please revert that, It will mess up systems who already have > ImageMagick. I you really feel strongly about it, provide a new option > to depend on the -nox11 version. What kind of the mess up? Could you please provide a bit more details. -- Sergey A. Osokin osa@FreeBSD.org From owner-svn-ports-all@freebsd.org Thu Oct 20 23:26:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F074C161F7; Thu, 20 Oct 2016 23:26:53 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2463B75E; Thu, 20 Oct 2016 23:26:53 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id 22B0D19EF; Thu, 20 Oct 2016 23:26:53 +0000 (UTC) Date: Thu, 20 Oct 2016 23:26:53 +0000 From: "Sergey A. Osokin" To: Cy Schubert Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424223 - in head/www: nginx nginx-devel Message-ID: <20161020232653.GD75495@FreeBSD.org> References: <201610182310.u9INAZXc030793@repo.freebsd.org> <201610190054.u9J0smAA062884@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201610190054.u9J0smAA062884@slippy.cwsent.com> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 23:26:53 -0000 On Tue, Oct 18, 2016 at 05:54:48PM -0700, Cy Schubert wrote: > In message <201610182310.u9INAZXc030793@repo.freebsd.org>, "Sergey A. > Osokin" w > rites: > > Author: osa > > Date: Tue Oct 18 23:10:35 2016 > > New Revision: 424223 > > URL: https://svnweb.freebsd.org/changeset/ports/424223 > > > > Log: > > Use ImageMagick-nox11 instead of original one as it's more > > convenient for the server-based product. > > > > Do not bump PORTREVISION because this change affects disabled by > > default third-party modules only. > > > > Modified: > > head/www/nginx-devel/Makefile > > head/www/nginx/Makefile > > > > Modified: head/www/nginx-devel/Makefile > > ============================================================================= > > = > > --- head/www/nginx-devel/Makefile Tue Oct 18 23:01:42 2016 (r42422 > > 2) > > +++ head/www/nginx-devel/Makefile Tue Oct 18 23:10:35 2016 (r42422 > > 3) > > @@ -714,7 +714,7 @@ LIB_DEPENDS+= libjpeg.so:graphics/jpeg > > libavcodec.so:multimedia/ffmpeg \ > > libavutil.so:multimedia/ffmpeg \ > > libswscale.so:multimedia/ffmpeg \ > > - libMagickWand-6.so:graphics/ImageMagick > > + libMagickWand-6.so:graphics/ImageMagick-nox11 > > GH_ACCOUNT+= wandenberg:vte > > GH_PROJECT+= nginx-video-thumbextractor-module:vte > > GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte > > @@ -947,8 +947,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n > > > > .if ${PORT_OPTIONS:MSMALL_LIGHT} > > NGINX_SMALL_LIGHT_VERSION= 0.8.0 > > -LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick \ > > - libMagickWand-6.so:graphics/ImageMagick \ > > +LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick-nox11 \ > > + libMagickWand-6.so:graphics/ImageMagick-nox11 \ > > libpcre.so:devel/pcre > > This is great if you don't already have an Imagemagick already installed > but if graphics/Imagemagick is a prerequisite for other installed packages > a conflict will result. I don't think this is an issue of this port only, it looks like this is an issue for all ports tree system, isn't it? > Can the dependency be an option (that can be specified in poudriere options)? As a workaround, probably yes, but I'm not totally sure. Please note this change is affected only "custom" builds from a ports tree because this module is disabled by default. -- Sergey A. Osokin osa@FreeBSD.org From owner-svn-ports-all@freebsd.org Thu Oct 20 23:30:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95249C16274; Thu, 20 Oct 2016 23:30:34 +0000 (UTC) (envelope-from cjpm@gmx.es) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01C62864; Thu, 20 Oct 2016 23:30:33 +0000 (UTC) (envelope-from cjpm@gmx.es) Received: from [192.168.1.34] ([81.38.123.170]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0Ls8Qd-1cwFaR2z4J-013uhx; Fri, 21 Oct 2016 01:30:24 +0200 User-Agent: K-9 Mail for Android In-Reply-To: <201610201700.u9KH0IsP097081@repo.freebsd.org> References: <201610201700.u9KH0IsP097081@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: svn commit: r424340 - in head: . security security/py-keystone From: "Carlos J. Puga Medina" Date: Fri, 21 Oct 2016 01:30:22 +0200 To: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <52D55903-C21E-4259-854A-75B0DB5A480A@gmx.es> X-Provags-ID: V03:K0:f/E/BXaCPi6m+sh2T1M1AKWM5+j0MpkpoQjfdqHhqhBEuD5UcHi 9kusEcwJIh8KtKYQUPXx4TxToVEv1yA9tU/7Q0CSAE/sHaakcISaUFLNq8HhPpgGex8E817 eF8tDYAHWq9c+0eZvLF85pLXgyIER+9jP0k0LdwibqcLJIu2dZzmbJD3YmH1ePlW0uXeR5w RZVeBINifNs9t+kZnHupQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:Vl6rSwYHvKU=:rXj972nLA9v2rT8XjYXF4s jtyWax0Z6EUHzWGuaPWX6pzhHaGDf3YU387hLDU64yzlC+1U8/+6ATZ4WhuwzB2BDepNO4vzD RH1NFiRLbzmq7Oy8VFdJoG3nC58ScOA+hFq7t/tdyvYK1OaJJQGQV1rPsbwiCmDYEBuo65EZv Htfts8BemMB2Zk2G1YAaNMpWJ964jQkt44KBaGfkpbEdIJclFyY5B22KmwSaXjv/osoVxU9Jo 2gj+H2TVCzH1Uk3h1ck4bsNQ9AJsHIBjLow271JHdEDUSdBc0E/Tml/9uvkYond6veqWpxy5K e8HbQ2cD6AfHdfrvhmV/MI1py6v/1wZwvUsmZOgYmhiyMejQx8Br2/F8PfpWSx6qvi02iEbm2 ecGPKpoNFigxeRgU6VrhAyoeBHkrdvyMDv6NyJe0W1+GOoleMViWekLrzpSExc37aIjKMCdBn 60OZwqRIdZBvffZ9OQ3An9AFYdfY9O+EkPX3kfCmOvQpSiqQviPACWeEkCvwdRMXAlSsWgb+f tMjifIvp6zlK8r8948jCd5hlhdJIHwAJBLjRkbk80wS52zt7aRb25qHWgkL71WFPGn3xweGgM jCIwhilVl7dSXJkeNmKT79loAegA1ok3NYO+plxAoG9PKf/I95mIexljFghnMUxvjL593ly2x Wtk00OMCNeI4UOX8rlo2uEwPjQ9vnj94stp4SYogcqJr6wLwMt9D4godpfMCWSRrV8MHR3LUn xErRcFkiZh/q1y6mnYEpizkmbA7r9CuCkKLK3nqI3zTrRkebTHnSZVoAYU/kT9Hwv5MeZCtLg ojtoVpb X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 23:30:34 -0000 El 20 de octubre de 2016 19:00:18 CEST, Roman Bogorodskiy escribi=C3=B3: >Author: novel >Date: Thu Oct 20 17:00:18 2016 >New Revision: 424340 >URL: https://svnweb=2Efreebsd=2Eorg/changeset/ports/424340 > >Log: > Add py-keystone 10=2E0=2E0, OpenStack Keystone > =20 > PR: 213542 > Submitted by: Alexander Nusov > >Added: > head/security/py-keystone/ > head/security/py-keystone/Makefile (contents, props changed) > head/security/py-keystone/distinfo (contents, props changed) > head/security/py-keystone/pkg-descr (contents, props changed) > head/security/py-keystone/pkg-plist (contents, props changed) >Modified: > head/GIDs > head/UIDs > head/security/Makefile > >Modified: head/GIDs >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/GIDs Thu Oct 20 15:58:12 2016 (r424339) >+++ head/GIDs Thu Oct 20 17:00:18 2016 (r424340) >@@ -131,7 +131,7 @@ dnslog:*:186: > swift:*:187: > netxms:*:188: > leofs:*:189: >-# free: 190 >+keystone:*:190 > # free: 191 > moinmoin:*:192: > cups:*:193: > >Modified: head/UIDs >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/UIDs Thu Oct 20 15:58:12 2016 (r424339) >+++ head/UIDs Thu Oct 20 17:00:18 2016 (r424340) >@@ -136,7 +136,7 @@ dnslog:*:186:186::0:0:dnslog pseudo-user >swift:*:187:187::0:0:Swift daemon >pseudo-user:/nonexistent:/usr/sbin/nologin >netxms:*:188:188::0:0:netxms pseudo-user:/nonexistent:/usr/sbin/nologin >leofs:*:189:189::0:0:LeoFS daemons >pseudo-user:/var/db/leofs:/usr/sbin/nologin >-# free: 190 >+keystone:*:190:190::0:0:Keystone >pseudo-user:/var/lib/keystone:/usr/sbin/nologin > # free: 191 > moinmoin:*:192:192::0:0:MoinMoin User:/nonexistent:/usr/sbin/nologin > cups:*:193:193::0:0:Cups Owner:/nonexistent:/usr/sbin/nologin > >Modified: head/security/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/security/Makefile Thu Oct 20 15:58:12 2016 (r424339) >+++ head/security/Makefile Thu Oct 20 17:00:18 2016 (r424340) >@@ -870,6 +870,7 @@ > SUBDIR +=3D py-keyczar > SUBDIR +=3D py-keyring > SUBDIR +=3D py-keyrings=2Ealt >+ SUBDIR +=3D py-keystone > SUBDIR +=3D py-libnacl > SUBDIR +=3D py-m2crypto > SUBDIR +=3D py-mcrypt > >Added: head/security/py-keystone/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- /dev/null 00:00:00 1970 (empty, because file is newly added) >+++ head/security/py-keystone/Makefile Thu Oct 20 17:00:18 >2016 (r424340) >@@ -0,0 +1,83 @@ >+# Created by: Alexander Nusov >+# $FreeBSD$ >+ >+PORTNAME=3D keystone >+PORTVERSION=3D 10=2E0=2E0 >+CATEGORIES=3D security python >+MASTER_SITES=3D https://fossies=2Eorg/linux/misc/openstack/ >+PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER=3D alexander=2Enusov@nfvexpress=2Ecom >+COMMENT=3D OpenStack Keystone >+ >+BUILD_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}pbr>=3D1=2E6:devel/py-pbr >+RUN_DEPENDS:=3D ${BUILD_DEPENDS} >+RUN_DEPENDS+=3D ${PYTHON_PKGNAMEPREFIX}Babel>=3D2=2E3=2E4:devel/py-babel= \ >+ ${PYTHON_PKGNAMEPREFIX}webob>=3D1=2E2=2E3:www/py-webob \ >+ ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=3D1=2E5=2E0:www/py-pastedeploy \ >+ ${PYTHON_PKGNAMEPREFIX}Paste>=3D0:www/py-paste \ >+ ${PYTHON_PKGNAMEPREFIX}routes>=3D0:www/py-routes \ >+ ${PYTHON_PKGNAMEPREFIX}cryptography>=3D0:security/py-cryptography \ >+ ${PYTHON_PKGNAMEPREFIX}six>=3D1=2E9=2E0:devel/py-six \ >+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=3D0:databases/py-sqlalchemy10 \ >+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=3D0=2E9=2E6:databases/py-sq= lalchemy-migrate >\ >+ ${PYTHON_PKGNAMEPREFIX}stevedore>=3D1=2E16=2E0:devel/py-stevedore \ >+ ${PYTHON_PKGNAMEPREFIX}passlib>=3D1=2E6:security/py-passlib \ >+ ${PYTHON_PKGNAMEPREFIX}keystoneclient>=3D0:net/py-keystoneclient \ >+ ${PYTHON_PKGNAMEPREFIX}keystonemiddleware>=3D0:devel/py-keystonemiddle= ware >\ >+ ${PYTHON_PKGNAMEPREFIX}oslo=2Ecache>=3D1=2E5=2E0:devel/py-oslo=2Ecache= \ >+ ${PYTHON_PKGNAMEPREFIX}oslo=2Econcurrency>=3D3=2E8=2E0:devel/py-oslo= =2Econcurrency >\ >+ ${PYTHON_PKGNAMEPREFIX}oslo=2Econfig>=3D3=2E14=2E0:devel/py-oslo=2Econ= fig \ >+ ${PYTHON_PKGNAMEPREFIX}oslo=2Econtext>=3D2=2E9=2E0:devel/py-oslo=2Econ= text \ >+ ${PYTHON_PKGNAMEPREFIX}oslo=2Emessaging>=3D5=2E2=2E0:devel/py-oslo=2Em= essaging >\ >+ ${PYTHON_PKGNAMEPREFIX}oslo=2Edb>=3D0:devel/py-oslo=2Edb \ >+ ${PYTHON_PKGNAMEPREFIX}oslo=2Ei18n>=3D2=2E1=2E0:devel/py-oslo=2Ei18n \ >+ ${PYTHON_PKGNAMEPREFIX}oslo=2Elog>=3D1=2E14=2E0:devel/py-oslo=2Elog \ >+ ${PYTHON_PKGNAMEPREFIX}oslo=2Emiddleware>=3D3=2E0=2E0:devel/py-oslo=2E= middleware >\ >+ ${PYTHON_PKGNAMEPREFIX}oslo=2Epolicy>=3D1=2E9=2E0:devel/py-oslo=2Epoli= cy \ >+ ${PYTHON_PKGNAMEPREFIX}oslo=2Eserialization>=3D1=2E10=2E0:devel/py-osl= o=2Eserialization >\ >+ ${PYTHON_PKGNAMEPREFIX}oslo=2Eutils>=3D3=2E16=2E0:devel/py-oslo=2Eutil= s \ >+ ${PYTHON_PKGNAMEPREFIX}oauthlib>=3D0=2E6:security/py-oauthlib \ >+ ${PYTHON_PKGNAMEPREFIX}pysaml2>=3D0:security/py-pysaml2 \ >+ ${PYTHON_PKGNAMEPREFIX}dogpile=2Ecache>=3D0=2E6=2E2:devel/py-dogpile= =2Ecache \ >+ ${PYTHON_PKGNAMEPREFIX}jsonschema>=3D0:devel/py-jsonschema \ >+ ${PYTHON_PKGNAMEPREFIX}pycadf>=3D0:devel/py-pycadf \ >+ ${PYTHON_PKGNAMEPREFIX}msgpack-python>=3D0=2E4=2E0:devel/py-msgpack-py= thon >\ >+ ${PYTHON_PKGNAMEPREFIX}osprofiler>=3D1=2E4=2E0:devel/py-osprofiler \ >+ ${PYTHON_PKGNAMEPREFIX}sqlparse>=3D0:databases/py-sqlparse \ >+ ${PYTHON_PKGNAMEPREFIX}python-editor>=3D0:devel/py-python-editor >+ >+NO_ARCH=3D yes >+ >+USES=3D python >+USE_PYTHON=3D autoplist distutils noegginfo >+ >+USERS=3D keystone >+GROUPS=3D keystone >+ >+post-patch: >+ ${REINPLACE_CMD} -e "s|/etc/keystone|${PREFIX}/etc/${PORTNAME}|g" \ >+ ${WRKSRC}/doc/source/apache-httpd=2Erst \ >+ ${WRKSRC}/doc/source/api_curl_examples=2Erst \ >+ ${WRKSRC}/doc/source/configuration=2Erst \ >+ ${WRKSRC}/doc/source/event_notifications=2Erst \ >+ ${WRKSRC}/doc/source/federation/configure_federation=2Erst \ >+ ${WRKSRC}/doc/source/http-api=2Erst \ >+ ${WRKSRC}/doc/source/installing=2Erst \ >+ ${WRKSRC}/doc/source/upgrading=2Erst \ >+ ${WRKSRC}/etc/keystone=2Econf=2Esample \ >+ ${WRKSRC}/keystone/tests/unit/test_ldap_tls_livetest=2Epy \ >+ ${WRKSRC}/keystone/conf/fernet_tokens=2Epy \ >+ ${WRKSRC}/keystone/conf/signing=2Epy \ >+ ${WRKSRC}/keystone/conf/saml=2Epy \ >+ ${WRKSRC}/keystone/conf/identity=2Epy \ >+ ${WRKSRC}/keystone/conf/constants=2Epy \ >+ ${WRKSRC}/keystone/conf/credential=2Epy \ >+ ${WRKSRC}/keystone/conf/federation=2Epy \ >+ ${WRKSRC}/keystone/common/profiler=2Epy >+ >+post-install: >+ ${MKDIR} ${STAGEDIR}${ETCDIR} >+ ${CP} -R ${WRKSRC}/etc/ ${STAGEDIR}${ETCDIR} >+ >+=2Einclude > >Added: head/security/py-keystone/distinfo >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- /dev/null 00:00:00 1970 (empty, because file is newly added) >+++ head/security/py-keystone/distinfo Thu Oct 20 17:00:18 >2016 (r424340) >@@ -0,0 +1,3 @@ >+TIMESTAMP =3D 1476962582 >+SHA256 (keystone-10=2E0=2E0=2Etar=2Egz) =3D >5317c7a0c67ec5184e3efabd513ed7bd2eb3a5d537e24d781bc252035f46ae63 >+SIZE (keystone-10=2E0=2E0=2Etar=2Egz) =3D 1355520 > >Added: head/security/py-keystone/pkg-descr >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- /dev/null 00:00:00 1970 (empty, because file is newly added) >+++ head/security/py-keystone/pkg-descr Thu Oct 20 17:00:18 >2016 (r424340) >@@ -0,0 +1,6 @@ >+Keystone provides authentication, authorization and service discovery >+mechanisms via HTTP primarily for use by projects in the OpenStack >family=2E=20 >+It is most commonly deployed as an HTTP interface to existing identity >systems, >+such as LDAP=2E >+ >+WWW: http://openstack=2Eorg/keystone > >Added: head/security/py-keystone/pkg-plist >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- /dev/null 00:00:00 1970 (empty, because file is newly added) >+++ head/security/py-keystone/pkg-plist Thu Oct 20 17:00:18 >2016 (r424340) >@@ -0,0 +1,8 @@ >+@owner keystone >+@dir %%ETCDIR%% >+@sample %%ETCDIR%%/keystone=2Econf=2Esample >+@sample %%ETCDIR%%/logging=2Econf=2Esample >+%%ETCDIR%%/default_catalog=2Etemplates >+%%ETCDIR%%/keystone-paste=2Eini >+%%ETCDIR%%/policy=2Ejson >+%%ETCDIR%%/sso_callback_template=2Ehtml Roman, please can you fix /usr/ports/GIDs You should add missing colon Thanks --=20 Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E From owner-svn-ports-all@freebsd.org Fri Oct 21 00:05:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03F5FC16F2C; Fri, 21 Oct 2016 00:05:59 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC6FFD81; Fri, 21 Oct 2016 00:05:58 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L05vcX063733; Fri, 21 Oct 2016 00:05:57 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L05vIL063732; Fri, 21 Oct 2016 00:05:57 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610210005.u9L05vIL063732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 21 Oct 2016 00:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424365 - head/security/gpgme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 00:05:59 -0000 Author: jhale Date: Fri Oct 21 00:05:57 2016 New Revision: 424365 URL: https://svnweb.freebsd.org/changeset/ports/424365 Log: Really fix build on 9.x for the c++ and Qt5 bindings; require libc++. Modified: head/security/gpgme/Makefile Modified: head/security/gpgme/Makefile ============================================================================== --- head/security/gpgme/Makefile Thu Oct 20 22:30:20 2016 (r424364) +++ head/security/gpgme/Makefile Fri Oct 21 00:05:57 2016 (r424365) @@ -87,6 +87,12 @@ CONFLICTS_INSTALL= py*-pyme-[0-9]* .include .if defined(SLAVEPORT) +. if (${SLAVEPORT} == "cpp" || ${SLAVEPORT} == "qt5") +. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001000 +BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++ +CXXFLAGS+= -stdlib=libc++ -I${LOCALBASE}/include/c++/v1 +. endif +. endif . if ${SLAVEPORT} == "python" . if ${PYTHON_REL} >= 3000 CONFIGURE_ARGS+=--enable-languages="python3" From owner-svn-ports-all@freebsd.org Fri Oct 21 01:43:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18092C1AF24; Fri, 21 Oct 2016 01:43:53 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE230AE; Fri, 21 Oct 2016 01:43:52 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L1hqWr001786; Fri, 21 Oct 2016 01:43:52 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L1hp3g001784; Fri, 21 Oct 2016 01:43:51 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610210143.u9L1hp3g001784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 21 Oct 2016 01:43:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424366 - head/sysutils/msktutil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 01:43:53 -0000 Author: zi Date: Fri Oct 21 01:43:51 2016 New Revision: 424366 URL: https://svnweb.freebsd.org/changeset/ports/424366 Log: - Update to 1.0 Modified: head/sysutils/msktutil/Makefile head/sysutils/msktutil/distinfo Modified: head/sysutils/msktutil/Makefile ============================================================================== --- head/sysutils/msktutil/Makefile Fri Oct 21 00:05:57 2016 (r424365) +++ head/sysutils/msktutil/Makefile Fri Oct 21 01:43:51 2016 (r424366) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= msktutil -PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} MAINTAINER= zi@FreeBSD.org COMMENT= Utility to manage Active Directory interoperability -USES= gmake tar:bzip2 +LICENSE= GPLv2 + +USES= gmake ssl tar:bzip2 USE_OPENLDAP= yes GNU_CONFIGURE= yes WANT_OPENLDAP_SASL= yes @@ -19,4 +20,7 @@ CONFIGURE_ARGS+=--with-sasldir=${LOCALBA PLIST_FILES= man/man1/msktutil.1.gz sbin/msktutil +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/msktutil + .include Modified: head/sysutils/msktutil/distinfo ============================================================================== --- head/sysutils/msktutil/distinfo Fri Oct 21 00:05:57 2016 (r424365) +++ head/sysutils/msktutil/distinfo Fri Oct 21 01:43:51 2016 (r424366) @@ -1,2 +1,3 @@ -SHA256 (msktutil-0.5.1.tar.bz2) = ec02f7f19aa5600c5d20f327beaef88ee70211841dc01fa42eb258ae840ae6f0 -SIZE (msktutil-0.5.1.tar.bz2) = 79163 +TIMESTAMP = 1477013810 +SHA256 (msktutil-1.0.tar.bz2) = 6e59d4bf41b8c75d573037c19ed29567a55f67ae5fe8c81e037b4f8c7327b642 +SIZE (msktutil-1.0.tar.bz2) = 79235 From owner-svn-ports-all@freebsd.org Fri Oct 21 02:01:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA954C11161; Fri, 21 Oct 2016 02:01:11 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A0262814; Fri, 21 Oct 2016 02:01:11 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id xP8sbUSyUMSApxP8tbdyE9; Thu, 20 Oct 2016 20:01:09 -0600 X-Authority-Analysis: v=2.2 cv=A9QuBOeG c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=CH0kA5CcgfcA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=AjajidAcwn-S7SIzveQA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 9ED36DA; Thu, 20 Oct 2016 19:01:06 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u9L216Ug003467; Thu, 20 Oct 2016 19:01:06 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201610210201.u9L216Ug003467@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: "Sergey A. Osokin" cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424223 - in head/www: nginx nginx-devel In-Reply-To: Message from "Sergey A. Osokin" of "Thu, 20 Oct 2016 23:26:53 -0000." <20161020232653.GD75495@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Oct 2016 19:01:06 -0700 X-CMAE-Envelope: MS4wfG/G2cFjyOO8FjNuujY5GnOES/FJfYPN83L1SVzh1RfnxTgWAN7LCIWoqIHRdB9PkJlUqQIjqZppUXF+KseOTsssps96bDrZseLrKDBSD7C4klkXpNm0 7G+Ippmi1UI3bzRKny0LDDWLwHsFWiKdaf+2YT0p+EtsP19jMZjT4WXaf8TNzqZeoyVl95+eJ4DEnVwCwQKSeCljM4xoDBZDhoqyTJIu2z/VekZ1Zjw0gYRQ ZAZlXB1CTkzEoMZE4msJ+ie5P4WjUYngsVPFyH9Ho7rlLYj/Ykg1M6ktru8GXq9q X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 02:01:12 -0000 In message <20161020232653.GD75495@FreeBSD.org>, "Sergey A. Osokin" writes: > On Tue, Oct 18, 2016 at 05:54:48PM -0700, Cy Schubert wrote: > > In message <201610182310.u9INAZXc030793@repo.freebsd.org>, "Sergey A. > > Osokin" w > > rites: > > > Author: osa > > > Date: Tue Oct 18 23:10:35 2016 > > > New Revision: 424223 > > > URL: https://svnweb.freebsd.org/changeset/ports/424223 > > > > > > Log: > > > Use ImageMagick-nox11 instead of original one as it's more > > > convenient for the server-based product. > > > > > > Do not bump PORTREVISION because this change affects disabled by > > > default third-party modules only. > > > > > > Modified: > > > head/www/nginx-devel/Makefile > > > head/www/nginx/Makefile > > > > > > Modified: head/www/nginx-devel/Makefile > > > ========================================================================= > ==== > > > = > > > --- head/www/nginx-devel/Makefile Tue Oct 18 23:01:42 2016 (r42422 > > > 2) > > > +++ head/www/nginx-devel/Makefile Tue Oct 18 23:10:35 2016 (r42422 > > > 3) > > > @@ -714,7 +714,7 @@ LIB_DEPENDS+= libjpeg.so:graphics/jpeg > > > libavcodec.so:multimedia/ffmpeg \ > > > libavutil.so:multimedia/ffmpeg \ > > > libswscale.so:multimedia/ffmpeg \ > > > - libMagickWand-6.so:graphics/ImageMagick > > > + libMagickWand-6.so:graphics/ImageMagick-nox11 > > > GH_ACCOUNT+= wandenberg:vte > > > GH_PROJECT+= nginx-video-thumbextractor-module:vte > > > GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte > > > @@ -947,8 +947,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n > > > > > > .if ${PORT_OPTIONS:MSMALL_LIGHT} > > > NGINX_SMALL_LIGHT_VERSION= 0.8.0 > > > -LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick \ > > > - libMagickWand-6.so:graphics/ImageMagick \ > > > +LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick-nox11 \ > > > + libMagickWand-6.so:graphics/ImageMagick-nox11 \ > > > libpcre.so:devel/pcre > > > > This is great if you don't already have an Imagemagick already installed > > but if graphics/Imagemagick is a prerequisite for other installed packages > > a conflict will result. > > I don't think this is an issue of this port only, it looks like this is an > issue for all ports tree system, isn't it? Correct. This however doesn't mean this is not a problem with this specific port. It needs to be addressed in this port. A systemic solution is also needed. To wait for a systemic solution is not an option because I suspect there is no quick solution. Though, I think it will probably involve a framework that provides some knobs of some sort. I haven't given any specific systemic solution much thought. > > > Can the dependency be an option (that can be specified in poudriere options > )? > > As a workaround, probably yes, but I'm not totally sure. Please note > this change is affected only "custom" builds from a ports tree because this > module is disabled by default. That would be great! Personally, I sequester my two workhorse machines to occasionally refresh my package repository. poudriere options maintains my specific options. I'm sure others do the same. Without this it can be quite a hassle removing packages to replace them with others in order to install seemingly conflicting prerequisites in order to install others. It can become a tangled web of conflicting dependencies. It need not be. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Fri Oct 21 02:04:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E40BC112A6; Fri, 21 Oct 2016 02:04:22 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40630AFF; Fri, 21 Oct 2016 02:04:22 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L24LET009291; Fri, 21 Oct 2016 02:04:21 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L24LIB009288; Fri, 21 Oct 2016 02:04:21 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610210204.u9L24LIB009288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 21 Oct 2016 02:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424367 - head/net/freeradius3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 02:04:22 -0000 Author: zi Date: Fri Oct 21 02:04:20 2016 New Revision: 424367 URL: https://svnweb.freebsd.org/changeset/ports/424367 Log: - Update to 3.0.12 Modified: head/net/freeradius3/Makefile head/net/freeradius3/distinfo head/net/freeradius3/pkg-plist Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Fri Oct 21 01:43:51 2016 (r424366) +++ head/net/freeradius3/Makefile Fri Oct 21 02:04:20 2016 (r424367) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freeradius -DISTVERSION= 3.0.11 +DISTVERSION= 3.0.12 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ @@ -28,10 +28,9 @@ CONFLICTS_INSTALL= gnu-radius-[0-9].* op USE_RC_SUBR= radiusd -USES= gmake shebangfix tar:bzip2 +USES= gmake shebangfix ssl tar:bzip2 SHEBANG_FILES= src/modules/rlm_counter/rad_counter scripts/sql/radsqlrelay GNU_CONFIGURE= yes -USE_OPENSSL= yes # Prevent /root/.rnd leftover MAKE_ARGS+= HOME=/dev/null CPPFLAGS+= -I${LOCALBASE}/include @@ -369,4 +368,7 @@ post-build: @${FIND} ${WRKSRC}/build/lib -type f -name '*.so' -exec ${STRIP_CMD} {} \; @${FIND} ${WRKSRC}/build/bin -type f -exec ${STRIP_CMD} {} \; +post-install: + ${MKDIR} ${STAGEDIR}/var/run/radiusd + .include Modified: head/net/freeradius3/distinfo ============================================================================== --- head/net/freeradius3/distinfo Fri Oct 21 01:43:51 2016 (r424366) +++ head/net/freeradius3/distinfo Fri Oct 21 02:04:20 2016 (r424367) @@ -1,2 +1,3 @@ -SHA256 (freeradius-server-3.0.11.tar.bz2) = 2b6109b61fc93e9fcdd3dd8a91c3abbf0ce8232244d1d214d71a4e5b7faadb80 -SIZE (freeradius-server-3.0.11.tar.bz2) = 3073060 +TIMESTAMP = 1477014272 +SHA256 (freeradius-server-3.0.12.tar.bz2) = fe4e1f52cc2873f6aee2b12b0f03236978e4632f2acf298f834686b240c4183d +SIZE (freeradius-server-3.0.12.tar.bz2) = 3016923 Modified: head/net/freeradius3/pkg-plist ============================================================================== --- head/net/freeradius3/pkg-plist Fri Oct 21 01:43:51 2016 (r424366) +++ head/net/freeradius3/pkg-plist Fri Oct 21 02:04:20 2016 (r424367) @@ -13,7 +13,6 @@ bin/radsqlrelay bin/radtest bin/radwho bin/radzap -bin/rbmonkey bin/rlm_ippool_tool bin/smbencrypt include/freeradius/attributes.h @@ -142,6 +141,9 @@ include/freeradius/vqp.h %%LIBDIR%%/rlm_eap_gtc.a %%LIBDIR%%/rlm_eap_gtc.la %%LIBDIR%%/rlm_eap_gtc.so +%%LIBDIR%%/rlm_eap_fast.a +%%LIBDIR%%/rlm_eap_fast.la +%%LIBDIR%%/rlm_eap_fast.so %%LIBDIR%%/rlm_eap_leap.a %%LIBDIR%%/rlm_eap_leap.la %%LIBDIR%%/rlm_eap_leap.so @@ -298,6 +300,8 @@ include/freeradius/vqp.h %%LIBDIR%%/rlm_wimax.a %%LIBDIR%%/rlm_wimax.la %%LIBDIR%%/rlm_wimax.so +man/man1/dhcpclient.1.gz +man/man1/rad_counter.1.gz man/man1/radclient.1.gz man/man1/radeapclient.1.gz man/man1/radlast.1.gz @@ -648,6 +652,7 @@ sbin/radmin %%EXAMPLESDIR%%/raddb/mods-enabled/attr_filter %%EXAMPLESDIR%%/raddb/mods-enabled/cache_eap %%EXAMPLESDIR%%/raddb/mods-enabled/chap +%%EXAMPLESDIR%%/raddb/mods-enabled/date %%EXAMPLESDIR%%/raddb/mods-enabled/detail %%EXAMPLESDIR%%/raddb/mods-enabled/detail.log %%EXAMPLESDIR%%/raddb/mods-enabled/dhcp @@ -684,6 +689,7 @@ sbin/radmin %%EXAMPLESDIR%%/raddb/policy.d/dhcp %%EXAMPLESDIR%%/raddb/policy.d/eap %%EXAMPLESDIR%%/raddb/policy.d/filter +%%EXAMPLESDIR%%/raddb/policy.d/moonshot-targeted-ids %%EXAMPLESDIR%%/raddb/policy.d/operator-name %%EXAMPLESDIR%%/raddb/proxy.conf %%EXAMPLESDIR%%/raddb/radiusd.conf @@ -724,6 +730,7 @@ sbin/radmin %%DATADIR%%/dictionary.acc %%DATADIR%%/dictionary.acme %%DATADIR%%/dictionary.actelis +%%DATADIR%%/dictionary.adtran %%DATADIR%%/dictionary.aerohive %%DATADIR%%/dictionary.airespace %%DATADIR%%/dictionary.alcatel @@ -758,6 +765,7 @@ sbin/radmin %%DATADIR%%/dictionary.cablelabs %%DATADIR%%/dictionary.cabletron %%DATADIR%%/dictionary.camiant +%%DATADIR%%/dictionary.checkpoint %%DATADIR%%/dictionary.chillispot %%DATADIR%%/dictionary.cisco %%DATADIR%%/dictionary.cisco.asa @@ -882,6 +890,7 @@ sbin/radmin %%DATADIR%%/dictionary.roaringpenguin %%DATADIR%%/dictionary.ruckus %%DATADIR%%/dictionary.ruggedcom +%%DATADIR%%/dictionary.sangoma %%DATADIR%%/dictionary.sg %%DATADIR%%/dictionary.shasta %%DATADIR%%/dictionary.shiva From owner-svn-ports-all@freebsd.org Fri Oct 21 02:12:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9067BC1164C; Fri, 21 Oct 2016 02:12:28 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62433BF; Fri, 21 Oct 2016 02:12:28 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L2CRP7013038; Fri, 21 Oct 2016 02:12:27 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L2CRbi013036; Fri, 21 Oct 2016 02:12:27 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610210212.u9L2CRbi013036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 21 Oct 2016 02:12:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424368 - head/textproc/py-elasticsearch-py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 02:12:28 -0000 Author: zi Date: Fri Oct 21 02:12:27 2016 New Revision: 424368 URL: https://svnweb.freebsd.org/changeset/ports/424368 Log: - Update to 5.0.0 Modified: head/textproc/py-elasticsearch-py/Makefile head/textproc/py-elasticsearch-py/distinfo Modified: head/textproc/py-elasticsearch-py/Makefile ============================================================================== --- head/textproc/py-elasticsearch-py/Makefile Fri Oct 21 02:04:20 2016 (r424367) +++ head/textproc/py-elasticsearch-py/Makefile Fri Oct 21 02:12:27 2016 (r424368) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch-py -PORTVERSION= 2.4.0 +PORTVERSION= 5.0.0 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-elasticsearch-py/distinfo ============================================================================== --- head/textproc/py-elasticsearch-py/distinfo Fri Oct 21 02:04:20 2016 (r424367) +++ head/textproc/py-elasticsearch-py/distinfo Fri Oct 21 02:12:27 2016 (r424368) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471596397 -SHA256 (elasticsearch-elasticsearch-py-2.4.0_GH0.tar.gz) = 0cab15c1a5c014f259703d982b074b3c6864fb152dd909fba60d23cde9133b76 -SIZE (elasticsearch-elasticsearch-py-2.4.0_GH0.tar.gz) = 77199 +TIMESTAMP = 1477015903 +SHA256 (elasticsearch-elasticsearch-py-5.0.0_GH0.tar.gz) = 544d526b022f398e555df2c83e25728159bcadbddf016aea6f4a8db706945ae9 +SIZE (elasticsearch-elasticsearch-py-5.0.0_GH0.tar.gz) = 79615 From owner-svn-ports-all@freebsd.org Fri Oct 21 02:17:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F526C11728; Fri, 21 Oct 2016 02:17:14 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2A2B397; Fri, 21 Oct 2016 02:17:13 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L2HC63013446; Fri, 21 Oct 2016 02:17:12 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L2HC1H013445; Fri, 21 Oct 2016 02:17:12 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610210217.u9L2HC1H013445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 21 Oct 2016 02:17:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424369 - in head/security/stunnel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 02:17:14 -0000 Author: zi Date: Fri Oct 21 02:17:12 2016 New Revision: 424369 URL: https://svnweb.freebsd.org/changeset/ports/424369 Log: - Update to 5.36 - Remove unapproved patches that upstream refuses to support Deleted: head/security/stunnel/files/patch-src_common.h head/security/stunnel/files/patch-src_ctx.c head/security/stunnel/files/patch-src_prototypes.h head/security/stunnel/files/patch-src_ssl.c head/security/stunnel/files/patch-src_sthreads.c head/security/stunnel/files/patch-src_verify.c Modified: head/security/stunnel/Makefile head/security/stunnel/distinfo Modified: head/security/stunnel/Makefile ============================================================================== --- head/security/stunnel/Makefile Fri Oct 21 02:12:27 2016 (r424368) +++ head/security/stunnel/Makefile Fri Oct 21 02:17:12 2016 (r424369) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= stunnel -PORTVERSION= 5.35 -PORTREVISION= 1 +PORTVERSION= 5.36 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \ Modified: head/security/stunnel/distinfo ============================================================================== --- head/security/stunnel/distinfo Fri Oct 21 02:12:27 2016 (r424368) +++ head/security/stunnel/distinfo Fri Oct 21 02:17:12 2016 (r424369) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468841841 -SHA256 (stunnel-5.35.tar.gz) = ffa386ae4c825f35f35157c285e7402a6d58779ad8c3822f74a9d355b54aba1d -SIZE (stunnel-5.35.tar.gz) = 645148 +TIMESTAMP = 1477016028 +SHA256 (stunnel-5.36.tar.gz) = eb8952fcfdfcdf5056a1f1a78e1ec5014b819c5f5f7599b924dc4490ffe4b5ea +SIZE (stunnel-5.36.tar.gz) = 645205 From owner-svn-ports-all@freebsd.org Fri Oct 21 02:19:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13290C117D8; Fri, 21 Oct 2016 02:19:07 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5BAD6A2; Fri, 21 Oct 2016 02:19:06 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L2J5CM013625; Fri, 21 Oct 2016 02:19:05 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L2J5SR013623; Fri, 21 Oct 2016 02:19:05 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610210219.u9L2J5SR013623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 21 Oct 2016 02:19:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424370 - head/net/exabgp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 02:19:07 -0000 Author: zi Date: Fri Oct 21 02:19:05 2016 New Revision: 424370 URL: https://svnweb.freebsd.org/changeset/ports/424370 Log: - Update to 3.4.17 Modified: head/net/exabgp/Makefile head/net/exabgp/distinfo Modified: head/net/exabgp/Makefile ============================================================================== --- head/net/exabgp/Makefile Fri Oct 21 02:17:12 2016 (r424369) +++ head/net/exabgp/Makefile Fri Oct 21 02:19:05 2016 (r424370) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= exabgp -PORTVERSION= 3.4.16 +PORTVERSION= 3.4.17 CATEGORIES= net MASTER_SITES= GH \ http://mirrors.rit.edu/zi/ Modified: head/net/exabgp/distinfo ============================================================================== --- head/net/exabgp/distinfo Fri Oct 21 02:17:12 2016 (r424369) +++ head/net/exabgp/distinfo Fri Oct 21 02:19:05 2016 (r424370) @@ -1,2 +1,3 @@ -SHA256 (Exa-Networks-exabgp-3.4.16_GH0.tar.gz) = 4ccec18e99c2298b20acf9710b4b6a817d5da203839140142341934e9a7ddf75 -SIZE (Exa-Networks-exabgp-3.4.16_GH0.tar.gz) = 539186 +TIMESTAMP = 1477016286 +SHA256 (Exa-Networks-exabgp-3.4.17_GH0.tar.gz) = 5c40f28e1c49c9b3d5d2206c2b3b30c85f0c4a43bf2a140ac4431472ba0b9157 +SIZE (Exa-Networks-exabgp-3.4.17_GH0.tar.gz) = 540416 From owner-svn-ports-all@freebsd.org Fri Oct 21 02:21:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FEA4C1194C; Fri, 21 Oct 2016 02:21:34 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 711EF962; Fri, 21 Oct 2016 02:21:34 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L2LXWQ013834; Fri, 21 Oct 2016 02:21:33 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L2LXJd013832; Fri, 21 Oct 2016 02:21:33 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610210221.u9L2LXJd013832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 21 Oct 2016 02:21:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424371 - head/security/paperkey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 02:21:34 -0000 Author: zi Date: Fri Oct 21 02:21:33 2016 New Revision: 424371 URL: https://svnweb.freebsd.org/changeset/ports/424371 Log: - Update to 1.4 Modified: head/security/paperkey/Makefile head/security/paperkey/distinfo Modified: head/security/paperkey/Makefile ============================================================================== --- head/security/paperkey/Makefile Fri Oct 21 02:19:05 2016 (r424370) +++ head/security/paperkey/Makefile Fri Oct 21 02:21:33 2016 (r424371) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= paperkey -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= security MASTER_SITES= http://www.jabberwocky.com/software/paperkey/ \ http://mirrors.rit.edu/zi/ Modified: head/security/paperkey/distinfo ============================================================================== --- head/security/paperkey/distinfo Fri Oct 21 02:19:05 2016 (r424370) +++ head/security/paperkey/distinfo Fri Oct 21 02:21:33 2016 (r424371) @@ -1,2 +1,3 @@ -SHA256 (paperkey-1.3.tar.gz) = 5b57d7522336fb65c4c398eec27bf44ec0aaa35926157b79a76423231792cbfb -SIZE (paperkey-1.3.tar.gz) = 250153 +TIMESTAMP = 1477016370 +SHA256 (paperkey-1.4.tar.gz) = e12bb0ec835127d12a922a8d60b3dfdb3ca8ee60bb5b4d15ae4cea85bbcf336f +SIZE (paperkey-1.4.tar.gz) = 259446 From owner-svn-ports-all@freebsd.org Fri Oct 21 02:35:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8A64C11BFF; Fri, 21 Oct 2016 02:35:25 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B9F8ECB; Fri, 21 Oct 2016 02:35:25 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L2ZOk9021219; Fri, 21 Oct 2016 02:35:24 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L2ZO32021216; Fri, 21 Oct 2016 02:35:24 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610210235.u9L2ZO32021216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 21 Oct 2016 02:35:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424372 - head/devel/github-backup-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 02:35:25 -0000 Author: zi Date: Fri Oct 21 02:35:24 2016 New Revision: 424372 URL: https://svnweb.freebsd.org/changeset/ports/424372 Log: - Update to 2.7.1 Modified: head/devel/github-backup-utils/Makefile head/devel/github-backup-utils/distinfo head/devel/github-backup-utils/pkg-plist Modified: head/devel/github-backup-utils/Makefile ============================================================================== --- head/devel/github-backup-utils/Makefile Fri Oct 21 02:21:33 2016 (r424371) +++ head/devel/github-backup-utils/Makefile Fri Oct 21 02:35:24 2016 (r424372) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= github-backup-utils -PORTVERSION= 2.4.0 +PORTVERSION= 2.7.1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/github-backup-utils/distinfo ============================================================================== --- head/devel/github-backup-utils/distinfo Fri Oct 21 02:21:33 2016 (r424371) +++ head/devel/github-backup-utils/distinfo Fri Oct 21 02:35:24 2016 (r424372) @@ -1,2 +1,3 @@ -SHA256 (github-backup-utils-v2.4.0_GH0.tar.gz) = f65b6c1350d0ef871326df8401e4776e61596198e7d7e5bda55572a59909647a -SIZE (github-backup-utils-v2.4.0_GH0.tar.gz) = 35985 +TIMESTAMP = 1477016976 +SHA256 (github-backup-utils-v2.7.1_GH0.tar.gz) = e1e9ee69a005252ab4899693d43fee1aaebac3783d97c343e16566d0c12cdc17 +SIZE (github-backup-utils-v2.7.1_GH0.tar.gz) = 68793 Modified: head/devel/github-backup-utils/pkg-plist ============================================================================== --- head/devel/github-backup-utils/pkg-plist Fri Oct 21 02:21:33 2016 (r424371) +++ head/devel/github-backup-utils/pkg-plist Fri Oct 21 02:35:24 2016 (r424372) @@ -2,31 +2,54 @@ bin/ghe-backup bin/ghe-host-check bin/ghe-restore @sample etc/github.backup.config.sample +%%DATADIR%%/bm.sh +%%DATADIR%%/ghe-backup-alambic-cluster %%DATADIR%%/ghe-backup-config +%%DATADIR%%/ghe-backup-es-audit-log +%%DATADIR%%/ghe-backup-es-hookshot %%DATADIR%%/ghe-backup-es-rsync %%DATADIR%%/ghe-backup-es-tarball +%%DATADIR%%/ghe-backup-fsck +%%DATADIR%%/ghe-backup-git-hooks-cluster +%%DATADIR%%/ghe-backup-pages-cluster %%DATADIR%%/ghe-backup-pages-rsync %%DATADIR%%/ghe-backup-pages-tarball %%DATADIR%%/ghe-backup-redis +%%DATADIR%%/ghe-backup-redis-cluster +%%DATADIR%%/ghe-backup-repositories-cluster %%DATADIR%%/ghe-backup-repositories-rsync %%DATADIR%%/ghe-backup-repositories-tarball %%DATADIR%%/ghe-backup-settings +%%DATADIR%%/ghe-backup-store-version %%DATADIR%%/ghe-backup-userdata +%%DATADIR%%/ghe-detect-leaked-ssh-keys +%%DATADIR%%/ghe-gc-disable +%%DATADIR%%/ghe-gc-enable %%DATADIR%%/ghe-maintenance-mode-disable %%DATADIR%%/ghe-maintenance-mode-enable %%DATADIR%%/ghe-maintenance-mode-status %%DATADIR%%/ghe-prune-snapshots +%%DATADIR%%/ghe-restore-alambic-cluster +%%DATADIR%%/ghe-restore-alambic-cluster-ng +%%DATADIR%%/ghe-restore-es-audit-log +%%DATADIR%%/ghe-restore-es-hookshot %%DATADIR%%/ghe-restore-es-rsync %%DATADIR%%/ghe-restore-es-tarball +%%DATADIR%%/ghe-restore-git-hooks-cluster +%%DATADIR%%/ghe-restore-git-hooks-extract +%%DATADIR%%/ghe-restore-pages-dpages %%DATADIR%%/ghe-restore-pages-rsync %%DATADIR%%/ghe-restore-pages-tarball +%%DATADIR%%/ghe-restore-repositories-dgit +%%DATADIR%%/ghe-restore-repositories-dgit-ng +%%DATADIR%%/ghe-restore-repositories-gist +%%DATADIR%%/ghe-restore-repositories-gist-ng %%DATADIR%%/ghe-restore-repositories-rsync %%DATADIR%%/ghe-restore-repositories-tarball %%DATADIR%%/ghe-restore-settings %%DATADIR%%/ghe-restore-snapshot-path %%DATADIR%%/ghe-restore-userdata %%DATADIR%%/ghe-rsync -%%DATADIR%%/ghe-s3-backup -%%DATADIR%%/ghe-s3-restore %%DATADIR%%/ghe-ssh +%%DATADIR%%/ghe-ssh-leaked-host-keys-list.txt %%DATADIR%%/version From owner-svn-ports-all@freebsd.org Fri Oct 21 02:37:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6237C11C54; Fri, 21 Oct 2016 02:37:04 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86564FAC; Fri, 21 Oct 2016 02:37:04 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L2b3t9021387; Fri, 21 Oct 2016 02:37:03 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L2b3Aj021385; Fri, 21 Oct 2016 02:37:03 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610210237.u9L2b3Aj021385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 21 Oct 2016 02:37:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424373 - head/sysutils/vpnc-scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 02:37:04 -0000 Author: zi Date: Fri Oct 21 02:37:03 2016 New Revision: 424373 URL: https://svnweb.freebsd.org/changeset/ports/424373 Log: - Update to 20160829 Modified: head/sysutils/vpnc-scripts/Makefile head/sysutils/vpnc-scripts/distinfo Modified: head/sysutils/vpnc-scripts/Makefile ============================================================================== --- head/sysutils/vpnc-scripts/Makefile Fri Oct 21 02:35:24 2016 (r424372) +++ head/sysutils/vpnc-scripts/Makefile Fri Oct 21 02:37:03 2016 (r424373) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vpnc-scripts -PORTVERSION= 20160811 +PORTVERSION= 20160829 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.infradead.org/pub/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ Modified: head/sysutils/vpnc-scripts/distinfo ============================================================================== --- head/sysutils/vpnc-scripts/distinfo Fri Oct 21 02:35:24 2016 (r424372) +++ head/sysutils/vpnc-scripts/distinfo Fri Oct 21 02:37:03 2016 (r424373) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471559490 -SHA256 (vpnc-scripts-20160811.tar.gz) = 3c6c6f004baa2c4b6c156d38e0e9e7dc11096f7bb3f4d2e16045e0a848bda70b -SIZE (vpnc-scripts-20160811.tar.gz) = 20360 +TIMESTAMP = 1477017370 +SHA256 (vpnc-scripts-20160829.tar.gz) = b737cbfbd2a0c9339ad108f8f2f02269981f0236ff350ce675b0391a08f861bc +SIZE (vpnc-scripts-20160829.tar.gz) = 20297 From owner-svn-ports-all@freebsd.org Fri Oct 21 02:39:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DB22C11CA9; Fri, 21 Oct 2016 02:39:52 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23DF4EB; Fri, 21 Oct 2016 02:39:52 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L2dpoA021591; Fri, 21 Oct 2016 02:39:51 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L2dpu7021589; Fri, 21 Oct 2016 02:39:51 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610210239.u9L2dpu7021589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 21 Oct 2016 02:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424374 - head/mail/p5-Email-Stuffer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 02:39:52 -0000 Author: zi Date: Fri Oct 21 02:39:50 2016 New Revision: 424374 URL: https://svnweb.freebsd.org/changeset/ports/424374 Log: - Update to 0.014 Modified: head/mail/p5-Email-Stuffer/Makefile head/mail/p5-Email-Stuffer/distinfo Modified: head/mail/p5-Email-Stuffer/Makefile ============================================================================== --- head/mail/p5-Email-Stuffer/Makefile Fri Oct 21 02:37:03 2016 (r424373) +++ head/mail/p5-Email-Stuffer/Makefile Fri Oct 21 02:39:50 2016 (r424374) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Email-Stuffer -PORTVERSION= 0.013 +PORTVERSION= 0.014 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/mail/p5-Email-Stuffer/distinfo ============================================================================== --- head/mail/p5-Email-Stuffer/distinfo Fri Oct 21 02:37:03 2016 (r424373) +++ head/mail/p5-Email-Stuffer/distinfo Fri Oct 21 02:39:50 2016 (r424374) @@ -1,2 +1,3 @@ -SHA256 (Email-Stuffer-0.013.tar.gz) = 3e55578bc2ca21f180a72161d14067a49aa38740d0e3611e64fc4d377e4d76d6 -SIZE (Email-Stuffer-0.013.tar.gz) = 44629 +TIMESTAMP = 1477017465 +SHA256 (Email-Stuffer-0.014.tar.gz) = 94e572ffdad457452c0ae8f33c10120c044deb711091c27b2077dc3b19a8b67e +SIZE (Email-Stuffer-0.014.tar.gz) = 45658 From owner-svn-ports-all@freebsd.org Fri Oct 21 02:48:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18F02C11E2C; Fri, 21 Oct 2016 02:48:08 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D90F46A8; Fri, 21 Oct 2016 02:48:07 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L2m6AE025618; Fri, 21 Oct 2016 02:48:06 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L2m6NK025616; Fri, 21 Oct 2016 02:48:06 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610210248.u9L2m6NK025616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 21 Oct 2016 02:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424375 - head/www/rubygem-nanoc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 02:48:08 -0000 Author: zi Date: Fri Oct 21 02:48:06 2016 New Revision: 424375 URL: https://svnweb.freebsd.org/changeset/ports/424375 Log: - Update to 4.3.5 Modified: head/www/rubygem-nanoc/Makefile head/www/rubygem-nanoc/distinfo Modified: head/www/rubygem-nanoc/Makefile ============================================================================== --- head/www/rubygem-nanoc/Makefile Fri Oct 21 02:39:50 2016 (r424374) +++ head/www/rubygem-nanoc/Makefile Fri Oct 21 02:48:06 2016 (r424375) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nanoc -PORTVERSION= 4.1.4 +PORTVERSION= 4.3.5 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-nanoc/distinfo ============================================================================== --- head/www/rubygem-nanoc/distinfo Fri Oct 21 02:39:50 2016 (r424374) +++ head/www/rubygem-nanoc/distinfo Fri Oct 21 02:48:06 2016 (r424375) @@ -1,2 +1,3 @@ -SHA256 (rubygem/nanoc-4.1.4.gem) = a034321ec5c3fa2fe12348c068913eec1ec05d9665111c2a7501e54c90b6fd85 -SIZE (rubygem/nanoc-4.1.4.gem) = 173568 +TIMESTAMP = 1477017632 +SHA256 (rubygem/nanoc-4.3.5.gem) = 039a42f01b1b43c7ad97cfcb4d5d4e0389811ec8d42171debd33821c1842be96 +SIZE (rubygem/nanoc-4.3.5.gem) = 168960 From owner-svn-ports-all@freebsd.org Fri Oct 21 05:23:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27A4BC1B67F; Fri, 21 Oct 2016 05:23:32 +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 EDB86B3A; Fri, 21 Oct 2016 05:23:31 +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 u9L5NVWH086182; Fri, 21 Oct 2016 05:23:31 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L5NVGB086180; Fri, 21 Oct 2016 05:23:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610210523.u9L5NVGB086180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 21 Oct 2016 05:23:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424376 - head/graphics/p5-feedgnuplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 05:23:32 -0000 Author: pi Date: Fri Oct 21 05:23:30 2016 New Revision: 424376 URL: https://svnweb.freebsd.org/changeset/ports/424376 Log: graphics/p5-feedgnuplot: update 1.37 -> 1.39 Changes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.39/Changes Modified: head/graphics/p5-feedgnuplot/Makefile head/graphics/p5-feedgnuplot/distinfo Modified: head/graphics/p5-feedgnuplot/Makefile ============================================================================== --- head/graphics/p5-feedgnuplot/Makefile Fri Oct 21 02:48:06 2016 (r424375) +++ head/graphics/p5-feedgnuplot/Makefile Fri Oct 21 05:23:30 2016 (r424376) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= feedgnuplot -PORTVERSION= 1.37 +PORTVERSION= 1.39 CATEGORIES= graphics perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/ PKGNAMEPREFIX= p5- Modified: head/graphics/p5-feedgnuplot/distinfo ============================================================================== --- head/graphics/p5-feedgnuplot/distinfo Fri Oct 21 02:48:06 2016 (r424375) +++ head/graphics/p5-feedgnuplot/distinfo Fri Oct 21 05:23:30 2016 (r424376) @@ -1,2 +1,3 @@ -SHA256 (feedgnuplot-1.37.tar.gz) = a697fbb90c8319b656d51ddc3a0f5bcfa7f5bcd2388ea18523462d9ef937fbbe -SIZE (feedgnuplot-1.37.tar.gz) = 33781 +TIMESTAMP = 1476993179 +SHA256 (feedgnuplot-1.39.tar.gz) = b910d3febed2f1475248513988179539b42447fd1900fb4e942c58d7eb7244f2 +SIZE (feedgnuplot-1.39.tar.gz) = 34005 From owner-svn-ports-all@freebsd.org Fri Oct 21 05:29:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2FADC1B729; Fri, 21 Oct 2016 05:29:33 +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 A4CDAE37; Fri, 21 Oct 2016 05:29:33 +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 u9L5TWI3086556; Fri, 21 Oct 2016 05:29:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L5TWW3086554; Fri, 21 Oct 2016 05:29:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610210529.u9L5TWW3086554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 21 Oct 2016 05:29:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424377 - head/security/p5-Crypt-OpenSSL-PKCS10 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 05:29:33 -0000 Author: pi Date: Fri Oct 21 05:29:32 2016 New Revision: 424377 URL: https://svnweb.freebsd.org/changeset/ports/424377 Log: security/p5-Crypt-OpenSSL-PKCS10: update 0.15 -> 0.16 - OpenSSL 1.1.0 support (thanks Petr Pisar) Changes: http://cpansearch.perl.org/src/JONOZZZ/Crypt-OpenSSL-PKCS10-0.16/Changes Modified: head/security/p5-Crypt-OpenSSL-PKCS10/Makefile head/security/p5-Crypt-OpenSSL-PKCS10/distinfo Modified: head/security/p5-Crypt-OpenSSL-PKCS10/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-PKCS10/Makefile Fri Oct 21 05:23:30 2016 (r424376) +++ head/security/p5-Crypt-OpenSSL-PKCS10/Makefile Fri Oct 21 05:29:32 2016 (r424377) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Crypt-OpenSSL-PKCS10 -PORTVERSION= 0.15 -PORTREVISION= 1 +PORTVERSION= 0.16 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Crypt-OpenSSL-PKCS10/distinfo ============================================================================== --- head/security/p5-Crypt-OpenSSL-PKCS10/distinfo Fri Oct 21 05:23:30 2016 (r424376) +++ head/security/p5-Crypt-OpenSSL-PKCS10/distinfo Fri Oct 21 05:29:32 2016 (r424377) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467139041 -SHA256 (Crypt-OpenSSL-PKCS10-0.15.tar.gz) = 60e6733d706e1a85e7368d46f397cacd5cc0cfd8306f6cb514a8fdac91322362 -SIZE (Crypt-OpenSSL-PKCS10-0.15.tar.gz) = 18543 +TIMESTAMP = 1476997866 +SHA256 (Crypt-OpenSSL-PKCS10-0.16.tar.gz) = a2bf9ac26d87e90c7fe65348e0c5bbab320d351d0f59586388a4e3600f38bb78 +SIZE (Crypt-OpenSSL-PKCS10-0.16.tar.gz) = 18694 From owner-svn-ports-all@freebsd.org Fri Oct 21 06:35:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 117F7C1B5D6; Fri, 21 Oct 2016 06:35:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D41E0309; Fri, 21 Oct 2016 06:35:06 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L6Z6cu013066; Fri, 21 Oct 2016 06:35:06 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L6Z5Al013064; Fri, 21 Oct 2016 06:35:05 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201610210635.u9L6Z5Al013064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 21 Oct 2016 06:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424378 - in head/x11-fonts/wqy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 06:35:07 -0000 Author: delphij Date: Fri Oct 21 06:35:05 2016 New Revision: 424378 URL: https://svnweb.freebsd.org/changeset/ports/424378 Log: Use WenQuanYi Zen Hei Sharp instead of WenQuanYi Bitmap Song. The former is a TrueType font with embedded dotted font, and have better compatibility. Submitted by: intron Modified: head/x11-fonts/wqy/Makefile head/x11-fonts/wqy/files/85-wqy.conf Modified: head/x11-fonts/wqy/Makefile ============================================================================== --- head/x11-fonts/wqy/Makefile Fri Oct 21 05:29:32 2016 (r424377) +++ head/x11-fonts/wqy/Makefile Fri Oct 21 06:35:05 2016 (r424378) @@ -3,7 +3,7 @@ PORTNAME= wqy-fonts PORTVERSION= 20100803 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= SF/wqy/wqy-bitmapfont/1.0.0-RC1:bitmapfont \ Modified: head/x11-fonts/wqy/files/85-wqy.conf ============================================================================== --- head/x11-fonts/wqy/files/85-wqy.conf Fri Oct 21 05:29:32 2016 (r424377) +++ head/x11-fonts/wqy/files/85-wqy.conf Fri Oct 21 06:35:05 2016 (r424378) @@ -134,7 +134,7 @@ 16 - WenQuanYi Bitmap Song + WenQuanYi Zen Hei Sharp From owner-svn-ports-all@freebsd.org Fri Oct 21 07:14:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82E75C1A104; Fri, 21 Oct 2016 07:14:47 +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 54B0E9F1; Fri, 21 Oct 2016 07:14:47 +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 u9L7EkbC028157; Fri, 21 Oct 2016 07:14:46 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L7Ek5k028155; Fri, 21 Oct 2016 07:14:46 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610210714.u9L7Ek5k028155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 21 Oct 2016 07:14:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424379 - in head: . databases databases/php-adodb-ext X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 07:14:47 -0000 Author: rene Date: Fri Oct 21 07:14:46 2016 New Revision: 424379 URL: https://svnweb.freebsd.org/changeset/ports/424379 Log: Remove expired port: 2016-10-20 databases/php-adodb-ext: Works only with EOL php 5.5 Deleted: head/databases/php-adodb-ext/ Modified: head/MOVED head/databases/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Oct 21 06:35:05 2016 (r424378) +++ head/MOVED Fri Oct 21 07:14:46 2016 (r424379) @@ -8701,3 +8701,4 @@ devel/pecl-hidef||2016-10-20|Has expired devel/pecl-automap||2016-10-20|Has expired: Works only with EOL php 5.5 devel/pecl-bbcode||2016-10-20|Has expired: Works only with EOL php 5.5 devel/pecl-bcompiler||2016-10-20|Has expired: Works only with EOL php 5.5 +databases/php-adodb-ext||2016-10-21|Has expired: Works only with EOL php 5.5 Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Oct 21 06:35:05 2016 (r424378) +++ head/databases/Makefile Fri Oct 21 07:14:46 2016 (r424379) @@ -589,7 +589,6 @@ SUBDIR += pgtune SUBDIR += pguri SUBDIR += pgworksheet - SUBDIR += php-adodb-ext SUBDIR += php-mdcached SUBDIR += php5-pdo_cassandra SUBDIR += php5-tarantool From owner-svn-ports-all@freebsd.org Fri Oct 21 07:16:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0304CC1A166; Fri, 21 Oct 2016 07:16:27 +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 C6FC8B2F; Fri, 21 Oct 2016 07:16:26 +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 u9L7GPTj028313; Fri, 21 Oct 2016 07:16:25 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L7GP7t028311; Fri, 21 Oct 2016 07:16:25 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610210716.u9L7GP7t028311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 21 Oct 2016 07:16:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424380 - in head/Mk: . Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 07:16:27 -0000 Author: rene Date: Fri Oct 21 07:16:25 2016 New Revision: 424380 URL: https://svnweb.freebsd.org/changeset/ports/424380 Log: Unregister PHP 5.5, it expired on 2016-10-20 Submitted by: rene Reviewed by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D8305 Modified: head/Mk/Uses/php.mk head/Mk/bsd.default-versions.mk Modified: head/Mk/Uses/php.mk ============================================================================== --- head/Mk/Uses/php.mk Fri Oct 21 07:14:46 2016 (r424379) +++ head/Mk/Uses/php.mk Fri Oct 21 07:16:25 2016 (r424380) @@ -108,9 +108,6 @@ PHP_EXT_INC= pcre spl . elif ${PHP_VER} == 56 PHP_EXT_DIR= 20131226 PHP_EXT_INC= pcre spl -. elif ${PHP_VER} == 55 -PHP_EXT_DIR= 20121212 -PHP_EXT_INC= pcre spl . else # (rene) default to DEFAULT_VERSIONS PHP_EXT_DIR= 20131226 @@ -298,7 +295,6 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar sockets spl sqlite3 sysvmsg sysvsem sysvshm \ tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib # version specific components -_USE_PHP_VER55= ${_USE_PHP_ALL} mssql mysql sybase_ct _USE_PHP_VER56= ${_USE_PHP_ALL} mssql mysql sybase_ct _USE_PHP_VER70= ${_USE_PHP_ALL} Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Fri Oct 21 07:14:46 2016 (r424379) +++ head/Mk/bsd.default-versions.mk Fri Oct 21 07:16:25 2016 (r424380) @@ -59,7 +59,7 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} .endif # Possible values: 9.2, 9.3, 9.4, 9.5, 9.6 PGSQL_DEFAULT?= 9.3 -# Possible values: 5.5, 5.6, 7.0 +# Possible values: 5.6, 7.0 PHP_DEFAULT?= 5.6 # Possible values: 2.7, 3.3, 3.4, 3.5 PYTHON_DEFAULT?= 2.7 From owner-svn-ports-all@freebsd.org Fri Oct 21 07:29:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E7E2C1A37E; Fri, 21 Oct 2016 07:29:41 +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 7B415F57; Fri, 21 Oct 2016 07:29:41 +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 u9L7TeVg032521; Fri, 21 Oct 2016 07:29:40 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L7TcpE032505; Fri, 21 Oct 2016 07:29:38 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610210729.u9L7TcpE032505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 21 Oct 2016 07:29:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424381 - in head: archivers converters databases devel ftp graphics lang mail math misc net net-mgmt security sysutils textproc www X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 07:29:41 -0000 Author: rene Date: Fri Oct 21 07:29:38 2016 New Revision: 424381 URL: https://svnweb.freebsd.org/changeset/ports/424381 Log: Unlink expired PHP5.5 ports. Modified: head/archivers/Makefile head/converters/Makefile head/databases/Makefile head/devel/Makefile head/ftp/Makefile head/graphics/Makefile head/lang/Makefile head/mail/Makefile head/math/Makefile head/misc/Makefile head/net-mgmt/Makefile head/net/Makefile head/security/Makefile head/sysutils/Makefile head/textproc/Makefile head/www/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/archivers/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -144,10 +144,6 @@ SUBDIR += pecl-rar SUBDIR += pecl-snappy SUBDIR += php-horde_lz4 - SUBDIR += php55-bz2 - SUBDIR += php55-phar - SUBDIR += php55-zip - SUBDIR += php55-zlib SUBDIR += php56-bz2 SUBDIR += php56-phar SUBDIR += php56-zip Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/converters/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -136,9 +136,6 @@ SUBDIR += pecl-fribidi SUBDIR += pecl-igbinary SUBDIR += php5-bsdconv - SUBDIR += php55-iconv - SUBDIR += php55-mbstring - SUBDIR += php55-recode SUBDIR += php56-iconv SUBDIR += php56-mbstring SUBDIR += php56-recode Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/databases/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -592,23 +592,6 @@ SUBDIR += php-mdcached SUBDIR += php5-pdo_cassandra SUBDIR += php5-tarantool - SUBDIR += php55-dba - SUBDIR += php55-interbase - SUBDIR += php55-mssql - SUBDIR += php55-mysql - SUBDIR += php55-mysqli - SUBDIR += php55-odbc - SUBDIR += php55-pdo - SUBDIR += php55-pdo_dblib - SUBDIR += php55-pdo_firebird - SUBDIR += php55-pdo_mysql - SUBDIR += php55-pdo_odbc - SUBDIR += php55-pdo_pgsql - SUBDIR += php55-pdo_sqlite - SUBDIR += php55-pgsql - SUBDIR += php55-redis - SUBDIR += php55-sqlite3 - SUBDIR += php55-sybase_ct SUBDIR += php56-dba SUBDIR += php56-interbase SUBDIR += php56-mssql Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/devel/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -3841,15 +3841,6 @@ SUBDIR += php5-ice SUBDIR += php5-pinba SUBDIR += php5-thrift - SUBDIR += php55-gettext - SUBDIR += php55-json - SUBDIR += php55-pcntl - SUBDIR += php55-readline - SUBDIR += php55-shmop - SUBDIR += php55-sysvmsg - SUBDIR += php55-sysvsem - SUBDIR += php55-sysvshm - SUBDIR += php55-tokenizer SUBDIR += php56-gettext SUBDIR += php56-json SUBDIR += php56-pcntl Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/ftp/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -63,8 +63,6 @@ SUBDIR += pavuk SUBDIR += pear-Net_FTP SUBDIR += pftpd - SUBDIR += php55-curl - SUBDIR += php55-ftp SUBDIR += php56-curl SUBDIR += php56-ftp SUBDIR += php70-curl Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/graphics/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -774,8 +774,6 @@ SUBDIR += php-libpuzzle SUBDIR += php-magickwand SUBDIR += php5-ffmpeg - SUBDIR += php55-exif - SUBDIR += php55-gd SUBDIR += php56-exif SUBDIR += php56-gd SUBDIR += php70-exif Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/lang/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -247,8 +247,6 @@ SUBDIR += pharo SUBDIR += phc SUBDIR += php-mode.el - SUBDIR += php55 - SUBDIR += php55-extensions SUBDIR += php56 SUBDIR += php56-extensions SUBDIR += php70 Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/mail/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -489,7 +489,6 @@ SUBDIR += pflogsumm SUBDIR += pfqueue SUBDIR += pgpsendmail - SUBDIR += php55-imap SUBDIR += php56-imap SUBDIR += php70-imap SUBDIR += phplist Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/math/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -563,8 +563,6 @@ SUBDIR += pecl-stats SUBDIR += pecl-stats2 SUBDIR += pecl-trader - SUBDIR += php55-bcmath - SUBDIR += php55-gmp SUBDIR += php56-bcmath SUBDIR += php56-gmp SUBDIR += php70-bcmath Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/misc/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -360,7 +360,6 @@ SUBDIR += pear-Text_Figlet SUBDIR += pecl-timezonedb SUBDIR += pfm - SUBDIR += php55-calendar SUBDIR += php56-calendar SUBDIR += php70-calendar SUBDIR += phraze Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/net-mgmt/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -258,7 +258,6 @@ SUBDIR += pandorafms_server SUBDIR += percona-monitoring-plugins SUBDIR += pftabled - SUBDIR += php55-snmp SUBDIR += php56-snmp SUBDIR += php70-snmp SUBDIR += phpip Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/net/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -911,10 +911,6 @@ SUBDIR += pen SUBDIR += pfinger SUBDIR += phamm - SUBDIR += php55-ldap - SUBDIR += php55-soap - SUBDIR += php55-sockets - SUBDIR += php55-xmlrpc SUBDIR += php56-ldap SUBDIR += php56-soap SUBDIR += php56-sockets Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/security/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -777,10 +777,6 @@ SUBDIR += pgpgpg SUBDIR += pgpin SUBDIR += php-suhosin - SUBDIR += php55-filter - SUBDIR += php55-hash - SUBDIR += php55-mcrypt - SUBDIR += php55-openssl SUBDIR += php56-filter SUBDIR += php56-hash SUBDIR += php56-mcrypt Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/sysutils/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -783,8 +783,6 @@ SUBDIR += pftables SUBDIR += pftop SUBDIR += phantom - SUBDIR += php55-fileinfo - SUBDIR += php55-posix SUBDIR += php56-fileinfo SUBDIR += php56-posix SUBDIR += php70-fileinfo Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/textproc/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -1172,16 +1172,6 @@ SUBDIR += perl2html SUBDIR += permute SUBDIR += php-mecab - SUBDIR += php55-ctype - SUBDIR += php55-dom - SUBDIR += php55-enchant - SUBDIR += php55-pspell - SUBDIR += php55-simplexml - SUBDIR += php55-wddx - SUBDIR += php55-xml - SUBDIR += php55-xmlreader - SUBDIR += php55-xmlwriter - SUBDIR += php55-xsl SUBDIR += php56-ctype SUBDIR += php56-dom SUBDIR += php56-enchant Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Oct 21 07:16:25 2016 (r424380) +++ head/www/Makefile Fri Oct 21 07:29:38 2016 (r424381) @@ -474,7 +474,6 @@ SUBDIR += mod_myvhost SUBDIR += mod_ntlm2 SUBDIR += mod_perl2 - SUBDIR += mod_php55 SUBDIR += mod_php56 SUBDIR += mod_php70 SUBDIR += mod_proctitle @@ -1432,9 +1431,6 @@ SUBDIR += php-plurk-api SUBDIR += php-screw SUBDIR += php-templates - SUBDIR += php55-opcache - SUBDIR += php55-session - SUBDIR += php55-tidy SUBDIR += php56-opcache SUBDIR += php56-session SUBDIR += php56-tidy From owner-svn-ports-all@freebsd.org Fri Oct 21 07:30:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61BF2C1A3F4; Fri, 21 Oct 2016 07:30:34 +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 167DC10D9; Fri, 21 Oct 2016 07:30:34 +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 u9L7UXoR033357; Fri, 21 Oct 2016 07:30:33 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L7UXLI033356; Fri, 21 Oct 2016 07:30:33 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610210730.u9L7UXLI033356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 21 Oct 2016 07:30:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424382 - in head: archivers/php55-bz2 archivers/php55-phar archivers/php55-zip archivers/php55-zlib converters/php55-iconv converters/php55-mbstring converters/php55-recode databases/p... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 07:30:34 -0000 Author: rene Date: Fri Oct 21 07:30:32 2016 New Revision: 424382 URL: https://svnweb.freebsd.org/changeset/ports/424382 Log: Remove expired PHP5.5 ports. Deleted: head/archivers/php55-bz2/ head/archivers/php55-phar/ head/archivers/php55-zip/ head/archivers/php55-zlib/ head/converters/php55-iconv/ head/converters/php55-mbstring/ head/converters/php55-recode/ head/databases/php55-dba/ head/databases/php55-interbase/ head/databases/php55-mssql/ head/databases/php55-mysql/ head/databases/php55-mysqli/ head/databases/php55-odbc/ head/databases/php55-pdo/ head/databases/php55-pdo_dblib/ head/databases/php55-pdo_firebird/ head/databases/php55-pdo_mysql/ head/databases/php55-pdo_odbc/ head/databases/php55-pdo_pgsql/ head/databases/php55-pdo_sqlite/ head/databases/php55-pgsql/ head/databases/php55-redis/ head/databases/php55-sqlite3/ head/databases/php55-sybase_ct/ head/devel/php55-gettext/ head/devel/php55-json/ head/devel/php55-pcntl/ head/devel/php55-readline/ head/devel/php55-shmop/ head/devel/php55-sysvmsg/ head/devel/php55-sysvsem/ head/devel/php55-sysvshm/ head/devel/php55-tokenizer/ head/ftp/php55-curl/ head/ftp/php55-ftp/ head/graphics/php55-exif/ head/graphics/php55-gd/ head/lang/php55/ head/lang/php55-extensions/ head/mail/php55-imap/ head/math/php55-bcmath/ head/math/php55-gmp/ head/misc/php55-calendar/ head/net-mgmt/php55-snmp/ head/net/php55-ldap/ head/net/php55-soap/ head/net/php55-sockets/ head/net/php55-xmlrpc/ head/security/php55-filter/ head/security/php55-hash/ head/security/php55-mcrypt/ head/security/php55-openssl/ head/sysutils/php55-fileinfo/ head/sysutils/php55-posix/ head/textproc/php55-ctype/ head/textproc/php55-dom/ head/textproc/php55-enchant/ head/textproc/php55-pspell/ head/textproc/php55-simplexml/ head/textproc/php55-wddx/ head/textproc/php55-xml/ head/textproc/php55-xmlreader/ head/textproc/php55-xmlwriter/ head/textproc/php55-xsl/ head/www/mod_php55/ head/www/php55-opcache/ head/www/php55-session/ head/www/php55-tidy/ From owner-svn-ports-all@freebsd.org Fri Oct 21 07:31:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACD7BC1A5AD; Fri, 21 Oct 2016 07:31:01 +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 6D6F81278; Fri, 21 Oct 2016 07:31:01 +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 u9L7V0VA035480; Fri, 21 Oct 2016 07:31:00 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L7V0IF035479; Fri, 21 Oct 2016 07:31:00 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610210731.u9L7V0IF035479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 21 Oct 2016 07:31:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424383 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 07:31:01 -0000 Author: rene Date: Fri Oct 21 07:31:00 2016 New Revision: 424383 URL: https://svnweb.freebsd.org/changeset/ports/424383 Log: Add removed PHP 5.5 ports to MOVED Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Fri Oct 21 07:30:32 2016 (r424382) +++ head/MOVED Fri Oct 21 07:31:00 2016 (r424383) @@ -8702,3 +8702,71 @@ devel/pecl-automap||2016-10-20|Has expir devel/pecl-bbcode||2016-10-20|Has expired: Works only with EOL php 5.5 devel/pecl-bcompiler||2016-10-20|Has expired: Works only with EOL php 5.5 databases/php-adodb-ext||2016-10-21|Has expired: Works only with EOL php 5.5 +archivers/php55-bz2||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +archivers/php55-phar||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +archivers/php55-zip||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +archivers/php55-zlib||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +converters/php55-iconv||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +converters/php55-mbstring||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +converters/php55-recode||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-dba||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-interbase||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-mssql||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-mysql||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-mysqli||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-odbc||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-pdo||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-pdo_dblib||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-pdo_firebird||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-pdo_mysql||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-pdo_odbc||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-pdo_pgsql||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-pdo_sqlite||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-pgsql||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-redis||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-sqlite3||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +databases/php55-sybase_ct||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +devel/php55-gettext||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +devel/php55-json||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +devel/php55-pcntl||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +devel/php55-readline||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +devel/php55-shmop||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +devel/php55-sysvmsg||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +devel/php55-sysvsem||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +devel/php55-sysvshm||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +devel/php55-tokenizer||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +ftp/php55-curl||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +ftp/php55-ftp||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +graphics/php55-exif||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +graphics/php55-gd||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +lang/php55||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +lang/php55-extensions||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +mail/php55-imap||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +math/php55-bcmath||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +math/php55-gmp||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +misc/php55-calendar||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +net-mgmt/php55-snmp||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +net/php55-ldap||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +net/php55-soap||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +net/php55-sockets||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +net/php55-xmlrpc||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +security/php55-filter||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +security/php55-hash||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +security/php55-mcrypt||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +security/php55-openssl||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +sysutils/php55-fileinfo||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +sysutils/php55-posix||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +textproc/php55-ctype||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +textproc/php55-dom||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +textproc/php55-enchant||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +textproc/php55-pspell||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +textproc/php55-simplexml||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +textproc/php55-wddx||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +textproc/php55-xml||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +textproc/php55-xmlreader||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +textproc/php55-xmlwriter||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +textproc/php55-xsl||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +www/mod_php55||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +www/php55-opcache||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +www/php55-session||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +www/php55-tidy||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 From owner-svn-ports-all@freebsd.org Fri Oct 21 08:24:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4517C18820; Fri, 21 Oct 2016 08:24:25 +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 737259BF; Fri, 21 Oct 2016 08:24:25 +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 u9L8OOS2056102; Fri, 21 Oct 2016 08:24:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L8OOrW056101; Fri, 21 Oct 2016 08:24:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610210824.u9L8OOrW056101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 08:24:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424384 - head/deskutils/copyq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 08:24:25 -0000 Author: amdmi3 Date: Fri Oct 21 08:24:24 2016 New Revision: 424384 URL: https://svnweb.freebsd.org/changeset/ports/424384 Log: - Mark BROKEN on 9.x: does not build: scriptable/fileclass.cpp: In constructor 'FileClass::FileClass(const QString&, QScriptEngine*)': scriptable/fileclass.cpp:27: error: class 'FileClass' does not have any field named 'ScriptableClass' scriptable/fileclass.cpp:28: error: no matching function for call to 'ScriptableClass::ScriptableClass()' scriptable/scriptableclass.h:63: note: candidates are: ScriptableClass::ScriptableClass(QScriptEngine*) [with Object = QFile, ObjectPrototype = FilePrototype] scriptable/scriptableclass.h:59: note: ScriptableClass::ScriptableClass(const ScriptableClass&) scriptable/fileclass.cpp: In member function 'QScriptValue FileClass::newInstance(const QString&)': scriptable/fileclass.cpp:34: error: 'template class ScriptableClass' used without template parameters scriptable/fileclass.cpp: In member function 'QScriptValue FileClass::newInstance()': scriptable/fileclass.cpp:39: error: 'template class ScriptableClass' used without template parameters Approved by: portmgr blanket Modified: head/deskutils/copyq/Makefile Modified: head/deskutils/copyq/Makefile ============================================================================== --- head/deskutils/copyq/Makefile Fri Oct 21 07:31:00 2016 (r424383) +++ head/deskutils/copyq/Makefile Fri Oct 21 08:24:24 2016 (r424384) @@ -10,6 +10,8 @@ COMMENT= Qt5 based clipboard manager LICENSE= GPLv3 +BROKEN_FreeBSD_9= does not build + USES= qmake USE_XORG= x11 xfixes xtst USE_QT5= core gui network svg multimedia imageformats \ From owner-svn-ports-all@freebsd.org Fri Oct 21 08:28:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BB37C18919; Fri, 21 Oct 2016 08:28:50 +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 2CFFBC77; Fri, 21 Oct 2016 08:28:50 +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 u9L8Snqp056400; Fri, 21 Oct 2016 08:28:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L8Sn6M056399; Fri, 21 Oct 2016 08:28:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610210828.u9L8Sn6M056399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 08:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424385 - head/sysutils/node_exporter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 08:28:50 -0000 Author: amdmi3 Date: Fri Oct 21 08:28:49 2016 New Revision: 424385 URL: https://svnweb.freebsd.org/changeset/ports/424385 Log: - Mark broken on 9.x: collector/cpu_freebsd.go: In function 'getCPUTimes': collector/cpu_freebsd.go:91: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr blanket Modified: head/sysutils/node_exporter/Makefile Modified: head/sysutils/node_exporter/Makefile ============================================================================== --- head/sysutils/node_exporter/Makefile Fri Oct 21 08:24:24 2016 (r424384) +++ head/sysutils/node_exporter/Makefile Fri Oct 21 08:28:49 2016 (r424385) @@ -10,6 +10,8 @@ COMMENT= Prometheus exporter for machine LICENSE= APACHE20 +BROKEN_FreeBSD_9= does not build + USES= go USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Fri Oct 21 08:31:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3F3EC18AA7; Fri, 21 Oct 2016 08:31:58 +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 83538192; Fri, 21 Oct 2016 08:31:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L8VvVl058023; Fri, 21 Oct 2016 08:31:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L8VvrE058022; Fri, 21 Oct 2016 08:31:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610210831.u9L8VvrE058022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 08:31:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424386 - head/math/clp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 08:31:58 -0000 Author: amdmi3 Date: Fri Oct 21 08:31:57 2016 New Revision: 424386 URL: https://svnweb.freebsd.org/changeset/ports/424386 Log: - Mark broken on 9.x: /wrkdirs/usr/ports/math/clp/work/Clp-1.16.8/CoinUtils/src/CoinSignal.hpp:47: error: ISO C++ forbids declaration of '__decltype' with no type /wrkdirs/usr/ports/math/clp/work/Clp-1.16.8/CoinUtils/src/CoinSignal.hpp:47: error: typedef '__decltype' is initialized (use __typeof__ instead) Approved by: portmgr blanket Modified: head/math/clp/Makefile Modified: head/math/clp/Makefile ============================================================================== --- head/math/clp/Makefile Fri Oct 21 08:28:49 2016 (r424385) +++ head/math/clp/Makefile Fri Oct 21 08:31:57 2016 (r424386) @@ -12,7 +12,8 @@ COMMENT= Linear Programming Solver LICENSE= EPL -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= does not build +BROKEN_FreeBSD_9= does not build USES= blaslapack fortran libtool tar:tgz pathfix CXXFLAGS+= -ffast-math @@ -33,6 +34,6 @@ PORTDOCS= * DEBUG_CXXFLAGS= -fomit-frame-pointer post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include From owner-svn-ports-all@freebsd.org Fri Oct 21 08:33:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67DF0C18C44; Fri, 21 Oct 2016 08:33:16 +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 37F527D4; Fri, 21 Oct 2016 08:33:16 +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 u9L8XF0r060268; Fri, 21 Oct 2016 08:33:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L8XF8O060267; Fri, 21 Oct 2016 08:33:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610210833.u9L8XF8O060267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 08:33:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424387 - head/mail/prayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 08:33:16 -0000 Author: amdmi3 Date: Fri Oct 21 08:33:15 2016 New Revision: 424387 URL: https://svnweb.freebsd.org/changeset/ports/424387 Log: - Mark BROKEN on FreeBSD 9.x: does not build Approved by: portmgr blanket Modified: head/mail/prayer/Makefile Modified: head/mail/prayer/Makefile ============================================================================== --- head/mail/prayer/Makefile Fri Oct 21 08:31:57 2016 (r424386) +++ head/mail/prayer/Makefile Fri Oct 21 08:33:15 2016 (r424387) @@ -13,6 +13,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libc-client4.so:mail/cclient +BROKEN_FreeBSD_9= does not build + USES= iconv shebangfix gmake perl5 uidfix USE_PERL5= build From owner-svn-ports-all@freebsd.org Fri Oct 21 08:34:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73DEBC18CF3; Fri, 21 Oct 2016 08:34:18 +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 4325DA20; Fri, 21 Oct 2016 08:34:18 +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 u9L8YHhr060435; Fri, 21 Oct 2016 08:34:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L8YHgm060434; Fri, 21 Oct 2016 08:34:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610210834.u9L8YHgm060434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 08:34:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424388 - head/japanese/scim-uim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 08:34:18 -0000 Author: amdmi3 Date: Fri Oct 21 08:34:17 2016 New Revision: 424388 URL: https://svnweb.freebsd.org/changeset/ports/424388 Log: - Mark broken on FreeBSD 9.x: /usr/local/lib: file not recognized: File format not recognized Approved by: portmgr blanket Modified: head/japanese/scim-uim/Makefile Modified: head/japanese/scim-uim/Makefile ============================================================================== --- head/japanese/scim-uim/Makefile Fri Oct 21 08:33:15 2016 (r424387) +++ head/japanese/scim-uim/Makefile Fri Oct 21 08:34:17 2016 (r424388) @@ -15,6 +15,8 @@ BUILD_DEPENDS= scim:textproc/scim LIB_DEPENDS= libuim.so:textproc/uim RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN_FreeBSD_9= does not build + USES= gmake iconv libtool:keepla pkgconfig GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Fri Oct 21 08:35:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E0F6C18D9B; Fri, 21 Oct 2016 08:35:30 +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 3FFA8C67; Fri, 21 Oct 2016 08:35:30 +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 u9L8ZTXf060631; Fri, 21 Oct 2016 08:35:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L8ZTgM060630; Fri, 21 Oct 2016 08:35:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610210835.u9L8ZTgM060630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 08:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424389 - head/graphics/tulip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 08:35:30 -0000 Author: amdmi3 Date: Fri Oct 21 08:35:29 2016 New Revision: 424389 URL: https://svnweb.freebsd.org/changeset/ports/424389 Log: - Mark broken on FreeBSD 9.x: /usr/local/include/bfd.h:1629:38: error: expected ',' or '...' before 'ATTRIBUTE_UNUSED' Approved by: portmgr blanket Modified: head/graphics/tulip/Makefile Modified: head/graphics/tulip/Makefile ============================================================================== --- head/graphics/tulip/Makefile Fri Oct 21 08:34:17 2016 (r424388) +++ head/graphics/tulip/Makefile Fri Oct 21 08:35:29 2016 (r424389) @@ -12,6 +12,8 @@ COMMENT= System dedicated to the visuali LICENSE= LGPL3 +BROKEN_FreeBSD_9= does not build + LIB_DEPENDS= libquazip.so:archivers/quazip \ libpng.so:graphics/png \ libOGDF.so:math/ogdf \ From owner-svn-ports-all@freebsd.org Fri Oct 21 08:36:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C12DBC18E0D; Fri, 21 Oct 2016 08:36:09 +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 9050ED6A; Fri, 21 Oct 2016 08:36:09 +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 u9L8a8Dd060757; Fri, 21 Oct 2016 08:36:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L8a81t060756; Fri, 21 Oct 2016 08:36:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610210836.u9L8a81t060756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 08:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424390 - head/graphics/piglit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 08:36:09 -0000 Author: amdmi3 Date: Fri Oct 21 08:36:08 2016 New Revision: 424390 URL: https://svnweb.freebsd.org/changeset/ports/424390 Log: - Mark broken on 9.x: /wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c: In function 'piglit_cl_test': /wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c:86: error: unknown field 'buffer' specified in initializer /wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c:86: warning: missing braces around initializer /wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c:86: warning: (near initialization for 'image_desc.') Approved by: portmgr blanket Modified: head/graphics/piglit/Makefile Modified: head/graphics/piglit/Makefile ============================================================================== --- head/graphics/piglit/Makefile Fri Oct 21 08:35:29 2016 (r424389) +++ head/graphics/piglit/Makefile Fri Oct 21 08:36:08 2016 (r424390) @@ -24,6 +24,8 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six +BROKEN_FreeBSD_9= does not build + USE_GITHUB= yes GH_ACCOUNT= dumbbell GH_PROJECT= piglit From owner-svn-ports-all@freebsd.org Fri Oct 21 08:37:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55AC7C18ECF; Fri, 21 Oct 2016 08:37:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E9671F96; Fri, 21 Oct 2016 08:37:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E791CBDC79; Fri, 21 Oct 2016 10:37:10 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id C9584BDC5A; Fri, 21 Oct 2016 10:37:10 +0200 (CEST) Subject: Re: svn commit: r424223 - in head/www: nginx nginx-devel To: "Sergey A. Osokin" References: <201610182310.u9INAZXc030793@repo.freebsd.org> <18697be6-09a6-3dbb-2333-9eab6f10047f@FreeBSD.org> <20161020232306.GC75495@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <91a60959-6732-29d9-4182-779bb5a90d9f@FreeBSD.org> Date: Fri, 21 Oct 2016 10:37:09 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161020232306.GC75495@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hIM0T4Bn5SlKlPM4gwrH0PJG1j3WKsiTE" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 08:37:14 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --hIM0T4Bn5SlKlPM4gwrH0PJG1j3WKsiTE Content-Type: multipart/mixed; boundary="Hi52II02pfwgMOvsj9BSgSJ7wKkTxkrIi"; protected-headers="v1" From: Mathieu Arnold To: "Sergey A. Osokin" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <91a60959-6732-29d9-4182-779bb5a90d9f@FreeBSD.org> Subject: Re: svn commit: r424223 - in head/www: nginx nginx-devel References: <201610182310.u9INAZXc030793@repo.freebsd.org> <18697be6-09a6-3dbb-2333-9eab6f10047f@FreeBSD.org> <20161020232306.GC75495@FreeBSD.org> In-Reply-To: <20161020232306.GC75495@FreeBSD.org> --Hi52II02pfwgMOvsj9BSgSJ7wKkTxkrIi Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 21/10/2016 =C3=A0 01:23, Sergey A. Osokin a =C3=A9crit : > On Wed, Oct 19, 2016 at 09:13:53AM +0200, Mathieu Arnold wrote: >> Le 19/10/2016 ?? 01:10, Sergey A. Osokin a ??crit : >>> Author: osa >>> Date: Tue Oct 18 23:10:35 2016 >>> New Revision: 424223 >>> URL: https://svnweb.freebsd.org/changeset/ports/424223 >>> >>> Log: >>> Use ImageMagick-nox11 instead of original one as it's more >>> convenient for the server-based product. >> Please revert that, It will mess up systems who already have >> ImageMagick. I you really feel strongly about it, provide a new option= >> to depend on the -nox11 version. > What kind of the mess up? Could you please provide a bit more details.= Well, just pkg install one port that needs ImageMagick, and then pkg install nginx, installing nginx will install ImageMagick-nox11, that will deinstall ImageMagick, that will remove the other port you needed. Like I said, please revert that commit. --=20 Mathieu Arnold --Hi52II02pfwgMOvsj9BSgSJ7wKkTxkrIi-- --hIM0T4Bn5SlKlPM4gwrH0PJG1j3WKsiTE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYCdO2XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IrVMP/jU28izu3GUk12FiG2cOwuXw XryA4KvAPXScEvl3ukrBt4U8hsgGAfHK3ls6vdAndnJkt+hZTXRTwMXIhX/H3Sx+ yPLmqflYbHu8XoYxtsArNmY+oe85aQvT3ZW4CTXaUBYYrobCy1EJq1dDvr4GCls7 kOVNbHYPWnA3N54qx8MJdKKRsliJDoVC3IBN3mb7mRq6dpm0nWT7GyN+oxZrARHG cwtnC23cRXk90jN0r7F0L2NSlbomITWUD+D77xRU9uvnJY4IitaG86MOnEFHcQQD 3ZCRUZ5S2VRQ4j61qSrHTN2KtnBDtzovzHwJEJlGnnihlzp0qAkc3ulGrxyMF2Rn pwklEBiA/SjwY9UlJp0qdesgJmJ1vCLl78BiVuLuqcbfdquW3m+X1j91Z+QK8W5N v56EzDceGvOLrVvweTKM+GVkM08pWauCkW7cYGfC01kzdhSC9A2UwqvpDedW4vHL x7Ky3Wz7ccjFyMqcGvtTFkCcTeTSm3CwAxdvkzsRIHTM7/LAZxGu0Av31UFRStTF mPOMTjFSWgpVBW4aYZCbiU16UiZd8JpohqAt/NQx2WEmHxxHH3vpO7MCVn30Vfx5 9GGQEJ3KDlvaFpTB23pQAN4STgOi6J3VIGeYPcP6skR5GLGvgNbsIoPhDmB3Eb8u jyr0nVC9KrZJRiSf90Bf =hyep -----END PGP SIGNATURE----- --hIM0T4Bn5SlKlPM4gwrH0PJG1j3WKsiTE-- From owner-svn-ports-all@freebsd.org Fri Oct 21 08:39:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9294C18F94; Fri, 21 Oct 2016 08:39:12 +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 7903123A; Fri, 21 Oct 2016 08:39:12 +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 u9L8dBnw061073; Fri, 21 Oct 2016 08:39:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L8dBGg061072; Fri, 21 Oct 2016 08:39:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610210839.u9L8dBGg061072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 08:39:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424391 - head/devel/openmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 08:39:12 -0000 Author: amdmi3 Date: Fri Oct 21 08:39:11 2016 New Revision: 424391 URL: https://svnweb.freebsd.org/changeset/ports/424391 Log: - Mark broken on 9.x: /wrkdirs/usr/ports/devel/openmp/work/openmp-3.9.0.src/runtime/src/kmp_lock.h:26:10: fatal error: 'atomic' file not found Approved by: portmgr blanket Modified: head/devel/openmp/Makefile Modified: head/devel/openmp/Makefile ============================================================================== --- head/devel/openmp/Makefile Fri Oct 21 08:36:08 2016 (r424390) +++ head/devel/openmp/Makefile Fri Oct 21 08:39:11 2016 (r424391) @@ -11,7 +11,9 @@ COMMENT= Support for the OpenMP language LICENSE= MIT -USES= tar:xz cmake perl5 compiler:c11 +BROKEN_FreeBSD_9= does not build + +USES= tar:xz cmake perl5 compiler:c11 USE_PERL5= build USE_LDCONFIG= yes CMAKE_ARGS= -DLIBOMP_LIBFLAGS:STRING="-Wl,-soname,libomp.so.0" From owner-svn-ports-all@freebsd.org Fri Oct 21 08:40:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06025C1B025; Fri, 21 Oct 2016 08:40:11 +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 CBFF23CB; Fri, 21 Oct 2016 08:40:10 +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 u9L8e9NK061229; Fri, 21 Oct 2016 08:40:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L8e9AP061228; Fri, 21 Oct 2016 08:40:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610210840.u9L8e9AP061228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 08:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424392 - head/devel/include-what-you-use X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 08:40:11 -0000 Author: amdmi3 Date: Fri Oct 21 08:40:09 2016 New Revision: 424392 URL: https://svnweb.freebsd.org/changeset/ports/424392 Log: - Mark broken on 9.x: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr blanket Modified: head/devel/include-what-you-use/Makefile Modified: head/devel/include-what-you-use/Makefile ============================================================================== --- head/devel/include-what-you-use/Makefile Fri Oct 21 08:39:11 2016 (r424391) +++ head/devel/include-what-you-use/Makefile Fri Oct 21 08:40:09 2016 (r424392) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT BUILD_DEPENDS= clang37:devel/llvm37 RUN_DEPENDS= clang37:devel/llvm37 +BROKEN_FreeBSD_9= does not build + USES= cmake:outsource ncurses python:run USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Fri Oct 21 08:42:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29A61C1B1BF; Fri, 21 Oct 2016 08:42: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 EDEBEAAB; Fri, 21 Oct 2016 08:42:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L8g7uY064931; Fri, 21 Oct 2016 08:42:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L8g7Ll064930; Fri, 21 Oct 2016 08:42:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610210842.u9L8g7Ll064930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 08:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424393 - head/sysutils/xen-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 08:42:08 -0000 Author: amdmi3 Date: Fri Oct 21 08:42:06 2016 New Revision: 424393 URL: https://svnweb.freebsd.org/changeset/ports/424393 Log: - Mark broken on 9.x as well Approved by: portmgr blanket Modified: head/sysutils/xen-tools/Makefile Modified: head/sysutils/xen-tools/Makefile ============================================================================== --- head/sysutils/xen-tools/Makefile Fri Oct 21 08:40:09 2016 (r424392) +++ head/sysutils/xen-tools/Makefile Fri Oct 21 08:42:06 2016 (r424393) @@ -13,6 +13,7 @@ COMMENT= Xen management tool, based on L LICENSE= GPLv2 LGPL3 LICENSE_COMB= multi +BROKEN_FreeBSD_9= does not build BROKEN_FreeBSD_10= does not build LIB_DEPENDS= libyajl.so:devel/yajl \ From owner-svn-ports-all@freebsd.org Fri Oct 21 08:56:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92AA5C1B36F; Fri, 21 Oct 2016 08:56:36 +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 57E9EA4; Fri, 21 Oct 2016 08:56:36 +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 u9L8uZVq068821; Fri, 21 Oct 2016 08:56:35 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L8uZ9l068819; Fri, 21 Oct 2016 08:56:35 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610210856.u9L8uZ9l068819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 21 Oct 2016 08:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424394 - head/security/revealrk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 08:56:36 -0000 Author: pi Date: Fri Oct 21 08:56:35 2016 New Revision: 424394 URL: https://svnweb.freebsd.org/changeset/ports/424394 Log: security/revealrk: update 1.2.1 -> 1.2.2 - bugfix for FreeBSD only / speedup for zombie check not working on r11 Modified: head/security/revealrk/Makefile head/security/revealrk/distinfo Modified: head/security/revealrk/Makefile ============================================================================== --- head/security/revealrk/Makefile Fri Oct 21 08:42:06 2016 (r424393) +++ head/security/revealrk/Makefile Fri Oct 21 08:56:35 2016 (r424394) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= revealrk -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/ Modified: head/security/revealrk/distinfo ============================================================================== --- head/security/revealrk/distinfo Fri Oct 21 08:42:06 2016 (r424393) +++ head/security/revealrk/distinfo Fri Oct 21 08:56:35 2016 (r424394) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474123150 -SHA256 (revealrk-1.2.1.tgz) = d12cc1bb6f41d68bbb21b32e4091d5570551e9e531c0cf9f012a93e428fc8775 -SIZE (revealrk-1.2.1.tgz) = 38339 +TIMESTAMP = 1477039646 +SHA256 (revealrk-1.2.2.tgz) = 4337788ce4055c11cdba67cafd4f39dbc6a92985a2b58fab4b61dd607575011c +SIZE (revealrk-1.2.2.tgz) = 38448 From owner-svn-ports-all@freebsd.org Fri Oct 21 09:01:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45A3BC1B5A4; Fri, 21 Oct 2016 09:01:12 +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 16BB9274; Fri, 21 Oct 2016 09:01:12 +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 u9L91BIK071187; Fri, 21 Oct 2016 09:01:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L91AUT071182; Fri, 21 Oct 2016 09:01:10 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610210901.u9L91AUT071182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 21 Oct 2016 09:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424395 - in head/math/cadabra2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:01:12 -0000 Author: pi Date: Fri Oct 21 09:01:10 2016 New Revision: 424395 URL: https://svnweb.freebsd.org/changeset/ports/424395 Log: math/cadabra2: update 2.0.816 -> 2.0.930 - Unbreaks GUI by applying two patches: - Patch in boost headers to prevent EINPROGRESS mishandling https://github.com/zaphoyd/websocketpp/issues/563 - Patch in websocketpp fixing IPv4 vs. IPv6 mismatch https://github.com/zaphoyd/websocketpp/issues/587 - GUI option is made default - Clones icons for the GUI app cadabra2-gui - Adds "USE_TEX=texmf texhash" to allow for unincluded latex macros, and to make tex hash local packages installed by cadabra2 - Verified that cadabra2 GUI now works fine - it is able to run many examples from their website. PR: 213329 Submitted by: Yuri Victorovich (maintainer) Added: head/math/cadabra2/files/patch-override_include_boost_asio_detail_impl_socket__ops.ipp (contents, props changed) head/math/cadabra2/files/patch-override_include_websocketpp_transport_asio_endpoint.hpp (contents, props changed) Deleted: head/math/cadabra2/files/patch-CMakeLists.txt Modified: head/math/cadabra2/Makefile head/math/cadabra2/distinfo head/math/cadabra2/pkg-plist Modified: head/math/cadabra2/Makefile ============================================================================== --- head/math/cadabra2/Makefile Fri Oct 21 08:56:35 2016 (r424394) +++ head/math/cadabra2/Makefile Fri Oct 21 09:01:10 2016 (r424395) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cadabra2 -PORTVERSION= 2.0.816 -PORTREVISION= 2 +PORTVERSION= 2.0.930 CATEGORIES= math MAINTAINER= yuri@rawbw.com @@ -12,9 +11,12 @@ COMMENT= Computer algebra system for sol LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/doc/license.txt +PATCH_DEPENDS= ${NONEXISTENT}:devel/boost-libs:extract \ + ${NONEXISTENT}:devel/websocketpp:extract +BUILD_DEPENDS= ${LOCALBASE}/include/websocketpp/client.hpp:devel/websocketpp LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ - libpcrecpp.so:devel/pcre \ libboost_system.so:devel/boost-libs \ + libpcrecpp.so:devel/pcre \ libjsoncpp.so:devel/jsoncpp \ libgmp.so:math/gmp \ libuuid.so:misc/e2fsprogs-libuuid @@ -23,23 +25,23 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sympy/ USE_GITHUB= yes GH_ACCOUNT= kpeeters -GH_TAGNAME= 8258bfc +GH_TAGNAME= 85ac041 BROKEN_FreeBSD_9= does not build: fatal error: 'type_traits' file not found -GUI_BROKEN= Builds but has a WebSockets communication problem in the runtime -GUI_CONFLICTS_BUILD= websocketpp-* OPTIONS_DEFINE= GUI +OPTIONS_DEFAULT=GUI -USES= compiler:c++14-lang cmake gettext gmake pkgconfig python:2 sqlite +USES= compiler:c++14-lang cmake gettext-runtime gmake pkgconfig python:2 sqlite GUI_USE= GNOME=gtkmm30,gdkpixbuf2 -USE_TEX= base +USE_TEX= base texmf texhash USE_LDCONFIG= yes OPTIONS_SUB= yes GUI_INSTALLS_ICONS= yes CMAKE_ARGS+= -DBOOST_ROOT=${LOCALBASE} CMAKE_ARGS+= -DUSE_PYTHON_3:BOOL=OFF +GUI_CMAKE_OFF+= -DENABLE_FRONTEND:BOOL=OFF GUI_CMAKE_ON+= -DENABLE_FRONTEND:BOOL=ON CXXFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include/jsoncpp @@ -48,7 +50,23 @@ CMAKE_CXX_FLAGS=${CXXFLAGS} CMAKE_INSTALL_PREFIX=${PREFIX} post-extract: - ${RM} -r ${WRKSRC}/client_server/jsoncpp + @${RM} -r ${WRKSRC}/client_server/jsoncpp ${WRKSRC}/client_server/websocketpp + +pre-patch: + # workaround for https://github.com/zaphoyd/websocketpp/issues/563, so that the local patch can be applied + @${MKDIR} ${WRKSRC}/override/include/boost/asio/detail/impl + @${CP} `${MAKE} -C ${PORTSDIR}/devel/boost-libs -V WRKSRC`/boost/asio/detail/impl/socket_ops.ipp \ + ${WRKSRC}/override/include/boost/asio/detail/impl/ + # workaround for https://github.com/zaphoyd/websocketpp/issues/587, so that the local patch can be applied + @${MKDIR} ${WRKSRC}/override/include/websocketpp/transport/asio + @${CP} `${MAKE} -C ${PORTSDIR}/devel/websocketpp -V WRKSRC`/websocketpp/transport/asio/endpoint.hpp \ + ${WRKSRC}/override/include/websocketpp/transport/asio/ + +post-patch: + @${REINPLACE_CMD} -e 's|"$${GIT_COMMIT_SERIAL}.$${GIT_SHORT_SHA}"|"FreeBSD port version=${PORTVERSION} tag=${GH_TAGNAME}"|' \ + ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e 's|include_directories(|include_directories($${PROJECT_SOURCE_DIR}/override/include |' \ + ${WRKSRC}/CMakeLists.txt post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cadabra2html @@ -57,5 +75,14 @@ post-install: post-install-GUI-on: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cadabra-gtk + @${GZIP_CMD} ${GZIP} < ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/cadabra2.svg \ + > ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/cadabra2.svgz + @${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/cadabra2.svg + @${LN} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/cadabra2.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/cadabra-gtk.png + @${LN} ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps/cadabra2.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps/cadabra-gtk.png + @${LN} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/cadabra2.svgz \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/cadabra-gtk.svgz .include Modified: head/math/cadabra2/distinfo ============================================================================== --- head/math/cadabra2/distinfo Fri Oct 21 08:56:35 2016 (r424394) +++ head/math/cadabra2/distinfo Fri Oct 21 09:01:10 2016 (r424395) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466580644 -SHA256 (kpeeters-cadabra2-2.0.816-8258bfc_GH0.tar.gz) = ca8b8179b9745737aaa5185825b00031ec5fa79ad23f27bc287254963a17e318 -SIZE (kpeeters-cadabra2-2.0.816-8258bfc_GH0.tar.gz) = 3880224 +TIMESTAMP = 1476032351 +SHA256 (kpeeters-cadabra2-2.0.930-85ac041_GH0.tar.gz) = 3d07c5e72fd3ae79214e9472d44c12e2b304ad91d992ced2377a0484a5c494b2 +SIZE (kpeeters-cadabra2-2.0.930-85ac041_GH0.tar.gz) = 3908288 Added: head/math/cadabra2/files/patch-override_include_boost_asio_detail_impl_socket__ops.ipp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cadabra2/files/patch-override_include_boost_asio_detail_impl_socket__ops.ipp Fri Oct 21 09:01:10 2016 (r424395) @@ -0,0 +1,19 @@ +--- override/include/boost/asio/detail/impl/socket_ops.ipp.orig 2016-10-09 22:39:18 UTC ++++ override/include/boost/asio/detail/impl/socket_ops.ipp +@@ -469,7 +469,15 @@ template + inline int call_connect(SockLenType msghdr::*, + socket_type s, const socket_addr_type* addr, std::size_t addrlen) + { +- return ::connect(s, addr, (SockLenType)addrlen); ++ int res = ::connect(s, addr, (SockLenType)addrlen); ++ if (res == -1 && errno==EINPROGRESS) { ++ fd_set write_fd; ++ FD_ZERO(&write_fd); ++ FD_SET(s, &write_fd); ++ res = ::select (s+1, NULL, &write_fd,NULL,NULL); ++ res = res > 0 ? 0 : res; ++ } ++ return res; + } + + int connect(socket_type s, const socket_addr_type* addr, Added: head/math/cadabra2/files/patch-override_include_websocketpp_transport_asio_endpoint.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cadabra2/files/patch-override_include_websocketpp_transport_asio_endpoint.hpp Fri Oct 21 09:01:10 2016 (r424395) @@ -0,0 +1,20 @@ +--- override/include/websocketpp/transport/asio/endpoint.hpp.orig 2016-10-09 22:39:45 UTC ++++ override/include/websocketpp/transport/asio/endpoint.hpp +@@ -491,7 +491,7 @@ public: + * @param ec Set to indicate what error occurred, if any. + */ + void listen(uint16_t port, lib::error_code & ec) { +- listen(lib::asio::ip::tcp::v6(), port, ec); ++ listen(lib::asio::ip::tcp::v4(), port, ec); + } + + /// Set up endpoint for listening on a port +@@ -507,7 +507,7 @@ public: + * @param ec Set to indicate what error occurred, if any. + */ + void listen(uint16_t port) { +- listen(lib::asio::ip::tcp::v6(), port); ++ listen(lib::asio::ip::tcp::v4(), port); + } + + /// Set up endpoint for listening on a host and service (exception free) Modified: head/math/cadabra2/pkg-plist ============================================================================== --- head/math/cadabra2/pkg-plist Fri Oct 21 08:56:35 2016 (r424394) +++ head/math/cadabra2/pkg-plist Fri Oct 21 09:01:10 2016 (r424395) @@ -13,7 +13,10 @@ lib/libcadabra_server.so %%GUI%%%%DATADIR%%/manual/algorithms/distribute.cnb %%GUI%%share/icons/hicolor/256x256/apps/cadabra2.png %%GUI%%share/icons/hicolor/64x64/apps/cadabra2.png -%%GUI%%share/icons/hicolor/scalable/apps/cadabra2.svg +%%GUI%%share/icons/hicolor/scalable/apps/cadabra2.svgz +%%GUI%%share/icons/hicolor/256x256/apps/cadabra-gtk.png +%%GUI%%share/icons/hicolor/64x64/apps/cadabra-gtk.png +%%GUI%%share/icons/hicolor/scalable/apps/cadabra-gtk.svgz %%GUI%%%%TEXMFLOCALDIR%%/tex/latex/cadabra2/breqn.sty %%GUI%%%%TEXMFLOCALDIR%%/tex/latex/cadabra2/cmbase.sym %%GUI%%%%TEXMFLOCALDIR%%/tex/latex/cadabra2/flexisym.sty @@ -23,3 +26,74 @@ lib/libcadabra_server.so %%GUI%%%%TEXMFLOCALDIR%%/tex/latex/cadabra2/msabm.sym %%GUI%%%%TEXMFLOCALDIR%%/tex/latex/cadabra2/tableaux.sty %%GUI%%@dir %%DATADIR%%/manual/properties +%%GUI%%%%DATADIR%%/manual/algorithms/asym.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/canonicalise.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/collect_factors.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/collect_terms.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/combine.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/complete.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/decompose_product.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/drop_weight.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/eliminate_kronecker.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/eliminate_metric.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/epsilon_to_delta.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/evaluate.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/expand.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/expand_delta.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/expand_diracbar.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/expand_power.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/factor_in.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/factor_out.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/fierz.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/integrate_by_parts.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/join_gamma.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/keep_weight.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/product_rule.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/reduce_delta.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/rename_dummies.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/rewrite_indices.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/sort_product.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/sort_sum.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/split_gamma.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/split_index.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/substitute.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/take_match.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/unwrap.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/vary.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/young_project_product.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/young_project_tensor.cnb +%%GUI%%%%DATADIR%%/manual/properties/Accent.cnb +%%GUI%%%%DATADIR%%/manual/properties/AntiCommuting.cnb +%%GUI%%%%DATADIR%%/manual/properties/AntiSymmetric.cnb +%%GUI%%%%DATADIR%%/manual/properties/Commuting.cnb +%%GUI%%%%DATADIR%%/manual/properties/CommutingAsProduct.cnb +%%GUI%%%%DATADIR%%/manual/properties/CommutingAsSum.cnb +%%GUI%%%%DATADIR%%/manual/properties/Coordinate.cnb +%%GUI%%%%DATADIR%%/manual/properties/DAntiSymmetric.cnb +%%GUI%%%%DATADIR%%/manual/properties/Depends.cnb +%%GUI%%%%DATADIR%%/manual/properties/Derivative.cnb +%%GUI%%%%DATADIR%%/manual/properties/Diagonal.cnb +%%GUI%%%%DATADIR%%/manual/properties/DiracBar.cnb +%%GUI%%%%DATADIR%%/manual/properties/Distributable.cnb +%%GUI%%%%DATADIR%%/manual/properties/EpsilonTensor.cnb +%%GUI%%%%DATADIR%%/manual/properties/FilledTableau.cnb +%%GUI%%%%DATADIR%%/manual/properties/GammaMatrix.cnb +%%GUI%%%%DATADIR%%/manual/properties/ImplicitIndex.cnb +%%GUI%%%%DATADIR%%/manual/properties/IndexInherit.cnb +%%GUI%%%%DATADIR%%/manual/properties/Indices.cnb +%%GUI%%%%DATADIR%%/manual/properties/Integer.cnb +%%GUI%%%%DATADIR%%/manual/properties/InverseMetric.cnb +%%GUI%%%%DATADIR%%/manual/properties/KroneckerDelta.cnb +%%GUI%%%%DATADIR%%/manual/properties/LaTeXForm.cnb +%%GUI%%%%DATADIR%%/manual/properties/Metric.cnb +%%GUI%%%%DATADIR%%/manual/properties/NonCommuting.cnb +%%GUI%%%%DATADIR%%/manual/properties/PartialDerivative.cnb +%%GUI%%%%DATADIR%%/manual/properties/RiemannTensor.cnb +%%GUI%%%%DATADIR%%/manual/properties/SatisfiesBianchi.cnb +%%GUI%%%%DATADIR%%/manual/properties/SelfAntiCommuting.cnb +%%GUI%%%%DATADIR%%/manual/properties/SelfCommuting.cnb +%%GUI%%%%DATADIR%%/manual/properties/SelfNonCommuting.cnb +%%GUI%%%%DATADIR%%/manual/properties/SortOrder.cnb +%%GUI%%%%DATADIR%%/manual/properties/Spinor.cnb +%%GUI%%%%DATADIR%%/manual/properties/Symmetric.cnb +%%GUI%%%%DATADIR%%/manual/properties/TableauSymmetry.cnb From owner-svn-ports-all@freebsd.org Fri Oct 21 09:01:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8C1BC1B5C6; Fri, 21 Oct 2016 09:01:21 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6780A676; Fri, 21 Oct 2016 09:01:21 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L91Kcb071509; Fri, 21 Oct 2016 09:01:20 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L91Kiu071504; Fri, 21 Oct 2016 09:01:20 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201610210901.u9L91Kiu071504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 21 Oct 2016 09:01:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424396 - in head: . www www/lighttpd www/lighttpd-mod_geoip www/lighttpd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:01:21 -0000 Author: madpilot Date: Fri Oct 21 09:01:19 2016 New Revision: 424396 URL: https://svnweb.freebsd.org/changeset/ports/424396 Log: - Update lighttpd to 1.4.42 [1] - Convert WEBDAV option to option helpers [1] - Remove MYSQLAUTH option, upstream integrated their own solution in MYSQL support [1] - Add GEOIP option to main port [1] - Fix sorting in pkg-plist [1] - Remove lighttpd-mod_geoip port, it's beeen integrated in the main port [2] PR: 213568 [1], 213569 [2] Sumitted by: Piotr Kubaj (maintainer) Deleted: head/www/lighttpd-mod_geoip/ head/www/lighttpd/files/README.mysqlauth head/www/lighttpd/files/extra-patch-src_Makefile.am head/www/lighttpd/files/extra-patch-src_Makefile.in head/www/lighttpd/files/extra-patch-src_http__auth.c head/www/lighttpd/files/extra-patch-src_http__auth.h head/www/lighttpd/files/extra-patch-src_mod__auth.c head/www/lighttpd/files/mysql_auth.sql head/www/lighttpd/files/patch-src_mod__fastcgi.c head/www/lighttpd/files/patch-src_mod__proxy.c head/www/lighttpd/files/patch-src_mod__scgi.c Modified: head/MOVED head/www/Makefile head/www/lighttpd/Makefile head/www/lighttpd/distinfo head/www/lighttpd/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Fri Oct 21 09:01:10 2016 (r424395) +++ head/MOVED Fri Oct 21 09:01:19 2016 (r424396) @@ -8770,3 +8770,4 @@ www/mod_php55||2016-10-21|Has expired: E www/php55-opcache||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 www/php55-session||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 www/php55-tidy||2016-10-21|Has expired: EOL upstream since 21 Jul 2016 +www/lighttpd-mod_geoip|www/lighttpd|2016-10-21|Integrated into www/lighttpd Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Oct 21 09:01:10 2016 (r424395) +++ head/www/Makefile Fri Oct 21 09:01:19 2016 (r424396) @@ -359,7 +359,6 @@ SUBDIR += libxul SUBDIR += lightsquid SUBDIR += lighttpd - SUBDIR += lighttpd-mod_geoip SUBDIR += lighttpd-mod_h264_streaming SUBDIR += lilurl SUBDIR += limesurvey Modified: head/www/lighttpd/Makefile ============================================================================== --- head/www/lighttpd/Makefile Fri Oct 21 09:01:10 2016 (r424395) +++ head/www/lighttpd/Makefile Fri Oct 21 09:01:19 2016 (r424396) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= lighttpd -PORTVERSION= 1.4.41 -PORTREVISION= 1 +PORTVERSION= 1.4.42 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ @@ -19,6 +18,7 @@ LIB_DEPENDS+= libpcre.so:devel/pcre GNU_CONFIGURE= yes USES= autoreconf gmake libtool localbase pkgconfig tar:xz +USE_CSTD= gnu99 .if !defined(_BUILDING_LIGHTTPD_MODULE) USES+= cpe @@ -30,7 +30,7 @@ INSTALL_TARGET= install-strip .if !defined(_BUILDING_LIGHTTPD_MODULE) USE_RC_SUBR= lighttpd -OPTIONS_DEFINE= ATTR BZIP2 DOCS FAM GDBM IPV6 LIBEV LUA MEMCACHED MYSQL MYSQLAUTH \ +OPTIONS_DEFINE= ATTR BZIP2 DOCS FAM GDBM GEOIP IPV6 LIBEV LUA MEMCACHED MYSQL \ LDAP OPENSSL SPAWNFCGI VALGRIND WEBDAV OPTIONS_DEFAULT= OPENSSL @@ -43,7 +43,6 @@ LIBEV_DESC= Fast events support via libe LUA_DESC= lua support (mod_cml, mod_magnet) MEMCACHED_DESC= memcached storage (mod_trigger_b4_dl) MYSQL_DESC= MySQL support (mod_mysql_vhost) -MYSQLAUTH_DESC= MySQL authentication SPAWNFCGI_DESC= Depend on spawn-fcgi utility VALGRIND_DESC= valgrind support WEBDAV_DESC= WebDAV support @@ -55,6 +54,8 @@ FAM_CONFIGURE_ON= --with-fam FAM_CONFIGURE_ENV= FAM_CFLAGS="-I${LOCALBASE}/include" FAM_LIBS="-L${LOCALBASE}/lib" GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_WITH= gdbm +GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP +GEOIP_CONFIGURE_WITH= geoip IPV6_CONFIGURE_OFF= --disable-ipv6 LIBEV_CONFIGURE_WITH= libev=${LOCALBASE} LIBEV_LIB_DEPENDS= libev.so:devel/libev @@ -63,7 +64,6 @@ LUA_CONFIGURE_WITH= lua LUA_CONFIGURE_ENV= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached MEMCACHED_CONFIGURE_WITH=memcached -MYSQLAUTH_IMPLIES= MYSQL OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= openssl OPENSSL_CONFIGURE_ON= --with-openssl-includes=${OPENSSLINC} --with-openssl-libs=${OPENSSLLIB} @@ -71,6 +71,10 @@ SPAWNFCGI_RUN_DEPENDS= spawn-fcgi:www/sp VALGRIND_BUILD_DEPENDS= valgrind:devel/valgrind VALGRIND_RUN_DEPENDS= valgrind:devel/valgrind VALGRIND_CONFIGURE_WITH=valgrind +WEBDAV_USE= GNOME=libxml2 +WEBDAV_LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ + libsqlite3.so:databases/sqlite3 +WEBDAV_CONFIGURE_WITH= webdav-props webdav-locks LIGHTTPD_CONF_FILES= lighttpd.conf modules.conf @@ -113,28 +117,12 @@ CONFIGURE_ARGS+= --with-mysql _REQUIRE+= mysql .endif -.if ${PORT_OPTIONS:MMYSQLAUTH} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_Makefile.am \ - ${FILESDIR}/extra-patch-src_Makefile.in \ - ${FILESDIR}/extra-patch-src_http__auth.c \ - ${FILESDIR}/extra-patch-src_http__auth.h \ - ${FILESDIR}/extra-patch-src_mod__auth.c -PORTDOCS+= README.mysqlauth mysql_auth.sql -.endif - .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap _REQUIRE+= slapd .endif -.if ${PORT_OPTIONS:MWEBDAV} -USE_GNOME+= libxml2 -LIB_DEPENDS+= libuuid.so:misc/e2fsprogs-libuuid \ - libsqlite3.so:databases/sqlite3 -CONFIGURE_ARGS+= --with-webdav-props --with-webdav-locks -.endif - SUB_LIST+= REQUIRE="${_REQUIRE}" post-patch: @@ -182,12 +170,6 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}/${FILE} . endfor -post-install-MYSQLAUTH-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -. for FILE in README.mysqlauth mysql_auth.sql - ${INSTALL_DATA} ${FILESDIR}/${FILE} ${STAGEDIR}${DOCSDIR}/${FILE} -. endfor - test: build @cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} \ Modified: head/www/lighttpd/distinfo ============================================================================== --- head/www/lighttpd/distinfo Fri Oct 21 09:01:10 2016 (r424395) +++ head/www/lighttpd/distinfo Fri Oct 21 09:01:19 2016 (r424396) @@ -1,7 +1,5 @@ -TIMESTAMP = 1470040166 -SHA256 (lighttpd-1.4.41.tar.xz) = 4bcc383ef6d6dc7b284f68882d71a178e2986c83c4e85eeb3c8f3b882e346b6c -SIZE (lighttpd-1.4.41.tar.xz) = 623480 -SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 4e6768af32ce16033fcb0c70b12c55b40082ca105a36f258b0bbf30d64e9dad3 -SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 242458 -SHA256 (lighttpd-1.4.26_mod_geoip.patch) = 2858036310b778852d9f039a81629902edffc368658e13bf4779f3642ee1a5ba -SIZE (lighttpd-1.4.26_mod_geoip.patch) = 15173 +TIMESTAMP = 1476712210 +SHA256 (lighttpd-1.4.42.tar.xz) = b2c9069ed0bade9362c27b469a9b884641786aea1c3d686f9fd9f01d15e2a15f +SIZE (lighttpd-1.4.42.tar.xz) = 652140 +SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 716cd4f8d371e12c115a2204e649aafe2ebad42d0099777b1361c0e2cc8a1612 +SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 242456 Modified: head/www/lighttpd/pkg-plist ============================================================================== --- head/www/lighttpd/pkg-plist Fri Oct 21 09:01:10 2016 (r424395) +++ head/www/lighttpd/pkg-plist Fri Oct 21 09:01:19 2016 (r424396) @@ -2,8 +2,8 @@ @sample etc/lighttpd/modules.conf.sample @sample etc/lighttpd/conf.d/access_log.conf.sample @sample etc/lighttpd/conf.d/auth.conf.sample -@sample etc/lighttpd/conf.d/cml.conf.sample @sample etc/lighttpd/conf.d/cgi.conf.sample +@sample etc/lighttpd/conf.d/cml.conf.sample @sample etc/lighttpd/conf.d/compress.conf.sample @sample etc/lighttpd/conf.d/debug.conf.sample @sample etc/lighttpd/conf.d/dirlisting.conf.sample @@ -28,9 +28,14 @@ lib/lighttpd/mod_access.so lib/lighttpd/mod_accesslog.so lib/lighttpd/mod_alias.so lib/lighttpd/mod_auth.so +lib/lighttpd/mod_authn_file.so +lib/lighttpd/mod_authn_gssapi.so +lib/lighttpd/mod_authn_ldap.so +lib/lighttpd/mod_authn_mysql.so lib/lighttpd/mod_cgi.so lib/lighttpd/mod_cml.so lib/lighttpd/mod_compress.so +lib/lighttpd/mod_deflate.so lib/lighttpd/mod_dirlisting.so lib/lighttpd/mod_evasive.so lib/lighttpd/mod_evhost.so @@ -38,6 +43,7 @@ lib/lighttpd/mod_expire.so lib/lighttpd/mod_extforward.so lib/lighttpd/mod_fastcgi.so lib/lighttpd/mod_flv_streaming.so +lib/lighttpd/mod_geoip.so lib/lighttpd/mod_indexfile.so lib/lighttpd/mod_magnet.so lib/lighttpd/mod_mysql_vhost.so @@ -53,6 +59,7 @@ lib/lighttpd/mod_ssi.so lib/lighttpd/mod_staticfile.so lib/lighttpd/mod_status.so lib/lighttpd/mod_trigger_b4_dl.so +lib/lighttpd/mod_uploadprogress.so lib/lighttpd/mod_userdir.so lib/lighttpd/mod_usertrack.so lib/lighttpd/mod_webdav.so From owner-svn-ports-all@freebsd.org Fri Oct 21 09:02:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5177AC1B705; Fri, 21 Oct 2016 09:02:20 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DF7F8D2; Fri, 21 Oct 2016 09:02:20 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L92J1r072985; Fri, 21 Oct 2016 09:02:19 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L92IL5072982; Fri, 21 Oct 2016 09:02:18 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201610210902.u9L92IL5072982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Fri, 21 Oct 2016 09:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424397 - in head: graphics/php56-gd graphics/php56-gd/files lang/php56 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:02:20 -0000 Author: ale Date: Fri Oct 21 09:02:18 2016 New Revision: 424397 URL: https://svnweb.freebsd.org/changeset/ports/424397 Log: Update to 5.6.27 release. Deleted: head/graphics/php56-gd/files/patch-libgd_gd_webp.c Modified: head/graphics/php56-gd/Makefile head/lang/php56/Makefile head/lang/php56/distinfo Modified: head/graphics/php56-gd/Makefile ============================================================================== --- head/graphics/php56-gd/Makefile Fri Oct 21 09:01:19 2016 (r424396) +++ head/graphics/php56-gd/Makefile Fri Oct 21 09:02:18 2016 (r424397) @@ -1,7 +1,6 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 2 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Fri Oct 21 09:01:19 2016 (r424396) +++ head/lang/php56/Makefile Fri Oct 21 09:02:18 2016 (r424397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.26 +PORTVERSION= 5.6.27 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php56/distinfo ============================================================================== --- head/lang/php56/distinfo Fri Oct 21 09:01:19 2016 (r424396) +++ head/lang/php56/distinfo Fri Oct 21 09:02:18 2016 (r424397) @@ -1,5 +1,5 @@ -TIMESTAMP = 1474538003 -SHA256 (php-5.6.26.tar.xz) = 203a854f0f243cb2810d1c832bc871ff133eccdf1ff69d32846f93bc1bef58a8 -SIZE (php-5.6.26.tar.xz) = 12412992 +TIMESTAMP = 1477040451 +SHA256 (php-5.6.27.tar.xz) = 16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5 +SIZE (php-5.6.27.tar.xz) = 12439168 SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed SIZE (php-5.5.x-mail-header.patch) = 4426 From owner-svn-ports-all@freebsd.org Fri Oct 21 09:03:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2852FC1B761; Fri, 21 Oct 2016 09:03:09 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE9799FD; Fri, 21 Oct 2016 09:03:08 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L938EL073132; Fri, 21 Oct 2016 09:03:08 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L938Ud073130; Fri, 21 Oct 2016 09:03:08 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201610210903.u9L938Ud073130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Fri, 21 Oct 2016 09:03:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424398 - head/databases/mysql56-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:03:09 -0000 Author: ale Date: Fri Oct 21 09:03:07 2016 New Revision: 424398 URL: https://svnweb.freebsd.org/changeset/ports/424398 Log: Update to 5.6.34 release. Modified: head/databases/mysql56-server/Makefile head/databases/mysql56-server/distinfo Modified: head/databases/mysql56-server/Makefile ============================================================================== --- head/databases/mysql56-server/Makefile Fri Oct 21 09:02:18 2016 (r424397) +++ head/databases/mysql56-server/Makefile Fri Oct 21 09:03:07 2016 (r424398) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.6.33 +PORTVERSION= 5.6.34 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.6 Modified: head/databases/mysql56-server/distinfo ============================================================================== --- head/databases/mysql56-server/distinfo Fri Oct 21 09:02:18 2016 (r424397) +++ head/databases/mysql56-server/distinfo Fri Oct 21 09:03:07 2016 (r424398) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474010208 -SHA256 (mysql-5.6.33.tar.gz) = 60776ec27d78b59f597e71738c5bcdea64dcba33c36fede320d5930320b1fef0 -SIZE (mysql-5.6.33.tar.gz) = 32094894 +TIMESTAMP = 1477038469 +SHA256 (mysql-5.6.34.tar.gz) = ee90bafec6af3abe2715ccb0b3cc9345ed8d1cce025d41e6ec2b2b7a7d820823 +SIZE (mysql-5.6.34.tar.gz) = 32094762 From owner-svn-ports-all@freebsd.org Fri Oct 21 09:05:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 967B8C1B840; Fri, 21 Oct 2016 09:05:33 +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 65AA4C21; Fri, 21 Oct 2016 09:05:33 +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 u9L95WZx073307; Fri, 21 Oct 2016 09:05:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L95WRx073306; Fri, 21 Oct 2016 09:05:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610210905.u9L95WRx073306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 09:05:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424399 - head/x11-wm/obapps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:05:33 -0000 Author: amdmi3 Date: Fri Oct 21 09:05:32 2016 New Revision: 424399 URL: https://svnweb.freebsd.org/changeset/ports/424399 Log: - Add NO_ARCH - Switch to options helpers Modified: head/x11-wm/obapps/Makefile Modified: head/x11-wm/obapps/Makefile ============================================================================== --- head/x11-wm/obapps/Makefile Fri Oct 21 09:03:07 2016 (r424398) +++ head/x11-wm/obapps/Makefile Fri Oct 21 09:05:32 2016 (r424399) @@ -22,17 +22,20 @@ USES= python USE_PYTHON= distutils USE_WX= 3.0+ WX_COMPS= python:run +NO_ARCH= yes PORTDOCS= README -OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="OBApps" "" ${PORTNAME} \ "${PORTNAME}" "Settings;" "" +OPTIONS_DEFINE= DOCS + post-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Fri Oct 21 09:06:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ACF9C1B896; Fri, 21 Oct 2016 09:06:00 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69479D0E; Fri, 21 Oct 2016 09:06:00 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L95xdU073442; Fri, 21 Oct 2016 09:05:59 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L95xkd073440; Fri, 21 Oct 2016 09:05:59 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201610210905.u9L95xkd073440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Fri, 21 Oct 2016 09:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424400 - head/databases/mysql55-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:06:00 -0000 Author: ale Date: Fri Oct 21 09:05:59 2016 New Revision: 424400 URL: https://svnweb.freebsd.org/changeset/ports/424400 Log: Update to 5.5.53 release. Modified: head/databases/mysql55-server/Makefile head/databases/mysql55-server/distinfo Modified: head/databases/mysql55-server/Makefile ============================================================================== --- head/databases/mysql55-server/Makefile Fri Oct 21 09:05:32 2016 (r424399) +++ head/databases/mysql55-server/Makefile Fri Oct 21 09:05:59 2016 (r424400) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.5.52 +PORTVERSION= 5.5.53 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.5 Modified: head/databases/mysql55-server/distinfo ============================================================================== --- head/databases/mysql55-server/distinfo Fri Oct 21 09:05:32 2016 (r424399) +++ head/databases/mysql55-server/distinfo Fri Oct 21 09:05:59 2016 (r424400) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474010194 -SHA256 (mysql-5.5.52.tar.gz) = 7820e13de6b3f4dadd255e12b2e9f3de43daf4507c218018c382d45aad8162fd -SIZE (mysql-5.5.52.tar.gz) = 21032776 +TIMESTAMP = 1477038440 +SHA256 (mysql-5.5.53.tar.gz) = a7a86dd42524e698c9dd8dab2520e6e75377cde077ed71eaf5a3b5a3d1f7d6ea +SIZE (mysql-5.5.53.tar.gz) = 21035716 From owner-svn-ports-all@freebsd.org Fri Oct 21 09:09:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C3C0C1B901; Fri, 21 Oct 2016 09:09:11 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay106.isp.belgacom.be (mailrelay106.isp.belgacom.be [195.238.20.133]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFD93E31; Fri, 21 Oct 2016 09:09:09 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2CBBgDD2glY/1QiyVBcGgEBAQECAQEBA?= =?us-ascii?q?QgBAQEBgz4BAQEBAR1JDm0QpDCUPoIHJ4V6AoF8QhIBAgEBAQEBAQFiKIRjAQE?= =?us-ascii?q?EOhwjEAsUBAklDyoeBhOIVgrDFwEBAQEBAQEDAQEBAQEBASCLEoRHhV8BBJoSh?= =?us-ascii?q?imJWXKPFo0BhAAlDSJZhQI8NIhIAQEB?= Received: from 84.34-201-80.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([80.201.34.84]) by relay.skynet.be with ESMTP; 21 Oct 2016 11:08:50 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u9L98nYl053852; Fri, 21 Oct 2016 11:08:49 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Fri, 21 Oct 2016 11:08:48 +0200 From: Tijl Coosemans To: "Jason E. Hale" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424365 - head/security/gpgme Message-ID: <20161021110848.25b407ae@kalimero.tijl.coosemans.org> In-Reply-To: <201610210005.u9L05vIL063732@repo.freebsd.org> References: <201610210005.u9L05vIL063732@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:09:11 -0000 On Fri, 21 Oct 2016 00:05:57 +0000 (UTC) "Jason E. Hale" wrote: > Author: jhale > Date: Fri Oct 21 00:05:57 2016 > New Revision: 424365 > URL: https://svnweb.freebsd.org/changeset/ports/424365 > > Log: > Really fix build on 9.x for the c++ and Qt5 bindings; > require libc++. > > Modified: > head/security/gpgme/Makefile > > Modified: head/security/gpgme/Makefile > ============================================================================== > --- head/security/gpgme/Makefile Thu Oct 20 22:30:20 2016 (r424364) > +++ head/security/gpgme/Makefile Fri Oct 21 00:05:57 2016 (r424365) > @@ -87,6 +87,12 @@ CONFLICTS_INSTALL= py*-pyme-[0-9]* > .include > > .if defined(SLAVEPORT) > +. if (${SLAVEPORT} == "cpp" || ${SLAVEPORT} == "qt5") > +. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001000 > +BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++ > +CXXFLAGS+= -stdlib=libc++ -I${LOCALBASE}/include/c++/v1 > +. endif > +. endif > . if ${SLAVEPORT} == "python" > . if ${PYTHON_REL} >= 3000 > CONFIGURE_ARGS+=--enable-languages="python3" Didn't replacing USES=compiler:c++11-lang with USES=compiler:c++11-lib work? From owner-svn-ports-all@freebsd.org Fri Oct 21 09:10:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CA1AC1B978; Fri, 21 Oct 2016 09:10:40 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x243.google.com (mail-pf0-x243.google.com [IPv6:2607:f8b0:400e:c00::243]) (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 09D6DF31; Fri, 21 Oct 2016 09:10:40 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x243.google.com with SMTP id 128so8121757pfz.1; Fri, 21 Oct 2016 02:10:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=29eP5ZLJIdP1tdizcTqSf7Xl0p0yY6RV3lXu4ZCIBco=; b=iwO3gp9gVBE/ruRCARGsHPp8pJ55KurGbZKxvE6MQaBuPq/iVMlQ98XOSJ27rszuQT Df02saqwTdpSZGQ5ZZHIsq0LPfW4dVFx+8dWG8F04i7MUliwys2Hhcd2LMbuSv8fBbY5 QiKNJETFLo8s4mc2GMtjLhcO8fZhzfsPhHqDJnvS50OUHqBD1+mlcOiKMMKtQopjAW8W rjXq4D0NSppS5Um4WWiOoQgYAiD1tv/i4KFTgmO7Y8WM8qHT1oWg2+7wdWURCHk6T8pZ jgGCV79XrbnjnXWkVWdjubuOy88YxqIOW6k9uWpbJNmmn6e4x7Inpv+mhc/MuYZuZQgM ihkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=29eP5ZLJIdP1tdizcTqSf7Xl0p0yY6RV3lXu4ZCIBco=; b=ZrcKtQupeGU5AJYBD+3PydcUUu+O0/zwpXTtHzwW8NttrtO8knFyaB877KBqktpeIG Z1j9gxcUP/l3ejawqsnC2Q9p3x6/iQTgPe+Jn3RC7bvNSVT0LZVIrzmQHoJmodgVa0l0 L5BFUoielrviTsB278MzEssMdsqgsNjosZScFT53I4jMsAzE3LTFHHzQoWWX263InJez O7xqIMzZ+qWIvQZBMAnRSc5t/zVeaYNLLRegJsnE7WHAzO4Cw2Pxplsj4JZsEmssTUox vfj2niZBKTO44X1cIlx7taN4Rier4YEmqlsN2y85qsDmpQWkkgV8tQHufg9hKecPBKwm mOLA== X-Gm-Message-State: AA6/9Rkk80QCUFDQKA5LTzx9wcscUBEzuWbO/2jcwliIMOsLl3aL10QEBa1G2bzPWYryfQ== X-Received: by 10.98.98.68 with SMTP id w65mr9729466pfb.121.1477041039541; Fri, 21 Oct 2016 02:10:39 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01:897e:1a79:e239:caea? (2001-44b8-31ae-7b01-897e-1a79-e239-caea.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:897e:1a79:e239:caea]) by smtp.gmail.com with ESMTPSA id f67sm3298176pfg.18.2016.10.21.02.10.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Oct 2016 02:10:39 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r424397 - in head: graphics/php56-gd graphics/php56-gd/files lang/php56 To: Alex Dupre , ports-committers@freebsd.org, svn-ports-all@freebsd.org, FreeBSD Ports Security Team References: <201610210902.u9L92IL5072982@repo.freebsd.org> From: Kubilay Kocak Message-ID: Date: Fri, 21 Oct 2016 20:09:31 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Thunderbird/51.0a2 MIME-Version: 1.0 In-Reply-To: <201610210902.u9L92IL5072982@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:10:40 -0000 On 21/10/2016 8:02 PM, Alex Dupre wrote: > Author: ale > Date: Fri Oct 21 09:02:18 2016 > New Revision: 424397 > URL: https://svnweb.freebsd.org/changeset/ports/424397 > > Log: > Update to 5.6.27 release. > > Deleted: > head/graphics/php56-gd/files/patch-libgd_gd_webp.c > Modified: > head/graphics/php56-gd/Makefile > head/lang/php56/Makefile > head/lang/php56/distinfo PR: 213589 This needs MFH'ing to quarterly. Please include "PR: 213589" in the merge commit log message From owner-svn-ports-all@freebsd.org Fri Oct 21 09:11:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45F42C1BA9E; Fri, 21 Oct 2016 09:11:53 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01E651218; Fri, 21 Oct 2016 09:11:52 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L9BqPm077184; Fri, 21 Oct 2016 09:11:52 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L9BpQ8077181; Fri, 21 Oct 2016 09:11:51 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201610210911.u9L9BpQ8077181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 21 Oct 2016 09:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424401 - in head/x11-toolkits/girara: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:11:53 -0000 Author: madpilot Date: Fri Oct 21 09:11:51 2016 New Revision: 424401 URL: https://svnweb.freebsd.org/changeset/ports/424401 Log: Add patch to disable optimizations on a keyboard input function when using the clang compiler. This allows removing the requirement on gcc. Patch based on suggestion from Ivan . Bug has been reported upstream. PR: 213595 Submitted by: Michael Danilov MFH: 2016Q4 Added: head/x11-toolkits/girara/files/patch-girara_callbacks.h (contents, props changed) head/x11-toolkits/girara/files/patch-girara_macros.h (contents, props changed) Modified: head/x11-toolkits/girara/Makefile Modified: head/x11-toolkits/girara/Makefile ============================================================================== --- head/x11-toolkits/girara/Makefile Fri Oct 21 09:05:59 2016 (r424400) +++ head/x11-toolkits/girara/Makefile Fri Oct 21 09:11:51 2016 (r424401) @@ -3,7 +3,7 @@ PORTNAME= girara PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits graphics MASTER_SITES= http://pwmt.org/projects/girara/download/ @@ -18,14 +18,10 @@ LIBDIR= ${PREFIX}/lib MAKE_ENV+= SFLAGS=${STRIP} \ VERBOSE=1 -OPTIONS_DEFINE= GCC NLS -# Force GCC by default due to problems in dependent port zathura with keyboard -# input when compiled using clang. -OPTIONS_DEFAULT=GCC +OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext -GCC_USE= GCC=yes post-patch: .SILENT ${REINPLACE_CMD} -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ Added: head/x11-toolkits/girara/files/patch-girara_callbacks.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/girara/files/patch-girara_callbacks.h Fri Oct 21 09:11:51 2016 (r424401) @@ -0,0 +1,19 @@ +--- girara/callbacks.h.orig 2016-04-18 20:35:34 UTC ++++ girara/callbacks.h +@@ -4,6 +4,7 @@ + #define GIRARA_CALLBACKS_H + + #include "types.h" ++#include "macros.h" + #include + + /** +@@ -108,7 +109,7 @@ bool girara_callback_inputbar_activate(G + * @return FALSE An error occurred + */ + bool girara_callback_inputbar_key_press_event(GtkWidget* widget, +- GdkEventKey* event, girara_session_t* session); ++ GdkEventKey* event, girara_session_t* session) GIRARA_OPTNONE; + + /** + * Default callback if the text of the input bar has changed Added: head/x11-toolkits/girara/files/patch-girara_macros.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/girara/files/patch-girara_macros.h Fri Oct 21 09:11:51 2016 (r424401) @@ -0,0 +1,15 @@ +--- girara/macros.h.orig 2015-04-13 20:49:26 UTC ++++ girara/macros.h +@@ -69,4 +69,12 @@ + GIRARA_DO_PRAGMA(GCC diagnostic pop) + #endif + ++#ifndef GIRARA_OPTNONE ++# if defined(__clang__) ++# define GIRARA_OPTNONE __attribute__ ((optnone)) ++# else ++# define GIRARA_OPTNONE ++# endif ++#endif ++ + #endif From owner-svn-ports-all@freebsd.org Fri Oct 21 09:13:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B9BFC1BAFB; Fri, 21 Oct 2016 09:13:45 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) (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 08CCB13A7; Fri, 21 Oct 2016 09:13:45 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x244.google.com with SMTP id i85so8122515pfa.0; Fri, 21 Oct 2016 02:13:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=/VaWRfEe+8X0QP71LXTfMpardDxIof3SFHJsUZpeqqI=; b=MiWl7nB9ywILZNFp/Vm+450qLqH3gul1EDZjl8y4RYgf2C55juWa8iBnOJ7ZkI5vkP hbC36w5beroG+8GuunMd+LjgkrCfmmPIgCGF1rdurDI8tUK1SgMD4mr8pLKh5hhNWy+R xcKTkS1XGIn5L3cgCoJRhz5cWq/8LzgGqXjUW5C+B6ViMKWbzHms8E0pow1jeBjyICib UJwdqNI1BoYJ59eYTQJmuDmvMp6nlTY7uoCH26XheUfF1YStIHfgzGberqZFCdtlOYUk LrZFORdAFUVHG76lCyeuNNhJ6rXbDA6QJ+SBshe54AEtZTwF5B+95B7A1JQInurTGnaU uxwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=/VaWRfEe+8X0QP71LXTfMpardDxIof3SFHJsUZpeqqI=; b=Z63pWolaZil47QroazY5ZzsIsxHW6OqQ9ckFVHMr7BPOQufYOapeKrX6c3/fcsyXpr kk1pBKSPBfa6oA28RtnUW8e5RbcergRcDu/EV5brSUrz3dwpi+U2HpC2/kIQPcjJ9vRF N4OcgZW+TXb/VF3AkvQBU/DQk6/R7E6Rj3vvSEC1H21iWQ68S+S0JhuVnhSpBHcs3IfS frcoVkDIM/2TUIY7oYiplsKV80m6LclsTuP3G0JIavnsSFoKNixL/h3OSF4Tee4gJgAa Zz6dIsjN/a/pIcbokTrCTzytoLDSA1law82s5vpLwETbA40MDyUtlEtBEwfhT4Ewzq10 NuhA== X-Gm-Message-State: AA6/9Rmm2I6ocDIt1XYnssLYIfmvmLddIrZdsOcn5Y7cTTX81Eq6APfMUWjs2KaaPK5Y/Q== X-Received: by 10.99.126.11 with SMTP id z11mr8137333pgc.46.1477041224463; Fri, 21 Oct 2016 02:13:44 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01:897e:1a79:e239:caea? (2001-44b8-31ae-7b01-897e-1a79-e239-caea.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:897e:1a79:e239:caea]) by smtp.gmail.com with ESMTPSA id d79sm3301031pfj.68.2016.10.21.02.13.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Oct 2016 02:13:44 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r424397 - in head: graphics/php56-gd graphics/php56-gd/files lang/php56 To: Alex Dupre , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610210902.u9L92IL5072982@repo.freebsd.org> From: Kubilay Kocak Message-ID: <79a58f7e-c72a-ec62-7dc5-a0ace302fcd9@FreeBSD.org> Date: Fri, 21 Oct 2016 20:12:37 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Thunderbird/51.0a2 MIME-Version: 1.0 In-Reply-To: <201610210902.u9L92IL5072982@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:13:45 -0000 On 21/10/2016 8:02 PM, Alex Dupre wrote: > Author: ale > Date: Fri Oct 21 09:02:18 2016 > New Revision: 424397 > URL: https://svnweb.freebsd.org/changeset/ports/424397 > > Log: > Update to 5.6.27 release. > > Deleted: > head/graphics/php56-gd/files/patch-libgd_gd_webp.c > Modified: > head/graphics/php56-gd/Makefile > head/lang/php56/Makefile > head/lang/php56/distinfo > Also Security: 8d5180a6-86fe-11e6-8d93-00248c0c745d From owner-svn-ports-all@freebsd.org Fri Oct 21 09:21:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD141C1BD57; Fri, 21 Oct 2016 09:21:43 +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 7984B1990; Fri, 21 Oct 2016 09:21: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 u9L9LgBb080999; Fri, 21 Oct 2016 09:21:42 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L9Lg3R080998; Fri, 21 Oct 2016 09:21:42 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610210921.u9L9Lg3R080998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 21 Oct 2016 09:21:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424402 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:21:43 -0000 Author: ehaupt Date: Fri Oct 21 09:21:42 2016 New Revision: 424402 URL: https://svnweb.freebsd.org/changeset/ports/424402 Log: Fix format of keystone entry. Modified: head/GIDs Modified: head/GIDs ============================================================================== --- head/GIDs Fri Oct 21 09:11:51 2016 (r424401) +++ head/GIDs Fri Oct 21 09:21:42 2016 (r424402) @@ -131,7 +131,7 @@ dnslog:*:186: swift:*:187: netxms:*:188: leofs:*:189: -keystone:*:190 +keystone:*:190: # free: 191 moinmoin:*:192: cups:*:193: From owner-svn-ports-all@freebsd.org Fri Oct 21 09:23:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C7D8C1BDB3; Fri, 21 Oct 2016 09:23:45 +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 6E3401B76; Fri, 21 Oct 2016 09:23:45 +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 u9L9NiTB081199; Fri, 21 Oct 2016 09:23:44 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L9Nivh081197; Fri, 21 Oct 2016 09:23:44 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610210923.u9L9Nivh081197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 21 Oct 2016 09:23:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424403 - head/net/p5-IO-Socket-Socks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:23:45 -0000 Author: ehaupt Date: Fri Oct 21 09:23:44 2016 New Revision: 424403 URL: https://svnweb.freebsd.org/changeset/ports/424403 Log: - Update to 0.70 - Add license Modified: head/net/p5-IO-Socket-Socks/Makefile head/net/p5-IO-Socket-Socks/distinfo Modified: head/net/p5-IO-Socket-Socks/Makefile ============================================================================== --- head/net/p5-IO-Socket-Socks/Makefile Fri Oct 21 09:21:42 2016 (r424402) +++ head/net/p5-IO-Socket-Socks/Makefile Fri Oct 21 09:23:44 2016 (r424403) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-Socks -PORTVERSION= 0.69 +PORTVERSION= 0.70 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Provides a way to create socks client or server both 4 and 5 version +LICENSE= LGPL21 + USES= perl5 USE_PERL5= configure NO_ARCH= yes Modified: head/net/p5-IO-Socket-Socks/distinfo ============================================================================== --- head/net/p5-IO-Socket-Socks/distinfo Fri Oct 21 09:21:42 2016 (r424402) +++ head/net/p5-IO-Socket-Socks/distinfo Fri Oct 21 09:23:44 2016 (r424403) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476783949 -SHA256 (IO-Socket-Socks-0.69.tar.gz) = a2e7e72e938ae589b39695bc2e7c5f42e005cdb8eb9262f85e77a8df50d7d09d -SIZE (IO-Socket-Socks-0.69.tar.gz) = 27353 +TIMESTAMP = 1477041243 +SHA256 (IO-Socket-Socks-0.70.tar.gz) = a3e3250edb0de3c06666539ea789e82f752848b5a164340cfa7f3884624d7999 +SIZE (IO-Socket-Socks-0.70.tar.gz) = 27455 From owner-svn-ports-all@freebsd.org Fri Oct 21 09:26:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2604DC1BE07; Fri, 21 Oct 2016 09:26:22 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from critical.ch (critical.ch [IPv6:2a01:4f8:c17:de4::1:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.critical.ch", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B96E41CB0; Fri, 21 Oct 2016 09:26:21 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from wiggles.local (dynamic.wline.6rd.res.cust.swisscom.ch [IPv6:2a02:1205:5013:cb60:dad3:85ff:fe79:dd2] (may be forged)) (authenticated bits=0) by critical.ch (8.15.2/8.15.2/critical-1.0) with ESMTPSA id u9L9QGl6062430 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 21 Oct 2016 11:26:17 +0200 (CEST) (envelope-from ehaupt@critical.ch) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=critical.ch; s=critical; t=1477041978; bh=wOio5pjTzL30+rUjbi72U54/5eqW5hDqTB7XxjIw6Rg=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=4vZ6Ksh0YipCWZ8b+XvbT16WsFESs6lW10YQK52W1rnZq7JBrd5FVQz3xrudZA3Aq 1Sun2K4K+KGPov5vITeuhH/L6qMEpmXiDdVB9BMtxAQUtcJ1tG2KhXE7aACZsAG1o1 jrSiz+X9wHrUFiduzA+bttMLxUrjfrODWeyntKf4= Date: Fri, 21 Oct 2016 11:26:11 +0200 From: Emanuel Haupt To: Roman Bogorodskiy Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424340 - in head: . security security/py-keystone Message-Id: <20161021112611.55a97cbe7dabc104efc2d46e@critical.ch> In-Reply-To: <201610201700.u9KH0IsP097081@repo.freebsd.org> References: <201610201700.u9KH0IsP097081@repo.freebsd.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:26:22 -0000 > Modified: head/GIDs > ============================================================================== > --- head/GIDs Thu Oct 20 15:58:12 2016 (r424339) > +++ head/GIDs Thu Oct 20 17:00:18 2016 (r424340) > @@ -131,7 +131,7 @@ dnslog:*:186: > swift:*:187: > netxms:*:188: > leofs:*:189: > -# free: 190 > +keystone:*:190 Fixed that in r424402 (missing :). Emanuel From owner-svn-ports-all@freebsd.org Fri Oct 21 09:27:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 379A2C1BE48; Fri, 21 Oct 2016 09:27:46 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E06071DAC; Fri, 21 Oct 2016 09:27:45 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L9RitI081437; Fri, 21 Oct 2016 09:27:44 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9L9Ritm081435; Fri, 21 Oct 2016 09:27:44 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201610210927.u9L9Ritm081435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Fri, 21 Oct 2016 09:27:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424404 - head/mail/nocc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:27:46 -0000 Author: ale Date: Fri Oct 21 09:27:44 2016 New Revision: 424404 URL: https://svnweb.freebsd.org/changeset/ports/424404 Log: Update to 1.9.6 release. Modified: head/mail/nocc/Makefile head/mail/nocc/distinfo Modified: head/mail/nocc/Makefile ============================================================================== --- head/mail/nocc/Makefile Fri Oct 21 09:23:44 2016 (r424403) +++ head/mail/nocc/Makefile Fri Oct 21 09:27:44 2016 (r424404) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= nocc -PORTVERSION= 1.9.5 +PORTVERSION= 1.9.6 CATEGORIES= mail www MASTER_SITES= SF/${PORTNAME}/NOCC/${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= Webmail system which access POP3 and IMAP mail servers +LICENSE= GPLv2 + OPTIONS_DEFINE= DOCS +USES= php:web USE_PHP= ctype iconv imap mbstring pcre session -WANT_PHP_WEB= yes SUB_FILES= pkg-message NO_BUILD= yes @@ -25,13 +27,16 @@ NOCCCOMP= .htaccess favicon.ico robots.t PORTDOCS= * +post-extract: + @${FIND} ${WRKSRC} -type d -empty -delete + do-install: - @${MKDIR} ${STAGEDIR}${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} .for i in ${NOCCCOMP} - @cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR} .endfor - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} @${ECHO_CMD} "@owner ${WWWOWN}" >> ${TMPPLIST} @${ECHO_CMD} "@group ${WWWGRP}" >> ${TMPPLIST} @(cd ${WRKSRC}; ${FIND} ${NOCCCOMP} -not -type d) | ${SORT} | \ Modified: head/mail/nocc/distinfo ============================================================================== --- head/mail/nocc/distinfo Fri Oct 21 09:23:44 2016 (r424403) +++ head/mail/nocc/distinfo Fri Oct 21 09:27:44 2016 (r424404) @@ -1,2 +1,3 @@ -SHA256 (nocc-1.9.5.tar.gz) = b8a7c527919195427c4793cdf8f5c7bedbab5728651d8a83c320b9f109c88fa6 -SIZE (nocc-1.9.5.tar.gz) = 1191244 +TIMESTAMP = 1477039138 +SHA256 (nocc-1.9.6.tar.gz) = 8d91a44cab01400e0e9a37ab9d881fbde03a1219f74a26918b469f5e4a1fddad +SIZE (nocc-1.9.6.tar.gz) = 1721389 From owner-svn-ports-all@freebsd.org Fri Oct 21 10:21:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5B0FC1AEEF; Fri, 21 Oct 2016 10:21:32 +0000 (UTC) (envelope-from cjpm@gmx.es) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18F8EA3D; Fri, 21 Oct 2016 10:21:31 +0000 (UTC) (envelope-from cjpm@gmx.es) Received: from [192.168.1.34] ([81.38.123.170]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LnPSg-1caRnP37Ak-00hhWX; Fri, 21 Oct 2016 12:21:17 +0200 User-Agent: K-9 Mail for Android In-Reply-To: <20161021112611.55a97cbe7dabc104efc2d46e@critical.ch> References: <201610201700.u9KH0IsP097081@repo.freebsd.org> <20161021112611.55a97cbe7dabc104efc2d46e@critical.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: svn commit: r424340 - in head: . security security/py-keystone From: "Carlos J. Puga Medina" Date: Fri, 21 Oct 2016 12:21:17 +0200 To: Emanuel Haupt ,Roman Bogorodskiy CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: X-Provags-ID: V03:K0:vBU5RtwPsD6NaeoC1VahInrTgNzGQ+K20eLMHy+htlTvmBjsWGk N+UFUbP7AHLmUQ1tLBCpfIymzWngi1lXLnKheVnW6lFBqPu5XesB67z9hvJ3enBs7vDCBsQ PrqXMWmNl3YPjgyATUzfetiak3iwFAXKon2JxIuQYbl7lrl4MBeaJIVnPr8MgngWgiC/GxH RFJH3tcQa8lN9OVlrZryQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:fu9DZuQR2RI=:JddZGOBNEGkEUAriFpw7oU G51JyAuaDgW5TUbZ6+xl1yT9pIDBUBcNzCeCfxOkCB0CcBG5Xh8haLyC8jEp3/HvwOUvpOFko CMAQev3dP03j72HJQ/roKE38odnu6iippDE/6n0wrbNLme7Bu01rHk+3p16BdovDhy+P3cvDs Vz7WSCqwW6mpa9Ho+w6bEYpad6G0ZP2BCOaiFhtopKqgvadwbT6Dsm8LoKHf2730dh6yYDK1n B7SAJiBqyJgAFW+lEH9GtHX1vzDUAJ1jHv/tGEQoJ3o0cqe3a0Lw19BQOjs/YmJZQsSuQ/A8g +6jSE9kvEIBzbCLlX1TyVNiq0FgYYXppht+pYp2U8SNnRJRT8V+1DjotxT4Z50Q863SOkAL1H p5keRX+T3+MD2vC9h9FMaVnHsdz1r0Lam2cu1jFHsNqRN1k3PAu2dLJ4/zdCa9W5+kalQJBWS U4KzBSNfAd2yNyar19Zsgo95iRbX043A/Z3iBxtt3+Qh7nPDVCKu9QPXrzpWbQ2SPI8PNjSIj sdC5kWTuo5zx7k6L8AB058Pza6jwVct8gL0tyezYXF1Y9n6406UnJFCCtnmbzaz6gyWFuckHk AuYuQ893Kl/f3+KlZzqC71Oc4G6XGE88LNSMhve9T0Ym18mnfup4AbrFxNrjCAip424XFrYiX p/TK8Pk1eGpPhDkgvqu8iwpFWCW/8I8ZsSvn/rbU+LLKbbGywMmSVSzhpmozms9AQsUPiaBYx TaLVPkfNjPPiWYcrY8TnbxFO2lHM5+C5keSDMIJu+TVb9qQ6H1B7HtHm1eeNWtFcSzhiXxEGI mZpMsdZ X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 10:21:32 -0000 El 21 de octubre de 2016 11:26:11 CEST, Emanuel Haupt escribi=C3=B3: >> Modified: head/GIDs >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- head/GIDs Thu Oct 20 15:58:12 2016 (r424339) >> +++ head/GIDs Thu Oct 20 17:00:18 2016 (r424340) >> @@ -131,7 +131,7 @@ dnslog:*:186: >> swift:*:187: >> netxms:*:188: >> leofs:*:189: >> -# free: 190 >> +keystone:*:190 > >Fixed that in r424402 (missing :)=2E Thank you, Emanuel ;) > >Emanuel --=20 Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E From owner-svn-ports-all@freebsd.org Fri Oct 21 11:09:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 298F2C1B070; Fri, 21 Oct 2016 11:09:47 +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 ECBEF6AB; Fri, 21 Oct 2016 11:09:46 +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 u9LB9kDB019421; Fri, 21 Oct 2016 11:09:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LB9kmH019420; Fri, 21 Oct 2016 11:09:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610211109.u9LB9kmH019420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 11:09:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424405 - head/net-im/ricochet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 11:09:47 -0000 Author: amdmi3 Date: Fri Oct 21 11:09:45 2016 New Revision: 424405 URL: https://svnweb.freebsd.org/changeset/ports/424405 Log: - Mark broken on 9.x amd64: /usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against hidden symbol `_DYNAMIC' can not be used when making a shared object /usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtbegin.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object /usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtend.o: relocation R_X86_64_32 against `.ctors' can not be used when making a shared object; recompile with -fPIC /usr/local/bin/ld: final link failed: Nonrepresentable section on output Approved by: portmgr blanket Modified: head/net-im/ricochet/Makefile Modified: head/net-im/ricochet/Makefile ============================================================================== --- head/net-im/ricochet/Makefile Fri Oct 21 09:27:44 2016 (r424404) +++ head/net-im/ricochet/Makefile Fri Oct 21 11:09:45 2016 (r424405) @@ -17,6 +17,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg LIB_DEPENDS= libprotobuf.so:devel/protobuf RUN_DEPENDS= tor:security/tor +BROKEN_FreeBSD_9_amd64= does not build + USE_GITHUB= yes GH_ACCOUNT= ricochet-im From owner-svn-ports-all@freebsd.org Fri Oct 21 11:16:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3CFDC1B335; Fri, 21 Oct 2016 11:16:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 685D8C47; Fri, 21 Oct 2016 11:16:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LBGeI0023172; Fri, 21 Oct 2016 11:16:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LBGeor023167; Fri, 21 Oct 2016 11:16:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610211116.u9LBGeor023167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 21 Oct 2016 11:16:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424406 - in head/www: firefox firefox-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 11:16:41 -0000 Author: jbeich Date: Fri Oct 21 11:16:40 2016 New Revision: 424406 URL: https://svnweb.freebsd.org/changeset/ports/424406 Log: www/firefox: update to 49.0.2 Changes: https://www.mozilla.org/firefox/49.0.2/releasenotes/ Security: aaa9f3db-13b5-4a0e-9ed7-e5ab287098fa MFH: 2016Q4 Modified: head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox-i18n/distinfo (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Fri Oct 21 11:09:45 2016 (r424405) +++ head/www/firefox-i18n/Makefile Fri Oct 21 11:16:40 2016 (r424406) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 49.0 +PORTVERSION= 49.0.2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Fri Oct 21 11:09:45 2016 (r424405) +++ head/www/firefox-i18n/distinfo Fri Oct 21 11:16:40 2016 (r424406) @@ -1,181 +1,181 @@ -TIMESTAMP = 1473148535 -SHA256 (xpi/firefox-i18n-49.0/ach.xpi) = 74e77ee93d9806f50d3ed4ba4a2e1140dd2043dea21fde04f07f2d861554feac -SIZE (xpi/firefox-i18n-49.0/ach.xpi) = 427258 -SHA256 (xpi/firefox-i18n-49.0/af.xpi) = d4c11cf1f0b879c7a00c50e54a1fadb6e103cc5f3749bd9b5438eec68414dfcb -SIZE (xpi/firefox-i18n-49.0/af.xpi) = 436100 -SHA256 (xpi/firefox-i18n-49.0/an.xpi) = 18f91834bdf82d99a35c3615b2f212f425f1ffee980861c9a5ac143c3d64a44d -SIZE (xpi/firefox-i18n-49.0/an.xpi) = 446086 -SHA256 (xpi/firefox-i18n-49.0/ar.xpi) = 8a6d8c5dd590142c4adcad9416bab9ec1290c77c45adbe1bb67c32eab49a466b -SIZE (xpi/firefox-i18n-49.0/ar.xpi) = 471934 -SHA256 (xpi/firefox-i18n-49.0/as.xpi) = 20279a1e96b517010bbdcc1f53e8da7522a7ce7a77353b7cd05457c6ee5fc1f8 -SIZE (xpi/firefox-i18n-49.0/as.xpi) = 487353 -SHA256 (xpi/firefox-i18n-49.0/ast.xpi) = 4ee419fa0660c1ce125d4e8c43762ca0356456f793a1da62f5f330a8919a711d -SIZE (xpi/firefox-i18n-49.0/ast.xpi) = 461422 -SHA256 (xpi/firefox-i18n-49.0/az.xpi) = 41f0bd1f57dffb040812d6348908f8326344241eaca47ef6d43e97f0cb5623ae -SIZE (xpi/firefox-i18n-49.0/az.xpi) = 453807 -SHA256 (xpi/firefox-i18n-49.0/be.xpi) = d41263ee0feadf39935a0c80903b2774b56d9117393cd299583838f6fd58e0c1 -SIZE (xpi/firefox-i18n-49.0/be.xpi) = 457911 -SHA256 (xpi/firefox-i18n-49.0/bg.xpi) = 2aff7630fe389dd48a8d0e68c6fa4806aec5fc4b6d760fff978cbe2e9ddf5bd6 -SIZE (xpi/firefox-i18n-49.0/bg.xpi) = 485361 -SHA256 (xpi/firefox-i18n-49.0/bn-BD.xpi) = 8b22da03725d6b889bcab67f5fdc92f85fa9c331b9a88b395e7de4c9131ee14a -SIZE (xpi/firefox-i18n-49.0/bn-BD.xpi) = 511110 -SHA256 (xpi/firefox-i18n-49.0/bn-IN.xpi) = f0d128f08e36819372d269408cef85587234c2cae739c3e15c9edf0d3e11eae5 -SIZE (xpi/firefox-i18n-49.0/bn-IN.xpi) = 508046 -SHA256 (xpi/firefox-i18n-49.0/br.xpi) = 2d17b214774a5bc9872f2e628aef50781331933c641e0e72ac8d7eb8a26cb326 -SIZE (xpi/firefox-i18n-49.0/br.xpi) = 432776 -SHA256 (xpi/firefox-i18n-49.0/bs.xpi) = b99a1bbcf93bad826cb34ce93ecbd356a21a33c64cf6877a7224a87347128ec0 -SIZE (xpi/firefox-i18n-49.0/bs.xpi) = 440114 -SHA256 (xpi/firefox-i18n-49.0/ca.xpi) = 59d4c8249312a1d79f3ecca11523b9abed4023a84ed666aab1365e0b2d164261 -SIZE (xpi/firefox-i18n-49.0/ca.xpi) = 442607 -SHA256 (xpi/firefox-i18n-49.0/cs.xpi) = 450c1eb6c34af705b22d171a0483fd8e847fb40062e3dcf822f3e4db3e423972 -SIZE (xpi/firefox-i18n-49.0/cs.xpi) = 439658 -SHA256 (xpi/firefox-i18n-49.0/cy.xpi) = 3f72e646d51af08c1898662e3c57af872ed99a0210662fe48db91f4275ae2f90 -SIZE (xpi/firefox-i18n-49.0/cy.xpi) = 435867 -SHA256 (xpi/firefox-i18n-49.0/da.xpi) = 5adfa8d47a10a521e6bcaaa54d2ec951ffd95072bf054fa9e274d89017c656d4 -SIZE (xpi/firefox-i18n-49.0/da.xpi) = 423924 -SHA256 (xpi/firefox-i18n-49.0/de.xpi) = c7de9ddccb83903b0feb2122ec6aefbeee89a9a6bd0e6148f17ac24dabbc9fed -SIZE (xpi/firefox-i18n-49.0/de.xpi) = 441916 -SHA256 (xpi/firefox-i18n-49.0/dsb.xpi) = 040e499646f57440526b91d15ca3859586433341089c3186e50b63eacf252de3 -SIZE (xpi/firefox-i18n-49.0/dsb.xpi) = 459990 -SHA256 (xpi/firefox-i18n-49.0/el.xpi) = 8bafacb3fdd32070d045397c5605bf67ec3e726573952b3424f367460fa9ec40 -SIZE (xpi/firefox-i18n-49.0/el.xpi) = 506678 -SHA256 (xpi/firefox-i18n-49.0/en-GB.xpi) = 9bbde23343491c723a73217da3ef7f53574580d9ac12997c2d754a5b8c33993b -SIZE (xpi/firefox-i18n-49.0/en-GB.xpi) = 421948 -SHA256 (xpi/firefox-i18n-49.0/en-US.xpi) = 8151c6ee64b776616a16a37cc7e3fb8676da01e002cb63596b24ee63b00dfb31 -SIZE (xpi/firefox-i18n-49.0/en-US.xpi) = 427548 -SHA256 (xpi/firefox-i18n-49.0/en-ZA.xpi) = 2465656bd1116c12e47253385464b7500f6056c7faf8252386832c89cd83cb12 -SIZE (xpi/firefox-i18n-49.0/en-ZA.xpi) = 410563 -SHA256 (xpi/firefox-i18n-49.0/eo.xpi) = 30c9ead203b3eb1c75d1d88d9fe34f4a9b5bec776b5bf83ff54572a25dd99e97 -SIZE (xpi/firefox-i18n-49.0/eo.xpi) = 436591 -SHA256 (xpi/firefox-i18n-49.0/es-AR.xpi) = 7e401463d87ce8073e5a0784fd52474560bfa4cd8d7ce24c466854d3c4e601a4 -SIZE (xpi/firefox-i18n-49.0/es-AR.xpi) = 440335 -SHA256 (xpi/firefox-i18n-49.0/es-CL.xpi) = 88b0e36cef41f84703dbf834f92b076ce3624996fd6d73b48546100131e8f175 -SIZE (xpi/firefox-i18n-49.0/es-CL.xpi) = 441653 -SHA256 (xpi/firefox-i18n-49.0/es-ES.xpi) = 95408c71b561663b4952ef079e9e7754e4f1e10fd625eb38fe80641ad425aecf -SIZE (xpi/firefox-i18n-49.0/es-ES.xpi) = 347224 -SHA256 (xpi/firefox-i18n-49.0/es-MX.xpi) = 01982bafdf2d5efdd1f0ffc0e94bf96a6a858c1cb05ab84a110deedf566da8dc -SIZE (xpi/firefox-i18n-49.0/es-MX.xpi) = 447124 -SHA256 (xpi/firefox-i18n-49.0/et.xpi) = dd282ccd4b60c25c5ba8cf6aa18c90c87b9afba4fdaffe5d5a5f4f27f2715a16 -SIZE (xpi/firefox-i18n-49.0/et.xpi) = 424384 -SHA256 (xpi/firefox-i18n-49.0/eu.xpi) = 0f0782c38ac74f9dcdd43a64a27f0b6d3d89232e9fd907fd680d717b5efcf9d3 -SIZE (xpi/firefox-i18n-49.0/eu.xpi) = 439741 -SHA256 (xpi/firefox-i18n-49.0/fa.xpi) = a5382f4f8b4e66de993245cb3caa6310b769f721920cc8d2c4fea38d0c141850 -SIZE (xpi/firefox-i18n-49.0/fa.xpi) = 489884 -SHA256 (xpi/firefox-i18n-49.0/ff.xpi) = 2c5bfd1e397f6a9e04609e51c1a80d98463646847bace47e63f24e18dae7b138 -SIZE (xpi/firefox-i18n-49.0/ff.xpi) = 451262 -SHA256 (xpi/firefox-i18n-49.0/fi.xpi) = b067901b0186f7830c1cf4f0f4dd1f889271ed602da3f5aedef143af8529fc37 -SIZE (xpi/firefox-i18n-49.0/fi.xpi) = 430568 -SHA256 (xpi/firefox-i18n-49.0/fr.xpi) = 1223408b0d7e8d7ccfbb5e8fb5c46b343fdbf7d1ddc35378161600659bcbd932 -SIZE (xpi/firefox-i18n-49.0/fr.xpi) = 451718 -SHA256 (xpi/firefox-i18n-49.0/fy-NL.xpi) = 42d2691944e4d880a6a5513eaf8aabc529546abca9f43edfe4df9106c67f0420 -SIZE (xpi/firefox-i18n-49.0/fy-NL.xpi) = 443874 -SHA256 (xpi/firefox-i18n-49.0/ga-IE.xpi) = 70e375afc1a508e2d3b734d1b70f15089633820f110689ca92039422061c0960 -SIZE (xpi/firefox-i18n-49.0/ga-IE.xpi) = 457586 -SHA256 (xpi/firefox-i18n-49.0/gd.xpi) = 60abcd3288be743dcd94ccc351af5bdcf8383606aae5e7d135953bc17255641d -SIZE (xpi/firefox-i18n-49.0/gd.xpi) = 444957 -SHA256 (xpi/firefox-i18n-49.0/gl.xpi) = 9e73c4287f63ed9040ed1d09d35f87d3e9a590483bf701af1b6416c91db31665 -SIZE (xpi/firefox-i18n-49.0/gl.xpi) = 448066 -SHA256 (xpi/firefox-i18n-49.0/gn.xpi) = e6a19bb050a03d3d8c938dfbf08418fcfe36ef89ff7632f1881d0159c2828d4f -SIZE (xpi/firefox-i18n-49.0/gn.xpi) = 455552 -SHA256 (xpi/firefox-i18n-49.0/gu-IN.xpi) = 5d86e2da7e992f631dd0ae4f69a1e24dd60ae1045623fcf15d5a529352287202 -SIZE (xpi/firefox-i18n-49.0/gu-IN.xpi) = 491792 -SHA256 (xpi/firefox-i18n-49.0/he.xpi) = ae29bfd00fb1895a40e711956367938df399123ac8f3404a528c55acb285dbee -SIZE (xpi/firefox-i18n-49.0/he.xpi) = 460376 -SHA256 (xpi/firefox-i18n-49.0/hi-IN.xpi) = 238736c4020c896619cdd9fe159267a85c021e3d14d0c8b7f6db106e57c4c538 -SIZE (xpi/firefox-i18n-49.0/hi-IN.xpi) = 504513 -SHA256 (xpi/firefox-i18n-49.0/hr.xpi) = a584848452be3e96ec7d9971abdca27f652a5ae2f1283bcfcaeee110fe02d5ce -SIZE (xpi/firefox-i18n-49.0/hr.xpi) = 447984 -SHA256 (xpi/firefox-i18n-49.0/hsb.xpi) = b72532c3c1ce3a001d468c601f8e056b360487a7cda83801bc85a26380b52d3a -SIZE (xpi/firefox-i18n-49.0/hsb.xpi) = 457757 -SHA256 (xpi/firefox-i18n-49.0/hu.xpi) = fc2d8cd3d4e2c4958b2f817321f0f1f72c21305a1f63a61fb871415ea50b56be -SIZE (xpi/firefox-i18n-49.0/hu.xpi) = 450546 -SHA256 (xpi/firefox-i18n-49.0/hy-AM.xpi) = 875c5dd8d61656e9f2f49a84f6c8c57a274fb9a40eff9122f0a568fafa02d509 -SIZE (xpi/firefox-i18n-49.0/hy-AM.xpi) = 493806 -SHA256 (xpi/firefox-i18n-49.0/id.xpi) = b074c8fbce1ccdbc4230fd02aa7242839c47aa05d1eff65b2d2d6f7d4df5c7e5 -SIZE (xpi/firefox-i18n-49.0/id.xpi) = 423401 -SHA256 (xpi/firefox-i18n-49.0/is.xpi) = 86c14a2ae4f5fea840760f17f0e5842124da26d5bb1a6654494efc53be49bfcb -SIZE (xpi/firefox-i18n-49.0/is.xpi) = 437732 -SHA256 (xpi/firefox-i18n-49.0/it.xpi) = c03c21291bb939b266a5364362c68606881b442d9b5e666d98c75f291d151957 -SIZE (xpi/firefox-i18n-49.0/it.xpi) = 339263 -SHA256 (xpi/firefox-i18n-49.0/ja.xpi) = 166b704cb0cd351c0273126da1985a66adf9ae1b6d090153523e439c6f2386fc -SIZE (xpi/firefox-i18n-49.0/ja.xpi) = 486516 -SHA256 (xpi/firefox-i18n-49.0/kk.xpi) = 7958060108398ccffada4b0c3cfa729a4215d35460468273146b2e1ccd33c559 -SIZE (xpi/firefox-i18n-49.0/kk.xpi) = 494255 -SHA256 (xpi/firefox-i18n-49.0/km.xpi) = 2123476b1a495f2f0b050260cdbf55581b8e768777f5f4905b66afe6ae4be4be -SIZE (xpi/firefox-i18n-49.0/km.xpi) = 520082 -SHA256 (xpi/firefox-i18n-49.0/kn.xpi) = 309f7a0c41f3b00f1f057696c393792fe2f6503548b78b1b9d3b2b152af93e63 -SIZE (xpi/firefox-i18n-49.0/kn.xpi) = 518780 -SHA256 (xpi/firefox-i18n-49.0/ko.xpi) = b0e840264f89df71e2054b8ff69814773f20cb0578c2a1ea4ae22b343081dd24 -SIZE (xpi/firefox-i18n-49.0/ko.xpi) = 460894 -SHA256 (xpi/firefox-i18n-49.0/lij.xpi) = 1cc35f6df390a54f1b7f54c4b5dddd5d416256e4bb70170a2e8e2be028226095 -SIZE (xpi/firefox-i18n-49.0/lij.xpi) = 396168 -SHA256 (xpi/firefox-i18n-49.0/lt.xpi) = 293c71b21c8e0933d153a2d82f50979d415e25c6f31c76b4df61dd4de2e6e44f -SIZE (xpi/firefox-i18n-49.0/lt.xpi) = 451343 -SHA256 (xpi/firefox-i18n-49.0/lv.xpi) = 4ee7a942cfae3ed3ead7c53eab944cc62a97982e14cca27f80132afad6bee197 -SIZE (xpi/firefox-i18n-49.0/lv.xpi) = 445321 -SHA256 (xpi/firefox-i18n-49.0/mai.xpi) = eb890f44e854be962a24b1f4b8ede2b7f96682dbacc886c3e0f5ee595901c0b6 -SIZE (xpi/firefox-i18n-49.0/mai.xpi) = 502477 -SHA256 (xpi/firefox-i18n-49.0/mk.xpi) = 35390ffb43006544435cef05a2c6448dbac33a5f333d656d1bb05d6960261a77 -SIZE (xpi/firefox-i18n-49.0/mk.xpi) = 498489 -SHA256 (xpi/firefox-i18n-49.0/ml.xpi) = 3749b6a3a7ca683dca2b7bd86b66977d38bb8ce1ecbe13173bf671982086aede -SIZE (xpi/firefox-i18n-49.0/ml.xpi) = 519594 -SHA256 (xpi/firefox-i18n-49.0/mr.xpi) = d6580e2eba53ee39ae37f88e77afeebae87f3664b507cbedca21d92289f279cd -SIZE (xpi/firefox-i18n-49.0/mr.xpi) = 501072 -SHA256 (xpi/firefox-i18n-49.0/ms.xpi) = ce7952b3e85d57f1e3c0f5315076386a35c389703803822f242ec166e76bdf2f -SIZE (xpi/firefox-i18n-49.0/ms.xpi) = 439419 -SHA256 (xpi/firefox-i18n-49.0/nb-NO.xpi) = 2616b7425fe4914f69055577ae1836737e2a37fec50b786106028d2d6f820257 -SIZE (xpi/firefox-i18n-49.0/nb-NO.xpi) = 433584 -SHA256 (xpi/firefox-i18n-49.0/nl.xpi) = e7dca01248fbbe82ddeda4b4706f290801d76085e9cb60da45946dd8973ea681 -SIZE (xpi/firefox-i18n-49.0/nl.xpi) = 431241 -SHA256 (xpi/firefox-i18n-49.0/nn-NO.xpi) = ea1d4b8804a09ab421ea343fd1afa81af90163bfbb09feef046ef3cc4e9ebea7 -SIZE (xpi/firefox-i18n-49.0/nn-NO.xpi) = 427584 -SHA256 (xpi/firefox-i18n-49.0/or.xpi) = d872ff462ffc4b7c3c5bdf50da558b0c75dfdc8fb5bcf08de4c3df036279ebf0 -SIZE (xpi/firefox-i18n-49.0/or.xpi) = 499453 -SHA256 (xpi/firefox-i18n-49.0/pa-IN.xpi) = b31faaf8bb81837b084161dc6deab0135824dee7621b91e2a778638e34234ed0 -SIZE (xpi/firefox-i18n-49.0/pa-IN.xpi) = 479085 -SHA256 (xpi/firefox-i18n-49.0/pl.xpi) = a7a129caa15233fe4b85727515d79a2e8a184afcb9940b491482f4ffd23cfc04 -SIZE (xpi/firefox-i18n-49.0/pl.xpi) = 362533 -SHA256 (xpi/firefox-i18n-49.0/pt-BR.xpi) = e75e8fbb3b2d60ca4b459cd531e89914d70f2bee42eabee9e2425a272b1f624c -SIZE (xpi/firefox-i18n-49.0/pt-BR.xpi) = 446484 -SHA256 (xpi/firefox-i18n-49.0/pt-PT.xpi) = 77c4f4468c59222096eea30091792d9f0feb9fa425ef245e8d20a860a12b8a2c -SIZE (xpi/firefox-i18n-49.0/pt-PT.xpi) = 433685 -SHA256 (xpi/firefox-i18n-49.0/rm.xpi) = 34f5d339ecffc9a059fe08fd9c11c1487b3c9d3480610c4e85c9091b7fb2f187 -SIZE (xpi/firefox-i18n-49.0/rm.xpi) = 439645 -SHA256 (xpi/firefox-i18n-49.0/ro.xpi) = f898bd1cb618f26e62275d9bfee1966492629c1b30fc88d1cdfb81575628b95a -SIZE (xpi/firefox-i18n-49.0/ro.xpi) = 447537 -SHA256 (xpi/firefox-i18n-49.0/ru.xpi) = 0efd15d38d73ff52b372150b62c499915e9918e6040485bd17396314c1d58d6c -SIZE (xpi/firefox-i18n-49.0/ru.xpi) = 391743 -SHA256 (xpi/firefox-i18n-49.0/si.xpi) = 05054561d4a98abb55c0b732a290af7d7f2416c84056e70e122bd42e192da883 -SIZE (xpi/firefox-i18n-49.0/si.xpi) = 492129 -SHA256 (xpi/firefox-i18n-49.0/sk.xpi) = 743da09e1379a4953f1cc74acffa648fd214dc37a5c2504d40042fdad52366c7 -SIZE (xpi/firefox-i18n-49.0/sk.xpi) = 452528 -SHA256 (xpi/firefox-i18n-49.0/sl.xpi) = 466ce533193f90964207d406c470591e5d8e818e46de48864586a4a9a4075787 -SIZE (xpi/firefox-i18n-49.0/sl.xpi) = 430479 -SHA256 (xpi/firefox-i18n-49.0/son.xpi) = ae036066978340cd8eeca8d49aae5dba8afca4eb76c8b7a19d0af54fe3d85e58 -SIZE (xpi/firefox-i18n-49.0/son.xpi) = 437033 -SHA256 (xpi/firefox-i18n-49.0/sq.xpi) = 54018f51755e4fb715cf7dc8f2789747656b649414b4b0a46a7bdaec3658c7f4 -SIZE (xpi/firefox-i18n-49.0/sq.xpi) = 453367 -SHA256 (xpi/firefox-i18n-49.0/sr.xpi) = 6f017079d428836515918c7f32a2c1acc9a07cc67e9afc510488d7ae6ddf9030 -SIZE (xpi/firefox-i18n-49.0/sr.xpi) = 463882 -SHA256 (xpi/firefox-i18n-49.0/sv-SE.xpi) = 76dcd84ba983e48d081faae04df35febad163c639d409000bad39d7758e344ee -SIZE (xpi/firefox-i18n-49.0/sv-SE.xpi) = 440491 -SHA256 (xpi/firefox-i18n-49.0/ta.xpi) = fcca052aa7d33a03293ea0d52b6e8d2c444453290cd57431b51aaa16595f1ed3 -SIZE (xpi/firefox-i18n-49.0/ta.xpi) = 492433 -SHA256 (xpi/firefox-i18n-49.0/te.xpi) = 3ba228585b296e6d1a6013e49e345ed994dd5a8f375cfa92a84666a5b359e1ae -SIZE (xpi/firefox-i18n-49.0/te.xpi) = 518144 -SHA256 (xpi/firefox-i18n-49.0/th.xpi) = 4b807f928829a0d1f59f23763b0a302e066b159fda837d024d868bfc82c17809 -SIZE (xpi/firefox-i18n-49.0/th.xpi) = 486983 -SHA256 (xpi/firefox-i18n-49.0/tr.xpi) = 9b1cd82e2ca1617086aabaf8c9c722d24b7794ee5f2588c1002f51b3901ed14c -SIZE (xpi/firefox-i18n-49.0/tr.xpi) = 440855 -SHA256 (xpi/firefox-i18n-49.0/uk.xpi) = 4417c9b248b1d02170accaa0ba3014eb2765cba7aaf388ddca3696c54ee21019 -SIZE (xpi/firefox-i18n-49.0/uk.xpi) = 491356 -SHA256 (xpi/firefox-i18n-49.0/uz.xpi) = 5571d1b5c42fd5db1b4b75e1a84edf9c2b8138dac635b0461e89023c6b36bb4b -SIZE (xpi/firefox-i18n-49.0/uz.xpi) = 446443 -SHA256 (xpi/firefox-i18n-49.0/vi.xpi) = 85edf9733bd538268c74519b1aba4bcf79d3cd1983cc256f22565d0521b8eb8b -SIZE (xpi/firefox-i18n-49.0/vi.xpi) = 448047 -SHA256 (xpi/firefox-i18n-49.0/xh.xpi) = a6844d3412f58347a22e3ae0b242aee6b2dcbd504a949c064c83398a40e47c7c -SIZE (xpi/firefox-i18n-49.0/xh.xpi) = 439945 -SHA256 (xpi/firefox-i18n-49.0/zh-CN.xpi) = 1f5648cecfeb15503a320cf0c765b097ce220d01f17e4153032ef99fac3f6cf5 -SIZE (xpi/firefox-i18n-49.0/zh-CN.xpi) = 466752 -SHA256 (xpi/firefox-i18n-49.0/zh-TW.xpi) = efe84a997c57c394d1cc1067a1d63fd77719f015e8eb42bfa9fe8225250e8ddc -SIZE (xpi/firefox-i18n-49.0/zh-TW.xpi) = 469469 +TIMESTAMP = 1477039138 +SHA256 (xpi/firefox-i18n-49.0.2/ach.xpi) = 45805cd9d522cc30afbb855e7f6e8016c9b49d7ad1cb3920461641d0049c305c +SIZE (xpi/firefox-i18n-49.0.2/ach.xpi) = 427260 +SHA256 (xpi/firefox-i18n-49.0.2/af.xpi) = dc6184e706f96884bbad38a0f3a7ec727a3da287551473b0c85dbd9acac6781a +SIZE (xpi/firefox-i18n-49.0.2/af.xpi) = 436101 +SHA256 (xpi/firefox-i18n-49.0.2/an.xpi) = 7de53205c8e81e6b0bfc04a400f303a369caba6597857df5e7b646bfae24cd15 +SIZE (xpi/firefox-i18n-49.0.2/an.xpi) = 446087 +SHA256 (xpi/firefox-i18n-49.0.2/ar.xpi) = 123f5a08a2356b2cda3ba73ab39ada518d5eb16de537163f7ea9a0cc180087d2 +SIZE (xpi/firefox-i18n-49.0.2/ar.xpi) = 471935 +SHA256 (xpi/firefox-i18n-49.0.2/as.xpi) = 29f4aa1e938bfa5c7d305b6a932c6cf15a55fafa244e71785566099e2adf8da2 +SIZE (xpi/firefox-i18n-49.0.2/as.xpi) = 487354 +SHA256 (xpi/firefox-i18n-49.0.2/ast.xpi) = 9ea65f49a68555babbe94b1c3739da0df8cfb1233ea2a78a560fdbe7d4379937 +SIZE (xpi/firefox-i18n-49.0.2/ast.xpi) = 461423 +SHA256 (xpi/firefox-i18n-49.0.2/az.xpi) = 80b1aaa2cc659f2e3592674a1ec5aff1925ee9db35cb665b2dcaa626419b7bcf +SIZE (xpi/firefox-i18n-49.0.2/az.xpi) = 453808 +SHA256 (xpi/firefox-i18n-49.0.2/be.xpi) = e59042399f248ccaf614884f73e25bb65e56f24cb1f5190b09f7e839ef71d20d +SIZE (xpi/firefox-i18n-49.0.2/be.xpi) = 457912 +SHA256 (xpi/firefox-i18n-49.0.2/bg.xpi) = 09778b20ea1a1723c3f7a5d27d1fd1501caa0dc9d8595f74003bb715ae9566ff +SIZE (xpi/firefox-i18n-49.0.2/bg.xpi) = 485363 +SHA256 (xpi/firefox-i18n-49.0.2/bn-BD.xpi) = 208d72e86bb12b5694d1583630553c0add9a498bb649b0141d1ae0d09fad77aa +SIZE (xpi/firefox-i18n-49.0.2/bn-BD.xpi) = 511112 +SHA256 (xpi/firefox-i18n-49.0.2/bn-IN.xpi) = a4dbc815a318aa9706030f40fa609489848ca9db73807aff80c4f86a2971cfe1 +SIZE (xpi/firefox-i18n-49.0.2/bn-IN.xpi) = 508051 +SHA256 (xpi/firefox-i18n-49.0.2/br.xpi) = 664d3747c7d89ebb2241c29cec921ef59a023a67535946cd4935da98d4ad3a57 +SIZE (xpi/firefox-i18n-49.0.2/br.xpi) = 432778 +SHA256 (xpi/firefox-i18n-49.0.2/bs.xpi) = be93f20885a42fb6c07bfe7edffae7042265165399ddf606b11dd9fb550fcd39 +SIZE (xpi/firefox-i18n-49.0.2/bs.xpi) = 440115 +SHA256 (xpi/firefox-i18n-49.0.2/ca.xpi) = 914332e5083ec325a4284c45634241e26b0c4d5c293b5f66be02fa6fa82b465f +SIZE (xpi/firefox-i18n-49.0.2/ca.xpi) = 442608 +SHA256 (xpi/firefox-i18n-49.0.2/cs.xpi) = a9159ec86021a004907e45da1d34db73e9f14f8f9cb279589307b113bb6726b2 +SIZE (xpi/firefox-i18n-49.0.2/cs.xpi) = 439660 +SHA256 (xpi/firefox-i18n-49.0.2/cy.xpi) = 5d6ad2b71992192e525e4d5905222b0eb0bda33c59a60ed185d31b0058b37f9e +SIZE (xpi/firefox-i18n-49.0.2/cy.xpi) = 435868 +SHA256 (xpi/firefox-i18n-49.0.2/da.xpi) = e8ef0cd5d5011d063de3f5c4d4c53030afe0592dc3a6bca44329e52efbccde84 +SIZE (xpi/firefox-i18n-49.0.2/da.xpi) = 423925 +SHA256 (xpi/firefox-i18n-49.0.2/de.xpi) = 32f00eedf0f68f318be129546a8c507263ff9959058e06d84f5a30e023e6121b +SIZE (xpi/firefox-i18n-49.0.2/de.xpi) = 441918 +SHA256 (xpi/firefox-i18n-49.0.2/dsb.xpi) = 7734762f8bf2dd627fe9cafb5f6f37d88ac6bdc99abd1981a551d7ef47135423 +SIZE (xpi/firefox-i18n-49.0.2/dsb.xpi) = 459994 +SHA256 (xpi/firefox-i18n-49.0.2/el.xpi) = b90324a5eddb90965df0bec902216420376b3007102ed48c1242a87ca804272c +SIZE (xpi/firefox-i18n-49.0.2/el.xpi) = 506680 +SHA256 (xpi/firefox-i18n-49.0.2/en-GB.xpi) = 1a781abc61a09bdcde024437e7712329c8234e84324d60a688431fa8aca26462 +SIZE (xpi/firefox-i18n-49.0.2/en-GB.xpi) = 421950 +SHA256 (xpi/firefox-i18n-49.0.2/en-US.xpi) = cb03f43aa7bcd804f603faebb1dc86412f11e3cbbaa351ca28ed5997cfe2b4bd +SIZE (xpi/firefox-i18n-49.0.2/en-US.xpi) = 427548 +SHA256 (xpi/firefox-i18n-49.0.2/en-ZA.xpi) = 2485bee59b9f819ac6b07925982a827244a8cf80034f38b93df7cc70654f081f +SIZE (xpi/firefox-i18n-49.0.2/en-ZA.xpi) = 410564 +SHA256 (xpi/firefox-i18n-49.0.2/eo.xpi) = 9c870ec15bcd70683b5067a3e47c6bfc24f638d3f4dd335bb4ec4c33cffb3ff1 +SIZE (xpi/firefox-i18n-49.0.2/eo.xpi) = 436592 +SHA256 (xpi/firefox-i18n-49.0.2/es-AR.xpi) = 32babf458bd93c44957554923e7a57621f01b990f24d8a4a6e03ac1b07b177df +SIZE (xpi/firefox-i18n-49.0.2/es-AR.xpi) = 440337 +SHA256 (xpi/firefox-i18n-49.0.2/es-CL.xpi) = cf40babd40ac3e293ee27fbf86cfb780444d53c28c72aade5693b1735cacca07 +SIZE (xpi/firefox-i18n-49.0.2/es-CL.xpi) = 441654 +SHA256 (xpi/firefox-i18n-49.0.2/es-ES.xpi) = 9bd54c78ad7f6f330d5853c7c5e061dff3b30911fbf9ba437eaf52e6e9e884eb +SIZE (xpi/firefox-i18n-49.0.2/es-ES.xpi) = 347226 +SHA256 (xpi/firefox-i18n-49.0.2/es-MX.xpi) = d113acdd0cb4992ec785a8eb86482d9d5dd891b7caa0ff8e822c16db534fa91c +SIZE (xpi/firefox-i18n-49.0.2/es-MX.xpi) = 447125 +SHA256 (xpi/firefox-i18n-49.0.2/et.xpi) = 5126aa00346bf17a264f5f18aefbda89ba8b55406293cc92b498f5dadcff2787 +SIZE (xpi/firefox-i18n-49.0.2/et.xpi) = 424386 +SHA256 (xpi/firefox-i18n-49.0.2/eu.xpi) = f002959b617696c727cf8ca0e57468812a84a396441223a4214065e51ec7a1ff +SIZE (xpi/firefox-i18n-49.0.2/eu.xpi) = 439742 +SHA256 (xpi/firefox-i18n-49.0.2/fa.xpi) = 2ab17fc600fdcad46f1291d91550a31d6f33fb66a296708103bc7640496c9972 +SIZE (xpi/firefox-i18n-49.0.2/fa.xpi) = 489885 +SHA256 (xpi/firefox-i18n-49.0.2/ff.xpi) = d6609c3dd5fabe30b1312047aa8ef75e9c840787a6a7cd0a9f8ca9bca25bc225 +SIZE (xpi/firefox-i18n-49.0.2/ff.xpi) = 451263 +SHA256 (xpi/firefox-i18n-49.0.2/fi.xpi) = 72ae0298c37a4d56dbe22b0915e274cb71fc13ddf96727c4c17dc84f71c7b353 +SIZE (xpi/firefox-i18n-49.0.2/fi.xpi) = 430569 +SHA256 (xpi/firefox-i18n-49.0.2/fr.xpi) = be900080ef7752e63290f48b03e452ff8fd3fe0f30a22887f3c2e5004ac3ac57 +SIZE (xpi/firefox-i18n-49.0.2/fr.xpi) = 451720 +SHA256 (xpi/firefox-i18n-49.0.2/fy-NL.xpi) = 2e80a6a47a7ad5c033b2ce2651099a6397e8bf2603b9ef93f3a1d8c6ee1b8b96 +SIZE (xpi/firefox-i18n-49.0.2/fy-NL.xpi) = 443879 +SHA256 (xpi/firefox-i18n-49.0.2/ga-IE.xpi) = f3820e512fa79bd0dc5cc71c63eb828bb14daa5631d38dd21e6b6c66d042ef90 +SIZE (xpi/firefox-i18n-49.0.2/ga-IE.xpi) = 457587 +SHA256 (xpi/firefox-i18n-49.0.2/gd.xpi) = 786778230b5c0794bf1a6a8720bf6266ad3a026dc00af004843c8cc696f77c37 +SIZE (xpi/firefox-i18n-49.0.2/gd.xpi) = 444958 +SHA256 (xpi/firefox-i18n-49.0.2/gl.xpi) = 0bb23f8d81a7f0dc5eaac8e4d8c418a08f12a54383b13158a4825afaa449fa39 +SIZE (xpi/firefox-i18n-49.0.2/gl.xpi) = 448067 +SHA256 (xpi/firefox-i18n-49.0.2/gn.xpi) = 24ed0a1f40a9b1b687412065a093397448c0229521d21729301df086d8b9a340 +SIZE (xpi/firefox-i18n-49.0.2/gn.xpi) = 455553 +SHA256 (xpi/firefox-i18n-49.0.2/gu-IN.xpi) = b44f58a445eb8669bbe480d947e626b6f00b090e7ab78eb3b0d341e039e83f9b +SIZE (xpi/firefox-i18n-49.0.2/gu-IN.xpi) = 491793 +SHA256 (xpi/firefox-i18n-49.0.2/he.xpi) = b81c9d8411f09d1f3e552fb3071e41ddbe780bc2b0df34771394976fb924c89c +SIZE (xpi/firefox-i18n-49.0.2/he.xpi) = 460378 +SHA256 (xpi/firefox-i18n-49.0.2/hi-IN.xpi) = e7eca1d545be818c4832ed1d92ecd25ce8ad4c59e619d02d71db15f94631cf1b +SIZE (xpi/firefox-i18n-49.0.2/hi-IN.xpi) = 504515 +SHA256 (xpi/firefox-i18n-49.0.2/hr.xpi) = 9f6208e22a94a5b3a3d0f1b53729829dabd522fec169a2a794a1ce3d8061c6f9 +SIZE (xpi/firefox-i18n-49.0.2/hr.xpi) = 447985 +SHA256 (xpi/firefox-i18n-49.0.2/hsb.xpi) = a59cbb5ddff83ff9c7a9305328d5bc927eb04527270c72d6a4599e083e383fee +SIZE (xpi/firefox-i18n-49.0.2/hsb.xpi) = 457763 +SHA256 (xpi/firefox-i18n-49.0.2/hu.xpi) = 96d8be62b70d73c3ace875c4aa79fb32d0c6a261f27c39ca0d90063a39ac77d8 +SIZE (xpi/firefox-i18n-49.0.2/hu.xpi) = 450546 +SHA256 (xpi/firefox-i18n-49.0.2/hy-AM.xpi) = 971fde32067742370ac876ffd28ad1f87000a766dad4577c2d9f1a4c51714e94 +SIZE (xpi/firefox-i18n-49.0.2/hy-AM.xpi) = 493808 +SHA256 (xpi/firefox-i18n-49.0.2/id.xpi) = 7ccfb2abf77a029852f7da8e7dd77419af5ad746ac03a8f36e53b3d24a3f4429 +SIZE (xpi/firefox-i18n-49.0.2/id.xpi) = 423402 +SHA256 (xpi/firefox-i18n-49.0.2/is.xpi) = ef83b6ac44a09cd6b59e01bc55db5f2e5cf55f4040ec874bb819089ff7697c17 +SIZE (xpi/firefox-i18n-49.0.2/is.xpi) = 437737 +SHA256 (xpi/firefox-i18n-49.0.2/it.xpi) = 178eb7516a3f1f90906bc980e6585000b9806f430978fd1e0527306d0eb9a16d +SIZE (xpi/firefox-i18n-49.0.2/it.xpi) = 339264 +SHA256 (xpi/firefox-i18n-49.0.2/ja.xpi) = c784401f4396f20597b7c835dfe291ed34ac8ff39f94d575683e50aad640a234 +SIZE (xpi/firefox-i18n-49.0.2/ja.xpi) = 486517 +SHA256 (xpi/firefox-i18n-49.0.2/kk.xpi) = 91bb0807f1215e8cfaa6e85062d864994c9bf7dc7a3c988a0311f8fdebf4e9ad +SIZE (xpi/firefox-i18n-49.0.2/kk.xpi) = 494256 +SHA256 (xpi/firefox-i18n-49.0.2/km.xpi) = 30cfa3ceb49c847de219d88c6cf2b02e3a4190e8806a5e56dd09e8d1b80eecbd +SIZE (xpi/firefox-i18n-49.0.2/km.xpi) = 520083 +SHA256 (xpi/firefox-i18n-49.0.2/kn.xpi) = 16d132bafae24a9c0d23e3686427c2366208dd1e8b859dc2253d1cb36685c22c +SIZE (xpi/firefox-i18n-49.0.2/kn.xpi) = 518782 +SHA256 (xpi/firefox-i18n-49.0.2/ko.xpi) = 41cec32f26ad1037ff1271bb8dd933bca2fb7e49d3329880d158e7b33fff1449 +SIZE (xpi/firefox-i18n-49.0.2/ko.xpi) = 460895 +SHA256 (xpi/firefox-i18n-49.0.2/lij.xpi) = 028ebcf1a36c123ee186f0514953a46696def3aefa5162921d08cc99e2ebc151 +SIZE (xpi/firefox-i18n-49.0.2/lij.xpi) = 396173 +SHA256 (xpi/firefox-i18n-49.0.2/lt.xpi) = bff60b6b3528f6414c50f5274dda4333c4cabb6c79c273f61ecadf27dd59f505 +SIZE (xpi/firefox-i18n-49.0.2/lt.xpi) = 451345 +SHA256 (xpi/firefox-i18n-49.0.2/lv.xpi) = 9d1835f26a2b4ba29802206e536d8c1abb273b114742db4d6f4003c7a7cb031e +SIZE (xpi/firefox-i18n-49.0.2/lv.xpi) = 445323 +SHA256 (xpi/firefox-i18n-49.0.2/mai.xpi) = 4d28adf1f9d6bf4501b0f4f6d66ef9a9b3b9c6817efff7b1c255627c36a4f142 +SIZE (xpi/firefox-i18n-49.0.2/mai.xpi) = 502478 +SHA256 (xpi/firefox-i18n-49.0.2/mk.xpi) = 1235d350e956ba5d9c88672897705286c88a732c532a56e8c29b2e0dc607e5a0 +SIZE (xpi/firefox-i18n-49.0.2/mk.xpi) = 498491 +SHA256 (xpi/firefox-i18n-49.0.2/ml.xpi) = 05259bcbd39c508a57dce9ab88ccfd48b4ca004d746176b2b6738703ff146d28 +SIZE (xpi/firefox-i18n-49.0.2/ml.xpi) = 519595 +SHA256 (xpi/firefox-i18n-49.0.2/mr.xpi) = 5f45fb7014d4e57d2b7dc039c31cdb49294316e0d59bab33e071fdb11ef7d246 +SIZE (xpi/firefox-i18n-49.0.2/mr.xpi) = 501073 +SHA256 (xpi/firefox-i18n-49.0.2/ms.xpi) = 77e8a2c49e0d1d70a3ac15681a7bfed475ee662988ad4c1354a1efb8fbdc7325 +SIZE (xpi/firefox-i18n-49.0.2/ms.xpi) = 439421 +SHA256 (xpi/firefox-i18n-49.0.2/nb-NO.xpi) = d45fbbdeaace63622b405440ec5485db21211522932babd3d504e0e0c87fb61d +SIZE (xpi/firefox-i18n-49.0.2/nb-NO.xpi) = 433585 +SHA256 (xpi/firefox-i18n-49.0.2/nl.xpi) = ef09df1807739d68667ba35210de4a1fd7621051af5782ebcda8f390e85ff045 +SIZE (xpi/firefox-i18n-49.0.2/nl.xpi) = 431242 +SHA256 (xpi/firefox-i18n-49.0.2/nn-NO.xpi) = 08f7bb102406e0b5bd68cbb6e1147a5bea4d042ea1df6be279745f1941a458e5 +SIZE (xpi/firefox-i18n-49.0.2/nn-NO.xpi) = 427585 +SHA256 (xpi/firefox-i18n-49.0.2/or.xpi) = be1789bfee2772ea1359e23a0be95713aa4b6b07ce05e36ff55e84c9d3170845 +SIZE (xpi/firefox-i18n-49.0.2/or.xpi) = 499456 +SHA256 (xpi/firefox-i18n-49.0.2/pa-IN.xpi) = 57fbb04f424f680f670c8f13e3212a06b0396465d9ebd908c8e10cf5c5606e1a +SIZE (xpi/firefox-i18n-49.0.2/pa-IN.xpi) = 479086 +SHA256 (xpi/firefox-i18n-49.0.2/pl.xpi) = 820514a8f70cac72cb20a758a77c5de038e15aadc93f883c89ed82e8bc34c49f +SIZE (xpi/firefox-i18n-49.0.2/pl.xpi) = 362534 +SHA256 (xpi/firefox-i18n-49.0.2/pt-BR.xpi) = d0fd13da04c26106684e1a5de78edfb3e99e1297e8042b043d3e73fbcfa06e3d +SIZE (xpi/firefox-i18n-49.0.2/pt-BR.xpi) = 446485 +SHA256 (xpi/firefox-i18n-49.0.2/pt-PT.xpi) = a80756bc31efa043ac1733abd7ab5ac17f92f69467baf0eae18a7343fd9d0724 +SIZE (xpi/firefox-i18n-49.0.2/pt-PT.xpi) = 433687 +SHA256 (xpi/firefox-i18n-49.0.2/rm.xpi) = 030f6065523859366e7665eb3ac35547ab3a526815c3944f3c193909638ad51c +SIZE (xpi/firefox-i18n-49.0.2/rm.xpi) = 439646 +SHA256 (xpi/firefox-i18n-49.0.2/ro.xpi) = 94aefc700df14e0b43b7c7e95212b7b71bec092439b9a28713223dd29b080e6d +SIZE (xpi/firefox-i18n-49.0.2/ro.xpi) = 447538 +SHA256 (xpi/firefox-i18n-49.0.2/ru.xpi) = 40e688a440692cfbf7c115aa8a90451c53e8df1e137dd8a6342dc38977bbcbb0 +SIZE (xpi/firefox-i18n-49.0.2/ru.xpi) = 391743 +SHA256 (xpi/firefox-i18n-49.0.2/si.xpi) = 56b986317168d2e67332e8a3d79004707b4820e5ac8d6cc2aaf4a87283a07ace +SIZE (xpi/firefox-i18n-49.0.2/si.xpi) = 492130 +SHA256 (xpi/firefox-i18n-49.0.2/sk.xpi) = 009a808a6c76779b0bc4392f5b30620d8ac0acbd20c4c5adc71bb78698af8c4d +SIZE (xpi/firefox-i18n-49.0.2/sk.xpi) = 452529 +SHA256 (xpi/firefox-i18n-49.0.2/sl.xpi) = 1ef09212f6cfa8f9fda22fa98f7d9e1164c0279c8945b7089a1c981ddf6e5db5 +SIZE (xpi/firefox-i18n-49.0.2/sl.xpi) = 430480 +SHA256 (xpi/firefox-i18n-49.0.2/son.xpi) = 4a3421f5107d845973b1e27a8834fa99b9325afaee9ddc629299572509bb32bb +SIZE (xpi/firefox-i18n-49.0.2/son.xpi) = 437034 +SHA256 (xpi/firefox-i18n-49.0.2/sq.xpi) = bd6b5c55eb8ddccc8c8af5e4fe49799ba34801b8f22e34fe6bd728059c3d0c00 +SIZE (xpi/firefox-i18n-49.0.2/sq.xpi) = 453368 +SHA256 (xpi/firefox-i18n-49.0.2/sr.xpi) = 9f2801eb0f7e8b3bc454a3171d437f6be0800cf6d7046a6110cb28452bc55f78 +SIZE (xpi/firefox-i18n-49.0.2/sr.xpi) = 463884 +SHA256 (xpi/firefox-i18n-49.0.2/sv-SE.xpi) = 29dd70d9bb2cdaa2d81b8cdec1f3a3b839071c60fe1eae02901ed838030b820d +SIZE (xpi/firefox-i18n-49.0.2/sv-SE.xpi) = 440493 +SHA256 (xpi/firefox-i18n-49.0.2/ta.xpi) = f36d8065c7901e8a3204d85551354803b00ed66c644a1a2431469ba44e1e3d41 +SIZE (xpi/firefox-i18n-49.0.2/ta.xpi) = 492435 +SHA256 (xpi/firefox-i18n-49.0.2/te.xpi) = 480625b27a71ecf1b778ca3cc56115c39f7e2557665edd85ae36d53d07485909 +SIZE (xpi/firefox-i18n-49.0.2/te.xpi) = 518143 +SHA256 (xpi/firefox-i18n-49.0.2/th.xpi) = 10bbbf467c2948f0f60250eb43604886fed2ff5f607a9963ad33e92a0ca83a33 +SIZE (xpi/firefox-i18n-49.0.2/th.xpi) = 486986 +SHA256 (xpi/firefox-i18n-49.0.2/tr.xpi) = bd29d4d94cb73a41605b36abd73defac30deb172a33b59e2bbe4804f0888173c +SIZE (xpi/firefox-i18n-49.0.2/tr.xpi) = 440856 +SHA256 (xpi/firefox-i18n-49.0.2/uk.xpi) = b5f65ba75b00df3254797bdb4ab21db56c4fed82ce6c2b3c03e78473e7151352 +SIZE (xpi/firefox-i18n-49.0.2/uk.xpi) = 491358 +SHA256 (xpi/firefox-i18n-49.0.2/uz.xpi) = 3ba8eea6634bf38e3708ea65db05c9d1a2b922a440bd8ad3f276b17c3233a35d +SIZE (xpi/firefox-i18n-49.0.2/uz.xpi) = 446443 +SHA256 (xpi/firefox-i18n-49.0.2/vi.xpi) = 782805a50b95f6791fafebfc56510a1aa1e0fcce2c19e3c640b85d79c36d970e +SIZE (xpi/firefox-i18n-49.0.2/vi.xpi) = 448048 +SHA256 (xpi/firefox-i18n-49.0.2/xh.xpi) = a6b18b3e1faf7aee6f9d5e9c07162c2b37175000bfcac676cad42e30d1829b48 +SIZE (xpi/firefox-i18n-49.0.2/xh.xpi) = 439947 +SHA256 (xpi/firefox-i18n-49.0.2/zh-CN.xpi) = b395ff821b85e54311237d5fb244fcca0eca66abf55dfbe8b7ef7bf0edd14a19 +SIZE (xpi/firefox-i18n-49.0.2/zh-CN.xpi) = 466753 +SHA256 (xpi/firefox-i18n-49.0.2/zh-TW.xpi) = 46ed7614c3f1d351b196944a55b8cdc13a10d2dad22805684eff3d30669e7b3c +SIZE (xpi/firefox-i18n-49.0.2/zh-TW.xpi) = 469470 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Fri Oct 21 11:09:45 2016 (r424405) +++ head/www/firefox/Makefile Fri Oct 21 11:16:40 2016 (r424406) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 49.0 +DISTVERSION= 49.0.2 DISTVERSIONSUFFIX=.source -PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Fri Oct 21 11:09:45 2016 (r424405) +++ head/www/firefox/distinfo Fri Oct 21 11:16:40 2016 (r424406) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474027771 -SHA256 (firefox-49.0.source.tar.xz) = 6f7069fa94688f9fb5aa3bbb2ffa78456825067dd984afa714d74b3f0c6eaf63 -SIZE (firefox-49.0.source.tar.xz) = 189615184 +TIMESTAMP = 1477039138 +SHA256 (firefox-49.0.2.source.tar.xz) = 67abe9202958c36bf60454c91065953aa8f6ede83ea1c0e9cdb870c3fc3d56d0 +SIZE (firefox-49.0.2.source.tar.xz) = 188669928 From owner-svn-ports-all@freebsd.org Fri Oct 21 11:32:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3DE3C1B9B0; Fri, 21 Oct 2016 11:32:26 +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 9E59F952; Fri, 21 Oct 2016 11:32:26 +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 u9LBWPBY028477; Fri, 21 Oct 2016 11:32:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LBWPoE028474; Fri, 21 Oct 2016 11:32:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610211132.u9LBWPoE028474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 21 Oct 2016 11:32:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424407 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 11:32:26 -0000 Author: jbeich Date: Fri Oct 21 11:32:25 2016 New Revision: 424407 URL: https://svnweb.freebsd.org/changeset/ports/424407 Log: Document recent Firefox vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 21 11:16:40 2016 (r424406) +++ head/security/vuxml/vuln.xml Fri Oct 21 11:32:25 2016 (r424407) @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mozilla -- multiple vulnerabilities + + + firefox + 49.0.2,1 + + + + +

Mozilla Foundation reports:

+
+

CVE-2016-5287: Crash in nsTArray_base<T>::SwapArrayElements

+

CVE-2016-5288: Web content can read cache entries

+
+ +
+ + CVE-2016-5287 + CVE-2016-5288 + https://www.mozilla.org/security/advisories/mfsa2016-87/ + + + 2016-10-20 + 2016-10-21 + +
+ Axis2 -- Cross-site scripting (XSS) vulnerability From owner-svn-ports-all@freebsd.org Fri Oct 21 11:40:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C1D7C1BC07; Fri, 21 Oct 2016 11:40: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 E24A6C39; Fri, 21 Oct 2016 11:40:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LBeZL9030873; Fri, 21 Oct 2016 11:40:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LBeYeV030871; Fri, 21 Oct 2016 11:40:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610211140.u9LBeYeV030871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 21 Oct 2016 11:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424408 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 11:40:36 -0000 Author: jbeich Date: Fri Oct 21 11:40:34 2016 New Revision: 424408 URL: https://svnweb.freebsd.org/changeset/ports/424408 Log: Reference MFSA for Thunderbird fixed by r423073 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 21 11:32:25 2016 (r424407) +++ head/security/vuxml/vuln.xml Fri Oct 21 11:40:34 2016 (r424408) @@ -1118,10 +1118,12 @@ and CVE-2013-0155.

CVE-2016-5284 https://www.mozilla.org/security/advisories/mfsa2016-85/ https://www.mozilla.org/security/advisories/mfsa2016-86/ + https://www.mozilla.org/security/advisories/mfsa2016-88/ 2016-09-13 2016-09-20 + 2016-10-21
From owner-svn-ports-all@freebsd.org Fri Oct 21 12:35:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B925AC1A699; Fri, 21 Oct 2016 12:35:18 +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 857AF160; Fri, 21 Oct 2016 12:35:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LCZHIw053754; Fri, 21 Oct 2016 12:35:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LCZHDL053753; Fri, 21 Oct 2016 12:35:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610211235.u9LCZHDL053753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 21 Oct 2016 12:35:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424409 - head/emulators/citra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 12:35:18 -0000 Author: jbeich Date: Fri Oct 21 12:35:17 2016 New Revision: 424409 URL: https://svnweb.freebsd.org/changeset/ports/424409 Log: emulators/citra: only build on amd64 for now JIT is only available for amd64 while non-JIT or fake JIT build isn't yet supported. Reported by: pkg-fallout for aarch64 Modified: head/emulators/citra/Makefile (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Fri Oct 21 11:40:34 2016 (r424408) +++ head/emulators/citra/Makefile Fri Oct 21 12:35:17 2016 (r424409) @@ -18,7 +18,8 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/license. LIB_DEPENDS= libpng.so:graphics/png # backend_x64/hostloc.h:93:8: fatal error: no type named 'Reg64' in namespace 'Xbyak' -BROKEN_i386= https://github.com/MerryMage/dynarmic/issues/35 +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dynarmic/issues/35 USE_GITHUB= yes # XXX Switch to system Boost after ports/199601 From owner-svn-ports-all@freebsd.org Fri Oct 21 12:35:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B230BC1A6CA; Fri, 21 Oct 2016 12:35:29 +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 7EBB7233; Fri, 21 Oct 2016 12:35:29 +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 u9LCZSGb053881; Fri, 21 Oct 2016 12:35:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LCZStT053879; Fri, 21 Oct 2016 12:35:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610211235.u9LCZStT053879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 21 Oct 2016 12:35:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424410 - head/devel/nspr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 12:35:29 -0000 Author: jbeich Date: Fri Oct 21 12:35:28 2016 New Revision: 424410 URL: https://svnweb.freebsd.org/changeset/ports/424410 Log: devel/nspr: update to 4.13.1 Changes: http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-13-1-Release-td359859.html MFH: 2016Q4 (regression fix) Modified: head/devel/nspr/Makefile (contents, props changed) head/devel/nspr/distinfo (contents, props changed) Modified: head/devel/nspr/Makefile ============================================================================== --- head/devel/nspr/Makefile Fri Oct 21 12:35:17 2016 (r424409) +++ head/devel/nspr/Makefile Fri Oct 21 12:35:28 2016 (r424410) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nspr -DISTVERSION= 4.13 -PORTREVISION= 1 +DISTVERSION= 4.13.1 CATEGORIES= devel MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src Modified: head/devel/nspr/distinfo ============================================================================== --- head/devel/nspr/distinfo Fri Oct 21 12:35:17 2016 (r424409) +++ head/devel/nspr/distinfo Fri Oct 21 12:35:28 2016 (r424410) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475035246 -SHA256 (nspr-4.13.tar.gz) = 19c33334bb3fa6d24800ffa65d7d806c54ad5f8c3758a5c11352ad43212ab181 -SIZE (nspr-4.13.tar.gz) = 1136571 +TIMESTAMP = 1477039138 +SHA256 (nspr-4.13.1.tar.gz) = 5e4c1751339a76e7c772c0c04747488d7f8c98980b434dc846977e43117833ab +SIZE (nspr-4.13.1.tar.gz) = 1136646 From owner-svn-ports-all@freebsd.org Fri Oct 21 12:51:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C032C1AC4E; Fri, 21 Oct 2016 12:51:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05126D97; Fri, 21 Oct 2016 12:51:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LCpmbY075551; Fri, 21 Oct 2016 12:51:48 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LCpflH075483; Fri, 21 Oct 2016 12:51:41 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610211251.u9LCpflH075483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 21 Oct 2016 12:51:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424411 - in head: . Mk Mk/Uses accessibility/at-spi accessibility/speech-dispatcher arabic/libitl archivers/deco archivers/minizip archivers/unmakeself archivers/zipper astro/gpsbabel ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 12:51:49 -0000 Author: mat Date: Fri Oct 21 12:51:40 2016 New Revision: 424411 URL: https://svnweb.freebsd.org/changeset/ports/424411 Log: ${RM} already has -f. PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Modified: head/Makefile head/Mk/Uses/elixir.mk head/Mk/Uses/erlang.mk head/Mk/Uses/gem.mk head/Mk/Uses/gnome.mk head/Mk/Uses/gssapi.mk head/Mk/Uses/pear.mk head/Mk/Uses/perl5.mk head/Mk/Uses/php.mk head/Mk/bsd.gecko.mk head/Mk/bsd.licenses.mk head/Mk/bsd.ocaml.mk head/Mk/bsd.port.mk head/Mk/bsd.port.subdir.mk head/accessibility/at-spi/Makefile head/accessibility/speech-dispatcher/Makefile head/arabic/libitl/Makefile head/archivers/deco/Makefile head/archivers/minizip/Makefile head/archivers/unmakeself/Makefile head/archivers/zipper/Makefile head/astro/gpsbabel/Makefile head/audio/autozen/Makefile head/audio/eawplus/Makefile head/audio/festdoc/Makefile head/audio/festival/Makefile head/audio/festvox-el11/Makefile head/audio/glame/Makefile head/audio/id3lib/Makefile head/audio/jack/Makefile head/audio/libmusicbrainz5/Makefile head/audio/libnoise/Makefile head/audio/nosefart/Makefile head/audio/opusfile/Makefile head/audio/p5-libvorbis/Makefile head/audio/pulseaudio/Makefile head/audio/rhythmbox/Makefile head/audio/rioutil/Makefile head/audio/timidity++/Makefile head/audio/timidity++/Makefile.interface head/audio/uade/Makefile head/audio/wildmidi/Makefile head/audio/xmms-gbsplay/Makefile head/base/gcc/Makefile head/benchmarks/flowgrind/Makefile head/benchmarks/lmbench/Makefile head/benchmarks/nqueens/Makefile head/benchmarks/siege/Makefile head/benchmarks/unixbench/Makefile head/biology/artemis/Makefile head/biology/fasta/Makefile head/biology/tinker/Makefile head/cad/impact/Makefile head/cad/kicad/Makefile head/cad/opencascade/Makefile head/cad/tochnog/Makefile head/chinese/cnprint/Makefile head/chinese/fireflyttf/Makefile head/chinese/phpbb-tw/Makefile head/comms/cqrlog/Makefile head/comms/wwl/Makefile head/comms/yaac/Makefile head/converters/recode/Makefile head/databases/adodb/Makefile head/databases/cassandra2/Makefile head/databases/db5/Makefile head/databases/db6/Makefile head/databases/dbconnect/Makefile head/databases/libodbc++/Makefile head/databases/mariadb100-client/Makefile head/databases/mariadb100-server/Makefile head/databases/mariadb55-server/Makefile head/databases/mysql++1/Makefile head/databases/mysql-connector-c++/Makefile head/databases/mysql57-server/Makefile head/databases/p5-DBD-SQLite2/Makefile head/databases/pgfouine/Makefile head/databases/pgmodeler/Makefile head/databases/phppgadmin/Makefile head/databases/py-carbon/Makefile head/databases/py-pymssql/Makefile head/databases/riak/Makefile head/databases/ruby-cdb/Makefile head/databases/squirrel-sql/Makefile head/deskutils/charmtimetracker/Makefile head/deskutils/conkyemail/Makefile head/deskutils/conkyforecast/Makefile head/deskutils/docear/Makefile head/deskutils/gnome-shell-extension-backslide/Makefile head/deskutils/gnome-shell-extension-coverflow/Makefile head/deskutils/gnome-shell-extension-hidetopbar/Makefile head/deskutils/gnome-shell-extension-lockkeys/Makefile head/deskutils/gnome-shell-extension-overlay-icons/Makefile head/deskutils/gworkspace/Makefile head/deskutils/myitcrm/Makefile head/deskutils/plans/Makefile head/devel/arduino/Makefile head/devel/arm-elf-binutils/Makefile head/devel/arm-none-eabi-gdb/Makefile head/devel/atf/Makefile head/devel/autoconf/Makefile head/devel/avr-gdb/Makefile head/devel/avr-libc/Makefile head/devel/binutils/Makefile head/devel/bison/Makefile head/devel/boost_build/Makefile head/devel/cil/Makefile head/devel/cook/Makefile head/devel/ddd/Makefile head/devel/efl/Makefile head/devel/fam/Makefile head/devel/gcc-arm-embedded/Makefile head/devel/gcc-msp430-ti-toolchain/Makefile head/devel/git/Makefile head/devel/glademm/Makefile head/devel/gps/Makefile head/devel/gvfs/Makefile head/devel/kBuild/Makefile head/devel/lasi/Makefile head/devel/liborcus07/Makefile head/devel/libsearpc/Makefile head/devel/libtool/Makefile head/devel/llvm-cheri/Makefile head/devel/llvm-devel/Makefile head/devel/llvm33/Makefile head/devel/llvm34/Makefile head/devel/llvm35/Makefile head/devel/llvm36/Makefile head/devel/llvm37/Makefile head/devel/llvm38/Makefile head/devel/llvm39/Makefile head/devel/lutok/Makefile head/devel/maven3/Makefile head/devel/maven31/Makefile head/devel/maven33/Makefile head/devel/mingw32-gcc/Makefile head/devel/monotone/Makefile head/devel/ncurses/Makefile head/devel/p5-MooseX-Async/Makefile head/devel/p5-Parse-Pidl/Makefile head/devel/p5-PerlIO-via-symlink/Makefile head/devel/p5-System2/Makefile head/devel/p5-VCP-Source-cvsbk/Makefile head/devel/p5-VCP-autrijus/Makefile head/devel/pas2dox/Makefile head/devel/pear/Makefile head/devel/php-libawl/Makefile head/devel/plan9port/Makefile head/devel/ptypes/Makefile head/devel/py-calendar/Makefile head/devel/py-freezegun/Makefile head/devel/py-funcparserlib/Makefile head/devel/py-mongoengine/Makefile head/devel/py-protocols/Makefile head/devel/py-pytest-xdist/Makefile head/devel/py-qt4-core/Makefile head/devel/py-qt5-core/Makefile head/devel/py-traits/Makefile head/devel/py-twext/Makefile head/devel/py-vcrpy/Makefile head/devel/pydbus-common/Makefile head/devel/pygobject3-common/Makefile head/devel/qmake/Makefile head/devel/qmake4/Makefile head/devel/qmake5/Makefile head/devel/rapidjson/Makefile head/devel/sfml1/Makefile head/devel/shtk/Makefile head/devel/sonarqube/Makefile head/devel/srecord/Makefile head/devel/st/Makefile head/devel/storm/Makefile head/devel/tcllibc/Makefile head/devel/tkinspect/Makefile head/devel/tla/Makefile head/devel/tmake/Makefile head/devel/valgrind-devel/Makefile head/devel/valgrind/Makefile head/devel/xmake/Makefile head/devel/xsd/Makefile head/dns/djbdns/Makefile head/dns/knot1/Makefile head/dns/knot2/Makefile head/dns/maradns/Makefile head/editors/2bsd-vi/Makefile head/editors/emacs-devel/Makefile head/editors/flim/Makefile head/editors/lazarus/Makefile head/editors/lazarus/Makefile.common head/editors/libreoffice4/Makefile head/editors/linux-sublime/Makefile head/editors/mined/Makefile head/editors/openoffice-4/Makefile head/editors/openoffice-devel/Makefile head/editors/rox-edit/Makefile head/editors/semi/Makefile head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine/Makefile.inc head/emulators/ia64sim/Makefile head/emulators/mupen64plus-core/Makefile.common (contents, props changed) head/emulators/vice/Makefile head/emulators/virtio-kmod/Makefile head/emulators/visualboyadvance-m/Makefile head/emulators/x49gp/Makefile head/finance/aqbanking/Makefile head/finance/bitcoin-armory/Makefile head/finance/libofx/Makefile head/french/aster/Makefile head/ftp/bftpd/Makefile head/games/7kaa/Makefile head/games/atris/Makefile head/games/barbie_seahorse_adventures/Makefile head/games/battalion/Makefile head/games/biniax2/Makefile head/games/block/Makefile head/games/bomberclone/Makefile head/games/bubbros/Makefile head/games/bugsquish/Makefile head/games/enigma/Makefile head/games/evq3/Makefile head/games/flightgear-aircraft/Makefile head/games/flightgear-data/Makefile head/games/flightgear-mb339-pan/Makefile head/games/freera/Makefile head/games/gemdropx/Makefile head/games/gnugo/Makefile head/games/gondola/Makefile head/games/gretools/Makefile head/games/grubik/Makefile head/games/heroes/Makefile head/games/jigzo/Makefile head/games/jools/Makefile head/games/kobodeluxe/Makefile head/games/ldmud/Makefile head/games/linux-unrealgold/Makefile head/games/linux-ut2003-demo/Makefile head/games/marsnomercy/Makefile head/games/njam/Makefile head/games/numptyphysics-npcomplete/Makefile head/games/optimax/Makefile head/games/pysolfc/Makefile head/games/pythonchess/Makefile head/games/q2pro/Makefile head/games/quadra/Makefile head/games/quake-dpmod/Makefile head/games/quake3-data/Makefile head/games/rnd_jue/Makefile head/games/rockdodger/Makefile head/games/rocksndiamonds-data/Makefile head/games/rocksndiamonds/Makefile head/games/scorched3d/Makefile head/games/sdb/Makefile head/games/sdl_jewels/Makefile head/games/stransball2/Makefile head/games/trigger-data/Makefile head/games/tuxpaint/Makefile head/games/ufoai-data/Makefile head/games/ultimatestunts/Makefile head/games/vectoroids/Makefile head/games/worldofpadman/Makefile head/games/xmoto/Makefile head/games/znibbles/Makefile head/german/BBBike/Makefile head/german/mediathek/Makefile head/graphics/aalib/Makefile head/graphics/acidwarp/Makefile head/graphics/blender-doc/Makefile head/graphics/compupic/Makefile head/graphics/dri/Makefile head/graphics/exact-image/Makefile head/graphics/gdal/Makefile head/graphics/ilmbase/Makefile head/graphics/libboard/Makefile head/graphics/libglapi/Makefile head/graphics/netpbm/Makefile head/graphics/opendx/Makefile head/graphics/p5-Image-IPTCInfo/Makefile head/graphics/p5-SVG-Metadata/Makefile head/graphics/processing/Makefile head/graphics/py-graphy/Makefile head/graphics/qslim/Makefile head/graphics/raster3d/Makefile head/graphics/structuresynth/Makefile head/graphics/xfig/Makefile head/graphics/xpaint/Makefile head/graphics/zathura/Makefile head/irc/atheme-services/Makefile head/irc/eggdrop-devel/Makefile head/irc/epic4/Makefile head/irc/gseen.mod/Makefile head/irc/irssi-dcc_send_limiter/Makefile head/irc/keitairc2/Makefile head/irc/py-supybot-plugins/Makefile head/irc/thales/Makefile head/irc/xchat-fish/Makefile head/japanese/VTPSfont/Makefile head/japanese/celrw/Makefile head/japanese/eb/Makefile head/japanese/edict-utf-8/Makefile head/japanese/edict/Makefile head/japanese/groff/Makefile head/japanese/lookup/Makefile head/japanese/mailman/Makefile head/japanese/man-doc/Makefile head/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile head/java/eclipse-findbugs/Makefile head/java/eclipse-shelled/Makefile head/java/eclipse/Makefile head/java/javahelp/Makefile head/java/jdbcpool/Makefile head/java/jgraph/Makefile head/java/jlex/Makefile head/java/openjdk6/Makefile head/java/openjdk7/Makefile head/java/openjdk8/Makefile head/java/visualvm/Makefile head/java/wildfly100/Makefile head/java/wildfly90/Makefile head/korean/kaistfonts/Makefile head/korean/ko.TeX/Makefile head/korean/man-doc/Makefile head/lang/asis/Makefile head/lang/ats/bsd.ats.mk (contents, props changed) head/lang/beignet/Makefile head/lang/ccl/Makefile head/lang/ceylon/Makefile head/lang/clang33/Makefile head/lang/clang34/Makefile head/lang/clang35/Makefile head/lang/clang36/Makefile head/lang/cocor/Makefile head/lang/erlang-runtime15/Makefile head/lang/erlang-runtime16/Makefile head/lang/erlang-runtime17/Makefile head/lang/erlang-runtime18/Makefile head/lang/erlang-runtime19/Makefile head/lang/erlang/Makefile head/lang/fpc/Makefile.units head/lang/gawk/Makefile head/lang/gcc/Makefile head/lang/gcc46/Makefile head/lang/gcc47/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile head/lang/gcc5-aux/Makefile head/lang/gcc5-devel/Makefile head/lang/gcc5/Makefile head/lang/gcc6-aux/Makefile head/lang/gcc6-devel/Makefile head/lang/gcc6/Makefile head/lang/gcc7-devel/Makefile head/lang/gforth/Makefile head/lang/ghc/Makefile head/lang/gjs/Makefile head/lang/gscheme/Makefile head/lang/icc/Makefile head/lang/jakarta-commons-jelly/Makefile head/lang/jruby/Makefile head/lang/modula3/Makefile head/lang/ocaml/Makefile head/lang/p2c/Makefile head/lang/pbasic/Makefile head/lang/pure/Makefile head/lang/ruby21/Makefile head/lang/ruby22/Makefile head/lang/ruby23/Makefile head/lang/sbcl/Makefile head/lang/smlnj/Makefile head/lang/yorick/Makefile head/mail/batv-milter/Makefile head/mail/cone/Makefile head/mail/courier/Makefile head/mail/cyrus-imapd23/Makefile head/mail/cyrus-imapd24/Makefile head/mail/cyrus-imapd25/Makefile head/mail/dbmail22/Makefile head/mail/dk-milter/Makefile head/mail/ecartis/Makefile head/mail/exipick/Makefile head/mail/filtermail/Makefile head/mail/james/Makefile head/mail/libspf/Makefile head/mail/mailman/Makefile head/mail/mailscanner/Makefile head/mail/mew/Makefile head/mail/mutt/Makefile head/mail/neomutt/Makefile head/mail/openemm2013/Makefile head/mail/openemm2015/Makefile head/mail/p5-Mail-ClamAV/Makefile head/mail/qmail-conf/Makefile head/mail/qmail-contrib/Makefile head/mail/qmail/Makefile head/mail/qmailanalog/Makefile head/mail/qpopper/Makefile head/mail/qtools/Makefile head/mail/renattach/Makefile head/mail/spambnc/Makefile head/mail/squirrelmail-avelsieve-plugin/Makefile head/mail/squirrelmail-vlogin-plugin/Makefile head/mail/squirrelmail/Makefile head/mail/thunderbird-i18n/Makefile head/mail/thunderbird/Makefile head/mail/xpbiff/Makefile head/math/blacs/Makefile head/math/eukleides/Makefile head/math/gmp/Makefile head/math/gsl/Makefile head/math/ipopt/Makefile head/math/lapack/Makefile head/math/mingw32-libgmp/Makefile head/math/miracl/Makefile head/math/octave-forge-actuarial/Makefile head/math/octave-forge-bim/Makefile head/math/octave-forge-cgi/Makefile head/math/octave-forge-communications/Makefile head/math/octave-forge-control/Makefile head/math/octave-forge-data-smoothing/Makefile head/math/octave-forge-database/Makefile head/math/octave-forge-dataframe/Makefile head/math/octave-forge-dicom/Makefile head/math/octave-forge-divand/Makefile head/math/octave-forge-doctest/Makefile head/math/octave-forge-econometrics/Makefile head/math/octave-forge-fenv/Makefile head/math/octave-forge-financial/Makefile head/math/octave-forge-fits/Makefile head/math/octave-forge-fl-core/Makefile head/math/octave-forge-fuzzy-logic-toolkit/Makefile head/math/octave-forge-ga/Makefile head/math/octave-forge-general/Makefile head/math/octave-forge-generate_html/Makefile head/math/octave-forge-gnuplot/Makefile head/math/octave-forge-image/Makefile head/math/octave-forge-interval/Makefile head/math/octave-forge-io/Makefile head/math/octave-forge-level-set/Makefile head/math/octave-forge-linear-algebra/Makefile head/math/octave-forge-lssa/Makefile head/math/octave-forge-ltfat/Makefile head/math/octave-forge-mapping/Makefile head/math/octave-forge-mechanics/Makefile head/math/octave-forge-miscellaneous/Makefile head/math/octave-forge-msh/Makefile head/math/octave-forge-mvn/Makefile head/math/octave-forge-nan/Makefile head/math/octave-forge-ncarray/Makefile head/math/octave-forge-netcdf/Makefile head/math/octave-forge-nlwing2/Makefile head/math/octave-forge-nnet/Makefile head/math/octave-forge-nurbs/Makefile head/math/octave-forge-ocs/Makefile head/math/octave-forge-octcdf/Makefile head/math/octave-forge-octclip/Makefile head/math/octave-forge-octgpr/Makefile head/math/octave-forge-octproj/Makefile head/math/octave-forge-odepkg/Makefile head/math/octave-forge-optics/Makefile head/math/octave-forge-optim/Makefile head/math/octave-forge-optiminterp/Makefile head/math/octave-forge-parallel/Makefile head/math/octave-forge-plot/Makefile head/math/octave-forge-pt_br/Makefile head/math/octave-forge-quaternion/Makefile head/math/octave-forge-queueing/Makefile head/math/octave-forge-secs1d/Makefile head/math/octave-forge-secs3d/Makefile head/math/octave-forge-signal/Makefile head/math/octave-forge-sockets/Makefile head/math/octave-forge-sparsersb/Makefile head/math/octave-forge-specfun/Makefile head/math/octave-forge-splines/Makefile head/math/octave-forge-statistics/Makefile head/math/octave-forge-stk/Makefile head/math/octave-forge-strings/Makefile head/math/octave-forge-struct/Makefile head/math/octave-forge-symbolic/Makefile head/math/octave-forge-tisean/Makefile head/math/octave-forge-tsa/Makefile head/math/octave-forge-video/Makefile head/math/octave-forge-zeromq/Makefile head/math/py-bitvector/Makefile head/math/py-numarray/Makefile head/math/qtiplot-doc/Makefile head/math/sage/Makefile head/math/scalapack/Makefile head/math/superlu_mt/Makefile head/math/vtk5/Makefile head/math/xppaut/Makefile head/misc/compat4x/Makefile head/misc/compat5x/Makefile head/misc/compat6x/Makefile head/misc/figlet-fonts/Makefile head/misc/gnuit/Makefile head/misc/jargon/Makefile head/misc/lingoteach/Makefile head/misc/posixtestsuite/Makefile head/misc/py-qt4-demo/Makefile head/misc/talkfilters/Makefile head/multimedia/kissdx/Makefile head/multimedia/libmediainfo/Makefile head/multimedia/mlt/Makefile head/multimedia/mpeg4ip/Makefile head/multimedia/oscam/Makefile head/multimedia/py-openlp/Makefile head/multimedia/pymp/Makefile head/multimedia/qmmp-plugin-pack-qt5/Makefile head/multimedia/qmmp-plugin-pack/Makefile head/multimedia/qmmp-qt5/Makefile head/multimedia/qmmp/Makefile head/multimedia/v4l-utils/Makefile head/multimedia/vlc/Makefile head/net-im/p5-Net-AIM/Makefile head/net-im/pidgin-skype/Makefile head/net-im/pwytter/Makefile head/net-im/turpial/Makefile head/net-mgmt/ccnet/Makefile head/net-mgmt/cricket/Makefile head/net-mgmt/mk-livestatus/Makefile head/net-mgmt/nagvis/Makefile head/net-mgmt/p5-Net-NSCA-Client/Makefile head/net-mgmt/pandorafms_agent/Makefile head/net-mgmt/pandorafms_console/Makefile head/net-mgmt/pixilate/Makefile head/net-mgmt/sblim-wbemcli/Makefile head/net-mgmt/seafile/Makefile head/net-mgmt/zabbix2-server/Makefile head/net-mgmt/zabbix22-server/Makefile head/net-mgmt/zabbix24-server/Makefile head/net-mgmt/zabbix3-server/Makefile head/net-mgmt/zabbix32-server/Makefile head/net-p2p/qbittorrent/Makefile head/net-p2p/vuze/Makefile head/net/avahi-app/Makefile head/net/binkd/Makefile head/net/dshell/Makefile head/net/freeradius3/Makefile head/net/ldapdiff/Makefile head/net/libp0f/Makefile head/net/linux-c6-openldap/Makefile head/net/linux-f10-nss_ldap/Makefile head/net/linux-f10-openldap/Makefile head/net/netatalk/Makefile head/net/neubot/Makefile head/net/nph/Makefile head/net/ntlmaps/Makefile head/net/p5-PlRPC/Makefile head/net/py-pystun/Makefile head/net/samba36/Makefile head/net/samba42/Makefile head/net/samba43/Makefile head/net/samba44/Makefile head/net/stf-6rd-kmod/Makefile head/net/vnc/Makefile head/net/zebra/Makefile head/news/diablo/Makefile head/news/fidogate/Makefile head/ports-mgmt/porttree/Makefile head/print/a2ps/Makefile head/print/adobe-cmaps/Makefile head/print/afm/Makefile head/print/apsfilter/Makefile head/print/ghostscript8-base/Makefile head/print/ghostscript9-agpl-base/Makefile head/print/ghostscript9-base/Makefile head/print/muttprint/Makefile head/print/openprinting/Makefile head/print/p5-Text-PDF/Makefile head/print/pslib/Makefile head/russian/koi8r-ps/Makefile head/science/minc2/Makefile head/security/bdc/Makefile head/security/ca_root_nss/Makefile head/security/courier-authlib/Makefile head/security/doorman/Makefile head/security/hamachi/Makefile head/security/ipsec-tools/Makefile head/security/libgcrypt/Makefile head/security/libressl-devel/Makefile head/security/libressl/Makefile head/security/nacl/Makefile head/security/nmap/Makefile head/security/openssl/Makefile head/security/openvpn-auth-ldap/Makefile head/security/p5-Authen-TypeKey/Makefile head/security/p5-Crypt-OpenPGP/Makefile head/security/p5-openxpki/Makefile head/security/pgp/Makefile head/security/shishi/Makefile head/security/sks/Makefile head/security/spike-proxy/Makefile head/security/vuxml/Makefile head/sysutils/amrstat/Makefile head/sysutils/bsdadminscripts/Makefile head/sysutils/duplicity/Makefile head/sysutils/e2fsprogs/Makefile head/sysutils/freesbie/Makefile head/sysutils/gosa/Makefile head/sysutils/grub2-pcbsd/Makefile head/sysutils/ldap-account-manager/Makefile head/sysutils/radmind/Makefile head/sysutils/scprotect/Makefile head/sysutils/u-boot-pine64/Makefile head/sysutils/webmin/Makefile head/sysutils/xvidcap/Makefile head/textproc/ansifilter/Makefile head/textproc/asm-xml/Makefile head/textproc/docbook-sgml/Makefile head/textproc/docbook-utils/Makefile head/textproc/docbook-xml/Makefile head/textproc/docbook-xsl/Makefile head/textproc/dsssl-docbook-modular/Makefile head/textproc/flex/Makefile head/textproc/hs-bytestring-csv/Makefile head/textproc/htmlc/Makefile head/textproc/hyperestraier/Makefile head/textproc/jade/Makefile head/textproc/kibana41/Makefile head/textproc/libtre/Makefile head/textproc/libwps03/Makefile head/textproc/libxml2/Makefile head/textproc/p5-HTML-Truncate/Makefile head/textproc/p5-IDNA-Punycode/Makefile head/textproc/p5-Lingua-EN-Sentence/Makefile head/textproc/sdcv/Makefile head/textproc/srilm/Makefile head/textproc/tclExpat/Makefile head/textproc/templates_parser/Makefile head/vietnamese/vnroff/Makefile head/www/apache24/Makefile head/www/calendarserver/Makefile head/www/cmsmadesimple/Makefile head/www/fcgi/Makefile head/www/firefox-esr-i18n/Makefile head/www/firefox-i18n/Makefile head/www/foswiki/Makefile head/www/geronimo/Makefile head/www/grafana2/Makefile head/www/grafana3/Makefile head/www/iwebcal/Makefile head/www/jericho-html/Makefile head/www/linux-seamonkey/Makefile.common head/www/magento/Makefile head/www/otrs/Makefile head/www/p5-HTTP-Recorder/Makefile head/www/p5-HTTP-Server-Simple-PSGI/Makefile head/www/p5-libapreq2/Makefile head/www/phpwebapp/Makefile head/www/pivotx/Makefile head/www/piwigo/Makefile head/www/planet/Makefile head/www/py-flask-restplus/Makefile head/www/py-flask-restplus08/Makefile head/www/py-gandi.cli/Makefile head/www/pydio/Makefile head/www/rt40/Makefile head/www/rt42/Makefile head/www/rt44/Makefile head/www/rubygem-scrapi/Makefile head/www/seamonkey-i18n/Makefile head/www/seamonkey/Makefile head/www/tclwebtest/Makefile head/www/tdiary/Makefile head/www/tdom/Makefile head/www/testlink/Makefile head/www/thundersnarf/Makefile head/www/tidy-devel/Makefile head/www/tt-rss/Makefile head/www/twiki/Makefile head/www/uzbl/Makefile head/www/varnish4/Makefile head/www/webstone-ssl/Makefile head/www/wikicalc/Makefile head/www/wt/Makefile head/www/xpi-adblock/Makefile head/www/xpi-adblock/Makefile.xpi head/www/xpi-clear_cache_button/Makefile head/www/xpi-conkeror/Makefile head/www/xpi-flashblock/Makefile head/www/xpi-imagezoom/Makefile head/www/xpi-jslib/Makefile head/www/xpi-jsview/Makefile head/www/xpi-server_spy/Makefile head/www/xpi-showip/Makefile head/www/yabb/Makefile head/www/yanopaste/Makefile head/www/youtube_dl/Makefile head/www/zen-cart/Makefile head/x11-clocks/asclock-gtk/Makefile head/x11-clocks/asclock-xlib/Makefile head/x11-clocks/pclock/Makefile head/x11-fm/doublecmd/Makefile head/x11-fm/gentoo/Makefile head/x11-fm/gprename/Makefile head/x11-themes/adwaita-icon-theme/Makefile head/x11-themes/gtk-digital-harmony-theme/Makefile head/x11-themes/gtk-equinox-engine/Makefile head/x11-themes/openbox-themes/Makefile head/x11-themes/sawfish-themes/Makefile head/x11-toolkits/gtk12/Makefile head/x11-toolkits/gtk30/Makefile head/x11-toolkits/gtkada/Makefile head/x11-toolkits/iwidgets/Makefile head/x11-toolkits/linux-c6-qt47-x11/Makefile head/x11-toolkits/py-gui/Makefile head/x11-toolkits/py-wxPython28/Makefile head/x11-toolkits/swt-devel/Makefile head/x11-toolkits/swt/Makefile head/x11-wm/fvwm-crystal/Makefile head/x11-wm/gcompmgr/Makefile head/x11/bmpanel2/Makefile head/x11/cinnamon-screensaver/Makefile head/x11/eaglemode/Makefile head/x11/tycoon/Makefile head/x11/wmappl/Makefile head/x11/wmxss/Makefile head/x11/xkbctrl/Makefile head/x11/xvattr/Makefile Modified: head/Makefile ============================================================================== --- head/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -74,7 +74,7 @@ index: fetchindex: ${INDEXDIR}/${INDEXFILE}.bz2 @bunzip2 < ${INDEXDIR}/${INDEXFILE}.bz2 > ${INDEXDIR}/${INDEXFILE} && \ - chmod a+r ${INDEXDIR}/${INDEXFILE} && ${RM} -f ${INDEXDIR}/${INDEXFILE}.bz2 + chmod a+r ${INDEXDIR}/${INDEXFILE} && ${RM} ${INDEXDIR}/${INDEXFILE}.bz2 ${INDEXDIR}/${INDEXFILE}.bz2: .PHONY @${FETCHINDEX} ${INDEXDIR}/${INDEXFILE}.bz2 ${MASTER_SITE_INDEX}${INDEXFILE}.bz2 Modified: head/Mk/Uses/elixir.mk ============================================================================== --- head/Mk/Uses/elixir.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/Uses/elixir.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -81,10 +81,10 @@ do-build: fi .endfor .endif - @${RM} -f ${WRKSRC}/mix.lock + @${RM} ${WRKSRC}/mix.lock @cd ${WRKSRC} && ${MIX_COMPILE} .for app in ${MIX_EXTRA_APPS} - @${RM} -f ${WRKSRC}/${app}/mix.lock + @${RM} ${WRKSRC}/${app}/mix.lock @cd ${WRKSRC}/${app} && ${MIX_COMPILE} .endfor .endif # .if !target(do-build) Modified: head/Mk/Uses/erlang.mk ============================================================================== --- head/Mk/Uses/erlang.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/Uses/erlang.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -86,12 +86,12 @@ post-patch-erlang: ${REINPLACE_CMD} -i '' -e "s@\./rebar3@${REBAR3_CMD}@; s@\./rebar@${REBAR_CMD}@" \ ${WRKSRC}/rebar.config; \ fi - @${RM} -f ${WRKSRC}/src/*.orig ${WRKSRC}/include/*.orig + @${RM} ${WRKSRC}/src/*.orig ${WRKSRC}/include/*.orig .if !target(do-build) do-build: # This will cause calls to local rebar and rebar3 to fail; makes it easier to spot them - @${RM} -f ${WRKSRC}/rebar ${WRKSRC}/rebar3 + @${RM} ${WRKSRC}/rebar ${WRKSRC}/rebar3 .for target in ${REBAR_TARGETS} # Remove rebar.lock every time - it can be created again after each run of rebar3 @${RM} ${WRKSRC}/rebar.lock Modified: head/Mk/Uses/gem.mk ============================================================================== --- head/Mk/Uses/gem.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/Uses/gem.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -123,7 +123,7 @@ do-install: ${RM} -r ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR}/build_info/ ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -type f -name '*.so' -exec ${STRIP_CMD} {} + ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -type f \( -name mkmf.log -or -name gem_make.out \) -delete - ${RM} -rf ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ext \ + ${RM} -r ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ext \ ${STAGEDIR}${PREFIX}/${CACHE_DIR} 2> /dev/null || ${TRUE} ${RMDIR} ${STAGEDIR}${PREFIX}/${EXT_DIR} 2> /dev/null || ${TRUE} .if defined(NOPORTDOCS) Modified: head/Mk/Uses/gnome.mk ============================================================================== --- head/Mk/Uses/gnome.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/Uses/gnome.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -712,7 +712,7 @@ gnome-post-omf: .if defined(INSTALLS_ICONS) _USES_install+= 690:gnome-post-icons gnome-post-icons: - @${RM} -f ${TMPPLIST}.icons1 + @${RM} ${TMPPLIST}.icons1 @for i in `${GREP} "^share/icons/.*/" ${TMPPLIST} | ${CUT} -d / -f 1-3 | ${SORT} -u`; do \ ${ECHO_CMD} "@rmtry $${i}/icon-theme.cache" \ >> ${TMPPLIST}.icons1; \ @@ -723,7 +723,7 @@ gnome-post-icons: done @if test -f ${TMPPLIST}.icons1; then \ ${CAT} ${TMPPLIST}.icons1 ${TMPPLIST} > ${TMPPLIST}.icons2; \ - ${RM} -f ${TMPPLIST}.icons1; \ + ${RM} ${TMPPLIST}.icons1; \ ${MV} -f ${TMPPLIST}.icons2 ${TMPPLIST}; \ fi .endif Modified: head/Mk/Uses/gssapi.mk ============================================================================== --- head/Mk/Uses/gssapi.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/Uses/gssapi.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -187,7 +187,7 @@ debug-krb: ${GSSAPILIBS} ${GSSAPILDFLAGS} ${_DEBUG_KRB_RPATH} \ /tmp/${.TARGET}.c && \ ldd /tmp/${.TARGET}.x; \ - rm -f /tmp/${.TARGET}.x + ${RM} /tmp/${.TARGET}.x @echo "PREFIX: ${PREFIX}" @echo "GSSAPIBASEDIR: ${GSSAPIBASEDIR}" @echo "GSSAPIINCDIR: ${GSSAPIINCDIR}" Modified: head/Mk/Uses/pear.mk ============================================================================== --- head/Mk/Uses/pear.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/Uses/pear.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -117,8 +117,8 @@ do-autogenerate-plist: @${LN} -sf ${WRKDIR}/package.xml ${WRKSRC}/package.xml @cd ${WRKSRC} && ${PEAR} install -n -f -P ${WRKDIR}/inst package.xml > /dev/null 2> /dev/null .for R in .channels .depdb .depdblock .filemap .lock .registry - @${RM} -rf ${WRKDIR}/inst/${PREFIX}/${LPEARDIR}/${R} - @${RM} -rf ${WRKDIR}/inst/${R} + @${RM} -r ${WRKDIR}/inst/${PREFIX}/${LPEARDIR}/${R} + @${RM} -r ${WRKDIR}/inst/${R} .endfor @FILES=`cd ${WRKDIR}/inst && ${FIND} . -type f | ${CUT} -c 2- | \ ${GREP} -v -E "^${PREFIX}/"` || exit 0; \ @@ -134,8 +134,8 @@ do-install: @cd ${WRKSRC} && ${PEAR} install -n -f -P ${STAGEDIR} package.xml # Clean up orphans re-generated by pear-install .for R in .channels .depdb .depdblock .filemap .lock .registry - @${RM} -rf ${STAGEDIR}${PREFIX}/${LPEARDIR}/${R} - @${RM} -rf ${STAGEDIR}/${R} + @${RM} -r ${STAGEDIR}${PREFIX}/${LPEARDIR}/${R} + @${RM} -r ${STAGEDIR}/${R} .endfor .endif Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/Uses/perl5.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -308,7 +308,7 @@ fix-perl-things: # by mistake in their plists. It is sometime compressed, so use a # shell glob for the removal. Also, remove the directories that # contain it to not leave orphans directories around. - @${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod* || : + @${RM} ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod* || : @${RMDIR} -p ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH} 2>/dev/null || : # Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base README.pod is # no longer manified into a README.3, as the README.pod is installed and can be Modified: head/Mk/Uses/php.mk ============================================================================== --- head/Mk/Uses/php.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/Uses/php.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -242,7 +242,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/${header}/*.h \ ${STAGEDIR}${PREFIX}/include/php/ext/${PHP_MODNAME}/${header} . endfor - @${RM} -f ${STAGEDIR}${PREFIX}/include/php/ext/${PHP_MODNAME}/config.h + @${RM} ${STAGEDIR}${PREFIX}/include/php/ext/${PHP_MODNAME}/config.h @${GREP} "#define \(COMPILE\|HAVE\|USE\)_" ${WRKSRC}/config.h \ > ${STAGEDIR}${PREFIX}/include/php/ext/${PHP_MODNAME}/config.h @${MKDIR} ${STAGEDIR}${PREFIX}/etc/php @@ -264,7 +264,7 @@ add-plist-phpext: >> ${TMPPLIST} @${ECHO_CMD} "@unexec grep -v ext/${PHP_MODNAME}/config.h %D/include/php/ext/php_config.h.orig > %D/include/php/ext/php_config.h || true" \ >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rm %D/include/php/ext/php_config.h.orig" \ + @${ECHO_CMD} "@unexec ${RM} %D/include/php/ext/php_config.h.orig" \ >> ${TMPPLIST} @${ECHO_CMD} "${PHP_EXT_INI_FILE}" \ >> ${TMPPLIST} Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/bsd.gecko.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -488,7 +488,7 @@ gecko-post-patch: .if exists(${PKGDEINSTALL_INC}) @${MOZCONFIG_SED} < ${PKGDEINSTALL_INC} > ${PKGDEINSTALL} .endif - @${RM} -f ${MOZCONFIG} + @${RM} ${MOZCONFIG} .if !defined(NOMOZCONFIG) @if [ -e ${PORT_MOZCONFIG} ] ; then \ ${MOZCONFIG_SED} < ${PORT_MOZCONFIG} >> ${MOZCONFIG} ; \ @@ -579,7 +579,7 @@ post-install-script: gecko-create-plist gecko-create-plist: # Create the plist - ${RM} -f ${PLISTF} + ${RM} ${PLISTF} .for dir in ${MOZILLA_PLIST_DIRS} @cd ${STAGEDIR}${PREFIX}/${dir} && ${FIND} -H -s * ! -type d | \ ${SED} -e 's|^|${dir}/|' >> ${PLISTF} Modified: head/Mk/bsd.licenses.mk ============================================================================== --- head/Mk/bsd.licenses.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/bsd.licenses.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -616,12 +616,12 @@ ${_LICENSE_COOKIE}: "$$(${CAT} ${_LICENSE_FILE})" 21 76 . elif ${_LICENSE_COMB} == "dual" - @${RM} -f ${_LICENSE_ASK_DATA} + @${RM} ${_LICENSE_ASK_DATA} . for lic in ${_LICENSE_TO_ASK} @${ECHO_CMD} "${lic}:${_LICENSE_FILE_${lic}}" >> ${_LICENSE_ASK_DATA} . endfor @menu_cmd="${DIALOG} --hline \"This port requires you to accept at least one license\" --menu \"License for ${PKGNAME} (dual)\" 21 70 15"; \ - trap '${RM} -f $$tmpfile' EXIT INT TERM; \ + trap '${RM} $$tmpfile' EXIT INT TERM; \ tmpfile=$$(mktemp -t portlicenses); \ for lic in ${_LICENSE_TO_ASK}; do \ menu_cmd="$${menu_cmd} VIEW_$${lic} \"View the license $${lic}\" USE_$${lic} \"Accept the license $${lic}\""; \ @@ -642,12 +642,12 @@ ${_LICENSE_COOKIE}: done . elif ${_LICENSE_COMB} == "multi" - @${RM} -f ${_LICENSE_ASK_DATA} + @${RM} ${_LICENSE_ASK_DATA} . for lic in ${_LICENSE_TO_ASK} @${ECHO_CMD} "${lic}:${_LICENSE_FILE_${lic}}" >> ${_LICENSE_ASK_DATA} . endfor @menu_cmd="${DIALOG} --hline \"This port requires you to accept all mentioned licenses\" --menu \"License for ${PKGNAME} (multi)\" 21 70 15"; \ - trap '${RM} -f $$tmpfile' EXIT INT TERM; \ + trap '${RM} $$tmpfile' EXIT INT TERM; \ tmpfile=$$(mktemp -t portlicenses); \ for lic in ${_LICENSE_TO_ASK}; do \ menu_cmd="$${menu_cmd} VIEW_$${lic} \"View the license $${lic}\""; \ @@ -693,12 +693,12 @@ ${_LICENSE_COOKIE}: @${ECHO_MSG} @exit 1 . endif - @${RM} -f ${_LICENSE_ASK_DATA} + @${RM} ${_LICENSE_ASK_DATA} .endif # Create report and catalog .if !defined(NO_LICENSES_INSTALL) - @${RM} -f ${_LICENSE_CATALOG_TMP} ${_LICENSE_REPORT_TMP} + @${RM} ${_LICENSE_CATALOG_TMP} ${_LICENSE_REPORT_TMP} . if ${_LICENSE_COMB} == "single" # Catalog . for var in _LICENSE _LICENSE_NAME _LICENSE_PERMS _LICENSE_GROUPS _LICENSE_DISTFILES Modified: head/Mk/bsd.ocaml.mk ============================================================================== --- head/Mk/bsd.ocaml.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/bsd.ocaml.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -185,7 +185,7 @@ ocaml-ldconfig: _USES_install+= 745:ocaml-wash ocaml-wash: # If ld.conf is empty - @${ECHO_CMD} "@postunexec if [ ! -s %D/${OCAML_LDCONF} ]; then ${RM} -f %D/${OCAML_LDCONF}; fi || true" >> ${TMPPLIST} + @${ECHO_CMD} "@postunexec if [ ! -s %D/${OCAML_LDCONF} ]; then ${RM} %D/${OCAML_LDCONF}; fi || true" >> ${TMPPLIST} . endif .endif Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/bsd.port.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -3043,7 +3043,7 @@ fetch-url-list: fetch-url-list-int # Extract clean-wrkdir: - @${RM} -rf ${WRKDIR} + @${RM} -r ${WRKDIR} .if !target(do-extract) do-extract: @@ -3150,7 +3150,7 @@ run-autotools-fixup: cmp -s $${f}.fbsd10bak $${f} || \ ${ECHO_MSG} "===> FreeBSD 10 autotools fix applied to $${f}"; \ ${TOUCH} ${TOUCH_FLAGS} -mr $${f}.fbsd10bak $${f} ; \ - ${RM} -f $${f}.fbsd10bak ; \ + ${RM} $${f}.fbsd10bak ; \ done .endif .endif @@ -3349,7 +3349,7 @@ do-package: ${TMPPLIST} fi; \ fi @for cat in ${CATEGORIES}; do \ - ${RM} -f ${PACKAGES}/$$cat/${PKGNAMEPREFIX}${PORTNAME}*${PKG_SUFX} ; \ + ${RM} ${PACKAGES}/$$cat/${PKGNAMEPREFIX}${PORTNAME}*${PKG_SUFX} ; \ done @${MKDIR} ${WRKDIR}/pkg @if ${SETENV} ${PKG_ENV} FORCE_POST="${_FORCE_POST_PATTERNS}" ${PKG_CREATE} ${PKG_CREATE_ARGS} -f ${PKG_SUFX:S/.//} -o ${WRKDIR}/pkg ${PKGNAME}; then \ @@ -3380,12 +3380,12 @@ do-package: ${TMPPLIST} delete-package: @${ECHO_MSG} "===> Deleting package for ${PKGNAME}" # When staging, the package may only be in the workdir if not root - @${RM} -f ${PKGFILE} ${WRKDIR_PKGFILE} 2>/dev/null || : + @${RM} ${PKGFILE} ${WRKDIR_PKGFILE} 2>/dev/null || : .endif .if !target(delete-package-list) delete-package-list: - @${ECHO_CMD} "[ -f ${PKGFILE} ] && (${ECHO_CMD} deleting ${PKGFILE}; ${RM} -f ${PKGFILE})" + @${ECHO_CMD} "[ -f ${PKGFILE} ] && (${ECHO_CMD} deleting ${PKGFILE}; ${RM} ${PKGFILE})" .endif # Used by scripts and users to install a package from local repository. @@ -3518,7 +3518,7 @@ security-check: ${TMPPLIST} # 4. startup scripts, in conjunction with 2. # 5. world-writable files/dirs # - -@${RM} -f ${WRKDIR}/.PLIST.setuid ${WRKDIR}/.PLIST.writable ${WRKDIR}/.PLIST.objdump; \ + -@${RM} ${WRKDIR}/.PLIST.setuid ${WRKDIR}/.PLIST.writable ${WRKDIR}/.PLIST.objdump; \ ${AWK} -v prefix='${PREFIX}' ' \ match($$0, /^@cwd /) { prefix = substr($$0, RSTART + RLENGTH); if (prefix == "/") prefix=""; next; } \ /^@/ { next; } \ @@ -3621,13 +3621,13 @@ checkpatch: .if !target(reinstall) reinstall: - @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} + @${RM} ${INSTALL_COOKIE} ${PACKAGE_COOKIE} @cd ${.CURDIR} && DEPENDS_TARGET="${DEPENDS_TARGET}" ${MAKE} -DFORCE_PKG_REGISTER install .endif .if !target(restage) restage: - @${RM} -rf ${STAGEDIR} ${STAGE_COOKIE} ${INSTALL_COOKIE} ${PACKAGE_COOKIE} + @${RM} -r ${STAGEDIR} ${STAGE_COOKIE} ${INSTALL_COOKIE} ${PACKAGE_COOKIE} @cd ${.CURDIR} && ${MAKE} stage .endif @@ -3651,7 +3651,7 @@ deinstall: else \ ${ECHO_MSG} "===> ${PKGBASE} not installed, skipping"; \ fi - @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} + @${RM} ${INSTALL_COOKIE} ${PACKAGE_COOKIE} .endif .endif @@ -3680,7 +3680,7 @@ deinstall-all: else \ ${ECHO_MSG} "===> ${PKGORIGIN} not installed, skipping"; \ fi; \ - ${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} + ${RM} ${INSTALL_COOKIE} ${PACKAGE_COOKIE} .endif .endif @@ -3690,7 +3690,7 @@ deinstall-all: do-clean: @if [ -d ${WRKDIR} ]; then \ if [ -w ${WRKDIR} ]; then \ - ${RM} -rf ${WRKDIR}; \ + ${RM} -r ${WRKDIR}; \ else \ ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \ fi; \ @@ -3728,7 +3728,7 @@ delete-distfiles: @(if [ "X${RESTRICTED_FILES}" != "X" -a -d ${_DISTDIR} ]; then \ cd ${_DISTDIR}; \ for file in ${RESTRICTED_FILES}; do \ - ${RM} -f $${file}; \ + ${RM} $${file}; \ dir=$${file%/*}; \ if [ "$${dir}" != "$${file}" ]; then \ ${RMDIR} -p $${dir} >/dev/null 2>&1 || :; \ @@ -3745,7 +3745,7 @@ delete-distfiles-list: @${ECHO_CMD} "# ${PKGNAME}" @if [ "X${RESTRICTED_FILES}" != "X" ]; then \ for file in ${RESTRICTED_FILES}; do \ - ${ECHO_CMD} "[ -f ${_DISTDIR}/$$file ] && (${ECHO_CMD} deleting ${_DISTDIR}/$$file; ${RM} -f ${_DISTDIR}/$$file)"; \ + ${ECHO_CMD} "[ -f ${_DISTDIR}/$$file ] && (${ECHO_CMD} deleting ${_DISTDIR}/$$file; ${RM} ${_DISTDIR}/$$file)"; \ dir=$${file%/*}; \ if [ "$${dir}" != "$${file}" ]; then \ ${ECHO_CMD} "(cd ${_DISTDIR} && ${RMDIR} -p $${dir} 2>/dev/null)"; \ @@ -3848,7 +3848,7 @@ package-name: repackage: pre-repackage package pre-repackage: - @${RM} -f ${PACKAGE_COOKIE} + @${RM} ${PACKAGE_COOKIE} .endif # Build a package but don't check the cookie for installation, also don't @@ -4282,7 +4282,7 @@ readmes: readme .if !target(readme) readme: - @${RM} -f ${.CURDIR}/README.html + @${RM} ${.CURDIR}/README.html @cd ${.CURDIR} && ${MAKE} ${.CURDIR}/README.html .endif @@ -4508,13 +4508,13 @@ compress-man: ${GZIP_CMD} $${f} ; \ continue ; \ fi ; \ - ${RM} -f $${f} ; \ + ${RM} $${f} ; \ (cd $${f%/*}; ${LN} -f $${ref##*/} $${f##*/}.gz) ; \ done ; \ done ; \ ${FIND} $$dir -type l \! -name "*.gz" | while read link ; do \ ${LN} -sf $$(readlink $$link).gz $$link.gz ;\ - ${RM} -f $$link ; \ + ${RM} $$link ; \ done; \ done .endif @@ -4568,7 +4568,7 @@ fake-pkg: create-manifest .else @${SETENV} ${PKG_ENV} FORCE_POST="${_FORCE_POST_PATTERNS}" ${PKG_CMD} ${STAGE_ARGS} -m ${METADIR} -f ${TMPPLIST} .endif - @${RM} -rf ${METADIR} + @${RM} -r ${METADIR} .endif .endif @@ -4766,9 +4766,9 @@ do-config: (${ECHO_MSG} "===> Cannot create $${optionsdir}, check permissions"; exit 1) ; \ fi @TMPOPTIONSFILE=$$(mktemp -t portoptions); \ - trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ + trap "${RM} $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ ${SETENV} ${D4P_ENV} ${SH} ${SCRIPTSDIR}/dialog4ports.sh $${TMPOPTIONSFILE} || { \ - ${RM} -f $${TMPOPTIONSFILE}; \ + ${RM} $${TMPOPTIONSFILE}; \ ${ECHO_MSG} "===> Options unchanged"; \ exit 0; \ }; \ @@ -4778,9 +4778,9 @@ do-config: exit 0; \ fi; \ SELOPTIONS=$$(${CAT} $${TMPOPTIONSFILE}); \ - ${RM} -f $${TMPOPTIONSFILE}; \ + ${RM} $${TMPOPTIONSFILE}; \ TMPOPTIONSFILE=$$(mktemp -t portoptions); \ - trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ + trap "${RM} $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ ${ECHO_CMD} "# This file is auto-generated by 'make config'." > $${TMPOPTIONSFILE}; \ ${ECHO_CMD} "# Options for ${PKGNAME}" >> $${TMPOPTIONSFILE}; \ ${ECHO_CMD} "_OPTIONS_READ=${PKGNAME}" >> $${TMPOPTIONSFILE}; \ @@ -4800,7 +4800,7 @@ do-config: else \ ${CAT} $${TMPOPTIONSFILE} > ${OPTIONS_FILE}; \ fi; \ - ${RM} -f $${TMPOPTIONSFILE} + ${RM} $${TMPOPTIONSFILE} @cd ${.CURDIR} && ${MAKE} sanity-config .endif .endif # do-config @@ -4885,11 +4885,11 @@ rmconfig: optionsdir=${OPTIONS_FILE:H}; \ if [ ${UID} != 0 -a "x${INSTALL_AS_USER}" = "x" -a ! -w "${OPTIONS_FILE}" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to remove ${OPTIONS_FILE} and $${optionsdir}"; \ - ${SU_CMD} "${RM} -f ${OPTIONS_FILE} ; \ + ${SU_CMD} "${RM} ${OPTIONS_FILE} ; \ ${RMDIR} $${optionsdir}"; \ ${ECHO_MSG} "===> Returning to user credentials"; \ else \ - ${RM} -f ${OPTIONS_FILE}; \ + ${RM} ${OPTIONS_FILE}; \ ${RMDIR} $${optionsdir} 2>/dev/null || return 0; \ fi .else Modified: head/Mk/bsd.port.subdir.mk ============================================================================== --- head/Mk/bsd.port.subdir.mk Fri Oct 21 12:35:28 2016 (r424410) +++ head/Mk/bsd.port.subdir.mk Fri Oct 21 12:51:40 2016 (r424411) @@ -303,7 +303,7 @@ readmes: readme .if !target(readme) readme: - @${RM} -f README.html + @${RM} README.html @${MAKE} README.html .endif @@ -345,7 +345,7 @@ README.html: -e '/%%SUBDIR%%/r$@.tmp2' \ -e '/%%SUBDIR%%/d' \ > $@ - @${RM} -f $@.tmp $@.tmp2 $@.tmp3 $@.tmp4 + @${RM} $@.tmp $@.tmp2 $@.tmp3 $@.tmp4 # Pass in the cached invariant variables to child makes. .if !defined(NOPRECIOUSMAKEVARS) Modified: head/accessibility/at-spi/Makefile ============================================================================== --- head/accessibility/at-spi/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/accessibility/at-spi/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -30,7 +30,7 @@ INSTALL_TARGET= install-strip GCONF_SCHEMAS= at-spi.schemas post-extract: - @${RM} -f ${WRKSRC}/registryd/Accessibility_Registry.server + @${RM} ${WRKSRC}/registryd/Accessibility_Registry.server post-patch: @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" ${WRKSRC}/Makefile.in Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/accessibility/speech-dispatcher/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -77,7 +77,7 @@ post-install: .for f in ${ETCFILES} @${MV} ${STAGEDIR}${ETCDIR}/${f} ${STAGEDIR}${ETCDIR}/${f}.sample .endfor - @${RM} -rf ${STAGEDIR}${DATADIR}/conf + @${RM} -r ${STAGEDIR}${DATADIR}/conf @${RMDIR} ${STAGEDIR}${DATADIR} || ${TRUE} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/arabic/libitl/Makefile ============================================================================== --- head/arabic/libitl/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/arabic/libitl/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -19,7 +19,7 @@ MAKE_JOBS_UNSAFE= yes post-install: .for f in libitl.so libitl.so.0 - ${RM} -f ${STAGEDIR}${PREFIX}/lib/itl/$f + ${RM} ${STAGEDIR}${PREFIX}/lib/itl/$f ${LN} -s libitl.so.0.0.7 ${STAGEDIR}${PREFIX}/lib/itl/$f .endfor ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/itl/libitl.so Modified: head/archivers/deco/Makefile ============================================================================== --- head/archivers/deco/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/archivers/deco/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -41,7 +41,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/deco ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} .for i in LICENSE Makefile NEWS README config.mk - ${RM} -rf ${WRKSRC}/../${PORTNAME}-archive-1.7/${i} + ${RM} -r ${WRKSRC}/../${PORTNAME}-archive-1.7/${i} .endfor @cd ${WRKDIR}/${PORTNAME}-archive-1.7/x/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} @${FIND} ${STAGEDIR}${DATADIR} -type f -exec ${CHMOD} +x {} \; Modified: head/archivers/minizip/Makefile ============================================================================== --- head/archivers/minizip/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/archivers/minizip/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -27,12 +27,12 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/man/man1 regression-test: - ${RM} -rf ${WRKDIR}/regression-test1 + ${RM} -r ${WRKDIR}/regression-test1 ${MKDIR} ${WRKDIR}/regression-test1 ${MV} ${WRKSRC}/*.[cho] ${WRKDIR}/regression-test1 - ${RM} -f ${WRKDIR}/test.zip + ${RM} ${WRKDIR}/test.zip (cd ${WRKDIR}/regression-test1 && ${WRKSRC}/minizip ${WRKDIR}/test.zip *) - ${RM} -rf ${WRKDIR}/regression-test2 + ${RM} -r ${WRKDIR}/regression-test2 ${MKDIR} ${WRKDIR}/regression-test2 ${WRKSRC}/miniunzip ${WRKDIR}/test.zip -d ${WRKDIR}/regression-test2 ${DIFF} -ur ${WRKDIR}/regression-test1 ${WRKDIR}/regression-test2 > /dev/null Modified: head/archivers/unmakeself/Makefile ============================================================================== --- head/archivers/unmakeself/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/archivers/unmakeself/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -17,7 +17,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/unmakeself do-configure: - @${RM} -f ${WRKSRC}/config.h + @${RM} ${WRKSRC}/config.h @if ${GREP} -q memmem /usr/include/string.h; then \ ${ECHO_CMD} "#define HAS_MEMMEM" > ${WRKSRC}/config.h; \ else \ Modified: head/archivers/zipper/Makefile ============================================================================== --- head/archivers/zipper/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/archivers/zipper/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -15,6 +15,6 @@ USES= gnustep USE_GNUSTEP= back build post-patch: - cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -f -v "{}" ";" + cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -v "{}" ";" .include Modified: head/astro/gpsbabel/Makefile ============================================================================== --- head/astro/gpsbabel/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/astro/gpsbabel/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -36,7 +36,7 @@ post-patch: @${REINPLACE_CMD} '/langPath_ = / \ s|QApplication::applicationDirPath()|"${DATADIR}"|' \ ${WRKSRC}/gui/mainwindow.cc - @${RM} -rf ${WRKSRC}/zlib/contrib/minizip + @${RM} -r ${WRKSRC}/zlib/contrib/minizip do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gpsbabel ${STAGEDIR}${PREFIX}/bin/ Modified: head/audio/autozen/Makefile ============================================================================== --- head/audio/autozen/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/autozen/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -33,7 +33,7 @@ USE_GNOME= gtk20 MAKE_ENV= GTK_CONFIG="pkg-config gtk+-2.0" post-extract: - @cd ${WRKSRC} && ${RM} -f autozen seq2wav + @cd ${WRKSRC} && ${RM} autozen seq2wav post-patch: @${REINPLACE_CMD} -e \ Modified: head/audio/eawplus/Makefile ============================================================================== --- head/audio/eawplus/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/eawplus/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -24,8 +24,8 @@ PLIST_SUB= TIMIDITY_DATADIR=${TIMIDITY_D OPTIONS_DEFINE= DOCS post-extract: - @${RM} -f ${WRKSRC}/timidity/inst/GUS/power/h-hihatp.pat.orig - @${RM} -f ${WRKSRC}/timidity/inst/GUS/power/h-snare.pat.orig + @${RM} ${WRKSRC}/timidity/inst/GUS/power/h-hihatp.pat.orig + @${RM} ${WRKSRC}/timidity/inst/GUS/power/h-snare.pat.orig do-build: ${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \ Modified: head/audio/festdoc/Makefile ============================================================================== --- head/audio/festdoc/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/festdoc/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -30,7 +30,7 @@ do-install: ${CP} $$info ${STAGEDIR}${PREFIX}/info && \ ${CP} -r ${WRKSRC}/* ${STAGEDIR}${FDOC} && \ cd ${STAGEDIR}${FDOC} && \ - ${RM} -f $$info && \ + ${RM} $$info && \ ${RMDIR} festival/info .include Modified: head/audio/festival/Makefile ============================================================================== --- head/audio/festival/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/festival/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -100,7 +100,7 @@ do-install: ${FIND} ${FESTIVAL}/lib -type d -print0 | ${XARGS} -0 ${CHMOD} 755 ${FIND} ${FESTIVAL} -type f -name *.orig -delete ${CP} -pPR ${FESTIVAL}/lib ${FESTIVAL}/examples ${STAGEDIR}${DATADIR} - ${RM} -rf ${STAGEDIR}${DATADIR}/lib/etc/Makefile ${STAGEDIR}${DATADIR}/lib/etc/*FreeBSD* \ + ${RM} -r ${STAGEDIR}${DATADIR}/lib/etc/Makefile ${STAGEDIR}${DATADIR}/lib/etc/*FreeBSD* \ ${STAGEDIR}${DATADIR}/lib/etc/*unknown ${INSTALL_PROGRAM} ${FESTIVAL}/lib/etc/*/audsp ${STAGEDIR}${PREFIX}/libexec ${INSTALL_PROGRAM} ${FESTIVAL}/src/main/festival ${STAGEDIR}${PREFIX}/libexec/festival.naked Modified: head/audio/festvox-el11/Makefile ============================================================================== --- head/audio/festvox-el11/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/festvox-el11/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -29,6 +29,6 @@ post-extract: do-install: @${MKDIR} ${STAGEDIR}${FHOME} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME} - ${RM} -f ${STAGEDIR}${PREFIX}/share/festival/lib/voices/spanish/el_diphone/COPYING + ${RM} ${STAGEDIR}${PREFIX}/share/festival/lib/voices/spanish/el_diphone/COPYING .include Modified: head/audio/glame/Makefile ============================================================================== --- head/audio/glame/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/glame/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -30,7 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lltdl post-extract: - @cd ${WRKSRC}/doc && ${RM} -f *.info* + @cd ${WRKSRC}/doc && ${RM} *.info* post-patch: @${REINPLACE_CMD} -e 's| libltdl|| ; s|,$$LIBLTDL,|,,| ; \ Modified: head/audio/id3lib/Makefile ============================================================================== --- head/audio/id3lib/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/id3lib/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -18,7 +18,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-extract: - @${RM} -rf ${WRKSRC}/zlib + @${RM} -r ${WRKSRC}/zlib post-patch: @${REINPLACE_CMD} '/main/s/unsigned int/int/' \ Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/jack/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -61,9 +61,9 @@ post-patch: ${WRKSRC}/example-clients/Makefile.in @${REINPLACE_CMD} -e 's|md5sum|md5 -q|g' \ ${WRKSRC}/jackd/Makefile.in - @${RM} -f ${WRKSRC}/doc/reference/html/* + @${RM} ${WRKSRC}/doc/reference/html/* post-build: - @${RM} -f ${WRKSRC}/doc/reference/html/dir__2F* + @${RM} ${WRKSRC}/doc/reference/html/dir__2F* .include Modified: head/audio/libmusicbrainz5/Makefile ============================================================================== --- head/audio/libmusicbrainz5/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/libmusicbrainz5/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -26,6 +26,6 @@ post-patch: ${WRKSRC}/src/CMakeLists.txt ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/cmake/modules/*.cmake - ${RM} -f ${WRKSRC}/cmake/modules/FindLibXml2.cmake + ${RM} ${WRKSRC}/cmake/modules/FindLibXml2.cmake .include Modified: head/audio/libnoise/Makefile ============================================================================== --- head/audio/libnoise/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/libnoise/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -36,6 +36,6 @@ do-install: ${INSTALL_LIB} libnoise.la ${STAGEDIR}${PREFIX}/lib) (cd ${WRKSRC}/include && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/noise) - ${RM} -f ${STAGEDIR}${PREFIX}/include/noise/Makefile + ${RM} ${STAGEDIR}${PREFIX}/include/noise/Makefile .include Modified: head/audio/nosefart/Makefile ============================================================================== --- head/audio/nosefart/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/nosefart/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -20,7 +20,7 @@ MAKE_ENV= INSTALL="${INSTALL}" COPY="${C PLIST_FILES= bin/nosefart pre-build: - @${RM} -rf ${BUILD_WRKSRC}/nsfobj + @${RM} -r ${BUILD_WRKSRC}/nsfobj do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nsfobj/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Modified: head/audio/opusfile/Makefile ============================================================================== --- head/audio/opusfile/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/opusfile/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -50,7 +50,7 @@ post-patch: @${CP} ${FILESDIR}/ftime.c ${WRKSRC}/src/ post-install-DOXYGEN-on: - @${RM} -f ${WRKDIR}/PLIST.doc ; \ + @${RM} ${WRKDIR}/PLIST.doc ; \ ${FIND} ${STAGEDIR}${DOCSDIR}/html -type f | \ ${SED} 's|${STAGEDIR}${PREFIX}/||' \ >> ${WRKDIR}/PLIST.doc ; \ Modified: head/audio/p5-libvorbis/Makefile ============================================================================== --- head/audio/p5-libvorbis/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/p5-libvorbis/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -19,7 +19,7 @@ USES= perl5 USE_PERL5= configure post-extract: - @${RM} -rf ${WRKSRC}/blib ${WRKSRC}/pm_to_blib + @${RM} -r ${WRKSRC}/blib ${WRKSRC}/pm_to_blib post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Makefile.PL Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/pulseaudio/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -92,6 +92,6 @@ post-install: .endfor post-install-BASH-off: - @${RM} -rf ${STAGEDIR}${PREFIX}/share/bash-completion + @${RM} -r ${STAGEDIR}${PREFIX}/share/bash-completion .include Modified: head/audio/rhythmbox/Makefile ============================================================================== --- head/audio/rhythmbox/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/rhythmbox/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -92,6 +92,6 @@ post-patch: # rbzeitgeist plugin needs py3-zeitgeist post-install: - @${RM} -rf ${STAGEDIR}${PREFIX}/lib/rhythmbox/plugins/rbzeitgeist + @${RM} -r ${STAGEDIR}${PREFIX}/lib/rhythmbox/plugins/rbzeitgeist .include Modified: head/audio/rioutil/Makefile ============================================================================== --- head/audio/rioutil/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/rioutil/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -19,6 +19,6 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip post-extract: - @${RM} -f ${WRKSRC}/src/getopt* + @${RM} ${WRKSRC}/src/getopt* .include Modified: head/audio/timidity++/Makefile ============================================================================== --- head/audio/timidity++/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/timidity++/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -63,8 +63,8 @@ CONFLICTS_INSTALL= timidity-[0-9]* DOCFILES= README.alsaseq README.dl README.m2m README.mts README.sf pre-patch: - @${RM} -f ${WRKSRC}/libarc/*.h - @${RM} -f ${WRKSRC}/utils/mblock.h + @${RM} ${WRKSRC}/libarc/*.h + @${RM} ${WRKSRC}/utils/mblock.h pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${TIMID_LIBDIR} Modified: head/audio/timidity++/Makefile.interface ============================================================================== --- head/audio/timidity++/Makefile.interface Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/timidity++/Makefile.interface Fri Oct 21 12:51:40 2016 (r424411) @@ -121,8 +121,8 @@ DESKTOP_ENTRIES="XSkinMidi" "" "" "${LIN .endif post-extract: - @${RM} -f ${WRKSRC}/libarc/*.h - @${RM} -f ${WRKSRC}/utils/mblock.h + @${RM} ${WRKSRC}/libarc/*.h + @${RM} ${WRKSRC}/utils/mblock.h post-patch: .if ${INTERFACE} == "slang" Modified: head/audio/uade/Makefile ============================================================================== --- head/audio/uade/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/uade/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -49,7 +49,7 @@ XMMS_LIB_DEPENDS= libxmms.so:multimedia/ XMMS_CONFIGURE_WITH= xmms post-extract: - @${RM} -rf ${WRKSRC}/players/S + @${RM} -r ${WRKSRC}/players/S post-patch: @${REINPLACE_CMD} -e 's,lib/pkgconfig,libdata/pkgconfig,' \ Modified: head/audio/wildmidi/Makefile ============================================================================== --- head/audio/wildmidi/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/wildmidi/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -68,7 +68,7 @@ post-patch: ${REINPLACE_CMD} '/INSTALL/s@share/man@man@' pre-install: - @${RM} -f ${WRKSRC}/docs/man/man1/wildmidi.1${REINPLACE_ARGS:S/-i//} \ + @${RM} ${WRKSRC}/docs/man/man1/wildmidi.1${REINPLACE_ARGS:S/-i//} \ ${WRKSRC}/docs/man/man5/wildmidi.cfg.5${REINPLACE_ARGS:S/-i//} ${MKDIR} ${STAGEDIR}${DATADIR} ; \ ${CP} ${WRKSRC}/cfg/wildmidi.cfg ${STAGEDIR}${DATADIR}/wildmidi.cfg.sample Modified: head/audio/xmms-gbsplay/Makefile ============================================================================== --- head/audio/xmms-gbsplay/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/audio/xmms-gbsplay/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --disable-nas --prefix=$ PLIST_FILES= lib/xmms/Input/gbsxmms.so post-extract: - @${RM} -f ${WRKSRC}/po/subdir.mk + @${RM} ${WRKSRC}/po/subdir.mk post-patch: @${REINPLACE_CMD} -e \ Modified: head/base/gcc/Makefile ============================================================================== --- head/base/gcc/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/base/gcc/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -72,6 +72,6 @@ post-install: ${LN} -sf ${GCC_TARGET}-g++.1.gz ${STAGEDIR}/${MANDIR}1/c++.1.gz ${LN} -sf ${GCC_TARGET}-gcc ${STAGEDIR}/usr/bin/cc ; \ ${LN} -sf ${GCC_TARGET}-gcc.1.gz ${STAGEDIR}/${MANDIR}1/cc.1.gz - ${RM} -rf ${STAGEDIR}/usr/share/info + ${RM} -r ${STAGEDIR}/usr/share/info .include Modified: head/benchmarks/flowgrind/Makefile ============================================================================== --- head/benchmarks/flowgrind/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/benchmarks/flowgrind/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-pcap --enable-g CONFIGURE_ENV= LIBS="${LIBS} -lpcap" post-patch: - @${RM} -rf ${WRKSRC}/build-aux + @${RM} -r ${WRKSRC}/build-aux @${REINPLACE_CMD} -e 's|AC_LIB_RPATH||g' ${WRKSRC}/configure.ac .include Modified: head/benchmarks/lmbench/Makefile ============================================================================== --- head/benchmarks/lmbench/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/benchmarks/lmbench/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -40,7 +40,7 @@ post-extract: # Clean up turds from building the library. Some systems just have # .o, some also end up with .s, so clean up both. post-build: - @${RM} -f ${WRKSRC}/bin/*/*.[os] + @${RM} ${WRKSRC}/bin/*/*.[os] do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/lmbench Modified: head/benchmarks/nqueens/Makefile ============================================================================== --- head/benchmarks/nqueens/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/benchmarks/nqueens/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -35,7 +35,7 @@ PROGS+= qn24b_mpi .endif post-extract: - @${RM} -f ${WRKSRC}/qn24b_base + @${RM} ${WRKSRC}/qn24b_base do-build: cd ${WRKSRC} && \ Modified: head/benchmarks/siege/Makefile ============================================================================== --- head/benchmarks/siege/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/benchmarks/siege/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE --sysconfdir=${ETCDIR} pre-configure: - @${RM} -f ${WRKSRC}/acinclude.m4 - @${RM} -f ${WRKSRC}/utils/missing + @${RM} ${WRKSRC}/acinclude.m4 + @${RM} ${WRKSRC}/utils/missing .include Modified: head/benchmarks/unixbench/Makefile ============================================================================== --- head/benchmarks/unixbench/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/benchmarks/unixbench/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -17,7 +17,7 @@ SUB_FILES= unixbench MAKE_JOBS_UNSAFE= yes post-extract: - ${RM} -f ${WRKSRC}/pgms/select + ${RM} ${WRKSRC}/pgms/select do-install: ${INSTALL_SCRIPT} ${WRKDIR}/unixbench ${STAGEDIR}${PREFIX}/bin/ Modified: head/biology/artemis/Makefile ============================================================================== --- head/biology/artemis/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/biology/artemis/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -21,7 +21,7 @@ NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" post-extract: - @${FIND} ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} + + @${FIND} ${WRKSRC} -type d -name CVS -exec ${RM} -r {} + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}-${PORTVERSION} Modified: head/biology/fasta/Makefile ============================================================================== --- head/biology/fasta/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/biology/fasta/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -22,7 +22,7 @@ PORTDOCS= COPYRIGHT README.versions fast OPTIONS_DEFINE= DOCS do-extract: - @ ${RM} -rf ${WRKDIR} + @ ${RM} -r ${WRKDIR} @ ${MKDIR} ${WRKSRC} @ for f in ${EXTRACT_ONLY}; do \ cd ${WRKSRC} && (${GZCAT} ${DISTDIR}/$${f} | ${SH} >/dev/null); \ Modified: head/biology/tinker/Makefile ============================================================================== --- head/biology/tinker/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/biology/tinker/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -45,7 +45,7 @@ post-extract: @${CHMOD} -R u+w ${WRKSRC} pre-build: - @${RM} -f ${BUILD_WRKSRC}/*.c + @${RM} ${BUILD_WRKSRC}/*.c post-install: ${MKDIR} ${STAGEDIR}${DATADIR} Modified: head/cad/impact/Makefile ============================================================================== --- head/cad/impact/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/cad/impact/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -49,7 +49,7 @@ GMSH_RUN_DEPENDS= gmsh:cad/gmsh post-extract: @${FIND} ${WRKSRC} -name CVS -type d -print0 -or -name .cvsignore -type f -print0 | \ - ${XARGS} -0 ${RM} -rf + ${XARGS} -0 ${RM} -r do-install: (cd ${WRKDIR} && ${INSTALL_SCRIPT} impact impactgui \ Modified: head/cad/kicad/Makefile ============================================================================== --- head/cad/kicad/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/cad/kicad/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -80,7 +80,7 @@ post-install-NLS-on: ${MKDIR} ${STAGEDIR}${DATADIR}/internat (cd ${WRKSRC}/doc/internat && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/internat) - ${RM} -f ${STAGEDIR}${DATADIR}/internat/CMakeLists.txt + ${RM} ${STAGEDIR}${DATADIR}/internat/CMakeLists.txt ${FIND} ${STAGEDIR}${DATADIR}/internat -name kicad.po -delete post-install-DOCS-on: Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/cad/opencascade/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -124,7 +124,7 @@ post-install: done) ${MKDIR} ${STAGEDIR}${PREFIX}/include/OpenCASCADE (cd ${STAGEDIR}${OCCROOT}/inc && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/OpenCASCADE) - ${RM} -rf ${STAGEDIR}${OCCROOT}/inc + ${RM} -r ${STAGEDIR}${OCCROOT}/inc ${LN} -sf ${PREFIX}/include/OpenCASCADE ${STAGEDIR}${OCCROOT}/inc (cd ${WRKSRC} && ${COPYTREE_SHARE} tests ${STAGEDIR}${OCCROOT}) post-install-DOCS-on: Modified: head/cad/tochnog/Makefile ============================================================================== --- head/cad/tochnog/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/cad/tochnog/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -94,7 +94,7 @@ do-install: ${STAGEDIR}${GID_PTYPES}/tochnog.gid do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${RM} -f ${WRKDIR}/Sources/test/*.orig + ${RM} ${WRKDIR}/Sources/test/*.orig ${INSTALL_DATA} ${WRKDIR}/Sources/test/* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/chinese/cnprint/Makefile ============================================================================== --- head/chinese/cnprint/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/chinese/cnprint/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -31,7 +31,7 @@ do-extract: .endfor cd ${WRKSRC} ; \ ${TAR} pzvxf hbf.tar.gz ; ${MV} hbf/* . ; \ - ${RM} -fr hbf ; \ + ${RM} -r hbf ; \ ${GUNZIP_CMD} *.gz || ${TRUE} post-patch: Modified: head/chinese/fireflyttf/Makefile ============================================================================== --- head/chinese/fireflyttf/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/chinese/fireflyttf/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -37,7 +37,7 @@ post-extract: @${TAR} -C ${WRKSRC} -zxf ${DISTDIR}/fireflysung-1.3.0p1.tar.gz \ fireflysung-1.3.0p1/fireflysung.ttf @${MV} ${WRKSRC}/fireflysung-1.3.0p1/fireflysung.ttf ${WRKSRC} - @${RM} -rf ${WRKSRC}/fireflysung-1.3.0p1 + @${RM} -r ${WRKSRC}/fireflysung-1.3.0p1 .else ${TRUE} .endif Modified: head/chinese/phpbb-tw/Makefile ============================================================================== --- head/chinese/phpbb-tw/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/chinese/phpbb-tw/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -70,7 +70,7 @@ pre-everything:: post-patch: @ ${REINPLACE_CMD} -e "s#\.\./templates#/${PHPBB_URL}/templates#" \ ${WRKSRC}/docs/*.html - @${RM} -f `${FIND} ${WRKSRC} -name '*.orig'` + @${RM} `${FIND} ${WRKSRC} -name '*.orig'` do-install: @ ${MKDIR} -m 0775 ${STAGEDIR}${PREFIX}/${PHPBBDIR} Modified: head/comms/cqrlog/Makefile ============================================================================== --- head/comms/cqrlog/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/comms/cqrlog/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -44,7 +44,7 @@ QT4_BUILD_DEPENDS= ${LAZARUS_DIR}/lcl/un QT4_MAKE_ARGS= PLATFORM=qt post-extract: - @${RM} -rf ${WRKSRC}/src/lnet/lib/openssl.pas + @${RM} -r ${WRKSRC}/src/lnet/lib/openssl.pas post-patch: @${SED} -e s!%%LOCALBASE%%!${LOCALBASE}!g \ @@ -65,7 +65,7 @@ post-patch: ${WRKSRC}/src/dData.pas ${WRKSRC}/src/fGrayline.pas ${REINPLACE_CMD} -e s!%%LAZARUSDIR%%!${LAZARUS_DIR}!g \ ${WRKSRC}/Makefile - ${RM} -rf ${WRKSRC}/src/mysql + ${RM} -r ${WRKSRC}/src/mysql ${LAZARUS_DIR}/tools/lazres ${WRKSRC}/src/fLoTWExport.lrs \ ${WRKSRC}/src/fLoTWExport.lfm ${LAZARUS_DIR}/tools/lazres ${WRKSRC}/src/fPreferences.lrs \ Modified: head/comms/wwl/Makefile ============================================================================== --- head/comms/wwl/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/comms/wwl/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -15,7 +15,7 @@ CONFLICTS= locator* do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wwl ${STAGEDIR}${PREFIX}/bin - @${RM} -f ${STAGEDIR}${PREFIX}/bin/locator + @${RM} ${STAGEDIR}${PREFIX}/bin/locator @${LN} -sf wwl ${STAGEDIR}${PREFIX}/bin/locator @${INSTALL_DATA} ${WRKSRC}/wwl.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/comms/yaac/Makefile ============================================================================== --- head/comms/yaac/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/comms/yaac/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/yaac do-install: ${UNZIP_NATIVE_CMD} -d ${STAGEDIR}/${JAVASHAREDIR}/${PORTNAME} ${WRKSRC}/YAAC.zip - ${RM} -rf ${STAGEDIR}/${JAVASHAREDIR}/${PORTNAME}/lib/rxtx-2.2pre2-bins + ${RM} -r ${STAGEDIR}/${JAVASHAREDIR}/${PORTNAME}/lib/rxtx-2.2pre2-bins ${INSTALL_SCRIPT} ${WRKDIR}/yaac.sh ${STAGEDIR}${PREFIX}/bin/yaac .include Modified: head/converters/recode/Makefile ============================================================================== --- head/converters/recode/Makefile Fri Oct 21 12:35:28 2016 (r424410) +++ head/converters/recode/Makefile Fri Oct 21 12:51:40 2016 (r424411) @@ -26,7 +26,7 @@ INFO= recode post-extract: @${CP} ${FILESDIR}/ru.po ${WRKSRC}/i18n - @${RM} -f ${WRKSRC}/doc/${PORTNAME}.info* + @${RM} ${WRKSRC}/doc/${PORTNAME}.info* post-patch: @${REINPLACE_CMD} -E \ Modified: head/databases/adodb/Makefile ============================================================================== --- head/databases/adodb/Makefile Fri Oct 21 12:35:28 2016 (r424410) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Oct 21 13:09:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ED55C1B051; Fri, 21 Oct 2016 13:09:23 +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 50A0EAFA; Fri, 21 Oct 2016 13:09:23 +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 u9LD9MHZ080317; Fri, 21 Oct 2016 13:09:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LD9Mdp080316; Fri, 21 Oct 2016 13:09:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610211309.u9LD9Mdp080316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 13:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424412 - head/irc/ircd-ratbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 13:09:23 -0000 Author: amdmi3 Date: Fri Oct 21 13:09:22 2016 New Revision: 424412 URL: https://svnweb.freebsd.org/changeset/ports/424412 Log: - Mark broken on 9.x: Unknown modifier 'U' Syntax error: Unterminated quoted string Approved by: portmgr blanket Modified: head/irc/ircd-ratbox/Makefile Modified: head/irc/ircd-ratbox/Makefile ============================================================================== --- head/irc/ircd-ratbox/Makefile Fri Oct 21 12:51:40 2016 (r424411) +++ head/irc/ircd-ratbox/Makefile Fri Oct 21 13:09:22 2016 (r424412) @@ -15,6 +15,8 @@ LICENSE= GPLv2 CONFLICTS= ircd-ratbox-devel-[0-9]* charybdis-[0-9]* +BROKEN_FreeBSD_9= does not build + USES= cpe libtool sqlite tar:bzip2 CPE_VENDOR= ratbox USE_RC_SUBR= ircd-ratbox From owner-svn-ports-all@freebsd.org Fri Oct 21 13:13:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7677C1B287; Fri, 21 Oct 2016 13:13:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F796145; Fri, 21 Oct 2016 13:13:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LDDRZt083935; Fri, 21 Oct 2016 13:13:27 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LDDRt7083932; Fri, 21 Oct 2016 13:13:27 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610211313.u9LDDRt7083932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 21 Oct 2016 13:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424413 - in head/games: apoolGL pouetchess prboom-plus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 13:13:28 -0000 Author: mat Date: Fri Oct 21 13:13:27 2016 New Revision: 424413 URL: https://svnweb.freebsd.org/changeset/ports/424413 Log: Some more clever usage of printf \r. The games/prboom-plus bits were not used anywhere. Sponsored by: Absolight Modified: head/games/apoolGL/Makefile (contents, props changed) head/games/pouetchess/Makefile (contents, props changed) head/games/prboom-plus/Makefile.include (contents, props changed) Modified: head/games/apoolGL/Makefile ============================================================================== --- head/games/apoolGL/Makefile Fri Oct 21 13:09:22 2016 (r424412) +++ head/games/apoolGL/Makefile Fri Oct 21 13:13:27 2016 (r424413) @@ -15,13 +15,14 @@ LICENSE= GPLv2+ USE_SDL= sdl USE_GL= gl +USES= dos2unix +DOS2UNIX_FILES= ApoolGL.txt OPTIONS_DEFINE= DOCS PORTDOCS= ApoolGL.txt CHANGELOG OpenGL-Features post-patch: - @${REINPLACE_CMD} -e "s|`${PRINTF} '\r'`$$||" ${WRKSRC}/ApoolGL.txt @${REINPLACE_CMD} -e 's|SDL/||' ${WRKSRC}/*.c do-build: Modified: head/games/pouetchess/Makefile ============================================================================== --- head/games/pouetchess/Makefile Fri Oct 21 13:09:22 2016 (r424412) +++ head/games/pouetchess/Makefile Fri Oct 21 13:13:27 2016 (r424413) @@ -12,7 +12,8 @@ COMMENT= Open-source 3D chess game USE_SDL= sdl image USE_GL= gl -USES= gmake +USES= dos2unix gmake +DOS2UNIX_GLOB= *.cpp *.h Makefile config.ini WRKSRC= ${WRKDIR}/pouetChess_0.11 @@ -26,10 +27,6 @@ DESKTOP_ENTRIES="pouetChess" \ false post-patch: - @${FIND} ${WRKSRC} \( -name "*.cpp" -o -name "*.h" -o -name Makefile \ - -o -name config.ini \) -exec ${REINPLACE_CMD} -e \ - "s|$$(${PRINTF} '\r')$$||" {} \; - @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e '/^LIBS/ s|$$| -L${LOCALBASE}/lib|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e '/CXX / d' ${WRKSRC}/Makefile Modified: head/games/prboom-plus/Makefile.include ============================================================================== --- head/games/prboom-plus/Makefile.include Fri Oct 21 13:09:22 2016 (r424412) +++ head/games/prboom-plus/Makefile.include Fri Oct 21 13:13:27 2016 (r424413) @@ -10,15 +10,3 @@ DMDIR?= ${LOCALBASE}/share/doom MAKE_ENV+= DMDIR="${DMDIR}" PLIST_SUB+= DMDIR="${DMDIR:S/${LOCALBASE}\///}" SUB_LIST+= DMDIR="${DMDIR}" - -.if defined(USE_CRLF) -. if defined(USE_ZIP) -EXTRACT_BEFORE_ARGS= -aqo -. else -pre-patch: - @${FIND} ${WRKDIR} -type f -print0 | \ - ${XARGS} -0 ${FILE} | ${GREP} 'CRLF' | \ - ${SED} -e "s/:.*//" | ${SED} -e 's/ /\\ /g' | \ - ${XARGS} ${REINPLACE_CMD} -i "" -e "s/`${PRINTF} '\r'`$$//" -. endif -.endif From owner-svn-ports-all@freebsd.org Fri Oct 21 13:14:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECCC3C1B2F0; Fri, 21 Oct 2016 13:14: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 BBDFE23B; Fri, 21 Oct 2016 13:14: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 u9LDE55r084055; Fri, 21 Oct 2016 13:14:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LDE55Y084054; Fri, 21 Oct 2016 13:14:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610211314.u9LDE55Y084054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 13:14:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424414 - head/games/tetzle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 13:14:07 -0000 Author: amdmi3 Date: Fri Oct 21 13:14:05 2016 New Revision: 424414 URL: https://svnweb.freebsd.org/changeset/ports/424414 Log: - Mark broken on 9.x - Pet portlint Modified: head/games/tetzle/Makefile Modified: head/games/tetzle/Makefile ============================================================================== --- head/games/tetzle/Makefile Fri Oct 21 13:13:27 2016 (r424413) +++ head/games/tetzle/Makefile Fri Oct 21 13:14:05 2016 (r424414) @@ -8,13 +8,15 @@ MASTER_SITES= http://gottcode.org/tetzle http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Jigsaw puzzle with tetrominoes + LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Jigsaw puzzle with tetrominoes +BROKEN_FreeBSD_9= does not build -USES= tar:bzip2 qmake desktop-file-utils +USES= compiler:c++11-lib desktop-file-utils qmake tar:bzip2 USE_QT5= core gui widgets buildtools_build linguisttools_build USE_GL= gl INSTALLS_ICONS= yes From owner-svn-ports-all@freebsd.org Fri Oct 21 13:16:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E70FAC1B3AA; Fri, 21 Oct 2016 13:16:47 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99E373B2; Fri, 21 Oct 2016 13:16:47 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LDGk6v084257; Fri, 21 Oct 2016 13:16:46 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LDGkHh084255; Fri, 21 Oct 2016 13:16:46 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201610211316.u9LDGkHh084255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Fri, 21 Oct 2016 13:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424415 - head/java/proguard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 13:16:48 -0000 Author: ale Date: Fri Oct 21 13:16:46 2016 New Revision: 424415 URL: https://svnweb.freebsd.org/changeset/ports/424415 Log: Update to 5.3 release. Modified: head/java/proguard/Makefile head/java/proguard/distinfo Modified: head/java/proguard/Makefile ============================================================================== --- head/java/proguard/Makefile Fri Oct 21 13:14:05 2016 (r424414) +++ head/java/proguard/Makefile Fri Oct 21 13:16:46 2016 (r424415) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= proguard -PORTVERSION= 5.2.1 +PORTVERSION= 5.3 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:C/.1$//} DISTNAME= ${PORTNAME}${PORTVERSION} @@ -16,6 +16,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES USE_JAVA= yes NO_BUILD= yes +NO_ARCH= yes SUB_FILES= proguard.sh proguard-gui.sh retrace.sh @@ -23,14 +24,14 @@ PORTDOCS= * PORTEXAMPLES= * do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/proguard.sh ${STAGEDIR}${PREFIX}/bin/proguard ${INSTALL_SCRIPT} ${WRKDIR}/proguard-gui.sh ${STAGEDIR}${PREFIX}/bin/proguard-gui ${INSTALL_SCRIPT} ${WRKDIR}/retrace.sh ${STAGEDIR}${PREFIX}/bin/retrace - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/) - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/) + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ .include Modified: head/java/proguard/distinfo ============================================================================== --- head/java/proguard/distinfo Fri Oct 21 13:14:05 2016 (r424414) +++ head/java/proguard/distinfo Fri Oct 21 13:16:46 2016 (r424415) @@ -1,2 +1,3 @@ -SHA256 (proguard5.2.1.tar.gz) = 162fb2816212c6a7a195884a01ff826920919e97f57914a5b00bdf7641fc00f6 -SIZE (proguard5.2.1.tar.gz) = 2160584 +TIMESTAMP = 1477038847 +SHA256 (proguard5.3.tar.gz) = 8f185c343dcc4504b3c496bdbf870feba3523abe7cec060b44bbacd1fc2da955 +SIZE (proguard5.3.tar.gz) = 2319755 From owner-svn-ports-all@freebsd.org Fri Oct 21 13:36:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ACC0C1BB1C; Fri, 21 Oct 2016 13:36:16 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00903209; Fri, 21 Oct 2016 13:36:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LDaFK8091880; Fri, 21 Oct 2016 13:36:15 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LDaEmi091876; Fri, 21 Oct 2016 13:36:14 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201610211336.u9LDaEmi091876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 21 Oct 2016 13:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424416 - in head/databases: cassandra-cpp-driver cassandra-cpp-driver/files casstcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 13:36:16 -0000 Author: gahr Date: Fri Oct 21 13:36:14 2016 New Revision: 424416 URL: https://svnweb.freebsd.org/changeset/ports/424416 Log: databases/cassandra-cpp-driver: update to 2.5.0, bump dependents https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#250 Deleted: head/databases/cassandra-cpp-driver/files/ Modified: head/databases/cassandra-cpp-driver/Makefile head/databases/cassandra-cpp-driver/distinfo head/databases/casstcl/Makefile Modified: head/databases/cassandra-cpp-driver/Makefile ============================================================================== --- head/databases/cassandra-cpp-driver/Makefile Fri Oct 21 13:16:46 2016 (r424415) +++ head/databases/cassandra-cpp-driver/Makefile Fri Oct 21 13:36:14 2016 (r424416) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cassandra-cpp-driver -PORTVERSION= 2.4.3 +PORTVERSION= 2.5.0 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org Modified: head/databases/cassandra-cpp-driver/distinfo ============================================================================== --- head/databases/cassandra-cpp-driver/distinfo Fri Oct 21 13:16:46 2016 (r424415) +++ head/databases/cassandra-cpp-driver/distinfo Fri Oct 21 13:36:14 2016 (r424416) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472472474 -SHA256 (cassandra-cpp-driver-2.4.3_GH0.tar.gz) = d3364d1b8bc71ec4409ff7432f10d1edbdb1329ab8315418858561065b024bdf -SIZE (cassandra-cpp-driver-2.4.3_GH0.tar.gz) = 593974 +TIMESTAMP = 1477056270 +SHA256 (cassandra-cpp-driver-2.5.0_GH0.tar.gz) = 0ed0c5543d551a7ab864cd8c93ba4e49a37a7a9d8b174ecfc6e27f5c5fbf018d +SIZE (cassandra-cpp-driver-2.5.0_GH0.tar.gz) = 604581 Modified: head/databases/casstcl/Makefile ============================================================================== --- head/databases/casstcl/Makefile Fri Oct 21 13:16:46 2016 (r424415) +++ head/databases/casstcl/Makefile Fri Oct 21 13:36:14 2016 (r424416) @@ -4,7 +4,7 @@ PORTNAME= casstcl PORTVERSION= 2.11 DISTVERSIONPREFIX=v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org From owner-svn-ports-all@freebsd.org Fri Oct 21 14:02:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78D11C1B2A7; Fri, 21 Oct 2016 14:02:15 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 445CB282; Fri, 21 Oct 2016 14:02:15 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LE2EOX003311; Fri, 21 Oct 2016 14:02:14 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LE2Ebq003310; Fri, 21 Oct 2016 14:02:14 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610211402.u9LE2Ebq003310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 21 Oct 2016 14:02:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424417 - head/sysutils/msktutil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 14:02:15 -0000 Author: zi Date: Fri Oct 21 14:02:14 2016 New Revision: 424417 URL: https://svnweb.freebsd.org/changeset/ports/424417 Log: - Add support for other Kerberos distributions - Do not bump PORTREVISION as there is no change to the default package PR: 213471 Submitted by: Franco Fichtner Modified: head/sysutils/msktutil/Makefile Modified: head/sysutils/msktutil/Makefile ============================================================================== --- head/sysutils/msktutil/Makefile Fri Oct 21 13:36:14 2016 (r424416) +++ head/sysutils/msktutil/Makefile Fri Oct 21 14:02:14 2016 (r424417) @@ -10,6 +10,7 @@ MAINTAINER= zi@FreeBSD.org COMMENT= Utility to manage Active Directory interoperability LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake ssl tar:bzip2 USE_OPENLDAP= yes @@ -18,6 +19,15 @@ WANT_OPENLDAP_SASL= yes CONFIGURE_ARGS+=--with-sasldir=${LOCALBASE} +OPTIONS_SINGLE= GSSAPI +OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT + +OPTIONS_DEFAULT=GSSAPI_BASE + +GSSAPI_BASE_USES= gssapi +GSSAPI_HEIMDAL_USES= gssapi:heimdal +GSSAPI_MIT_USES= gssapi:mit + PLIST_FILES= man/man1/msktutil.1.gz sbin/msktutil post-install: From owner-svn-ports-all@freebsd.org Fri Oct 21 14:06:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5798C1B45C; Fri, 21 Oct 2016 14:06:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B72777D9; Fri, 21 Oct 2016 14:06:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LE6CTd003556; Fri, 21 Oct 2016 14:06:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LE6Con003555; Fri, 21 Oct 2016 14:06:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610211406.u9LE6Con003555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 21 Oct 2016 14:06:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424418 - head/graphics/libboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 14:06:14 -0000 Author: amdmi3 Date: Fri Oct 21 14:06:12 2016 New Revision: 424418 URL: https://svnweb.freebsd.org/changeset/ports/424418 Log: - Mark BROKEN on 9.x: src/Tools.cpp:204: error: 'snprintf' is not a member of 'std' - Switch to options helpers - Switch to new test framework Approved by: portmgr blanket Modified: head/graphics/libboard/Makefile Modified: head/graphics/libboard/Makefile ============================================================================== --- head/graphics/libboard/Makefile Fri Oct 21 14:02:14 2016 (r424417) +++ head/graphics/libboard/Makefile Fri Oct 21 14:06:12 2016 (r424418) @@ -13,6 +13,8 @@ LICENSE= LGPL3 BUILD_DEPENDS= doxygen:devel/doxygen LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick +BROKEN_FreeBSD_9= does not build + HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} CONFIGURE_ENV= CXX=${CXX} @@ -40,19 +42,19 @@ pre-configure: post-install: ${MV} ${STAGEDIR}${PREFIX}/lib/libboard.so ${STAGEDIR}${PREFIX}/lib/libboard.so.0 ${LN} -sf libboard.so.0 ${STAGEDIR}${PREFIX}/lib/libboard.so -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ ${RM} -r ${STAGEDIR}${DOCSDIR}/.svn -.endif -.if ${PORT_OPTIONS:MEXAMPLES} + +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/bin/ && ${COPYTREE_BIN} . ${STAGEDIR}${EXAMPLESDIR}/ ${RM} -r ${STAGEDIR}${EXAMPLESDIR}/.svn -.endif -regression-test: +do-test: (cd ${WRKDIR} && ${WRKSRC}/bin/arithmetic bec) .for ex in 1 2 3 (cd ${WRKDIR} && ${WRKSRC}/bin/example${ex}) From owner-svn-ports-all@freebsd.org Fri Oct 21 14:35:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F4C2C1BD59; Fri, 21 Oct 2016 14:35:14 +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 B9DAEB1B; Fri, 21 Oct 2016 14:35:13 +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 u9LEZC01014999; Fri, 21 Oct 2016 14:35:12 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LEZCot014995; Fri, 21 Oct 2016 14:35:12 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610211435.u9LEZCot014995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 21 Oct 2016 14:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424419 - in head/math/ocamlgsl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 14:35:14 -0000 Author: pi Date: Fri Oct 21 14:35:12 2016 New Revision: 424419 URL: https://svnweb.freebsd.org/changeset/ports/424419 Log: math/ocamlgsl: update 1.15.1 -> 1.19.1 - master site changed from bitbucket to github PR: 211444 Changes: https://github.com/mmottl/gsl-ocaml/blob/master/CHANGES.txt Submitted by: Rainer Hurling Approved by: Michael Gruenewald (maintainer timeout) Modified: head/math/ocamlgsl/Makefile head/math/ocamlgsl/distinfo head/math/ocamlgsl/files/patch-setup.ml head/math/ocamlgsl/pkg-plist Modified: head/math/ocamlgsl/Makefile ============================================================================== --- head/math/ocamlgsl/Makefile Fri Oct 21 14:06:12 2016 (r424418) +++ head/math/ocamlgsl/Makefile Fri Oct 21 14:35:12 2016 (r424419) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= ocaml-gsl -PORTVERSION= 1.15.1 -PORTREVISION= 2 +DISTVERSIONPREFIX=v +DISTVERSION= 1.19.1 CATEGORIES= math -MASTER_SITES= http://bitbucket.org/mmottl/gsl-ocaml/downloads/ -DISTNAME= gsl-ocaml-${PORTVERSION} +DISTNAME= gsl-ocaml +DISTFILES= ${DISTNAME}-${DISTVERSION}.tar.gz MAINTAINER= michipili@gmail.com COMMENT= Interface to GSL for the Objective Caml language @@ -18,6 +18,10 @@ BUILD_DEPENDS= gawk:lang/gawk \ ${OCAMLC_DEPEND} RUN_DEPENDS= ocamlfind:devel/ocaml-findlib +USE_GITHUB= yes +GH_ACCOUNT= mmottl +GH_PROJECT= ${DISTNAME} + USES= gmake USE_OCAML= YES USE_OCAML_FINDLIB= YES @@ -28,6 +32,8 @@ HAS_CONFIGURE= YES MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/gsl-ocaml-${PORTVERSION} +DOCSDIR= ${LOCALBASE}/share/doc + OPTIONS_DEFINE= DOCS post-configure: Modified: head/math/ocamlgsl/distinfo ============================================================================== --- head/math/ocamlgsl/distinfo Fri Oct 21 14:06:12 2016 (r424418) +++ head/math/ocamlgsl/distinfo Fri Oct 21 14:35:12 2016 (r424419) @@ -1,2 +1,3 @@ -SHA256 (gsl-ocaml-1.15.1.tar.gz) = c14027c5ae03d9e6c075dfd83e7ac1b50075d8e3574e606da9b22671afcccebb -SIZE (gsl-ocaml-1.15.1.tar.gz) = 163981 +TIMESTAMP = 1469812171 +SHA256 (gsl-ocaml_GH0-1.19.1.tar.gz) = 05891594ed3b4ea0c2f201531aeafce1280b937a18ba76d818760252c2b34b66 +SIZE (gsl-ocaml_GH0-1.19.1.tar.gz) = 167549 Modified: head/math/ocamlgsl/files/patch-setup.ml ============================================================================== --- head/math/ocamlgsl/files/patch-setup.ml Fri Oct 21 14:06:12 2016 (r424418) +++ head/math/ocamlgsl/files/patch-setup.ml Fri Oct 21 14:35:12 2016 (r424419) @@ -1,6 +1,6 @@ ---- setup.ml.orig 2014-04-26 21:42:25.000000000 +0200 -+++ setup.ml 2014-04-26 21:42:34.000000000 +0200 -@@ -6679,7 +6679,7 @@ +--- setup.ml.orig 2015-11-18 15:14:41 UTC ++++ setup.ml +@@ -6717,7 +6717,7 @@ let setup_t = { pre_command = [(OASISExpr.EBool true, None)]; post_command = @@ -9,7 +9,7 @@ }; build_type = (`Build, "ocamlbuild", Some "0.4"); build_custom = -@@ -7856,7 +7856,7 @@ +@@ -7914,7 +7914,7 @@ let setup_t = (OASISExpr.EFlag "docs", true) ]; doc_install = [(OASISExpr.EBool true, true)]; Modified: head/math/ocamlgsl/pkg-plist ============================================================================== --- head/math/ocamlgsl/pkg-plist Fri Oct 21 14:06:12 2016 (r424418) +++ head/math/ocamlgsl/pkg-plist Fri Oct 21 14:35:12 2016 (r424419) @@ -1,219 +1,582 @@ %%OCAML_SITELIBDIR%%/gsl/META -%%OCAML_SITELIBDIR%%/gsl/blas.mli -%%OCAML_SITELIBDIR%%/gsl/blas_flat.mli -%%OCAML_SITELIBDIR%%/gsl/blas_gen.mli -%%OCAML_SITELIBDIR%%/gsl/bspline.mli -%%OCAML_SITELIBDIR%%/gsl/cdf.mli -%%OCAML_SITELIBDIR%%/gsl/cheb.mli -%%OCAML_SITELIBDIR%%/gsl/combi.mli -%%OCAML_SITELIBDIR%%/gsl/const.mli -%%OCAML_SITELIBDIR%%/gsl/deriv.mli %%OCAML_SITELIBDIR%%/gsl/dllgsl_stubs.so -%%OCAML_SITELIBDIR%%/gsl/eigen.mli -%%OCAML_SITELIBDIR%%/gsl/error.mli -%%OCAML_SITELIBDIR%%/gsl/fft.mli -%%OCAML_SITELIBDIR%%/gsl/fit.mli -%%OCAML_SITELIBDIR%%/gsl/fun.mli %%OCAML_SITELIBDIR%%/gsl/gsl.a +%%OCAML_SITELIBDIR%%/gsl/gsl.annot %%OCAML_SITELIBDIR%%/gsl/gsl.cma %%OCAML_SITELIBDIR%%/gsl/gsl.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl.cmt %%OCAML_SITELIBDIR%%/gsl/gsl.cmx %%OCAML_SITELIBDIR%%/gsl/gsl.cmxa %%OCAML_SITELIBDIR%%/gsl/gsl.cmxs +%%OCAML_SITELIBDIR%%/gsl/gsl.ml +%%OCAML_SITELIBDIR%%/gsl/gsl_blas.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_blas.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_blas.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_blas.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_blas.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_blas.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_blas_flat.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_blas_flat.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_blas_flat.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_blas_flat.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_blas_flat.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_blas_flat.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_blas_gen.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_blas_gen.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_blas_gen.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_blas_gen.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_blas_gen.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_blas_gen.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_bspline.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_bspline.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_bspline.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_bspline.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_bspline.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_bspline.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_cdf.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_cdf.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_cdf.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_cdf.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_cdf.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_cdf.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_cheb.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_cheb.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_cheb.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_cheb.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_cheb.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_cheb.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_combi.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_combi.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_combi.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_combi.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_combi.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_combi.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_complex.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_complex.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_complex.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_complex.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_complex.cmx %%OCAML_SITELIBDIR%%/gsl/gsl_complex.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_const.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_const.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_const.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_const.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_const.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_const.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_deriv.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_deriv.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_deriv.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_deriv.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_deriv.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_deriv.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_eigen.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_eigen.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_eigen.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_eigen.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_eigen.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_eigen.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_error.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_error.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_error.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_error.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_error.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_error.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_fft.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_fft.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_fft.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_fft.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_fft.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_fft.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_fit.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_fit.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_fit.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_fit.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_fit.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_fit.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_fun.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_fun.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_fun.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_fun.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_fun.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_fun.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_histo.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_histo.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_histo.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_histo.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_histo.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_histo.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_ieee.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_ieee.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_ieee.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_ieee.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_ieee.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_ieee.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_integration.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_integration.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_integration.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_integration.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_integration.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_integration.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_interp.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_interp.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_interp.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_interp.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_interp.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_interp.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_linalg.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_linalg.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_linalg.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_linalg.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_linalg.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_linalg.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_math.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_math.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_math.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_math.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_math.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_math.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_complex.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_complex.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_complex.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_complex.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_complex.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_complex.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_complex_flat.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_complex_flat.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_complex_flat.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_complex_flat.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_complex_flat.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_complex_flat.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_flat.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_flat.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_flat.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_flat.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_flat.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_matrix_flat.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_min.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_min.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_min.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_min.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_min.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_min.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_misc.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_misc.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_misc.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_misc.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_misc.ml +%%OCAML_SITELIBDIR%%/gsl/gsl_monte.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_monte.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_monte.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_monte.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_monte.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_monte.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_multifit.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_multifit.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_multifit.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_multifit.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_multifit.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_multifit.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_multifit_nlin.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_multifit_nlin.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_multifit_nlin.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_multifit_nlin.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_multifit_nlin.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_multifit_nlin.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_multimin.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_multimin.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_multimin.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_multimin.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_multimin.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_multimin.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_multiroot.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_multiroot.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_multiroot.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_multiroot.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_multiroot.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_multiroot.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_odeiv.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_odeiv.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_odeiv.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_odeiv.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_odeiv.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_odeiv.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_permut.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_permut.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_permut.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_permut.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_permut.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_permut.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_poly.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_poly.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_poly.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_poly.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_poly.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_poly.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_qrng.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_qrng.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_qrng.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_qrng.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_qrng.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_qrng.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_randist.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_randist.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_randist.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_randist.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_randist.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_randist.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_rng.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_rng.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_rng.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_rng.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_rng.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_rng.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_root.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_root.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_root.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_root.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_root.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_root.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_sf.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_sf.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_sf.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_sf.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_sf.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_sf.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_siman.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_siman.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_siman.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_siman.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_siman.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_siman.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_sort.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_sort.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_sort.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_sort.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_sort.cmx %%OCAML_SITELIBDIR%%/gsl/gsl_sort.mli -%%OCAML_SITELIBDIR%%/gsl/histo.mli -%%OCAML_SITELIBDIR%%/gsl/ieee.mli -%%OCAML_SITELIBDIR%%/gsl/integration.mli -%%OCAML_SITELIBDIR%%/gsl/interp.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_stats.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_stats.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_stats.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_stats.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_stats.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_stats.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_sum.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_sum.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_sum.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_sum.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_sum.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_sum.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_vectmat.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_vectmat.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_vectmat.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_vectmat.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_vectmat.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_vectmat.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_vector.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_vector.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_vector.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_vector.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_vector.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_vector.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_complex.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_complex.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_complex.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_complex.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_complex.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_complex.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_complex_flat.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_complex_flat.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_complex_flat.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_complex_flat.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_complex_flat.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_complex_flat.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_flat.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_flat.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_flat.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_flat.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_flat.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_vector_flat.mli +%%OCAML_SITELIBDIR%%/gsl/gsl_version.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_version.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_version.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_version.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_version.ml +%%OCAML_SITELIBDIR%%/gsl/gsl_wavelet.annot +%%OCAML_SITELIBDIR%%/gsl/gsl_wavelet.cmi +%%OCAML_SITELIBDIR%%/gsl/gsl_wavelet.cmt +%%OCAML_SITELIBDIR%%/gsl/gsl_wavelet.cmti +%%OCAML_SITELIBDIR%%/gsl/gsl_wavelet.cmx +%%OCAML_SITELIBDIR%%/gsl/gsl_wavelet.mli %%OCAML_SITELIBDIR%%/gsl/libgsl_stubs.a -%%OCAML_SITELIBDIR%%/gsl/linalg.mli -%%OCAML_SITELIBDIR%%/gsl/math.mli -%%OCAML_SITELIBDIR%%/gsl/matrix.mli -%%OCAML_SITELIBDIR%%/gsl/matrix_complex.mli -%%OCAML_SITELIBDIR%%/gsl/matrix_complex_flat.mli -%%OCAML_SITELIBDIR%%/gsl/matrix_flat.mli -%%OCAML_SITELIBDIR%%/gsl/min.mli -%%OCAML_SITELIBDIR%%/gsl/misc.ml -%%OCAML_SITELIBDIR%%/gsl/monte.mli -%%OCAML_SITELIBDIR%%/gsl/multifit.mli -%%OCAML_SITELIBDIR%%/gsl/multifit_nlin.mli -%%OCAML_SITELIBDIR%%/gsl/multimin.mli -%%OCAML_SITELIBDIR%%/gsl/multiroot.mli -%%OCAML_SITELIBDIR%%/gsl/odeiv.mli -%%OCAML_SITELIBDIR%%/gsl/permut.mli -%%OCAML_SITELIBDIR%%/gsl/poly.mli -%%OCAML_SITELIBDIR%%/gsl/qrng.mli -%%OCAML_SITELIBDIR%%/gsl/randist.mli -%%OCAML_SITELIBDIR%%/gsl/rng.mli -%%OCAML_SITELIBDIR%%/gsl/root.mli -%%OCAML_SITELIBDIR%%/gsl/sf.mli -%%OCAML_SITELIBDIR%%/gsl/siman.mli -%%OCAML_SITELIBDIR%%/gsl/stats.mli -%%OCAML_SITELIBDIR%%/gsl/sum.mli -%%OCAML_SITELIBDIR%%/gsl/vectmat.mli -%%OCAML_SITELIBDIR%%/gsl/vector.mli -%%OCAML_SITELIBDIR%%/gsl/vector_complex.mli -%%OCAML_SITELIBDIR%%/gsl/vector_complex_flat.mli -%%OCAML_SITELIBDIR%%/gsl/vector_flat.mli -%%OCAML_SITELIBDIR%%/gsl/wavelet.mli -%%PORTDOCS%%share/doc/ocaml/gsl/api/Blas.Complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Blas.Complex_Single.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Blas.Single.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Blas.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Blas_flat.Complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Blas_flat.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Blas_gen.Complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Blas_gen.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Bspline.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Cdf.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Cheb.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Combi.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Const.CGS.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Const.CGSM.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Const.MKS.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Const.MKSA.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Const.NUM.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Const.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Deriv.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Eigen.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Error.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Fft.Complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Fft.Halfcomplex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Fft.Real.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Fft.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Fit.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Fun.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Gsl_complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Gsl_sort.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Histo.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Ieee.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Integration.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Interp.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Linalg.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Math.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Matrix.Single.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Matrix.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Matrix_complex.Single.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Matrix_complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Matrix_complex_flat.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Matrix_flat.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Min.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Misc.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Monte.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Multifit.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Multifit_nlin.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Multimin.Deriv.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Multimin.NoDeriv.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Multimin.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Multiroot.Deriv.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Multiroot.NoDeriv.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Multiroot.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Odeiv.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Permut.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Poly.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Qrng.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Randist.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Rng.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Root.Bracket.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Root.Polish.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Root.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Sf.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Siman.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Stats.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Sum.Trunc.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Sum.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Vectmat.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Vector.Single.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Vector.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Vector_complex.Single.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Vector_complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Vector_complex_flat.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Vector_flat.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/Wavelet.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/index.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/index_attributes.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/index_class_types.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/index_classes.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/index_exceptions.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/index_extensions.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/index_methods.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/index_module_types.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/index_modules.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/index_types.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/index_values.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/style.css -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Blas.Complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Blas.Complex_Single.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Blas.Single.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Blas.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Blas_flat.Complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Blas_flat.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Blas_gen.Complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Blas_gen.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Bspline.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Cdf.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Cheb.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Combi.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Const.CGS.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Const.CGSM.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Const.MKS.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Const.MKSA.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Const.NUM.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Const.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Deriv.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Eigen.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Error.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Fft.Complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Fft.Halfcomplex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Fft.Real.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Fft.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Fit.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Fun.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Gsl_complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Gsl_sort.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Histo.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Ieee.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Integration.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Interp.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Linalg.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Math.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Matrix.Single.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Matrix.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Matrix_complex.Single.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Matrix_complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Matrix_complex_flat.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Matrix_flat.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Min.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Misc.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Monte.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Multifit.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Multifit_nlin.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Multimin.Deriv.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Multimin.NoDeriv.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Multimin.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Multiroot.Deriv.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Multiroot.NoDeriv.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Multiroot.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Odeiv.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Permut.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Poly.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Qrng.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Randist.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Rng.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Root.Bracket.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Root.Polish.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Root.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Sf.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Siman.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Stats.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Sum.Trunc.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Sum.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Vectmat.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Vector.Single.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Vector.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Vector_complex.Single.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Vector_complex.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Vector_complex_flat.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Vector_flat.html -%%PORTDOCS%%share/doc/ocaml/gsl/api/type_Wavelet.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Blas.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Blas_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Blas_gen.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Bspline.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Cdf.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Cheb.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Combi.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Const.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Deriv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Eigen.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Error.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Fft.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Fit.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Fun.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Gsl_complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Gsl_sort.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Histo.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Ieee.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Integration.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Interp.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Linalg.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Math.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Matrix.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Matrix_complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Matrix_complex_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Matrix_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Min.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Misc.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Monte.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Multifit.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Multifit_nlin.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Multimin.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Multiroot.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Odeiv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Permut.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Poly.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Qrng.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Randist.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Rng.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Root.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Sf.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Siman.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Stats.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Sum.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Vectmat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Vector.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Vector_complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Vector_complex_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Vector_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Version.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.Wavelet.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_blas.Complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_blas.Complex_Single.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_blas.Single.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_blas.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_blas_flat.Complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_blas_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_blas_gen.Complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_blas_gen.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_bspline.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_cdf.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_cheb.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_combi.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_const.CGS.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_const.CGSM.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_const.MKS.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_const.MKSA.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_const.NUM.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_const.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_deriv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_eigen.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_error.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_fft.Complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_fft.Halfcomplex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_fft.Real.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_fft.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_fit.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_fun.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_histo.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_ieee.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_integration.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_interp.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_linalg.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_math.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_matrix.Single.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_matrix.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_matrix_complex.Single.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_matrix_complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_matrix_complex_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_matrix_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_min.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_misc.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_monte.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_multifit.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_multifit_nlin.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_multimin.Deriv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_multimin.NoDeriv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_multimin.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_multiroot.Deriv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_multiroot.NoDeriv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_multiroot.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_odeiv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_permut.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_poly.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_qrng.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_randist.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_rng.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_root.Bracket.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_root.Polish.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_root.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_sf.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_siman.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_sort.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_stats.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_sum.Trunc.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_sum.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_vectmat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_vector.Single.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_vector.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_vector_complex.Single.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_vector_complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_vector_complex_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_vector_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_version.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/Gsl_wavelet.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/index.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/index_attributes.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/index_class_types.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/index_classes.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/index_exceptions.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/index_extensions.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/index_methods.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/index_module_types.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/index_modules.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/index_types.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/index_values.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/style.css +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Blas.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Blas_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Blas_gen.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Bspline.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Cdf.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Cheb.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Combi.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Const.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Deriv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Eigen.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Error.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Fft.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Fit.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Fun.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Gsl_complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Gsl_sort.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Histo.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Ieee.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Integration.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Interp.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Linalg.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Math.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Matrix.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Matrix_complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Matrix_complex_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Matrix_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Min.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Misc.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Monte.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Multifit.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Multifit_nlin.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Multimin.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Multiroot.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Odeiv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Permut.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Poly.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Qrng.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Randist.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Rng.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Root.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Sf.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Siman.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Stats.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Sum.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Vectmat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Vector.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Vector_complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Vector_complex_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Vector_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Version.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.Wavelet.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_blas.Complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_blas.Complex_Single.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_blas.Single.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_blas.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_blas_flat.Complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_blas_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_blas_gen.Complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_blas_gen.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_bspline.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_cdf.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_cheb.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_combi.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_const.CGS.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_const.CGSM.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_const.MKS.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_const.MKSA.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_const.NUM.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_const.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_deriv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_eigen.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_error.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_fft.Complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_fft.Halfcomplex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_fft.Real.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_fft.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_fit.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_fun.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_histo.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_ieee.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_integration.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_interp.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_linalg.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_math.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_matrix.Single.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_matrix.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_matrix_complex.Single.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_matrix_complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_matrix_complex_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_matrix_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_min.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_misc.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_monte.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_multifit.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_multifit_nlin.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_multimin.Deriv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_multimin.NoDeriv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_multimin.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_multiroot.Deriv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_multiroot.NoDeriv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_multiroot.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_odeiv.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_permut.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_poly.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_qrng.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_randist.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_rng.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_root.Bracket.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_root.Polish.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_root.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_sf.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_siman.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_sort.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_stats.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_sum.Trunc.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_sum.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_vectmat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_vector.Single.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_vector.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_vector_complex.Single.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_vector_complex.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_vector_complex_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_vector_flat.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_version.html +%%PORTDOCS%%%%DOCSDIR%%/ocaml/gsl/api/type_Gsl_wavelet.html From owner-svn-ports-all@freebsd.org Fri Oct 21 14:36:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09D08C1BDD8; Fri, 21 Oct 2016 14:36:12 +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 CADFDC2A; Fri, 21 Oct 2016 14:36:11 +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 u9LEaAAF015163; Fri, 21 Oct 2016 14:36:10 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LEaA1a015161; Fri, 21 Oct 2016 14:36:10 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610211436.u9LEaA1a015161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 21 Oct 2016 14:36:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424420 - head/databases/pecl-mongodb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 14:36:12 -0000 Author: pi Date: Fri Oct 21 14:36:10 2016 New Revision: 424420 URL: https://svnweb.freebsd.org/changeset/ports/424420 Log: databases/pecl-mongodb: update 1.1.8 -> 1.1.9 - Merge pull request #442 - PHPC-820: Upgrade libbson and libmongoc to 1.3.6 Modified: head/databases/pecl-mongodb/Makefile head/databases/pecl-mongodb/distinfo Modified: head/databases/pecl-mongodb/Makefile ============================================================================== --- head/databases/pecl-mongodb/Makefile Fri Oct 21 14:35:12 2016 (r424419) +++ head/databases/pecl-mongodb/Makefile Fri Oct 21 14:36:10 2016 (r424420) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= mongodb -PORTVERSION= 1.1.8 -PORTREVISION= 1 +PORTVERSION= 1.1.9 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/databases/pecl-mongodb/distinfo ============================================================================== --- head/databases/pecl-mongodb/distinfo Fri Oct 21 14:35:12 2016 (r424419) +++ head/databases/pecl-mongodb/distinfo Fri Oct 21 14:36:10 2016 (r424420) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468038263 -SHA256 (PECL/mongodb-1.1.8.tgz) = b93ae7dc9bd270823965f8903c9acf47fe3a0ba7a630d08e8173ff091d593ae0 -SIZE (PECL/mongodb-1.1.8.tgz) = 806900 +TIMESTAMP = 1477059468 +SHA256 (PECL/mongodb-1.1.9.tgz) = c4882991da323dfb0e60a43390a7a6cad27f632294f2becd44604dc9f7e90c3f +SIZE (PECL/mongodb-1.1.9.tgz) = 806532 From owner-svn-ports-all@freebsd.org Fri Oct 21 14:37:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18589C1BE9E; Fri, 21 Oct 2016 14:37:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0542ECD; Fri, 21 Oct 2016 14:37:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LEbp4p015412; Fri, 21 Oct 2016 14:37:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LEbpQG015409; Fri, 21 Oct 2016 14:37:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610211437.u9LEbpQG015409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 21 Oct 2016 14:37:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424421 - in branches/2016Q4: graphics/php56-gd graphics/php56-gd/files lang/php56 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 14:37:53 -0000 Author: feld Date: Fri Oct 21 14:37:51 2016 New Revision: 424421 URL: https://svnweb.freebsd.org/changeset/ports/424421 Log: MFH: r424397 Update to 5.6.27 release. PR: 213589 Security: 8d5180a6-86fe-11e6-8d93-00248c0c745d Approved by: ports-secteam (with hat) Deleted: branches/2016Q4/graphics/php56-gd/files/patch-libgd_gd_webp.c Modified: branches/2016Q4/graphics/php56-gd/Makefile branches/2016Q4/lang/php56/Makefile branches/2016Q4/lang/php56/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/graphics/php56-gd/Makefile ============================================================================== --- branches/2016Q4/graphics/php56-gd/Makefile Fri Oct 21 14:36:10 2016 (r424420) +++ branches/2016Q4/graphics/php56-gd/Makefile Fri Oct 21 14:37:51 2016 (r424421) @@ -1,7 +1,6 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 2 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: branches/2016Q4/lang/php56/Makefile ============================================================================== --- branches/2016Q4/lang/php56/Makefile Fri Oct 21 14:36:10 2016 (r424420) +++ branches/2016Q4/lang/php56/Makefile Fri Oct 21 14:37:51 2016 (r424421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.26 +PORTVERSION= 5.6.27 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2016Q4/lang/php56/distinfo ============================================================================== --- branches/2016Q4/lang/php56/distinfo Fri Oct 21 14:36:10 2016 (r424420) +++ branches/2016Q4/lang/php56/distinfo Fri Oct 21 14:37:51 2016 (r424421) @@ -1,5 +1,5 @@ -TIMESTAMP = 1474538003 -SHA256 (php-5.6.26.tar.xz) = 203a854f0f243cb2810d1c832bc871ff133eccdf1ff69d32846f93bc1bef58a8 -SIZE (php-5.6.26.tar.xz) = 12412992 +TIMESTAMP = 1477040451 +SHA256 (php-5.6.27.tar.xz) = 16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5 +SIZE (php-5.6.27.tar.xz) = 12439168 SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed SIZE (php-5.5.x-mail-header.patch) = 4426 From owner-svn-ports-all@freebsd.org Fri Oct 21 14:44:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31E92C1A386; Fri, 21 Oct 2016 14:44:29 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 038D5919; Fri, 21 Oct 2016 14:44:28 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LEiS4x019064; Fri, 21 Oct 2016 14:44:28 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LEiSiH019062; Fri, 21 Oct 2016 14:44:28 GMT (envelope-from des@FreeBSD.org) Message-Id: <201610211444.u9LEiSiH019062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Fri, 21 Oct 2016 14:44:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424422 - head/net/p5-srv2pf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 14:44:29 -0000 Author: des Date: Fri Oct 21 14:44:27 2016 New Revision: 424422 URL: https://svnweb.freebsd.org/changeset/ports/424422 Log: Upgrade to latest version (add option to write table to file). Add LICENSE to Makefile. Modified: head/net/p5-srv2pf/Makefile head/net/p5-srv2pf/distinfo Modified: head/net/p5-srv2pf/Makefile ============================================================================== --- head/net/p5-srv2pf/Makefile Fri Oct 21 14:37:51 2016 (r424421) +++ head/net/p5-srv2pf/Makefile Fri Oct 21 14:44:27 2016 (r424422) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= srv2pf -PORTVERSION= 20160530 +PORTVERSION= 20161021 CATEGORIES= net MASTER_SITES= GH PKGNAMEPREFIX= p5- @@ -9,6 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= des@FreeBSD.org COMMENT= Create and update PF tables from LDAP groups +LICENSE= BSD3CLAUSE + RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ p5-perl-ldap>=0:net/p5-perl-ldap Modified: head/net/p5-srv2pf/distinfo ============================================================================== --- head/net/p5-srv2pf/distinfo Fri Oct 21 14:37:51 2016 (r424421) +++ head/net/p5-srv2pf/distinfo Fri Oct 21 14:44:27 2016 (r424422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464611877 -SHA256 (dag-erling-srv2pf-20160530_GH0.tar.gz) = 6baf11ea87300cc3e4188519f788450e9f080314c8090f093d81a8559cfae422 -SIZE (dag-erling-srv2pf-20160530_GH0.tar.gz) = 4432 +TIMESTAMP = 1477060722 +SHA256 (dag-erling-srv2pf-20161021_GH0.tar.gz) = 8aa508f8356551f8fc7b0d190566e2fcca4e9b2af4ea874a67c6d95bab884ae7 +SIZE (dag-erling-srv2pf-20161021_GH0.tar.gz) = 4928 From owner-svn-ports-all@freebsd.org Fri Oct 21 15:12:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79C08C1AE07; Fri, 21 Oct 2016 15:12:56 +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 463EBC91; Fri, 21 Oct 2016 15:12:56 +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 u9LFCtbU030307; Fri, 21 Oct 2016 15:12:55 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LFCtSm030305; Fri, 21 Oct 2016 15:12:55 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201610211512.u9LFCtSm030305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 21 Oct 2016 15:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424423 - head/security/p5-CryptX X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 15:12:56 -0000 Author: vanilla Date: Fri Oct 21 15:12:55 2016 New Revision: 424423 URL: https://svnweb.freebsd.org/changeset/ports/424423 Log: Update to 0.041. Modified: head/security/p5-CryptX/Makefile head/security/p5-CryptX/distinfo Modified: head/security/p5-CryptX/Makefile ============================================================================== --- head/security/p5-CryptX/Makefile Fri Oct 21 14:44:27 2016 (r424422) +++ head/security/p5-CryptX/Makefile Fri Oct 21 15:12:55 2016 (r424423) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CryptX -PORTVERSION= 0.040 +PORTVERSION= 0.041 CATEGORIES= security perl5 MASTER_SITES= CPAN/Crypt PKGNAMEPREFIX= p5- Modified: head/security/p5-CryptX/distinfo ============================================================================== --- head/security/p5-CryptX/distinfo Fri Oct 21 14:44:27 2016 (r424422) +++ head/security/p5-CryptX/distinfo Fri Oct 21 15:12:55 2016 (r424423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473775269 -SHA256 (CryptX-0.040.tar.gz) = 0e1e44811e951fa04971912a8b03cf41de540d8cf8d464c5655aaf3bf976db50 -SIZE (CryptX-0.040.tar.gz) = 1200344 +TIMESTAMP = 1477062510 +SHA256 (CryptX-0.041.tar.gz) = 481f8c9285d6ce3cf330e1fa52c835a202debdac5d81e1acd20bd1d93b99790e +SIZE (CryptX-0.041.tar.gz) = 1201167 From owner-svn-ports-all@freebsd.org Fri Oct 21 15:19:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D181C1B054; Fri, 21 Oct 2016 15:19:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0BF91084; Fri, 21 Oct 2016 15:19:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LFJpBR030671; Fri, 21 Oct 2016 15:19:51 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LFJpKt030670; Fri, 21 Oct 2016 15:19:51 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610211519.u9LFJpKt030670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 21 Oct 2016 15:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424424 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 15:19:52 -0000 Author: mat Date: Fri Oct 21 15:19:50 2016 New Revision: 424424 URL: https://svnweb.freebsd.org/changeset/ports/424424 Log: Add a few more paths to USES=pathfix. PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Modified: head/Mk/Uses/pathfix.mk Modified: head/Mk/Uses/pathfix.mk ============================================================================== --- head/Mk/Uses/pathfix.mk Fri Oct 21 15:12:55 2016 (r424423) +++ head/Mk/Uses/pathfix.mk Fri Oct 21 15:19:50 2016 (r424424) @@ -39,10 +39,14 @@ pathfix: 's|[(]libdir[)]/locale|(prefix)/share/locale|g ; \ s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ s|[(]LIBDIR[)]/pkgconfig|(PREFIX)/libdata/pkgconfig|g ; \ + s|@libdir@/locale|@prefix@/share/locale|g ; \ + s|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|g ; \ s|[{]libdir[}]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ s|[{]LIBDIR[}]/pkgconfig|(PREFIX)/libdata/pkgconfig|g ; \ s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ + s|[{]datadir[}]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ s|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ + s|[[:<:]]lib/pkgconfig|libdata/pkgconfig|g; \ s|[$$][(]localstatedir[)]/scrollkeeper|${SCROLLKEEPER_DIR}|g ; \ s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' .endif From owner-svn-ports-all@freebsd.org Fri Oct 21 15:19:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09DF3C1B078; Fri, 21 Oct 2016 15:19:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF1CC10A4; Fri, 21 Oct 2016 15:19:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LFJsVq030778; Fri, 21 Oct 2016 15:19:54 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LFJs0c030777; Fri, 21 Oct 2016 15:19:54 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610211519.u9LFJs0c030777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 21 Oct 2016 15:19:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424425 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 15:19:56 -0000 Author: mat Date: Fri Oct 21 15:19:54 2016 New Revision: 424425 URL: https://svnweb.freebsd.org/changeset/ports/424425 Log: It feels safe to assume that if using autoreconf, you want to patch Makefile.am. PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Modified: head/Mk/Uses/pathfix.mk Modified: head/Mk/Uses/pathfix.mk ============================================================================== --- head/Mk/Uses/pathfix.mk Fri Oct 21 15:19:50 2016 (r424424) +++ head/Mk/Uses/pathfix.mk Fri Oct 21 15:19:54 2016 (r424425) @@ -17,7 +17,11 @@ IGNORE= USES=pathfix does not require ar .endif PATHFIX_CMAKELISTSTXT?= CMakeLists.txt +.if ${USES:Mautoreconf*} +PATHFIX_MAKEFILEIN?= Makefile.am +.else PATHFIX_MAKEFILEIN?= Makefile.in +.endif PATHFIX_WRKSRC?= ${WRKSRC} _USES_patch+= 190:pathfix From owner-svn-ports-all@freebsd.org Fri Oct 21 15:19:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57BC6C1B098; Fri, 21 Oct 2016 15:19:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11356119F; Fri, 21 Oct 2016 15:19:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LFJwab030884; Fri, 21 Oct 2016 15:19:58 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LFJwCR030883; Fri, 21 Oct 2016 15:19:58 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610211519.u9LFJwCR030883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 21 Oct 2016 15:19:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424426 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 15:19:59 -0000 Author: mat Date: Fri Oct 21 15:19:57 2016 New Revision: 424426 URL: https://svnweb.freebsd.org/changeset/ports/424426 Log: Allow more than one filename to be pathfixed. PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Modified: head/Mk/Uses/pathfix.mk Modified: head/Mk/Uses/pathfix.mk ============================================================================== --- head/Mk/Uses/pathfix.mk Fri Oct 21 15:19:54 2016 (r424425) +++ head/Mk/Uses/pathfix.mk Fri Oct 21 15:19:57 2016 (r424426) @@ -18,7 +18,7 @@ IGNORE= USES=pathfix does not require ar PATHFIX_CMAKELISTSTXT?= CMakeLists.txt .if ${USES:Mautoreconf*} -PATHFIX_MAKEFILEIN?= Makefile.am +PATHFIX_MAKEFILEIN?= Makefile.am Makefile.in .else PATHFIX_MAKEFILEIN?= Makefile.in .endif @@ -27,7 +27,8 @@ PATHFIX_WRKSRC?= ${WRKSRC} _USES_patch+= 190:pathfix pathfix: .if ${USES:Mcmake*} - @${FIND} ${PATHFIX_WRKSRC} -name "${PATHFIX_CMAKELISTSTXT}" -type f | ${XARGS} ${REINPLACE_CMD} -e \ +.for file in ${PATHFIX_CMAKELISTSTXT} + @${FIND} ${PATHFIX_WRKSRC} -name "${file}" -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's|[{]CMAKE_INSTALL_LIBDIR[}]/pkgconfig|{CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|g ; \ s|[{]INSTALL_LIB_DIR[}]/pkgconfig|{CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|g ; \ s|[{]INSTALL_LIBDIR[}]/pkgconfig|{CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|g ; \ @@ -38,8 +39,10 @@ pathfix: s|[{]LIBRARY_INSTALL_DIR[}]/pkgconfig|{CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|g ; \ s|[{]libdir[}]/pkgconfig|{CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|g ; \ s|lib/pkgconfig|libdata/pkgconfig|g' +.endfor .else - @${FIND} ${PATHFIX_WRKSRC} -name "${PATHFIX_MAKEFILEIN}" -type f | ${XARGS} ${REINPLACE_CMD} -e \ +.for file in ${PATHFIX_MAKEFILEIN} + @${FIND} ${PATHFIX_WRKSRC} -name "${file}" -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]libdir[)]/locale|(prefix)/share/locale|g ; \ s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ s|[(]LIBDIR[)]/pkgconfig|(PREFIX)/libdata/pkgconfig|g ; \ @@ -53,6 +56,7 @@ pathfix: s|[[:<:]]lib/pkgconfig|libdata/pkgconfig|g; \ s|[$$][(]localstatedir[)]/scrollkeeper|${SCROLLKEEPER_DIR}|g ; \ s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' +.endfor .endif .endif From owner-svn-ports-all@freebsd.org Fri Oct 21 15:21:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 322E9C1B243; Fri, 21 Oct 2016 15:21:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C35D514C7; Fri, 21 Oct 2016 15:21:21 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LFLKj1040432; Fri, 21 Oct 2016 15:21:20 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LFLDdD040363; Fri, 21 Oct 2016 15:21:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610211521.u9LFLDdD040363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 21 Oct 2016 15:21:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424427 - in head: archivers/lhasa archivers/liblz4 archivers/minizip archivers/unadf audio/libaacplus audio/libadplug audio/libmikmod audio/libmikmod/files audio/libtremor audio/libxmp... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 15:21:22 -0000 Author: mat Date: Fri Oct 21 15:21:13 2016 New Revision: 424427 URL: https://svnweb.freebsd.org/changeset/ports/424427 Log: Use USES=pathfix where applicable. PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Deleted: head/audio/libmikmod/files/ head/audio/libxmp/files/ head/audio/rubberband/files/patch-Makefile.in head/comms/hamlib/files/patch-Makefile.am head/comms/unixcw/files/ head/databases/libdrizzle/files/ head/databases/opendbx/files/ head/databases/postgresql-libpqxx/files/ head/databases/postgresql-libpqxx3/files/patch-Makefile.in head/devel/cld/files/ head/devel/codeblocks/files/patch-Makefile.am head/devel/codeblocks/files/patch-Makefile.in head/devel/codeblocks/files/patch-src_plugins_contrib_SpellChecker_hunspell_Makefile.am head/devel/codeblocks/files/patch-src_plugins_contrib_SpellChecker_hunspell_Makefile.in.org head/devel/codeblocks/files/patch-src_plugins_contrib_wxContribItems_Makefile.am head/devel/codeblocks/files/patch-src_plugins_contrib_wxContribItems_Makefile.in head/devel/codeblocks/files/patch-src_plugins_contrib_wxSmithAui_Makefile.am head/devel/codeblocks/files/patch-src_plugins_contrib_wxSmithAui_Makefile.in head/devel/codeblocks/files/patch-src_plugins_contrib_wxSmith_Makefile.am head/devel/codeblocks/files/patch-src_plugins_contrib_wxSmith_Makefile.in head/devel/cpputest/files/ head/devel/flatzebra/files/patch-Makefile.in head/devel/ivykis/files/ head/devel/lasi/files/patch-cmake+modules+pkg-config.cmake head/devel/libbrotli/files/patch-Makefile.am head/devel/libee/files/patch-Makefile.in head/devel/libelf/files/patch-Makefile.in head/devel/libestr/files/ head/devel/lightning/files/ head/devel/marisa-trie/files/ head/devel/msgpack/files/ head/devel/papi/files/patch-Makefile.inc head/devel/rudiments/files/patch-bin_Makefile head/devel/rudiments/files/patch-doc_Makefile head/devel/rudiments/files/patch-include_Makefile.in head/devel/rudiments/files/patch-man_Makefile head/devel/tex-libtexlua/files/ head/devel/tex-libtexluajit/files/ head/emulators/open-vm-tools/files/patch-libguestlib-Makefile head/graphics/Coin/files/patch-Makefile.in head/graphics/freeglut/files/patch-CMakeLists.txt head/graphics/leptonica/files/ head/graphics/pfstools/files/patch-src-pfs-Makefile.in head/graphics/waffle/files/patch-CMakeLists.txt head/math/hfst/files/patch-libhfst-Makefile.in head/net/librdkafka/files/ head/security/d0_blind_id/files/ head/sysutils/cinnamon-control-center/files/patch-shell_Makefile.am head/sysutils/usbutils/files/patch-Makefile.am head/sysutils/usbutils/files/patch-Makefile.in head/textproc/btparse/files/ head/textproc/libcue/files/ head/textproc/turboxsl/files/patch-Makefile.am head/textproc/uim/files/patch-Makefile.in head/textproc/uim/files/patch-sigscheme_libgcroots_Makefile.in head/www/trafficserver/files/patch-tools_Makefile.in head/x11-fm/nemo/files/patch-libnemo-extensions_Makefile.am head/x11/libSM/files/patch-Makefile.am Modified: head/archivers/lhasa/Makefile (contents, props changed) head/archivers/liblz4/Makefile (contents, props changed) head/archivers/minizip/Makefile (contents, props changed) head/archivers/unadf/Makefile (contents, props changed) head/audio/libaacplus/Makefile (contents, props changed) head/audio/libadplug/Makefile (contents, props changed) head/audio/libmikmod/Makefile (contents, props changed) head/audio/libtremor/Makefile (contents, props changed) head/audio/libxmp/Makefile (contents, props changed) head/audio/opusfile/Makefile (contents, props changed) head/audio/rubberband/Makefile (contents, props changed) head/audio/shout-idjc/Makefile (contents, props changed) head/audio/soundtouch/Makefile (contents, props changed) head/audio/vamp-plugin-sdk/Makefile (contents, props changed) head/audio/vamp-plugin-sdk/files/patch-Makefile.in (contents, props changed) head/biology/htslib/Makefile (contents, props changed) head/biology/htslib/files/patch-Makefile (contents, props changed) head/biology/jellyfish/Makefile (contents, props changed) head/biology/libgtextutils/Makefile (contents, props changed) head/chinese/librime/Makefile (contents, props changed) head/chinese/librime/files/patch-CMakeLists.txt (contents, props changed) head/chinese/pyzy/Makefile (contents, props changed) head/comms/hamlib/Makefile (contents, props changed) head/comms/libirman/Makefile (contents, props changed) head/comms/libirman/files/patch-Makefile.in (contents, props changed) head/comms/rtl-sdr/Makefile (contents, props changed) head/comms/unixcw/Makefile (contents, props changed) head/databases/akonadi/Makefile (contents, props changed) head/databases/libdrizzle/Makefile (contents, props changed) head/databases/libmongo-client/Makefile (contents, props changed) head/databases/mdbtools/Makefile (contents, props changed) head/databases/opendbx/Makefile (contents, props changed) head/databases/postgresql-libpqxx/Makefile (contents, props changed) head/databases/postgresql-libpqxx3/Makefile (contents, props changed) head/databases/sqlite2/Makefile (contents, props changed) head/databases/sqlite2/files/patch-Makefile.in (contents, props changed) head/databases/sqlrelay/Makefile (contents, props changed) head/databases/sqlrelay/files/patch-Makefile (contents, props changed) head/databases/tokyocabinet/Makefile (contents, props changed) head/databases/tokyotyrant/Makefile (contents, props changed) head/devel/babeltrace/Makefile (contents, props changed) head/devel/c-unit/Makefile (contents, props changed) head/devel/cld/Makefile (contents, props changed) head/devel/compiz-bcop/Makefile (contents, props changed) head/devel/cpputest/Makefile (contents, props changed) head/devel/cunit/Makefile (contents, props changed) head/devel/dbus-c++/Makefile (contents, props changed) head/devel/ding-libs/Makefile (contents, props changed) head/devel/editline/Makefile (contents, props changed) head/devel/efl/Makefile (contents, props changed) head/devel/flatzebra/Makefile (contents, props changed) head/devel/google-gdata/Makefile (contents, props changed) head/devel/google-gdata/files/patch-Makefile (contents, props changed) head/devel/gumbo/Makefile (contents, props changed) head/devel/hyperscan/Makefile (contents, props changed) head/devel/isl/Makefile (contents, props changed) head/devel/ivykis/Makefile (contents, props changed) head/devel/lasi/Makefile (contents, props changed) head/devel/liballium/Makefile (contents, props changed) head/devel/libbrotli/Makefile (contents, props changed) head/devel/libcfu/Makefile (contents, props changed) head/devel/libdlna/Makefile (contents, props changed) head/devel/libdlna/files/patch-Makefile (contents, props changed) head/devel/libee/Makefile (contents, props changed) head/devel/libelf/Makefile (contents, props changed) head/devel/libestr/Makefile (contents, props changed) head/devel/libevent2/Makefile (contents, props changed) head/devel/libfastjson/Makefile (contents, props changed) head/devel/libfirm/Makefile (contents, props changed) head/devel/libgit2/Makefile (contents, props changed) head/devel/libhtp/Makefile (contents, props changed) head/devel/liblouis/Makefile (contents, props changed) head/devel/libmowgli/Makefile (contents, props changed) head/devel/liboil/Makefile (contents, props changed) head/devel/libopkele/Makefile (contents, props changed) head/devel/libosmo-abis/Makefile (contents, props changed) head/devel/libosmo-netif/Makefile (contents, props changed) head/devel/libosmo-sccp/Makefile (contents, props changed) head/devel/libosmocore/Makefile (contents, props changed) head/devel/libr3/Makefile (contents, props changed) head/devel/libsearpc/Makefile (contents, props changed) head/devel/libsmpp34/Makefile (contents, props changed) head/devel/libtermkey/Makefile (contents, props changed) head/devel/libunwind/Makefile (contents, props changed) head/devel/libuv/Makefile (contents, props changed) head/devel/libxs/Makefile (contents, props changed) head/devel/lightning/Makefile (contents, props changed) head/devel/m17n-db/Makefile (contents, props changed) head/devel/m17n-lib/Makefile (contents, props changed) head/devel/marisa-trie/Makefile (contents, props changed) head/devel/msgpack/Makefile (contents, props changed) head/devel/ndesk-options/Makefile (contents, props changed) head/devel/ois/Makefile (contents, props changed) head/devel/oniguruma5/Makefile (contents, props changed) head/devel/opendht/Makefile (contents, props changed) head/devel/orc/Makefile (contents, props changed) head/devel/papi/Makefile (contents, props changed) head/devel/protobuf/Makefile (contents, props changed) head/devel/ptlib/Makefile (contents, props changed) head/devel/ptlib/files/patch-Makefile.in (contents, props changed) head/devel/qjson/Makefile (contents, props changed) head/devel/radare2/Makefile (contents, props changed) head/devel/rapidjson/Makefile (contents, props changed) head/devel/rudiments/Makefile (contents, props changed) head/devel/rudiments/files/patch-Makefile (contents, props changed) head/devel/rudiments/files/patch-configure (contents, props changed) head/devel/rudiments/files/patch-src_Makefile.in (contents, props changed) head/devel/simavr/Makefile (contents, props changed) head/devel/simavr/files/patch-simavr_Makefile (contents, props changed) head/devel/sparsehash/Makefile (contents, props changed) head/devel/tex-kpathsea/Makefile (contents, props changed) head/devel/tex-kpathsea/files/patch-Makefile.in (contents, props changed) head/devel/tex-libtexlua/Makefile (contents, props changed) head/devel/tex-libtexluajit/Makefile (contents, props changed) head/devel/tex-synctex/Makefile (contents, props changed) head/devel/tex-synctex/files/patch-Makefile.in (contents, props changed) head/devel/tex-web2c/Makefile (contents, props changed) head/devel/tex-web2c/files/patch-Makefile.in (contents, props changed) head/devel/thrift-c_glib/Makefile (contents, props changed) head/devel/thrift-cpp/Makefile (contents, props changed) head/devel/unibilium/Makefile (contents, props changed) head/devel/valgrind-devel/Makefile (contents, props changed) head/devel/valgrind/Makefile (contents, props changed) head/dns/bundy/Makefile (contents, props changed) head/dns/getdns/Makefile (contents, props changed) head/dns/libpsl/Makefile (contents, props changed) head/emulators/open-vm-tools/Makefile (contents, props changed) head/ftp/curl/Makefile (contents, props changed) head/ftp/curl/files/patch-configure (contents, props changed) head/ftp/curlpp/Makefile (contents, props changed) head/games/liblcf/Makefile (contents, props changed) head/games/poker-engine/Makefile (contents, props changed) head/games/py-poker-eval/Makefile (contents, props changed) head/games/py-poker-eval/files/patch-Makefile.am (contents, props changed) head/games/qqwing/Makefile (contents, props changed) head/graphics/Coin/Makefile (contents, props changed) head/graphics/GraphicsMagick/Makefile (contents, props changed) head/graphics/GraphicsMagick/files/patch-Makefile.in (contents, props changed) head/graphics/agg/Makefile (contents, props changed) head/graphics/cal3d/Makefile (contents, props changed) head/graphics/freeglut/Makefile (contents, props changed) head/graphics/iec16022/Makefile (contents, props changed) head/graphics/leptonica/Makefile (contents, props changed) head/graphics/libepoxy/Makefile (contents, props changed) head/graphics/libpano13/Makefile (contents, props changed) head/graphics/libpano13/files/patch-Makefile.am (contents, props changed) head/graphics/libpgf/Makefile (contents, props changed) head/graphics/libpgf/files/patch-Makefile.am (contents, props changed) head/graphics/libreatlas/Makefile (contents, props changed) head/graphics/libspiro/Makefile (contents, props changed) head/graphics/libspiro/files/patch-Makefile.am (contents, props changed) head/graphics/ming/Makefile (contents, props changed) head/graphics/opengtl/Makefile (contents, props changed) head/graphics/pfstools/Makefile (contents, props changed) head/graphics/qtgtl/Makefile (contents, props changed) head/graphics/s2tc/Makefile (contents, props changed) head/graphics/sdl_gfx/Makefile (contents, props changed) head/graphics/sekrit-twc-zimg/Makefile (contents, props changed) head/graphics/tesseract/Makefile (contents, props changed) head/graphics/tiff/Makefile (contents, props changed) head/graphics/tiff/files/patch-Makefile.in (contents, props changed) head/graphics/tiffgt/Makefile (contents, props changed) head/graphics/tiffgt/files/patch-Makefile.in (contents, props changed) head/graphics/waffle/Makefile (contents, props changed) head/graphics/zathura/Makefile (contents, props changed) head/graphics/zbar/Makefile (contents, props changed) head/irc/ctrlproxy/Makefile (contents, props changed) head/irc/ctrlproxy/files/patch-Makefile (contents, props changed) head/irc/znc/Makefile (contents, props changed) head/korean/gtkcomm/Makefile (contents, props changed) head/korean/libhangul/Makefile (contents, props changed) head/lang/cjs/Makefile (contents, props changed) head/lang/python27/Makefile (contents, props changed) head/lang/python33/Makefile (contents, props changed) head/lang/python34/Makefile (contents, props changed) head/lang/python35/Makefile (contents, props changed) head/lang/qore/Makefile (contents, props changed) head/lang/smalltalk/Makefile (contents, props changed) head/mail/dspam/Makefile (contents, props changed) head/mail/evolution-mapi/Makefile (contents, props changed) head/mail/libmapi/Makefile (contents, props changed) head/mail/libmapi/files/patch-Makefile (contents, props changed) head/math/R/Makefile (contents, props changed) head/math/coinmp/Makefile (contents, props changed) head/math/cvc3/Makefile (contents, props changed) head/math/cvc3/files/patch-src-Makefile (contents, props changed) head/math/fann/Makefile (contents, props changed) head/math/hfst/Makefile (contents, props changed) head/math/igraph/Makefile (contents, props changed) head/math/ipopt/Makefile (contents, props changed) head/math/jags/Makefile (contents, props changed) head/math/nlopt/Makefile (contents, props changed) head/math/ufc/Makefile (contents, props changed) head/misc/talkfilters/Makefile (contents, props changed) head/multimedia/gstreamer-qt4/Makefile (contents, props changed) head/multimedia/gstreamer1-vaapi/Makefile (contents, props changed) head/multimedia/kvazaar/Makefile (contents, props changed) head/multimedia/libass/Makefile (contents, props changed) head/multimedia/libde265/Makefile (contents, props changed) head/multimedia/libkate/Makefile (contents, props changed) head/multimedia/libtheora/Makefile (contents, props changed) head/multimedia/libtheora/files/patch-Makefile.in (contents, props changed) head/multimedia/mlt/Makefile (contents, props changed) head/multimedia/vapoursynth/Makefile (contents, props changed) head/net-im/libaccounts-glib/Makefile (contents, props changed) head/net-im/telepathy-farstream/Makefile (contents, props changed) head/net-im/tox/Makefile (contents, props changed) head/net-mgmt/ccnet/Makefile (contents, props changed) head/net-mgmt/riemann-c-client/Makefile (contents, props changed) head/net-mgmt/seafile/Makefile (contents, props changed) head/net/GeoIP/Makefile (contents, props changed) head/net/geoipupdate/Makefile (contents, props changed) head/net/kea/Makefile (contents, props changed) head/net/kea/files/patch-Makefile.am (contents, props changed) head/net/libilbc/Makefile (contents, props changed) head/net/libilbc/files/patch-CMakeLists.txt (contents, props changed) head/net/librdkafka/Makefile (contents, props changed) head/net/libvncserver/Makefile (contents, props changed) head/net/mobile-broadband-provider-info/Makefile (contents, props changed) head/net/openbsc/Makefile (contents, props changed) head/net/openggsn/Makefile (contents, props changed) head/net/openpgm/Makefile (contents, props changed) head/net/pacemaker/Makefile (contents, props changed) head/net/rabbitmq-c-devel/Makefile (contents, props changed) head/net/shadowsocks-libev/Makefile (contents, props changed) head/polish/gnugadu2/Makefile (contents, props changed) head/polish/libgadu/Makefile (contents, props changed) head/print/libijs/Makefile (contents, props changed) head/print/libijs/files/patch-Makefile.in (contents, props changed) head/print/panda/Makefile (contents, props changed) head/print/tex-ptexenc/Makefile (contents, props changed) head/print/tex-ptexenc/files/patch-Makefile.in (contents, props changed) head/science/chemical-mime-data/Makefile (contents, props changed) head/security/clamav/Makefile (contents, props changed) head/security/d0_blind_id/Makefile (contents, props changed) head/security/sssd/Makefile (contents, props changed) head/security/suricata/Makefile (contents, props changed) head/security/yara/Makefile (contents, props changed) head/security/ykpers/Makefile (contents, props changed) head/shells/bash-completion/Makefile (contents, props changed) head/shells/bash-completion/files/patch-Makefile.am (contents, props changed) head/sysutils/afflib/Makefile (contents, props changed) head/sysutils/cinnamon-settings-daemon/Makefile (contents, props changed) head/sysutils/dateutils/Makefile (contents, props changed) head/sysutils/usbutils/Makefile (contents, props changed) head/textproc/apertium/Makefile (contents, props changed) head/textproc/augeas/Makefile (contents, props changed) head/textproc/btparse/Makefile (contents, props changed) head/textproc/hyperestraier/Makefile (contents, props changed) head/textproc/ibus-table/Makefile (contents, props changed) head/textproc/iksemel/Makefile (contents, props changed) head/textproc/libcue/Makefile (contents, props changed) head/textproc/libfo/files/patch-Makefile.am (contents, props changed) head/textproc/libguess/Makefile (contents, props changed) head/textproc/liblrdf/Makefile (contents, props changed) head/textproc/libucl/Makefile (contents, props changed) head/textproc/m17n-im-config/Makefile (contents, props changed) head/textproc/ots/Makefile (contents, props changed) head/textproc/tokyodystopia/Makefile (contents, props changed) head/textproc/turboxsl/Makefile (contents, props changed) head/textproc/uim/Makefile (contents, props changed) head/textproc/uim/files/extra-patch-gtk2_immodule_Makefile.in (contents, props changed) head/textproc/uim/files/extra-patch-gtk2_pad_Makefile.in (contents, props changed) head/textproc/uim/files/extra-patch-gtk2_pref_Makefile.in (contents, props changed) head/textproc/uim/files/extra-patch-gtk2_switcher_Makefile.in (contents, props changed) head/textproc/uim/files/extra-patch-gtk2_toolbar_Makefile.in (contents, props changed) head/textproc/uim/files/patch-emacs_Makefile.in (contents, props changed) head/textproc/uim/files/patch-po_Makefile.in.in (contents, props changed) head/textproc/uim/files/patch-qt4_immodule_plugin.cpp (contents, props changed) head/textproc/uim/files/patch-scm_sj3-custom.scm (contents, props changed) head/textproc/uim/files/patch-sigscheme_doc_Makefile.in (contents, props changed) head/textproc/uim/files/patch-uim_uim.c (contents, props changed) head/textproc/uim/files/patch-uim_uim.h (contents, props changed) head/textproc/uim/files/patch-xim_convdisp.cpp (contents, props changed) head/textproc/xmlroff/Makefile (contents, props changed) head/www/libhtp-suricata/Makefile (contents, props changed) head/www/mod_webauth/Makefile (contents, props changed) head/www/nghttp2/Makefile (contents, props changed) head/www/trafficserver/Makefile (contents, props changed) head/www/varnish4/Makefile (contents, props changed) head/www/webkit-gtk2/Makefile (contents, props changed) head/www/webkit-gtk3/Makefile (contents, props changed) head/www/webkit-sharp/Makefile (contents, props changed) head/www/yaws/Makefile (contents, props changed) head/x11-drivers/xf86-input-joystick/Makefile (contents, props changed) head/x11-toolkits/gai/Makefile (contents, props changed) head/x11-toolkits/gai/files/patch-gai_Makefile.in (contents, props changed) head/x11-toolkits/girara/Makefile (contents, props changed) head/x11-wm/muffin/Makefile (contents, props changed) head/x11/cinnamon-desktop/Makefile (contents, props changed) head/x11/cinnamon-menus/Makefile (contents, props changed) head/x11/cinnamon-screensaver/Makefile (contents, props changed) head/x11/cinnamon-session/Makefile (contents, props changed) head/x11/keybinder-gtk3/Makefile (contents, props changed) head/x11/keybinder/Makefile (contents, props changed) head/x11/libSM/Makefile (contents, props changed) Modified: head/archivers/lhasa/Makefile ============================================================================== --- head/archivers/lhasa/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/archivers/lhasa/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -14,7 +14,6 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf pathfix libtool -PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --program-suffix=sa Modified: head/archivers/liblz4/Makefile ============================================================================== --- head/archivers/liblz4/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/archivers/liblz4/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -16,20 +16,19 @@ LICENSE_COMB= multi USE_GITHUB= yes GH_ACCOUNT= Cyan4973 -USES= gmake pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes +PATHFIX_MAKEFILEIN= Makefile ALL_TARGET= default # don't remove this SO_VER= 1.7.1 PLIST_SUB+= SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R} +LIBDIR= ${PREFIX}/lib post-patch: @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} \ - -e 's/LIBDIR?=/LOCALLIBDIR=/; s/$$(LIBDIR)/$$(LOCALLIBDIR)/g' \ - -e 's|$$(LOCALLIBDIR)/pkgconfig|$$(PREFIX)/libdata/pkgconfig|' \ -e '/^MANDIR :=/s|share/||' \ - -e 's/kFreeBSD/& FreeBSD/' \ - -e 's|$$(MAKE)|${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS}|' + -e 's/kFreeBSD/& FreeBSD/' @${REINPLACE_CMD} -e '/^all:/s/$$/ liblz4.pc/' \ ${WRKSRC}/lib/Makefile @${REINPLACE_CMD} -e '/^all:/s|fullbench.*||' \ Modified: head/archivers/minizip/Makefile ============================================================================== --- head/archivers/minizip/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/archivers/minizip/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -14,7 +14,6 @@ COMMENT= Zip library and programs from Z LICENSE= ZLIB USES= autoreconf libtool pathfix tar:xz -PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-demos INSTALL_TARGET= install-strip Modified: head/archivers/unadf/Makefile ============================================================================== --- head/archivers/unadf/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/archivers/unadf/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -18,7 +18,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/adflib INSTALL_TARGET= install-strip USES= autoreconf libtool pathfix tar:bzip2 -PATHFIX_MAKEFILEIN= Makefile.am OPTIONS_DEFINE= DOCS Modified: head/audio/libaacplus/Makefile ============================================================================== --- head/audio/libaacplus/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/audio/libaacplus/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -28,7 +28,6 @@ CONFLICTS= aacplusenc-0* USE_CSTD= gnu89 USES= autoreconf pathfix pkgconfig libtool USE_LDCONFIG= yes -PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip Modified: head/audio/libadplug/Makefile ============================================================================== --- head/audio/libadplug/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/audio/libadplug/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libbinio.so:devel/libbinio -USES= pkgconfig libtool makeinfo +USES= libtool makeinfo pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_CSTD= gnu89 @@ -38,9 +38,6 @@ post-patch: ${WRKSRC}/src/fprovide.cpp \ ${WRKSRC}/src/database.cpp \ ${WRKSRC}/src/dmo.cpp - @${REINPLACE_CMD} -e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in \ - ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's/-lstdc++//g' ${WRKSRC}/configure .include Modified: head/audio/libmikmod/Makefile ============================================================================== --- head/audio/libmikmod/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/audio/libmikmod/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -11,7 +11,7 @@ COMMENT= MikMod Sound Library LICENSE= LGPL21 -USES= cpe gmake libtool pkgconfig +USES= cpe gmake libtool pathfix pkgconfig CPE_VENDOR= raphael_assenat GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-esd Modified: head/audio/libtremor/Makefile ============================================================================== --- head/audio/libtremor/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/audio/libtremor/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -16,7 +16,6 @@ LIB_DEPENDS= libogg.so:audio/libogg GIT_COMMIT= b56ffc USES= autoreconf libtool pathfix pkgconfig -PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/audio/libxmp/Makefile ============================================================================== --- head/audio/libxmp/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/audio/libxmp/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -12,7 +12,7 @@ COMMENT= Module rendering library for xm LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/docs/COPYING.LIB -USES= gmake +USES= gmake pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/opusfile/Makefile ============================================================================== --- head/audio/opusfile/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/audio/opusfile/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -19,7 +19,6 @@ USES= autoreconf gmake libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -PATHFIX_MAKEFILEIN= Makefile.am PORTDOCS= AUTHORS README.txt Modified: head/audio/rubberband/Makefile ============================================================================== --- head/audio/rubberband/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/audio/rubberband/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -19,7 +19,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndf libfftw3.so:math/fftw3 RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa -USES= gmake pkgconfig tar:bzip2 +USES= gmake pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/shout-idjc/Makefile ============================================================================== --- head/audio/shout-idjc/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/audio/shout-idjc/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -20,7 +20,6 @@ LIB_DEPENDS= libsamplerate.so:audio/libs GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig autoreconf -PATHFIX_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS Modified: head/audio/soundtouch/Makefile ============================================================================== --- head/audio/soundtouch/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/audio/soundtouch/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -17,7 +17,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= autoreconf libtool pathfix -PATHFIX_MAKEFILEIN= Makefile.am OPTIONS_DEFINE= INTEGER_SAMPLES DOCS OPENMP OPTIONS_DEFAULT= ${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/INTEGER_SAMPLES/} Modified: head/audio/vamp-plugin-sdk/Makefile ============================================================================== --- head/audio/vamp-plugin-sdk/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/audio/vamp-plugin-sdk/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsndfile.so:audio/libsndfile GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes post-install: Modified: head/audio/vamp-plugin-sdk/files/patch-Makefile.in ============================================================================== --- head/audio/vamp-plugin-sdk/files/patch-Makefile.in Fri Oct 21 15:19:57 2016 (r424426) +++ head/audio/vamp-plugin-sdk/files/patch-Makefile.in Fri Oct 21 15:21:13 2016 (r424427) @@ -1,11 +1,6 @@ --- Makefile.in.orig 2015-06-22 08:28:58 UTC +++ Makefile.in -@@ -90,11 +90,11 @@ INSTALL_HOSTSDK_LINK_DEV = libvamp-host - INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a - INSTALL_HOSTSDK_LA = libvamp-hostsdk.la - --INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/lib/pkgconfig -+INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/libdata/pkgconfig +@@ -94,7 +94,7 @@ INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/ # Flags required to tell the compiler to create a dynamically loadable object # Modified: head/biology/htslib/Makefile ============================================================================== --- head/biology/htslib/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/biology/htslib/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -17,10 +17,11 @@ TEST_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= samtools -USES= autoreconf gmake perl5 shebangfix +USES= autoreconf gmake pathfix perl5 shebangfix USE_PERL5= test USE_LDCONFIG= yes GNU_CONFIGURE= yes +PATHFIX_MAKEFILEIN= Makefile SHEBANG_FILES= test/compare_sam.pl test/test.pl OPTIONS_DEFINE= CURL Modified: head/biology/htslib/files/patch-Makefile ============================================================================== --- head/biology/htslib/files/patch-Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/biology/htslib/files/patch-Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -1,4 +1,4 @@ ---- Makefile.orig 2015-12-15 16:34:33 UTC +--- Makefile.orig 2016-04-22 08:45:12 UTC +++ Makefile @@ -22,16 +22,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER @@ -17,7 +17,7 @@ # For now these don't work too well as samtools also needs to know to # add -lbz2 and -llzma if linking against the static libhts.a library. -@@ -58,16 +49,10 @@ includedir = $(prefix)/include +@@ -58,17 +49,11 @@ includedir = $(prefix)/include libdir = $(exec_prefix)/lib libexecdir = $(exec_prefix)/libexec datarootdir = $(prefix)/share @@ -25,17 +25,17 @@ +mandir = $(prefix)/man man1dir = $(mandir)/man1 man5dir = $(mandir)/man5 --pkgconfigdir= $(libdir)/pkgconfig -- + pkgconfigdir= $(prefix)/libdata/pkgconfig + -MKDIR_P = mkdir -p -INSTALL = install -p -INSTALL_PROGRAM = $(INSTALL) -INSTALL_DATA = $(INSTALL) -m 644 -INSTALL_DIR = $(MKDIR_P) -m 755 -+pkgconfigdir= $(exec_prefix)/libdata/pkgconfig - +- # Set by config.mk if plugins are enabled plugindir = + @@ -86,7 +71,7 @@ BUILT_TEST_PROGRAMS = \ test/test-vcf-api \ test/test-vcf-sweep @@ -45,7 +45,7 @@ HTSPREFIX = include htslib_vars.mk -@@ -361,7 +346,7 @@ installdirs: +@@ -360,7 +345,7 @@ installdirs: # and libhts.so.NN (used by client executables at runtime). install-so: libhts.so installdirs Modified: head/biology/jellyfish/Makefile ============================================================================== --- head/biology/jellyfish/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/biology/jellyfish/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -17,7 +17,7 @@ BUILD_DEPENDS= yaggo:devel/yaggo GNU_CONFIGURE= yes USES= autoreconf compiler:c++11-lib gmake \ - libtool pkgconfig + libtool pathfix pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes @@ -35,10 +35,4 @@ BROKEN_FreeBSD_9_i386= multiple code iss CONFIGURE_ARGS+=--without-sse .endif -# configure does not support --with-pkgconfigdir -post-patch: - @${REINPLACE_CMD} \ - -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.am - .include Modified: head/biology/libgtextutils/Makefile ============================================================================== --- head/biology/libgtextutils/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/biology/libgtextutils/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -10,7 +10,7 @@ COMMENT= Gordon's text utilities LICENSE= AGPLv3 -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -19,9 +19,4 @@ GH_ACCOUNT= agordon INSTALL_TARGET= install-strip -post-patch: - @${REINPLACE_CMD} \ - 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.am - .include Modified: head/chinese/librime/Makefile ============================================================================== --- head/chinese/librime/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/chinese/librime/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_thread.so:devel/bo libopencc.so:chinese/opencc \ libyaml-cpp.so:devel/yaml-cpp -USES= cmake compiler:c++11-lib pkgconfig gettext perl5 +USES= cmake compiler:c++11-lib pathfix pkgconfig gettext perl5 USE_PERL5= build patch USE_LDCONFIG= yes USE_XORG= xproto Modified: head/chinese/librime/files/patch-CMakeLists.txt ============================================================================== --- head/chinese/librime/files/patch-CMakeLists.txt Fri Oct 21 15:19:57 2016 (r424426) +++ head/chinese/librime/files/patch-CMakeLists.txt Fri Oct 21 15:21:13 2016 (r424427) @@ -9,15 +9,6 @@ # uninstall target configure_file( "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in" -@@ -142,7 +142,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") - ${PROJECT_BINARY_DIR}/rime.pc - @ONLY) - install(FILES include/rime_api.h DESTINATION include) -- install(FILES ${PROJECT_BINARY_DIR}/rime.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) -+ install(FILES ${PROJECT_BINARY_DIR}/rime.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig) - install(FILES cmake/RimeConfig.cmake DESTINATION share/cmake/rime) - if(BUILD_DATA) - install(FILES ${PROJECT_SOURCE_DIR}/data/default.yaml DESTINATION ${pkgdatadir}) @@ -153,7 +153,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") file(GLOB supplement_schema ${PROJECT_SOURCE_DIR}/data/supplement/*.yaml) install(FILES ${supplement_schema} DESTINATION ${pkgdatadir}) Modified: head/chinese/pyzy/Makefile ============================================================================== --- head/chinese/pyzy/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/chinese/pyzy/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -18,7 +18,7 @@ BROKEN= Unfetchable (google code has go LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -USES= compiler:c++11-lib gettext-runtime gmake libtool pkgconfig python:build shebangfix +USES= compiler:c++11-lib gettext-runtime gmake libtool pathfix pkgconfig python:build shebangfix SHEBANG_FILES= data/db/android/create_db.py USE_GNOME= glib20 USE_LDCONFIG= yes @@ -47,9 +47,6 @@ OPENCC_LIB_DEPENDS= libopencc.so:chines post-extract-OPENPHRASE_DB-on: @${CP} ${DISTDIR}/${OPENPHRASE_DBFILE} ${WRKSRC}/data/db/open-phrase -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/Makefile.in - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}-1.0.so Modified: head/comms/hamlib/Makefile ============================================================================== --- head/comms/hamlib/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/comms/hamlib/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -15,7 +15,7 @@ BUILD_DEPENDS= swig:devel/swig13 LIB_DEPENDS= libltdl.so:devel/libltdl INFO= hamlib -USES= autoreconf libtool:keepla pathfix perl5 pkgconfig python shebangfix tcl +USES= autoreconf libtool:keepla pathfix perl5 pathfix pkgconfig python shebangfix tcl USE_PYTHON= py3kplist SHEBANG_FILES= bindings/perltest.pl USE_PERL5= build run Modified: head/comms/libirman/Makefile ============================================================================== --- head/comms/libirman/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/comms/libirman/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -11,7 +11,7 @@ COMMENT= Library for Evation's Irman inf LICENSE= LGPL20 -USES= gmake libtool tar:bzip2 +USES= gmake libtool pathfix tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/comms/libirman/files/patch-Makefile.in ============================================================================== --- head/comms/libirman/files/patch-Makefile.in Fri Oct 21 15:19:57 2016 (r424426) +++ head/comms/libirman/files/patch-Makefile.in Fri Oct 21 15:21:13 2016 (r424427) @@ -1,14 +1,5 @@ --- Makefile.in.orig 2015-08-18 19:51:04 UTC +++ Makefile.in -@@ -399,7 +399,7 @@ top_srcdir = @top_srcdir@ - AUTOMAKE_OPTIONS = foreign dist-bzip2 - ACLOCAL_AMFLAGS = -I m4 - dist_doc_DATA = README TECHNICAL --pkgconfigdir = @libdir@/pkgconfig -+pkgconfigdir = @prefix@/libdata/pkgconfig - dist_pkgconfig_DATA = libirman.pc - EXTRA_DIST = COPYING.lib TECHNICAL libirman.pc.in - EXTRA_LTLIBRARIES = libirman_sw.la @@ -778,7 +778,7 @@ install-dist_sysconfDATA: $(dist_sysconf done | $(am__base_list) | \ while read files; do \ Modified: head/comms/rtl-sdr/Makefile ============================================================================== --- head/comms/rtl-sdr/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/comms/rtl-sdr/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -13,7 +13,7 @@ COMMENT= Commandline tool that performs LICENSE= GPLv2 -USES= autoreconf gmake pkgconfig libtool tar:tgz +USES= autoreconf gmake pkgconfig libtool pathfix tar:tgz GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include @@ -31,7 +31,5 @@ DOXYGEN_EXTRA_PATCHES_OFF= ${FILESDIR}/e post-patch: @${REINPLACE_CMD} 's|^pkgdocdir=.*|pkgdocdir=${DOCSDIR}|' \ ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} 's|^pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.am .include Modified: head/comms/unixcw/Makefile ============================================================================== --- head/comms/unixcw/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/comms/unixcw/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --includedir="${LOCALBA --disable-alsa --disable-pulseaudio USE_LDCONFIG= yes -USES+= gmake libtool ncurses pkgconfig +USES+= gmake libtool ncurses pathfix pkgconfig USE_CSTD= gnu99 WRKSRC= ${WRKDIR}/unixcw-${PORTVERSION} MAJOR_LIB_VER= 6 Modified: head/databases/akonadi/Makefile ============================================================================== --- head/databases/akonadi/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/akonadi/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_thread.so:devel/bo BUILD_DEPENDS= xsltproc:textproc/libxslt USES= cmake:outsource execinfo kde:4 shared-mime-info \ - compiler:c++11-lang tar:bzip2 + compiler:c++11-lang pathfix tar:bzip2 USE_KDE= automoc4 soprano USE_QT4= corelib dbus gui network qtestlib_build sql xml \ moc_build qmake_build rcc_build uic_build @@ -48,8 +48,6 @@ SQLITE_CMAKE_OFF= -DAKONADI_BUILD_QSQLIT OPTIONS_DEFAULT= MYSQL post-patch: - ${REINPLACE_CMD} -e '/akonadi.pc/ s|pkgconfig|../libdata/pkgconfig|' \ - ${PATCH_WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -e '/find_program/ s|mysqld|mysqld_safe ${LOCALBASE}/bin|g' \ ${PATCH_WRKSRC}/server/CMakeLists.txt ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ Modified: head/databases/libdrizzle/Makefile ============================================================================== --- head/databases/libdrizzle/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/libdrizzle/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -18,7 +18,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sql OPTIONS_DEFINE= DOXYGEN EXAMPLES DOCS GNU_CONFIGURE= yes -USES= gmake libtool +USES= gmake libtool pathfix CONFIGURE_ARGS+=--enable-libsqlite3 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/databases/libmongo-client/Makefile ============================================================================== --- head/databases/libmongo-client/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/libmongo-client/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -19,6 +19,5 @@ GNU_CONFIGURE= yes USES= autoreconf libtool pkgconfig gmake pathfix USE_GNOME= glib20 USE_LDCONFIG= yes -PATHFIX_MAKEFILEIN=Makefile.am .include Modified: head/databases/mdbtools/Makefile ============================================================================== --- head/databases/mdbtools/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/mdbtools/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -22,7 +22,6 @@ OPTIONS_SUB= yes USES= autoreconf bison iconv libtool pathfix pkgconfig USE_GITHUB= yes GH_ACCOUNT= brianb -PATHFIX_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes USE_GNOME= glib20 GNU_CONFIGURE= yes Modified: head/databases/opendbx/Makefile ============================================================================== --- head/databases/opendbx/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/opendbx/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -12,7 +12,7 @@ COMMENT= C library for accessing databas LICENSE= LGPL21 -USES= gmake libtool readline +USES= gmake libtool pathfix readline CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${WRKSRC}/lib -L${LOCALBASE}/lib Modified: head/databases/postgresql-libpqxx/Makefile ============================================================================== --- head/databases/postgresql-libpqxx/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/postgresql-libpqxx/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -17,7 +17,7 @@ LICENSE= BSD3CLAUSE CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.* PORTSCOUT= limit:^2\. -USES+= gmake libtool pgsql python:build shebangfix +USES+= gmake libtool pathfix pgsql python:build shebangfix GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION:R} Modified: head/databases/postgresql-libpqxx3/Makefile ============================================================================== --- head/databases/postgresql-libpqxx3/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/postgresql-libpqxx3/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -16,7 +16,7 @@ COMMENT= New C++ interface for PostgreSQ CONFLICTS= postgresql-libpqxx-[2-4].* PORTSCOUT= limit:^2\. -USES+= gmake libtool pgsql pkgconfig python:build shebangfix +USES+= gmake libtool pathfix pgsql pkgconfig python:build shebangfix GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} Modified: head/databases/sqlite2/Makefile ============================================================================== --- head/databases/sqlite2/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/sqlite2/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= SQL database engine in a C library GNU_CONFIGURE= yes -USES= gmake libtool pkgconfig readline +USES= gmake libtool pathfix pkgconfig readline USE_LDCONFIG= yes CONFIGURE_ARGS= --with-hints=freebsd.hints Modified: head/databases/sqlite2/files/patch-Makefile.in ============================================================================== --- head/databases/sqlite2/files/patch-Makefile.in Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/sqlite2/files/patch-Makefile.in Fri Oct 21 15:21:13 2016 (r424427) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2005-04-23 18:43:23.000000000 -0400 -+++ Makefile.in 2015-03-26 18:36:07.358178000 -0400 -@@ -38,7 +38,7 @@ +--- Makefile.in.orig 2005-04-23 22:43:23 UTC ++++ Makefile.in +@@ -38,7 +38,7 @@ RELEASE = @ALLOWRELEASE@ # libtool compile/link/install LTCOMPILE = $(LIBTOOL) --mode=compile $(TCC) @@ -9,18 +9,14 @@ LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) # Compiler options needed for programs that use the TCL library. -@@ -471,8 +471,12 @@ - $(LTINSTALL) sqlite $(DESTDIR)$(exec_prefix)/bin - $(INSTALL) -d $(DESTDIR)$(prefix)/include - $(INSTALL) -m 0644 sqlite.h $(DESTDIR)$(prefix)/include -- $(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib/pkgconfig; -- $(INSTALL) -m 0644 sqlite.pc $(DESTDIR)$(exec_prefix)/lib/pkgconfig; -+ $(INSTALL) -d $(DESTDIR)/$(exec_prefix)/libdata/pkgconfig -+ $(INSTALL) -m 0644 sqlite.pc $(DESTDIR)/$(exec_prefix)/libdata/pkgconfig -+ +@@ -474,6 +474,10 @@ install: sqlite libsqlite.la sqlite.h + $(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib/pkgconfig; + $(INSTALL) -m 0644 sqlite.pc $(DESTDIR)$(exec_prefix)/lib/pkgconfig; + +install-tcl: libtclsqlite.la + $(INSTALL) -d $(DESTDIR)$(prefix)/lib/sqlite + $(LTINSTALL) libtclsqlite.la $(DESTDIR)$(prefix)/lib/sqlite - ++ clean: rm -f *.lo *.la *.o sqlite@TARGET_EXEEXT@ libsqlite.la sqlite.h opcodes.* + rm -rf .libs .deps Modified: head/databases/sqlrelay/Makefile ============================================================================== --- head/databases/sqlrelay/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/sqlrelay/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -14,7 +14,8 @@ LICENSE= LGPL20 LIB_DEPENDS= librudiments.so:devel/rudiments WANT_GNOME= yes -USES= gmake libtool python +USES= gmake libtool pathfix python +PATHFIX_MAKEFILEIN= Makefile CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \ Modified: head/databases/sqlrelay/files/patch-Makefile ============================================================================== --- head/databases/sqlrelay/files/patch-Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/sqlrelay/files/patch-Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -1,6 +1,6 @@ --- Makefile.orig 2016-01-17 07:20:04 UTC +++ Makefile -@@ -30,16 +30,13 @@ install-doc: +@@ -30,9 +30,6 @@ install-doc: cd doc $(AND) $(MAKE) install install-license: @@ -9,19 +9,7 @@ - $(CHMOD) 0644 $(licensedir)/COPYING install-pkgconfig: -- $(MKINSTALLDIRS) $(libdir)/pkgconfig -- $(CP) sqlrelay-c.pc $(libdir)/pkgconfig/$(SQLRELAY)-c.pc -- $(CHMOD) 0644 $(libdir)/pkgconfig/$(SQLRELAY)-c.pc -- $(CP) sqlrelay-c++.pc $(libdir)/pkgconfig/$(SQLRELAY)-c++.pc -- $(CHMOD) 0644 $(libdir)/pkgconfig/$(SQLRELAY)-c++.pc -+ $(MKINSTALLDIRS) $(prefix)/libdata/pkgconfig -+ $(CP) sqlrelay-c.pc $(prefix)/libdata/pkgconfig/sqlrelay-c.pc -+ $(CHMOD) 0644 $(prefix)/libdata/pkgconfig/sqlrelay-c.pc -+ $(CP) sqlrelay-c++.pc $(prefix)/libdata/pkgconfig/sqlrelay-c++.pc -+ $(CHMOD) 0644 $(prefix)/libdata/pkgconfig/sqlrelay-c++.pc - - uninstall: $(UNINSTALLSUBDIRS) - $(RMTREE) $(libexecdir) + $(MKINSTALLDIRS) $(libdir)/pkgconfig @@ -63,7 +60,6 @@ uninstall-doc: cd doc $(AND) $(MAKE) uninstall Modified: head/databases/tokyocabinet/Makefile ============================================================================== --- head/databases/tokyocabinet/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/tokyocabinet/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -14,7 +14,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= gmake +USES= pathfix gmake USE_LDCONFIG= yes PORTDOCS= * @@ -66,11 +66,8 @@ SHLIB_VER_MAJ= 9 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ} -# Because gnomehack will search "(libdir)" and it doesn't work, we need -# to patch it manually. post-patch: - ${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \ - -e 's|@datarootdir@|@datarootdir@/doc|' \ + ${REINPLACE_CMD} -e 's|@datarootdir@|@datarootdir@/doc|' \ ${WRKSRC}/Makefile.in post-patch-FASTEST-on: Modified: head/databases/tokyotyrant/Makefile ============================================================================== --- head/databases/tokyotyrant/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/databases/tokyotyrant/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -15,7 +15,7 @@ LIB_DEPENDS= libtokyocabinet.so:database GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake +USES= gmake pathfix USE_RC_SUBR= ttserver OPTIONS_DEFINE= LUA @@ -29,11 +29,7 @@ LUA_CFLAGS+= -I${LUA_INCDIR} LUA_CPPFLAGS+= -I${LUA_INCDIR} LUA_USES= lua -# Since gnomehack only works for "(libdir)" case, we need to patch it -# manually. post-patch: - ${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's|llua|llua-${LUA_VER}|g' ${WRKSRC}/configure post-install: Modified: head/devel/babeltrace/Makefile ============================================================================== --- head/devel/babeltrace/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/babeltrace/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -22,7 +22,7 @@ LIB_DEPENDS= libpopt.so:devel/popt \ USE_GITHUB= yes GH_ACCOUNT= efficios -USES= autoreconf:build bison gettext-runtime gmake libtool pkgconfig +USES= autoreconf:build bison gettext-runtime gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug-info USE_GNOME= glib20 @@ -41,8 +41,6 @@ BUILD_DEPENDS+= flex>=2.5.35:textproc/fl post-patch: @${REINPLACE_CMD} -e 's|LICENSE mit-license.txt gpl-2.0.txt||' \ ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e 's|/pkgconfig|/../libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|machine\/endian|sys\/endian|' \ ${WRKSRC}/include/babeltrace/endian.h .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033 Modified: head/devel/c-unit/Makefile ============================================================================== --- head/devel/c-unit/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/c-unit/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -24,8 +24,6 @@ INSTALL_TARGET= install-strip DATADIR= ${PREFIX}/share/CUnit EXAMPLESDIR= ${PREFIX}/share/examples/CUnit -PATHFIX_MAKEFILEIN= Makefile.am - OPTIONS_DEFINE= AUT BAS CON CUR DEB EXA ITE MEM OPTIONS_DEFAULT= AUT BAS CON OPTIONS_SUB= yes Modified: head/devel/cld/Makefile ============================================================================== --- head/devel/cld/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/cld/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -14,7 +14,7 @@ COMMENT= Chromium compact language detec BROKEN= Unfetchable (google code has gone away) -USES= libtool +USES= libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/compiz-bcop/Makefile ============================================================================== --- head/devel/compiz-bcop/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/compiz-bcop/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shell GNU_CONFIGURE= yes -USES= pkgconfig tar:bzip2 +USES= pathfix pkgconfig tar:bzip2 USE_GNOME= libxslt post-patch: @@ -23,8 +23,5 @@ post-patch: -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ -e 's|getopt|${LOCALBASE}/bin/getopt|' \ ${WRKSRC}/src/bcop.in - @${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in .include Modified: head/devel/cpputest/Makefile ============================================================================== --- head/devel/cpputest/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/cpputest/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes -USES= autoreconf libtool +USES= autoreconf libtool pathfix GNU_CONFIGURE= yes .include Modified: head/devel/cunit/Makefile ============================================================================== --- head/devel/cunit/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/cunit/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -40,8 +40,6 @@ PORTDATA= * PORTDOCS= * PORTEXAMPLES= * -PATHFIX_MAKEFILEIN= Makefile.am - AUTOMATED_CONFIGURE_ENABLE= automated BASIC_CONFIGURE_ENABLE= basic CONSOLE_CONFIGURE_ENABLE= console Modified: head/devel/dbus-c++/Makefile ============================================================================== --- head/devel/dbus-c++/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/dbus-c++/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -20,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= andreas-volz GH_PROJECT= dbus-cplusplus -USES= autoreconf compiler:c++11-lib gettext gmake libtool localbase pkgconfig +USES= autoreconf compiler:c++11-lib gettext gmake libtool localbase pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes @@ -32,9 +32,6 @@ CONFIGURE_ARGS= --prefix=${LOCALBASE} \ --disable-examples \ --disable-doxygen-docs -post-patch: - @${REINPLACE_CMD} 's|^pkgconfigdir = .*|pkgconfigdir=$${prefix}/libdata/pkgconfig|' ${WRKSRC}/Makefile.am - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-1.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-glib-1.so Modified: head/devel/ding-libs/Makefile ============================================================================== --- head/devel/ding-libs/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/ding-libs/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lintl -USES= autoreconf iconv gettext libtool pkgconfig +USES= autoreconf iconv gettext libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip @@ -26,7 +26,6 @@ CONFIGURE_ENV+= DOXYGEN="" OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/collection/collection_tools.c \ ${WRKSRC}/refarray/ref_array.c @${REINPLACE_CMD} -e 's|git log -1 &>/dev/null|true|g' \ Modified: head/devel/editline/Makefile ============================================================================== --- head/devel/editline/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/editline/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -9,7 +9,7 @@ COMMENT= Minix editline: A free readline LICENSE= BSD4CLAUSE -USES= autoreconf libtool ncurses +USES= autoreconf libtool ncurses pathfix USE_GITHUB= yes GH_ACCOUNT= troglobit @@ -20,8 +20,6 @@ INSTALL_TARGET= install-strip PORTDOCS= * post-patch: - ${REINPLACE_CMD} '/^pkgconfigdir/s|=.*|= ${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.am # rename to libeditline.3 to avoid conflict with libedit ${REINPLACE_CMD} 's|editline.3|lib&|' ${WRKSRC}/man/Makefile.am cd ${WRKSRC}/man; ${MV} editline.3 libeditline.3 Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/efl/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -152,11 +152,6 @@ LIB_DEPENDS+= libluajit-5.1.so:lang/lu PLIST_SUB+= ELUA="" .endif -pre-patch: - @${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.am - post-stage: ${RM} -r ${STAGEDIR}${PREFIX}/share/gdb for i in `${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/lib -type f`; do \ Modified: head/devel/flatzebra/Makefile ============================================================================== --- head/devel/flatzebra/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/flatzebra/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -13,7 +13,7 @@ COMMENT= Generic game engine for 2D doub GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include -USES= pkgconfig libtool +USES= pathfix pkgconfig libtool USE_SDL= sdl mixer image USE_LDCONFIG= yes Modified: head/devel/google-gdata/Makefile ============================================================================== --- head/devel/google-gdata/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/google-gdata/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -16,7 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc USE_GITHUB= yes GH_TUPLE= google:google-gdata:edcd096379 -USES= dos2unix gmake mono +USES= dos2unix gmake mono pathfix +PATHFIX_MAKEFILEIN= Makefile WRKSRC_SUBDIR= clients/cs DOS2UNIX_FILES= ${WRKSRC}/Makefile ${WRKSRC}/misc/gdata-sharp-core.pc.in MAKE_ARGS= CSC=${LOCALBASE}/bin/mcs Modified: head/devel/google-gdata/files/patch-Makefile ============================================================================== --- head/devel/google-gdata/files/patch-Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/google-gdata/files/patch-Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -1,14 +1,5 @@ --- Makefile.orig 2016-10-16 13:47:41 UTC +++ Makefile -@@ -5,7 +5,7 @@ DEFINES=/d:TRACE - - VERSION=$(shell egrep AssemblyVersion version/AssemblyVersion.cs | egrep -o \([[:digit:]]\.\)+[[:digit:]]+) - PREFIX=/usr/local --PKGCONFIGDIR = $(PREFIX)/lib/pkgconfig -+PKGCONFIGDIR = $(PREFIX)/libdata/pkgconfig - - CORELIBS= \ - Google.GData.Client.dll \ @@ -33,7 +33,7 @@ ALLLIBS = \ UNINSTALLLIBS = $(basename $(ALLLIBS)) Modified: head/devel/gumbo/Makefile ============================================================================== --- head/devel/gumbo/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/gumbo/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -18,7 +18,6 @@ USES= autoreconf gmake pathfix libtool INSTALL_TARGET= install-strip GNU_CONFIGURE= yes USE_LDCONFIG= yes -PATHFIX_MAKEFILEIN=Makefile.am post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgumbo.so.1.0.0 Modified: head/devel/hyperscan/Makefile ============================================================================== --- head/devel/hyperscan/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/hyperscan/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -16,7 +16,7 @@ BUILD_DEPENDS= ragel:devel/ragel USE_GITHUB= yes GH_ACCOUNT= 01org -USES= compiler:c++11-lib cmake:outsource python:build pkgconfig +USES= compiler:c++11-lib cmake:outsource pathfix python:build pkgconfig ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= SSSE3 is required for work @@ -52,9 +52,4 @@ PLIST_SUB+= SHARED="" \ PLIST_SUB+= SHARED="@comment " .endif -post-stage: - ${MV} ${STAGEDIR}/${PREFIX}/lib/pkgconfig/libhs.pc \ - ${STAGEDIR}/${PREFIX}/libdata/pkgconfig/ - ${RMDIR} ${STAGEDIR}/${PREFIX}/lib/pkgconfig/ - .include Modified: head/devel/isl/Makefile ============================================================================== --- head/devel/isl/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/isl/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -17,10 +17,8 @@ LIB_DEPENDS= libgmp.so:math/gmp CONFIGURE_ARGS= --with-gmp-prefix=${LOCALBASE} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool tar:xz +USES= libtool pathfix tar:xz +PATHFIX_MAKEFILEIN= configure USE_LDCONFIG= yes -post-patch: - @${REINPLACE_CMD} -e 's@pkgconfig_libdir=.*@pkgconfig_libdir=$${prefix}/libdata/pkgconfig@' ${WRKSRC}/configure - .include Modified: head/devel/ivykis/Makefile ============================================================================== --- head/devel/ivykis/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/ivykis/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -10,7 +10,7 @@ COMMENT= Asynchronous I/O readiness noti LICENSE= LGPL21 -USES= libtool pkgconfig +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -18,9 +18,6 @@ USE_GITHUB= yes GH_ACCOUNT= buytenh post-stage: - ${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig - ${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/ivykis.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ivykis.pc - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libivykis.so.0.4.2 .include Modified: head/devel/lasi/Makefile ============================================================================== --- head/devel/lasi/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/lasi/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -16,7 +16,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl OPTIONS_DEFINE= DOCS EXAMPLES -USES= cmake pkgconfig +USES= cmake pathfix pkgconfig +PATHFIX_CMAKELISTSTXT= pkg-config.cmake USE_GNOME= pango PKG_CONFIG_PATH= ${PREFIX}/libdata/pkgconfig CONFIGURE_ENV+= PKG_CONFIG_PATH=${PKG_CONFIG_PATH} Modified: head/devel/liballium/Makefile ============================================================================== --- head/devel/liballium/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/liballium/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -14,7 +14,6 @@ GH_TAGNAME= 0c9b50f GNU_CONFIGURE= yes USES= autoreconf libtool pathfix pkgconfig tar:bzip2 -PATHFIX_MAKEFILEIN=Makefile.am INSTALL_TARGET= install-strip USE_LDCONFIG= yes Modified: head/devel/libbrotli/Makefile ============================================================================== --- head/devel/libbrotli/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/libbrotli/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -21,7 +21,7 @@ GH_PROJECT= brotli:brotli GH_TAGNAME= ${BROTLI_VERSION}:brotli GH_SUBDIR= brotli:brotli -USES= pkgconfig autoreconf libtool compiler:c++0x +USES= pkgconfig autoreconf libtool compiler:c++0x pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} Modified: head/devel/libcfu/Makefile ============================================================================== --- head/devel/libcfu/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/libcfu/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -15,7 +15,6 @@ GH_ACCOUNT= crees GH_TAGNAME= 947dba4 USES= autoreconf makeinfo pkgconfig pathfix libtool -PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip GNU_CONFIGURE= yes Modified: head/devel/libdlna/Makefile ============================================================================== --- head/devel/libdlna/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/libdlna/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg HAS_CONFIGURE= yes -USES= gmake localbase pkgconfig tar:bzip2 +USES= gmake localbase pathfix pkgconfig tar:bzip2 +PATHFIX_MAKEFILEIN= Makefile USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes Modified: head/devel/libdlna/files/patch-Makefile ============================================================================== --- head/devel/libdlna/files/patch-Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/libdlna/files/patch-Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -1,14 +1,5 @@ --- Makefile.orig 2007-11-26 20:47:43 UTC +++ Makefile -@@ -4,7 +4,7 @@ endif - include config.mak - - DISTFILE = libdlna-$(VERSION).tar.bz2 --PKGCONFIG_DIR = $(libdir)/pkgconfig -+PKGCONFIG_DIR = $(prefix)/libdata/pkgconfig - PKGCONFIG_FILE = libdlna.pc - - LIBTEST = test-libdlna @@ -19,7 +19,7 @@ EXTRADIST = AUTHORS \ SUBDIRS = src \ Modified: head/devel/libee/Makefile ============================================================================== --- head/devel/libee/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/libee/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -16,7 +16,7 @@ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= libtool +USES= libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ENV= LIBESTR_CFLAGS="-I${LOCALBASE}/include" LIBESTR_LIBS="-L${LOCALBASE}/lib -lestr" CONFIGURE_ARGS+= --prefix="${PREFIX}" --disable-testbench Modified: head/devel/libelf/Makefile ============================================================================== --- head/devel/libelf/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/libelf/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -22,7 +22,7 @@ SANITY_DESC= Avoid loading invalid ELF f GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared --disable-compat USE_LDCONFIG= yes -USES= desthack +USES= desthack pathfix .if ${PORT_OPTIONS:MNLS} CPPFLAGS+= -I${LOCALBASE}/include Modified: head/devel/libestr/Makefile ============================================================================== --- head/devel/libestr/Makefile Fri Oct 21 15:19:57 2016 (r424426) +++ head/devel/libestr/Makefile Fri Oct 21 15:21:13 2016 (r424427) @@ -10,7 +10,7 @@ MASTER_SITES= http://libestr.adiscon.com MAINTAINER= matthew@FreeBSD.org COMMENT= Library for some string essentials -USES= libtool +USES= libtool pathfix *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Oct 21 15:33:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93068C1B744; Fri, 21 Oct 2016 15:33:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49F4C1FBD; Fri, 21 Oct 2016 15:33:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LFXsvH045137; Fri, 21 Oct 2016 15:33:54 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LFXspb045134; Fri, 21 Oct 2016 15:33:54 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610211533.u9LFXspb045134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 21 Oct 2016 15:33:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424428 - in head: net/freeswitch www/nginx www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 15:33:55 -0000 Author: mat Date: Fri Oct 21 15:33:53 2016 New Revision: 424428 URL: https://svnweb.freebsd.org/changeset/ports/424428 Log: Fix the three ports not handling the ImageMagick-nox11 dependency correctly. Sponsored by: Absolight Modified: head/net/freeswitch/Makefile (contents, props changed) head/www/nginx-devel/Makefile (contents, props changed) head/www/nginx/Makefile (contents, props changed) Modified: head/net/freeswitch/Makefile ============================================================================== --- head/net/freeswitch/Makefile Fri Oct 21 15:21:13 2016 (r424427) +++ head/net/freeswitch/Makefile Fri Oct 21 15:33:53 2016 (r424428) @@ -3,7 +3,7 @@ PORTNAME= freeswitch PORTVERSION= 1.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://files.freeswitch.org/releases/freeswitch/ \ http://files.freeswitch.org/releases/sounds/:sounds @@ -33,6 +33,7 @@ USES= gmake jpeg pkgconfig lua perl5 li USE_LDCONFIG= yes ALL_MODULES_DESC= Build all modules +X11_DESC= graphics/ImageMagick[-nox11] dependency 8K_DESC= 8kHz Audio Files 16K_DESC= 16kHz Audio Files 32K_DESC= 32kHz Audio Files @@ -41,7 +42,7 @@ ENGLISH_DESC= US English Language Sounds FRENCH_DESC= French Canadian Language Sounds RUSSIAN_DESC= Russian Language Sounds -OPTIONS_DEFINE= ALL_MODULES +OPTIONS_DEFINE= ALL_MODULES X11 OPTIONS_MULTI= BITRATE LANGUAGE OPTIONS_MULTI_BITRATE= 8K 16K 32K 48K OPTIONS_MULTI_LANGUAGE= ENGLISH FRENCH RUSSIAN @@ -85,10 +86,14 @@ LIB_DEPENDS+= libavformat.so:multimedia/ libmp3lame.so:audio/lame \ libnetsnmp.so:net-mgmt/net-snmp \ libvlc.so:multimedia/vlc \ - libyaml.so:textproc/libyaml \ - libMagickWand-6.so:graphics/ImageMagick-nox11 + libyaml.so:textproc/libyaml USE_OPENLDAP= yes USE_OPENSSL= yes +.if ${PORT_OPTIONS:MX11} +LIB_DEPENDS+= libMagickWand-6.so:graphics/ImageMagick +.else +LIB_DEPENDS+= libMagickWand-6.so:graphics/ImageMagick-nox11 +.endif .endif EDPRE= freeswitch-sounds Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Oct 21 15:21:13 2016 (r424427) +++ head/www/nginx-devel/Makefile Fri Oct 21 15:33:53 2016 (r424428) @@ -3,6 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.11.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -121,6 +122,7 @@ OPTIONS_DEFINE= \ SRCACHE \ STATSD \ UDPLOG \ + X11 \ XRID_HEADER \ XSS @@ -228,6 +230,7 @@ SMALL_LIGHT_DESC= 3rd party small_light SRCACHE_DESC= 3rd party srcache module STATSD_DESC= 3rd party statsd module UDPLOG_DESC= 3rd party udplog (syslog) module +X11_DESC= graphics/ImageMagick[-nox11] dependency XRID_HEADER_DESC= 3rd party x-rid header module XSS_DESC= 3rd party xss module VIDEO_DESC= Video module support @@ -236,6 +239,12 @@ WANT_GNOME= yes .include +.if ${PORT_OPTIONS:MX11} +IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick +.else +IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick-nox11 +.endif + .if ${PORT_OPTIONS:MPASSENGER} CATEGORIES+= ruby USE_RUBY= yes @@ -714,7 +723,7 @@ LIB_DEPENDS+= libjpeg.so:graphics/jpeg libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg \ - libMagickWand-6.so:graphics/ImageMagick-nox11 + ${IMAGEMAGICK_LIB_DEPENDS} GH_ACCOUNT+= wandenberg:vte GH_PROJECT+= nginx-video-thumbextractor-module:vte GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte @@ -947,8 +956,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n .if ${PORT_OPTIONS:MSMALL_LIGHT} NGINX_SMALL_LIGHT_VERSION= 0.8.0 -LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick-nox11 \ - libMagickWand-6.so:graphics/ImageMagick-nox11 \ +LIB_DEPENDS+= ${IMAGEMAGICK_LIB_DEPENDS} \ libpcre.so:devel/pcre GH_ACCOUNT+= cubicdaiya:small_light GH_PROJECT+= ngx_small_light:small_light Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Fri Oct 21 15:21:13 2016 (r424427) +++ head/www/nginx/Makefile Fri Oct 21 15:33:53 2016 (r424428) @@ -3,6 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.10.2 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -121,6 +122,7 @@ OPTIONS_DEFINE= \ SRCACHE \ STATSD \ UDPLOG \ + X11 \ XRID_HEADER \ XSS @@ -228,6 +230,7 @@ SMALL_LIGHT_DESC= 3rd party small_light SRCACHE_DESC= 3rd party srcache module STATSD_DESC= 3rd party statsd module UDPLOG_DESC= 3rd party udplog (syslog) module +X11_DESC= graphics/ImageMagick[-nox11] dependency XRID_HEADER_DESC= 3rd party x-rid header module XSS_DESC= 3rd party xss module VIDEO_DESC= Video module support @@ -236,6 +239,12 @@ WANT_GNOME= yes .include +.if ${PORT_OPTIONS:MX11} +IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick +.else +IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick-nox11 +.endif + .if ${PORT_OPTIONS:MPASSENGER} CATEGORIES+= ruby USE_RUBY= yes @@ -710,7 +719,7 @@ LIB_DEPENDS+= libjpeg.so:graphics/jpeg libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg \ - libMagickWand-6.so:graphics/ImageMagick-nox11 + ${IMAGEMAGICK_LIB_DEPENDS} GH_ACCOUNT+= wandenberg:vte GH_PROJECT+= nginx-video-thumbextractor-module:vte GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte @@ -942,8 +951,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n .if ${PORT_OPTIONS:MSMALL_LIGHT} NGINX_SMALL_LIGHT_VERSION= 0.8.0 -LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick-nox11 \ - libMagickWand-6.so:graphics/ImageMagick-nox11 \ +LIB_DEPENDS+= ${IMAGEMAGICK_LIB_DEPENDS} \ libpcre.so:devel/pcre GH_ACCOUNT+= cubicdaiya:small_light GH_PROJECT+= ngx_small_light:small_light From owner-svn-ports-all@freebsd.org Fri Oct 21 15:50:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3A49C1BC96; Fri, 21 Oct 2016 15:50:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9037EBC0; Fri, 21 Oct 2016 15:50:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LFoRIc049095; Fri, 21 Oct 2016 15:50:27 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LFoRMY049094; Fri, 21 Oct 2016 15:50:27 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610211550.u9LFoRMY049094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 21 Oct 2016 15:50:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424429 - head/net-mgmt/ezradius X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 15:50:28 -0000 Author: mat Date: Fri Oct 21 15:50:27 2016 New Revision: 424429 URL: https://svnweb.freebsd.org/changeset/ports/424429 Log: Use the right way to give files to www:www. Sponsored by: Absolight Modified: head/net-mgmt/ezradius/Makefile (contents, props changed) head/net-mgmt/ezradius/pkg-plist (contents, props changed) Modified: head/net-mgmt/ezradius/Makefile ============================================================================== --- head/net-mgmt/ezradius/Makefile Fri Oct 21 15:33:53 2016 (r424428) +++ head/net-mgmt/ezradius/Makefile Fri Oct 21 15:50:27 2016 (r424429) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ezradius -PORTVERSION= 0.2.1.2 +PORTVERSION= 1.2.1.2 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.2.1stable @@ -21,14 +21,10 @@ USE_MYSQL= yes USE_PHP= mysql session xml WANT_PHP_WEB= yes IGNORE_WITH_PHP= 70 +PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} - @cd ${WRKSRC} && \ - ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${WWWDIR}/{} \; \ - -exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/{} \; - @cd ${WRKSRC} && \ - ${FIND} . \! -type d -exec ${INSTALL_DATA} {} ${STAGEDIR}${WWWDIR}/{} \; \ - -exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/{} \; + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include Modified: head/net-mgmt/ezradius/pkg-plist ============================================================================== --- head/net-mgmt/ezradius/pkg-plist Fri Oct 21 15:33:53 2016 (r424428) +++ head/net-mgmt/ezradius/pkg-plist Fri Oct 21 15:50:27 2016 (r424429) @@ -1,3 +1,5 @@ +@owner %%WWWOWN%% +@group %%WWWGRP%% %%WWWDIR%%/resources/mysql-dump/radius.sql %%WWWDIR%%/resources/hotspotlogin-without-popup/Connections/conStatus.php %%WWWDIR%%/resources/hotspotlogin-without-popup/get-status.js From owner-svn-ports-all@freebsd.org Fri Oct 21 16:07:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 411F5C1C0DE; Fri, 21 Oct 2016 16:07:32 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02212688; Fri, 21 Oct 2016 16:07:31 +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 u9LG7VB6056504; Fri, 21 Oct 2016 16:07:31 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LG7Uxg056501; Fri, 21 Oct 2016 16:07:30 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201610211607.u9LG7Uxg056501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 21 Oct 2016 16:07:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424430 - head/devel/elixir-excoveralls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 16:07:32 -0000 Author: vanilla Date: Fri Oct 21 16:07:30 2016 New Revision: 424430 URL: https://svnweb.freebsd.org/changeset/ports/424430 Log: Update to 0.5.7. Modified: head/devel/elixir-excoveralls/Makefile head/devel/elixir-excoveralls/distinfo head/devel/elixir-excoveralls/pkg-plist Modified: head/devel/elixir-excoveralls/Makefile ============================================================================== --- head/devel/elixir-excoveralls/Makefile Fri Oct 21 15:50:27 2016 (r424429) +++ head/devel/elixir-excoveralls/Makefile Fri Oct 21 16:07:30 2016 (r424430) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= excoveralls -PORTVERSION= 0.5.6 +PORTVERSION= 0.5.7 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-excoveralls/distinfo ============================================================================== --- head/devel/elixir-excoveralls/distinfo Fri Oct 21 15:50:27 2016 (r424429) +++ head/devel/elixir-excoveralls/distinfo Fri Oct 21 16:07:30 2016 (r424430) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472612698 -SHA256 (parroty-excoveralls-v0.5.6_GH0.tar.gz) = 13cb79c508a0cce3332f7d16392615f5889634fe7b957f34bc2cd1f2e2bb1680 -SIZE (parroty-excoveralls-v0.5.6_GH0.tar.gz) = 193734 +TIMESTAMP = 1477062800 +SHA256 (parroty-excoveralls-v0.5.7_GH0.tar.gz) = 3e03de276a4955aaecddb0bb9a78389121d4a4fd803c1b3a1966e70ec6d4fc88 +SIZE (parroty-excoveralls-v0.5.7_GH0.tar.gz) = 194670 Modified: head/devel/elixir-excoveralls/pkg-plist ============================================================================== --- head/devel/elixir-excoveralls/pkg-plist Fri Oct 21 15:50:27 2016 (r424429) +++ head/devel/elixir-excoveralls/pkg-plist Fri Oct 21 16:07:30 2016 (r424430) @@ -25,9 +25,11 @@ lib/elixir/lib/excoveralls/ebin/Elixir.E lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Task.Util.beam lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Travis.beam lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.beam +lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Json.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Circle.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Detail.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Html.beam +lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Json.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Post.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Runner.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Semaphore.beam @@ -43,6 +45,7 @@ lib/elixir/lib/excoveralls/lib/excoveral lib/elixir/lib/excoveralls/lib/excoveralls/html.ex lib/elixir/lib/excoveralls/lib/excoveralls/html/safe.ex lib/elixir/lib/excoveralls/lib/excoveralls/html/view.ex +lib/elixir/lib/excoveralls/lib/excoveralls/json.ex lib/elixir/lib/excoveralls/lib/excoveralls/local.ex lib/elixir/lib/excoveralls/lib/excoveralls/path_reader.ex lib/elixir/lib/excoveralls/lib/excoveralls/post.ex From owner-svn-ports-all@freebsd.org Fri Oct 21 16:50:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78B14C1CD16; Fri, 21 Oct 2016 16:50:14 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: from mail-lf0-x229.google.com (mail-lf0-x229.google.com [IPv6:2a00:1450:4010:c07::229]) (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 ECB3FAED; Fri, 21 Oct 2016 16:50:13 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: by mail-lf0-x229.google.com with SMTP id l131so144869240lfl.2; Fri, 21 Oct 2016 09:50:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=rTSABBwZgAhkFbA0oNyvpzSoqKnT0IbMxzlJeltKQTw=; b=w9Vj1TrE/mH3e0L+nkUEyBx09y67rFjk5IZprGnxH7BjFhzzBIXRl/iDfS8q4lqq2n pRilTf6A1/nFYdGPCP66L09TMIwWb7HSiWwdKLhzG2FBV9axog8gWNDGHleDu2kz4iv6 7LZcnrqSLSMwSsb9mMBdprAAb9gvcuJlOOgV1Y4M2EtztdRrvSeZGejaRKBHN4wrQBVA ndvYtmMoFjEYa8L1hQxlJ544zOcClR7WYhM8b04baCTVsqykMDiwrTbIiVMjt6xDt6cL 72L4Qj9iw13BunRTyWI9a2lg+w8weM095+WMY5jg+vEjpgNQkV9X48VFkYRNKPUmZnQE EPHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=rTSABBwZgAhkFbA0oNyvpzSoqKnT0IbMxzlJeltKQTw=; b=fYhn2Ex5ARP+rAwAkmN0SaHuuPna19MH/b5Y1Rm1AkeDkab9+6+HTZUTMvFHo/geM0 VWVVdF4ZkRpcg+h31ZKCamoS/wTPPAsRM7ZHNwQglFrMmMTKN72DvBjd6EUfKS/Nczwr xRIkkaXezCMTbKb6cpZ4zgHkacu92FAff4YiQnfTdbGr9c7OsFwywfqP5muWwd6HzblP Q7nVOczd+n/cR1x4r1Ii1JYqIkpc7I3rnLEjZGIOriivQbw6NZcKg1P9xTvlLBYYZGUh BqAu5hNSh0mcuL/qxTOr3Ff6Qh0+CQEdphSk4dXmeh6EShevCE7hX5y6MlQ1qP9OjM2T pdnA== X-Gm-Message-State: ABUngvfYmHMy3nbai0652V5h+Gick7s9/tiexjWwpq5fHwq+pBtc7QgU1BsxhxL2abBiKQ== X-Received: by 10.25.212.85 with SMTP id l82mr1109482lfg.87.1477068611602; Fri, 21 Oct 2016 09:50:11 -0700 (PDT) Received: from kloomba ([95.104.141.153]) by smtp.gmail.com with ESMTPSA id u129sm588550lja.2.2016.10.21.09.50.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Oct 2016 09:50:10 -0700 (PDT) Date: Fri, 21 Oct 2016 19:50:04 +0300 From: Roman Bogorodskiy To: "Carlos J. Puga Medina" Cc: Emanuel Haupt , Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424340 - in head: . security security/py-keystone Message-ID: <20161021165001.GA4054@kloomba> References: <201610201700.u9KH0IsP097081@repo.freebsd.org> <20161021112611.55a97cbe7dabc104efc2d46e@critical.ch> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.0 (2016-08-17) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 16:50:14 -0000 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Carlos J. Puga Medina wrote: >=20 >=20 > El 21 de octubre de 2016 11:26:11 CEST, Emanuel Haupt escribi=F3: > >> Modified: head/GIDs > >> > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > >> --- head/GIDs Thu Oct 20 15:58:12 2016 (r424339) > >> +++ head/GIDs Thu Oct 20 17:00:18 2016 (r424340) > >> @@ -131,7 +131,7 @@ dnslog:*:186: > >> swift:*:187: > >> netxms:*:188: > >> leofs:*:189: > >> -# free: 190 > >> +keystone:*:190 > > > >Fixed that in r424402 (missing :). >=20 > Thank you, Emanuel ;) Yeah, thanks a lot for fixing that! /me wears my pointy hat. Roman Bogorodskiy --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJYCkc5AAoJEMltX/4IwiJquSEIAI3dl5xkq9s9fgbENK16LU+b KxcOUvvgz7wvbR0fI3tWI2lt3cmBW99aLyD9Vp5KzQI8wmnjl3HZ6TUyBfyld+vH EBFQOnbTbswt9J1fdIq4EOIervCd/KzGhjZFgGmncOGUPnvIunL4yFqyg4DD5HE6 tE0C5GNfylOmFWLEMyR10V4TerKCjRDCn32evJDKH9eVUIMNR0+2cJsmZvEvXmVA BSJX12VlHD+KWsz4VoZPCi0vroL0jUvBSuJZfmU/pYEJPCtc0pVUhQvelzLwVlCb ZivRR0cUQdCThdLMVGWmKZB2Cy+UlX7sDcqTDMLojt7ThcxaMdyS9eNfM2nQawQ= =/m/R -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- From owner-svn-ports-all@freebsd.org Fri Oct 21 17:20:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17360C1B72E; Fri, 21 Oct 2016 17:20:16 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCD42CC1; Fri, 21 Oct 2016 17:20:15 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LHKFoO083432; Fri, 21 Oct 2016 17:20:15 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LHKE8M083430; Fri, 21 Oct 2016 17:20:14 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201610211720.u9LHKE8M083430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 21 Oct 2016 17:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424431 - in head/math/octave-forge-image: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 17:20:16 -0000 Author: stephen Date: Fri Oct 21 17:20:14 2016 New Revision: 424431 URL: https://svnweb.freebsd.org/changeset/ports/424431 Log: - Update to 2.6.1. Deleted: head/math/octave-forge-image/files/ Modified: head/math/octave-forge-image/Makefile head/math/octave-forge-image/distinfo Modified: head/math/octave-forge-image/Makefile ============================================================================== --- head/math/octave-forge-image/Makefile Fri Oct 21 16:07:30 2016 (r424430) +++ head/math/octave-forge-image/Makefile Fri Oct 21 17:20:14 2016 (r424431) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-image -PORTVERSION= 2.4.1 +PORTVERSION= 2.6.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-image/distinfo ============================================================================== --- head/math/octave-forge-image/distinfo Fri Oct 21 16:07:30 2016 (r424430) +++ head/math/octave-forge-image/distinfo Fri Oct 21 17:20:14 2016 (r424431) @@ -1,2 +1,3 @@ -SHA256 (octave-forge/image-2.4.1.tar.gz) = 47050112580a5bef615d4083899f73fee4ce59cfc771e80aa114aa837aec1339 -SIZE (octave-forge/image-2.4.1.tar.gz) = 292521 +TIMESTAMP = 1477070311 +SHA256 (octave-forge/image-2.6.1.tar.gz) = a576761094c88b4ea44a977fcdcf47ebc73ed5026cd1180d9884d86d1e89778d +SIZE (octave-forge/image-2.6.1.tar.gz) = 368442 From owner-svn-ports-all@freebsd.org Fri Oct 21 17:46:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98E4BC1BECE; Fri, 21 Oct 2016 17:46:07 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6816A91; Fri, 21 Oct 2016 17:46:07 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LHk6GL094877; Fri, 21 Oct 2016 17:46:06 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LHk6IE094875; Fri, 21 Oct 2016 17:46:06 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201610211746.u9LHk6IE094875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Fri, 21 Oct 2016 17:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424432 - head/security/amavisd-new X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 17:46:07 -0000 Author: flo Date: Fri Oct 21 17:46:06 2016 New Revision: 424432 URL: https://svnweb.freebsd.org/changeset/ports/424432 Log: - update to 2.11.0 - take maintainership PR: 212695 Approved by: gabor (private mail) Modified: head/security/amavisd-new/Makefile head/security/amavisd-new/distinfo Modified: head/security/amavisd-new/Makefile ============================================================================== --- head/security/amavisd-new/Makefile Fri Oct 21 17:20:14 2016 (r424431) +++ head/security/amavisd-new/Makefile Fri Oct 21 17:46:06 2016 (r424432) @@ -1,15 +1,14 @@ # $FreeBSD$ PORTNAME= amavisd-new -PORTVERSION= 2.10.1 -PORTREVISION= 1 +PORTVERSION= 2.11.0 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ http://mirrors.catpipe.net/amavisd-new/ \ http://mirror.mainloop.se/amavisd/ -MAINTAINER= gabor@FreeBSD.org +MAINTAINER= flo@FreeBSD.org COMMENT= Mail scanner interface between mailer and content checkers LICENSE= GPLv2 Modified: head/security/amavisd-new/distinfo ============================================================================== --- head/security/amavisd-new/distinfo Fri Oct 21 17:20:14 2016 (r424431) +++ head/security/amavisd-new/distinfo Fri Oct 21 17:46:06 2016 (r424432) @@ -1,2 +1,3 @@ -SHA256 (amavisd-new-2.10.1.tar.xz) = 1d3d3f372d0888018b950ee19704c298b5d02e2c287ca2d5f1a785a078b6038f -SIZE (amavisd-new-2.10.1.tar.xz) = 767716 +TIMESTAMP = 1470555662 +SHA256 (amavisd-new-2.11.0.tar.xz) = b41de4f0796cb344120c9792c82fc25177cbf9f51aaa5f91536cdf34aea89906 +SIZE (amavisd-new-2.11.0.tar.xz) = 780548 From owner-svn-ports-all@freebsd.org Fri Oct 21 18:08:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95F57C1C3A1; Fri, 21 Oct 2016 18:08:03 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48D90E03; Fri, 21 Oct 2016 18:08:03 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LI82JM002767; Fri, 21 Oct 2016 18:08:02 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LI82uS002766; Fri, 21 Oct 2016 18:08:02 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201610211808.u9LI82uS002766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Fri, 21 Oct 2016 18:08:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424433 - head/security/nmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 18:08:03 -0000 Author: ohauer Date: Fri Oct 21 18:08:02 2016 New Revision: 424433 URL: https://svnweb.freebsd.org/changeset/ports/424433 Log: - update to 7.31 Nmap 7.31 [2016-10-20] o Fixed the way Nmap handles scanning names that resolve to the same IP. Due to changes in 7.30, the IP was only being scanned once, with bogus results displayed for the other names. The previous behavior is now restored. [Tudor Emil Coman] o [GH#350] Fix an assertion failure due to floating point error in equality comparison, which triggered mainly on OpenBSD: assertion "diff <= interval" failed: file "timing.cc", line 440 This was reported earlier as [GH#472] but the assertion fixed there was a different one. [David Carlier] o [Zenmap] Fix a crash in the About page in the Spanish translation due to a missing format specifier: File "zenmapGUI\About.pyo", line 217, in __init__ TypeError: not all arguments converted during string formatting [Daniel Miller] o [Zenmap][GH#556] Better visual indication that display of hostname is tied to address in the Topology page. You can show numeric addresses with hostnames or without, but you can't show hostnames without numeric addresses when they are not available. [Daniel Miller] o To increase the number of IPv6 fingerprint submissions, a prompt for submission will be shown with some random chance for successful matches of OS classes that are based on only a few submissions. Previously, only unsuccessful matches produced such a prompt. [Daniel Miller] MFH: 2016Q4 Modified: head/security/nmap/Makefile head/security/nmap/distinfo Modified: head/security/nmap/Makefile ============================================================================== --- head/security/nmap/Makefile Fri Oct 21 17:46:06 2016 (r424432) +++ head/security/nmap/Makefile Fri Oct 21 18:08:02 2016 (r424433) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nmap -DISTVERSION= 7.30 +DISTVERSION= 7.31 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ LOCAL/ohauer Modified: head/security/nmap/distinfo ============================================================================== --- head/security/nmap/distinfo Fri Oct 21 17:46:06 2016 (r424432) +++ head/security/nmap/distinfo Fri Oct 21 18:08:02 2016 (r424433) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475172408 -SHA256 (nmap-7.30.tar.bz2) = ba38a042ec67e315d903d28a4976b74999da94c646667c0c63f31e587d6d8d0f -SIZE (nmap-7.30.tar.bz2) = 9003761 +TIMESTAMP = 1477016901 +SHA256 (nmap-7.31.tar.bz2) = cb9f4e03c0771c709cd47dc8fc6ac3421eadbdd313f0aae52276829290583842 +SIZE (nmap-7.31.tar.bz2) = 9000848 From owner-svn-ports-all@freebsd.org Fri Oct 21 18:24:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 067C0C1C866; Fri, 21 Oct 2016 18:24:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC4D4886; Fri, 21 Oct 2016 18:24:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LIOGan010146; Fri, 21 Oct 2016 18:24:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LIOGsC010145; Fri, 21 Oct 2016 18:24:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610211824.u9LIOGsC010145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 21 Oct 2016 18:24:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424434 - head/mail/libmapi/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 18:24:18 -0000 Author: mat Date: Fri Oct 21 18:24:16 2016 New Revision: 424434 URL: https://svnweb.freebsd.org/changeset/ports/424434 Log: Fix. Reported by: antoine Sponsored by: Absolight Modified: head/mail/libmapi/files/patch-Makefile (contents, props changed) Modified: head/mail/libmapi/files/patch-Makefile ============================================================================== --- head/mail/libmapi/files/patch-Makefile Fri Oct 21 18:08:02 2016 (r424433) +++ head/mail/libmapi/files/patch-Makefile Fri Oct 21 18:24:16 2016 (r424434) @@ -1,6 +1,6 @@ --- Makefile.orig 2016-10-21 15:02:43 UTC +++ Makefile -@@ -255,9 +255,6 +@@ -255,9 +255,6 @@ $(INSTALL) -m 0644 gen_ndr/ndr_property.h $(DESTDIR)$(includedir)/gen_ndr/ $(INSTALL) -m 0644 gen_ndr/asyncemsmdb.h $(DESTDIR)$(includedir)/gen_ndr/ $(INSTALL) -m 0644 gen_ndr/ndr_asyncemsmdb.h $(DESTDIR)$(includedir)/gen_ndr/ From owner-svn-ports-all@freebsd.org Fri Oct 21 18:59:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5421CC1B292; Fri, 21 Oct 2016 18:59:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 241E4825; Fri, 21 Oct 2016 18:59:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LIx1DS021901; Fri, 21 Oct 2016 18:59:01 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LIx1V7021899; Fri, 21 Oct 2016 18:59:01 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610211859.u9LIx1V7021899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 21 Oct 2016 18:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424435 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 18:59:02 -0000 Author: marino Date: Fri Oct 21 18:59:00 2016 New Revision: 424435 URL: https://svnweb.freebsd.org/changeset/ports/424435 Log: ports-mgmt/synth: Upgrade version 1.62 => 1.63 Fix web report regression caused by cleaning of history files. The history files were being removed too late. Any ignored/skipped files erased after writing (but would return with first built/failed port). If more than 500 ports were ignored+skipped, the web report would fail to show the history completely and would not recover. The old history files are now removed before the ignore/skip cascades. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Fri Oct 21 18:24:16 2016 (r424434) +++ head/ports-mgmt/synth/Makefile Fri Oct 21 18:59:00 2016 (r424435) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.62 +PORTVERSION= 1.63 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Fri Oct 21 18:24:16 2016 (r424434) +++ head/ports-mgmt/synth/distinfo Fri Oct 21 18:59:00 2016 (r424435) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476969671 -SHA256 (jrmarino-synth-v1.62_GH0.tar.gz) = 832a2fa37b1ecf8f57477db7375f939b1b0fe498b35eda0ad5526fb2e8c36fe2 -SIZE (jrmarino-synth-v1.62_GH0.tar.gz) = 125399 +TIMESTAMP = 1477023705 +SHA256 (jrmarino-synth-v1.63_GH0.tar.gz) = 2e553dbea36b2bdf6363c7a5c71d5ca802c869ccf9b1cdaa2deed342944db560 +SIZE (jrmarino-synth-v1.63_GH0.tar.gz) = 125459 From owner-svn-ports-all@freebsd.org Fri Oct 21 20:21:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7828C1CC01; Fri, 21 Oct 2016 20:21:16 +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 80BB5D87; Fri, 21 Oct 2016 20:21:16 +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 u9LKLFZT054193; Fri, 21 Oct 2016 20:21:15 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LKLFHR054189; Fri, 21 Oct 2016 20:21:15 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201610212021.u9LKLFHR054189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 21 Oct 2016 20:21:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424436 - in head/sysutils/condor: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 20:21:16 -0000 Author: jrm Date: Fri Oct 21 20:21:15 2016 New Revision: 424436 URL: https://svnweb.freebsd.org/changeset/ports/424436 Log: sysutils/condor: Update to 8.4.9 Release notes: http://research.cs.wisc.edu/htcondor/manual/v8.4.9/10_3Stable_Release.html - remove patches that have been incorporated upstream - add support for FreeBSD 12 PR: 213627 Submitted by: bacon4000@gmail.com Approved by: swills (maintainer) Differential Revision: https://reviews.freebsd.org/D8316 Deleted: head/sysutils/condor/files/patch-build_cmake_CondorPackageConfig.cmake head/sysutils/condor/files/patch-src_condor__includes_config.h.cmake head/sysutils/condor/files/patch-src_condor__power_power__state.cpp head/sysutils/condor/files/patch-src_condor__sysapi_idle__time.cpp head/sysutils/condor/files/patch-src_condor__utils_condor__config.cpp head/sysutils/condor/files/patch-src_python-bindings_dc__tool.cpp head/sysutils/condor/files/patch-src_python-bindings_secman.cpp Modified: head/sysutils/condor/Makefile head/sysutils/condor/distinfo head/sysutils/condor/files/patch-build_cmake_macros_SystemSpecificInformations.cmake head/sysutils/condor/pkg-plist Modified: head/sysutils/condor/Makefile ============================================================================== --- head/sysutils/condor/Makefile Fri Oct 21 18:59:00 2016 (r424435) +++ head/sysutils/condor/Makefile Fri Oct 21 20:21:15 2016 (r424436) @@ -1,8 +1,11 @@ # Created by: Andy Pavlo # $FreeBSD$ +# +# Note: Make sure there are no older versions of HTCondor installed during +# build. The build system may pick up incompatible headers and libs. PORTNAME= condor -PORTVERSION= 8.2.8 +PORTVERSION= 8.4.9 CATEGORIES= sysutils net MASTER_SITES= http://www.acadix.biz/Ports/distfiles/ DISTNAME= condor_src-${PORTVERSION}-all-all @@ -18,12 +21,13 @@ BROKEN_powerpc64= Does not build LIB_DEPENDS+= libkrb5support.so:security/krb5 \ libpcre.so:devel/pcre \ libcurl.so:ftp/curl \ - libboost_python.so:devel/boost-python-libs + libboost_python.so:devel/boost-python-libs \ + libexpat.so:textproc/expat2 WRKSRC= ${WRKDIR}/condor-${PORTVERSION} USE_LDCONFIG= yes # Does not build with Python 3 -USES= cmake cpe gmake perl5 pgsql python:2 shebangfix +USES= cmake cpe gmake perl5 pgsql python:2 shebangfix ssl CPE_VENDOR= condor_project SHEBANG_FILES= src/condor_scripts/condor_qsub \ src/condor_gridmanager/remote_gahp \ @@ -40,11 +44,8 @@ CMAKE_ARGS+= -DCMAKE_CXX_FLAGS:STRING=${ -DPYTHON_INCLUDE_DIR:PATH=${LOCALBASE}/include/${PYTHON_VERSION} \ -DPYTHON_LIBRARY:FILEPATH=${LOCALBASE}/lib/lib${PYTHON_VERSION}.so -# This was an issue in previous releases, but I've tested 8.2.8 extensively -# on machines with as many as 16 cores. -# MAKE_JOBS_UNSAFE= yes - SUB_FILES= condor-config condor_config.local pkg-message +PLIST_SUB+= CONDOR_UVER=${PORTVERSION:S/./_/g} USERS= condor GROUPS= ${USERS} @@ -71,6 +72,7 @@ post-patch: -e 's|/usr/local/condor|${PREFIX}|g' \ -e 's|$$(LOCAL_DIR)/condor_config.local|$$(RELEASE_DIR)/etc/condor_config.local|g' \ -e 's|/bin/mail|/usr/bin/mail|g' \ + -e 's|/usr/bin/java|${LOCALBASE}/bin/java|g' \ -e 's|^CONDOR_HOST|## CONDOR_HOST|' \ -e 's|#CONDOR_IDS=x.x|CONDOR_IDS=466.466|' \ ${WRKSRC}/src/condor_examples/condor_config.annotated Modified: head/sysutils/condor/distinfo ============================================================================== --- head/sysutils/condor/distinfo Fri Oct 21 18:59:00 2016 (r424435) +++ head/sysutils/condor/distinfo Fri Oct 21 20:21:15 2016 (r424436) @@ -1,2 +1,3 @@ -SHA256 (condor_src-8.2.8-all-all.tar.gz) = 4a51232f07ecd6648a8dddeebe92e82ee18e3c4819589c83bbd443189c4a7ded -SIZE (condor_src-8.2.8-all-all.tar.gz) = 19137676 +TIMESTAMP = 1475844209 +SHA256 (condor_src-8.4.9-all-all.tar.gz) = 56be45f54c014680dfd5439749b02fb9da4a11fb5645ff36d22dd0ccef1043ce +SIZE (condor_src-8.4.9-all-all.tar.gz) = 17379991 Modified: head/sysutils/condor/files/patch-build_cmake_macros_SystemSpecificInformations.cmake ============================================================================== --- head/sysutils/condor/files/patch-build_cmake_macros_SystemSpecificInformations.cmake Fri Oct 21 18:59:00 2016 (r424435) +++ head/sysutils/condor/files/patch-build_cmake_macros_SystemSpecificInformations.cmake Fri Oct 21 20:21:15 2016 (r424436) @@ -1,30 +1,19 @@ ---- build/cmake/macros/SystemSpecificInformations.cmake.orig 2015-04-07 15:10:11 UTC +--- build/cmake/macros/SystemSpecificInformations.cmake.orig 2016-09-29 11:34:28 UTC +++ build/cmake/macros/SystemSpecificInformations.cmake -@@ -252,7 +252,8 @@ if(UNIX) - endif(EXISTS "/etc/issue") - - elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") -- string(REGEX MATCH "(([0-9]+)\\.([0-9]+))-RELEASE" FREEBSD "${CMAKE_SYSTEM_VERSION}") -+ # Match x.x-RELEASE, x.x-BETA1, etc. -+ string(REGEX MATCH "(([0-9]+)\\.([0-9]+))-([A-Z0-9])+" FREEBSD "${CMAKE_SYSTEM_VERSION}") - set( FREEBSD_RELEASE "${CMAKE_MATCH_1}" ) - set( FREEBSD_MAJOR "${CMAKE_MATCH_2}" ) - set( FREEBSD_MINOR "${CMAKE_MATCH_3}" ) -@@ -270,6 +271,18 @@ if(UNIX) - set( CONDOR_FREEBSD7 ON ) - elseif(FREEBSD_MAJOR MATCHES "8" ) - set( CONDOR_FREEBSD8 ON ) -+ elseif(FREEBSD_MAJOR MATCHES "9" ) -+ set( CONDOR_FREEBSD9 ON ) -+ set( CONDOR_UTMPX ON ) -+ elseif(FREEBSD_MAJOR MATCHES "10" ) -+ set( CONDOR_FREEBSD10 ON ) -+ set( CONDOR_UTMPX ON ) -+ elseif(FREEBSD_MAJOR MATCHES "11" ) -+ set( CONDOR_FREEBSD11 ON ) -+ set( CONDOR_UTMPX ON ) +@@ -265,6 +265,7 @@ if(UNIX) + set( SYSTEM_NAME "freebsd_${FREEBSD_RELEASE}" ) + set( CONDOR_FREEBSD ON ) + set( BSD_UNIX ON ) ++ # FIXME: Is there a >= to replace all the MATCHES operators below? + if(FREEBSD_MAJOR MATCHES "4" ) + set( CONDOR_FREEBSD4 ON ) + elseif(FREEBSD_MAJOR MATCHES "5" ) +@@ -284,6 +285,9 @@ if(UNIX) + elseif(FREEBSD_MAJOR MATCHES "11" ) + set( CONDOR_FREEBSD11 ON ) + set( CONDOR_UTMPX ON ) + elseif(FREEBSD_MAJOR MATCHES "12" ) -+ set( CONDOR_FREEBSD12 ON ) ++ set( CONDOR_FREEBSD11 ON ) + set( CONDOR_UTMPX ON ) endif() if( CMAKE_SYSTEM_PROCESSOR MATCHES "amd64" ) Modified: head/sysutils/condor/pkg-plist ============================================================================== --- head/sysutils/condor/pkg-plist Fri Oct 21 18:59:00 2016 (r424435) +++ head/sysutils/condor/pkg-plist Fri Oct 21 20:21:15 2016 (r424436) @@ -34,6 +34,7 @@ bin/condor_suspend bin/condor_tail bin/condor_test_match bin/condor_transfer_data +bin/condor_update_machine_ad bin/condor_userlog bin/condor_userlog_job_counter bin/condor_userprio @@ -42,15 +43,15 @@ bin/condor_vacate_job bin/condor_version bin/condor_wait bin/condor_who -@sample etc/condor_config.sample -@sample etc/condor_config.local.sample %%ETCDIR%%/condor %%ETCDIR%%/condor_config %%ETCDIR%%/examples/README +%%ETCDIR%%/examples/condor-tmpfiles.conf %%ETCDIR%%/examples/condor.boot.generic %%ETCDIR%%/examples/condor.boot.rpm %%ETCDIR%%/examples/condor.init %%ETCDIR%%/examples/condor.plist +%%ETCDIR%%/examples/condor.service %%ETCDIR%%/examples/condor.sysconfig %%ETCDIR%%/examples/condor_config.annotated %%ETCDIR%%/examples/condor_config.generic @@ -68,6 +69,8 @@ bin/condor_who %%ETCDIR%%/examples/mp2script %%ETCDIR%%/examples/openmpiscript %%ETCDIR%%/sysconfig/condor +@sample etc/condor_config.local.sample +@sample etc/condor_config.sample include/MyString.h include/chirp_client.h include/classad/attrrefs.h @@ -127,7 +130,7 @@ lib/condor_ssh_to_job_sshd_config_templa lib/libchirp_client.a lib/libclassad.a lib/libcondorapi.a -lib/libpyclassad%%PYTHON_VER%%_8_2_8.a +lib/libpyclassad%%PYTHON_VER%%_%%CONDOR_UVER%%.a lib/python/classad.so lib/python/htcondor.so lib/scimark2lib.jar @@ -144,14 +147,17 @@ libexec/condor_power_state libexec/condor_rooster libexec/condor_schedd.init libexec/condor_shared_port +libexec/condor_sinful libexec/condor_ssh libexec/condor_ssh_to_job_shell_setup libexec/condor_ssh_to_job_sshd_setup +libexec/condor_testingd libexec/condor_transferer libexec/condor_urlfetch libexec/curl_plugin libexec/data_plugin libexec/interactive.sub +libexec/libclassad_python_user.so libexec/libvirt_simple_script.awk libexec/sshd.sh man/man1/bosco_cluster.1.gz @@ -180,6 +186,7 @@ man/man1/condor_gpu_discovery.1.gz man/man1/condor_history.1.gz man/man1/condor_hold.1.gz man/man1/condor_install.1.gz +man/man1/condor_job_router_info.1.gz man/man1/condor_master.1.gz man/man1/condor_off.1.gz man/man1/condor_on.1.gz @@ -213,6 +220,7 @@ man/man1/condor_submit_dag.1.gz man/man1/condor_suspend.1.gz man/man1/condor_tail.1.gz man/man1/condor_transfer_data.1.gz +man/man1/condor_update_machine_ad.1.gz man/man1/condor_updates_stats.1.gz man/man1/condor_urlfetch.1.gz man/man1/condor_userlog.1.gz From owner-svn-ports-all@freebsd.org Fri Oct 21 21:44:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA4C6C1B2A3; Fri, 21 Oct 2016 21:44:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA580DD8; Fri, 21 Oct 2016 21:44:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LLiult085695; Fri, 21 Oct 2016 21:44:56 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LLiuBJ085694; Fri, 21 Oct 2016 21:44:56 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610212144.u9LLiuBJ085694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 21 Oct 2016 21:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424437 - head/audio/rosegarden X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 21:44:58 -0000 Author: jhale Date: Fri Oct 21 21:44:56 2016 New Revision: 424437 URL: https://svnweb.freebsd.org/changeset/ports/424437 Log: Update to 16.06 PR: 213663 Submitted by: Jochen Neumeister Modified: head/audio/rosegarden/Makefile head/audio/rosegarden/distinfo Modified: head/audio/rosegarden/Makefile ============================================================================== --- head/audio/rosegarden/Makefile Fri Oct 21 20:21:15 2016 (r424436) +++ head/audio/rosegarden/Makefile Fri Oct 21 21:44:56 2016 (r424437) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rosegarden -PORTVERSION= 16.02 +PORTVERSION= 16.06 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/rosegarden/distinfo ============================================================================== --- head/audio/rosegarden/distinfo Fri Oct 21 20:21:15 2016 (r424436) +++ head/audio/rosegarden/distinfo Fri Oct 21 21:44:56 2016 (r424437) @@ -1,2 +1,3 @@ -SHA256 (rosegarden-16.02.tar.bz2) = dee4dbe9e657482cc708b8159ae80300acf0009cd10c55ad8b1e95aada813be7 -SIZE (rosegarden-16.02.tar.bz2) = 6348976 +TIMESTAMP = 1477047066 +SHA256 (rosegarden-16.06.tar.bz2) = 1044334f2c1a2ac7560d80910e0721c8913bd924f8185a393f630c89020340db +SIZE (rosegarden-16.06.tar.bz2) = 6362923 From owner-svn-ports-all@freebsd.org Fri Oct 21 22:29:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E82EC1BD98; Fri, 21 Oct 2016 22:29:38 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6037E999; Fri, 21 Oct 2016 22:29:38 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LMTbGN001100; Fri, 21 Oct 2016 22:29:37 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LMTbuI001099; Fri, 21 Oct 2016 22:29:37 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610212229.u9LMTbuI001099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Fri, 21 Oct 2016 22:29:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424438 - head/devel/libastylej X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 22:29:38 -0000 Author: bsam Date: Fri Oct 21 22:29:37 2016 New Revision: 424438 URL: https://svnweb.freebsd.org/changeset/ports/424438 Log: devel/libastylej: fix MASTER_SITES, prepare the port to be used as a master one. PR: 213631 (based on) Submitted by: Kyle Evans Modified: head/devel/libastylej/Makefile Modified: head/devel/libastylej/Makefile ============================================================================== --- head/devel/libastylej/Makefile Fri Oct 21 21:44:56 2016 (r424437) +++ head/devel/libastylej/Makefile Fri Oct 21 22:29:37 2016 (r424438) @@ -4,7 +4,8 @@ PORTNAME= libastylej PORTVERSION= 2.05.1 CATEGORIES= devel java textproc -ASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} +MASTER_SITES= SF/astyle/astyle/astyle%20${PORTVERSION} +PKGNAMESUFFIX?= # for slave port DISTNAME= astyle_${PORTVERSION}_linux MAINTAINER= bsam@FreeBSD.org @@ -21,16 +22,17 @@ MAKE_ARGS+= JAVA_HOME=${JAVA_HOME} WRKSRC= ${WRKDIR}/astyle/build/${COMPILER_TYPE} -PLIST_FILES= lib/jni/libastylej.so lib/jni/libastyle-${PORTVERSION}j.so +PLIST_FILES= lib/jni/libastyle${PKGNAMESUFFIX}j.so lib/jni/libastyle${PKGNAMESUFFIX}-${PORTVERSION}j.so post-patch: @${REINPLACE_CMD} -e 's,\(JAVAINCS.*=.*\),\1 -I$(JAVA_HOME)/include/freebsd,' \ + -e 's,libastyle-${PORTVERSION}j\.so,libastyle${PKGNAMESUFFIX}-${PORTVERSION}j.so,' \ ${WRKSRC}/Makefile do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/jni ${INSTALL_DATA} ${WRKSRC}/bin/*.so ${STAGEDIR}${PREFIX}/lib/jni - ${LN} -sf libastyle-${PORTVERSION}j.so \ - ${STAGEDIR}${PREFIX}/lib/jni/libastylej.so + ${LN} -sf libastyle${PKGNAMESUFFIX}-${PORTVERSION}j.so \ + ${STAGEDIR}${PREFIX}/lib/jni/libastyle${PKGNAMESUFFIX}j.so .include From owner-svn-ports-all@freebsd.org Fri Oct 21 22:41:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D33BC1BFCC; Fri, 21 Oct 2016 22:41:42 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18841E8C; Fri, 21 Oct 2016 22:41:42 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LMffqO008427; Fri, 21 Oct 2016 22:41:41 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LMfe4W008423; Fri, 21 Oct 2016 22:41:40 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610212241.u9LMfe4W008423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Fri, 21 Oct 2016 22:41:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424439 - in head/devel: . libastylej-arduino libastylej-arduino/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 22:41:42 -0000 Author: bsam Date: Fri Oct 21 22:41:40 2016 New Revision: 424439 URL: https://svnweb.freebsd.org/changeset/ports/424439 Log: Fairly straightforward slave port of devel/libastylej that applies the Arduino-specific patches to the used JNI functions. Sets PKGNAMESUFFIX to get lib/jni/libastyle-arduinoj.so and sets the PATCH{DIR, _WRKSRC} variables to use the Arduino patches. PR: 213632 Submitted by: Kyle Evans Added: head/devel/libastylej-arduino/ head/devel/libastylej-arduino/Makefile (contents, props changed) head/devel/libastylej-arduino/files/ head/devel/libastylej-arduino/files/patch-src_astyle__main.cpp (contents, props changed) head/devel/libastylej-arduino/files/patch-src_astyle__main.h (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 21 22:29:37 2016 (r424438) +++ head/devel/Makefile Fri Oct 21 22:41:40 2016 (r424439) @@ -1169,6 +1169,7 @@ SUBDIR += libassetml SUBDIR += libast SUBDIR += libastylej + SUBDIR += libastylej-arduino SUBDIR += libatomic_ops SUBDIR += libaura SUBDIR += libavl Added: head/devel/libastylej-arduino/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libastylej-arduino/Makefile Fri Oct 21 22:41:40 2016 (r424439) @@ -0,0 +1,9 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -arduino +MASTERDIR= ${.CURDIR}/../libastylej + +PATCHDIR= ${.CURDIR}/files +PATCH_WRKSRC= ${WRKSRC}/../.. + +.include "${MASTERDIR}/Makefile" Added: head/devel/libastylej-arduino/files/patch-src_astyle__main.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libastylej-arduino/files/patch-src_astyle__main.cpp Fri Oct 21 22:41:40 2016 (r424439) @@ -0,0 +1,20 @@ +--- src/astyle_main.cpp.orig 2016-10-19 22:42:21 UTC ++++ src/astyle_main.cpp +@@ -3550,7 +3550,7 @@ using namespace astyle; + // called by a java program to get the version number + // the function name is constructed from method names in the calling java program + extern "C" EXPORT +-jstring STDCALL Java_AStyleInterface_AStyleGetVersion(JNIEnv* env, jclass) ++jstring STDCALL Java_cc_arduino_packages_formatter_AStyleInterface_AStyleGetVersion(JNIEnv* env, jclass) + { + return env->NewStringUTF(g_version); + } +@@ -3558,7 +3558,7 @@ jstring STDCALL Java_AStyleInterface_ASt + // called by a java program to format the source code + // the function name is constructed from method names in the calling java program + extern "C" EXPORT +-jstring STDCALL Java_AStyleInterface_AStyleMain(JNIEnv* env, ++jstring STDCALL Java_cc_arduino_packages_formatter_AStyleInterface_AStyleMain(JNIEnv* env, + jobject obj, + jstring textInJava, + jstring optionsJava) Added: head/devel/libastylej-arduino/files/patch-src_astyle__main.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libastylej-arduino/files/patch-src_astyle__main.h Fri Oct 21 22:41:40 2016 (r424439) @@ -0,0 +1,14 @@ +--- src/astyle_main.h.orig 2016-10-19 22:42:25 UTC ++++ src/astyle_main.h +@@ -422,9 +422,9 @@ void STDCALL javaErrorHandler(int error + char* STDCALL javaMemoryAlloc(unsigned long memoryNeeded); + // the following function names are constructed from method names in the calling java program + extern "C" EXPORT +-jstring STDCALL Java_AStyleInterface_AStyleGetVersion(JNIEnv* env, jclass); ++jstring STDCALL Java_cc_arduino_packages_formatter_AStyleInterface_AStyleGetVersion(JNIEnv* env, jclass); + extern "C" EXPORT +-jstring STDCALL Java_AStyleInterface_AStyleMain(JNIEnv* env, ++jstring STDCALL Java_cc_arduino_packages_formatter_AStyleInterface_AStyleMain(JNIEnv* env, + jobject obj, + jstring textInJava, + jstring optionsJava); From owner-svn-ports-all@freebsd.org Fri Oct 21 22:49:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F9D2C1C135; Fri, 21 Oct 2016 22:49: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 2EAA2321; Fri, 21 Oct 2016 22:49: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 u9LMn6lD008862; Fri, 21 Oct 2016 22:49:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LMn6IK008860; Fri, 21 Oct 2016 22:49:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610212249.u9LMn6IK008860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 21 Oct 2016 22:49:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424440 - branches/2016Q4/devel/nspr X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 22:49:07 -0000 Author: jbeich Date: Fri Oct 21 22:49:05 2016 New Revision: 424440 URL: https://svnweb.freebsd.org/changeset/ports/424440 Log: MFH: r424410 devel/nspr: update to 4.13.1 Changes: http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-13-1-Release-td359859.html Approved by: ports-secteam (feld) Modified: branches/2016Q4/devel/nspr/Makefile branches/2016Q4/devel/nspr/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/nspr/Makefile ============================================================================== --- branches/2016Q4/devel/nspr/Makefile Fri Oct 21 22:41:40 2016 (r424439) +++ branches/2016Q4/devel/nspr/Makefile Fri Oct 21 22:49:05 2016 (r424440) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nspr -DISTVERSION= 4.13 +DISTVERSION= 4.13.1 CATEGORIES= devel MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src Modified: branches/2016Q4/devel/nspr/distinfo ============================================================================== --- branches/2016Q4/devel/nspr/distinfo Fri Oct 21 22:41:40 2016 (r424439) +++ branches/2016Q4/devel/nspr/distinfo Fri Oct 21 22:49:05 2016 (r424440) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475035246 -SHA256 (nspr-4.13.tar.gz) = 19c33334bb3fa6d24800ffa65d7d806c54ad5f8c3758a5c11352ad43212ab181 -SIZE (nspr-4.13.tar.gz) = 1136571 +TIMESTAMP = 1477039138 +SHA256 (nspr-4.13.1.tar.gz) = 5e4c1751339a76e7c772c0c04747488d7f8c98980b434dc846977e43117833ab +SIZE (nspr-4.13.1.tar.gz) = 1136646 From owner-svn-ports-all@freebsd.org Fri Oct 21 23:00:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0794DC1C4E0; Fri, 21 Oct 2016 23:00:05 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E30D7A84; Fri, 21 Oct 2016 23:00:04 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id E1C481B77; Fri, 21 Oct 2016 23:00:04 +0000 (UTC) Date: Fri, 21 Oct 2016 23:00:04 +0000 From: "Sergey A. Osokin" To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424223 - in head/www: nginx nginx-devel Message-ID: <20161021230004.GE75495@FreeBSD.org> References: <201610182310.u9INAZXc030793@repo.freebsd.org> <18697be6-09a6-3dbb-2333-9eab6f10047f@FreeBSD.org> <20161020232306.GC75495@FreeBSD.org> <91a60959-6732-29d9-4182-779bb5a90d9f@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <91a60959-6732-29d9-4182-779bb5a90d9f@FreeBSD.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 23:00:05 -0000 On Fri, Oct 21, 2016 at 10:37:09AM +0200, Mathieu Arnold wrote: > Le 21/10/2016 ?? 01:23, Sergey A. Osokin a ??crit : > > On Wed, Oct 19, 2016 at 09:13:53AM +0200, Mathieu Arnold wrote: > >> Le 19/10/2016 ?? 01:10, Sergey A. Osokin a ??crit : > >>> Author: osa > >>> Date: Tue Oct 18 23:10:35 2016 > >>> New Revision: 424223 > >>> URL: https://svnweb.freebsd.org/changeset/ports/424223 > >>> > >>> Log: > >>> Use ImageMagick-nox11 instead of original one as it's more > >>> convenient for the server-based product. > >> Please revert that, It will mess up systems who already have > >> ImageMagick. I you really feel strongly about it, provide a new option > >> to depend on the -nox11 version. > > What kind of the mess up? Could you please provide a bit more details. > > Well, just pkg install one port that needs ImageMagick, and then pkg > install nginx, installing nginx will install ImageMagick-nox11, that > will deinstall ImageMagick, that will remove the other port you needed. Where can I get that package with disabled by default third-party module? Are you talking about the "custom" package, not an "official" one from FreeBSD repo, that probably has been built by user? > Like I said, please revert that commit. Again, I see no reason for this. Hope you can provide a bit more arguments for the action. -- Sergey A. Osokin osa@FreeBSD.org From owner-svn-ports-all@freebsd.org Fri Oct 21 23:04:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA9A0C1C6B8; Fri, 21 Oct 2016 23:04:48 +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 81632F06; Fri, 21 Oct 2016 23:04:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LN4l8Z016554; Fri, 21 Oct 2016 23:04:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LN4l9L016550; Fri, 21 Oct 2016 23:04:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610212304.u9LN4l9L016550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 21 Oct 2016 23:04:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424441 - in branches/2016Q4/www: firefox firefox-i18n X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 23:04:48 -0000 Author: jbeich Date: Fri Oct 21 23:04:47 2016 New Revision: 424441 URL: https://svnweb.freebsd.org/changeset/ports/424441 Log: MFH: r424406 www/firefox: update to 49.0.2 Changes: https://www.mozilla.org/firefox/49.0.2/releasenotes/ Security: aaa9f3db-13b5-4a0e-9ed7-e5ab287098fa Approved by: ports-secteam (feld) Modified: branches/2016Q4/www/firefox-i18n/Makefile branches/2016Q4/www/firefox-i18n/distinfo branches/2016Q4/www/firefox/Makefile branches/2016Q4/www/firefox/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/www/firefox-i18n/Makefile ============================================================================== --- branches/2016Q4/www/firefox-i18n/Makefile Fri Oct 21 22:49:05 2016 (r424440) +++ branches/2016Q4/www/firefox-i18n/Makefile Fri Oct 21 23:04:47 2016 (r424441) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 49.0 +PORTVERSION= 49.0.2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: branches/2016Q4/www/firefox-i18n/distinfo ============================================================================== --- branches/2016Q4/www/firefox-i18n/distinfo Fri Oct 21 22:49:05 2016 (r424440) +++ branches/2016Q4/www/firefox-i18n/distinfo Fri Oct 21 23:04:47 2016 (r424441) @@ -1,181 +1,181 @@ -TIMESTAMP = 1473148535 -SHA256 (xpi/firefox-i18n-49.0/ach.xpi) = 74e77ee93d9806f50d3ed4ba4a2e1140dd2043dea21fde04f07f2d861554feac -SIZE (xpi/firefox-i18n-49.0/ach.xpi) = 427258 -SHA256 (xpi/firefox-i18n-49.0/af.xpi) = d4c11cf1f0b879c7a00c50e54a1fadb6e103cc5f3749bd9b5438eec68414dfcb -SIZE (xpi/firefox-i18n-49.0/af.xpi) = 436100 -SHA256 (xpi/firefox-i18n-49.0/an.xpi) = 18f91834bdf82d99a35c3615b2f212f425f1ffee980861c9a5ac143c3d64a44d -SIZE (xpi/firefox-i18n-49.0/an.xpi) = 446086 -SHA256 (xpi/firefox-i18n-49.0/ar.xpi) = 8a6d8c5dd590142c4adcad9416bab9ec1290c77c45adbe1bb67c32eab49a466b -SIZE (xpi/firefox-i18n-49.0/ar.xpi) = 471934 -SHA256 (xpi/firefox-i18n-49.0/as.xpi) = 20279a1e96b517010bbdcc1f53e8da7522a7ce7a77353b7cd05457c6ee5fc1f8 -SIZE (xpi/firefox-i18n-49.0/as.xpi) = 487353 -SHA256 (xpi/firefox-i18n-49.0/ast.xpi) = 4ee419fa0660c1ce125d4e8c43762ca0356456f793a1da62f5f330a8919a711d -SIZE (xpi/firefox-i18n-49.0/ast.xpi) = 461422 -SHA256 (xpi/firefox-i18n-49.0/az.xpi) = 41f0bd1f57dffb040812d6348908f8326344241eaca47ef6d43e97f0cb5623ae -SIZE (xpi/firefox-i18n-49.0/az.xpi) = 453807 -SHA256 (xpi/firefox-i18n-49.0/be.xpi) = d41263ee0feadf39935a0c80903b2774b56d9117393cd299583838f6fd58e0c1 -SIZE (xpi/firefox-i18n-49.0/be.xpi) = 457911 -SHA256 (xpi/firefox-i18n-49.0/bg.xpi) = 2aff7630fe389dd48a8d0e68c6fa4806aec5fc4b6d760fff978cbe2e9ddf5bd6 -SIZE (xpi/firefox-i18n-49.0/bg.xpi) = 485361 -SHA256 (xpi/firefox-i18n-49.0/bn-BD.xpi) = 8b22da03725d6b889bcab67f5fdc92f85fa9c331b9a88b395e7de4c9131ee14a -SIZE (xpi/firefox-i18n-49.0/bn-BD.xpi) = 511110 -SHA256 (xpi/firefox-i18n-49.0/bn-IN.xpi) = f0d128f08e36819372d269408cef85587234c2cae739c3e15c9edf0d3e11eae5 -SIZE (xpi/firefox-i18n-49.0/bn-IN.xpi) = 508046 -SHA256 (xpi/firefox-i18n-49.0/br.xpi) = 2d17b214774a5bc9872f2e628aef50781331933c641e0e72ac8d7eb8a26cb326 -SIZE (xpi/firefox-i18n-49.0/br.xpi) = 432776 -SHA256 (xpi/firefox-i18n-49.0/bs.xpi) = b99a1bbcf93bad826cb34ce93ecbd356a21a33c64cf6877a7224a87347128ec0 -SIZE (xpi/firefox-i18n-49.0/bs.xpi) = 440114 -SHA256 (xpi/firefox-i18n-49.0/ca.xpi) = 59d4c8249312a1d79f3ecca11523b9abed4023a84ed666aab1365e0b2d164261 -SIZE (xpi/firefox-i18n-49.0/ca.xpi) = 442607 -SHA256 (xpi/firefox-i18n-49.0/cs.xpi) = 450c1eb6c34af705b22d171a0483fd8e847fb40062e3dcf822f3e4db3e423972 -SIZE (xpi/firefox-i18n-49.0/cs.xpi) = 439658 -SHA256 (xpi/firefox-i18n-49.0/cy.xpi) = 3f72e646d51af08c1898662e3c57af872ed99a0210662fe48db91f4275ae2f90 -SIZE (xpi/firefox-i18n-49.0/cy.xpi) = 435867 -SHA256 (xpi/firefox-i18n-49.0/da.xpi) = 5adfa8d47a10a521e6bcaaa54d2ec951ffd95072bf054fa9e274d89017c656d4 -SIZE (xpi/firefox-i18n-49.0/da.xpi) = 423924 -SHA256 (xpi/firefox-i18n-49.0/de.xpi) = c7de9ddccb83903b0feb2122ec6aefbeee89a9a6bd0e6148f17ac24dabbc9fed -SIZE (xpi/firefox-i18n-49.0/de.xpi) = 441916 -SHA256 (xpi/firefox-i18n-49.0/dsb.xpi) = 040e499646f57440526b91d15ca3859586433341089c3186e50b63eacf252de3 -SIZE (xpi/firefox-i18n-49.0/dsb.xpi) = 459990 -SHA256 (xpi/firefox-i18n-49.0/el.xpi) = 8bafacb3fdd32070d045397c5605bf67ec3e726573952b3424f367460fa9ec40 -SIZE (xpi/firefox-i18n-49.0/el.xpi) = 506678 -SHA256 (xpi/firefox-i18n-49.0/en-GB.xpi) = 9bbde23343491c723a73217da3ef7f53574580d9ac12997c2d754a5b8c33993b -SIZE (xpi/firefox-i18n-49.0/en-GB.xpi) = 421948 -SHA256 (xpi/firefox-i18n-49.0/en-US.xpi) = 8151c6ee64b776616a16a37cc7e3fb8676da01e002cb63596b24ee63b00dfb31 -SIZE (xpi/firefox-i18n-49.0/en-US.xpi) = 427548 -SHA256 (xpi/firefox-i18n-49.0/en-ZA.xpi) = 2465656bd1116c12e47253385464b7500f6056c7faf8252386832c89cd83cb12 -SIZE (xpi/firefox-i18n-49.0/en-ZA.xpi) = 410563 -SHA256 (xpi/firefox-i18n-49.0/eo.xpi) = 30c9ead203b3eb1c75d1d88d9fe34f4a9b5bec776b5bf83ff54572a25dd99e97 -SIZE (xpi/firefox-i18n-49.0/eo.xpi) = 436591 -SHA256 (xpi/firefox-i18n-49.0/es-AR.xpi) = 7e401463d87ce8073e5a0784fd52474560bfa4cd8d7ce24c466854d3c4e601a4 -SIZE (xpi/firefox-i18n-49.0/es-AR.xpi) = 440335 -SHA256 (xpi/firefox-i18n-49.0/es-CL.xpi) = 88b0e36cef41f84703dbf834f92b076ce3624996fd6d73b48546100131e8f175 -SIZE (xpi/firefox-i18n-49.0/es-CL.xpi) = 441653 -SHA256 (xpi/firefox-i18n-49.0/es-ES.xpi) = 95408c71b561663b4952ef079e9e7754e4f1e10fd625eb38fe80641ad425aecf -SIZE (xpi/firefox-i18n-49.0/es-ES.xpi) = 347224 -SHA256 (xpi/firefox-i18n-49.0/es-MX.xpi) = 01982bafdf2d5efdd1f0ffc0e94bf96a6a858c1cb05ab84a110deedf566da8dc -SIZE (xpi/firefox-i18n-49.0/es-MX.xpi) = 447124 -SHA256 (xpi/firefox-i18n-49.0/et.xpi) = dd282ccd4b60c25c5ba8cf6aa18c90c87b9afba4fdaffe5d5a5f4f27f2715a16 -SIZE (xpi/firefox-i18n-49.0/et.xpi) = 424384 -SHA256 (xpi/firefox-i18n-49.0/eu.xpi) = 0f0782c38ac74f9dcdd43a64a27f0b6d3d89232e9fd907fd680d717b5efcf9d3 -SIZE (xpi/firefox-i18n-49.0/eu.xpi) = 439741 -SHA256 (xpi/firefox-i18n-49.0/fa.xpi) = a5382f4f8b4e66de993245cb3caa6310b769f721920cc8d2c4fea38d0c141850 -SIZE (xpi/firefox-i18n-49.0/fa.xpi) = 489884 -SHA256 (xpi/firefox-i18n-49.0/ff.xpi) = 2c5bfd1e397f6a9e04609e51c1a80d98463646847bace47e63f24e18dae7b138 -SIZE (xpi/firefox-i18n-49.0/ff.xpi) = 451262 -SHA256 (xpi/firefox-i18n-49.0/fi.xpi) = b067901b0186f7830c1cf4f0f4dd1f889271ed602da3f5aedef143af8529fc37 -SIZE (xpi/firefox-i18n-49.0/fi.xpi) = 430568 -SHA256 (xpi/firefox-i18n-49.0/fr.xpi) = 1223408b0d7e8d7ccfbb5e8fb5c46b343fdbf7d1ddc35378161600659bcbd932 -SIZE (xpi/firefox-i18n-49.0/fr.xpi) = 451718 -SHA256 (xpi/firefox-i18n-49.0/fy-NL.xpi) = 42d2691944e4d880a6a5513eaf8aabc529546abca9f43edfe4df9106c67f0420 -SIZE (xpi/firefox-i18n-49.0/fy-NL.xpi) = 443874 -SHA256 (xpi/firefox-i18n-49.0/ga-IE.xpi) = 70e375afc1a508e2d3b734d1b70f15089633820f110689ca92039422061c0960 -SIZE (xpi/firefox-i18n-49.0/ga-IE.xpi) = 457586 -SHA256 (xpi/firefox-i18n-49.0/gd.xpi) = 60abcd3288be743dcd94ccc351af5bdcf8383606aae5e7d135953bc17255641d -SIZE (xpi/firefox-i18n-49.0/gd.xpi) = 444957 -SHA256 (xpi/firefox-i18n-49.0/gl.xpi) = 9e73c4287f63ed9040ed1d09d35f87d3e9a590483bf701af1b6416c91db31665 -SIZE (xpi/firefox-i18n-49.0/gl.xpi) = 448066 -SHA256 (xpi/firefox-i18n-49.0/gn.xpi) = e6a19bb050a03d3d8c938dfbf08418fcfe36ef89ff7632f1881d0159c2828d4f -SIZE (xpi/firefox-i18n-49.0/gn.xpi) = 455552 -SHA256 (xpi/firefox-i18n-49.0/gu-IN.xpi) = 5d86e2da7e992f631dd0ae4f69a1e24dd60ae1045623fcf15d5a529352287202 -SIZE (xpi/firefox-i18n-49.0/gu-IN.xpi) = 491792 -SHA256 (xpi/firefox-i18n-49.0/he.xpi) = ae29bfd00fb1895a40e711956367938df399123ac8f3404a528c55acb285dbee -SIZE (xpi/firefox-i18n-49.0/he.xpi) = 460376 -SHA256 (xpi/firefox-i18n-49.0/hi-IN.xpi) = 238736c4020c896619cdd9fe159267a85c021e3d14d0c8b7f6db106e57c4c538 -SIZE (xpi/firefox-i18n-49.0/hi-IN.xpi) = 504513 -SHA256 (xpi/firefox-i18n-49.0/hr.xpi) = a584848452be3e96ec7d9971abdca27f652a5ae2f1283bcfcaeee110fe02d5ce -SIZE (xpi/firefox-i18n-49.0/hr.xpi) = 447984 -SHA256 (xpi/firefox-i18n-49.0/hsb.xpi) = b72532c3c1ce3a001d468c601f8e056b360487a7cda83801bc85a26380b52d3a -SIZE (xpi/firefox-i18n-49.0/hsb.xpi) = 457757 -SHA256 (xpi/firefox-i18n-49.0/hu.xpi) = fc2d8cd3d4e2c4958b2f817321f0f1f72c21305a1f63a61fb871415ea50b56be -SIZE (xpi/firefox-i18n-49.0/hu.xpi) = 450546 -SHA256 (xpi/firefox-i18n-49.0/hy-AM.xpi) = 875c5dd8d61656e9f2f49a84f6c8c57a274fb9a40eff9122f0a568fafa02d509 -SIZE (xpi/firefox-i18n-49.0/hy-AM.xpi) = 493806 -SHA256 (xpi/firefox-i18n-49.0/id.xpi) = b074c8fbce1ccdbc4230fd02aa7242839c47aa05d1eff65b2d2d6f7d4df5c7e5 -SIZE (xpi/firefox-i18n-49.0/id.xpi) = 423401 -SHA256 (xpi/firefox-i18n-49.0/is.xpi) = 86c14a2ae4f5fea840760f17f0e5842124da26d5bb1a6654494efc53be49bfcb -SIZE (xpi/firefox-i18n-49.0/is.xpi) = 437732 -SHA256 (xpi/firefox-i18n-49.0/it.xpi) = c03c21291bb939b266a5364362c68606881b442d9b5e666d98c75f291d151957 -SIZE (xpi/firefox-i18n-49.0/it.xpi) = 339263 -SHA256 (xpi/firefox-i18n-49.0/ja.xpi) = 166b704cb0cd351c0273126da1985a66adf9ae1b6d090153523e439c6f2386fc -SIZE (xpi/firefox-i18n-49.0/ja.xpi) = 486516 -SHA256 (xpi/firefox-i18n-49.0/kk.xpi) = 7958060108398ccffada4b0c3cfa729a4215d35460468273146b2e1ccd33c559 -SIZE (xpi/firefox-i18n-49.0/kk.xpi) = 494255 -SHA256 (xpi/firefox-i18n-49.0/km.xpi) = 2123476b1a495f2f0b050260cdbf55581b8e768777f5f4905b66afe6ae4be4be -SIZE (xpi/firefox-i18n-49.0/km.xpi) = 520082 -SHA256 (xpi/firefox-i18n-49.0/kn.xpi) = 309f7a0c41f3b00f1f057696c393792fe2f6503548b78b1b9d3b2b152af93e63 -SIZE (xpi/firefox-i18n-49.0/kn.xpi) = 518780 -SHA256 (xpi/firefox-i18n-49.0/ko.xpi) = b0e840264f89df71e2054b8ff69814773f20cb0578c2a1ea4ae22b343081dd24 -SIZE (xpi/firefox-i18n-49.0/ko.xpi) = 460894 -SHA256 (xpi/firefox-i18n-49.0/lij.xpi) = 1cc35f6df390a54f1b7f54c4b5dddd5d416256e4bb70170a2e8e2be028226095 -SIZE (xpi/firefox-i18n-49.0/lij.xpi) = 396168 -SHA256 (xpi/firefox-i18n-49.0/lt.xpi) = 293c71b21c8e0933d153a2d82f50979d415e25c6f31c76b4df61dd4de2e6e44f -SIZE (xpi/firefox-i18n-49.0/lt.xpi) = 451343 -SHA256 (xpi/firefox-i18n-49.0/lv.xpi) = 4ee7a942cfae3ed3ead7c53eab944cc62a97982e14cca27f80132afad6bee197 -SIZE (xpi/firefox-i18n-49.0/lv.xpi) = 445321 -SHA256 (xpi/firefox-i18n-49.0/mai.xpi) = eb890f44e854be962a24b1f4b8ede2b7f96682dbacc886c3e0f5ee595901c0b6 -SIZE (xpi/firefox-i18n-49.0/mai.xpi) = 502477 -SHA256 (xpi/firefox-i18n-49.0/mk.xpi) = 35390ffb43006544435cef05a2c6448dbac33a5f333d656d1bb05d6960261a77 -SIZE (xpi/firefox-i18n-49.0/mk.xpi) = 498489 -SHA256 (xpi/firefox-i18n-49.0/ml.xpi) = 3749b6a3a7ca683dca2b7bd86b66977d38bb8ce1ecbe13173bf671982086aede -SIZE (xpi/firefox-i18n-49.0/ml.xpi) = 519594 -SHA256 (xpi/firefox-i18n-49.0/mr.xpi) = d6580e2eba53ee39ae37f88e77afeebae87f3664b507cbedca21d92289f279cd -SIZE (xpi/firefox-i18n-49.0/mr.xpi) = 501072 -SHA256 (xpi/firefox-i18n-49.0/ms.xpi) = ce7952b3e85d57f1e3c0f5315076386a35c389703803822f242ec166e76bdf2f -SIZE (xpi/firefox-i18n-49.0/ms.xpi) = 439419 -SHA256 (xpi/firefox-i18n-49.0/nb-NO.xpi) = 2616b7425fe4914f69055577ae1836737e2a37fec50b786106028d2d6f820257 -SIZE (xpi/firefox-i18n-49.0/nb-NO.xpi) = 433584 -SHA256 (xpi/firefox-i18n-49.0/nl.xpi) = e7dca01248fbbe82ddeda4b4706f290801d76085e9cb60da45946dd8973ea681 -SIZE (xpi/firefox-i18n-49.0/nl.xpi) = 431241 -SHA256 (xpi/firefox-i18n-49.0/nn-NO.xpi) = ea1d4b8804a09ab421ea343fd1afa81af90163bfbb09feef046ef3cc4e9ebea7 -SIZE (xpi/firefox-i18n-49.0/nn-NO.xpi) = 427584 -SHA256 (xpi/firefox-i18n-49.0/or.xpi) = d872ff462ffc4b7c3c5bdf50da558b0c75dfdc8fb5bcf08de4c3df036279ebf0 -SIZE (xpi/firefox-i18n-49.0/or.xpi) = 499453 -SHA256 (xpi/firefox-i18n-49.0/pa-IN.xpi) = b31faaf8bb81837b084161dc6deab0135824dee7621b91e2a778638e34234ed0 -SIZE (xpi/firefox-i18n-49.0/pa-IN.xpi) = 479085 -SHA256 (xpi/firefox-i18n-49.0/pl.xpi) = a7a129caa15233fe4b85727515d79a2e8a184afcb9940b491482f4ffd23cfc04 -SIZE (xpi/firefox-i18n-49.0/pl.xpi) = 362533 -SHA256 (xpi/firefox-i18n-49.0/pt-BR.xpi) = e75e8fbb3b2d60ca4b459cd531e89914d70f2bee42eabee9e2425a272b1f624c -SIZE (xpi/firefox-i18n-49.0/pt-BR.xpi) = 446484 -SHA256 (xpi/firefox-i18n-49.0/pt-PT.xpi) = 77c4f4468c59222096eea30091792d9f0feb9fa425ef245e8d20a860a12b8a2c -SIZE (xpi/firefox-i18n-49.0/pt-PT.xpi) = 433685 -SHA256 (xpi/firefox-i18n-49.0/rm.xpi) = 34f5d339ecffc9a059fe08fd9c11c1487b3c9d3480610c4e85c9091b7fb2f187 -SIZE (xpi/firefox-i18n-49.0/rm.xpi) = 439645 -SHA256 (xpi/firefox-i18n-49.0/ro.xpi) = f898bd1cb618f26e62275d9bfee1966492629c1b30fc88d1cdfb81575628b95a -SIZE (xpi/firefox-i18n-49.0/ro.xpi) = 447537 -SHA256 (xpi/firefox-i18n-49.0/ru.xpi) = 0efd15d38d73ff52b372150b62c499915e9918e6040485bd17396314c1d58d6c -SIZE (xpi/firefox-i18n-49.0/ru.xpi) = 391743 -SHA256 (xpi/firefox-i18n-49.0/si.xpi) = 05054561d4a98abb55c0b732a290af7d7f2416c84056e70e122bd42e192da883 -SIZE (xpi/firefox-i18n-49.0/si.xpi) = 492129 -SHA256 (xpi/firefox-i18n-49.0/sk.xpi) = 743da09e1379a4953f1cc74acffa648fd214dc37a5c2504d40042fdad52366c7 -SIZE (xpi/firefox-i18n-49.0/sk.xpi) = 452528 -SHA256 (xpi/firefox-i18n-49.0/sl.xpi) = 466ce533193f90964207d406c470591e5d8e818e46de48864586a4a9a4075787 -SIZE (xpi/firefox-i18n-49.0/sl.xpi) = 430479 -SHA256 (xpi/firefox-i18n-49.0/son.xpi) = ae036066978340cd8eeca8d49aae5dba8afca4eb76c8b7a19d0af54fe3d85e58 -SIZE (xpi/firefox-i18n-49.0/son.xpi) = 437033 -SHA256 (xpi/firefox-i18n-49.0/sq.xpi) = 54018f51755e4fb715cf7dc8f2789747656b649414b4b0a46a7bdaec3658c7f4 -SIZE (xpi/firefox-i18n-49.0/sq.xpi) = 453367 -SHA256 (xpi/firefox-i18n-49.0/sr.xpi) = 6f017079d428836515918c7f32a2c1acc9a07cc67e9afc510488d7ae6ddf9030 -SIZE (xpi/firefox-i18n-49.0/sr.xpi) = 463882 -SHA256 (xpi/firefox-i18n-49.0/sv-SE.xpi) = 76dcd84ba983e48d081faae04df35febad163c639d409000bad39d7758e344ee -SIZE (xpi/firefox-i18n-49.0/sv-SE.xpi) = 440491 -SHA256 (xpi/firefox-i18n-49.0/ta.xpi) = fcca052aa7d33a03293ea0d52b6e8d2c444453290cd57431b51aaa16595f1ed3 -SIZE (xpi/firefox-i18n-49.0/ta.xpi) = 492433 -SHA256 (xpi/firefox-i18n-49.0/te.xpi) = 3ba228585b296e6d1a6013e49e345ed994dd5a8f375cfa92a84666a5b359e1ae -SIZE (xpi/firefox-i18n-49.0/te.xpi) = 518144 -SHA256 (xpi/firefox-i18n-49.0/th.xpi) = 4b807f928829a0d1f59f23763b0a302e066b159fda837d024d868bfc82c17809 -SIZE (xpi/firefox-i18n-49.0/th.xpi) = 486983 -SHA256 (xpi/firefox-i18n-49.0/tr.xpi) = 9b1cd82e2ca1617086aabaf8c9c722d24b7794ee5f2588c1002f51b3901ed14c -SIZE (xpi/firefox-i18n-49.0/tr.xpi) = 440855 -SHA256 (xpi/firefox-i18n-49.0/uk.xpi) = 4417c9b248b1d02170accaa0ba3014eb2765cba7aaf388ddca3696c54ee21019 -SIZE (xpi/firefox-i18n-49.0/uk.xpi) = 491356 -SHA256 (xpi/firefox-i18n-49.0/uz.xpi) = 5571d1b5c42fd5db1b4b75e1a84edf9c2b8138dac635b0461e89023c6b36bb4b -SIZE (xpi/firefox-i18n-49.0/uz.xpi) = 446443 -SHA256 (xpi/firefox-i18n-49.0/vi.xpi) = 85edf9733bd538268c74519b1aba4bcf79d3cd1983cc256f22565d0521b8eb8b -SIZE (xpi/firefox-i18n-49.0/vi.xpi) = 448047 -SHA256 (xpi/firefox-i18n-49.0/xh.xpi) = a6844d3412f58347a22e3ae0b242aee6b2dcbd504a949c064c83398a40e47c7c -SIZE (xpi/firefox-i18n-49.0/xh.xpi) = 439945 -SHA256 (xpi/firefox-i18n-49.0/zh-CN.xpi) = 1f5648cecfeb15503a320cf0c765b097ce220d01f17e4153032ef99fac3f6cf5 -SIZE (xpi/firefox-i18n-49.0/zh-CN.xpi) = 466752 -SHA256 (xpi/firefox-i18n-49.0/zh-TW.xpi) = efe84a997c57c394d1cc1067a1d63fd77719f015e8eb42bfa9fe8225250e8ddc -SIZE (xpi/firefox-i18n-49.0/zh-TW.xpi) = 469469 +TIMESTAMP = 1477039138 +SHA256 (xpi/firefox-i18n-49.0.2/ach.xpi) = 45805cd9d522cc30afbb855e7f6e8016c9b49d7ad1cb3920461641d0049c305c +SIZE (xpi/firefox-i18n-49.0.2/ach.xpi) = 427260 +SHA256 (xpi/firefox-i18n-49.0.2/af.xpi) = dc6184e706f96884bbad38a0f3a7ec727a3da287551473b0c85dbd9acac6781a +SIZE (xpi/firefox-i18n-49.0.2/af.xpi) = 436101 +SHA256 (xpi/firefox-i18n-49.0.2/an.xpi) = 7de53205c8e81e6b0bfc04a400f303a369caba6597857df5e7b646bfae24cd15 +SIZE (xpi/firefox-i18n-49.0.2/an.xpi) = 446087 +SHA256 (xpi/firefox-i18n-49.0.2/ar.xpi) = 123f5a08a2356b2cda3ba73ab39ada518d5eb16de537163f7ea9a0cc180087d2 +SIZE (xpi/firefox-i18n-49.0.2/ar.xpi) = 471935 +SHA256 (xpi/firefox-i18n-49.0.2/as.xpi) = 29f4aa1e938bfa5c7d305b6a932c6cf15a55fafa244e71785566099e2adf8da2 +SIZE (xpi/firefox-i18n-49.0.2/as.xpi) = 487354 +SHA256 (xpi/firefox-i18n-49.0.2/ast.xpi) = 9ea65f49a68555babbe94b1c3739da0df8cfb1233ea2a78a560fdbe7d4379937 +SIZE (xpi/firefox-i18n-49.0.2/ast.xpi) = 461423 +SHA256 (xpi/firefox-i18n-49.0.2/az.xpi) = 80b1aaa2cc659f2e3592674a1ec5aff1925ee9db35cb665b2dcaa626419b7bcf +SIZE (xpi/firefox-i18n-49.0.2/az.xpi) = 453808 +SHA256 (xpi/firefox-i18n-49.0.2/be.xpi) = e59042399f248ccaf614884f73e25bb65e56f24cb1f5190b09f7e839ef71d20d +SIZE (xpi/firefox-i18n-49.0.2/be.xpi) = 457912 +SHA256 (xpi/firefox-i18n-49.0.2/bg.xpi) = 09778b20ea1a1723c3f7a5d27d1fd1501caa0dc9d8595f74003bb715ae9566ff +SIZE (xpi/firefox-i18n-49.0.2/bg.xpi) = 485363 +SHA256 (xpi/firefox-i18n-49.0.2/bn-BD.xpi) = 208d72e86bb12b5694d1583630553c0add9a498bb649b0141d1ae0d09fad77aa +SIZE (xpi/firefox-i18n-49.0.2/bn-BD.xpi) = 511112 +SHA256 (xpi/firefox-i18n-49.0.2/bn-IN.xpi) = a4dbc815a318aa9706030f40fa609489848ca9db73807aff80c4f86a2971cfe1 +SIZE (xpi/firefox-i18n-49.0.2/bn-IN.xpi) = 508051 +SHA256 (xpi/firefox-i18n-49.0.2/br.xpi) = 664d3747c7d89ebb2241c29cec921ef59a023a67535946cd4935da98d4ad3a57 +SIZE (xpi/firefox-i18n-49.0.2/br.xpi) = 432778 +SHA256 (xpi/firefox-i18n-49.0.2/bs.xpi) = be93f20885a42fb6c07bfe7edffae7042265165399ddf606b11dd9fb550fcd39 +SIZE (xpi/firefox-i18n-49.0.2/bs.xpi) = 440115 +SHA256 (xpi/firefox-i18n-49.0.2/ca.xpi) = 914332e5083ec325a4284c45634241e26b0c4d5c293b5f66be02fa6fa82b465f +SIZE (xpi/firefox-i18n-49.0.2/ca.xpi) = 442608 +SHA256 (xpi/firefox-i18n-49.0.2/cs.xpi) = a9159ec86021a004907e45da1d34db73e9f14f8f9cb279589307b113bb6726b2 +SIZE (xpi/firefox-i18n-49.0.2/cs.xpi) = 439660 +SHA256 (xpi/firefox-i18n-49.0.2/cy.xpi) = 5d6ad2b71992192e525e4d5905222b0eb0bda33c59a60ed185d31b0058b37f9e +SIZE (xpi/firefox-i18n-49.0.2/cy.xpi) = 435868 +SHA256 (xpi/firefox-i18n-49.0.2/da.xpi) = e8ef0cd5d5011d063de3f5c4d4c53030afe0592dc3a6bca44329e52efbccde84 +SIZE (xpi/firefox-i18n-49.0.2/da.xpi) = 423925 +SHA256 (xpi/firefox-i18n-49.0.2/de.xpi) = 32f00eedf0f68f318be129546a8c507263ff9959058e06d84f5a30e023e6121b +SIZE (xpi/firefox-i18n-49.0.2/de.xpi) = 441918 +SHA256 (xpi/firefox-i18n-49.0.2/dsb.xpi) = 7734762f8bf2dd627fe9cafb5f6f37d88ac6bdc99abd1981a551d7ef47135423 +SIZE (xpi/firefox-i18n-49.0.2/dsb.xpi) = 459994 +SHA256 (xpi/firefox-i18n-49.0.2/el.xpi) = b90324a5eddb90965df0bec902216420376b3007102ed48c1242a87ca804272c +SIZE (xpi/firefox-i18n-49.0.2/el.xpi) = 506680 +SHA256 (xpi/firefox-i18n-49.0.2/en-GB.xpi) = 1a781abc61a09bdcde024437e7712329c8234e84324d60a688431fa8aca26462 +SIZE (xpi/firefox-i18n-49.0.2/en-GB.xpi) = 421950 +SHA256 (xpi/firefox-i18n-49.0.2/en-US.xpi) = cb03f43aa7bcd804f603faebb1dc86412f11e3cbbaa351ca28ed5997cfe2b4bd +SIZE (xpi/firefox-i18n-49.0.2/en-US.xpi) = 427548 +SHA256 (xpi/firefox-i18n-49.0.2/en-ZA.xpi) = 2485bee59b9f819ac6b07925982a827244a8cf80034f38b93df7cc70654f081f +SIZE (xpi/firefox-i18n-49.0.2/en-ZA.xpi) = 410564 +SHA256 (xpi/firefox-i18n-49.0.2/eo.xpi) = 9c870ec15bcd70683b5067a3e47c6bfc24f638d3f4dd335bb4ec4c33cffb3ff1 +SIZE (xpi/firefox-i18n-49.0.2/eo.xpi) = 436592 +SHA256 (xpi/firefox-i18n-49.0.2/es-AR.xpi) = 32babf458bd93c44957554923e7a57621f01b990f24d8a4a6e03ac1b07b177df +SIZE (xpi/firefox-i18n-49.0.2/es-AR.xpi) = 440337 +SHA256 (xpi/firefox-i18n-49.0.2/es-CL.xpi) = cf40babd40ac3e293ee27fbf86cfb780444d53c28c72aade5693b1735cacca07 +SIZE (xpi/firefox-i18n-49.0.2/es-CL.xpi) = 441654 +SHA256 (xpi/firefox-i18n-49.0.2/es-ES.xpi) = 9bd54c78ad7f6f330d5853c7c5e061dff3b30911fbf9ba437eaf52e6e9e884eb +SIZE (xpi/firefox-i18n-49.0.2/es-ES.xpi) = 347226 +SHA256 (xpi/firefox-i18n-49.0.2/es-MX.xpi) = d113acdd0cb4992ec785a8eb86482d9d5dd891b7caa0ff8e822c16db534fa91c +SIZE (xpi/firefox-i18n-49.0.2/es-MX.xpi) = 447125 +SHA256 (xpi/firefox-i18n-49.0.2/et.xpi) = 5126aa00346bf17a264f5f18aefbda89ba8b55406293cc92b498f5dadcff2787 +SIZE (xpi/firefox-i18n-49.0.2/et.xpi) = 424386 +SHA256 (xpi/firefox-i18n-49.0.2/eu.xpi) = f002959b617696c727cf8ca0e57468812a84a396441223a4214065e51ec7a1ff +SIZE (xpi/firefox-i18n-49.0.2/eu.xpi) = 439742 +SHA256 (xpi/firefox-i18n-49.0.2/fa.xpi) = 2ab17fc600fdcad46f1291d91550a31d6f33fb66a296708103bc7640496c9972 +SIZE (xpi/firefox-i18n-49.0.2/fa.xpi) = 489885 +SHA256 (xpi/firefox-i18n-49.0.2/ff.xpi) = d6609c3dd5fabe30b1312047aa8ef75e9c840787a6a7cd0a9f8ca9bca25bc225 +SIZE (xpi/firefox-i18n-49.0.2/ff.xpi) = 451263 +SHA256 (xpi/firefox-i18n-49.0.2/fi.xpi) = 72ae0298c37a4d56dbe22b0915e274cb71fc13ddf96727c4c17dc84f71c7b353 +SIZE (xpi/firefox-i18n-49.0.2/fi.xpi) = 430569 +SHA256 (xpi/firefox-i18n-49.0.2/fr.xpi) = be900080ef7752e63290f48b03e452ff8fd3fe0f30a22887f3c2e5004ac3ac57 +SIZE (xpi/firefox-i18n-49.0.2/fr.xpi) = 451720 +SHA256 (xpi/firefox-i18n-49.0.2/fy-NL.xpi) = 2e80a6a47a7ad5c033b2ce2651099a6397e8bf2603b9ef93f3a1d8c6ee1b8b96 +SIZE (xpi/firefox-i18n-49.0.2/fy-NL.xpi) = 443879 +SHA256 (xpi/firefox-i18n-49.0.2/ga-IE.xpi) = f3820e512fa79bd0dc5cc71c63eb828bb14daa5631d38dd21e6b6c66d042ef90 +SIZE (xpi/firefox-i18n-49.0.2/ga-IE.xpi) = 457587 +SHA256 (xpi/firefox-i18n-49.0.2/gd.xpi) = 786778230b5c0794bf1a6a8720bf6266ad3a026dc00af004843c8cc696f77c37 +SIZE (xpi/firefox-i18n-49.0.2/gd.xpi) = 444958 +SHA256 (xpi/firefox-i18n-49.0.2/gl.xpi) = 0bb23f8d81a7f0dc5eaac8e4d8c418a08f12a54383b13158a4825afaa449fa39 +SIZE (xpi/firefox-i18n-49.0.2/gl.xpi) = 448067 +SHA256 (xpi/firefox-i18n-49.0.2/gn.xpi) = 24ed0a1f40a9b1b687412065a093397448c0229521d21729301df086d8b9a340 +SIZE (xpi/firefox-i18n-49.0.2/gn.xpi) = 455553 +SHA256 (xpi/firefox-i18n-49.0.2/gu-IN.xpi) = b44f58a445eb8669bbe480d947e626b6f00b090e7ab78eb3b0d341e039e83f9b +SIZE (xpi/firefox-i18n-49.0.2/gu-IN.xpi) = 491793 +SHA256 (xpi/firefox-i18n-49.0.2/he.xpi) = b81c9d8411f09d1f3e552fb3071e41ddbe780bc2b0df34771394976fb924c89c +SIZE (xpi/firefox-i18n-49.0.2/he.xpi) = 460378 +SHA256 (xpi/firefox-i18n-49.0.2/hi-IN.xpi) = e7eca1d545be818c4832ed1d92ecd25ce8ad4c59e619d02d71db15f94631cf1b +SIZE (xpi/firefox-i18n-49.0.2/hi-IN.xpi) = 504515 +SHA256 (xpi/firefox-i18n-49.0.2/hr.xpi) = 9f6208e22a94a5b3a3d0f1b53729829dabd522fec169a2a794a1ce3d8061c6f9 +SIZE (xpi/firefox-i18n-49.0.2/hr.xpi) = 447985 +SHA256 (xpi/firefox-i18n-49.0.2/hsb.xpi) = a59cbb5ddff83ff9c7a9305328d5bc927eb04527270c72d6a4599e083e383fee +SIZE (xpi/firefox-i18n-49.0.2/hsb.xpi) = 457763 +SHA256 (xpi/firefox-i18n-49.0.2/hu.xpi) = 96d8be62b70d73c3ace875c4aa79fb32d0c6a261f27c39ca0d90063a39ac77d8 +SIZE (xpi/firefox-i18n-49.0.2/hu.xpi) = 450546 +SHA256 (xpi/firefox-i18n-49.0.2/hy-AM.xpi) = 971fde32067742370ac876ffd28ad1f87000a766dad4577c2d9f1a4c51714e94 +SIZE (xpi/firefox-i18n-49.0.2/hy-AM.xpi) = 493808 +SHA256 (xpi/firefox-i18n-49.0.2/id.xpi) = 7ccfb2abf77a029852f7da8e7dd77419af5ad746ac03a8f36e53b3d24a3f4429 +SIZE (xpi/firefox-i18n-49.0.2/id.xpi) = 423402 +SHA256 (xpi/firefox-i18n-49.0.2/is.xpi) = ef83b6ac44a09cd6b59e01bc55db5f2e5cf55f4040ec874bb819089ff7697c17 +SIZE (xpi/firefox-i18n-49.0.2/is.xpi) = 437737 +SHA256 (xpi/firefox-i18n-49.0.2/it.xpi) = 178eb7516a3f1f90906bc980e6585000b9806f430978fd1e0527306d0eb9a16d +SIZE (xpi/firefox-i18n-49.0.2/it.xpi) = 339264 +SHA256 (xpi/firefox-i18n-49.0.2/ja.xpi) = c784401f4396f20597b7c835dfe291ed34ac8ff39f94d575683e50aad640a234 +SIZE (xpi/firefox-i18n-49.0.2/ja.xpi) = 486517 +SHA256 (xpi/firefox-i18n-49.0.2/kk.xpi) = 91bb0807f1215e8cfaa6e85062d864994c9bf7dc7a3c988a0311f8fdebf4e9ad +SIZE (xpi/firefox-i18n-49.0.2/kk.xpi) = 494256 +SHA256 (xpi/firefox-i18n-49.0.2/km.xpi) = 30cfa3ceb49c847de219d88c6cf2b02e3a4190e8806a5e56dd09e8d1b80eecbd +SIZE (xpi/firefox-i18n-49.0.2/km.xpi) = 520083 +SHA256 (xpi/firefox-i18n-49.0.2/kn.xpi) = 16d132bafae24a9c0d23e3686427c2366208dd1e8b859dc2253d1cb36685c22c +SIZE (xpi/firefox-i18n-49.0.2/kn.xpi) = 518782 +SHA256 (xpi/firefox-i18n-49.0.2/ko.xpi) = 41cec32f26ad1037ff1271bb8dd933bca2fb7e49d3329880d158e7b33fff1449 +SIZE (xpi/firefox-i18n-49.0.2/ko.xpi) = 460895 +SHA256 (xpi/firefox-i18n-49.0.2/lij.xpi) = 028ebcf1a36c123ee186f0514953a46696def3aefa5162921d08cc99e2ebc151 +SIZE (xpi/firefox-i18n-49.0.2/lij.xpi) = 396173 +SHA256 (xpi/firefox-i18n-49.0.2/lt.xpi) = bff60b6b3528f6414c50f5274dda4333c4cabb6c79c273f61ecadf27dd59f505 +SIZE (xpi/firefox-i18n-49.0.2/lt.xpi) = 451345 +SHA256 (xpi/firefox-i18n-49.0.2/lv.xpi) = 9d1835f26a2b4ba29802206e536d8c1abb273b114742db4d6f4003c7a7cb031e +SIZE (xpi/firefox-i18n-49.0.2/lv.xpi) = 445323 +SHA256 (xpi/firefox-i18n-49.0.2/mai.xpi) = 4d28adf1f9d6bf4501b0f4f6d66ef9a9b3b9c6817efff7b1c255627c36a4f142 +SIZE (xpi/firefox-i18n-49.0.2/mai.xpi) = 502478 +SHA256 (xpi/firefox-i18n-49.0.2/mk.xpi) = 1235d350e956ba5d9c88672897705286c88a732c532a56e8c29b2e0dc607e5a0 +SIZE (xpi/firefox-i18n-49.0.2/mk.xpi) = 498491 +SHA256 (xpi/firefox-i18n-49.0.2/ml.xpi) = 05259bcbd39c508a57dce9ab88ccfd48b4ca004d746176b2b6738703ff146d28 +SIZE (xpi/firefox-i18n-49.0.2/ml.xpi) = 519595 +SHA256 (xpi/firefox-i18n-49.0.2/mr.xpi) = 5f45fb7014d4e57d2b7dc039c31cdb49294316e0d59bab33e071fdb11ef7d246 +SIZE (xpi/firefox-i18n-49.0.2/mr.xpi) = 501073 +SHA256 (xpi/firefox-i18n-49.0.2/ms.xpi) = 77e8a2c49e0d1d70a3ac15681a7bfed475ee662988ad4c1354a1efb8fbdc7325 +SIZE (xpi/firefox-i18n-49.0.2/ms.xpi) = 439421 +SHA256 (xpi/firefox-i18n-49.0.2/nb-NO.xpi) = d45fbbdeaace63622b405440ec5485db21211522932babd3d504e0e0c87fb61d +SIZE (xpi/firefox-i18n-49.0.2/nb-NO.xpi) = 433585 +SHA256 (xpi/firefox-i18n-49.0.2/nl.xpi) = ef09df1807739d68667ba35210de4a1fd7621051af5782ebcda8f390e85ff045 +SIZE (xpi/firefox-i18n-49.0.2/nl.xpi) = 431242 +SHA256 (xpi/firefox-i18n-49.0.2/nn-NO.xpi) = 08f7bb102406e0b5bd68cbb6e1147a5bea4d042ea1df6be279745f1941a458e5 +SIZE (xpi/firefox-i18n-49.0.2/nn-NO.xpi) = 427585 +SHA256 (xpi/firefox-i18n-49.0.2/or.xpi) = be1789bfee2772ea1359e23a0be95713aa4b6b07ce05e36ff55e84c9d3170845 +SIZE (xpi/firefox-i18n-49.0.2/or.xpi) = 499456 +SHA256 (xpi/firefox-i18n-49.0.2/pa-IN.xpi) = 57fbb04f424f680f670c8f13e3212a06b0396465d9ebd908c8e10cf5c5606e1a +SIZE (xpi/firefox-i18n-49.0.2/pa-IN.xpi) = 479086 +SHA256 (xpi/firefox-i18n-49.0.2/pl.xpi) = 820514a8f70cac72cb20a758a77c5de038e15aadc93f883c89ed82e8bc34c49f +SIZE (xpi/firefox-i18n-49.0.2/pl.xpi) = 362534 +SHA256 (xpi/firefox-i18n-49.0.2/pt-BR.xpi) = d0fd13da04c26106684e1a5de78edfb3e99e1297e8042b043d3e73fbcfa06e3d +SIZE (xpi/firefox-i18n-49.0.2/pt-BR.xpi) = 446485 +SHA256 (xpi/firefox-i18n-49.0.2/pt-PT.xpi) = a80756bc31efa043ac1733abd7ab5ac17f92f69467baf0eae18a7343fd9d0724 +SIZE (xpi/firefox-i18n-49.0.2/pt-PT.xpi) = 433687 +SHA256 (xpi/firefox-i18n-49.0.2/rm.xpi) = 030f6065523859366e7665eb3ac35547ab3a526815c3944f3c193909638ad51c +SIZE (xpi/firefox-i18n-49.0.2/rm.xpi) = 439646 +SHA256 (xpi/firefox-i18n-49.0.2/ro.xpi) = 94aefc700df14e0b43b7c7e95212b7b71bec092439b9a28713223dd29b080e6d +SIZE (xpi/firefox-i18n-49.0.2/ro.xpi) = 447538 +SHA256 (xpi/firefox-i18n-49.0.2/ru.xpi) = 40e688a440692cfbf7c115aa8a90451c53e8df1e137dd8a6342dc38977bbcbb0 +SIZE (xpi/firefox-i18n-49.0.2/ru.xpi) = 391743 +SHA256 (xpi/firefox-i18n-49.0.2/si.xpi) = 56b986317168d2e67332e8a3d79004707b4820e5ac8d6cc2aaf4a87283a07ace +SIZE (xpi/firefox-i18n-49.0.2/si.xpi) = 492130 +SHA256 (xpi/firefox-i18n-49.0.2/sk.xpi) = 009a808a6c76779b0bc4392f5b30620d8ac0acbd20c4c5adc71bb78698af8c4d +SIZE (xpi/firefox-i18n-49.0.2/sk.xpi) = 452529 +SHA256 (xpi/firefox-i18n-49.0.2/sl.xpi) = 1ef09212f6cfa8f9fda22fa98f7d9e1164c0279c8945b7089a1c981ddf6e5db5 +SIZE (xpi/firefox-i18n-49.0.2/sl.xpi) = 430480 +SHA256 (xpi/firefox-i18n-49.0.2/son.xpi) = 4a3421f5107d845973b1e27a8834fa99b9325afaee9ddc629299572509bb32bb +SIZE (xpi/firefox-i18n-49.0.2/son.xpi) = 437034 +SHA256 (xpi/firefox-i18n-49.0.2/sq.xpi) = bd6b5c55eb8ddccc8c8af5e4fe49799ba34801b8f22e34fe6bd728059c3d0c00 +SIZE (xpi/firefox-i18n-49.0.2/sq.xpi) = 453368 +SHA256 (xpi/firefox-i18n-49.0.2/sr.xpi) = 9f2801eb0f7e8b3bc454a3171d437f6be0800cf6d7046a6110cb28452bc55f78 +SIZE (xpi/firefox-i18n-49.0.2/sr.xpi) = 463884 +SHA256 (xpi/firefox-i18n-49.0.2/sv-SE.xpi) = 29dd70d9bb2cdaa2d81b8cdec1f3a3b839071c60fe1eae02901ed838030b820d +SIZE (xpi/firefox-i18n-49.0.2/sv-SE.xpi) = 440493 +SHA256 (xpi/firefox-i18n-49.0.2/ta.xpi) = f36d8065c7901e8a3204d85551354803b00ed66c644a1a2431469ba44e1e3d41 +SIZE (xpi/firefox-i18n-49.0.2/ta.xpi) = 492435 +SHA256 (xpi/firefox-i18n-49.0.2/te.xpi) = 480625b27a71ecf1b778ca3cc56115c39f7e2557665edd85ae36d53d07485909 +SIZE (xpi/firefox-i18n-49.0.2/te.xpi) = 518143 +SHA256 (xpi/firefox-i18n-49.0.2/th.xpi) = 10bbbf467c2948f0f60250eb43604886fed2ff5f607a9963ad33e92a0ca83a33 +SIZE (xpi/firefox-i18n-49.0.2/th.xpi) = 486986 +SHA256 (xpi/firefox-i18n-49.0.2/tr.xpi) = bd29d4d94cb73a41605b36abd73defac30deb172a33b59e2bbe4804f0888173c +SIZE (xpi/firefox-i18n-49.0.2/tr.xpi) = 440856 +SHA256 (xpi/firefox-i18n-49.0.2/uk.xpi) = b5f65ba75b00df3254797bdb4ab21db56c4fed82ce6c2b3c03e78473e7151352 +SIZE (xpi/firefox-i18n-49.0.2/uk.xpi) = 491358 +SHA256 (xpi/firefox-i18n-49.0.2/uz.xpi) = 3ba8eea6634bf38e3708ea65db05c9d1a2b922a440bd8ad3f276b17c3233a35d +SIZE (xpi/firefox-i18n-49.0.2/uz.xpi) = 446443 +SHA256 (xpi/firefox-i18n-49.0.2/vi.xpi) = 782805a50b95f6791fafebfc56510a1aa1e0fcce2c19e3c640b85d79c36d970e +SIZE (xpi/firefox-i18n-49.0.2/vi.xpi) = 448048 +SHA256 (xpi/firefox-i18n-49.0.2/xh.xpi) = a6b18b3e1faf7aee6f9d5e9c07162c2b37175000bfcac676cad42e30d1829b48 +SIZE (xpi/firefox-i18n-49.0.2/xh.xpi) = 439947 +SHA256 (xpi/firefox-i18n-49.0.2/zh-CN.xpi) = b395ff821b85e54311237d5fb244fcca0eca66abf55dfbe8b7ef7bf0edd14a19 +SIZE (xpi/firefox-i18n-49.0.2/zh-CN.xpi) = 466753 +SHA256 (xpi/firefox-i18n-49.0.2/zh-TW.xpi) = 46ed7614c3f1d351b196944a55b8cdc13a10d2dad22805684eff3d30669e7b3c +SIZE (xpi/firefox-i18n-49.0.2/zh-TW.xpi) = 469470 Modified: branches/2016Q4/www/firefox/Makefile ============================================================================== --- branches/2016Q4/www/firefox/Makefile Fri Oct 21 22:49:05 2016 (r424440) +++ branches/2016Q4/www/firefox/Makefile Fri Oct 21 23:04:47 2016 (r424441) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 49.0 +DISTVERSION= 49.0.2 DISTVERSIONSUFFIX=.source -PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: branches/2016Q4/www/firefox/distinfo ============================================================================== --- branches/2016Q4/www/firefox/distinfo Fri Oct 21 22:49:05 2016 (r424440) +++ branches/2016Q4/www/firefox/distinfo Fri Oct 21 23:04:47 2016 (r424441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474027771 -SHA256 (firefox-49.0.source.tar.xz) = 6f7069fa94688f9fb5aa3bbb2ffa78456825067dd984afa714d74b3f0c6eaf63 -SIZE (firefox-49.0.source.tar.xz) = 189615184 +TIMESTAMP = 1477039138 +SHA256 (firefox-49.0.2.source.tar.xz) = 67abe9202958c36bf60454c91065953aa8f6ede83ea1c0e9cdb870c3fc3d56d0 +SIZE (firefox-49.0.2.source.tar.xz) = 188669928 From owner-svn-ports-all@freebsd.org Fri Oct 21 23:09:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C88D9C1C744; Fri, 21 Oct 2016 23:09:28 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FC9BA6; Fri, 21 Oct 2016 23:09:27 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id b464ea16 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 21 Oct 2016 17:09:26 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.0 \(3226\)) Subject: Re: svn commit: r424223 - in head/www: nginx nginx-devel From: Adam Weinberger In-Reply-To: <20161021230004.GE75495@FreeBSD.org> Date: Fri, 21 Oct 2016 17:09:24 -0600 Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201610182310.u9INAZXc030793@repo.freebsd.org> <18697be6-09a6-3dbb-2333-9eab6f10047f@FreeBSD.org> <20161020232306.GC75495@FreeBSD.org> <91a60959-6732-29d9-4182-779bb5a90d9f@FreeBSD.org> <20161021230004.GE75495@FreeBSD.org> To: "Sergey A. Osokin" X-Mailer: Apple Mail (2.3226) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 23:09:28 -0000 > On 21 Oct, 2016, at 17:00, Sergey A. Osokin wrote: >=20 > On Fri, Oct 21, 2016 at 10:37:09AM +0200, Mathieu Arnold wrote: >> Le 21/10/2016 ?? 01:23, Sergey A. Osokin a ??crit : >>> On Wed, Oct 19, 2016 at 09:13:53AM +0200, Mathieu Arnold wrote: >>>> Le 19/10/2016 ?? 01:10, Sergey A. Osokin a ??crit : >>>>> Author: osa >>>>> Date: Tue Oct 18 23:10:35 2016 >>>>> New Revision: 424223 >>>>> URL: https://svnweb.freebsd.org/changeset/ports/424223 >>>>>=20 >>>>> Log: >>>>> Use ImageMagick-nox11 instead of original one as it's more >>>>> convenient for the server-based product. >>>> Please revert that, It will mess up systems who already have >>>> ImageMagick. I you really feel strongly about it, provide a new = option >>>> to depend on the -nox11 version. >>> What kind of the mess up? Could you please provide a bit more = details. >>=20 >> Well, just pkg install one port that needs ImageMagick, and then pkg >> install nginx, installing nginx will install ImageMagick-nox11, that >> will deinstall ImageMagick, that will remove the other port you = needed. >=20 > Where can I get that package with disabled by default third-party = module? > Are you talking about the "custom" package, not an "official" one from > FreeBSD repo, that probably has been built by user? >=20 >> Like I said, please revert that commit. >=20 > Again, I see no reason for this. Hope you can provide a bit more = arguments > for the action. Hi Sergey, The problem is that, for users with the option enabled, it forcibly = uninstalls the X11-enabled ImageMagick. It's possible for ImageMagick = users to build without x11 if they want, but it's impossible for = ImageMagick-nox11 users to build *with* x11 if they wanted it. Forcing a dependency on IM-nox11 means that people can never have nginx = (with those options enabled) and IM with x11 support at the same time. = Having nginx depend on plain old ImageMagick means that people have a = choice. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Sat Oct 22 00:46:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08F75C1CB96; Sat, 22 Oct 2016 00:46:30 +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 BFA62177; Sat, 22 Oct 2016 00:46:29 +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 u9M0kS0f054196; Sat, 22 Oct 2016 00:46:28 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M0kSPC054195; Sat, 22 Oct 2016 00:46:28 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610220046.u9M0kSPC054195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 22 Oct 2016 00:46:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424442 - head/irc/quassel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 00:46:30 -0000 Author: woodsb02 Date: Sat Oct 22 00:46:28 2016 New Revision: 424442 URL: https://svnweb.freebsd.org/changeset/ports/424442 Log: irc/quassel: Take maintainership Approved by: adamw (mentor, implicit) Modified: head/irc/quassel/Makefile Modified: head/irc/quassel/Makefile ============================================================================== --- head/irc/quassel/Makefile Fri Oct 21 23:04:47 2016 (r424441) +++ head/irc/quassel/Makefile Sat Oct 22 00:46:28 2016 (r424442) @@ -6,7 +6,7 @@ PORTVERSION= 0.12.4 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= woodsb02@FreeBSD.org COMMENT= Qt 5 based distributed IRC client USES= cmake:outsource compiler:c++11-lib cpe execinfo pkgconfig tar:bzip2 From owner-svn-ports-all@freebsd.org Sat Oct 22 01:33:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58334C1B4E3 for ; Sat, 22 Oct 2016 01:33:34 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mail-qk0-f182.google.com (mail-qk0-f182.google.com [209.85.220.182]) (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 138746EC for ; Sat, 22 Oct 2016 01:33:33 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: by mail-qk0-f182.google.com with SMTP id z190so175477280qkc.2 for ; Fri, 21 Oct 2016 18:33:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=4ch05QNktXOH+vOU1GePTMhxs5Q8/ZkEUBpSUwqgmok=; b=Yqne527EVS4NNJA3Z6DDIzYRV2kAjWzVSsaOLV4O7/Pj2lp3RjhG7A8aX6c5VM3s+O bBZSHh/QaAwExxn9neIym8utBjXmCw6kTRwooozIdiz/PHM0eM3tETxriOmUkqmtCXe1 jcfDqpiGjcUwQMH/T/9v22KEd3rHa0/zkQ04Mdk5MkE6yGliN0e8uy5nwh+geGui8fNl Z/ZiMA6Ynu30uDCmAk3QzD3GnK77K2JKWL1Fo4WjtJURABxECe8wsUsjk/I3BmOruQrA 9tE5JyfBrSHdTgl4cGbPLzNWMJKG5cj4W9dtC7G7zTBNGo7D6MsEoZA/5i61JjEDwUYv qaRg== X-Gm-Message-State: ABUngvcldYsjMB6N3iC8BT5vfz06Li2iaiSSofH8BuV5eYsez5t1VZdiN1ertRxoRArW3g== X-Received: by 10.55.151.199 with SMTP id z190mr4885049qkd.227.1477100006880; Fri, 21 Oct 2016 18:33:26 -0700 (PDT) Received: from phe.ftfl.ca.ftfl.ca (hlfxns017vw-142068082201.dhcp-dynamic.FibreOp.ns.bellaliant.net. [142.68.82.201]) by smtp.gmail.com with ESMTPSA id p28sm4118875qtb.2.2016.10.21.18.33.25 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 21 Oct 2016 18:33:25 -0700 (PDT) From: Joseph Mingrone To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, bacon4000@gmail.com Subject: Re: svn commit: r424436 - in head/sysutils/condor: . files References: <201610212021.u9LKLFHR054189@repo.freebsd.org> Date: Fri, 21 Oct 2016 22:33:19 -0300 In-Reply-To: <201610212021.u9LKLFHR054189@repo.freebsd.org> (Joseph Mingrone's message of "Fri, 21 Oct 2016 20:21:15 +0000 (UTC)") Message-ID: <868tthyxpc.fsf@phe.ftfl.ca> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 01:33:34 -0000 --=-=-= Content-Type: text/plain I screwed up the commit message. It should have said Submitted by: bacon4000@gmail.com (maintainer) Approved by: swills (mentor) Yours in shame, Joseph --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJYCsHfXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ1NUIwOTNBNzI2QzM4ODU1NzEyMkJBRDUz NkE0MEM4M0IwRDZFRjlFAAoJEDakDIOw1u+eMKoP/2jgRiAzjObclx7gf9NplclV Qm6+rB2FLeD+vgsJgkivtmIiJE3bURLxGV429eJ6gJAU5mxAjm2wnWXKVw/K0oQk AM+Wv0i9/nr7pjpV72Gq9dAYY9+MDQB2FBxRIZMtof9U2TRbSLe6N+01s98h1aDM y5+Jheno3iQetjd7/733Gd1nsLMDH8ONmudfkjojo9d70aQ5dtyEnvIzUqUMSmfH jY2IT6mADaMbjqxWshQFarZ6viFH2nRumPuDanNCOINKLo0okmYSS80tqfnzVSAh m5n661aG3x2qDIa0FNGQbxm9lG/wdHL5+FnVVq3LqioLcjgOg4kvyRiQosVl2n95 YSuhtSN5Qc7hpyRStubb4VKwLvsnxL1hsn3awB7achA1nlqI4K84seE4DPCbAkWB ucqMJ+nU8f0DAyRQXQ/PWiInTZG20aB6WkUnyVtnLWjozrmgktq1ECWwEij/z2pt mlYtrBpfDCzTfp1ZzS+iN0gmjL7KJWefdn7wJNDYgYYohqLZ9h0F2POzr/l12hur xY2bTGYzhCoERy3r1AO5vb82ci1j/uhAHJSVficquIhFMHczPlDXZvG0amVqpabI 02kvw3CMdD9QrodeU6ogbHBM2U3dtdpbz4I5cU+0e+f41zmnnmaeOemqiBdT0/ZW XJAVH+B29KwzFp5dq/3V =ahDe -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-all@freebsd.org Sat Oct 22 02:28:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2F71C1B50F; Sat, 22 Oct 2016 02:28:26 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4DEC3C8; Sat, 22 Oct 2016 02:28:26 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M2SPkN092025; Sat, 22 Oct 2016 02:28:25 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M2SPpw092024; Sat, 22 Oct 2016 02:28:25 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201610220228.u9M2SPpw092024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Sat, 22 Oct 2016 02:28:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424443 - head/devel/py-yaml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 02:28:27 -0000 Author: jpaetzel Date: Sat Oct 22 02:28:25 2016 New Revision: 424443 URL: https://svnweb.freebsd.org/changeset/ports/424443 Log: Update to allow installation with multiple versions of python PR: 213644 Submitted by: Michael Zhilin Modified: head/devel/py-yaml/Makefile Modified: head/devel/py-yaml/Makefile ============================================================================== --- head/devel/py-yaml/Makefile Sat Oct 22 00:46:28 2016 (r424442) +++ head/devel/py-yaml/Makefile Sat Oct 22 02:28:25 2016 (r424443) @@ -3,7 +3,7 @@ PORTNAME= yaml PORTVERSION= 3.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ LIBYAML_DESC= Use textproc/libyaml for f USES?= python USE_PYTHON= distutils autoplist -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} .include From owner-svn-ports-all@freebsd.org Sat Oct 22 04:56:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE616C19FD8; Sat, 22 Oct 2016 04:56:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8BBE1C7; Sat, 22 Oct 2016 04:56:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M4uFVX048649; Sat, 22 Oct 2016 04:56:15 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M4uFk0048646; Sat, 22 Oct 2016 04:56:15 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201610220456.u9M4uFk0048646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 22 Oct 2016 04:56:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424444 - in branches/2016Q4/x11-toolkits/girara: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 04:56:17 -0000 Author: madpilot Date: Sat Oct 22 04:56:15 2016 New Revision: 424444 URL: https://svnweb.freebsd.org/changeset/ports/424444 Log: MFH: r424401 Add patch to disable optimizations on a keyboard input function when using the clang compiler. This allows removing the requirement on gcc. Patch based on suggestion from Ivan . Bug has been reported upstream. PR: 213595 Submitted by: Michael Danilov Approved by: ports-secteam (feld) Added: branches/2016Q4/x11-toolkits/girara/files/patch-girara_callbacks.h - copied unchanged from r424401, head/x11-toolkits/girara/files/patch-girara_callbacks.h branches/2016Q4/x11-toolkits/girara/files/patch-girara_macros.h - copied unchanged from r424401, head/x11-toolkits/girara/files/patch-girara_macros.h Modified: branches/2016Q4/x11-toolkits/girara/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/x11-toolkits/girara/Makefile ============================================================================== --- branches/2016Q4/x11-toolkits/girara/Makefile Sat Oct 22 02:28:25 2016 (r424443) +++ branches/2016Q4/x11-toolkits/girara/Makefile Sat Oct 22 04:56:15 2016 (r424444) @@ -3,7 +3,7 @@ PORTNAME= girara PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits graphics MASTER_SITES= http://pwmt.org/projects/girara/download/ @@ -18,14 +18,10 @@ LIBDIR= ${PREFIX}/lib MAKE_ENV+= SFLAGS=${STRIP} \ VERBOSE=1 -OPTIONS_DEFINE= GCC NLS -# Force GCC by default due to problems in dependent port zathura with keyboard -# input when compiled using clang. -OPTIONS_DEFAULT=GCC +OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext -GCC_USE= GCC=yes post-patch: .SILENT ${REINPLACE_CMD} -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ Copied: branches/2016Q4/x11-toolkits/girara/files/patch-girara_callbacks.h (from r424401, head/x11-toolkits/girara/files/patch-girara_callbacks.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/x11-toolkits/girara/files/patch-girara_callbacks.h Sat Oct 22 04:56:15 2016 (r424444, copy of r424401, head/x11-toolkits/girara/files/patch-girara_callbacks.h) @@ -0,0 +1,19 @@ +--- girara/callbacks.h.orig 2016-04-18 20:35:34 UTC ++++ girara/callbacks.h +@@ -4,6 +4,7 @@ + #define GIRARA_CALLBACKS_H + + #include "types.h" ++#include "macros.h" + #include + + /** +@@ -108,7 +109,7 @@ bool girara_callback_inputbar_activate(G + * @return FALSE An error occurred + */ + bool girara_callback_inputbar_key_press_event(GtkWidget* widget, +- GdkEventKey* event, girara_session_t* session); ++ GdkEventKey* event, girara_session_t* session) GIRARA_OPTNONE; + + /** + * Default callback if the text of the input bar has changed Copied: branches/2016Q4/x11-toolkits/girara/files/patch-girara_macros.h (from r424401, head/x11-toolkits/girara/files/patch-girara_macros.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/x11-toolkits/girara/files/patch-girara_macros.h Sat Oct 22 04:56:15 2016 (r424444, copy of r424401, head/x11-toolkits/girara/files/patch-girara_macros.h) @@ -0,0 +1,15 @@ +--- girara/macros.h.orig 2015-04-13 20:49:26 UTC ++++ girara/macros.h +@@ -69,4 +69,12 @@ + GIRARA_DO_PRAGMA(GCC diagnostic pop) + #endif + ++#ifndef GIRARA_OPTNONE ++# if defined(__clang__) ++# define GIRARA_OPTNONE __attribute__ ((optnone)) ++# else ++# define GIRARA_OPTNONE ++# endif ++#endif ++ + #endif From owner-svn-ports-all@freebsd.org Sat Oct 22 05:27:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D24E1C1C917; Sat, 22 Oct 2016 05:27:46 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B6ABFE; Sat, 22 Oct 2016 05:27:46 +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 u9M5RjYh059723; Sat, 22 Oct 2016 05:27:45 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M5RjGH059720; Sat, 22 Oct 2016 05:27:45 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610220527.u9M5RjGH059720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 22 Oct 2016 05:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424445 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 05:27:46 -0000 Author: woodsb02 Date: Sat Oct 22 05:27:45 2016 New Revision: 424445 URL: https://svnweb.freebsd.org/changeset/ports/424445 Log: multimedia/emby-server: Update to 3.0.8300 Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.0.8300 Approved by: adamw (mentor, implicit) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Sat Oct 22 04:56:15 2016 (r424444) +++ head/multimedia/emby-server/Makefile Sat Oct 22 05:27:45 2016 (r424445) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.8200 +PORTVERSION= 3.0.8300 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Sat Oct 22 04:56:15 2016 (r424444) +++ head/multimedia/emby-server/distinfo Sat Oct 22 05:27:45 2016 (r424445) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476809280 -SHA256 (MediaBrowser-Emby-3.0.8200_GH0.tar.gz) = 5c15d1bd8a327719ba92ecdbded978240f56d64678b4f5be624005ca3604ebc3 -SIZE (MediaBrowser-Emby-3.0.8200_GH0.tar.gz) = 53823157 +TIMESTAMP = 1477032188 +SHA256 (MediaBrowser-Emby-3.0.8300_GH0.tar.gz) = c84992cf1b6e7b575f9cf1f9b9d6344a34a86995dfce4c129c137198e541198e +SIZE (MediaBrowser-Emby-3.0.8300_GH0.tar.gz) = 53825450 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Sat Oct 22 04:56:15 2016 (r424444) +++ head/multimedia/emby-server/pkg-plist Sat Oct 22 05:27:45 2016 (r424445) @@ -1063,7 +1063,6 @@ lib/emby-server/dashboard-ui/scripts/wiz lib/emby-server/dashboard-ui/scripts/wizardcontroller.js lib/emby-server/dashboard-ui/scripts/wizardlivetvguide.js lib/emby-server/dashboard-ui/scripts/wizardlivetvtuner.js -lib/emby-server/dashboard-ui/scripts/wizardservice.js lib/emby-server/dashboard-ui/scripts/wizardsettings.js lib/emby-server/dashboard-ui/scripts/wizardstartpage.js lib/emby-server/dashboard-ui/scripts/wizarduserpage.js @@ -1158,7 +1157,6 @@ lib/emby-server/dashboard-ui/wizardfinis lib/emby-server/dashboard-ui/wizardlibrary.html lib/emby-server/dashboard-ui/wizardlivetvguide.html lib/emby-server/dashboard-ui/wizardlivetvtuner.html -lib/emby-server/dashboard-ui/wizardservice.html lib/emby-server/dashboard-ui/wizardsettings.html lib/emby-server/dashboard-ui/wizardstart.html lib/emby-server/dashboard-ui/wizarduser.html From owner-svn-ports-all@freebsd.org Sat Oct 22 05:36:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 556F3C1CC41; Sat, 22 Oct 2016 05:36:18 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1888877E; Sat, 22 Oct 2016 05:36:18 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M5aHWT063690; Sat, 22 Oct 2016 05:36:17 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M5aHwD063688; Sat, 22 Oct 2016 05:36:17 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201610220536.u9M5aHwD063688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sat, 22 Oct 2016 05:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424446 - branches/2016Q4/security/nmap X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 05:36:18 -0000 Author: ohauer Date: Sat Oct 22 05:36:16 2016 New Revision: 424446 URL: https://svnweb.freebsd.org/changeset/ports/424446 Log: MFH: r424433 - update to 7.31 Nmap 7.31 [2016-10-20] o Fixed the way Nmap handles scanning names that resolve to the same IP. Due to changes in 7.30, the IP was only being scanned once, with bogus results displayed for the other names. The previous behavior is now restored. [Tudor Emil Coman] o [GH#350] Fix an assertion failure due to floating point error in equality comparison, which triggered mainly on OpenBSD: assertion "diff <= interval" failed: file "timing.cc", line 440 This was reported earlier as [GH#472] but the assertion fixed there was a different one. [David Carlier] o [Zenmap] Fix a crash in the About page in the Spanish translation due to a missing format specifier: File "zenmapGUI\About.pyo", line 217, in __init__ TypeError: not all arguments converted during string formatting [Daniel Miller] o [Zenmap][GH#556] Better visual indication that display of hostname is tied to address in the Topology page. You can show numeric addresses with hostnames or without, but you can't show hostnames without numeric addresses when they are not available. [Daniel Miller] o To increase the number of IPv6 fingerprint submissions, a prompt for submission will be shown with some random chance for successful matches of OS classes that are based on only a few submissions. Previously, only unsuccessful matches produced such a prompt. [Daniel Miller] Approved by: ports-secteam (feld) Modified: branches/2016Q4/security/nmap/Makefile branches/2016Q4/security/nmap/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/security/nmap/Makefile ============================================================================== --- branches/2016Q4/security/nmap/Makefile Sat Oct 22 05:27:45 2016 (r424445) +++ branches/2016Q4/security/nmap/Makefile Sat Oct 22 05:36:16 2016 (r424446) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nmap -DISTVERSION= 7.30 +DISTVERSION= 7.31 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ LOCAL/ohauer Modified: branches/2016Q4/security/nmap/distinfo ============================================================================== --- branches/2016Q4/security/nmap/distinfo Sat Oct 22 05:27:45 2016 (r424445) +++ branches/2016Q4/security/nmap/distinfo Sat Oct 22 05:36:16 2016 (r424446) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475172408 -SHA256 (nmap-7.30.tar.bz2) = ba38a042ec67e315d903d28a4976b74999da94c646667c0c63f31e587d6d8d0f -SIZE (nmap-7.30.tar.bz2) = 9003761 +TIMESTAMP = 1477016901 +SHA256 (nmap-7.31.tar.bz2) = cb9f4e03c0771c709cd47dc8fc6ac3421eadbdd313f0aae52276829290583842 +SIZE (nmap-7.31.tar.bz2) = 9000848 From owner-svn-ports-all@freebsd.org Sat Oct 22 06:08:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 033BEC1C5C1; Sat, 22 Oct 2016 06:08:36 +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 C389B6D2; Sat, 22 Oct 2016 06:08:35 +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 u9M68YP5075039; Sat, 22 Oct 2016 06:08:34 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M68YoC075037; Sat, 22 Oct 2016 06:08:34 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610220608.u9M68YoC075037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 22 Oct 2016 06:08:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424447 - in head/print: hplip hplip-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 06:08:36 -0000 Author: woodsb02 Date: Sat Oct 22 06:08:34 2016 New Revision: 424447 URL: https://svnweb.freebsd.org/changeset/ports/424447 Log: print/hplip and print/hplip-plugin: Take maintainership Approved by: adamw (mentor, implicit) Modified: head/print/hplip-plugin/Makefile head/print/hplip/Makefile Modified: head/print/hplip-plugin/Makefile ============================================================================== --- head/print/hplip-plugin/Makefile Sat Oct 22 05:36:16 2016 (r424446) +++ head/print/hplip-plugin/Makefile Sat Oct 22 06:08:34 2016 (r424447) @@ -8,7 +8,7 @@ MASTER_SITES= http://hplipopensource.com DISTNAME= hplip-${DISTVERSION}-plugin EXTRACT_SUFX= .run -MAINTAINER= ports@FreeBSD.org +MAINTAINER= woodsb02@FreeBSD.org COMMENT= Binary plugin for some HP Printers and All-in-One devices LICENSE= HPLIP_PLUGIN Modified: head/print/hplip/Makefile ============================================================================== --- head/print/hplip/Makefile Sat Oct 22 05:36:16 2016 (r424446) +++ head/print/hplip/Makefile Sat Oct 22 06:08:34 2016 (r424447) @@ -6,7 +6,7 @@ PORTVERSION= 3.16.9 CATEGORIES= print MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= woodsb02@FreeBSD.org COMMENT= Drivers and utilities for HP Printers and All-in-One devices LICENSE= GPLv2 MIT BSD3CLAUSE From owner-svn-ports-all@freebsd.org Sat Oct 22 06:08:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0F3AC1C60E; Sat, 22 Oct 2016 06:08:55 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D9BF818; Sat, 22 Oct 2016 06:08:55 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M68s9m075163; Sat, 22 Oct 2016 06:08:54 GMT (envelope-from az@FreeBSD.org) Received: (from az@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M68sZV075161; Sat, 22 Oct 2016 06:08:54 GMT (envelope-from az@FreeBSD.org) Message-Id: <201610220608.u9M68sZV075161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: az set sender to az@FreeBSD.org using -f From: Andrej Zverev Date: Sat, 22 Oct 2016 06:08:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424448 - head/net/p5-Net-OpenSSH X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 06:08:55 -0000 Author: az Date: Sat Oct 22 06:08:54 2016 New Revision: 424448 URL: https://svnweb.freebsd.org/changeset/ports/424448 Log: - update to version 0.73 Changelog: https://metacpan.org/changes/distribution/Net-OpenSSH Modified: head/net/p5-Net-OpenSSH/Makefile head/net/p5-Net-OpenSSH/distinfo Modified: head/net/p5-Net-OpenSSH/Makefile ============================================================================== --- head/net/p5-Net-OpenSSH/Makefile Sat Oct 22 06:08:34 2016 (r424447) +++ head/net/p5-Net-OpenSSH/Makefile Sat Oct 22 06:08:54 2016 (r424448) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Net-OpenSSH -PORTVERSION= 0.70 +PORTVERSION= 0.73 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SALVA Modified: head/net/p5-Net-OpenSSH/distinfo ============================================================================== --- head/net/p5-Net-OpenSSH/distinfo Sat Oct 22 06:08:34 2016 (r424447) +++ head/net/p5-Net-OpenSSH/distinfo Sat Oct 22 06:08:54 2016 (r424448) @@ -1,2 +1,3 @@ -SHA256 (Net-OpenSSH-0.70.tar.gz) = 3fcb36a5a2fc296c1d0def54f3201cecffe7d81157ef5fa2bac9868875f63b95 -SIZE (Net-OpenSSH-0.70.tar.gz) = 72604 +TIMESTAMP = 1477116473 +SHA256 (Net-OpenSSH-0.73.tar.gz) = f45a54b3c6015d4dc44cbff9f9be57bc9d54dfb104fb38bcf3c4eb04789582d9 +SIZE (Net-OpenSSH-0.73.tar.gz) = 72948 From owner-svn-ports-all@freebsd.org Sat Oct 22 07:05:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34F64C1C990; Sat, 22 Oct 2016 07:05:57 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1201E2FB; Sat, 22 Oct 2016 07:05:57 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M75uYY097710; Sat, 22 Oct 2016 07:05:56 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M75t2v097707; Sat, 22 Oct 2016 07:05:56 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610220705.u9M75t2v097707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 22 Oct 2016 07:05:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424449 - in head/devel/ncurses: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 07:05:57 -0000 Author: koobs Date: Sat Oct 22 07:05:55 2016 New Revision: 424449 URL: https://svnweb.freebsd.org/changeset/ports/424449 Log: devel/ncurses: Fix pkg-config file for linking - Backport upstream patch from 20160220 [1]: modify configure macro for shared-library rules to use -Wl,-rpath rather than -rpath to work around a bug in scons (FreeBSD #178732 [2], cf: 20061021). While I'm here: - Remove unecessary CONFLICTS (on deleted port) - Add LICENSE_FILE - Tab -> space in pkg-descr: WWW URL [1] http://lists.gnu.org/archive/html/bug-ncurses/2016-02/msg00009.html [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178732 PR: 209526 Submitted by: John Hein MFH: 2016Q4 Added: head/devel/ncurses/files/ head/devel/ncurses/files/patch-configure (contents, props changed) Modified: head/devel/ncurses/Makefile head/devel/ncurses/pkg-descr Modified: head/devel/ncurses/Makefile ============================================================================== --- head/devel/ncurses/Makefile Sat Oct 22 06:08:54 2016 (r424448) +++ head/devel/ncurses/Makefile Sat Oct 22 07:05:55 2016 (r424449) @@ -3,7 +3,7 @@ PORTNAME= ncurses PORTVERSION= 6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://invisible-mirror.net/archives/${PORTNAME}/ \ ftp://invisible-island.net/${PORTNAME}/ @@ -12,9 +12,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Library for terminal-independent, full-screen output -CONFLICTS= ncurses-devel-* - LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_sparc64= cannot build: coredump: illegal instruction @@ -33,6 +32,7 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/shar --mandir=${MANPREFIX}/man \ --with-hashed-db \ --with-pkg-config-libdir=${PREFIX}/libdata/pkgconfig + MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= TRACE DEBUG PROFILE EXAMPLES DOCS Added: head/devel/ncurses/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ncurses/files/patch-configure Sat Oct 22 07:05:55 2016 (r424449) @@ -0,0 +1,24 @@ +# Based on upstream 6.0 patch 20160220: +# +# + modify configure macro for shared-library rules to use -Wl,-rpath +# rather than -rpath to work around a bug in scons (FreeBSD #178732, +# cf: 20061021). +# +# See Also: +# +# http://lists.gnu.org/archive/html/bug-ncurses/2016-02/msg00009.html +# http://lists.gnu.org/archive/html/bug-ncurses/2016-02/msg00006.html +# +# TODO: Remove patch on 6.1 update + +--- configure.orig 2015-08-05 09:20:32 UTC ++++ configure +@@ -5863,7 +5863,7 @@ case $cf_cv_system_name in + LD_RPATH_OPT="-Wl,-rpath," + ;; + (dragonfly*|freebsd*) +- LD_RPATH_OPT="-rpath " ++ LD_RPATH_OPT="-Wl,-rpath," + ;; + (netbsd*) + LD_RPATH_OPT="-Wl,-rpath," Modified: head/devel/ncurses/pkg-descr ============================================================================== --- head/devel/ncurses/pkg-descr Sat Oct 22 06:08:54 2016 (r424448) +++ head/devel/ncurses/pkg-descr Sat Oct 22 07:05:55 2016 (r424449) @@ -10,4 +10,4 @@ be configured to use BSD's /etc/termcap been approved by the old 4.4BSD curses maintainer as the official 4.4BSD curses successor. -WWW: http://invisible-island.net/ncurses/ncurses.html +WWW: http://invisible-island.net/ncurses/ncurses.html From owner-svn-ports-all@freebsd.org Sat Oct 22 07:08:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA4E1C1CBDD; Sat, 22 Oct 2016 07:08:46 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72459886; Sat, 22 Oct 2016 07:08:46 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M78jYW097993; Sat, 22 Oct 2016 07:08:45 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M78jdg097991; Sat, 22 Oct 2016 07:08:45 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610220708.u9M78jdg097991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 22 Oct 2016 07:08:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424450 - in branches/2016Q4/devel/ncurses: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 07:08:46 -0000 Author: koobs Date: Sat Oct 22 07:08:45 2016 New Revision: 424450 URL: https://svnweb.freebsd.org/changeset/ports/424450 Log: MFH: r424449 - devel/ncurses: Fix pkg-config file for linking - Backport upstream patch from 20160220 [1]: modify configure macro for shared-library rules to use -Wl,-rpath rather than -rpath to work around a bug in scons (FreeBSD #178732 [2], cf: 20061021). While I'm here: - Remove unecessary CONFLICTS (on deleted port) - Add LICENSE_FILE - Tab -> space in pkg-descr: WWW URL [1] http://lists.gnu.org/archive/html/bug-ncurses/2016-02/msg00009.html [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178732 PR: 209526 Submitted by: John Hein Approved by: ports-secteam (blanket) Added: branches/2016Q4/devel/ncurses/files/ - copied from r424449, head/devel/ncurses/files/ Modified: branches/2016Q4/devel/ncurses/Makefile branches/2016Q4/devel/ncurses/pkg-descr Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/ncurses/Makefile ============================================================================== --- branches/2016Q4/devel/ncurses/Makefile Sat Oct 22 07:05:55 2016 (r424449) +++ branches/2016Q4/devel/ncurses/Makefile Sat Oct 22 07:08:45 2016 (r424450) @@ -3,7 +3,7 @@ PORTNAME= ncurses PORTVERSION= 6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://invisible-mirror.net/archives/${PORTNAME}/ \ ftp://invisible-island.net/${PORTNAME}/ @@ -12,9 +12,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Library for terminal-independent, full-screen output -CONFLICTS= ncurses-devel-* - LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_sparc64= cannot build: coredump: illegal instruction @@ -33,6 +32,7 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/shar --mandir=${MANPREFIX}/man \ --with-hashed-db \ --with-pkg-config-libdir=${PREFIX}/libdata/pkgconfig + MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= TRACE DEBUG PROFILE EXAMPLES DOCS Modified: branches/2016Q4/devel/ncurses/pkg-descr ============================================================================== --- branches/2016Q4/devel/ncurses/pkg-descr Sat Oct 22 07:05:55 2016 (r424449) +++ branches/2016Q4/devel/ncurses/pkg-descr Sat Oct 22 07:08:45 2016 (r424450) @@ -10,4 +10,4 @@ be configured to use BSD's /etc/termcap been approved by the old 4.4BSD curses maintainer as the official 4.4BSD curses successor. -WWW: http://invisible-island.net/ncurses/ncurses.html +WWW: http://invisible-island.net/ncurses/ncurses.html From owner-svn-ports-all@freebsd.org Sat Oct 22 07:33:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BC88C1C3F5; Sat, 22 Oct 2016 07:33:18 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43495339; Sat, 22 Oct 2016 07:33:18 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M7XHlb009308; Sat, 22 Oct 2016 07:33:17 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M7XHEW009306; Sat, 22 Oct 2016 07:33:17 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610220733.u9M7XHEW009306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 22 Oct 2016 07:33:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424451 - in head/security: gpgme gpgme-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 07:33:18 -0000 Author: jhale Date: Sat Oct 22 07:33:17 2016 New Revision: 424451 URL: https://svnweb.freebsd.org/changeset/ports/424451 Log: Fix build of the Qt interface on FreeBSD 10.2 and 10.3. On FreeBSD 10.1, it builds without issue (and thats what I originally tested this on and assumed it would work on later releases), but there seems to be a regression in the c++ headers that appears to have happend in r278724, so use libc++ from ports. libtool: compile: c++ -std=c++11 -DHAVE_CONFIG_H -I. -I../../.. -I../../../lang/cpp/src -I../../../src -I/usr/local/include/qt5/QtCore -I/usr/local/include/qt5 -fpic -I/usr/local/include -I/usr/local/include -DBUILDING_QGPGME -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -MT qgpgmeencryptjob.lo -MD -MP -MF .deps/qgpgmeencryptjob.Tpo -c qgpgmeencryptjob.cpp -fPIC -DPIC -o .libs/qgpgmeencryptjob.o qgpgmeencryptjob.cpp:133:9: error: no matching function for call to 'bind' run(std::bind(&encrypt, ^~~~~~~~~ /usr/include/c++/v1/functional:2184:1: note: candidate template ignored: couldn't infer template argument '_Fp' bind(_Fp&& __f, _BoundArgs&&... __bound_args) ^ /usr/include/c++/v1/functional:2193:1: note: candidate template ignored: couldn't infer template argument '_Rp' bind(_Fp&& __f, _BoundArgs&&... __bound_args) ^ 1 error generated. gmake[4]: *** [Makefile:801: qgpgmeencryptjob.lo] Error 1 Also, link to libgpgmepp already installed instead of rebuilding it. Modified: head/security/gpgme-qt5/Makefile head/security/gpgme/Makefile Modified: head/security/gpgme-qt5/Makefile ============================================================================== --- head/security/gpgme-qt5/Makefile Sat Oct 22 07:08:45 2016 (r424450) +++ head/security/gpgme-qt5/Makefile Sat Oct 22 07:33:17 2016 (r424451) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org Modified: head/security/gpgme/Makefile ============================================================================== --- head/security/gpgme/Makefile Sat Oct 22 07:08:45 2016 (r424450) +++ head/security/gpgme/Makefile Sat Oct 22 07:33:17 2016 (r424451) @@ -55,7 +55,7 @@ CONFIGURE_ARGS+= --disable-gpgsm-test .if defined(SLAVEPORT) LIB_DEPENDS+= libgpgme.so:security/gpgme -BUILD_WRKSRC= ${WRKSRC}/lang +BUILD_WRKSRC= ${WRKSRC}/lang/${BINDING_NAME} INSTALL_WRKSRC= ${WRKSRC}/lang/${BINDING_NAME} . if ${SLAVEPORT} == "cpp" @@ -77,7 +77,6 @@ BUILD_DEPENDS+= swig3.0:devel/swig30 \ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX} USES+= python USE_PYTHON= py3kplist -BUILD_WRKSRC= ${WRKSRC}/lang/${BINDING_NAME} CONFIGURE_ENV+= SWIG=${LOCALBASE}/bin/swig3.0 PLIST_SUB+= VERSION=${PORTVERSION} CONFLICTS_INSTALL= py*-pyme-[0-9]* @@ -87,10 +86,16 @@ CONFLICTS_INSTALL= py*-pyme-[0-9]* .include .if defined(SLAVEPORT) -. if (${SLAVEPORT} == "cpp" || ${SLAVEPORT} == "qt5") +. if ${SLAVEPORT} == "cpp" . if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001000 BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++ -CXXFLAGS+= -stdlib=libc++ -I${LOCALBASE}/include/c++/v1 +CXXFLAGS+= -stdlib=libc++ -isystem ${LOCALBASE}/include/c++/v1 +. endif +. endif +. if ${SLAVEPORT} == "qt5" +. if ${OPSYS} == FreeBSD && (${OSVERSION} < 1001000 || (${OSVERSION} >= 1001507 && ${OSVERSION} < 1100080)) +BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++ +CXXFLAGS+= -stdlib=libc++ -isystem ${LOCALBASE}/include/c++/v1 . endif . endif . if ${SLAVEPORT} == "python" @@ -106,6 +111,10 @@ post-patch: .if defined(SLAVEPORT) @${FIND} ${BUILD_WRKSRC} -name "Makefile.in" -type f | ${XARGS} \ ${REINPLACE_CMD} -e 's|../../../src/libgpgme.la|-lgpgme|g' +. if ${SLAVEPORT} == "qt5" + @${FIND} ${BUILD_WRKSRC} -name "Makefile.in" -type f | ${XARGS} \ + ${REINPLACE_CMD} -e 's|../../cpp/src/libgpgmepp.la|-lgpgmepp|g' +. endif .endif @${REINPLACE_CMD} -e 's|^clfilesdir.*|clfilesdir=$$\(libdir\)/common-lisp/gpgme|g' \ ${WRKSRC}/lang/cl/Makefile.in From owner-svn-ports-all@freebsd.org Sat Oct 22 08:21:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2D18C1A388; Sat, 22 Oct 2016 08:21:53 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F825B7B; Sat, 22 Oct 2016 08:21:53 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M8LqXx025571; Sat, 22 Oct 2016 08:21:52 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M8LqrF025570; Sat, 22 Oct 2016 08:21:52 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610220821.u9M8LqrF025570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 22 Oct 2016 08:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424452 - head/www/py-django-tastypie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 08:21:53 -0000 Author: koobs Date: Sat Oct 22 08:21:52 2016 New Revision: 424452 URL: https://svnweb.freebsd.org/changeset/ports/424452 Log: www/py-django-tastypie: Allow MAINTAINER override Allow MAINTAINER to be overridden as there is a sub-port (www/py-django16-tastypie) maintained by someone else (dvl). This fixes Bugzilla AutoAssigner incorrectly assignments and incorrect display of MAINTAINER in freshports.org PR: 213679 Reported by: Vladimir Krstulja > Modified: head/www/py-django-tastypie/Makefile Modified: head/www/py-django-tastypie/Makefile ============================================================================== --- head/www/py-django-tastypie/Makefile Sat Oct 22 07:33:17 2016 (r424451) +++ head/www/py-django-tastypie/Makefile Sat Oct 22 08:21:52 2016 (r424452) @@ -7,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wg@FreeBSD.org +MAINTAINER?= wg@FreeBSD.org COMMENT= Create REST API for Django apps LICENSE= BSD3CLAUSE From owner-svn-ports-all@freebsd.org Sat Oct 22 08:24:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2577CC1A51B; Sat, 22 Oct 2016 08:24:55 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB1E6D1D; Sat, 22 Oct 2016 08:24:54 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M8Or7N028406; Sat, 22 Oct 2016 08:24:53 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M8OrMK028405; Sat, 22 Oct 2016 08:24:53 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610220824.u9M8OrMK028405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 22 Oct 2016 08:24:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424453 - head/math/libqalculate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 08:24:55 -0000 Author: jhale Date: Sat Oct 22 08:24:53 2016 New Revision: 424453 URL: https://svnweb.freebsd.org/changeset/ports/424453 Log: No more need to redefine PATHFIX_MAKEFILEIN with latest pathfix.mk rev Modified: head/math/libqalculate/Makefile Modified: head/math/libqalculate/Makefile ============================================================================== --- head/math/libqalculate/Makefile Sat Oct 22 08:21:52 2016 (r424452) +++ head/math/libqalculate/Makefile Sat Oct 22 08:24:53 2016 (r424453) @@ -20,7 +20,6 @@ USE_GNOME= glib20 intltool libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -PATHFIX_MAKEFILEIN= Makefile.am USE_GITHUB= yes GH_ACCOUNT= Qalculate From owner-svn-ports-all@freebsd.org Sat Oct 22 08:28:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB64DC1A5F1; Sat, 22 Oct 2016 08:28:31 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7D56E54; Sat, 22 Oct 2016 08:28:31 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M8SULn028637; Sat, 22 Oct 2016 08:28:30 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M8SUZ1028635; Sat, 22 Oct 2016 08:28:30 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610220828.u9M8SUZ1028635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 22 Oct 2016 08:28:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424454 - head/net/py-libcloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 08:28:31 -0000 Author: novel Date: Sat Oct 22 08:28:30 2016 New Revision: 424454 URL: https://svnweb.freebsd.org/changeset/ports/424454 Log: net/py-libcloud: update to 1.3.0 Modified: head/net/py-libcloud/Makefile head/net/py-libcloud/distinfo Modified: head/net/py-libcloud/Makefile ============================================================================== --- head/net/py-libcloud/Makefile Sat Oct 22 08:24:53 2016 (r424453) +++ head/net/py-libcloud/Makefile Sat Oct 22 08:28:30 2016 (r424454) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libcloud -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= net python MASTER_SITES= APACHE/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-libcloud/distinfo ============================================================================== --- head/net/py-libcloud/distinfo Sat Oct 22 08:24:53 2016 (r424453) +++ head/net/py-libcloud/distinfo Sat Oct 22 08:28:30 2016 (r424454) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475255690 -SHA256 (apache-libcloud-1.2.1.tar.bz2) = 1f4f607855c1ff5d88dc709849e746a2213d99c6dfc7054244af8be1caf79062 -SIZE (apache-libcloud-1.2.1.tar.bz2) = 992983 +TIMESTAMP = 1477120322 +SHA256 (apache-libcloud-1.3.0.tar.bz2) = 3b74fa9ee317b9e744f25fe2381c4a582545fe1259d133afc5a660b935a9861b +SIZE (apache-libcloud-1.3.0.tar.bz2) = 1025630 From owner-svn-ports-all@freebsd.org Sat Oct 22 09:03:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32E55C1B93A; Sat, 22 Oct 2016 09:03:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB90929A; Sat, 22 Oct 2016 09:03:53 +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 u9M93qfC043633; Sat, 22 Oct 2016 09:03:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M93qHS043631; Sat, 22 Oct 2016 09:03:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610220903.u9M93qHS043631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 22 Oct 2016 09:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424455 - head/net-mgmt/bandwidthd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 09:03:54 -0000 Author: amdmi3 Date: Sat Oct 22 09:03:52 2016 New Revision: 424455 URL: https://svnweb.freebsd.org/changeset/ports/424455 Log: - Fix LICENSE - Switch to options helpers Modified: head/net-mgmt/bandwidthd/Makefile head/net-mgmt/bandwidthd/distinfo Modified: head/net-mgmt/bandwidthd/Makefile ============================================================================== --- head/net-mgmt/bandwidthd/Makefile Sat Oct 22 08:28:30 2016 (r424454) +++ head/net-mgmt/bandwidthd/Makefile Sat Oct 22 09:03:52 2016 (r424455) @@ -10,29 +10,32 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Tracks bandwidth usage by IP address -LICENSE= GPLv2 +LICENSE= GPLv3+ # "any version of the GPL that is current as of your download" LIB_DEPENDS= libgd.so:graphics/gd -SUB_FILES= bandwidthd - -USE_CSTD= gnu89 - +USES= gmake tar:tgz GNU_CONFIGURE= YES CONFIGURE_ARGS= ac_cv_lib_iconv_libiconv_open=no \ ac_cv_lib_m_pow=no \ ac_cv_lib_png_png_read_info=no \ ac_cv_lib_pq_PQconnectdb=no -USES= gmake tar:tgz +USE_CSTD= gnu89 + +SUB_FILES= bandwidthd + +OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e '/requires.*libpng/,/exit/d' \ + @${REINPLACE_CMD} -e '/requires.*libpng/,/exit/d' \ ${WRKSRC}/configure post-install: ${INSTALL_SCRIPT} ${WRKDIR}/bandwidthd \ - ${STAGEDIR}${PREFIX}/etc/rc.d - ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${STAGEDIR}${PREFIX}/etc/rc.d + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/net-mgmt/bandwidthd/distinfo ============================================================================== --- head/net-mgmt/bandwidthd/distinfo Sat Oct 22 08:28:30 2016 (r424454) +++ head/net-mgmt/bandwidthd/distinfo Sat Oct 22 09:03:52 2016 (r424455) @@ -1,2 +1,3 @@ +TIMESTAMP = 1476707733 SHA256 (bandwidthd-2.0.1.tgz) = 6ddbb80f7585658425fe31f6ccd293df9754052e012376af11814566ca878306 SIZE (bandwidthd-2.0.1.tgz) = 140687 From owner-svn-ports-all@freebsd.org Sat Oct 22 09:44:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAA68C1C8EF; Sat, 22 Oct 2016 09:44:50 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7717A04; Sat, 22 Oct 2016 09:44:50 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M9inXk058740; Sat, 22 Oct 2016 09:44:49 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M9inLS058739; Sat, 22 Oct 2016 09:44:49 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610220944.u9M9inLS058739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 22 Oct 2016 09:44:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424456 - head/audio/msilbc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 09:44:51 -0000 Author: tijl Date: Sat Oct 22 09:44:49 2016 New Revision: 424456 URL: https://svnweb.freebsd.org/changeset/ports/424456 Log: Take maintainership (part of Linphone stack) Modified: head/audio/msilbc/Makefile Modified: head/audio/msilbc/Makefile ============================================================================== --- head/audio/msilbc/Makefile Sat Oct 22 09:03:52 2016 (r424455) +++ head/audio/msilbc/Makefile Sat Oct 22 09:44:49 2016 (r424456) @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= SAVANNAH/linphone/plugins/sources/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tijl@FreeBSD.org COMMENT= Mediastreamer plugin for the iLBC audio codec LIB_DEPENDS= libortp.so:net/ortp \ From owner-svn-ports-all@freebsd.org Sat Oct 22 09:54:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2015C1CDA7; Sat, 22 Oct 2016 09:54:12 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0ED6F34; Sat, 22 Oct 2016 09:54:12 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M9sB9U062451; Sat, 22 Oct 2016 09:54:11 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M9sBeA062450; Sat, 22 Oct 2016 09:54:11 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610220954.u9M9sBeA062450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 22 Oct 2016 09:54:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424457 - head/www/linux-c6-qt47-webkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 09:54:12 -0000 Author: tijl Date: Sat Oct 22 09:54:11 2016 New Revision: 424457 URL: https://svnweb.freebsd.org/changeset/ports/424457 Log: Remove unused pkg-descr and pkg-plist, whitespace fix. PR: 212900 Submitted by: pkubaj@anongoth.pl Deleted: head/www/linux-c6-qt47-webkit/pkg-descr head/www/linux-c6-qt47-webkit/pkg-plist Modified: head/www/linux-c6-qt47-webkit/Makefile Modified: head/www/linux-c6-qt47-webkit/Makefile ============================================================================== --- head/www/linux-c6-qt47-webkit/Makefile Sat Oct 22 09:44:49 2016 (r424456) +++ head/www/linux-c6-qt47-webkit/Makefile Sat Oct 22 09:54:11 2016 (r424457) @@ -18,7 +18,7 @@ USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= fontconfig png xorglibs sqlite3 qt47 qt47-x11 USE_LINUX_RPM= yes -DESCR= ${.CURDIR}/../../www/webkit-gtk3/pkg-descr # contains no GTK references, reuse +DESCR= ${.CURDIR}/../../www/webkit-gtk3/pkg-descr # contains no GTK references, reuse SRC_DISTFILES= # unretrievable From owner-svn-ports-all@freebsd.org Sat Oct 22 10:18:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BDA8C1D430; Sat, 22 Oct 2016 10:18:52 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7929B5B; Sat, 22 Oct 2016 10:18:51 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MAIoEa070355; Sat, 22 Oct 2016 10:18:50 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MAIo5p070352; Sat, 22 Oct 2016 10:18:50 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201610221018.u9MAIo5p070352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 22 Oct 2016 10:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424458 - head/multimedia/mpv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 10:18:52 -0000 Author: cpm Date: Sat Oct 22 10:18:50 2016 New Revision: 424458 URL: https://svnweb.freebsd.org/changeset/ports/424458 Log: multimedia/mpv: Update to 0.21.0 - Update mpv to 0.21.0 - Downgrade waf to 1.8.19 due a possible issue (https://github.com/waf-project/waf/issues/1837) - Bump library version in pkg-plist Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.21.0 Approved by: feld (mentor) Differential Revision: D8300 Modified: head/multimedia/mpv/Makefile head/multimedia/mpv/distinfo head/multimedia/mpv/pkg-plist Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Sat Oct 22 09:54:11 2016 (r424457) +++ head/multimedia/mpv/Makefile Sat Oct 22 10:18:50 2016 (r424458) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpv -PORTVERSION= 0.20.0 +PORTVERSION= 0.21.0 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= multimedia audio @@ -20,7 +20,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docut USE_GITHUB= yes GH_ACCOUNT= mpv-player waf-project:waf GH_PROJECT= waf:waf -GH_TAGNAME= waf-1.9.3:waf +GH_TAGNAME= waf-1.8.19:waf WAF_CMD= ${WRKSRC_waf}/waf-light Modified: head/multimedia/mpv/distinfo ============================================================================== --- head/multimedia/mpv/distinfo Sat Oct 22 09:54:11 2016 (r424457) +++ head/multimedia/mpv/distinfo Sat Oct 22 10:18:50 2016 (r424458) @@ -1,5 +1,5 @@ -TIMESTAMP = 1472337452 -SHA256 (mpv-player-mpv-v0.20.0_GH0.tar.gz) = fe6ec9d2ded5ce84b963f54b812d579d04f944f4a737f3ae639c4d5d9e842b56 -SIZE (mpv-player-mpv-v0.20.0_GH0.tar.gz) = 2775740 -SHA256 (waf-project-waf-waf-1.9.3_GH0.tar.gz) = 278b25d60be6690cfddc0b589384e1810cdce284a235aee1999b7fe7c2441d63 -SIZE (waf-project-waf-waf-1.9.3_GH0.tar.gz) = 629866 +TIMESTAMP = 1477004847 +SHA256 (mpv-player-mpv-v0.21.0_GH0.tar.gz) = d05f8ece859c500ef1649cdfea911ec1529df1898b8fda3e217766dc28dc9bd3 +SIZE (mpv-player-mpv-v0.21.0_GH0.tar.gz) = 2812584 +SHA256 (waf-project-waf-waf-1.8.19_GH0.tar.gz) = 4d9000e19aa279e997aaf744336cd055864bd4e10062578a957f541d6c761a40 +SIZE (waf-project-waf-waf-1.8.19_GH0.tar.gz) = 1390391 Modified: head/multimedia/mpv/pkg-plist ============================================================================== --- head/multimedia/mpv/pkg-plist Sat Oct 22 09:54:11 2016 (r424457) +++ head/multimedia/mpv/pkg-plist Sat Oct 22 10:18:50 2016 (r424458) @@ -6,7 +6,7 @@ include/mpv/qthelper.hpp include/mpv/stream_cb.h lib/libmpv.so lib/libmpv.so.1 -lib/libmpv.so.1.22.0 +lib/libmpv.so.1.23.0 libdata/pkgconfig/mpv.pc man/man1/mpv.1.gz share/applications/mpv.desktop From owner-svn-ports-all@freebsd.org Sat Oct 22 10:24:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86DF9C1D5A1; Sat, 22 Oct 2016 10:24:08 +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 61A4FEDF; Sat, 22 Oct 2016 10:24:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MAO7Li073983; Sat, 22 Oct 2016 10:24:07 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MAO7VD073979; Sat, 22 Oct 2016 10:24:07 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610221024.u9MAO7VD073979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 22 Oct 2016 10:24:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424459 - in head/www/erlang-hackney: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 10:24:08 -0000 Author: olgeni Date: Sat Oct 22 10:24:06 2016 New Revision: 424459 URL: https://svnweb.freebsd.org/changeset/ports/424459 Log: Update www/erlang-hackney to version 1.6.2. Modified: head/www/erlang-hackney/Makefile head/www/erlang-hackney/distinfo head/www/erlang-hackney/files/patch-rebar.config head/www/erlang-hackney/pkg-plist Modified: head/www/erlang-hackney/Makefile ============================================================================== --- head/www/erlang-hackney/Makefile Sat Oct 22 10:18:50 2016 (r424458) +++ head/www/erlang-hackney/Makefile Sat Oct 22 10:24:06 2016 (r424459) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hackney -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= www PKGNAMEPREFIX= erlang- Modified: head/www/erlang-hackney/distinfo ============================================================================== --- head/www/erlang-hackney/distinfo Sat Oct 22 10:18:50 2016 (r424458) +++ head/www/erlang-hackney/distinfo Sat Oct 22 10:24:06 2016 (r424459) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468193621 -SHA256 (benoitc-hackney-1.6.1_GH0.tar.gz) = f527e42b220bea245bc77f9947cf6507ce77c89b0a75a56df4bd9d0c8232545b -SIZE (benoitc-hackney-1.6.1_GH0.tar.gz) = 110352 +TIMESTAMP = 1477130432 +SHA256 (benoitc-hackney-1.6.2_GH0.tar.gz) = b73a3588ff733b07eeb246e8a6c3150d8924904a17354ef0bded85380707c1b8 +SIZE (benoitc-hackney-1.6.2_GH0.tar.gz) = 111566 Modified: head/www/erlang-hackney/files/patch-rebar.config ============================================================================== --- head/www/erlang-hackney/files/patch-rebar.config Sat Oct 22 10:18:50 2016 (r424458) +++ head/www/erlang-hackney/files/patch-rebar.config Sat Oct 22 10:24:06 2016 (r424459) @@ -1,4 +1,4 @@ ---- rebar.config.orig 2016-03-28 13:13:31 UTC +--- rebar.config.orig 2016-10-22 10:13:17 UTC +++ rebar.config @@ -14,11 +14,6 @@ {post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}. @@ -6,9 +6,9 @@ {deps, [ - {idna, "1.2.0"}, - {mimerl, "1.0.2"}, -- {certifi, "0.4.0"}, +- {certifi, "0.7.0"}, - {metrics, "1.0.1"}, -- {ssl_verify_fun, "1.1.0"} +- {ssl_verify_fun, "1.1.1"} ]}. {profiles, [{docs, [{deps, Modified: head/www/erlang-hackney/pkg-plist ============================================================================== --- head/www/erlang-hackney/pkg-plist Sat Oct 22 10:18:50 2016 (r424458) +++ head/www/erlang-hackney/pkg-plist Sat Oct 22 10:24:06 2016 (r424459) @@ -1,53 +1,55 @@ -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.app -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_app.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_bstr.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_connect.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_cookie.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_date.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_headers.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_http.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_http_connect.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_http.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_local_tcp.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_manager.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_multipart.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_pool.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_pool_handler.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_pool.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_request.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_response.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_socks5.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_ssl_transport.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_ssl.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_stream.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_sup.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_tcp_transport.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_tcp.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_trace.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_url.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_util.beam -lib/erlang/lib/hackney-%%VERSION%%/include/hackney.hrl +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.app +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.beam lib/erlang/lib/hackney-%%VERSION%%/include/hackney_lib.hrl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney.app.src -lib/erlang/lib/hackney-%%VERSION%%/src/hackney.erl +lib/erlang/lib/hackney-%%VERSION%%/include/hackney.hrl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_app.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_bstr.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_cookie.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_date.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_headers.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_http.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_http_connect.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_http.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_internal.hrl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_local_tcp.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_manager.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_methods.hrl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_multipart.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_pool.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_pool_handler.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_pool.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_request.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_response.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_socks5.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_ssl_transport.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_ssl.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_stream.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_sup.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_tcp_transport.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_tcp.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_trace.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_url.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_util.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney.app.src +lib/erlang/lib/hackney-%%VERSION%%/src/hackney.erl %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Sat Oct 22 10:26:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1229C1D5FF; Sat, 22 Oct 2016 10:26:34 +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 92D8AFE8; Sat, 22 Oct 2016 10:26: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 u9MAQXPq074202; Sat, 22 Oct 2016 10:26:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MAQXBF074200; Sat, 22 Oct 2016 10:26:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610221026.u9MAQXBF074200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 22 Oct 2016 10:26:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424460 - head/devel/erlang-gpb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 10:26:34 -0000 Author: olgeni Date: Sat Oct 22 10:26:33 2016 New Revision: 424460 URL: https://svnweb.freebsd.org/changeset/ports/424460 Log: Update devel/erlang-gpb to version 3.26.4. Modified: head/devel/erlang-gpb/Makefile head/devel/erlang-gpb/distinfo Modified: head/devel/erlang-gpb/Makefile ============================================================================== --- head/devel/erlang-gpb/Makefile Sat Oct 22 10:24:06 2016 (r424459) +++ head/devel/erlang-gpb/Makefile Sat Oct 22 10:26:33 2016 (r424460) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gpb -PORTVERSION= 3.26.3 +PORTVERSION= 3.26.4 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-gpb/distinfo ============================================================================== --- head/devel/erlang-gpb/distinfo Sat Oct 22 10:24:06 2016 (r424459) +++ head/devel/erlang-gpb/distinfo Sat Oct 22 10:26:33 2016 (r424460) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475741619 -SHA256 (tomas-abrahamsson-gpb-3.26.3_GH0.tar.gz) = 44ea9d0f6de5879018d84034a3ff74b5e6558dfb195fb70ca6cc32a3d2a7a0b6 -SIZE (tomas-abrahamsson-gpb-3.26.3_GH0.tar.gz) = 350812 +TIMESTAMP = 1477131883 +SHA256 (tomas-abrahamsson-gpb-3.26.4_GH0.tar.gz) = 7c2c98d1cf25e3a0a4d3242e2fbbe4ed82ccb7f71c1a87d654ef9523b3dc355d +SIZE (tomas-abrahamsson-gpb-3.26.4_GH0.tar.gz) = 352136 From owner-svn-ports-all@freebsd.org Sat Oct 22 10:37:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61303C1D885; Sat, 22 Oct 2016 10:37:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17DC979F; Sat, 22 Oct 2016 10:37:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MAb6tD078180; Sat, 22 Oct 2016 10:37:06 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MAb5W6078176; Sat, 22 Oct 2016 10:37:05 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610221037.u9MAb5W6078176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 22 Oct 2016 10:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424461 - in head/databases/erlang-couchbeam: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 10:37:07 -0000 Author: olgeni Date: Sat Oct 22 10:37:05 2016 New Revision: 424461 URL: https://svnweb.freebsd.org/changeset/ports/424461 Log: Update databases/erlang-couchbeam to version 1.4.0. Modified: head/databases/erlang-couchbeam/Makefile head/databases/erlang-couchbeam/distinfo head/databases/erlang-couchbeam/files/patch-rebar.config head/databases/erlang-couchbeam/files/patch-rebar.config.script Modified: head/databases/erlang-couchbeam/Makefile ============================================================================== --- head/databases/erlang-couchbeam/Makefile Sat Oct 22 10:26:33 2016 (r424460) +++ head/databases/erlang-couchbeam/Makefile Sat Oct 22 10:37:05 2016 (r424461) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= couchbeam -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.0 CATEGORIES= databases PKGNAMEPREFIX= erlang- Modified: head/databases/erlang-couchbeam/distinfo ============================================================================== --- head/databases/erlang-couchbeam/distinfo Sat Oct 22 10:26:33 2016 (r424460) +++ head/databases/erlang-couchbeam/distinfo Sat Oct 22 10:37:05 2016 (r424461) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468242792 -SHA256 (benoitc-couchbeam-1.3.1_GH0.tar.gz) = 33f694d3c28025a5e7f2367b802405fbfb620e83dd24db59c993f873cf6e2c34 -SIZE (benoitc-couchbeam-1.3.1_GH0.tar.gz) = 1110729 +TIMESTAMP = 1477132023 +SHA256 (benoitc-couchbeam-1.4.0_GH0.tar.gz) = bedaac1ab832cd6f2bd757cc250ede43732c979e332500362dd3e5c140f37d8a +SIZE (benoitc-couchbeam-1.4.0_GH0.tar.gz) = 1110511 Modified: head/databases/erlang-couchbeam/files/patch-rebar.config ============================================================================== --- head/databases/erlang-couchbeam/files/patch-rebar.config Sat Oct 22 10:26:33 2016 (r424460) +++ head/databases/erlang-couchbeam/files/patch-rebar.config Sat Oct 22 10:37:05 2016 (r424461) @@ -1,11 +1,11 @@ ---- rebar.config.orig 2016-07-01 12:20:31 UTC +--- rebar.config.orig 2016-10-22 10:34:25 UTC +++ rebar.config @@ -3,8 +3,6 @@ {erl_opts, [debug_info]}. {deps, [ - {jsx, "2.8.0"}, -- {hackney, "1.6.0"} +- {hackney, "1.6.2"} ]}. Modified: head/databases/erlang-couchbeam/files/patch-rebar.config.script ============================================================================== --- head/databases/erlang-couchbeam/files/patch-rebar.config.script Sat Oct 22 10:26:33 2016 (r424460) +++ head/databases/erlang-couchbeam/files/patch-rebar.config.script Sat Oct 22 10:37:05 2016 (r424461) @@ -8,7 +8,7 @@ - {tag,"2.8.0"}}}, - - {hackney, ".*", {git, "https://github.com/benoitc/hackney.git", -- {tag, "1.4.4"}}} +- {tag, "1.6.2"}}} ], case IsRebar3 of From owner-svn-ports-all@freebsd.org Sat Oct 22 10:38:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25A0CC1D8C5; Sat, 22 Oct 2016 10:38:41 +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 E81FC8BD; Sat, 22 Oct 2016 10:38:40 +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 u9MAceeB078339; Sat, 22 Oct 2016 10:38:40 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MAcdOa078336; Sat, 22 Oct 2016 10:38:39 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610221038.u9MAcdOa078336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 22 Oct 2016 10:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424462 - head/devel/elixir-apex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 10:38:41 -0000 Author: olgeni Date: Sat Oct 22 10:38:39 2016 New Revision: 424462 URL: https://svnweb.freebsd.org/changeset/ports/424462 Log: Update devel/elixir-apex to version 0.6.0. Modified: head/devel/elixir-apex/Makefile head/devel/elixir-apex/distinfo Modified: head/devel/elixir-apex/Makefile ============================================================================== --- head/devel/elixir-apex/Makefile Sat Oct 22 10:37:05 2016 (r424461) +++ head/devel/elixir-apex/Makefile Sat Oct 22 10:38:39 2016 (r424462) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= apex -PORTVERSION= 0.5.2 +PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-apex/distinfo ============================================================================== --- head/devel/elixir-apex/distinfo Sat Oct 22 10:37:05 2016 (r424461) +++ head/devel/elixir-apex/distinfo Sat Oct 22 10:38:39 2016 (r424462) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472024708 -SHA256 (BjRo-apex-v0.5.2_GH0.tar.gz) = ce03d082990fb84f17afa6dbaa3ab462ce1808f96422678e5ed6757ab7bd4dd1 -SIZE (BjRo-apex-v0.5.2_GH0.tar.gz) = 6405 +TIMESTAMP = 1477132657 +SHA256 (BjRo-apex-v0.6.0_GH0.tar.gz) = 81edaf6c26d1dde49d7e6b01ea08b3f15e863395e88977f0806e1315ac61fcef +SIZE (BjRo-apex-v0.6.0_GH0.tar.gz) = 7441 From owner-svn-ports-all@freebsd.org Sat Oct 22 10:48:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D3EEC1DBBB; Sat, 22 Oct 2016 10:48:37 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3521D46; Sat, 22 Oct 2016 10:48:36 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MAmZ0G082216; Sat, 22 Oct 2016 10:48:35 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MAmZ9P082213; Sat, 22 Oct 2016 10:48:35 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201610221048.u9MAmZ9P082213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 22 Oct 2016 10:48:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424463 - head/emulators/i386-wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 10:48:37 -0000 Author: dbn Date: Sat Oct 22 10:48:35 2016 New Revision: 424463 URL: https://svnweb.freebsd.org/changeset/ports/424463 Log: emulators/i386-wine-devel: update to 1.9.21. Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-devel/distinfo head/emulators/i386-wine-devel/pkg-plist Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Sat Oct 22 10:38:39 2016 (r424462) +++ head/emulators/i386-wine-devel/Makefile.inc Sat Oct 22 10:48:35 2016 (r424463) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 1.9.20 +PORTVERSION= 1.9.21 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ Modified: head/emulators/i386-wine-devel/distinfo ============================================================================== --- head/emulators/i386-wine-devel/distinfo Sat Oct 22 10:38:39 2016 (r424462) +++ head/emulators/i386-wine-devel/distinfo Sat Oct 22 10:48:35 2016 (r424463) @@ -1,17 +1,17 @@ -TIMESTAMP = 1476248215 -SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.20,1.txz) = 49e39cc84c9e2c71bde36bba0234a8c2d2e0f2b59babad43f1fe8a3ee23b7c95 -SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.20,1.txz) = 40987200 -SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.20,1.txz) = 572b779894858a8ead649b91989622139dec85af8a91ae107292bc74944cb1ec -SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.20,1.txz) = 43752112 -SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.20,1.txz) = 556cea64eec6632cf749750f29b87f855f74592447327ca1c4bb9b6b51404ce5 -SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.20,1.txz) = 40904232 -SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.20,1.txz) = 785a2939e8c03ddfb8f70f60dda9bf9a6be78e3486255ee86f56a0d8ea8c8369 -SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.20,1.txz) = 43681308 -SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.20,1.txz) = c00da080985fe2c5e0c39e70bbdf04d2814d04955b8d2882aafb2109f90c5e89 -SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.20,1.txz) = 40428724 -SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.20,1.txz) = aac6b545a913b962cda684ef917d4392f994edd6ce3c9e80911b6c6297d66b95 -SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.20,1.txz) = 43199160 -SHA256 (freebsd:12:x86:64/i386-wine-devel-1.9.20,1.txz) = cbd8c90ed260d13e2756be8ca346ddd98ff23e0dd89fef014696bc6ba04180e9 -SIZE (freebsd:12:x86:64/i386-wine-devel-1.9.20,1.txz) = 40431392 -SHA256 (freebsd:12:x86:64/i386-wine-staging-1.9.20,1.txz) = c3979384a60420cbbd0d8f3865ce53de6528be3193c66e8f9515dae3b08ced28 -SIZE (freebsd:12:x86:64/i386-wine-staging-1.9.20,1.txz) = 43220772 +TIMESTAMP = 1477115778 +SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.21,1.txz) = e6f5107f4d898e6aeb47e0f43af9931fe99ca20682443eeadaf309e9cc924b3d +SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.21,1.txz) = 41017952 +SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.21,1.txz) = 67b9307ccae255e5167db2fadb9098969b97c8c435c3ed349bf0cb0fdd2c8cb5 +SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.21,1.txz) = 43790704 +SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.21,1.txz) = 7368b52f79e7ccf9d5ebdeee350ae62bd2b7eadff29b4abfa2289adad693fad9 +SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.21,1.txz) = 40936132 +SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.21,1.txz) = 643e2a7e66ec4def6177d3fcab02cbdf6937074e7a78d4e8007b40f3d87ce79d +SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.21,1.txz) = 43730968 +SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.21,1.txz) = b53f13d5be3b54355e395bcf98859b4c31a00f5a6d62540d2bc52a73c8244e50 +SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.21,1.txz) = 40466236 +SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.21,1.txz) = 9c589f8d07d5184333babf0d7653fdc7ebd83182aa4becc124bd657ddf609f57 +SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.21,1.txz) = 43232580 +SHA256 (freebsd:12:x86:64/i386-wine-devel-1.9.21,1.txz) = a8ace02dec1b3cfd08880d44b5d33c76178b3f1c597aa240a495b7dd7eb22f84 +SIZE (freebsd:12:x86:64/i386-wine-devel-1.9.21,1.txz) = 40448668 +SHA256 (freebsd:12:x86:64/i386-wine-staging-1.9.21,1.txz) = bc8a0ad748a096bc64e4373beb9a5c6b71ca3e7f08fa6581337cef39b4059276 +SIZE (freebsd:12:x86:64/i386-wine-staging-1.9.21,1.txz) = 43240880 Modified: head/emulators/i386-wine-devel/pkg-plist ============================================================================== --- head/emulators/i386-wine-devel/pkg-plist Sat Oct 22 10:38:39 2016 (r424462) +++ head/emulators/i386-wine-devel/pkg-plist Sat Oct 22 10:48:35 2016 (r424463) @@ -2162,6 +2162,7 @@ lib32/wine/fakedlls/stdole32.tlb lib32/wine/fakedlls/sti.dll lib32/wine/fakedlls/storage.dll16 lib32/wine/fakedlls/stress.dll16 +lib32/wine/fakedlls/subst.exe lib32/wine/fakedlls/svchost.exe lib32/wine/fakedlls/svrapi.dll lib32/wine/fakedlls/sxs.dll @@ -2241,6 +2242,7 @@ lib32/wine/fakedlls/wined3d.dll lib32/wine/fakedlls/winedbg.exe lib32/wine/fakedlls/winedevice.exe lib32/wine/fakedlls/winefile.exe +lib32/wine/fakedlls/winehid.sys lib32/wine/fakedlls/winemapi.dll lib32/wine/fakedlls/winemenubuilder.exe lib32/wine/fakedlls/winemine.exe @@ -2775,6 +2777,7 @@ lib32/wine/stdole32.tlb.so lib32/wine/sti.dll.so lib32/wine/storage.dll16.so lib32/wine/stress.dll16.so +lib32/wine/subst.exe.so lib32/wine/svchost.exe.so lib32/wine/svrapi.dll.so lib32/wine/sxs.dll.so @@ -2854,6 +2857,7 @@ lib32/wine/wined3d.dll.so lib32/wine/winedbg.exe.so lib32/wine/winedevice.exe.so lib32/wine/winefile.exe.so +lib32/wine/winehid.sys.so lib32/wine/winemapi.dll.so lib32/wine/winemenubuilder.exe.so lib32/wine/winemine.exe.so From owner-svn-ports-all@freebsd.org Sat Oct 22 10:55:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27045C1DDA5; Sat, 22 Oct 2016 10:55:55 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 021E413A; Sat, 22 Oct 2016 10:55:54 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MAtsSX086116; Sat, 22 Oct 2016 10:55:54 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MAtrCp086113; Sat, 22 Oct 2016 10:55:53 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610221055.u9MAtrCp086113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 22 Oct 2016 10:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424464 - in head/devel/py-simplejson: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 10:55:55 -0000 Author: koobs Date: Sat Oct 22 10:55:53 2016 New Revision: 424464 URL: https://svnweb.freebsd.org/changeset/ports/424464 Log: devel/py-simplejson: Update to 3.9.0 - Update PORTVERSION and distinfo checksum (3.9.0) - Add USES=python comment about specific versions supported - Add LICENSE_FILE - Patch setup.py to run tests properly using test_suite - Update test target to use PYDISTUTILS_SETUP (not PYSETUP) https://github.com/simplejson/simplejson/blob/v3.9.0/CHANGES.txt Reported by: portscout Approved by: python (maintainer, with hat) Added: head/devel/py-simplejson/files/ head/devel/py-simplejson/files/patch-setup.py (contents, props changed) Modified: head/devel/py-simplejson/Makefile head/devel/py-simplejson/distinfo Modified: head/devel/py-simplejson/Makefile ============================================================================== --- head/devel/py-simplejson/Makefile Sat Oct 22 10:48:35 2016 (r424463) +++ head/devel/py-simplejson/Makefile Sat Oct 22 10:55:53 2016 (r424464) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= simplejson -PORTVERSION= 3.8.2 +PORTVERSION= 3.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,9 @@ COMMENT= Simple, fast, extensible JSON e # dual-licensed under MIT and Academic Free License version 2.1 LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +# 2.5-2.7,3.3+ USES= python USE_PYTHON= autoplist distutils @@ -20,6 +22,6 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/simplejson/_speedups.so do-test: - cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYSETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/devel/py-simplejson/distinfo ============================================================================== --- head/devel/py-simplejson/distinfo Sat Oct 22 10:48:35 2016 (r424463) +++ head/devel/py-simplejson/distinfo Sat Oct 22 10:55:53 2016 (r424464) @@ -1,2 +1,3 @@ -SHA256 (simplejson-3.8.2.tar.gz) = d58439c548433adcda98e695be53e526ba940a4b9c44fb9a05d92cd495cdd47f -SIZE (simplejson-3.8.2.tar.gz) = 76578 +TIMESTAMP = 1477131606 +SHA256 (simplejson-3.9.0.tar.gz) = e9abeee37424f4bfcd27d001d943582fb8c729ffc0b74b72bd0e9b626ed0d1b6 +SIZE (simplejson-3.9.0.tar.gz) = 77211 Added: head/devel/py-simplejson/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-simplejson/files/patch-setup.py Sat Oct 22 10:55:53 2016 (r424464) @@ -0,0 +1,37 @@ +--- setup.py.orig 2016-10-21 07:55:07 UTC ++++ setup.py +@@ -64,25 +64,8 @@ class ve_build_ext(build_ext): + raise BuildFailed() + + +-class TestCommand(Command): +- user_options = [] +- +- def initialize_options(self): +- pass +- +- def finalize_options(self): +- pass +- +- def run(self): +- import sys, subprocess +- raise SystemExit( +- subprocess.call([sys.executable, +- # Turn on deprecation warnings +- '-Wd', +- 'simplejson/tests/__init__.py'])) +- + def run_setup(with_binary): +- cmdclass = dict(test=TestCommand) ++ cmdclass = dict() + if with_binary: + kw = dict( + ext_modules = [ +@@ -105,6 +88,7 @@ def run_setup(with_binary): + license="MIT License", + packages=['simplejson', 'simplejson.tests'], + platforms=['any'], ++ test_suite='simplejson.tests', + **kw) + + try: From owner-svn-ports-all@freebsd.org Sat Oct 22 11:24:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED357C1C5B8; Sat, 22 Oct 2016 11:24:22 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD969E82; Sat, 22 Oct 2016 11:24:22 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MBOLkb097559; Sat, 22 Oct 2016 11:24:21 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MBOLBR097555; Sat, 22 Oct 2016 11:24:21 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201610221124.u9MBOLBR097555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 22 Oct 2016 11:24:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424465 - head/devel/opencl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 11:24:23 -0000 Author: kwm Date: Sat Oct 22 11:24:21 2016 New Revision: 424465 URL: https://svnweb.freebsd.org/changeset/ports/424465 Log: Update opencl (headers) to 2.1. * Use github macro's for fetching sources instead of manualy fetching. * Switch to a pkg-plist PR: 212362 Submitted by: maintainer (original patch), kwm@ and swills@ (updated versions) Approved by: maintainer timeout (for updated versions) Added: head/devel/opencl/pkg-plist (contents, props changed) Modified: head/devel/opencl/Makefile head/devel/opencl/distinfo head/devel/opencl/pkg-descr Modified: head/devel/opencl/Makefile ============================================================================== --- head/devel/opencl/Makefile Sat Oct 22 10:55:53 2016 (r424464) +++ head/devel/opencl/Makefile Sat Oct 22 11:24:21 2016 (r424465) @@ -2,40 +2,40 @@ # $FreeBSD$ PORTNAME= opencl -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= devel -MASTER_SITES= http://www.khronos.org/registry/cl/api/${PORTVERSION}/ -DISTFILES= opencl.h cl_platform.h cl.h cl_ext.h cl_dx9_media_sharing.h \ - cl_d3d10.h cl_d3d11.h cl_gl.h cl_gl_ext.h cl.hpp -DIST_SUBDIR= ${PORTNAME} -EXTRACT_ONLY= MAINTAINER= ohartman@zedat.fu-berlin.de -COMMENT= Open Computing Language (OpenCL) specifications V2.0 (header files) +COMMENT= Open Computing Language (OpenCL) specifications V2.1 (header files) LICENSE= unknown LICENSE_NAME= BSD-esque license agreement LICENSE_TEXT= License is included in each of the header files of this port LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -CONFLICTS= opencl-1.[0-1] +CONFLICTS= opencl-1.[0-2] -NO_BUILD= yes +USE_GITHUB= yes +GH_ACCOUNT= KhronosGroup +GH_PROJECT= OpenCL-Headers:DEFAULT OpenCL-CLHPP:clhpp +GH_TAGNAME= ${HEADER_TAG}:DEFAULT ${CLHPP_TAG}:clhpp + +# the header releases don't have tags yet, so use git commit for now +HEADER_TAG= 2d06e09 +CLHPP_TAG= v2.0.10 -.for f in ${DISTFILES} -PLIST_FILES+=include/CL/$f -.endfor - -pre-patch: - @${MKDIR} ${WRKSRC} -.for f in ${DISTFILES} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$f ${WRKSRC}/ -.endfor +USES= python:build +NO_CONFIGURE= yes + +do-build: + @cd ${WRKSRC_clhpp} && ${PYTHON_CMD} gen_cl_hpp.py do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/include/CL -.for f in ${DISTFILES} - ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${PREFIX}/include/CL -.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/include/CL + ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/CL + ${INSTALL_DATA} ${WRKSRC_clhpp}/cl.hpp \ + ${STAGEDIR}${PREFIX}/include/CL/cl.hpp + ${INSTALL_DATA} ${WRKSRC_clhpp}/input_cl2.hpp \ + ${STAGEDIR}${PREFIX}/include/CL/cl2.hpp .include Modified: head/devel/opencl/distinfo ============================================================================== --- head/devel/opencl/distinfo Sat Oct 22 10:55:53 2016 (r424464) +++ head/devel/opencl/distinfo Sat Oct 22 11:24:21 2016 (r424465) @@ -1,20 +1,5 @@ -SHA256 (opencl/opencl.h) = fceb7e76d81159caab6308a05ff05d18fbd84718eff4263473ecd148c458987c -SIZE (opencl/opencl.h) = 1754 -SHA256 (opencl/cl_platform.h) = 042877b8091bfeeb489018505ce36c37cd3295e691856461b1c0a8fbb6b2cc21 -SIZE (opencl/cl_platform.h) = 42192 -SHA256 (opencl/cl.h) = 5c39e93d4492cd3005ae806a91b7dd3cad28f4e69036208be21e37f8a4395717 -SIZE (opencl/cl.h) = 70803 -SHA256 (opencl/cl_ext.h) = be1ff04c63b678383828ab1e69ecf3bec54eec4cf4ae33e210b4a16eff47d809 -SIZE (opencl/cl_ext.h) = 14002 -SHA256 (opencl/cl_dx9_media_sharing.h) = 41968538b82523ef8fb642a1a4da20a6262ce0448f71541db080f8ccc03971b6 -SIZE (opencl/cl_dx9_media_sharing.h) = 5181 -SHA256 (opencl/cl_d3d10.h) = 14b00ef68a2d7f471c7ef5b4576bc103888da70fc525b263b49ff7fff150e188 -SIZE (opencl/cl_d3d10.h) = 4883 -SHA256 (opencl/cl_d3d11.h) = 707709a73b6b43b96c55e813efb2d655efcc82eb103da4b8aea191231df7e1fd -SIZE (opencl/cl_d3d11.h) = 4877 -SHA256 (opencl/cl_gl.h) = 40375d991f4e847c94ad56c6c14400e3e7d72620117b49636518a96d57f30647 -SIZE (opencl/cl_gl.h) = 7346 -SHA256 (opencl/cl_gl_ext.h) = dccb3b45e53bfe0219bb48e6dbe9591bbe6a090a8b0d93a3b8580f526abc4616 -SIZE (opencl/cl_gl_ext.h) = 2630 -SHA256 (opencl/cl.hpp) = eeacf0fefc51d618dda67d52e2bbff7dc9a67e90bc38166b3fad26d44800013a -SIZE (opencl/cl.hpp) = 915453 +TIMESTAMP = 1477133498 +SHA256 (KhronosGroup-OpenCL-Headers-2.1-2d06e09_GH0.tar.gz) = 6e5d2fc99809fd963ac2ce3648e79fa7997262741992b7a4ccd923f8d1194f6f +SIZE (KhronosGroup-OpenCL-Headers-2.1-2d06e09_GH0.tar.gz) = 30745 +SHA256 (KhronosGroup-OpenCL-CLHPP-v2.0.10_GH0.tar.gz) = fa27456295c3fa534ce824eb0314190a8b3ebd3ba4d93a0b1270fc65bf378f2b +SIZE (KhronosGroup-OpenCL-CLHPP-v2.0.10_GH0.tar.gz) = 129954 Modified: head/devel/opencl/pkg-descr ============================================================================== --- head/devel/opencl/pkg-descr Sat Oct 22 10:55:53 2016 (r424464) +++ head/devel/opencl/pkg-descr Sat Oct 22 11:24:21 2016 (r424465) @@ -3,4 +3,4 @@ for general purpose parallel programming other processors, giving software developers portable and efficient access to the power of these heterogeneous processing platforms. -This is OpenCL 2.0 +These header are covering OpenCL API 2.1 Added: head/devel/opencl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/opencl/pkg-plist Sat Oct 22 11:24:21 2016 (r424465) @@ -0,0 +1,15 @@ +include/CL/cl.h +include/CL/cl.hpp +include/CL/cl2.hpp +include/CL/cl_d3d10.h +include/CL/cl_d3d11.h +include/CL/cl_dx9_media_sharing.h +include/CL/cl_dx9_media_sharing_intel.h +include/CL/cl_egl.h +include/CL/cl_ext.h +include/CL/cl_ext_intel.h +include/CL/cl_gl.h +include/CL/cl_gl_ext.h +include/CL/cl_platform.h +include/CL/cl_va_api_media_sharing_intel.h +include/CL/opencl.h From owner-svn-ports-all@freebsd.org Sat Oct 22 11:47:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E11D2C1CEC0; Sat, 22 Oct 2016 11:47:00 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C650C98; Sat, 22 Oct 2016 11:47:00 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MBkxe7005414; Sat, 22 Oct 2016 11:46:59 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MBkxcR005411; Sat, 22 Oct 2016 11:46:59 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610221146.u9MBkxcR005411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 22 Oct 2016 11:46:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424466 - head/emulators/linux_base-c6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 11:47:01 -0000 Author: tijl Date: Sat Oct 22 11:46:59 2016 New Revision: 424466 URL: https://svnweb.freebsd.org/changeset/ports/424466 Log: Update grep to 2.20-5.el6_8 and use SRC_SUFX. PR: 213264 Submitted by: pkubaj@anongoth.pl Modified: head/emulators/linux_base-c6/Makefile head/emulators/linux_base-c6/distinfo.i386 head/emulators/linux_base-c6/distinfo.x86_64 Modified: head/emulators/linux_base-c6/Makefile ============================================================================== --- head/emulators/linux_base-c6/Makefile Sat Oct 22 11:24:21 2016 (r424465) +++ head/emulators/linux_base-c6/Makefile Sat Oct 22 11:46:59 2016 (r424466) @@ -3,7 +3,7 @@ PORTNAME= c6 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- @@ -20,7 +20,7 @@ BIN_DISTFILES= basesystem-10.0-4.el6.noa elfutils-0.164-2.el6${EXTRACT_SUFX} \ findutils-4.4.2-9.el6${EXTRACT_SUFX} \ glibc-common-2.12-1.192.el6${EXTRACT_SUFX} \ - grep-2.20-3.el6_7.1${EXTRACT_SUFX} \ + grep-2.20-5.el6_8${EXTRACT_SUFX} \ info-4.13a-8.el6${EXTRACT_SUFX} \ keyutils-1.4-5.el6${EXTRACT_SUFX} \ less-436-13.el6${EXTRACT_SUFX} \ @@ -62,49 +62,49 @@ LIB_DISTFILES= bzip2-libs-1.0.5-7.el6_0$ slang-2.2.1-1.el6${EXTRACT_SUFX} \ util-linux-ng-2.17.2-12.24.el6${EXTRACT_SUFX} \ zlib-1.2.3-29.el6${EXTRACT_SUFX} -SRC_DISTFILES= acl-2.2.49-6.el6.src.rpm:SOURCE \ - attr-2.4.44-7.el6.src.rpm:SOURCE \ - basesystem-10.0-4.el6.src.rpm:SOURCE \ - bash-4.1.2-40.el6.src.rpm:SOURCE \ - bzip2-1.0.5-7.el6_0.src.rpm:SOURCE \ - centos-release-6-8.el6.centos.12.3.src.rpm:SOURCE \ - compat-db-4.6.21-15.el6.src.rpm:SOURCE \ - compat-gcc-296-2.96-144.el6.src.rpm:SOURCE \ - compat-gcc-32-3.2.3-69.el6.src.rpm:SOURCE \ - coreutils-8.4-43.el6.src.rpm:SOURCE \ - db4-4.7.25-20.el6_7.src.rpm:SOURCE \ - e2fsprogs-1.41.12-22.el6.src.rpm:SOURCE \ - elfutils-0.164-2.el6.src.rpm:SOURCE \ - filesystem-2.4.30-3.el6.src.rpm:SOURCE \ - findutils-4.4.2-9.el6.src.rpm:SOURCE \ - freetype-2.3.11-17.el6.src.rpm:SOURCE \ - gamin-0.1.10-9.el6.src.rpm:SOURCE \ - gcc-4.4.7-17.el6.src.rpm:SOURCE \ - gdbm-1.8.0-39.el6.src.rpm:SOURCE \ - glib2-2.28.8-5.el6.src.rpm:SOURCE \ - glibc-2.12-1.192.el6.src.rpm:SOURCE \ - gmp-4.3.1-10.el6.src.rpm:SOURCE \ - grep-2.20-3.el6_7.1.src.rpm:SOURCE \ - keyutils-1.4-5.el6.src.rpm:SOURCE \ - krb5-1.10.3-57.el6.src.rpm:SOURCE \ - less-436-13.el6.src.rpm:SOURCE \ - libcap-2.16-5.5.el6.src.rpm:SOURCE \ - libidn-1.18-2.el6.src.rpm:SOURCE \ - libselinux-2.0.94-7.el6.src.rpm:SOURCE \ - libsepol-2.0.41-4.el6.src.rpm:SOURCE \ - ncurses-5.7-4.20090207.el6.src.rpm:SOURCE \ - pcre-7.8-7.el6.src.rpm:SOURCE \ - popt-1.13-7.el6.src.rpm:SOURCE \ - readline-6.0-4.el6.src.rpm:SOURCE \ - redhat-lsb-4.0-7.el6.centos.src.rpm:SOURCE \ - sed-4.2.1-10.el6.src.rpm:SOURCE \ - setserial-2.17-25.el6.src.rpm:SOURCE \ - setup-2.8.14-20.el6_4.1.src.rpm:SOURCE \ - slang-2.2.1-1.el6.src.rpm:SOURCE \ - texinfo-4.13a-8.el6.src.rpm:SOURCE \ - util-linux-ng-2.17.2-12.24.el6.src.rpm:SOURCE \ - which-2.19-6.el6.src.rpm:SOURCE \ - zlib-1.2.3-29.el6.src.rpm:SOURCE +SRC_DISTFILES= acl-2.2.49-6.el6${SRC_SUFX}:SOURCE \ + attr-2.4.44-7.el6${SRC_SUFX}:SOURCE \ + basesystem-10.0-4.el6${SRC_SUFX}:SOURCE \ + bash-4.1.2-40.el6${SRC_SUFX}:SOURCE \ + bzip2-1.0.5-7.el6_0${SRC_SUFX}:SOURCE \ + centos-release-6-8.el6.centos.12.3${SRC_SUFX}:SOURCE \ + compat-db-4.6.21-15.el6${SRC_SUFX}:SOURCE \ + compat-gcc-296-2.96-144.el6${SRC_SUFX}:SOURCE \ + compat-gcc-32-3.2.3-69.el6${SRC_SUFX}:SOURCE \ + coreutils-8.4-43.el6${SRC_SUFX}:SOURCE \ + db4-4.7.25-20.el6_7${SRC_SUFX}:SOURCE \ + e2fsprogs-1.41.12-22.el6${SRC_SUFX}:SOURCE \ + elfutils-0.164-2.el6${SRC_SUFX}:SOURCE \ + filesystem-2.4.30-3.el6${SRC_SUFX}:SOURCE \ + findutils-4.4.2-9.el6${SRC_SUFX}:SOURCE \ + freetype-2.3.11-17.el6${SRC_SUFX}:SOURCE \ + gamin-0.1.10-9.el6${SRC_SUFX}:SOURCE \ + gcc-4.4.7-17.el6${SRC_SUFX}:SOURCE \ + gdbm-1.8.0-39.el6${SRC_SUFX}:SOURCE \ + glib2-2.28.8-5.el6${SRC_SUFX}:SOURCE \ + glibc-2.12-1.192.el6${SRC_SUFX}:SOURCE \ + gmp-4.3.1-10.el6${SRC_SUFX}:SOURCE \ + grep-2.20-5.el6_8${SRC_SUFX}:SOURCE \ + keyutils-1.4-5.el6${SRC_SUFX}:SOURCE \ + krb5-1.10.3-57.el6${SRC_SUFX}:SOURCE \ + less-436-13.el6${SRC_SUFX}:SOURCE \ + libcap-2.16-5.5.el6${SRC_SUFX}:SOURCE \ + libidn-1.18-2.el6${SRC_SUFX}:SOURCE \ + libselinux-2.0.94-7.el6${SRC_SUFX}:SOURCE \ + libsepol-2.0.41-4.el6${SRC_SUFX}:SOURCE \ + ncurses-5.7-4.20090207.el6${SRC_SUFX}:SOURCE \ + pcre-7.8-7.el6${SRC_SUFX}:SOURCE \ + popt-1.13-7.el6${SRC_SUFX}:SOURCE \ + readline-6.0-4.el6${SRC_SUFX}:SOURCE \ + redhat-lsb-4.0-7.el6.centos${SRC_SUFX}:SOURCE \ + sed-4.2.1-10.el6${SRC_SUFX}:SOURCE \ + setserial-2.17-25.el6${SRC_SUFX}:SOURCE \ + setup-2.8.14-20.el6_4.1${SRC_SUFX}:SOURCE \ + slang-2.2.1-1.el6${SRC_SUFX}:SOURCE \ + texinfo-4.13a-8.el6${SRC_SUFX}:SOURCE \ + util-linux-ng-2.17.2-12.24.el6${SRC_SUFX}:SOURCE \ + which-2.19-6.el6${SRC_SUFX}:SOURCE \ + zlib-1.2.3-29.el6${SRC_SUFX}:SOURCE CONFLICTS= linux_base-gentoo* linux_base-f10-[0-9]* linux-glib2-* PLIST_SUB= LINUXBASE=${LINUXBASE} SYSCTLMIB=${SYSCTLMIB} Modified: head/emulators/linux_base-c6/distinfo.i386 ============================================================================== --- head/emulators/linux_base-c6/distinfo.i386 Sat Oct 22 11:24:21 2016 (r424465) +++ head/emulators/linux_base-c6/distinfo.i386 Sat Oct 22 11:46:59 2016 (r424466) @@ -1,44 +1,4 @@ -TIMESTAMP = 1466249756 -SHA256 (rpm/i686/centos/6.8/filesystem-2.4.30-3.el6.i686.rpm) = 28fd3898f5882048a6105a4637fffa17bc0a634c8ff4268a35b870d084212dea -SIZE (rpm/i686/centos/6.8/filesystem-2.4.30-3.el6.i686.rpm) = 1056668 -SHA256 (rpm/i686/centos/6.8/setup-2.8.14-20.el6_4.1.noarch.rpm) = f3baabe199eabf0c11866c1c076f0c6bc01abe0c1cab20aa3348cd8e1c967031 -SIZE (rpm/i686/centos/6.8/setup-2.8.14-20.el6_4.1.noarch.rpm) = 154440 -SHA256 (rpm/i686/centos/6.8/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e -SIZE (rpm/i686/centos/6.8/basesystem-10.0-4.el6.noarch.rpm) = 4784 -SHA256 (rpm/i686/centos/6.8/bash-4.1.2-40.el6.i686.rpm) = 2b6d593582015dc7df2b58a4719ac372bc8ae1731e741250447d6e5a375cbc0a -SIZE (rpm/i686/centos/6.8/bash-4.1.2-40.el6.i686.rpm) = 911904 -SHA256 (rpm/i686/centos/6.8/bzip2-1.0.5-7.el6_0.i686.rpm) = 37883219612b1ffa199f5a7227fcd165687a24e5c7c291c579647d1563777e47 -SIZE (rpm/i686/centos/6.8/bzip2-1.0.5-7.el6_0.i686.rpm) = 49428 -SHA256 (rpm/i686/centos/6.8/centos-release-6-8.el6.centos.12.3.i686.rpm) = c265b4a617313a4ec790d2e5836713f7d684243fa02296247beae88d3aee12cb -SIZE (rpm/i686/centos/6.8/centos-release-6-8.el6.centos.12.3.i686.rpm) = 22016 -SHA256 (rpm/i686/centos/6.8/coreutils-8.4-43.el6.i686.rpm) = b46e0caf375e61f8cd0ede43727f41de0d706b97c6fe758150fbf5dd5263fcda -SIZE (rpm/i686/centos/6.8/coreutils-8.4-43.el6.i686.rpm) = 3148536 -SHA256 (rpm/i686/centos/6.8/e2fsprogs-1.41.12-22.el6.i686.rpm) = 3690f61f020923fe0b7e41bef986b395f6077325861154cedc0b347c593b5715 -SIZE (rpm/i686/centos/6.8/e2fsprogs-1.41.12-22.el6.i686.rpm) = 567828 -SHA256 (rpm/i686/centos/6.8/elfutils-0.164-2.el6.i686.rpm) = a25bdaa8434ce08ce5697d754b4baf6a384bf1437aeddfd6acdad8bf2d90f32d -SIZE (rpm/i686/centos/6.8/elfutils-0.164-2.el6.i686.rpm) = 261016 -SHA256 (rpm/i686/centos/6.8/findutils-4.4.2-9.el6.i686.rpm) = ed1a7580800b4cb68fd882f39eafe9c4a0d8b2ec9ff6d25358f2f10d9cc35555 -SIZE (rpm/i686/centos/6.8/findutils-4.4.2-9.el6.i686.rpm) = 422896 -SHA256 (rpm/i686/centos/6.8/glibc-common-2.12-1.192.el6.i686.rpm) = 10c3c0d5b0edd2ba12cda98d91c1a6cab2cb848c51b9af7026fa54afa96ce29e -SIZE (rpm/i686/centos/6.8/glibc-common-2.12-1.192.el6.i686.rpm) = 14878804 -SHA256 (rpm/i686/centos/6.8/grep-2.20-3.el6_7.1.i686.rpm) = 30ee73ceb1cfd42756d10c3965b273e7b54c700591334ce46d456cba3bc9f54a -SIZE (rpm/i686/centos/6.8/grep-2.20-3.el6_7.1.i686.rpm) = 350704 -SHA256 (rpm/i686/centos/6.8/info-4.13a-8.el6.i686.rpm) = 544b65b829fd4f8195dc131e773296f922bc218c756ec6d8e143ae0715f830b1 -SIZE (rpm/i686/centos/6.8/info-4.13a-8.el6.i686.rpm) = 176524 -SHA256 (rpm/i686/centos/6.8/keyutils-1.4-5.el6.i686.rpm) = 49fd3f0f5dbdf9ada34151f129e36e3e9ef7cd048711b85a918dce6e217b31a0 -SIZE (rpm/i686/centos/6.8/keyutils-1.4-5.el6.i686.rpm) = 39356 -SHA256 (rpm/i686/centos/6.8/less-436-13.el6.i686.rpm) = ac7bc80bcad24e573be8441a3854b71caa93efcdcc5ba20e42348a636db9af57 -SIZE (rpm/i686/centos/6.8/less-436-13.el6.i686.rpm) = 110324 -SHA256 (rpm/i686/centos/6.8/ncurses-5.7-4.20090207.el6.i686.rpm) = 5d7449100c2c23593fbaf7bf5048b8e8d19295e4adb4ebc0c366b8e572cd1142 -SIZE (rpm/i686/centos/6.8/ncurses-5.7-4.20090207.el6.i686.rpm) = 274852 -SHA256 (rpm/i686/centos/6.8/sed-4.2.1-10.el6.i686.rpm) = 34b309a83fc5e61d299e42e5c076f736302be6c94acc3dd0554f05ee69494241 -SIZE (rpm/i686/centos/6.8/sed-4.2.1-10.el6.i686.rpm) = 219480 -SHA256 (rpm/i686/centos/6.8/setserial-2.17-25.el6.i686.rpm) = c3537e6d2122f43674413742fcba524beb4dc9778efc7d25515f120dde79ba70 -SIZE (rpm/i686/centos/6.8/setserial-2.17-25.el6.i686.rpm) = 23568 -SHA256 (rpm/i686/centos/6.8/which-2.19-6.el6.i686.rpm) = 3b7b2af92a3868f69b0d7e24db09ecbcf20d48b64d96778fedf3e0462982ad81 -SIZE (rpm/i686/centos/6.8/which-2.19-6.el6.i686.rpm) = 38852 -SHA256 (rpm/i686/centos/6.8/compat-libstdc++-296-2.96-144.el6.i686.rpm) = a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 -SIZE (rpm/i686/centos/6.8/compat-libstdc++-296-2.96-144.el6.i686.rpm) = 78832 +TIMESTAMP = 1477131165 SHA256 (rpm/i686/centos/6.8/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = d3424f4610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 SIZE (rpm/i686/centos/6.8/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = 37204 SHA256 (rpm/i686/centos/6.8/compat-db43-4.3.29-15.el6.i686.rpm) = 202767fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a @@ -103,28 +63,72 @@ SHA256 (rpm/i686/centos/6.8/util-linux-n SIZE (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6.i686.rpm) = 1654980 SHA256 (rpm/i686/centos/6.8/zlib-1.2.3-29.el6.i686.rpm) = 1e40dce8a497f740b22d2035a76a92a34885613652c4b33262f04e2d12a00caa SIZE (rpm/i686/centos/6.8/zlib-1.2.3-29.el6.i686.rpm) = 74284 +SHA256 (rpm/i686/centos/6.8/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e +SIZE (rpm/i686/centos/6.8/basesystem-10.0-4.el6.noarch.rpm) = 4784 +SHA256 (rpm/i686/centos/6.8/bash-4.1.2-40.el6.i686.rpm) = 2b6d593582015dc7df2b58a4719ac372bc8ae1731e741250447d6e5a375cbc0a +SIZE (rpm/i686/centos/6.8/bash-4.1.2-40.el6.i686.rpm) = 911904 +SHA256 (rpm/i686/centos/6.8/bzip2-1.0.5-7.el6_0.i686.rpm) = 37883219612b1ffa199f5a7227fcd165687a24e5c7c291c579647d1563777e47 +SIZE (rpm/i686/centos/6.8/bzip2-1.0.5-7.el6_0.i686.rpm) = 49428 +SHA256 (rpm/i686/centos/6.8/centos-release-6-8.el6.centos.12.3.i686.rpm) = c265b4a617313a4ec790d2e5836713f7d684243fa02296247beae88d3aee12cb +SIZE (rpm/i686/centos/6.8/centos-release-6-8.el6.centos.12.3.i686.rpm) = 22016 +SHA256 (rpm/i686/centos/6.8/compat-libstdc++-296-2.96-144.el6.i686.rpm) = a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 +SIZE (rpm/i686/centos/6.8/compat-libstdc++-296-2.96-144.el6.i686.rpm) = 78832 +SHA256 (rpm/i686/centos/6.8/coreutils-8.4-43.el6.i686.rpm) = b46e0caf375e61f8cd0ede43727f41de0d706b97c6fe758150fbf5dd5263fcda +SIZE (rpm/i686/centos/6.8/coreutils-8.4-43.el6.i686.rpm) = 3148536 +SHA256 (rpm/i686/centos/6.8/e2fsprogs-1.41.12-22.el6.i686.rpm) = 3690f61f020923fe0b7e41bef986b395f6077325861154cedc0b347c593b5715 +SIZE (rpm/i686/centos/6.8/e2fsprogs-1.41.12-22.el6.i686.rpm) = 567828 +SHA256 (rpm/i686/centos/6.8/elfutils-0.164-2.el6.i686.rpm) = a25bdaa8434ce08ce5697d754b4baf6a384bf1437aeddfd6acdad8bf2d90f32d +SIZE (rpm/i686/centos/6.8/elfutils-0.164-2.el6.i686.rpm) = 261016 +SHA256 (rpm/i686/centos/6.8/findutils-4.4.2-9.el6.i686.rpm) = ed1a7580800b4cb68fd882f39eafe9c4a0d8b2ec9ff6d25358f2f10d9cc35555 +SIZE (rpm/i686/centos/6.8/findutils-4.4.2-9.el6.i686.rpm) = 422896 +SHA256 (rpm/i686/centos/6.8/glibc-common-2.12-1.192.el6.i686.rpm) = 10c3c0d5b0edd2ba12cda98d91c1a6cab2cb848c51b9af7026fa54afa96ce29e +SIZE (rpm/i686/centos/6.8/glibc-common-2.12-1.192.el6.i686.rpm) = 14878804 +SHA256 (rpm/i686/centos/6.8/grep-2.20-5.el6_8.i686.rpm) = 9de318caeb23e20b2fbde7e439ce5ae3f399609ee34dcbbe9ab46bef1308f7ec +SIZE (rpm/i686/centos/6.8/grep-2.20-5.el6_8.i686.rpm) = 350948 +SHA256 (rpm/i686/centos/6.8/info-4.13a-8.el6.i686.rpm) = 544b65b829fd4f8195dc131e773296f922bc218c756ec6d8e143ae0715f830b1 +SIZE (rpm/i686/centos/6.8/info-4.13a-8.el6.i686.rpm) = 176524 +SHA256 (rpm/i686/centos/6.8/keyutils-1.4-5.el6.i686.rpm) = 49fd3f0f5dbdf9ada34151f129e36e3e9ef7cd048711b85a918dce6e217b31a0 +SIZE (rpm/i686/centos/6.8/keyutils-1.4-5.el6.i686.rpm) = 39356 +SHA256 (rpm/i686/centos/6.8/less-436-13.el6.i686.rpm) = ac7bc80bcad24e573be8441a3854b71caa93efcdcc5ba20e42348a636db9af57 +SIZE (rpm/i686/centos/6.8/less-436-13.el6.i686.rpm) = 110324 +SHA256 (rpm/i686/centos/6.8/ncurses-5.7-4.20090207.el6.i686.rpm) = 5d7449100c2c23593fbaf7bf5048b8e8d19295e4adb4ebc0c366b8e572cd1142 +SIZE (rpm/i686/centos/6.8/ncurses-5.7-4.20090207.el6.i686.rpm) = 274852 +SHA256 (rpm/i686/centos/6.8/sed-4.2.1-10.el6.i686.rpm) = 34b309a83fc5e61d299e42e5c076f736302be6c94acc3dd0554f05ee69494241 +SIZE (rpm/i686/centos/6.8/sed-4.2.1-10.el6.i686.rpm) = 219480 +SHA256 (rpm/i686/centos/6.8/setserial-2.17-25.el6.i686.rpm) = c3537e6d2122f43674413742fcba524beb4dc9778efc7d25515f120dde79ba70 +SIZE (rpm/i686/centos/6.8/setserial-2.17-25.el6.i686.rpm) = 23568 +SHA256 (rpm/i686/centos/6.8/setup-2.8.14-20.el6_4.1.noarch.rpm) = f3baabe199eabf0c11866c1c076f0c6bc01abe0c1cab20aa3348cd8e1c967031 +SIZE (rpm/i686/centos/6.8/setup-2.8.14-20.el6_4.1.noarch.rpm) = 154440 +SHA256 (rpm/i686/centos/6.8/which-2.19-6.el6.i686.rpm) = 3b7b2af92a3868f69b0d7e24db09ecbcf20d48b64d96778fedf3e0462982ad81 +SIZE (rpm/i686/centos/6.8/which-2.19-6.el6.i686.rpm) = 38852 +SHA256 (rpm/i686/centos/6.8/filesystem-2.4.30-3.el6.i686.rpm) = 28fd3898f5882048a6105a4637fffa17bc0a634c8ff4268a35b870d084212dea +SIZE (rpm/i686/centos/6.8/filesystem-2.4.30-3.el6.i686.rpm) = 1056668 +SHA256 (rpm/i686/centos/6.8/acl-2.2.49-6.el6.src.rpm) = f1feabe034da5a12be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d +SIZE (rpm/i686/centos/6.8/acl-2.2.49-6.el6.src.rpm) = 385956 +SHA256 (rpm/i686/centos/6.8/attr-2.4.44-7.el6.src.rpm) = 5f5440619e0109d9f8d913de1100f259296f62a38075bbc8d8608d6988695890 +SIZE (rpm/i686/centos/6.8/attr-2.4.44-7.el6.src.rpm) = 335725 SHA256 (rpm/i686/centos/6.8/basesystem-10.0-4.el6.src.rpm) = 18d3bd0580f40bdc208773f26b424fa1975fad70fae9f179c52337a8f80ade76 SIZE (rpm/i686/centos/6.8/basesystem-10.0-4.el6.src.rpm) = 5949 SHA256 (rpm/i686/centos/6.8/bash-4.1.2-40.el6.src.rpm) = bc4e15073b61079e05e5fb4069df779d8b2f6dd1ae9c13fe8230ef006b90c721 SIZE (rpm/i686/centos/6.8/bash-4.1.2-40.el6.src.rpm) = 6686039 SHA256 (rpm/i686/centos/6.8/bzip2-1.0.5-7.el6_0.src.rpm) = 99a3d6a620f9f427aaeba974ae06234d0a771231730de7e203b97dce1dbf1931 SIZE (rpm/i686/centos/6.8/bzip2-1.0.5-7.el6_0.src.rpm) = 855419 -SHA256 (rpm/i686/centos/6.8/coreutils-8.4-43.el6.src.rpm) = 120438c0ff4d87cb917fb5aecedca88003c7e4a6fb3965ee6423af20333548a6 -SIZE (rpm/i686/centos/6.8/coreutils-8.4-43.el6.src.rpm) = 4656860 +SHA256 (rpm/i686/centos/6.8/centos-release-6-8.el6.centos.12.3.src.rpm) = 30648911e7df859182044b1135a9adc62064e5a3b974091b642da1f950702fe1 +SIZE (rpm/i686/centos/6.8/centos-release-6-8.el6.centos.12.3.src.rpm) = 20943 SHA256 (rpm/i686/centos/6.8/compat-db-4.6.21-15.el6.src.rpm) = d35d08e52defe404712b9d4f2cb6475e05ed170676c090d5e05325c346abcb0f SIZE (rpm/i686/centos/6.8/compat-db-4.6.21-15.el6.src.rpm) = 9862622 SHA256 (rpm/i686/centos/6.8/compat-gcc-296-2.96-144.el6.src.rpm) = a2ad7ba6160eada6a669732187affa35110ac26d0bbd709474e476e4d3892370 SIZE (rpm/i686/centos/6.8/compat-gcc-296-2.96-144.el6.src.rpm) = 13430070 SHA256 (rpm/i686/centos/6.8/compat-gcc-32-3.2.3-69.el6.src.rpm) = 7ff0c6e00ad06876e10cb79fb87cb57b251e6710c63258e6850e990d9ea49917 SIZE (rpm/i686/centos/6.8/compat-gcc-32-3.2.3-69.el6.src.rpm) = 21622433 +SHA256 (rpm/i686/centos/6.8/coreutils-8.4-43.el6.src.rpm) = 120438c0ff4d87cb917fb5aecedca88003c7e4a6fb3965ee6423af20333548a6 +SIZE (rpm/i686/centos/6.8/coreutils-8.4-43.el6.src.rpm) = 4656860 SHA256 (rpm/i686/centos/6.8/db4-4.7.25-20.el6_7.src.rpm) = 656c2bc7a94c9cae8768588123dfd837f0e7d6f4d24a5640759ea24b198653ad SIZE (rpm/i686/centos/6.8/db4-4.7.25-20.el6_7.src.rpm) = 13414534 SHA256 (rpm/i686/centos/6.8/e2fsprogs-1.41.12-22.el6.src.rpm) = eb4509ce21bb38c8734b0b352e940617a675e84cd22841907070487a21b0f6f7 SIZE (rpm/i686/centos/6.8/e2fsprogs-1.41.12-22.el6.src.rpm) = 5553847 SHA256 (rpm/i686/centos/6.8/elfutils-0.164-2.el6.src.rpm) = 9bb190818fd55b4edbc52f561a0aa48cc4d7b85aef49cec18ead53d8a14f704d SIZE (rpm/i686/centos/6.8/elfutils-0.164-2.el6.src.rpm) = 6094351 -SHA256 (rpm/i686/centos/6.8/centos-release-6-8.el6.centos.12.3.src.rpm) = 30648911e7df859182044b1135a9adc62064e5a3b974091b642da1f950702fe1 -SIZE (rpm/i686/centos/6.8/centos-release-6-8.el6.centos.12.3.src.rpm) = 20943 SHA256 (rpm/i686/centos/6.8/filesystem-2.4.30-3.el6.src.rpm) = fa8ab9b1a2f23933d6e2f9e2308601c4ee61dd5829f5edcb094aedee194d02e1 SIZE (rpm/i686/centos/6.8/filesystem-2.4.30-3.el6.src.rpm) = 20457 SHA256 (rpm/i686/centos/6.8/findutils-4.4.2-9.el6.src.rpm) = 8f0afaba4a8461e71ea4001750df754ff6406e5a68e5276c8aae4a36a6a9632c @@ -133,6 +137,8 @@ SHA256 (rpm/i686/centos/6.8/freetype-2.3 SIZE (rpm/i686/centos/6.8/freetype-2.3.11-17.el6.src.rpm) = 1780657 SHA256 (rpm/i686/centos/6.8/gamin-0.1.10-9.el6.src.rpm) = 5115ba7fbb40ab7bb5b1da851bd67121b000889b3a2fd9b6749eb350b75890b3 SIZE (rpm/i686/centos/6.8/gamin-0.1.10-9.el6.src.rpm) = 471128 +SHA256 (rpm/i686/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 4b14f08c109dce1f43fe4956bbb8f0a3ff1e076950ca3e89a75d28a59465217c +SIZE (rpm/i686/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 52394741 SHA256 (rpm/i686/centos/6.8/gdbm-1.8.0-39.el6.src.rpm) = 13bedebe3edf71d6d66a9e6631630cd5d77bc6524324494c5ef471b6262e1fa2 SIZE (rpm/i686/centos/6.8/gdbm-1.8.0-39.el6.src.rpm) = 153252 SHA256 (rpm/i686/centos/6.8/glib2-2.28.8-5.el6.src.rpm) = 22ddc67a03a91144f925b12eeeaf1ff1622e0ba99269251067aa33df818f4e57 @@ -141,24 +147,16 @@ SHA256 (rpm/i686/centos/6.8/glibc-2.12-1 SIZE (rpm/i686/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16733566 SHA256 (rpm/i686/centos/6.8/gmp-4.3.1-10.el6.src.rpm) = e19b42bc2cf8d7d9fa0441611e84b76a4a25e16cfb2fb7f0db3f3601067e3caa SIZE (rpm/i686/centos/6.8/gmp-4.3.1-10.el6.src.rpm) = 1921089 -SHA256 (rpm/i686/centos/6.8/grep-2.20-3.el6_7.1.src.rpm) = b8407de7352dde0186d02acc2ede8da58acfff7a376bfea75a845c7a7498d638 -SIZE (rpm/i686/centos/6.8/grep-2.20-3.el6_7.1.src.rpm) = 1273925 -SHA256 (rpm/i686/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db -SIZE (rpm/i686/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = 1589200 +SHA256 (rpm/i686/centos/6.8/grep-2.20-5.el6_8.src.rpm) = 271f087c964e5c354f114637d4f4defe1ec45f279436538e0190a2220afb791d +SIZE (rpm/i686/centos/6.8/grep-2.20-5.el6_8.src.rpm) = 1274582 SHA256 (rpm/i686/centos/6.8/keyutils-1.4-5.el6.src.rpm) = 4fa4094f280a3eb8e1253476822fe3dbd2d186b5a8d4affc1311cbef0ca54f52 SIZE (rpm/i686/centos/6.8/keyutils-1.4-5.el6.src.rpm) = 56808 SHA256 (rpm/i686/centos/6.8/krb5-1.10.3-57.el6.src.rpm) = 65afc4f495bf879830cad5c170d54c9cb182122f8ee5a63ac4114c22e319146b SIZE (rpm/i686/centos/6.8/krb5-1.10.3-57.el6.src.rpm) = 12118962 SHA256 (rpm/i686/centos/6.8/less-436-13.el6.src.rpm) = 02f5363b8f82f4df9a4d359de686314fae3bf988c57401cac9eea641bbe2e0af SIZE (rpm/i686/centos/6.8/less-436-13.el6.src.rpm) = 331504 -SHA256 (rpm/i686/centos/6.8/acl-2.2.49-6.el6.src.rpm) = f1feabe034da5a12be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d -SIZE (rpm/i686/centos/6.8/acl-2.2.49-6.el6.src.rpm) = 385956 -SHA256 (rpm/i686/centos/6.8/attr-2.4.44-7.el6.src.rpm) = 5f5440619e0109d9f8d913de1100f259296f62a38075bbc8d8608d6988695890 -SIZE (rpm/i686/centos/6.8/attr-2.4.44-7.el6.src.rpm) = 335725 SHA256 (rpm/i686/centos/6.8/libcap-2.16-5.5.el6.src.rpm) = a0eb99aa04952657fc19541dd70ab185dd00594001a90d0ee138925f2bc3ab6a SIZE (rpm/i686/centos/6.8/libcap-2.16-5.5.el6.src.rpm) = 69497 -SHA256 (rpm/i686/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 4b14f08c109dce1f43fe4956bbb8f0a3ff1e076950ca3e89a75d28a59465217c -SIZE (rpm/i686/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 52394741 SHA256 (rpm/i686/centos/6.8/libidn-1.18-2.el6.src.rpm) = a98516bd92453044dd497cce3c05aefe9bf5ec96a04eaf924b765d3038432054 SIZE (rpm/i686/centos/6.8/libidn-1.18-2.el6.src.rpm) = 2959181 SHA256 (rpm/i686/centos/6.8/libselinux-2.0.94-7.el6.src.rpm) = b1ce631cfc5f1bdd032b29349b47ba52ede7b07294041e3c2d12d380095a073a @@ -183,6 +181,8 @@ SHA256 (rpm/i686/centos/6.8/setup-2.8.14 SIZE (rpm/i686/centos/6.8/setup-2.8.14-20.el6_4.1.src.rpm) = 182928 SHA256 (rpm/i686/centos/6.8/slang-2.2.1-1.el6.src.rpm) = 3ab2551b5d7d75a1d28d63fea1c48b9e83a87b8f2ba4cd6bd2c5ecb5dd91eda9 SIZE (rpm/i686/centos/6.8/slang-2.2.1-1.el6.src.rpm) = 1367444 +SHA256 (rpm/i686/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db +SIZE (rpm/i686/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = 1589200 SHA256 (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6.src.rpm) = a51febd17b094a4f4da03f7117af3e5ac8fb5700a0351663835acd783326c8cf SIZE (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6.src.rpm) = 4574175 SHA256 (rpm/i686/centos/6.8/which-2.19-6.el6.src.rpm) = cefa932d168a041d2257085bd2afad13fc719da4bd68d31ef9694371b67135bd Modified: head/emulators/linux_base-c6/distinfo.x86_64 ============================================================================== --- head/emulators/linux_base-c6/distinfo.x86_64 Sat Oct 22 11:24:21 2016 (r424465) +++ head/emulators/linux_base-c6/distinfo.x86_64 Sat Oct 22 11:46:59 2016 (r424466) @@ -1,108 +1,4 @@ -TIMESTAMP = 1466258018 -SHA256 (rpm/x86_64/centos/6.8/filesystem-2.4.30-3.el6.x86_64.rpm) = 150f03ed50c82c50c80ae4b0754a5a5f3a858d97d140721d9f31bf9ef191f880 -SIZE (rpm/x86_64/centos/6.8/filesystem-2.4.30-3.el6.x86_64.rpm) = 1057228 -SHA256 (rpm/x86_64/centos/6.8/setup-2.8.14-20.el6_4.1.noarch.rpm) = f3baabe199eabf0c11866c1c076f0c6bc01abe0c1cab20aa3348cd8e1c967031 -SIZE (rpm/x86_64/centos/6.8/setup-2.8.14-20.el6_4.1.noarch.rpm) = 154440 -SHA256 (rpm/x86_64/centos/6.8/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e -SIZE (rpm/x86_64/centos/6.8/basesystem-10.0-4.el6.noarch.rpm) = 4784 -SHA256 (rpm/x86_64/centos/6.8/bash-4.1.2-40.el6.x86_64.rpm) = 124d9a256115353d93fbab96cf0cbbd16606af407fa17469f6b9fd784182a7b9 -SIZE (rpm/x86_64/centos/6.8/bash-4.1.2-40.el6.x86_64.rpm) = 930724 -SHA256 (rpm/x86_64/centos/6.8/bzip2-1.0.5-7.el6_0.x86_64.rpm) = e179e17b35407c2e6725a6ee230bbf51531f6ed788e1b8c4ac1e9ee859463648 -SIZE (rpm/x86_64/centos/6.8/bzip2-1.0.5-7.el6_0.x86_64.rpm) = 49724 -SHA256 (rpm/x86_64/centos/6.8/centos-release-6-8.el6.centos.12.3.x86_64.rpm) = e7ef25f95c7778f8e779e2a426b8afe2bc5a17ed1381fcd1d8ca677c54dc3edd -SIZE (rpm/x86_64/centos/6.8/centos-release-6-8.el6.centos.12.3.x86_64.rpm) = 21976 -SHA256 (rpm/x86_64/centos/6.8/coreutils-8.4-43.el6.x86_64.rpm) = ac4db14782aeb25439e068663f340f0b099ce9daf8d64073e4f869cdeefa339d -SIZE (rpm/x86_64/centos/6.8/coreutils-8.4-43.el6.x86_64.rpm) = 3186184 -SHA256 (rpm/x86_64/centos/6.8/e2fsprogs-1.41.12-22.el6.x86_64.rpm) = 7d0e9722e0aaa07d4771e681e5c12abab9235f99432dbfb790a057e9ae7692e5 -SIZE (rpm/x86_64/centos/6.8/e2fsprogs-1.41.12-22.el6.x86_64.rpm) = 566896 -SHA256 (rpm/x86_64/centos/6.8/elfutils-0.164-2.el6.x86_64.rpm) = e033e3626fbdfcc7230eeb8e8bcce0c71ddaa2d14e858136105698cfcf3db4df -SIZE (rpm/x86_64/centos/6.8/elfutils-0.164-2.el6.x86_64.rpm) = 245876 -SHA256 (rpm/x86_64/centos/6.8/findutils-4.4.2-9.el6.x86_64.rpm) = fbbb4d9e91b0a7cac328167d09a3591d9ee50e990d86da45bee99f8020a03db3 -SIZE (rpm/x86_64/centos/6.8/findutils-4.4.2-9.el6.x86_64.rpm) = 458216 -SHA256 (rpm/x86_64/centos/6.8/glibc-common-2.12-1.192.el6.x86_64.rpm) = d8d95b904a2cd7bccd6e63c74571a8a11f8513b82cc85019141475c9456d705d -SIZE (rpm/x86_64/centos/6.8/glibc-common-2.12-1.192.el6.x86_64.rpm) = 14890772 -SHA256 (rpm/x86_64/centos/6.8/grep-2.20-3.el6_7.1.x86_64.rpm) = 5d5dd440313f0b778c947bfc8febddfb36d72d94ca24b90af77775000e63e672 -SIZE (rpm/x86_64/centos/6.8/grep-2.20-3.el6_7.1.x86_64.rpm) = 352760 -SHA256 (rpm/x86_64/centos/6.8/info-4.13a-8.el6.x86_64.rpm) = 15f7b80e6a468a4d933fc607a6bf76485a9c249d3b2a252d027ce5c40e697eac -SIZE (rpm/x86_64/centos/6.8/info-4.13a-8.el6.x86_64.rpm) = 181876 -SHA256 (rpm/x86_64/centos/6.8/keyutils-1.4-5.el6.x86_64.rpm) = aa8417be37fa6fd3f52cda08bd04376b5701d9837ef8a34b33a9f8ef79c0e243 -SIZE (rpm/x86_64/centos/6.8/keyutils-1.4-5.el6.x86_64.rpm) = 40152 -SHA256 (rpm/x86_64/centos/6.8/less-436-13.el6.x86_64.rpm) = 7bf9bb5d1143cadddd6390215d9aa9477d367f3e0c09ac3bd5da3af846215522 -SIZE (rpm/x86_64/centos/6.8/less-436-13.el6.x86_64.rpm) = 110220 -SHA256 (rpm/x86_64/centos/6.8/ncurses-5.7-4.20090207.el6.x86_64.rpm) = a4cd0365f3fe8240e5b081597458888ebe42fbe88d0c86e87f5b48b718ca402b -SIZE (rpm/x86_64/centos/6.8/ncurses-5.7-4.20090207.el6.x86_64.rpm) = 273996 -SHA256 (rpm/x86_64/centos/6.8/sed-4.2.1-10.el6.x86_64.rpm) = 4ef0cd3b93d6cef57037aaf858f61810da69cc2f905a4da1cadc5e641a5c4b7f -SIZE (rpm/x86_64/centos/6.8/sed-4.2.1-10.el6.x86_64.rpm) = 221004 -SHA256 (rpm/x86_64/centos/6.8/setserial-2.17-25.el6.x86_64.rpm) = f28996685437d9caa76c35b67da2e72d48f38326bac198f1211a328abf9d04b1 -SIZE (rpm/x86_64/centos/6.8/setserial-2.17-25.el6.x86_64.rpm) = 23868 -SHA256 (rpm/x86_64/centos/6.8/which-2.19-6.el6.x86_64.rpm) = 279da7e844149005d729b0a46b9be0b266777fb7c2bd72b815ac8f4d09b61878 -SIZE (rpm/x86_64/centos/6.8/which-2.19-6.el6.x86_64.rpm) = 39340 -SHA256 (rpm/x86_64/centos/6.8/compat-libstdc++-296-2.96-144.el6.i686.rpm) = a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 -SIZE (rpm/x86_64/centos/6.8/compat-libstdc++-296-2.96-144.el6.i686.rpm) = 78832 -SHA256 (rpm/x86_64/centos/6.8/bzip2-libs-1.0.5-7.el6_0.x86_64.rpm) = b2695bdc5a3119873c2580ca96b972b932c96b553ae98778461ef82204233a4a -SIZE (rpm/x86_64/centos/6.8/bzip2-libs-1.0.5-7.el6_0.x86_64.rpm) = 37368 -SHA256 (rpm/x86_64/centos/6.8/compat-db43-4.3.29-15.el6.x86_64.rpm) = c852d0b0bb4769226fbb5f5295fd6bfd758bb30470c8621d6beb2624c5cffe8e -SIZE (rpm/x86_64/centos/6.8/compat-db43-4.3.29-15.el6.x86_64.rpm) = 894824 -SHA256 (rpm/x86_64/centos/6.8/compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm) = 41ea0fec16c0ca62722a32b7ffd70bb716beec8b6dd32b57f076be02a5aee00c -SIZE (rpm/x86_64/centos/6.8/compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm) = 187476 -SHA256 (rpm/x86_64/centos/6.8/db4-4.7.25-20.el6_7.x86_64.rpm) = 7410c7cd0242c8cd55abeee10e67826a866e3be53b7d0e4f44c9437861097d19 -SIZE (rpm/x86_64/centos/6.8/db4-4.7.25-20.el6_7.x86_64.rpm) = 576640 -SHA256 (rpm/x86_64/centos/6.8/e2fsprogs-libs-1.41.12-22.el6.x86_64.rpm) = cddd17f8fe98eb2e501ebf0d0d72d754fe22a509953bcb8f10b1963fbe646909 -SIZE (rpm/x86_64/centos/6.8/e2fsprogs-libs-1.41.12-22.el6.x86_64.rpm) = 123932 -SHA256 (rpm/x86_64/centos/6.8/freetype-2.3.11-17.el6.x86_64.rpm) = a4f680e25073d307608ab245d87eb982646957892d68628736e5f1a00c2ee8c3 -SIZE (rpm/x86_64/centos/6.8/freetype-2.3.11-17.el6.x86_64.rpm) = 369584 -SHA256 (rpm/x86_64/centos/6.8/gamin-0.1.10-9.el6.x86_64.rpm) = 9632fe00e669183fa1b1dfc7ef9c0bcd792d53239cb05e9861b5a47951fe145a -SIZE (rpm/x86_64/centos/6.8/gamin-0.1.10-9.el6.x86_64.rpm) = 125008 -SHA256 (rpm/x86_64/centos/6.8/gdbm-1.8.0-39.el6.x86_64.rpm) = 3a7f8c2304d6459e81cfb19638d15267b38277f61350f4d064c20a73ab2dadd9 -SIZE (rpm/x86_64/centos/6.8/gdbm-1.8.0-39.el6.x86_64.rpm) = 29860 -SHA256 (rpm/x86_64/centos/6.8/glib2-2.28.8-5.el6.x86_64.rpm) = 2d33008386dee0dc21037762e9cef0233b5943769138392e1b5d5b74520ab8ea -SIZE (rpm/x86_64/centos/6.8/glib2-2.28.8-5.el6.x86_64.rpm) = 1753256 -SHA256 (rpm/x86_64/centos/6.8/glibc-2.12-1.192.el6.x86_64.rpm) = 8b31a3a8caaed84982d0b012def8749e57fce7c77188aaeb2f2c1fdfcf4c9fec -SIZE (rpm/x86_64/centos/6.8/glibc-2.12-1.192.el6.x86_64.rpm) = 4003400 -SHA256 (rpm/x86_64/centos/6.8/gmp-4.3.1-10.el6.x86_64.rpm) = 3d5a2dc02edf022763176b76921f3fbd28d56772ded108b5c96bbc86dd6e7268 -SIZE (rpm/x86_64/centos/6.8/gmp-4.3.1-10.el6.x86_64.rpm) = 211684 -SHA256 (rpm/x86_64/centos/6.8/keyutils-libs-1.4-5.el6.x86_64.rpm) = d2baa3ca6959fd7000da0c06266daf01665ab661f263101d2ed4f5903c8e8a86 -SIZE (rpm/x86_64/centos/6.8/keyutils-libs-1.4-5.el6.x86_64.rpm) = 20684 -SHA256 (rpm/x86_64/centos/6.8/krb5-libs-1.10.3-57.el6.x86_64.rpm) = b0b396df9f36a729023c4152d397cc038435154144c28136f28a354055d76979 -SIZE (rpm/x86_64/centos/6.8/krb5-libs-1.10.3-57.el6.x86_64.rpm) = 788956 -SHA256 (rpm/x86_64/centos/6.8/libacl-2.2.49-6.el6.x86_64.rpm) = 2323e63de3fdeb2297c7473eb6a7d9afcb9de96b49d619939b5522d34ae07888 -SIZE (rpm/x86_64/centos/6.8/libacl-2.2.49-6.el6.x86_64.rpm) = 24008 -SHA256 (rpm/x86_64/centos/6.8/libattr-2.4.44-7.el6.x86_64.rpm) = 030c511f3aafa5096775faf6f5dc0dd836eee0addde3e48d985bb4f3e69a72df -SIZE (rpm/x86_64/centos/6.8/libattr-2.4.44-7.el6.x86_64.rpm) = 15636 -SHA256 (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6.x86_64.rpm) = 09b0fc2bc8f72aef75789e331e38e2b8829bea236e3c00aeca6b629ed608f5df -SIZE (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6.x86_64.rpm) = 120216 -SHA256 (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.x86_64.rpm) = 1687ca7a8af3356851f5257bbdb7a0b16674f18a4d79b4bce605c6b76b0ea0a5 -SIZE (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.x86_64.rpm) = 32448 -SHA256 (rpm/x86_64/centos/6.8/libcom_err-1.41.12-22.el6.x86_64.rpm) = bb3343444f858985d65a6fc9629cbd37f4e14acb6a97dbf6f5a127a20e62aeb7 -SIZE (rpm/x86_64/centos/6.8/libcom_err-1.41.12-22.el6.x86_64.rpm) = 38280 -SHA256 (rpm/x86_64/centos/6.8/libgcc-4.4.7-17.el6.x86_64.rpm) = c20138f90b6ec3f0c3b5668b367cfd4279d09f7bc110e105853492062daa37a9 -SIZE (rpm/x86_64/centos/6.8/libgcc-4.4.7-17.el6.x86_64.rpm) = 105608 -SHA256 (rpm/x86_64/centos/6.8/libidn-1.18-2.el6.x86_64.rpm) = b4f610e5afe2ef452ed665d9e6f43d22f63744fe9d5c6ea00370c2455546bc91 -SIZE (rpm/x86_64/centos/6.8/libidn-1.18-2.el6.x86_64.rpm) = 210376 -SHA256 (rpm/x86_64/centos/6.8/libselinux-2.0.94-7.el6.x86_64.rpm) = e7a34a5deb2a708631fec7b759f5a3c4a81046ac3a48f34080f01eee18e8b130 -SIZE (rpm/x86_64/centos/6.8/libselinux-2.0.94-7.el6.x86_64.rpm) = 111508 -SHA256 (rpm/x86_64/centos/6.8/libsepol-2.0.41-4.el6.x86_64.rpm) = b8210da453e53ebdc14e06e1b11426c76e3ea203dce67cea2965f5fbc9e039d8 -SIZE (rpm/x86_64/centos/6.8/libsepol-2.0.41-4.el6.x86_64.rpm) = 131216 -SHA256 (rpm/x86_64/centos/6.8/libstdc++-4.4.7-17.el6.x86_64.rpm) = 3bad0d053bb365c73b3080d75fd9e42a283ced935dd75ec006d111403428197f -SIZE (rpm/x86_64/centos/6.8/libstdc++-4.4.7-17.el6.x86_64.rpm) = 302388 -SHA256 (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6.x86_64.rpm) = 2e757d4a9a9299a4b4c6ac716f33305c436ddad84bbc115ab63107a27faf5c6e -SIZE (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6.x86_64.rpm) = 72128 -SHA256 (rpm/x86_64/centos/6.8/ncurses-libs-5.7-4.20090207.el6.x86_64.rpm) = 88b5174e139c595569787ebe4750fefdfc5e047657f13df0c87b8316ff6cf956 -SIZE (rpm/x86_64/centos/6.8/ncurses-libs-5.7-4.20090207.el6.x86_64.rpm) = 250916 -SHA256 (rpm/x86_64/centos/6.8/pcre-7.8-7.el6.x86_64.rpm) = 6e099492eb691f0e869c02a7352530ec6a8d0056c1aadcde3613cc1f8e24e52c -SIZE (rpm/x86_64/centos/6.8/pcre-7.8-7.el6.x86_64.rpm) = 200564 -SHA256 (rpm/x86_64/centos/6.8/popt-1.13-7.el6.x86_64.rpm) = eb36a886f5f2b9f5ab7999b2b90c4ec416f0b8a151817874d8e2fc8f5a6a757f -SIZE (rpm/x86_64/centos/6.8/popt-1.13-7.el6.x86_64.rpm) = 39604 -SHA256 (rpm/x86_64/centos/6.8/readline-6.0-4.el6.x86_64.rpm) = d777c89f34b0cba68d1dd6fb57a4f06a60de02dcfa0dd0c8e5e2255a51b145cd -SIZE (rpm/x86_64/centos/6.8/readline-6.0-4.el6.x86_64.rpm) = 182628 -SHA256 (rpm/x86_64/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.x86_64.rpm) = 697c45997daaeace47528a010c8071027e27c2820104ea6f2805ef84325c6077 -SIZE (rpm/x86_64/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.x86_64.rpm) = 26016 -SHA256 (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.x86_64.rpm) = 32188b2dbe1f7d1e460f85416c067a53a816757df2c84d39abc07936ce6c5376 -SIZE (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.x86_64.rpm) = 484172 -SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.x86_64.rpm) = aba396e7b62608d9d2e473494462082f3bdc74d8b88e4bad359c34c8b7bfc1ad -SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.x86_64.rpm) = 1650068 -SHA256 (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.x86_64.rpm) = c5b040d38b550da4c75aba719c0b9d6c6936158b2d58ac10a99adc76a68a6302 -SIZE (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.x86_64.rpm) = 74568 +TIMESTAMP = 1477134208 SHA256 (rpm/x86_64/centos/6.8/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = d3424f4610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 SIZE (rpm/x86_64/centos/6.8/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = 37204 SHA256 (rpm/x86_64/centos/6.8/compat-db43-4.3.29-15.el6.i686.rpm) = 202767fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a @@ -167,28 +63,136 @@ SHA256 (rpm/x86_64/centos/6.8/util-linux SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.i686.rpm) = 1654980 SHA256 (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.i686.rpm) = 1e40dce8a497f740b22d2035a76a92a34885613652c4b33262f04e2d12a00caa SIZE (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.i686.rpm) = 74284 +SHA256 (rpm/x86_64/centos/6.8/bzip2-libs-1.0.5-7.el6_0.x86_64.rpm) = b2695bdc5a3119873c2580ca96b972b932c96b553ae98778461ef82204233a4a +SIZE (rpm/x86_64/centos/6.8/bzip2-libs-1.0.5-7.el6_0.x86_64.rpm) = 37368 +SHA256 (rpm/x86_64/centos/6.8/compat-db43-4.3.29-15.el6.x86_64.rpm) = c852d0b0bb4769226fbb5f5295fd6bfd758bb30470c8621d6beb2624c5cffe8e +SIZE (rpm/x86_64/centos/6.8/compat-db43-4.3.29-15.el6.x86_64.rpm) = 894824 +SHA256 (rpm/x86_64/centos/6.8/compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm) = 41ea0fec16c0ca62722a32b7ffd70bb716beec8b6dd32b57f076be02a5aee00c +SIZE (rpm/x86_64/centos/6.8/compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm) = 187476 +SHA256 (rpm/x86_64/centos/6.8/db4-4.7.25-20.el6_7.x86_64.rpm) = 7410c7cd0242c8cd55abeee10e67826a866e3be53b7d0e4f44c9437861097d19 +SIZE (rpm/x86_64/centos/6.8/db4-4.7.25-20.el6_7.x86_64.rpm) = 576640 +SHA256 (rpm/x86_64/centos/6.8/e2fsprogs-libs-1.41.12-22.el6.x86_64.rpm) = cddd17f8fe98eb2e501ebf0d0d72d754fe22a509953bcb8f10b1963fbe646909 +SIZE (rpm/x86_64/centos/6.8/e2fsprogs-libs-1.41.12-22.el6.x86_64.rpm) = 123932 +SHA256 (rpm/x86_64/centos/6.8/freetype-2.3.11-17.el6.x86_64.rpm) = a4f680e25073d307608ab245d87eb982646957892d68628736e5f1a00c2ee8c3 +SIZE (rpm/x86_64/centos/6.8/freetype-2.3.11-17.el6.x86_64.rpm) = 369584 +SHA256 (rpm/x86_64/centos/6.8/gamin-0.1.10-9.el6.x86_64.rpm) = 9632fe00e669183fa1b1dfc7ef9c0bcd792d53239cb05e9861b5a47951fe145a +SIZE (rpm/x86_64/centos/6.8/gamin-0.1.10-9.el6.x86_64.rpm) = 125008 +SHA256 (rpm/x86_64/centos/6.8/gdbm-1.8.0-39.el6.x86_64.rpm) = 3a7f8c2304d6459e81cfb19638d15267b38277f61350f4d064c20a73ab2dadd9 +SIZE (rpm/x86_64/centos/6.8/gdbm-1.8.0-39.el6.x86_64.rpm) = 29860 +SHA256 (rpm/x86_64/centos/6.8/glib2-2.28.8-5.el6.x86_64.rpm) = 2d33008386dee0dc21037762e9cef0233b5943769138392e1b5d5b74520ab8ea +SIZE (rpm/x86_64/centos/6.8/glib2-2.28.8-5.el6.x86_64.rpm) = 1753256 +SHA256 (rpm/x86_64/centos/6.8/glibc-2.12-1.192.el6.x86_64.rpm) = 8b31a3a8caaed84982d0b012def8749e57fce7c77188aaeb2f2c1fdfcf4c9fec +SIZE (rpm/x86_64/centos/6.8/glibc-2.12-1.192.el6.x86_64.rpm) = 4003400 +SHA256 (rpm/x86_64/centos/6.8/gmp-4.3.1-10.el6.x86_64.rpm) = 3d5a2dc02edf022763176b76921f3fbd28d56772ded108b5c96bbc86dd6e7268 +SIZE (rpm/x86_64/centos/6.8/gmp-4.3.1-10.el6.x86_64.rpm) = 211684 +SHA256 (rpm/x86_64/centos/6.8/keyutils-libs-1.4-5.el6.x86_64.rpm) = d2baa3ca6959fd7000da0c06266daf01665ab661f263101d2ed4f5903c8e8a86 +SIZE (rpm/x86_64/centos/6.8/keyutils-libs-1.4-5.el6.x86_64.rpm) = 20684 +SHA256 (rpm/x86_64/centos/6.8/krb5-libs-1.10.3-57.el6.x86_64.rpm) = b0b396df9f36a729023c4152d397cc038435154144c28136f28a354055d76979 +SIZE (rpm/x86_64/centos/6.8/krb5-libs-1.10.3-57.el6.x86_64.rpm) = 788956 +SHA256 (rpm/x86_64/centos/6.8/libacl-2.2.49-6.el6.x86_64.rpm) = 2323e63de3fdeb2297c7473eb6a7d9afcb9de96b49d619939b5522d34ae07888 +SIZE (rpm/x86_64/centos/6.8/libacl-2.2.49-6.el6.x86_64.rpm) = 24008 +SHA256 (rpm/x86_64/centos/6.8/libattr-2.4.44-7.el6.x86_64.rpm) = 030c511f3aafa5096775faf6f5dc0dd836eee0addde3e48d985bb4f3e69a72df +SIZE (rpm/x86_64/centos/6.8/libattr-2.4.44-7.el6.x86_64.rpm) = 15636 +SHA256 (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6.x86_64.rpm) = 09b0fc2bc8f72aef75789e331e38e2b8829bea236e3c00aeca6b629ed608f5df +SIZE (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6.x86_64.rpm) = 120216 +SHA256 (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.x86_64.rpm) = 1687ca7a8af3356851f5257bbdb7a0b16674f18a4d79b4bce605c6b76b0ea0a5 +SIZE (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.x86_64.rpm) = 32448 +SHA256 (rpm/x86_64/centos/6.8/libcom_err-1.41.12-22.el6.x86_64.rpm) = bb3343444f858985d65a6fc9629cbd37f4e14acb6a97dbf6f5a127a20e62aeb7 +SIZE (rpm/x86_64/centos/6.8/libcom_err-1.41.12-22.el6.x86_64.rpm) = 38280 +SHA256 (rpm/x86_64/centos/6.8/libgcc-4.4.7-17.el6.x86_64.rpm) = c20138f90b6ec3f0c3b5668b367cfd4279d09f7bc110e105853492062daa37a9 +SIZE (rpm/x86_64/centos/6.8/libgcc-4.4.7-17.el6.x86_64.rpm) = 105608 +SHA256 (rpm/x86_64/centos/6.8/libidn-1.18-2.el6.x86_64.rpm) = b4f610e5afe2ef452ed665d9e6f43d22f63744fe9d5c6ea00370c2455546bc91 +SIZE (rpm/x86_64/centos/6.8/libidn-1.18-2.el6.x86_64.rpm) = 210376 +SHA256 (rpm/x86_64/centos/6.8/libselinux-2.0.94-7.el6.x86_64.rpm) = e7a34a5deb2a708631fec7b759f5a3c4a81046ac3a48f34080f01eee18e8b130 +SIZE (rpm/x86_64/centos/6.8/libselinux-2.0.94-7.el6.x86_64.rpm) = 111508 +SHA256 (rpm/x86_64/centos/6.8/libsepol-2.0.41-4.el6.x86_64.rpm) = b8210da453e53ebdc14e06e1b11426c76e3ea203dce67cea2965f5fbc9e039d8 +SIZE (rpm/x86_64/centos/6.8/libsepol-2.0.41-4.el6.x86_64.rpm) = 131216 +SHA256 (rpm/x86_64/centos/6.8/libstdc++-4.4.7-17.el6.x86_64.rpm) = 3bad0d053bb365c73b3080d75fd9e42a283ced935dd75ec006d111403428197f +SIZE (rpm/x86_64/centos/6.8/libstdc++-4.4.7-17.el6.x86_64.rpm) = 302388 +SHA256 (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6.x86_64.rpm) = 2e757d4a9a9299a4b4c6ac716f33305c436ddad84bbc115ab63107a27faf5c6e +SIZE (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6.x86_64.rpm) = 72128 +SHA256 (rpm/x86_64/centos/6.8/ncurses-libs-5.7-4.20090207.el6.x86_64.rpm) = 88b5174e139c595569787ebe4750fefdfc5e047657f13df0c87b8316ff6cf956 +SIZE (rpm/x86_64/centos/6.8/ncurses-libs-5.7-4.20090207.el6.x86_64.rpm) = 250916 +SHA256 (rpm/x86_64/centos/6.8/pcre-7.8-7.el6.x86_64.rpm) = 6e099492eb691f0e869c02a7352530ec6a8d0056c1aadcde3613cc1f8e24e52c +SIZE (rpm/x86_64/centos/6.8/pcre-7.8-7.el6.x86_64.rpm) = 200564 +SHA256 (rpm/x86_64/centos/6.8/popt-1.13-7.el6.x86_64.rpm) = eb36a886f5f2b9f5ab7999b2b90c4ec416f0b8a151817874d8e2fc8f5a6a757f +SIZE (rpm/x86_64/centos/6.8/popt-1.13-7.el6.x86_64.rpm) = 39604 +SHA256 (rpm/x86_64/centos/6.8/readline-6.0-4.el6.x86_64.rpm) = d777c89f34b0cba68d1dd6fb57a4f06a60de02dcfa0dd0c8e5e2255a51b145cd +SIZE (rpm/x86_64/centos/6.8/readline-6.0-4.el6.x86_64.rpm) = 182628 +SHA256 (rpm/x86_64/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.x86_64.rpm) = 697c45997daaeace47528a010c8071027e27c2820104ea6f2805ef84325c6077 +SIZE (rpm/x86_64/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.x86_64.rpm) = 26016 +SHA256 (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.x86_64.rpm) = 32188b2dbe1f7d1e460f85416c067a53a816757df2c84d39abc07936ce6c5376 +SIZE (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.x86_64.rpm) = 484172 +SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.x86_64.rpm) = aba396e7b62608d9d2e473494462082f3bdc74d8b88e4bad359c34c8b7bfc1ad +SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.x86_64.rpm) = 1650068 +SHA256 (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.x86_64.rpm) = c5b040d38b550da4c75aba719c0b9d6c6936158b2d58ac10a99adc76a68a6302 +SIZE (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.x86_64.rpm) = 74568 +SHA256 (rpm/x86_64/centos/6.8/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e +SIZE (rpm/x86_64/centos/6.8/basesystem-10.0-4.el6.noarch.rpm) = 4784 +SHA256 (rpm/x86_64/centos/6.8/bash-4.1.2-40.el6.x86_64.rpm) = 124d9a256115353d93fbab96cf0cbbd16606af407fa17469f6b9fd784182a7b9 +SIZE (rpm/x86_64/centos/6.8/bash-4.1.2-40.el6.x86_64.rpm) = 930724 +SHA256 (rpm/x86_64/centos/6.8/bzip2-1.0.5-7.el6_0.x86_64.rpm) = e179e17b35407c2e6725a6ee230bbf51531f6ed788e1b8c4ac1e9ee859463648 +SIZE (rpm/x86_64/centos/6.8/bzip2-1.0.5-7.el6_0.x86_64.rpm) = 49724 +SHA256 (rpm/x86_64/centos/6.8/centos-release-6-8.el6.centos.12.3.x86_64.rpm) = e7ef25f95c7778f8e779e2a426b8afe2bc5a17ed1381fcd1d8ca677c54dc3edd +SIZE (rpm/x86_64/centos/6.8/centos-release-6-8.el6.centos.12.3.x86_64.rpm) = 21976 +SHA256 (rpm/x86_64/centos/6.8/compat-libstdc++-296-2.96-144.el6.i686.rpm) = a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 +SIZE (rpm/x86_64/centos/6.8/compat-libstdc++-296-2.96-144.el6.i686.rpm) = 78832 +SHA256 (rpm/x86_64/centos/6.8/coreutils-8.4-43.el6.x86_64.rpm) = ac4db14782aeb25439e068663f340f0b099ce9daf8d64073e4f869cdeefa339d +SIZE (rpm/x86_64/centos/6.8/coreutils-8.4-43.el6.x86_64.rpm) = 3186184 +SHA256 (rpm/x86_64/centos/6.8/e2fsprogs-1.41.12-22.el6.x86_64.rpm) = 7d0e9722e0aaa07d4771e681e5c12abab9235f99432dbfb790a057e9ae7692e5 +SIZE (rpm/x86_64/centos/6.8/e2fsprogs-1.41.12-22.el6.x86_64.rpm) = 566896 +SHA256 (rpm/x86_64/centos/6.8/elfutils-0.164-2.el6.x86_64.rpm) = e033e3626fbdfcc7230eeb8e8bcce0c71ddaa2d14e858136105698cfcf3db4df +SIZE (rpm/x86_64/centos/6.8/elfutils-0.164-2.el6.x86_64.rpm) = 245876 +SHA256 (rpm/x86_64/centos/6.8/findutils-4.4.2-9.el6.x86_64.rpm) = fbbb4d9e91b0a7cac328167d09a3591d9ee50e990d86da45bee99f8020a03db3 +SIZE (rpm/x86_64/centos/6.8/findutils-4.4.2-9.el6.x86_64.rpm) = 458216 +SHA256 (rpm/x86_64/centos/6.8/glibc-common-2.12-1.192.el6.x86_64.rpm) = d8d95b904a2cd7bccd6e63c74571a8a11f8513b82cc85019141475c9456d705d +SIZE (rpm/x86_64/centos/6.8/glibc-common-2.12-1.192.el6.x86_64.rpm) = 14890772 +SHA256 (rpm/x86_64/centos/6.8/grep-2.20-5.el6_8.x86_64.rpm) = 554f14b28ea65f8c0ed529b5f9216f8c9f31109d58afc714ca54a45dc3643372 +SIZE (rpm/x86_64/centos/6.8/grep-2.20-5.el6_8.x86_64.rpm) = 352988 +SHA256 (rpm/x86_64/centos/6.8/info-4.13a-8.el6.x86_64.rpm) = 15f7b80e6a468a4d933fc607a6bf76485a9c249d3b2a252d027ce5c40e697eac +SIZE (rpm/x86_64/centos/6.8/info-4.13a-8.el6.x86_64.rpm) = 181876 +SHA256 (rpm/x86_64/centos/6.8/keyutils-1.4-5.el6.x86_64.rpm) = aa8417be37fa6fd3f52cda08bd04376b5701d9837ef8a34b33a9f8ef79c0e243 +SIZE (rpm/x86_64/centos/6.8/keyutils-1.4-5.el6.x86_64.rpm) = 40152 +SHA256 (rpm/x86_64/centos/6.8/less-436-13.el6.x86_64.rpm) = 7bf9bb5d1143cadddd6390215d9aa9477d367f3e0c09ac3bd5da3af846215522 +SIZE (rpm/x86_64/centos/6.8/less-436-13.el6.x86_64.rpm) = 110220 +SHA256 (rpm/x86_64/centos/6.8/ncurses-5.7-4.20090207.el6.x86_64.rpm) = a4cd0365f3fe8240e5b081597458888ebe42fbe88d0c86e87f5b48b718ca402b +SIZE (rpm/x86_64/centos/6.8/ncurses-5.7-4.20090207.el6.x86_64.rpm) = 273996 +SHA256 (rpm/x86_64/centos/6.8/sed-4.2.1-10.el6.x86_64.rpm) = 4ef0cd3b93d6cef57037aaf858f61810da69cc2f905a4da1cadc5e641a5c4b7f +SIZE (rpm/x86_64/centos/6.8/sed-4.2.1-10.el6.x86_64.rpm) = 221004 +SHA256 (rpm/x86_64/centos/6.8/setserial-2.17-25.el6.x86_64.rpm) = f28996685437d9caa76c35b67da2e72d48f38326bac198f1211a328abf9d04b1 +SIZE (rpm/x86_64/centos/6.8/setserial-2.17-25.el6.x86_64.rpm) = 23868 +SHA256 (rpm/x86_64/centos/6.8/setup-2.8.14-20.el6_4.1.noarch.rpm) = f3baabe199eabf0c11866c1c076f0c6bc01abe0c1cab20aa3348cd8e1c967031 +SIZE (rpm/x86_64/centos/6.8/setup-2.8.14-20.el6_4.1.noarch.rpm) = 154440 +SHA256 (rpm/x86_64/centos/6.8/which-2.19-6.el6.x86_64.rpm) = 279da7e844149005d729b0a46b9be0b266777fb7c2bd72b815ac8f4d09b61878 +SIZE (rpm/x86_64/centos/6.8/which-2.19-6.el6.x86_64.rpm) = 39340 +SHA256 (rpm/x86_64/centos/6.8/filesystem-2.4.30-3.el6.x86_64.rpm) = 150f03ed50c82c50c80ae4b0754a5a5f3a858d97d140721d9f31bf9ef191f880 +SIZE (rpm/x86_64/centos/6.8/filesystem-2.4.30-3.el6.x86_64.rpm) = 1057228 +SHA256 (rpm/x86_64/centos/6.8/acl-2.2.49-6.el6.src.rpm) = f1feabe034da5a12be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d +SIZE (rpm/x86_64/centos/6.8/acl-2.2.49-6.el6.src.rpm) = 385956 +SHA256 (rpm/x86_64/centos/6.8/attr-2.4.44-7.el6.src.rpm) = 5f5440619e0109d9f8d913de1100f259296f62a38075bbc8d8608d6988695890 +SIZE (rpm/x86_64/centos/6.8/attr-2.4.44-7.el6.src.rpm) = 335725 SHA256 (rpm/x86_64/centos/6.8/basesystem-10.0-4.el6.src.rpm) = 18d3bd0580f40bdc208773f26b424fa1975fad70fae9f179c52337a8f80ade76 SIZE (rpm/x86_64/centos/6.8/basesystem-10.0-4.el6.src.rpm) = 5949 SHA256 (rpm/x86_64/centos/6.8/bash-4.1.2-40.el6.src.rpm) = bc4e15073b61079e05e5fb4069df779d8b2f6dd1ae9c13fe8230ef006b90c721 SIZE (rpm/x86_64/centos/6.8/bash-4.1.2-40.el6.src.rpm) = 6686039 SHA256 (rpm/x86_64/centos/6.8/bzip2-1.0.5-7.el6_0.src.rpm) = 99a3d6a620f9f427aaeba974ae06234d0a771231730de7e203b97dce1dbf1931 SIZE (rpm/x86_64/centos/6.8/bzip2-1.0.5-7.el6_0.src.rpm) = 855419 -SHA256 (rpm/x86_64/centos/6.8/coreutils-8.4-43.el6.src.rpm) = 120438c0ff4d87cb917fb5aecedca88003c7e4a6fb3965ee6423af20333548a6 -SIZE (rpm/x86_64/centos/6.8/coreutils-8.4-43.el6.src.rpm) = 4656860 +SHA256 (rpm/x86_64/centos/6.8/centos-release-6-8.el6.centos.12.3.src.rpm) = 30648911e7df859182044b1135a9adc62064e5a3b974091b642da1f950702fe1 +SIZE (rpm/x86_64/centos/6.8/centos-release-6-8.el6.centos.12.3.src.rpm) = 20943 SHA256 (rpm/x86_64/centos/6.8/compat-db-4.6.21-15.el6.src.rpm) = d35d08e52defe404712b9d4f2cb6475e05ed170676c090d5e05325c346abcb0f SIZE (rpm/x86_64/centos/6.8/compat-db-4.6.21-15.el6.src.rpm) = 9862622 SHA256 (rpm/x86_64/centos/6.8/compat-gcc-296-2.96-144.el6.src.rpm) = a2ad7ba6160eada6a669732187affa35110ac26d0bbd709474e476e4d3892370 SIZE (rpm/x86_64/centos/6.8/compat-gcc-296-2.96-144.el6.src.rpm) = 13430070 SHA256 (rpm/x86_64/centos/6.8/compat-gcc-32-3.2.3-69.el6.src.rpm) = 7ff0c6e00ad06876e10cb79fb87cb57b251e6710c63258e6850e990d9ea49917 SIZE (rpm/x86_64/centos/6.8/compat-gcc-32-3.2.3-69.el6.src.rpm) = 21622433 +SHA256 (rpm/x86_64/centos/6.8/coreutils-8.4-43.el6.src.rpm) = 120438c0ff4d87cb917fb5aecedca88003c7e4a6fb3965ee6423af20333548a6 +SIZE (rpm/x86_64/centos/6.8/coreutils-8.4-43.el6.src.rpm) = 4656860 SHA256 (rpm/x86_64/centos/6.8/db4-4.7.25-20.el6_7.src.rpm) = 656c2bc7a94c9cae8768588123dfd837f0e7d6f4d24a5640759ea24b198653ad SIZE (rpm/x86_64/centos/6.8/db4-4.7.25-20.el6_7.src.rpm) = 13414534 SHA256 (rpm/x86_64/centos/6.8/e2fsprogs-1.41.12-22.el6.src.rpm) = eb4509ce21bb38c8734b0b352e940617a675e84cd22841907070487a21b0f6f7 SIZE (rpm/x86_64/centos/6.8/e2fsprogs-1.41.12-22.el6.src.rpm) = 5553847 SHA256 (rpm/x86_64/centos/6.8/elfutils-0.164-2.el6.src.rpm) = 9bb190818fd55b4edbc52f561a0aa48cc4d7b85aef49cec18ead53d8a14f704d SIZE (rpm/x86_64/centos/6.8/elfutils-0.164-2.el6.src.rpm) = 6094351 -SHA256 (rpm/x86_64/centos/6.8/centos-release-6-8.el6.centos.12.3.src.rpm) = 30648911e7df859182044b1135a9adc62064e5a3b974091b642da1f950702fe1 -SIZE (rpm/x86_64/centos/6.8/centos-release-6-8.el6.centos.12.3.src.rpm) = 20943 SHA256 (rpm/x86_64/centos/6.8/filesystem-2.4.30-3.el6.src.rpm) = fa8ab9b1a2f23933d6e2f9e2308601c4ee61dd5829f5edcb094aedee194d02e1 SIZE (rpm/x86_64/centos/6.8/filesystem-2.4.30-3.el6.src.rpm) = 20457 SHA256 (rpm/x86_64/centos/6.8/findutils-4.4.2-9.el6.src.rpm) = 8f0afaba4a8461e71ea4001750df754ff6406e5a68e5276c8aae4a36a6a9632c @@ -197,6 +201,8 @@ SHA256 (rpm/x86_64/centos/6.8/freetype-2 SIZE (rpm/x86_64/centos/6.8/freetype-2.3.11-17.el6.src.rpm) = 1780657 SHA256 (rpm/x86_64/centos/6.8/gamin-0.1.10-9.el6.src.rpm) = 5115ba7fbb40ab7bb5b1da851bd67121b000889b3a2fd9b6749eb350b75890b3 SIZE (rpm/x86_64/centos/6.8/gamin-0.1.10-9.el6.src.rpm) = 471128 +SHA256 (rpm/x86_64/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 4b14f08c109dce1f43fe4956bbb8f0a3ff1e076950ca3e89a75d28a59465217c +SIZE (rpm/x86_64/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 52394741 SHA256 (rpm/x86_64/centos/6.8/gdbm-1.8.0-39.el6.src.rpm) = 13bedebe3edf71d6d66a9e6631630cd5d77bc6524324494c5ef471b6262e1fa2 SIZE (rpm/x86_64/centos/6.8/gdbm-1.8.0-39.el6.src.rpm) = 153252 SHA256 (rpm/x86_64/centos/6.8/glib2-2.28.8-5.el6.src.rpm) = 22ddc67a03a91144f925b12eeeaf1ff1622e0ba99269251067aa33df818f4e57 @@ -205,24 +211,16 @@ SHA256 (rpm/x86_64/centos/6.8/glibc-2.12 SIZE (rpm/x86_64/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16733566 SHA256 (rpm/x86_64/centos/6.8/gmp-4.3.1-10.el6.src.rpm) = e19b42bc2cf8d7d9fa0441611e84b76a4a25e16cfb2fb7f0db3f3601067e3caa SIZE (rpm/x86_64/centos/6.8/gmp-4.3.1-10.el6.src.rpm) = 1921089 -SHA256 (rpm/x86_64/centos/6.8/grep-2.20-3.el6_7.1.src.rpm) = b8407de7352dde0186d02acc2ede8da58acfff7a376bfea75a845c7a7498d638 -SIZE (rpm/x86_64/centos/6.8/grep-2.20-3.el6_7.1.src.rpm) = 1273925 -SHA256 (rpm/x86_64/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db -SIZE (rpm/x86_64/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = 1589200 +SHA256 (rpm/x86_64/centos/6.8/grep-2.20-5.el6_8.src.rpm) = 271f087c964e5c354f114637d4f4defe1ec45f279436538e0190a2220afb791d +SIZE (rpm/x86_64/centos/6.8/grep-2.20-5.el6_8.src.rpm) = 1274582 SHA256 (rpm/x86_64/centos/6.8/keyutils-1.4-5.el6.src.rpm) = 4fa4094f280a3eb8e1253476822fe3dbd2d186b5a8d4affc1311cbef0ca54f52 SIZE (rpm/x86_64/centos/6.8/keyutils-1.4-5.el6.src.rpm) = 56808 SHA256 (rpm/x86_64/centos/6.8/krb5-1.10.3-57.el6.src.rpm) = 65afc4f495bf879830cad5c170d54c9cb182122f8ee5a63ac4114c22e319146b SIZE (rpm/x86_64/centos/6.8/krb5-1.10.3-57.el6.src.rpm) = 12118962 SHA256 (rpm/x86_64/centos/6.8/less-436-13.el6.src.rpm) = 02f5363b8f82f4df9a4d359de686314fae3bf988c57401cac9eea641bbe2e0af SIZE (rpm/x86_64/centos/6.8/less-436-13.el6.src.rpm) = 331504 -SHA256 (rpm/x86_64/centos/6.8/acl-2.2.49-6.el6.src.rpm) = f1feabe034da5a12be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d -SIZE (rpm/x86_64/centos/6.8/acl-2.2.49-6.el6.src.rpm) = 385956 -SHA256 (rpm/x86_64/centos/6.8/attr-2.4.44-7.el6.src.rpm) = 5f5440619e0109d9f8d913de1100f259296f62a38075bbc8d8608d6988695890 -SIZE (rpm/x86_64/centos/6.8/attr-2.4.44-7.el6.src.rpm) = 335725 SHA256 (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.src.rpm) = a0eb99aa04952657fc19541dd70ab185dd00594001a90d0ee138925f2bc3ab6a SIZE (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.src.rpm) = 69497 -SHA256 (rpm/x86_64/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 4b14f08c109dce1f43fe4956bbb8f0a3ff1e076950ca3e89a75d28a59465217c -SIZE (rpm/x86_64/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 52394741 SHA256 (rpm/x86_64/centos/6.8/libidn-1.18-2.el6.src.rpm) = a98516bd92453044dd497cce3c05aefe9bf5ec96a04eaf924b765d3038432054 SIZE (rpm/x86_64/centos/6.8/libidn-1.18-2.el6.src.rpm) = 2959181 SHA256 (rpm/x86_64/centos/6.8/libselinux-2.0.94-7.el6.src.rpm) = b1ce631cfc5f1bdd032b29349b47ba52ede7b07294041e3c2d12d380095a073a @@ -247,6 +245,8 @@ SHA256 (rpm/x86_64/centos/6.8/setup-2.8. SIZE (rpm/x86_64/centos/6.8/setup-2.8.14-20.el6_4.1.src.rpm) = 182928 SHA256 (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.src.rpm) = 3ab2551b5d7d75a1d28d63fea1c48b9e83a87b8f2ba4cd6bd2c5ecb5dd91eda9 SIZE (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.src.rpm) = 1367444 +SHA256 (rpm/x86_64/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db +SIZE (rpm/x86_64/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = 1589200 SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.src.rpm) = a51febd17b094a4f4da03f7117af3e5ac8fb5700a0351663835acd783326c8cf SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.src.rpm) = 4574175 SHA256 (rpm/x86_64/centos/6.8/which-2.19-6.el6.src.rpm) = cefa932d168a041d2257085bd2afad13fc719da4bd68d31ef9694371b67135bd From owner-svn-ports-all@freebsd.org Sat Oct 22 12:02:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AD55C19C57; Sat, 22 Oct 2016 12:02:25 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14B45974; Sat, 22 Oct 2016 12:02:25 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MC2OmX012876; Sat, 22 Oct 2016 12:02:24 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MC2Obr012874; Sat, 22 Oct 2016 12:02:24 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201610221202.u9MC2Obr012874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 22 Oct 2016 12:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424467 - head/devel/ocl-icd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 12:02:25 -0000 Author: kwm Date: Sat Oct 22 12:02:23 2016 New Revision: 424467 URL: https://svnweb.freebsd.org/changeset/ports/424467 Log: Update ocl-icd to 2.2.9. * Add minimal version to the opencl build dependancy. * Replace CPPFLAGS/LDFLAGS with USES=localbase. PR: 212363 Submitted by: maintainer Modified: head/devel/ocl-icd/Makefile head/devel/ocl-icd/distinfo Modified: head/devel/ocl-icd/Makefile ============================================================================== --- head/devel/ocl-icd/Makefile Sat Oct 22 11:46:59 2016 (r424466) +++ head/devel/ocl-icd/Makefile Sat Oct 22 12:02:23 2016 (r424467) @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= ocl-icd -PORTVERSION= 2.2.7 +PORTVERSION= 2.2.9 CATEGORIES= devel -MASTER_SITES= https://forge.imag.fr/frs/download.php/667/ +MASTER_SITES= https://forge.imag.fr/frs/download.php/${REVID}/ +REVID= 716 MAINTAINER= ohartman@zedat.fu-berlin.de COMMENT= OpenCL Installable Client Driver LICENSE= BSD2CLAUSE -BUILD_DEPENDS= opencl>=0:devel/opencl +BUILD_DEPENDS= opencl>=2.1:devel/opencl CONFLICTS= freeocl-[0-9]* opencl-icd-[0-9]* @@ -19,14 +20,11 @@ USE_RUBY= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes RUBY_NO_RUN_DEPENDS=yes -USES= gmake libtool pathfix +USES= gmake libtool localbase pathfix INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--disable-official-khronos-headers -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT=MANPAGES OPTIONS_SUB= yes Modified: head/devel/ocl-icd/distinfo ============================================================================== --- head/devel/ocl-icd/distinfo Sat Oct 22 11:46:59 2016 (r424466) +++ head/devel/ocl-icd/distinfo Sat Oct 22 12:02:23 2016 (r424467) @@ -1,2 +1,3 @@ -SHA256 (ocl-icd-2.2.7.tar.gz) = be78886c83b903dd5861f35d62d473e4228b3c13e25535a8665c87cb8a51390b -SIZE (ocl-icd-2.2.7.tar.gz) = 450053 +TIMESTAMP = 1472594572 +SHA256 (ocl-icd-2.2.9.tar.gz) = 0c8ac13e2c5b737c34de49f9aca6cad3c4d33dd0bbb149b01238d76e798feae5 +SIZE (ocl-icd-2.2.9.tar.gz) = 453477 From owner-svn-ports-all@freebsd.org Sat Oct 22 12:08:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FA41C19E97; Sat, 22 Oct 2016 12:08:04 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 079E0C53; Sat, 22 Oct 2016 12:08:03 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MC83sL013190; Sat, 22 Oct 2016 12:08:03 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MC827w013187; Sat, 22 Oct 2016 12:08:02 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610221208.u9MC827w013187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 22 Oct 2016 12:08:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424468 - head/devel/linux-c6-devtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 12:08:04 -0000 Author: tijl Date: Sat Oct 22 12:08:02 2016 New Revision: 424468 URL: https://svnweb.freebsd.org/changeset/ports/424468 Log: Update kernel-headers 2.6.32-642.6.1.el6. PR: 213265 Submitted by: pkubaj@anongoth.pl Modified: head/devel/linux-c6-devtools/Makefile head/devel/linux-c6-devtools/distinfo.i386 head/devel/linux-c6-devtools/distinfo.x86_64 Modified: head/devel/linux-c6-devtools/Makefile ============================================================================== --- head/devel/linux-c6-devtools/Makefile Sat Oct 22 12:02:23 2016 (r424467) +++ head/devel/linux-c6-devtools/Makefile Sat Oct 22 12:08:02 2016 (r424468) @@ -3,21 +3,25 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel BIN_DISTFILES= binutils-2.20.51.0.2-5.44.el6${EXTRACT_SUFX} \ glibc-headers-2.12-1.192.el6${EXTRACT_SUFX} \ - kernel-headers-2.6.32-642.4.2.el6${EXTRACT_SUFX} \ + kernel-headers-2.6.32-642.6.1.el6${EXTRACT_SUFX} \ mpfr-2.4.1-6.el6${EXTRACT_SUFX} \ cpp-4.4.7-17.el6${EXTRACT_SUFX} \ gcc-4.4.7-17.el6${EXTRACT_SUFX} \ gcc-c++-4.4.7-17.el6${EXTRACT_SUFX} \ gcc-gfortran-4.4.7-17.el6${EXTRACT_SUFX} - LIB_DISTFILES= binutils-devel-2.20.51.0.2-5.44.el6${EXTRACT_SUFX} \ glibc-devel-2.12-1.192.el6${EXTRACT_SUFX} \ libstdc++-devel-4.4.7-17.el6${EXTRACT_SUFX} \ - libgomp-4.4.7-17.el6${EXTRACT_SUFX} \ + libgomp-4.4.7-17.el6${EXTRACT_SUFX} +SRC_DISTFILES= binutils-2.20.51.0.2-5.44.el6${SRC_SUFX}:SOURCE \ + glibc-2.12-1.192.el6${SRC_SUFX}:SOURCE \ + kernel-2.6.32-642.6.1.el6${SRC_SUFX}:SOURCE \ + mpfr-2.4.1-6.el6${SRC_SUFX}:SOURCE \ + gcc-4.4.7-17.el6${SRC_SUFX}:SOURCE MAINTAINER= emulation@FreeBSD.org COMMENT= Linux compilers and base libraries (CentOS ${LINUX_DIST_VER}) @@ -25,15 +29,9 @@ COMMENT= Linux compilers and base librar # LICENSE= Various GNU USES= linux:c6 +USE_LDCONFIG= yes USE_LINUX= libgfortran USE_LINUX_RPM= yes -USE_LDCONFIG= yes - -SRC_DISTFILES= binutils-2.20.51.0.2-5.44.el6.src.rpm:SOURCE \ - glibc-2.12-1.192.el6.src.rpm:SOURCE \ - kernel-2.6.32-642.4.2.el6.src.rpm:SOURCE \ - mpfr-2.4.1-6.el6.src.rpm:SOURCE \ - gcc-4.4.7-17.el6.src.rpm:SOURCE .include Modified: head/devel/linux-c6-devtools/distinfo.i386 ============================================================================== --- head/devel/linux-c6-devtools/distinfo.i386 Sat Oct 22 12:02:23 2016 (r424467) +++ head/devel/linux-c6-devtools/distinfo.i386 Sat Oct 22 12:08:02 2016 (r424468) @@ -1,10 +1,18 @@ -TIMESTAMP = 1472387791 +TIMESTAMP = 1477137562 +SHA256 (rpm/i686/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 64b5448b0797ae80d740db1d234653bfd8ccd2592cc89c6a0adc225f17b4848b +SIZE (rpm/i686/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 745464 +SHA256 (rpm/i686/centos/6.8/glibc-devel-2.12-1.192.el6.i686.rpm) = cf69a5aac8008cb44b5b28e5083e4c8128851edacf1275a73f3f7e9df14362a2 +SIZE (rpm/i686/centos/6.8/glibc-devel-2.12-1.192.el6.i686.rpm) = 1012648 +SHA256 (rpm/i686/centos/6.8/libstdc++-devel-4.4.7-17.el6.i686.rpm) = edaafebde838f8846e1c8ee72282f3bebea64ea15150679d15794c6c3a06b352 +SIZE (rpm/i686/centos/6.8/libstdc++-devel-4.4.7-17.el6.i686.rpm) = 1667568 +SHA256 (rpm/i686/centos/6.8/libgomp-4.4.7-17.el6.i686.rpm) = ecd3571abf20d2c483ec84aae3ac278f0091f724517571ee56f72e4d8b5570a4 +SIZE (rpm/i686/centos/6.8/libgomp-4.4.7-17.el6.i686.rpm) = 139356 SHA256 (rpm/i686/centos/6.8/binutils-2.20.51.0.2-5.44.el6.i686.rpm) = 91ed647622db66b847ef1acebe60bd7fa9d1a9cef65766b4fb1e25857aa3967f SIZE (rpm/i686/centos/6.8/binutils-2.20.51.0.2-5.44.el6.i686.rpm) = 2915664 SHA256 (rpm/i686/centos/6.8/glibc-headers-2.12-1.192.el6.i686.rpm) = 897f0fe87653895e273ec03b3d559215137f1377d7eae34efc8e95fcedffb5fc SIZE (rpm/i686/centos/6.8/glibc-headers-2.12-1.192.el6.i686.rpm) = 640492 -SHA256 (rpm/i686/centos/6.8/kernel-headers-2.6.32-642.4.2.el6.i686.rpm) = c3343b776cd3aeab4c9e6902484926a5d01512eca5aa382d07698acc075864a8 -SIZE (rpm/i686/centos/6.8/kernel-headers-2.6.32-642.4.2.el6.i686.rpm) = 4564740 +SHA256 (rpm/i686/centos/6.8/kernel-headers-2.6.32-642.6.1.el6.i686.rpm) = c5cf08bf17c365ea69bc3bc9778790da88496d244d17856f5e9d43ac34be531d +SIZE (rpm/i686/centos/6.8/kernel-headers-2.6.32-642.6.1.el6.i686.rpm) = 4566728 SHA256 (rpm/i686/centos/6.8/mpfr-2.4.1-6.el6.i686.rpm) = e732d3292785d1590841b569af10536fa5d99bccb7ade7079c955cb35b02a192 SIZE (rpm/i686/centos/6.8/mpfr-2.4.1-6.el6.i686.rpm) = 157100 SHA256 (rpm/i686/centos/6.8/cpp-4.4.7-17.el6.i686.rpm) = 36f2172caf684a51a8853184d3921392c7f206321e2ae947a109137bdf89eb2d @@ -15,20 +23,12 @@ SHA256 (rpm/i686/centos/6.8/gcc-c++-4.4. SIZE (rpm/i686/centos/6.8/gcc-c++-4.4.7-17.el6.i686.rpm) = 4527944 SHA256 (rpm/i686/centos/6.8/gcc-gfortran-4.4.7-17.el6.i686.rpm) = cc4b7b0cb63f198f5b0d4b5d68d8ef0cc67edd04ef0c08aac0c31449f8f59a31 SIZE (rpm/i686/centos/6.8/gcc-gfortran-4.4.7-17.el6.i686.rpm) = 4317364 -SHA256 (rpm/i686/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 64b5448b0797ae80d740db1d234653bfd8ccd2592cc89c6a0adc225f17b4848b -SIZE (rpm/i686/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 745464 -SHA256 (rpm/i686/centos/6.8/glibc-devel-2.12-1.192.el6.i686.rpm) = cf69a5aac8008cb44b5b28e5083e4c8128851edacf1275a73f3f7e9df14362a2 -SIZE (rpm/i686/centos/6.8/glibc-devel-2.12-1.192.el6.i686.rpm) = 1012648 -SHA256 (rpm/i686/centos/6.8/libstdc++-devel-4.4.7-17.el6.i686.rpm) = edaafebde838f8846e1c8ee72282f3bebea64ea15150679d15794c6c3a06b352 -SIZE (rpm/i686/centos/6.8/libstdc++-devel-4.4.7-17.el6.i686.rpm) = 1667568 -SHA256 (rpm/i686/centos/6.8/libgomp-4.4.7-17.el6.i686.rpm) = ecd3571abf20d2c483ec84aae3ac278f0091f724517571ee56f72e4d8b5570a4 -SIZE (rpm/i686/centos/6.8/libgomp-4.4.7-17.el6.i686.rpm) = 139356 SHA256 (rpm/i686/centos/6.8/binutils-2.20.51.0.2-5.44.el6.src.rpm) = 63b48715ed89efe06c389ccdb74831aad1435d6c2fe1620dd68a4be13c340098 SIZE (rpm/i686/centos/6.8/binutils-2.20.51.0.2-5.44.el6.src.rpm) = 16328197 SHA256 (rpm/i686/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16ac0abe380a63b2941313ccfc0bbfc06878c24e24c232bb6e2a130801fdf84d SIZE (rpm/i686/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16733566 -SHA256 (rpm/i686/centos/6.8/kernel-2.6.32-642.4.2.el6.src.rpm) = 585403d5df3ce9b229d474d9e8d5723afe036cc95fb1369d37150642ef42b478 -SIZE (rpm/i686/centos/6.8/kernel-2.6.32-642.4.2.el6.src.rpm) = 133490430 +SHA256 (rpm/i686/centos/6.8/kernel-2.6.32-642.6.1.el6.src.rpm) = bdc9da7e700dd6315c721c315fd032b07f1eecc8bb0dfd7d14875a860ebcee8d +SIZE (rpm/i686/centos/6.8/kernel-2.6.32-642.6.1.el6.src.rpm) = 133419847 SHA256 (rpm/i686/centos/6.8/mpfr-2.4.1-6.el6.src.rpm) = 4b5fcd2cf40deb6a791f4fa4e39315e2345001e528c45ed52042e3c4ba467f6c SIZE (rpm/i686/centos/6.8/mpfr-2.4.1-6.el6.src.rpm) = 911271 SHA256 (rpm/i686/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 4b14f08c109dce1f43fe4956bbb8f0a3ff1e076950ca3e89a75d28a59465217c Modified: head/devel/linux-c6-devtools/distinfo.x86_64 ============================================================================== --- head/devel/linux-c6-devtools/distinfo.x86_64 Sat Oct 22 12:02:23 2016 (r424467) +++ head/devel/linux-c6-devtools/distinfo.x86_64 Sat Oct 22 12:08:02 2016 (r424468) @@ -1,20 +1,4 @@ -TIMESTAMP = 1472389201 -SHA256 (rpm/x86_64/centos/6.8/binutils-2.20.51.0.2-5.44.el6.x86_64.rpm) = e1bd3009dac9125c4b2d293c5040db085641b4a8e64319539a1289314eb2353e -SIZE (rpm/x86_64/centos/6.8/binutils-2.20.51.0.2-5.44.el6.x86_64.rpm) = 2900548 -SHA256 (rpm/x86_64/centos/6.8/glibc-headers-2.12-1.192.el6.x86_64.rpm) = 6887cffaef813ce9b851a07539cb59234cb97a5de2b8b9f025df0f6a1a4359e8 -SIZE (rpm/x86_64/centos/6.8/glibc-headers-2.12-1.192.el6.x86_64.rpm) = 632168 -SHA256 (rpm/x86_64/centos/6.8/kernel-headers-2.6.32-642.4.2.el6.x86_64.rpm) = b25e359da5e1ec89789973d79ef80825fd8fbdfe0d805396a349960c0d96fa22 -SIZE (rpm/x86_64/centos/6.8/kernel-headers-2.6.32-642.4.2.el6.x86_64.rpm) = 4564728 -SHA256 (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.x86_64.rpm) = 20d2ce3bc1ea03844a0beb1726b01ef50d8555b3c9facb65264055a634709cf4 -SIZE (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.x86_64.rpm) = 160772 -SHA256 (rpm/x86_64/centos/6.8/cpp-4.4.7-17.el6.x86_64.rpm) = cfdd747711fd3d1848329ce4591975b5dd4d2e13a30ee7d2683f91f2bba894ac -SIZE (rpm/x86_64/centos/6.8/cpp-4.4.7-17.el6.x86_64.rpm) = 3908556 -SHA256 (rpm/x86_64/centos/6.8/gcc-4.4.7-17.el6.x86_64.rpm) = 80f62a066ba699d5d9b0c6adaefa48c47603e90a95b5e4db309600bc5efbf16b -SIZE (rpm/x86_64/centos/6.8/gcc-4.4.7-17.el6.x86_64.rpm) = 10601824 -SHA256 (rpm/x86_64/centos/6.8/gcc-c++-4.4.7-17.el6.x86_64.rpm) = 9a66dace38910138392b30456074fb6177172513af2e3bee27f2ca03dae884cc -SIZE (rpm/x86_64/centos/6.8/gcc-c++-4.4.7-17.el6.x86_64.rpm) = 4950008 -SHA256 (rpm/x86_64/centos/6.8/gcc-gfortran-4.4.7-17.el6.x86_64.rpm) = 6f0958b2cd6de67b54edf51e52e20ea5600946681500b839f30c639f3dc9f52a -SIZE (rpm/x86_64/centos/6.8/gcc-gfortran-4.4.7-17.el6.x86_64.rpm) = 4941144 +TIMESTAMP = 1477137961 SHA256 (rpm/x86_64/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 64b5448b0797ae80d740db1d234653bfd8ccd2592cc89c6a0adc225f17b4848b SIZE (rpm/x86_64/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 745464 SHA256 (rpm/x86_64/centos/6.8/glibc-devel-2.12-1.192.el6.i686.rpm) = cf69a5aac8008cb44b5b28e5083e4c8128851edacf1275a73f3f7e9df14362a2 @@ -31,12 +15,28 @@ SHA256 (rpm/x86_64/centos/6.8/libstdc++- SIZE (rpm/x86_64/centos/6.8/libstdc++-devel-4.4.7-17.el6.x86_64.rpm) = 1676532 SHA256 (rpm/x86_64/centos/6.8/libgomp-4.4.7-17.el6.x86_64.rpm) = 2272c5e1b08faed043fce199d865aaad80c5b0a3f4eff7ed56ddf73c619c9fb2 SIZE (rpm/x86_64/centos/6.8/libgomp-4.4.7-17.el6.x86_64.rpm) = 137308 +SHA256 (rpm/x86_64/centos/6.8/binutils-2.20.51.0.2-5.44.el6.x86_64.rpm) = e1bd3009dac9125c4b2d293c5040db085641b4a8e64319539a1289314eb2353e +SIZE (rpm/x86_64/centos/6.8/binutils-2.20.51.0.2-5.44.el6.x86_64.rpm) = 2900548 +SHA256 (rpm/x86_64/centos/6.8/glibc-headers-2.12-1.192.el6.x86_64.rpm) = 6887cffaef813ce9b851a07539cb59234cb97a5de2b8b9f025df0f6a1a4359e8 +SIZE (rpm/x86_64/centos/6.8/glibc-headers-2.12-1.192.el6.x86_64.rpm) = 632168 +SHA256 (rpm/x86_64/centos/6.8/kernel-headers-2.6.32-642.6.1.el6.x86_64.rpm) = a17a898dc404b1198503c5ea96e28c969feede850d37118849272e7d82d3eb15 +SIZE (rpm/x86_64/centos/6.8/kernel-headers-2.6.32-642.6.1.el6.x86_64.rpm) = 4566696 +SHA256 (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.x86_64.rpm) = 20d2ce3bc1ea03844a0beb1726b01ef50d8555b3c9facb65264055a634709cf4 +SIZE (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.x86_64.rpm) = 160772 +SHA256 (rpm/x86_64/centos/6.8/cpp-4.4.7-17.el6.x86_64.rpm) = cfdd747711fd3d1848329ce4591975b5dd4d2e13a30ee7d2683f91f2bba894ac +SIZE (rpm/x86_64/centos/6.8/cpp-4.4.7-17.el6.x86_64.rpm) = 3908556 +SHA256 (rpm/x86_64/centos/6.8/gcc-4.4.7-17.el6.x86_64.rpm) = 80f62a066ba699d5d9b0c6adaefa48c47603e90a95b5e4db309600bc5efbf16b +SIZE (rpm/x86_64/centos/6.8/gcc-4.4.7-17.el6.x86_64.rpm) = 10601824 +SHA256 (rpm/x86_64/centos/6.8/gcc-c++-4.4.7-17.el6.x86_64.rpm) = 9a66dace38910138392b30456074fb6177172513af2e3bee27f2ca03dae884cc +SIZE (rpm/x86_64/centos/6.8/gcc-c++-4.4.7-17.el6.x86_64.rpm) = 4950008 +SHA256 (rpm/x86_64/centos/6.8/gcc-gfortran-4.4.7-17.el6.x86_64.rpm) = 6f0958b2cd6de67b54edf51e52e20ea5600946681500b839f30c639f3dc9f52a +SIZE (rpm/x86_64/centos/6.8/gcc-gfortran-4.4.7-17.el6.x86_64.rpm) = 4941144 SHA256 (rpm/x86_64/centos/6.8/binutils-2.20.51.0.2-5.44.el6.src.rpm) = 63b48715ed89efe06c389ccdb74831aad1435d6c2fe1620dd68a4be13c340098 SIZE (rpm/x86_64/centos/6.8/binutils-2.20.51.0.2-5.44.el6.src.rpm) = 16328197 SHA256 (rpm/x86_64/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16ac0abe380a63b2941313ccfc0bbfc06878c24e24c232bb6e2a130801fdf84d SIZE (rpm/x86_64/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16733566 -SHA256 (rpm/x86_64/centos/6.8/kernel-2.6.32-642.4.2.el6.src.rpm) = 585403d5df3ce9b229d474d9e8d5723afe036cc95fb1369d37150642ef42b478 -SIZE (rpm/x86_64/centos/6.8/kernel-2.6.32-642.4.2.el6.src.rpm) = 133490430 +SHA256 (rpm/x86_64/centos/6.8/kernel-2.6.32-642.6.1.el6.src.rpm) = bdc9da7e700dd6315c721c315fd032b07f1eecc8bb0dfd7d14875a860ebcee8d +SIZE (rpm/x86_64/centos/6.8/kernel-2.6.32-642.6.1.el6.src.rpm) = 133419847 SHA256 (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.src.rpm) = 4b5fcd2cf40deb6a791f4fa4e39315e2345001e528c45ed52042e3c4ba467f6c SIZE (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.src.rpm) = 911271 SHA256 (rpm/x86_64/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 4b14f08c109dce1f43fe4956bbb8f0a3ff1e076950ca3e89a75d28a59465217c From owner-svn-ports-all@freebsd.org Sat Oct 22 12:21:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56015C1B335; Sat, 22 Oct 2016 12:21:26 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B1233C9; Sat, 22 Oct 2016 12:21:25 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MCLPF2018650; Sat, 22 Oct 2016 12:21:25 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MCLO9M018647; Sat, 22 Oct 2016 12:21:24 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610221221.u9MCLO9M018647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 22 Oct 2016 12:21:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424469 - head/www/linux-c6-flashplugin11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 12:21:26 -0000 Author: tijl Date: Sat Oct 22 12:21:24 2016 New Revision: 424469 URL: https://svnweb.freebsd.org/changeset/ports/424469 Log: Update flash plugin to 11.2r202.637. PR: 213698 MFH: 2016Q4 Security: https://helpx.adobe.com/security/products/flash-player/apsb16-32.html Modified: head/www/linux-c6-flashplugin11/Makefile head/www/linux-c6-flashplugin11/distinfo head/www/linux-c6-flashplugin11/pkg-plist Modified: head/www/linux-c6-flashplugin11/Makefile ============================================================================== --- head/www/linux-c6-flashplugin11/Makefile Sat Oct 22 12:08:02 2016 (r424468) +++ head/www/linux-c6-flashplugin11/Makefile Sat Oct 22 12:21:24 2016 (r424469) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.632 -PORTREVISION= 3 +PORTVERSION= 11.2r202.637 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: head/www/linux-c6-flashplugin11/distinfo ============================================================================== --- head/www/linux-c6-flashplugin11/distinfo Sat Oct 22 12:08:02 2016 (r424468) +++ head/www/linux-c6-flashplugin11/distinfo Sat Oct 22 12:21:24 2016 (r424469) @@ -1,5 +1,5 @@ -TIMESTAMP = 1468629151 -SHA256 (flashplugin/11.2r202.632/install_flash_player_11_linux.i386.tar.gz) = c455ba9b72318d87434c7199a94ca15dc0f1c7fca590ee3703e013cbdecce942 -SIZE (flashplugin/11.2r202.632/install_flash_player_11_linux.i386.tar.gz) = 6986419 -SHA256 (flashplugin/11.2r202.632/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.632/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +TIMESTAMP = 1477138513 +SHA256 (flashplugin/11.2r202.637/install_flash_player_11_linux.i386.tar.gz) = c319416e17c1d29753a451a63be5834777704bbf1abf2ca748c50dfffb644451 +SIZE (flashplugin/11.2r202.637/install_flash_player_11_linux.i386.tar.gz) = 6990653 +SHA256 (flashplugin/11.2r202.637/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.637/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 Modified: head/www/linux-c6-flashplugin11/pkg-plist ============================================================================== --- head/www/linux-c6-flashplugin11/pkg-plist Sat Oct 22 12:08:02 2016 (r424468) +++ head/www/linux-c6-flashplugin11/pkg-plist Sat Oct 22 12:21:24 2016 (r424469) @@ -10,4 +10,3 @@ share/icons/hicolor/48x48/apps/flash-pla %%NO_ALSA%%@dir %%LINUXBASE%%/usr/lib %%NO_ALSA%%@dir %%LINUXBASE%%/usr %%NO_ALSA%%@dir %%LINUXBASE%% -%%NO_ALSA%%@dir /compat From owner-svn-ports-all@freebsd.org Sat Oct 22 12:37:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5839AC1B7C0; Sat, 22 Oct 2016 12:37:04 +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 35382C2A; Sat, 22 Oct 2016 12:37:04 +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 u9MCb3pA024662; Sat, 22 Oct 2016 12:37:03 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MCb3AR024658; Sat, 22 Oct 2016 12:37:03 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610221237.u9MCb3AR024658@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 22 Oct 2016 12:37:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424470 - head/lang/rust X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 12:37:04 -0000 Author: riggs Date: Sat Oct 22 12:37:02 2016 New Revision: 424470 URL: https://svnweb.freebsd.org/changeset/ports/424470 Log: Update to upstream release 1.12.1 Release 1.12.1 is a maintenance release which fixes some regressions in the 1.12.0 version, including memory corruption under certain conditions. Details can be found in the release announcement: https://blog.rust-lang.org/2016/10/20/Rust-1.12.1.html MFH: 2016Q4 Modified: head/lang/rust/Makefile head/lang/rust/distinfo.amd64 head/lang/rust/distinfo.i386 head/lang/rust/distinfo.x86_64 Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Sat Oct 22 12:21:24 2016 (r424469) +++ head/lang/rust/Makefile Sat Oct 22 12:37:02 2016 (r424470) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rust -PORTVERSION?= 1.12.0 +PORTVERSION?= 1.12.1 CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/:src \ http://static.rust-lang.org/dist/:bootstrap \ Modified: head/lang/rust/distinfo.amd64 ============================================================================== --- head/lang/rust/distinfo.amd64 Sat Oct 22 12:21:24 2016 (r424469) +++ head/lang/rust/distinfo.amd64 Sat Oct 22 12:37:02 2016 (r424470) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475264673 -SHA256 (rustc-1.12.0-src.tar.gz) = ac5907d6fa96c19bd5901d8d99383fb8755127571ead3d4070cce9c1fb5f337a -SIZE (rustc-1.12.0-src.tar.gz) = 27501444 +TIMESTAMP = 1477082955 +SHA256 (rustc-1.12.1-src.tar.gz) = 97913ae4cb255618aaacd1a534b11f343634b040b32656250d09d8d9ec02d3dc +SIZE (rustc-1.12.1-src.tar.gz) = 27511443 SHA256 (rustc-1.11.0-x86_64-unknown-freebsd.tar.gz) = 116d78e078def96f081692ccfe9290e74db895f2476cae3ef1eb408d41b3bba5 SIZE (rustc-1.11.0-x86_64-unknown-freebsd.tar.gz) = 47381436 Modified: head/lang/rust/distinfo.i386 ============================================================================== --- head/lang/rust/distinfo.i386 Sat Oct 22 12:21:24 2016 (r424469) +++ head/lang/rust/distinfo.i386 Sat Oct 22 12:37:02 2016 (r424470) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475264801 -SHA256 (rustc-1.12.0-src.tar.gz) = ac5907d6fa96c19bd5901d8d99383fb8755127571ead3d4070cce9c1fb5f337a -SIZE (rustc-1.12.0-src.tar.gz) = 27501444 +TIMESTAMP = 1477083797 +SHA256 (rustc-1.12.1-src.tar.gz) = 97913ae4cb255618aaacd1a534b11f343634b040b32656250d09d8d9ec02d3dc +SIZE (rustc-1.12.1-src.tar.gz) = 27511443 SHA256 (rustc-1.11.0-i686-unknown-freebsd.tar.gz) = 4936a1d6ac03ebfa38a2b1a8859f505f94e904add05163e7fe76bf1195988981 SIZE (rustc-1.11.0-i686-unknown-freebsd.tar.gz) = 48352396 Modified: head/lang/rust/distinfo.x86_64 ============================================================================== --- head/lang/rust/distinfo.x86_64 Sat Oct 22 12:21:24 2016 (r424469) +++ head/lang/rust/distinfo.x86_64 Sat Oct 22 12:37:02 2016 (r424470) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475367330 -SHA256 (rustc-1.12.0-src.tar.gz) = ac5907d6fa96c19bd5901d8d99383fb8755127571ead3d4070cce9c1fb5f337a -SIZE (rustc-1.12.0-src.tar.gz) = 27501444 +TIMESTAMP = 1477083020 +SHA256 (rustc-1.12.1-src.tar.gz) = 97913ae4cb255618aaacd1a534b11f343634b040b32656250d09d8d9ec02d3dc +SIZE (rustc-1.12.1-src.tar.gz) = 27511443 SHA256 (rustc-1.11.0-x86_64-unknown-dragonfly.tar.gz) = a96b9b1920236707655182a026135872a4eb273b5964da037dcb8fa32054e9c0 SIZE (rustc-1.11.0-x86_64-unknown-dragonfly.tar.gz) = 44228134 From owner-svn-ports-all@freebsd.org Sat Oct 22 12:46:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 773CCC1BAF1; Sat, 22 Oct 2016 12:46:18 +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 48F0222A; Sat, 22 Oct 2016 12:46:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MCkHHD028575; Sat, 22 Oct 2016 12:46:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MCkHKr028574; Sat, 22 Oct 2016 12:46:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610221246.u9MCkHKr028574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 22 Oct 2016 12:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424471 - head/emulators/citra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 12:46:18 -0000 Author: jbeich Date: Sat Oct 22 12:46:17 2016 New Revision: 424471 URL: https://svnweb.freebsd.org/changeset/ports/424471 Log: emulators/citra: list more licenses Modified: head/emulators/citra/Makefile (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Sat Oct 22 12:37:02 2016 (r424470) +++ head/emulators/citra/Makefile Sat Oct 22 12:46:17 2016 (r424471) @@ -8,12 +8,17 @@ CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org COMMENT= Nintendo 3DS emulator/debugger -LICENSE= BSD2CLAUSE BSD3CLAUSE BSL GPLv2+ +LICENSE= BSD2CLAUSE BSD3CLAUSE BSL GPLv2+ LGPL21+ UNLICENSE LICENSE_COMB= multi LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/externals/dynarmic/externals/fmt/LICENSE.rst LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/externals/inih/inih/LICENSE.txt LICENSE_FILE_BSL= ${WRKSRC}/externals/catch/LICENSE_1_0.txt LICENSE_FILE_GPLv2+ = ${WRKSRC}/license.txt +LICENSE_FILE_LGPL21+ = ${WRKSRC}/externals/qhexedit/license.txt +LICENSE_NAME_UNLICENSE= The Unlicense +LICENSE_TEXT_UNLICENSE= See http://unlicense.org/ +LICENSE_PERMS_UNLICENSE= ${_LICENSE_PERMS_PD} +LICENSE_GROUPS_UNLICENSE= ${_LICENSE_GROUPS_PD} LIB_DEPENDS= libpng.so:graphics/png From owner-svn-ports-all@freebsd.org Sat Oct 22 13:32:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8A12C1C890; Sat, 22 Oct 2016 13:32:12 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87353FD6; Sat, 22 Oct 2016 13:32:12 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MDWBuA047053; Sat, 22 Oct 2016 13:32:11 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MDWBhU047052; Sat, 22 Oct 2016 13:32:11 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610221332.u9MDWBhU047052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 22 Oct 2016 13:32:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424472 - head/audio/raop_play/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 13:32:12 -0000 Author: riggs Date: Sat Oct 22 13:32:11 2016 New Revision: 424472 URL: https://svnweb.freebsd.org/changeset/ports/424472 Log: Fix build with libc++ 3.9.0 PR: 213517 Submitted by: dim MFH: 2016Q4 (ports-secteam build fix blanket) Added: head/audio/raop_play/files/patch-aexcl_aexcl__play.cxx (contents, props changed) Added: head/audio/raop_play/files/patch-aexcl_aexcl__play.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/raop_play/files/patch-aexcl_aexcl__play.cxx Sat Oct 22 13:32:11 2016 (r424472) @@ -0,0 +1,11 @@ +--- aexcl/aexcl_play.cxx.orig 2005-12-16 14:17:00 UTC ++++ aexcl/aexcl_play.cxx +@@ -199,7 +199,7 @@ static int run_raop_play(void) + { + const char *rargv[6]; + char ip[32]; +- char *astr; ++ const char *astr; + char vol[8]; + + rargv[0]="raop_play"; From owner-svn-ports-all@freebsd.org Sat Oct 22 13:37:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DD70C1C96F; Sat, 22 Oct 2016 13:37:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0F4B1AB; Sat, 22 Oct 2016 13:37:08 +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 u9MDb8sV047405; Sat, 22 Oct 2016 13:37:08 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MDb8OD047404; Sat, 22 Oct 2016 13:37:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610221337.u9MDb8OD047404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 22 Oct 2016 13:37:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424473 - branches/2016Q4/audio/raop_play/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 13:37:09 -0000 Author: riggs Date: Sat Oct 22 13:37:07 2016 New Revision: 424473 URL: https://svnweb.freebsd.org/changeset/ports/424473 Log: MFH: r424472 Fix build with libc++ 3.9.0 PR: 213517 Submitted by: dim Approved by: ports-secteam (build fix blanket) Added: branches/2016Q4/audio/raop_play/files/patch-aexcl_aexcl__play.cxx - copied unchanged from r424472, head/audio/raop_play/files/patch-aexcl_aexcl__play.cxx Modified: Directory Properties: branches/2016Q4/ (props changed) Copied: branches/2016Q4/audio/raop_play/files/patch-aexcl_aexcl__play.cxx (from r424472, head/audio/raop_play/files/patch-aexcl_aexcl__play.cxx) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/audio/raop_play/files/patch-aexcl_aexcl__play.cxx Sat Oct 22 13:37:07 2016 (r424473, copy of r424472, head/audio/raop_play/files/patch-aexcl_aexcl__play.cxx) @@ -0,0 +1,11 @@ +--- aexcl/aexcl_play.cxx.orig 2005-12-16 14:17:00 UTC ++++ aexcl/aexcl_play.cxx +@@ -199,7 +199,7 @@ static int run_raop_play(void) + { + const char *rargv[6]; + char ip[32]; +- char *astr; ++ const char *astr; + char vol[8]; + + rargv[0]="raop_play"; From owner-svn-ports-all@freebsd.org Sat Oct 22 13:43:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8405C1CB8A; Sat, 22 Oct 2016 13:43:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B33AC7A9; Sat, 22 Oct 2016 13:43:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MDhebD051227; Sat, 22 Oct 2016 13:43:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MDhe9F051226; Sat, 22 Oct 2016 13:43:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610221343.u9MDhe9F051226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 22 Oct 2016 13:43:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424474 - head/sysutils/rinse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 13:43:42 -0000 Author: jbeich Date: Sat Oct 22 13:43:40 2016 New Revision: 424474 URL: https://svnweb.freebsd.org/changeset/ports/424474 Log: sysutils/rinse: chase r421098 Modified: head/sysutils/rinse/Makefile (contents, props changed) Modified: head/sysutils/rinse/Makefile ============================================================================== --- head/sysutils/rinse/Makefile Sat Oct 22 13:37:07 2016 (r424473) +++ head/sysutils/rinse/Makefile Sat Oct 22 13:43:40 2016 (r424474) @@ -23,15 +23,11 @@ MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" DATADIR= ${PREFIX}/lib/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} +IGNORE_DragonFly= requires linuxulator to register rpms + ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= requires linuxulator to register rpms -.include - -.if ${OPSYS} == DragonFly -IGNORE= requires linuxulator to register rpms -.endif - post-extract: ${MV} ${WRKSRC}/etc/rinse.conf ${WRKSRC}/etc/rinse.conf.sample From owner-svn-ports-all@freebsd.org Sat Oct 22 14:32:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0F2AC1C89B; Sat, 22 Oct 2016 14:32:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D64DF7F; Sat, 22 Oct 2016 14:32:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MEWR4N069893; Sat, 22 Oct 2016 14:32:27 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MEWRO7069891; Sat, 22 Oct 2016 14:32:27 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610221432.u9MEWRO7069891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 22 Oct 2016 14:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424475 - head/net/py-pyzmq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 14:32:28 -0000 Author: novel Date: Sat Oct 22 14:32:27 2016 New Revision: 424475 URL: https://svnweb.freebsd.org/changeset/ports/424475 Log: net/py-pyzmq: update to 16.0.0 Modified: head/net/py-pyzmq/Makefile head/net/py-pyzmq/distinfo Modified: head/net/py-pyzmq/Makefile ============================================================================== --- head/net/py-pyzmq/Makefile Sat Oct 22 13:43:40 2016 (r424474) +++ head/net/py-pyzmq/Makefile Sat Oct 22 14:32:27 2016 (r424475) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyzmq -PORTVERSION= 15.4.0 +PORTVERSION= 16.0.0 CATEGORIES= net devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-pyzmq/distinfo ============================================================================== --- head/net/py-pyzmq/distinfo Sat Oct 22 13:43:40 2016 (r424474) +++ head/net/py-pyzmq/distinfo Sat Oct 22 14:32:27 2016 (r424475) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472240860 -SHA256 (pyzmq-15.4.0.tar.gz) = 9d1d69da7ee78dce8721a1617c7938ded1cd1df76a6c1abf19acebb1a5ccc2bf -SIZE (pyzmq-15.4.0.tar.gz) = 967184 +TIMESTAMP = 1477133732 +SHA256 (pyzmq-16.0.0.tar.gz) = 712000cc23e3845936d22b6085be40679fd38d789a3d20836be191b8a86f15a7 +SIZE (pyzmq-16.0.0.tar.gz) = 986465 From owner-svn-ports-all@freebsd.org Sat Oct 22 14:53:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B83A8C1D205; Sat, 22 Oct 2016 14:53: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 700A51C2F; Sat, 22 Oct 2016 14:53:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MErZXb077587; Sat, 22 Oct 2016 14:53:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MErZoD077583; Sat, 22 Oct 2016 14:53:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610221453.u9MErZoD077583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 22 Oct 2016 14:53:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424476 - branches/2016Q4/games/openra X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 14:53:36 -0000 Author: jbeich Date: Sat Oct 22 14:53:35 2016 New Revision: 424476 URL: https://svnweb.freebsd.org/changeset/ports/424476 Log: games/openra: update GeoLite2 to October snapshot => Attempting to fetch https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1150718, actual 1302893 => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/GeoLite2-Country.mmdb.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/GeoLite2-Country.mmdb.gz: size mismatch: expected 1150718, actual 1302893 => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/ and try again. *** Error code 1 Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2016Q4/games/openra/Makefile branches/2016Q4/games/openra/distinfo Modified: branches/2016Q4/games/openra/Makefile ============================================================================== --- branches/2016Q4/games/openra/Makefile Sat Oct 22 14:32:27 2016 (r424475) +++ branches/2016Q4/games/openra/Makefile Sat Oct 22 14:53:35 2016 (r424476) @@ -3,6 +3,7 @@ PORTNAME= openra PORTVERSION= 20160508 DISTVERSIONPREFIX= release- +PORTREVISION= 1 CATEGORIES= games # XXX Convert to USES=nuget or package dependencies instead MASTER_SITES= https://nuget.org/api/v2/package/StyleCopPlus.MSBuild/4.7.49.5?dummy=/:StyleCopPlus \ Modified: branches/2016Q4/games/openra/distinfo ============================================================================== --- branches/2016Q4/games/openra/distinfo Sat Oct 22 14:32:27 2016 (r424475) +++ branches/2016Q4/games/openra/distinfo Sat Oct 22 14:53:35 2016 (r424476) @@ -34,7 +34,7 @@ SHA256 (OpenAL-CS.dll.config) = 58eaf46a SIZE (OpenAL-CS.dll.config) = 301 SHA256 (Eluant.dll) = 218c4ea5424b44d746b5343563123beebc652fd9731967dfd49fed071b58df31 SIZE (Eluant.dll) = 71168 -SHA256 (GeoLite2-Country.mmdb.gz) = 3bcd3e85566620ff316ed1a6f9f2a0df7cbc6c35ed069b5fdcc57d2235d80229 -SIZE (GeoLite2-Country.mmdb.gz) = 1150718 +SHA256 (GeoLite2-Country.mmdb.gz) = be007196c155814b9e46f3969d992aca43158b0b8840b747079312c0aafaa530 +SIZE (GeoLite2-Country.mmdb.gz) = 1302893 SHA256 (openra-OpenRA-release-20160508_GH0.tar.gz) = 277f9bf9dbe4e9a0a3b66e6207cfc8dfee41e47b070af59229c50238db5e25ef SIZE (openra-OpenRA-release-20160508_GH0.tar.gz) = 11617816 From owner-svn-ports-all@freebsd.org Sat Oct 22 15:30:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E75AAC1D81E; Sat, 22 Oct 2016 15:30:09 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8113C3C; Sat, 22 Oct 2016 15:30:09 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MFU86A089306; Sat, 22 Oct 2016 15:30:08 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MFU8mR089304; Sat, 22 Oct 2016 15:30:08 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201610221530.u9MFU8mR089304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 22 Oct 2016 15:30:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424477 - in head/graphics/py-wand: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 15:30:10 -0000 Author: olivierd Date: Sat Oct 22 15:30:08 2016 New Revision: 424477 URL: https://svnweb.freebsd.org/changeset/ports/424477 Log: - Update to 0.4.4 - Remove patch (merged upstream) Deleted: head/graphics/py-wand/files/ Modified: head/graphics/py-wand/Makefile head/graphics/py-wand/distinfo Modified: head/graphics/py-wand/Makefile ============================================================================== --- head/graphics/py-wand/Makefile Sat Oct 22 14:53:35 2016 (r424476) +++ head/graphics/py-wand/Makefile Sat Oct 22 15:30:08 2016 (r424477) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Wand -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.4 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-wand/distinfo ============================================================================== --- head/graphics/py-wand/distinfo Sat Oct 22 14:53:35 2016 (r424476) +++ head/graphics/py-wand/distinfo Sat Oct 22 15:30:08 2016 (r424477) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464905007 -SHA256 (Wand-0.4.3.tar.gz) = 576133476b1970313b4ab69460051dba2563ac125143bc109d6c796f77d9bd57 -SIZE (Wand-0.4.3.tar.gz) = 65381 +TIMESTAMP = 1477149724 +SHA256 (Wand-0.4.4.tar.gz) = 28e0454c9d16d69c5d5034918d96320d8f9f1377b4fdaf4944eec2f938c74704 +SIZE (Wand-0.4.4.tar.gz) = 65559 From owner-svn-ports-all@freebsd.org Sat Oct 22 17:03:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CA18C1D786; Sat, 22 Oct 2016 17:03:27 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E19E628; Sat, 22 Oct 2016 17:03:27 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MH3QG9026521; Sat, 22 Oct 2016 17:03:26 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MH3QI6026518; Sat, 22 Oct 2016 17:03:26 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610221703.u9MH3QI6026518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 22 Oct 2016 17:03:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424478 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 17:03:27 -0000 Author: adamw Date: Sat Oct 22 17:03:26 2016 New Revision: 424478 URL: https://svnweb.freebsd.org/changeset/ports/424478 Log: Update to patchlevel 46. Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat Oct 22 15:30:08 2016 (r424477) +++ head/editors/vim/Makefile Sat Oct 22 17:03:26 2016 (r424478) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.0035 +PORTVERSION= 8.0.0046 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat Oct 22 15:30:08 2016 (r424477) +++ head/editors/vim/distinfo Sat Oct 22 17:03:26 2016 (r424478) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476303311 -SHA256 (vim-vim-v8.0.0035_GH0.tar.gz) = 5b88509107cba8ca336450ec8f5b78bc53b3f079c6788ec168c2d9f08591ced2 -SIZE (vim-vim-v8.0.0035_GH0.tar.gz) = 12919456 +TIMESTAMP = 1477153978 +SHA256 (vim-vim-v8.0.0046_GH0.tar.gz) = a768d3b959c44c6084c1c745012766a537303c687f8869d3e877c5a25cc812f4 +SIZE (vim-vim-v8.0.0046_GH0.tar.gz) = 12924328 From owner-svn-ports-all@freebsd.org Sat Oct 22 17:03:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 777FEC1D78B; Sat, 22 Oct 2016 17:03:28 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 494DC62A; Sat, 22 Oct 2016 17:03:28 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MH3Rd4026634; Sat, 22 Oct 2016 17:03:27 GMT (envelope-from bar@FreeBSD.org) Received: (from bar@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MH3Rlj026632; Sat, 22 Oct 2016 17:03:27 GMT (envelope-from bar@FreeBSD.org) Message-Id: <201610221703.u9MH3Rlj026632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bar set sender to bar@FreeBSD.org using -f From: Barbara Guida Date: Sat, 22 Oct 2016 17:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424479 - head/www/xpi-firebug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 17:03:28 -0000 Author: bar Date: Sat Oct 22 17:03:27 2016 New Revision: 424479 URL: https://svnweb.freebsd.org/changeset/ports/424479 Log: Update to 2.0.18 Modified: head/www/xpi-firebug/Makefile head/www/xpi-firebug/distinfo Modified: head/www/xpi-firebug/Makefile ============================================================================== --- head/www/xpi-firebug/Makefile Sat Oct 22 17:03:26 2016 (r424478) +++ head/www/xpi-firebug/Makefile Sat Oct 22 17:03:27 2016 (r424479) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firebug -PORTVERSION= 2.0.17 +PORTVERSION= 2.0.18 DISTVERSIONSUFFIX= -fx PORTEPOCH= 3 CATEGORIES= www Modified: head/www/xpi-firebug/distinfo ============================================================================== --- head/www/xpi-firebug/distinfo Sat Oct 22 17:03:26 2016 (r424478) +++ head/www/xpi-firebug/distinfo Sat Oct 22 17:03:27 2016 (r424479) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465721600 -SHA256 (xpi/firebug-2.0.17-fx.xpi) = 32a1eef23bdac7bb97a06b527f5c88fe94476755f76b8b1db3b3c66acddd83da -SIZE (xpi/firebug-2.0.17-fx.xpi) = 2617021 +TIMESTAMP = 1477155403 +SHA256 (xpi/firebug-2.0.18-fx.xpi) = 7cd395e1a79f24b25856f73abaa2f1ca45b9a12dd83276e3b6b6bcb0f25c2944 +SIZE (xpi/firebug-2.0.18-fx.xpi) = 2617046 From owner-svn-ports-all@freebsd.org Sat Oct 22 17:05:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 161E0C1D823; Sat, 22 Oct 2016 17:05:38 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E71E086E; Sat, 22 Oct 2016 17:05:36 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip72-204-34-204.fv.ks.cox.net [72.204.34.204]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 351F943C02; Sat, 22 Oct 2016 12:05:04 -0500 (CDT) Subject: Re: svn commit: r424429 - head/net-mgmt/ezradius To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610211550.u9LFoRMY049094@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: Date: Sat, 22 Oct 2016 12:05:31 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201610211550.u9LFoRMY049094@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 161022-0, 10/22/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 17:05:38 -0000 On 10/21/2016 10:50, Mathieu Arnold wrote: > Author: mat > Date: Fri Oct 21 15:50:27 2016 > New Revision: 424429 > URL: https://svnweb.freebsd.org/changeset/ports/424429 > > Log: > Use the right way to give files to www:www. > > Sponsored by: Absolight > > Modified: > head/net-mgmt/ezradius/Makefile (contents, props changed) > head/net-mgmt/ezradius/pkg-plist (contents, props changed) > > Modified: head/net-mgmt/ezradius/Makefile > ============================================================================== > --- head/net-mgmt/ezradius/Makefile Fri Oct 21 15:33:53 2016 (r424428) > +++ head/net-mgmt/ezradius/Makefile Fri Oct 21 15:50:27 2016 (r424429) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= ezradius > -PORTVERSION= 0.2.1.2 > +PORTVERSION= 1.2.1.2 > PORTREVISION= 1 > CATEGORIES= net-mgmt The PORTVERSION changed with no change in distinfo. I assume this is a typo? The port is broken (unfetchable) after this commit. John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-all@freebsd.org Sat Oct 22 17:45:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35DFDC1D0DB; Sat, 22 Oct 2016 17:45:11 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 053C71B45; Sat, 22 Oct 2016 17:45:10 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MHjAG9041685; Sat, 22 Oct 2016 17:45:10 GMT (envelope-from bar@FreeBSD.org) Received: (from bar@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MHjApw041683; Sat, 22 Oct 2016 17:45:10 GMT (envelope-from bar@FreeBSD.org) Message-Id: <201610221745.u9MHjApw041683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bar set sender to bar@FreeBSD.org using -f From: Barbara Guida Date: Sat, 22 Oct 2016 17:45:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424480 - head/net-p2p/amule-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 17:45:11 -0000 Author: bar Date: Sat Oct 22 17:45:09 2016 New Revision: 424480 URL: https://svnweb.freebsd.org/changeset/ports/424480 Log: Update to SVN-r10966 Modified: head/net-p2p/amule-devel/Makefile head/net-p2p/amule-devel/distinfo Modified: head/net-p2p/amule-devel/Makefile ============================================================================== --- head/net-p2p/amule-devel/Makefile Sat Oct 22 17:03:27 2016 (r424479) +++ head/net-p2p/amule-devel/Makefile Sat Oct 22 17:45:09 2016 (r424480) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= amule -PORTVERSION= 10964 +PORTVERSION= 10966 PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ Modified: head/net-p2p/amule-devel/distinfo ============================================================================== --- head/net-p2p/amule-devel/distinfo Sat Oct 22 17:03:27 2016 (r424479) +++ head/net-p2p/amule-devel/distinfo Sat Oct 22 17:45:09 2016 (r424480) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475447317 -SHA256 (aMule-SVN-r10964.tar.bz2) = 44ceb8e31b6474b8f313bc102b7874b7702e512c316bb76d040ab0d3fa7bafc6 -SIZE (aMule-SVN-r10964.tar.bz2) = 4739712 +TIMESTAMP = 1477156314 +SHA256 (aMule-SVN-r10966.tar.bz2) = ae57db686cacb1f22b381a582d60e391e49eb2added73ec5001dc8468f2c8970 +SIZE (aMule-SVN-r10966.tar.bz2) = 4738506 From owner-svn-ports-all@freebsd.org Sat Oct 22 18:42:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30454C1D030; Sat, 22 Oct 2016 18:42:33 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F39A16B2; Sat, 22 Oct 2016 18:42:32 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MIgWt4064043; Sat, 22 Oct 2016 18:42:32 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MIgVbR064041; Sat, 22 Oct 2016 18:42:31 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610221842.u9MIgVbR064041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 22 Oct 2016 18:42:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424481 - in head/games/nethack36: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 18:42:33 -0000 Author: marino Date: Sat Oct 22 18:42:31 2016 New Revision: 424481 URL: https://svnweb.freebsd.org/changeset/ports/424481 Log: games/nethack36(-nox): Document ncurses requirement Also link directly to libncurses rather than its symlink. While here, allow build on DF with USES=alias. Approved by: ncurses blanket Modified: head/games/nethack36/Makefile head/games/nethack36/files/patch-sys-unix-Makefile.src Modified: head/games/nethack36/Makefile ============================================================================== --- head/games/nethack36/Makefile Sat Oct 22 17:45:09 2016 (r424480) +++ head/games/nethack36/Makefile Sat Oct 22 18:42:31 2016 (r424481) @@ -18,7 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg WRKSRC= ${WRKDIR}/${TRUEPORTNAME}-${PORTVERSION} -USES= gmake tar:tgz +USES= alias gmake ncurses tar:tgz MAKE_ENV= GRAPHICS="${GRAPHICS}" PLIST_SUB= HACKNAME="${HACKNAME}" \ HACKEXT="${HACKEXT}" Modified: head/games/nethack36/files/patch-sys-unix-Makefile.src ============================================================================== --- head/games/nethack36/files/patch-sys-unix-Makefile.src Sat Oct 22 17:45:09 2016 (r424480) +++ head/games/nethack36/files/patch-sys-unix-Makefile.src Sat Oct 22 18:42:31 2016 (r424481) @@ -61,7 +61,7 @@ # WINTTYLIB = -lcurses16 # WINTTYLIB = -lncurses -#WINTTYLIB = -ltermlib -+WINTTYLIB = -ltermlib ++WINTTYLIB = -lncurses -L${LOCALBASE}/lib # # libraries for X11 # If USE_XPM is defined in config.h, you will also need -lXpm here. From owner-svn-ports-all@freebsd.org Sat Oct 22 18:59:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79FB1C1D253; Sat, 22 Oct 2016 18:59:20 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F530B02; Sat, 22 Oct 2016 18:59:20 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MIxJYU068517; Sat, 22 Oct 2016 18:59:19 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MIxJ9W068516; Sat, 22 Oct 2016 18:59:19 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610221859.u9MIxJ9W068516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 22 Oct 2016 18:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424482 - head/net-mgmt/ezradius X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 18:59:20 -0000 Author: marino Date: Sat Oct 22 18:59:19 2016 New Revision: 424482 URL: https://svnweb.freebsd.org/changeset/ports/424482 Log: net-mgmt/ezradius: Fix PORTVERSION + PORTREVISION after last commit Modified: head/net-mgmt/ezradius/Makefile Modified: head/net-mgmt/ezradius/Makefile ============================================================================== --- head/net-mgmt/ezradius/Makefile Sat Oct 22 18:42:31 2016 (r424481) +++ head/net-mgmt/ezradius/Makefile Sat Oct 22 18:59:19 2016 (r424482) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= ezradius -PORTVERSION= 1.2.1.2 -PORTREVISION= 1 +PORTVERSION= 0.2.1.2 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.2.1stable DISTNAME= ${PORTNAME}-${PORTVERSION}stable From owner-svn-ports-all@freebsd.org Sat Oct 22 19:50:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60B15C1DF2F; Sat, 22 Oct 2016 19:50:41 +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 2D202AB9; Sat, 22 Oct 2016 19:50:41 +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 u9MJoeSt087482; Sat, 22 Oct 2016 19:50:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MJoeU9087480; Sat, 22 Oct 2016 19:50:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610221950.u9MJoeU9087480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 22 Oct 2016 19:50:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424483 - head/security/tsshbatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 19:50:41 -0000 Author: pi Date: Sat Oct 22 19:50:39 2016 New Revision: 424483 URL: https://svnweb.freebsd.org/changeset/ports/424483 Log: security/tsshbatch: update 1.228 -> 1.317 - Many changes PR: 213630 Submitted by: tsshbatch@tundraware.com (maintainer) Modified: head/security/tsshbatch/Makefile head/security/tsshbatch/distinfo Modified: head/security/tsshbatch/Makefile ============================================================================== --- head/security/tsshbatch/Makefile Sat Oct 22 18:59:19 2016 (r424482) +++ head/security/tsshbatch/Makefile Sat Oct 22 19:50:39 2016 (r424483) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tsshbatch -PORTVERSION= 1.228 +PORTVERSION= 1.317 CATEGORIES= security python MASTER_SITES= http://www.tundraware.com/Software/tsshbatch/ @@ -30,6 +30,7 @@ PORTDOCS= WHATSNEW.txt \ OPTIONS_DEFINE= DOCS do-install: + cp -p ${WRKSRC}/Docs/* ${WRKSRC}/ ${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/security/tsshbatch/distinfo ============================================================================== --- head/security/tsshbatch/distinfo Sat Oct 22 18:59:19 2016 (r424482) +++ head/security/tsshbatch/distinfo Sat Oct 22 19:50:39 2016 (r424483) @@ -1,2 +1,3 @@ -SHA256 (tsshbatch-1.228.tar.gz) = 9134861ed43c0e1462bc69c2485629ccf720fb6ca7604dfdfeb6ed0582424924 -SIZE (tsshbatch-1.228.tar.gz) = 609548 +TIMESTAMP = 1476916550 +SHA256 (tsshbatch-1.317.tar.gz) = 6100c74837ff0513ec6255a85eb71fb56fc0cc1a8debefff53e586f4b669e954 +SIZE (tsshbatch-1.317.tar.gz) = 649486 From owner-svn-ports-all@freebsd.org Sat Oct 22 20:27:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 951B8C1CEC1; Sat, 22 Oct 2016 20:27:18 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66E335F9; Sat, 22 Oct 2016 20:27:18 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MKRH7C002453; Sat, 22 Oct 2016 20:27:17 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MKRHp8002452; Sat, 22 Oct 2016 20:27:17 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610222027.u9MKRHp8002452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sat, 22 Oct 2016 20:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424484 - head/devel/arduino-builder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 20:27:18 -0000 Author: bsam Date: Sat Oct 22 20:27:17 2016 New Revision: 424484 URL: https://svnweb.freebsd.org/changeset/ports/424484 Log: devel/arduino-builder: Move GOPATH to GO_ENV, respect GO_ENV. PR: 213697 Submitted by: Kyle Evans (maintainer) Modified: head/devel/arduino-builder/Makefile Modified: head/devel/arduino-builder/Makefile ============================================================================== --- head/devel/arduino-builder/Makefile Sat Oct 22 19:50:39 2016 (r424483) +++ head/devel/arduino-builder/Makefile Sat Oct 22 20:27:17 2016 (r424484) @@ -2,7 +2,7 @@ PORTNAME= arduino-builder PORTVERSION= 1.3.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= bsdports@kyle-evans.net @@ -20,6 +20,7 @@ GH_TUPLE= go-errors:errors:a418503:goerr stretchr:testify:v1.1.3:stretchr/src/github.com/stretchr/testify \ jstemmer:go-junit-report:833f8ea:jstemmer/src/github.com/jstemmer/go-junit-report +GO_ENV+= GOPATH=${WRKSRC} STRIP= # stripping can break go binaries PLIST_FILES= arduino/hardware/platform.keys.rewrite.txt \ @@ -27,7 +28,7 @@ PLIST_FILES= arduino/hardware/platform.k bin/${PORTNAME} do-build: - @( cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} go build arduino.cc/arduino-builder ) + @( cd ${WRKSRC} ; ${SETENV} ${GO_ENV} go build arduino.cc/arduino-builder ) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} From owner-svn-ports-all@freebsd.org Sat Oct 22 20:28:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA848C1CF39; Sat, 22 Oct 2016 20:28:25 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 70A64792; Sat, 22 Oct 2016 20:28:24 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id y2tsblbBKMSApy2ttbkObh; Sat, 22 Oct 2016 14:28:17 -0600 X-Authority-Analysis: v=2.2 cv=A9QuBOeG c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=CH0kA5CcgfcA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=oFzhI16iqN2z4S1IBF0A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id DF737185D; Sat, 22 Oct 2016 13:28:15 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u9MKSFIh071819; Sat, 22 Oct 2016 13:28:15 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201610222028.u9MKSFIh071819@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Adam Weinberger cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424478 - head/editors/vim In-Reply-To: Message from Adam Weinberger of "Sat, 22 Oct 2016 17:03:26 -0000." <201610221703.u9MH3QI6026518@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 22 Oct 2016 13:28:15 -0700 X-CMAE-Envelope: MS4wfMhXCherVLsOrwg3Rs2MwGozUZg7QJRaTTryIClQ584ejFvGX90ShPIsFxa0mXni6hLvw3vYu3/pUjo/kyIK5m+PMQPoueXQoiYbmX/Y6hYZ60KfTxY7 v60b/fqq6yc0YcevDaHSe4CWl0NShej+hlu9hQQ0gNuOMX0SKzv3JVWTO6nglVlxv88YY/jtggUBYWiQ8Sh1usnK4O/OhV8kxQIf6zq1uTcuGsK/iJ1Wc5Me WeT2+boCQl/+EMmfUgkpHqnnBi6Lwj6uNtocuzD/A+pl6dPlXwYN3WoyfsBKhytX X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 20:28:25 -0000 In message <201610221703.u9MH3QI6026518@repo.freebsd.org>, Adam Weinberger writ es: > Author: adamw > Date: Sat Oct 22 17:03:26 2016 > New Revision: 424478 > URL: https://svnweb.freebsd.org/changeset/ports/424478 > > Log: > Update to patchlevel 46. > > Modified: > head/editors/vim/Makefile > head/editors/vim/distinfo > > Modified: head/editors/vim/Makefile > ============================================================================= > = > --- head/editors/vim/Makefile Sat Oct 22 15:30:08 2016 (r424477) > +++ head/editors/vim/Makefile Sat Oct 22 17:03:26 2016 (r424478) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= vim > -PORTVERSION= 8.0.0035 > +PORTVERSION= 8.0.0046 > DISTVERSIONPREFIX= v > CATEGORIES= editors > > > Modified: head/editors/vim/distinfo > ============================================================================= > = > --- head/editors/vim/distinfo Sat Oct 22 15:30:08 2016 (r424477) > +++ head/editors/vim/distinfo Sat Oct 22 17:03:26 2016 (r424478) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1476303311 > -SHA256 (vim-vim-v8.0.0035_GH0.tar.gz) = 5b88509107cba8ca336450ec8f5b78bc53b3 > f079c6788ec168c2d9f08591ced2 > -SIZE (vim-vim-v8.0.0035_GH0.tar.gz) = 12919456 > +TIMESTAMP = 1477153978 > +SHA256 (vim-vim-v8.0.0046_GH0.tar.gz) = a768d3b959c44c6084c1c745012766a53730 > 3c687f8869d3e877c5a25cc812f4 > +SIZE (vim-vim-v8.0.0046_GH0.tar.gz) = 12924328 Hi Adam, This fails to build on a -CURRENT as of r307727. Here's the tail of the build. checking linker --as-needed support... yes configure: updating cache auto/config.cache configure: creating auto/config.status config.status: creating auto/config.mk config.status: creating auto/config.h ===> Building for vim-8.0.0046 cc -emit-llvm -pipe -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -pipe -c -o .c.bco cc: error: no input files *** Error code 1 Stop. make[2]: stopped in /export/wrkdir/amd64/usr/ports/editors/vim/work/vim-8.0. 0046 *** Error code 1 Stop. make[1]: stopped in /usr/ports/editors/vim *** Error code 1 Stop. make: stopped in /usr/ports/editors/vim slippy# -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Sat Oct 22 20:34:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C260C1D303; Sat, 22 Oct 2016 20:34:09 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40242BFA; Sat, 22 Oct 2016 20:34:09 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MKY8gp006522; Sat, 22 Oct 2016 20:34:08 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MKY7Qm006510; Sat, 22 Oct 2016 20:34:07 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610222034.u9MKY7Qm006510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sat, 22 Oct 2016 20:34:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424485 - in head/devel: . arduino16 arduino16/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 20:34:09 -0000 Author: bsam Date: Sat Oct 22 20:34:06 2016 New Revision: 424485 URL: https://svnweb.freebsd.org/changeset/ports/424485 Log: Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. The Arduino software consists of a development environment (IDE) and the core libraries. WWW: http://arduino.cc/ PR: 213659 Submitted by: bsdports@kyle-evans.net Added: head/devel/arduino16/ head/devel/arduino16/Makefile (contents, props changed) head/devel/arduino16/distinfo (contents, props changed) head/devel/arduino16/files/ head/devel/arduino16/files/patch-app_src_processing_app_Base.java (contents, props changed) head/devel/arduino16/files/patch-arduino-core_src_cc_arduino_contributions_libraries_LibraryInstaller.java (contents, props changed) head/devel/arduino16/files/patch-arduino-core_src_cc_arduino_contributions_packages_ContributionInstaller.java (contents, props changed) head/devel/arduino16/files/patch-arduino-core_src_cc_arduino_contributions_packages_ContributionsIndexer.java (contents, props changed) head/devel/arduino16/files/patch-arduino-core_src_cc_arduino_contributions_packages_HostDependentDownloadableContribution.java (contents, props changed) head/devel/arduino16/files/patch-arduino-core_src_processing_app_BaseNoGui.java (contents, props changed) head/devel/arduino16/files/patch-build_build.xml (contents, props changed) head/devel/arduino16/pkg-descr (contents, props changed) head/devel/arduino16/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Oct 22 20:27:17 2016 (r424484) +++ head/devel/Makefile Sat Oct 22 20:34:06 2016 (r424485) @@ -103,6 +103,7 @@ SUBDIR += arduino-mk SUBDIR += arduino-sevseg SUBDIR += arduino-tools + SUBDIR += arduino16 SUBDIR += argouml SUBDIR += argp-standalone SUBDIR += argtable Added: head/devel/arduino16/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino16/Makefile Sat Oct 22 20:34:06 2016 (r424485) @@ -0,0 +1,102 @@ +# $FreeBSD$ + +PORTNAME= arduino +PORTVERSION= 1.6.12 +CATEGORIES= devel java +PKGNAMESUFFIX= 16 +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Open-source electronics prototyping platform + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/../license.txt + +LIB_DEPENDS= liblistSerialsj.so:devel/listserialc \ + libastyle-arduinoj.so:devel/libastylej-arduino +RUN_DEPENDS= arduino-builder:devel/arduino-builder \ + arduino-tools>=1.6.12:devel/arduino-tools \ + bash:shells/bash + +CONFLICTS= arduino-[0-9]* + +BUNDLE_GH_ACCOUNT= arduino-libraries +BUNDLE_LIBRARIES= Firmata:2.5.3:firmata \ + Bridge:1.6.3:bridge \ + Robot_Control:1.0.2:robotcontrol \ + Robot_Motor:1.0.1:robotmotor \ + RobotIRremote:1.0.2:robotir \ + SpacebrewYun:1.0.1:spacebrew \ + Temboo:1.1.7:temboo \ + Esplora:1.0.4:esplora \ + Mouse:1.0.1:mouse \ + Keyboard:1.0.1:keyboard + +GH_TUPLE+= ${BUNDLE_GH_ACCOUNT}:WiFi101-FirmwareUpdater-Plugin:v0.8.0:wifi10/linux/work/tools/WiFi101 + +USE_GITHUB= yes +GH_ACCOUNT= arduino +GH_PROJECT= Arduino + +.for blib in ${BUNDLE_LIBRARIES} +GH_TUPLE+= ${BUNDLE_GH_ACCOUNT}:${blib}/linux/work/libraries/${blib:C/\:.*//} +.endfor + +LIB_DIRS+= ${LOCALBASE}/lib ${LOCALBASE}/lib/jni +WRKSRC_SUBDIR= build +PATCH_WRKSRC= ${WRKSRC}/../ +MAKE_ARGS+= -Dlight_bundle=true -Dlocal_sources=true +USE_JAVA= yes +USE_ANT= yes +DOCS_MAKE_ARGS= -Dno_docs=false +DOCS_MAKE_ARGS_OFF= -Dno_docs=true +OS_DIR= ${WRKSRC}/linux +BUILD_DIR= ${OS_DIR}/work +INSLIST= lib libraries revisions.txt tools +STRIP= # No Elfs here, only symlinks +OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_SUB= yes + +DOCS_MASTER_SITES= http://downloads.arduino.cc/:ref,galileo,edison \ + https://files.kyle-evans.net/arduino/:ref,galileo,edison +DOCS_DISTFILES= reference-1.6.6-3.zip:ref \ + Galileo_help_files-1.6.2.zip:galileo \ + Edison_help_files-1.6.2.zip:edison + +.include + +.if ${ARCH} == "amd64" +ARCH= x86_64 +.endif + +.if ${PORT_OPTIONS:MDOCS} +INSLIST+= reference +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} +INSLIST+= examples +.endif + +post-extract: + ${MKDIR} ${BUILD_DIR}/reference + ${MV} ${WRKDIR}/code.jquery.com ${BUILD_DIR}/reference + ${MV} ${WRKDIR}/www.arduino.cc ${BUILD_DIR}/reference + ${MV} ${WRKDIR}/Galileo_help_files ${BUILD_DIR}/reference + ${MV} ${WRKDIR}/Edison_help_files ${BUILD_DIR}/reference + +post-patch: + ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${PATCH_WRKSRC}/arduino-core/src/processing/app/BaseNoGui.java + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} + (cd ${BUILD_DIR}/ && ${COPYTREE_SHARE} "${INSLIST}" ${STAGEDIR}${PREFIX}/${PORTNAME} ${FIND_EXPR}) + (cd ${WRKSRC}/../ && ${COPYTREE_SHARE} "libraries" ${STAGEDIR}${PREFIX}/${PORTNAME} ${FIND_EXPR}) + ${RM} ${STAGEDIR}${PREFIX}/${PORTNAME}/lib/libastylej.so + ${RM} ${STAGEDIR}${PREFIX}/${PORTNAME}/lib/liblistSerialsj.so + ${LN} -s ../../lib/jni/libarduino-astylej.so ${STAGEDIR}${PREFIX}/${PORTNAME}/lib/libastylej.so + ${LN} -s ../../lib/jni/liblistSerialsj.so ${STAGEDIR}${PREFIX}/${PORTNAME}/lib/liblistSerialsj.so + ${INSTALL_SCRIPT} ${BUILD_DIR}/arduino ${STAGEDIR}${PREFIX}/${PORTNAME} + ${LN} -s ../${PORTNAME}/arduino ${STAGEDIR}${PREFIX}/bin/arduino + ${LN} -s ../bin/arduino-builder ${STAGEDIR}${PREFIX}/arduino/arduino-builder + +.include Added: head/devel/arduino16/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino16/distinfo Sat Oct 22 20:34:06 2016 (r424485) @@ -0,0 +1,31 @@ +TIMESTAMP = 1476591503 +SHA256 (arduino/reference-1.6.6-3.zip) = c3bfb7f9b408fd99a4a1c0f3b022f0a8b10abae6dc28e35d38b4a0df62903685 +SIZE (arduino/reference-1.6.6-3.zip) = 7004842 +SHA256 (arduino/Galileo_help_files-1.6.2.zip) = 1c70276e4783286d59c8ac0132c3286e7dcf6825bea65e25747a94416b07aa61 +SIZE (arduino/Galileo_help_files-1.6.2.zip) = 4352077 +SHA256 (arduino/Edison_help_files-1.6.2.zip) = 56718ce5b2b090d79dae298f6ff9a09c8c1a77f74e3594a951f7035877cc45f4 +SIZE (arduino/Edison_help_files-1.6.2.zip) = 3321743 +SHA256 (arduino/arduino-Arduino-1.6.12_GH0.tar.gz) = 081c063e34bd72c9912705f33395cdd1870424826b4365dd64439575e0f11817 +SIZE (arduino/arduino-Arduino-1.6.12_GH0.tar.gz) = 81248294 +SHA256 (arduino/arduino-libraries-WiFi101-FirmwareUpdater-Plugin-v0.8.0_GH0.tar.gz) = 2f6b17200c107e6e6190147b1e075d3bd91bf2f673853bce511eb8758c9dd133 +SIZE (arduino/arduino-libraries-WiFi101-FirmwareUpdater-Plugin-v0.8.0_GH0.tar.gz) = 568963 +SHA256 (arduino/arduino-libraries-Firmata-2.5.3_GH0.tar.gz) = d59313efb1050b4500d0ca8592bd312a8280903ee60051ec07ebb0f2a8cfa185 +SIZE (arduino/arduino-libraries-Firmata-2.5.3_GH0.tar.gz) = 154530 +SHA256 (arduino/arduino-libraries-Bridge-1.6.3_GH0.tar.gz) = 8c5f01530973aef9dbd47bd748c093e0a0774cca425e2b00e058f12d805a483f +SIZE (arduino/arduino-libraries-Bridge-1.6.3_GH0.tar.gz) = 36011 +SHA256 (arduino/arduino-libraries-Robot_Control-1.0.2_GH0.tar.gz) = 1c40bbd733ea3abde7f45102ad61e019c9512670a0da3a43bc0e609a03996a57 +SIZE (arduino/arduino-libraries-Robot_Control-1.0.2_GH0.tar.gz) = 78144 +SHA256 (arduino/arduino-libraries-Robot_Motor-1.0.1_GH0.tar.gz) = d2ebb4e924389e15f94cb052794d666e50711c2d5a3ec9a3a3e36f2fd141d198 +SIZE (arduino/arduino-libraries-Robot_Motor-1.0.1_GH0.tar.gz) = 7891 +SHA256 (arduino/arduino-libraries-RobotIRremote-1.0.2_GH0.tar.gz) = 58de60b9deb51172c5cb0ba31ce66cae021b937c3f22c69580f59f94b7692af0 +SIZE (arduino/arduino-libraries-RobotIRremote-1.0.2_GH0.tar.gz) = 19013 +SHA256 (arduino/arduino-libraries-SpacebrewYun-1.0.1_GH0.tar.gz) = b9ac22651020c04a246a0f839c7b7627dff22b1998e6640ee6112d7251538d09 +SIZE (arduino/arduino-libraries-SpacebrewYun-1.0.1_GH0.tar.gz) = 6901 +SHA256 (arduino/arduino-libraries-Temboo-1.1.7_GH0.tar.gz) = 34f6a1a87f32dd18515e3813a35e51aebc4a5e369c439cd8b535fa796b0e7d51 +SIZE (arduino/arduino-libraries-Temboo-1.1.7_GH0.tar.gz) = 76226 +SHA256 (arduino/arduino-libraries-Esplora-1.0.4_GH0.tar.gz) = 67644c34290d02d7867af87743e5326de55ee076f44ce2edbcd6fabad2ce7bac +SIZE (arduino/arduino-libraries-Esplora-1.0.4_GH0.tar.gz) = 12615 +SHA256 (arduino/arduino-libraries-Mouse-1.0.1_GH0.tar.gz) = 9269148995b5053a31781a085715f86ba60d9cf209fa1f13ba108858f1f50204 +SIZE (arduino/arduino-libraries-Mouse-1.0.1_GH0.tar.gz) = 2421 +SHA256 (arduino/arduino-libraries-Keyboard-1.0.1_GH0.tar.gz) = 048468d0c2d3be933971a7cbcdd68ac8619cc9a7b039eaa8ee15783ed767d793 +SIZE (arduino/arduino-libraries-Keyboard-1.0.1_GH0.tar.gz) = 4098 Added: head/devel/arduino16/files/patch-app_src_processing_app_Base.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino16/files/patch-app_src_processing_app_Base.java Sat Oct 22 20:34:06 2016 (r424485) @@ -0,0 +1,57 @@ +--- app/src/processing/app/Base.java.orig 2016-09-21 10:09:37 UTC ++++ app/src/processing/app/Base.java +@@ -463,7 +463,7 @@ public class Base { + new Thread(new NewBoardListener(this)).start(); + + // Check for updates +- if (PreferencesData.getBoolean("update.check")) { ++ if (false) { + new UpdateCheck(this); + + contributionsSelfCheck = new ContributionsSelfCheck(this, new UpdatableBoardsLibsFakeURLsHandler(this), contributionInstaller, libraryInstaller); +@@ -1060,12 +1060,7 @@ public class Base { + if (importMenu == null) + return; + importMenu.removeAll(); +- +- JMenuItem menu = new JMenuItem(tr("Manage Libraries...")); +- menu.addActionListener(e -> openLibraryManager("", "")); +- importMenu.add(menu); +- importMenu.addSeparator(); +- ++ + JMenuItem addLibraryMenuItem = new JMenuItem(tr("Add .ZIP Library...")); + addLibraryMenuItem.addActionListener(new ActionListener() { + public void actionPerformed(ActionEvent e) { +@@ -1392,31 +1387,12 @@ public class Base { + boardMenu.putClientProperty("removeOnWindowDeactivation", true); + MenuScroller.setScrollerFor(boardMenu); + +- boardMenu.add(new JMenuItem(new AbstractAction(tr("Boards Manager...")) { +- public void actionPerformed(ActionEvent actionevent) { +- String filterText = ""; +- String dropdownItem = ""; +- if (actionevent instanceof Event) { +- filterText = ((Event) actionevent).getPayload().get("filterText").toString(); +- dropdownItem = ((Event) actionevent).getPayload().get("dropdownItem").toString(); +- } +- try { +- openBoardsManager(filterText, dropdownItem); +- } catch (Exception e) { +- //TODO show error +- e.printStackTrace(); +- } +- } +- })); + boardsCustomMenus.add(boardMenu); + + // If there are no platforms installed we are done + if (BaseNoGui.packages.size() == 0) + return; + +- // Separate "Install boards..." command from installed boards +- boardMenu.add(new JSeparator()); +- + // Generate custom menus for all platforms + Set customMenusTitles = new HashSet(); + for (TargetPackage targetPackage : BaseNoGui.packages.values()) { Added: head/devel/arduino16/files/patch-arduino-core_src_cc_arduino_contributions_libraries_LibraryInstaller.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino16/files/patch-arduino-core_src_cc_arduino_contributions_libraries_LibraryInstaller.java Sat Oct 22 20:34:06 2016 (r424485) @@ -0,0 +1,35 @@ +--- arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java.orig 2016-09-21 10:09:37 UTC ++++ arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java +@@ -55,31 +55,7 @@ public class LibraryInstaller { + } + + public synchronized void updateIndex(ProgressListener progressListener) throws Exception { +- final MultiStepProgress progress = new MultiStepProgress(2); +- +- DownloadableContributionsDownloader downloader = new DownloadableContributionsDownloader(BaseNoGui.librariesIndexer.getStagingFolder()); +- // Step 1: Download index +- File outputFile = BaseNoGui.librariesIndexer.getIndexFile(); +- File tmpFile = new File(outputFile.getAbsolutePath() + ".tmp"); +- try { +- GZippedJsonDownloader gZippedJsonDownloader = new GZippedJsonDownloader(downloader, new URL(Constants.LIBRARY_INDEX_URL), new URL(Constants.LIBRARY_INDEX_URL_GZ)); +- gZippedJsonDownloader.download(tmpFile, progress, tr("Downloading libraries index..."), progressListener); +- } catch (InterruptedException e) { +- // Download interrupted... just exit +- return; +- } +- progress.stepDone(); +- +- // TODO: Check downloaded index +- +- // Replace old index with the updated one +- if (outputFile.exists()) +- outputFile.delete(); +- if (!tmpFile.renameTo(outputFile)) +- throw new Exception(tr("An error occurred while updating libraries index!")); +- +- // Step 2: Rescan index +- rescanLibraryIndex(progress, progressListener); ++ return; + } + + public synchronized void install(ContributedLibrary lib, ContributedLibrary replacedLib, ProgressListener progressListener) throws Exception { Added: head/devel/arduino16/files/patch-arduino-core_src_cc_arduino_contributions_packages_ContributionInstaller.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino16/files/patch-arduino-core_src_cc_arduino_contributions_packages_ContributionInstaller.java Sat Oct 22 20:34:06 2016 (r424485) @@ -0,0 +1,52 @@ +--- arduino-core/src/cc/arduino/contributions/packages/ContributionInstaller.java.orig 2016-09-21 10:09:37 UTC ++++ arduino-core/src/cc/arduino/contributions/packages/ContributionInstaller.java +@@ -281,47 +281,11 @@ public class ContributionInstaller { + } + + public synchronized List updateIndex(ProgressListener progressListener) throws Exception { +- MultiStepProgress progress = new MultiStepProgress(1); +- +- List downloadedPackageIndexFilesAccumulator = new LinkedList<>(); +- downloadIndexAndSignature(progress, downloadedPackageIndexFilesAccumulator, Constants.PACKAGE_INDEX_URL, progressListener); +- +- Set packageIndexURLs = new HashSet<>(); +- String additionalURLs = PreferencesData.get(Constants.PREF_BOARDS_MANAGER_ADDITIONAL_URLS, ""); +- if (!"".equals(additionalURLs)) { +- packageIndexURLs.addAll(Arrays.asList(additionalURLs.split(","))); +- } +- +- for (String packageIndexURL : packageIndexURLs) { +- try { +- downloadIndexAndSignature(progress, downloadedPackageIndexFilesAccumulator, packageIndexURL, progressListener); +- } catch (Exception e) { +- System.err.println(e.getMessage()); +- } +- } +- +- progress.stepDone(); +- +- return downloadedPackageIndexFilesAccumulator; ++ return new LinkedList<>(); + } + + private void downloadIndexAndSignature(MultiStepProgress progress, List downloadedPackagedIndexFilesAccumulator, String packageIndexUrl, ProgressListener progressListener) throws Exception { +- File packageIndex = download(progress, packageIndexUrl, progressListener); +- downloadedPackagedIndexFilesAccumulator.add(packageIndex.getName()); +- try { +- File packageIndexSignature = download(progress, packageIndexUrl + ".sig", progressListener); +- boolean signatureVerified = signatureVerifier.isSigned(packageIndex); +- if (signatureVerified) { +- downloadedPackagedIndexFilesAccumulator.add(packageIndexSignature.getName()); +- } else { +- downloadedPackagedIndexFilesAccumulator.remove(packageIndex.getName()); +- Files.delete(packageIndex.toPath()); +- Files.delete(packageIndexSignature.toPath()); +- System.err.println(I18n.format(tr("{0} file signature verification failed. File ignored."), packageIndexUrl)); +- } +- } catch (Exception e) { +- //ignore errors +- } ++ return; + } + + private File download(MultiStepProgress progress, String packageIndexUrl, ProgressListener progressListener) throws Exception { Added: head/devel/arduino16/files/patch-arduino-core_src_cc_arduino_contributions_packages_ContributionsIndexer.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino16/files/patch-arduino-core_src_cc_arduino_contributions_packages_ContributionsIndexer.java Sat Oct 22 20:34:06 2016 (r424485) @@ -0,0 +1,20 @@ +--- arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java.orig 2016-09-21 10:09:37 UTC ++++ arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java +@@ -85,17 +85,6 @@ public class ContributionsIndexer { + File bundledIndexFile = new File(builtInHardwareFolder, Constants.BUNDLED_INDEX_FILE_NAME); + index = parseIndex(bundledIndexFile); + +- // ...and overlay the default index if present +- File defaultIndexFile = getIndexFile(Constants.DEFAULT_INDEX_FILE_NAME); +- if (defaultIndexFile.exists()) { +- // Check main index signature +- if (!PreferencesData.getBoolean("allow_insecure_packages") && !signatureVerifier.isSigned(defaultIndexFile)) { +- throw new SignatureVerificationFailedException(Constants.DEFAULT_INDEX_FILE_NAME); +- } +- +- mergeContributions(parseIndex(defaultIndexFile), defaultIndexFile); +- } +- + // Set main and bundled indexes as trusted + index.getPackages().forEach(pack -> pack.setTrusted(true)); + Added: head/devel/arduino16/files/patch-arduino-core_src_cc_arduino_contributions_packages_HostDependentDownloadableContribution.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino16/files/patch-arduino-core_src_cc_arduino_contributions_packages_HostDependentDownloadableContribution.java Sat Oct 22 20:34:06 2016 (r424485) @@ -0,0 +1,19 @@ +--- arduino-core/src/cc/arduino/contributions/packages/HostDependentDownloadableContribution.java.orig 2016-09-21 10:09:37 UTC ++++ arduino-core/src/cc/arduino/contributions/packages/HostDependentDownloadableContribution.java +@@ -79,6 +79,16 @@ public abstract class HostDependentDownl + } + } + ++ if (osName.contains("FreeBSD")) { ++ if (osArch.contains("amd64")) { ++ return host.matches("x86_64-freebsd[0-9]*"); ++ } else if (osArch.contains("arm")) { ++ return host.matches("arm.*-freebsd[0-9]*"); ++ } else { ++ return host.matches("i386-freebsd[0-9]*"); ++ } ++ } ++ + return false; + } + } Added: head/devel/arduino16/files/patch-arduino-core_src_processing_app_BaseNoGui.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino16/files/patch-arduino-core_src_processing_app_BaseNoGui.java Sat Oct 22 20:34:06 2016 (r424485) @@ -0,0 +1,11 @@ +--- arduino-core/src/processing/app/BaseNoGui.java.orig 2016-09-21 10:09:37 UTC ++++ arduino-core/src/processing/app/BaseNoGui.java +@@ -851,7 +851,7 @@ public class BaseNoGui { + if (installedFolder != null) { + toolPath = installedFolder.getAbsolutePath(); + } else { +- toolPath = Constants.PREF_REMOVE_PLACEHOLDER; ++ toolPath = "/usr/local"; + } + String toolName = tool.getName(); + String toolVersion = tool.getVersion(); Added: head/devel/arduino16/files/patch-build_build.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino16/files/patch-build_build.xml Sat Oct 22 20:34:06 2016 (r424485) @@ -0,0 +1,319 @@ +--- build/build.xml.orig 2016-09-21 10:09:37 UTC ++++ build/build.xml +@@ -99,7 +99,7 @@ + + + +- ++ + + + +@@ -177,46 +177,23 @@ + + + +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ + + + + + ++ + +- +- +- +- +- +- +- ++ ++ ++ ++ + + + +- ++ ++ + + + +@@ -232,6 +209,9 @@ + + + ++ ++ ++ + + + +@@ -250,13 +230,17 @@ + + + +- ++ ++ + + + + + + ++ ++ ++ + + + +@@ -362,7 +346,7 @@ + + + +- ++ + + + +@@ -447,7 +431,7 @@ + + + +- ++ + + + +@@ -458,7 +442,7 @@ + + + +- ++ + + + +@@ -469,7 +453,7 @@ + + + +- ++ + + + +@@ -643,53 +627,15 @@ + + + +- +- +- +- +- +- +- +- +- + + + +- +- +- +- +- +- +- +- +- +- + + + +- +- +- +- +- +- +- +- +- + + + +- +- +- +- +- +- +- +- +- +- + + + +@@ -701,7 +647,7 @@ + + + +- ++ + + + +@@ -731,7 +677,7 @@ + + + +- ++ + + + +@@ -756,30 +702,6 @@ + + + +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- + + + +@@ -822,8 +744,21 @@ + + + ++ ++ ++ ++ + + ++ ++ ++ Skipping download of ${archive_url}, using makepkg downloaded ${basename} ++ ++ ++ ++ ++ ++ + + + Testing checksum of "${archive_file}" +@@ -926,7 +861,7 @@ + + + +- ++ + + + +@@ -935,7 +870,7 @@ + + + +- ++ + + + +@@ -977,7 +912,7 @@ + + + +- ++ + + + +@@ -987,7 +922,7 @@ + + + +- ++ + + + +@@ -998,7 +933,7 @@ + + + +- ++ + + + +@@ -1136,7 +1071,7 @@ + + + +- ++ + + + +@@ -1145,7 +1080,7 @@ + + + +- ++ + + + Added: head/devel/arduino16/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino16/pkg-descr Sat Oct 22 20:34:06 2016 (r424485) @@ -0,0 +1,9 @@ +Arduino is an open-source electronics prototyping platform based on +flexible, easy-to-use hardware and software. It's intended for artists, +designers, hobbyists, and anyone interested in creating interactive +objects or environments. + +The Arduino software consists of a development environment (IDE) and the +core libraries. + +WWW: http://arduino.cc/ Added: head/devel/arduino16/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino16/pkg-plist Sat Oct 22 20:34:06 2016 (r424485) @@ -0,0 +1,2056 @@ +arduino/arduino +arduino/arduino-builder +%%EXAMPLES%%arduino/examples/01.Basics/AnalogReadSerial/AnalogReadSerial.ino +%%EXAMPLES%%arduino/examples/01.Basics/AnalogReadSerial/AnalogReadSerial.txt +%%EXAMPLES%%arduino/examples/01.Basics/AnalogReadSerial/layout.png +%%EXAMPLES%%arduino/examples/01.Basics/AnalogReadSerial/schematic.png +%%EXAMPLES%%arduino/examples/01.Basics/BareMinimum/BareMinimum.ino +%%EXAMPLES%%arduino/examples/01.Basics/BareMinimum/BareMinimum.txt +%%EXAMPLES%%arduino/examples/01.Basics/Blink/Blink.ino +%%EXAMPLES%%arduino/examples/01.Basics/Blink/Blink.txt +%%EXAMPLES%%arduino/examples/01.Basics/DigitalReadSerial/DigitalReadSerial.ino +%%EXAMPLES%%arduino/examples/01.Basics/DigitalReadSerial/DigitalReadSerial.txt +%%EXAMPLES%%arduino/examples/01.Basics/DigitalReadSerial/layout.png +%%EXAMPLES%%arduino/examples/01.Basics/DigitalReadSerial/schematic.png +%%EXAMPLES%%arduino/examples/01.Basics/Fade/Fade.ino +%%EXAMPLES%%arduino/examples/01.Basics/Fade/Fade.txt +%%EXAMPLES%%arduino/examples/01.Basics/Fade/layout.png +%%EXAMPLES%%arduino/examples/01.Basics/Fade/schematic.png +%%EXAMPLES%%arduino/examples/01.Basics/ReadAnalogVoltage/ReadAnalogVoltage.ino +%%EXAMPLES%%arduino/examples/01.Basics/ReadAnalogVoltage/ReadAnalogVoltage.txt +%%EXAMPLES%%arduino/examples/01.Basics/ReadAnalogVoltage/layout.png +%%EXAMPLES%%arduino/examples/01.Basics/ReadAnalogVoltage/schematic.png +%%EXAMPLES%%arduino/examples/02.Digital/BlinkWithoutDelay/BlinkWithoutDelay.ino +%%EXAMPLES%%arduino/examples/02.Digital/BlinkWithoutDelay/BlinkWithoutDelay.txt +%%EXAMPLES%%arduino/examples/02.Digital/BlinkWithoutDelay/layout.png +%%EXAMPLES%%arduino/examples/02.Digital/BlinkWithoutDelay/schematic.png +%%EXAMPLES%%arduino/examples/02.Digital/Button/Button.ino +%%EXAMPLES%%arduino/examples/02.Digital/Button/Button.txt +%%EXAMPLES%%arduino/examples/02.Digital/Button/layout.png +%%EXAMPLES%%arduino/examples/02.Digital/Button/schematic.png +%%EXAMPLES%%arduino/examples/02.Digital/Debounce/Debounce.ino +%%EXAMPLES%%arduino/examples/02.Digital/Debounce/Debounce.txt +%%EXAMPLES%%arduino/examples/02.Digital/Debounce/button.png +%%EXAMPLES%%arduino/examples/02.Digital/Debounce/schematic.png +%%EXAMPLES%%arduino/examples/02.Digital/DigitalInputPullup/DigitalInputPullup.ino +%%EXAMPLES%%arduino/examples/02.Digital/DigitalInputPullup/DigitalInputPullup.txt +%%EXAMPLES%%arduino/examples/02.Digital/DigitalInputPullup/layout.png +%%EXAMPLES%%arduino/examples/02.Digital/DigitalInputPullup/schematic.png +%%EXAMPLES%%arduino/examples/02.Digital/StateChangeDetection/StateChangeDetection.ino +%%EXAMPLES%%arduino/examples/02.Digital/StateChangeDetection/StateChangeDetection.txt +%%EXAMPLES%%arduino/examples/02.Digital/StateChangeDetection/layout.png +%%EXAMPLES%%arduino/examples/02.Digital/StateChangeDetection/schematic.png +%%EXAMPLES%%arduino/examples/02.Digital/toneKeyboard/layout.png +%%EXAMPLES%%arduino/examples/02.Digital/toneKeyboard/pitches.h +%%EXAMPLES%%arduino/examples/02.Digital/toneKeyboard/schematic.png +%%EXAMPLES%%arduino/examples/02.Digital/toneKeyboard/toneKeyboard.ino +%%EXAMPLES%%arduino/examples/02.Digital/toneKeyboard/toneKeyboard.txt +%%EXAMPLES%%arduino/examples/02.Digital/toneMelody/layout.png +%%EXAMPLES%%arduino/examples/02.Digital/toneMelody/pitches.h +%%EXAMPLES%%arduino/examples/02.Digital/toneMelody/schematic.png +%%EXAMPLES%%arduino/examples/02.Digital/toneMelody/toneMelody.ino +%%EXAMPLES%%arduino/examples/02.Digital/toneMelody/toneMelody.txt +%%EXAMPLES%%arduino/examples/02.Digital/toneMultiple/layout.png +%%EXAMPLES%%arduino/examples/02.Digital/toneMultiple/pitches.h +%%EXAMPLES%%arduino/examples/02.Digital/toneMultiple/schematic.png +%%EXAMPLES%%arduino/examples/02.Digital/toneMultiple/toneMultiple.ino +%%EXAMPLES%%arduino/examples/02.Digital/toneMultiple/toneMultiple.txt +%%EXAMPLES%%arduino/examples/02.Digital/tonePitchFollower/layout.png +%%EXAMPLES%%arduino/examples/02.Digital/tonePitchFollower/schematic.png +%%EXAMPLES%%arduino/examples/02.Digital/tonePitchFollower/tonePitchFollower.ino +%%EXAMPLES%%arduino/examples/02.Digital/tonePitchFollower/tonePitchFollower.txt +%%EXAMPLES%%arduino/examples/03.Analog/AnalogInOutSerial/AnalogInOutSerial.ino +%%EXAMPLES%%arduino/examples/03.Analog/AnalogInOutSerial/AnalogInOutSerial.txt +%%EXAMPLES%%arduino/examples/03.Analog/AnalogInOutSerial/layout.png +%%EXAMPLES%%arduino/examples/03.Analog/AnalogInOutSerial/schematic.png +%%EXAMPLES%%arduino/examples/03.Analog/AnalogInput/AnalogInput.ino +%%EXAMPLES%%arduino/examples/03.Analog/AnalogInput/AnalogInput.txt +%%EXAMPLES%%arduino/examples/03.Analog/AnalogInput/layout.png +%%EXAMPLES%%arduino/examples/03.Analog/AnalogInput/schematic.png +%%EXAMPLES%%arduino/examples/03.Analog/AnalogWriteMega/AnalogWriteMega.ino +%%EXAMPLES%%arduino/examples/03.Analog/AnalogWriteMega/AnalogWriteMega.txt +%%EXAMPLES%%arduino/examples/03.Analog/AnalogWriteMega/layout.png +%%EXAMPLES%%arduino/examples/03.Analog/AnalogWriteMega/schematic.png +%%EXAMPLES%%arduino/examples/03.Analog/Calibration/Calibration.ino +%%EXAMPLES%%arduino/examples/03.Analog/Calibration/Calibration.txt +%%EXAMPLES%%arduino/examples/03.Analog/Calibration/layout.png +%%EXAMPLES%%arduino/examples/03.Analog/Calibration/schematic.png +%%EXAMPLES%%arduino/examples/03.Analog/Fading/Fading.ino +%%EXAMPLES%%arduino/examples/03.Analog/Fading/Fading.txt +%%EXAMPLES%%arduino/examples/03.Analog/Fading/layout.png +%%EXAMPLES%%arduino/examples/03.Analog/Fading/schematic.png +%%EXAMPLES%%arduino/examples/03.Analog/Smoothing/Smoothing.ino +%%EXAMPLES%%arduino/examples/03.Analog/Smoothing/Smoothing.txt +%%EXAMPLES%%arduino/examples/03.Analog/Smoothing/layout.png +%%EXAMPLES%%arduino/examples/03.Analog/Smoothing/schematic.png +%%EXAMPLES%%arduino/examples/04.Communication/ASCIITable/ASCIITable.ino +%%EXAMPLES%%arduino/examples/04.Communication/ASCIITable/ASCIITable.txt +%%EXAMPLES%%arduino/examples/04.Communication/Dimmer/Dimmer.ino +%%EXAMPLES%%arduino/examples/04.Communication/Dimmer/Dimmer.txt +%%EXAMPLES%%arduino/examples/04.Communication/Dimmer/layout.png +%%EXAMPLES%%arduino/examples/04.Communication/Dimmer/schematic.png +%%EXAMPLES%%arduino/examples/04.Communication/Graph/Graph.ino +%%EXAMPLES%%arduino/examples/04.Communication/Graph/Graph.txt +%%EXAMPLES%%arduino/examples/04.Communication/Graph/layout.png +%%EXAMPLES%%arduino/examples/04.Communication/Graph/schematic.png +%%EXAMPLES%%arduino/examples/04.Communication/Midi/MIDI.txt +%%EXAMPLES%%arduino/examples/04.Communication/Midi/Midi.ino +%%EXAMPLES%%arduino/examples/04.Communication/Midi/layout.png +%%EXAMPLES%%arduino/examples/04.Communication/Midi/schematic.png +%%EXAMPLES%%arduino/examples/04.Communication/MultiSerial/MultiSerial.ino +%%EXAMPLES%%arduino/examples/04.Communication/MultiSerial/MultiSerial.txt +%%EXAMPLES%%arduino/examples/04.Communication/PhysicalPixel/PhysicalPixel.ino +%%EXAMPLES%%arduino/examples/04.Communication/PhysicalPixel/PhysicalPixel.txt +%%EXAMPLES%%arduino/examples/04.Communication/PhysicalPixel/layout.png +%%EXAMPLES%%arduino/examples/04.Communication/PhysicalPixel/schematic.png +%%EXAMPLES%%arduino/examples/04.Communication/ReadASCIIString/ReadASCIIString.ino +%%EXAMPLES%%arduino/examples/04.Communication/ReadASCIIString/ReadASCIIString.txt +%%EXAMPLES%%arduino/examples/04.Communication/ReadASCIIString/layout.png +%%EXAMPLES%%arduino/examples/04.Communication/SerialCallResponse/SerialCallResponse.ino +%%EXAMPLES%%arduino/examples/04.Communication/SerialCallResponse/SerialCallResponse.txt +%%EXAMPLES%%arduino/examples/04.Communication/SerialCallResponse/layout.png +%%EXAMPLES%%arduino/examples/04.Communication/SerialCallResponse/schematic.png +%%EXAMPLES%%arduino/examples/04.Communication/SerialCallResponseASCII/SerialCallResponseASCII.ino +%%EXAMPLES%%arduino/examples/04.Communication/SerialCallResponseASCII/SerialCallResponseASCII.txt +%%EXAMPLES%%arduino/examples/04.Communication/SerialCallResponseASCII/layout.png +%%EXAMPLES%%arduino/examples/04.Communication/SerialCallResponseASCII/schematic.png +%%EXAMPLES%%arduino/examples/04.Communication/SerialEvent/SerialEvent.ino +%%EXAMPLES%%arduino/examples/04.Communication/SerialEvent/SerialEvent.txt +%%EXAMPLES%%arduino/examples/04.Communication/SerialPassthrough/SerialPassthrough.ino +%%EXAMPLES%%arduino/examples/04.Communication/VirtualColorMixer/VirtualColorMixer.ino +%%EXAMPLES%%arduino/examples/04.Communication/VirtualColorMixer/VirtualColorMixer.txt +%%EXAMPLES%%arduino/examples/04.Communication/VirtualColorMixer/layout.png +%%EXAMPLES%%arduino/examples/04.Communication/VirtualColorMixer/schematic.png +%%EXAMPLES%%arduino/examples/05.Control/Arrays/Arrays.ino +%%EXAMPLES%%arduino/examples/05.Control/Arrays/Arrays.txt +%%EXAMPLES%%arduino/examples/05.Control/Arrays/layout.png +%%EXAMPLES%%arduino/examples/05.Control/Arrays/schematic.png +%%EXAMPLES%%arduino/examples/05.Control/ForLoopIteration/ForLoopIteration.ino +%%EXAMPLES%%arduino/examples/05.Control/ForLoopIteration/ForLoopIteration.txt +%%EXAMPLES%%arduino/examples/05.Control/ForLoopIteration/layout.png +%%EXAMPLES%%arduino/examples/05.Control/ForLoopIteration/schematic.png +%%EXAMPLES%%arduino/examples/05.Control/IfStatementConditional/IfStatementConditional.ino +%%EXAMPLES%%arduino/examples/05.Control/IfStatementConditional/IfStatementConditional.txt +%%EXAMPLES%%arduino/examples/05.Control/IfStatementConditional/layout.png +%%EXAMPLES%%arduino/examples/05.Control/IfStatementConditional/schematic.png +%%EXAMPLES%%arduino/examples/05.Control/WhileStatementConditional/WhileStatementConditional.ino +%%EXAMPLES%%arduino/examples/05.Control/WhileStatementConditional/WhileStatementConditional.txt +%%EXAMPLES%%arduino/examples/05.Control/WhileStatementConditional/layout.png +%%EXAMPLES%%arduino/examples/05.Control/WhileStatementConditional/schematic.png +%%EXAMPLES%%arduino/examples/05.Control/switchCase/layout.png +%%EXAMPLES%%arduino/examples/05.Control/switchCase/schematic.png +%%EXAMPLES%%arduino/examples/05.Control/switchCase/switchCase.ino +%%EXAMPLES%%arduino/examples/05.Control/switchCase/switchCase.txt +%%EXAMPLES%%arduino/examples/05.Control/switchCase2/layout.png +%%EXAMPLES%%arduino/examples/05.Control/switchCase2/schematic.png +%%EXAMPLES%%arduino/examples/05.Control/switchCase2/switchCase2.ino +%%EXAMPLES%%arduino/examples/05.Control/switchCase2/switchCase2.txt +%%EXAMPLES%%arduino/examples/06.Sensors/ADXL3xx/ADXL3xx.ino +%%EXAMPLES%%arduino/examples/06.Sensors/ADXL3xx/ADXL3xx.txt +%%EXAMPLES%%arduino/examples/06.Sensors/ADXL3xx/layout.png +%%EXAMPLES%%arduino/examples/06.Sensors/ADXL3xx/schematic.png +%%EXAMPLES%%arduino/examples/06.Sensors/Knock/Knock.ino +%%EXAMPLES%%arduino/examples/06.Sensors/Knock/Knock.txt +%%EXAMPLES%%arduino/examples/06.Sensors/Knock/layout.png +%%EXAMPLES%%arduino/examples/06.Sensors/Knock/schematic.png +%%EXAMPLES%%arduino/examples/06.Sensors/Memsic2125/Memsic2125.ino +%%EXAMPLES%%arduino/examples/06.Sensors/Memsic2125/Memsic2125.txt +%%EXAMPLES%%arduino/examples/06.Sensors/Memsic2125/layout.png +%%EXAMPLES%%arduino/examples/06.Sensors/Memsic2125/schematic.png +%%EXAMPLES%%arduino/examples/06.Sensors/Ping/Ping.ino +%%EXAMPLES%%arduino/examples/06.Sensors/Ping/Ping.txt +%%EXAMPLES%%arduino/examples/06.Sensors/Ping/layout.png +%%EXAMPLES%%arduino/examples/06.Sensors/Ping/schematic.png +%%EXAMPLES%%arduino/examples/07.Display/RowColumnScanning/RowColumnScanning.ino +%%EXAMPLES%%arduino/examples/07.Display/RowColumnScanning/RowColumnScanning.txt +%%EXAMPLES%%arduino/examples/07.Display/RowColumnScanning/layout.png +%%EXAMPLES%%arduino/examples/07.Display/RowColumnScanning/schematic.png +%%EXAMPLES%%arduino/examples/07.Display/barGraph/LEDBarGraph.txt +%%EXAMPLES%%arduino/examples/07.Display/barGraph/barGraph.ino +%%EXAMPLES%%arduino/examples/07.Display/barGraph/layout.png +%%EXAMPLES%%arduino/examples/07.Display/barGraph/schematic.png +%%EXAMPLES%%arduino/examples/08.Strings/CharacterAnalysis/CharacterAnalysis.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringAdditionOperator/StringAdditionOperator.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringAdditionOperator/StringAdditionOperator.txt +%%EXAMPLES%%arduino/examples/08.Strings/StringAppendOperator/StringAppendOperator.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringCaseChanges/StringCaseChanges.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringCaseChanges/StringCaseChanges.txt +%%EXAMPLES%%arduino/examples/08.Strings/StringCharacters/StringCharacters.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringCharacters/StringCharacters.txt +%%EXAMPLES%%arduino/examples/08.Strings/StringComparisonOperators/StringComparisonOperators.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringComparisonOperators/StringComparisonOperators.txt +%%EXAMPLES%%arduino/examples/08.Strings/StringConstructors/StringConstructors.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringConstructors/StringConstructors.txt +%%EXAMPLES%%arduino/examples/08.Strings/StringIndexOf/StringIndexOf.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringIndexOf/StringIndexOf.txt +%%EXAMPLES%%arduino/examples/08.Strings/StringLength/StringLength.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringLength/StringLength.txt +%%EXAMPLES%%arduino/examples/08.Strings/StringLengthTrim/StringLengthTrim.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringLengthTrim/StringLengthTrim.txt +%%EXAMPLES%%arduino/examples/08.Strings/StringReplace/StringReplace.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringReplace/StringReplace.txt +%%EXAMPLES%%arduino/examples/08.Strings/StringStartsWithEndsWith/StringStartsWithEndsWith.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringStartsWithEndsWith/StringStartsWithEndsWith.txt +%%EXAMPLES%%arduino/examples/08.Strings/StringSubstring/StringSubstring.ino +%%EXAMPLES%%arduino/examples/08.Strings/StringSubstring/StringSubstring.txt +%%EXAMPLES%%arduino/examples/08.Strings/StringToInt/StringToInt.ino +%%EXAMPLES%%arduino/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino +%%EXAMPLES%%arduino/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.txt +%%EXAMPLES%%arduino/examples/09.USB/Keyboard/KeyboardMessage/KeyboardMessage.ino +%%EXAMPLES%%arduino/examples/09.USB/Keyboard/KeyboardMessage/KeyboardMessage.txt +%%EXAMPLES%%arduino/examples/09.USB/Keyboard/KeyboardMessage/layout.png +%%EXAMPLES%%arduino/examples/09.USB/Keyboard/KeyboardMessage/schematic.png +%%EXAMPLES%%arduino/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino +%%EXAMPLES%%arduino/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.txt +%%EXAMPLES%%arduino/examples/09.USB/Keyboard/KeyboardSerial/KeyboardSerial.ino +%%EXAMPLES%%arduino/examples/09.USB/Keyboard/KeyboardSerial/KeyboardSerial.txt +%%EXAMPLES%%arduino/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino +%%EXAMPLES%%arduino/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.txt +%%EXAMPLES%%arduino/examples/09.USB/KeyboardAndMouseControl/layout.png +%%EXAMPLES%%arduino/examples/09.USB/KeyboardAndMouseControl/schematic.png +%%EXAMPLES%%arduino/examples/09.USB/Mouse/ButtonMouseControl/ButtonMouseControl.ino +%%EXAMPLES%%arduino/examples/09.USB/Mouse/ButtonMouseControl/ButtonMouseControl.txt +%%EXAMPLES%%arduino/examples/09.USB/Mouse/ButtonMouseControl/layout.png +%%EXAMPLES%%arduino/examples/09.USB/Mouse/ButtonMouseControl/schematic.png +%%EXAMPLES%%arduino/examples/09.USB/Mouse/JoystickMouseControl/JoystickMouseControl.ino +%%EXAMPLES%%arduino/examples/09.USB/Mouse/JoystickMouseControl/JoystickMouseControl.txt +%%EXAMPLES%%arduino/examples/09.USB/Mouse/JoystickMouseControl/layout.png +%%EXAMPLES%%arduino/examples/09.USB/Mouse/JoystickMouseControl/schematic.png +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p02_SpaceshipInterface/p02_SpaceshipInterface.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p03_LoveOMeter/p03_LoveOMeter.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p04_ColorMixingLamp/p04_ColorMixingLamp.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p05_ServoMoodIndicator/p05_ServoMoodIndicator.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p06_LightTheremin/p06_LightTheremin.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p07_Keyboard/p07_Keyboard.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p08_DigitalHourglass/p08_DigitalHourglass.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p09_MotorizedPinwheel/p09_MotorizedPinwheel.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p10_Zoetrope/p10_Zoetrope.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p11_CrystalBall/p11_CrystalBall.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p12_KnockLock/p12_KnockLock.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp/p13_TouchSensorLamp.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p14_TweakTheArduinoLogo/p14_TweakTheArduinoLogo.ino +%%EXAMPLES%%arduino/examples/10.StarterKit_BasicKit/p15_HackingButtons/p15_HackingButtons.ino +%%EXAMPLES%%arduino/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino +arduino/lib/about.png +arduino/lib/about@2x.png +arduino/lib/appdata.xml +arduino/lib/apple.jar +arduino/lib/arduino-arduinoide.xml +arduino/lib/arduino-core.jar +arduino/lib/arduino.png +arduino/lib/arduino_icon.ico +arduino/lib/arduino_small.png +arduino/lib/batik-1.8.jar +arduino/lib/batik-anim-1.8.jar +arduino/lib/batik-awt-util-1.8.jar +arduino/lib/batik-bridge-1.8.jar +arduino/lib/batik-codec-1.8.jar +arduino/lib/batik-css-1.8.jar +arduino/lib/batik-dom-1.8.jar +arduino/lib/batik-ext-1.8.jar +arduino/lib/batik-gvt-1.8.jar +arduino/lib/batik-parser-1.8.jar +arduino/lib/batik-rasterizer-1.8.jar +arduino/lib/batik-script-1.8.jar +arduino/lib/batik-squiggle-1.8.jar +arduino/lib/batik-svg-dom-1.8.jar +arduino/lib/batik-svgpp-1.8.jar +arduino/lib/batik-transcoder-1.8.jar +arduino/lib/batik-util-1.8.jar +arduino/lib/batik-xml-1.8.jar +arduino/lib/bcpg-jdk15on-152.jar +arduino/lib/bcprov-jdk15on-152.jar +arduino/lib/commons-codec-1.7.jar +arduino/lib/commons-compress-1.8.jar +arduino/lib/commons-exec-1.1.jar +arduino/lib/commons-httpclient-3.1.jar +arduino/lib/commons-lang3-3.3.2.jar +arduino/lib/commons-logging-1.0.4.jar +arduino/lib/commons-net-3.3.jar +arduino/lib/desktop.template +arduino/lib/formatter.conf +arduino/lib/icons/128x128/apps/arduino.png +arduino/lib/icons/16x16/apps/arduino.png +arduino/lib/icons/24x24/apps/arduino.png +arduino/lib/icons/256x256/apps/arduino.png +arduino/lib/icons/32x32/apps/arduino.png +arduino/lib/icons/48x48/apps/arduino.png +arduino/lib/icons/64x64/apps/arduino.png +arduino/lib/icons/72x72/apps/arduino.png +arduino/lib/icons/96x96/apps/arduino.png +arduino/lib/jackson-annotations-2.6.3.jar +arduino/lib/jackson-core-2.6.3.jar +arduino/lib/jackson-databind-2.6.3.jar +arduino/lib/jackson-module-mrbean-2.6.3.jar +arduino/lib/java-semver-0.8.0.jar +arduino/lib/jmdns-3.4.1.jar +arduino/lib/jna-4.1.0.jar +arduino/lib/jna-platform-4.1.0.jar +arduino/lib/jsch-0.1.50.jar +arduino/lib/jssc-2.8.0.jar +arduino/lib/keywords.txt +arduino/lib/libastylej.so +arduino/lib/liblistSerialsj.so +arduino/lib/pde.jar +arduino/lib/preferences.txt +arduino/lib/public.gpg.key +arduino/lib/rsyntaxtextarea-2.5.8.1+arduino.jar +arduino/lib/splash.bmp +arduino/lib/splash.png +arduino/lib/theme/buttons.png +arduino/lib/theme/buttons.svg +arduino/lib/theme/buttons@2x.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Oct 22 20:41:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22D61C1D55F; Sat, 22 Oct 2016 20:41:18 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E90958B; Sat, 22 Oct 2016 20:41:17 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MKfHWB010220; Sat, 22 Oct 2016 20:41:17 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MKfHSc010219; Sat, 22 Oct 2016 20:41:17 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610222041.u9MKfHSc010219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 22 Oct 2016 20:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424486 - head/audio/picard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 20:41:18 -0000 Author: jhale Date: Sat Oct 22 20:41:16 2016 New Revision: 424486 URL: https://svnweb.freebsd.org/changeset/ports/424486 Log: Convert to USES=pyqt Modified: head/audio/picard/Makefile Modified: head/audio/picard/Makefile ============================================================================== --- head/audio/picard/Makefile Sat Oct 22 20:34:06 2016 (r424485) +++ head/audio/picard/Makefile Sat Oct 22 20:41:16 2016 (r424486) @@ -15,13 +15,10 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discid>=0:audio/py-discid \ - ${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen \ - ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:devel/py-qt4-core \ - ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ - ${PYTHON_PKGNAMEPREFIX}qt4-network>=0:net/py-qt4-network \ - ${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:textproc/py-qt4-xml + ${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen -USES= gettext python:2 desktop-file-utils +USES= gettext pyqt:4 python:2 desktop-file-utils +USE_PYQT= core_run gui_run network_run xml_run USE_PYTHON= distutils INSTALLS_ICONS= yes From owner-svn-ports-all@freebsd.org Sat Oct 22 21:07:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C16A8C1D001; Sat, 22 Oct 2016 21:07:01 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76CCABF6; Sat, 22 Oct 2016 21:07:01 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ML70Ho018362; Sat, 22 Oct 2016 21:07:00 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ML70kc018360; Sat, 22 Oct 2016 21:07:00 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610222107.u9ML70kc018360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sat, 22 Oct 2016 21:07:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424487 - head/net/freeradius3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 21:07:01 -0000 Author: zi Date: Sat Oct 22 21:07:00 2016 New Revision: 424487 URL: https://svnweb.freebsd.org/changeset/ports/424487 Log: - Resolve build failure under 9.3 Modified: head/net/freeradius3/Makefile head/net/freeradius3/pkg-plist Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Sat Oct 22 20:41:16 2016 (r424486) +++ head/net/freeradius3/Makefile Sat Oct 22 21:07:00 2016 (r424487) @@ -286,6 +286,14 @@ CONFIGURE_ARGS+=--with-udpfromto WITH_OPENSSL_PORT=yes .endif +# rlm_eap_fast is currently broken under 9.x: +# https://github.com/FreeRADIUS/freeradius-server/issues/1803 +.if ${OSVERSION} < 1000015 +PLIST_SUB+= EAPFAST="@comment " +.else +PLIST_SUB+= EAPFAST="" +.endif + .include # if we're installing, place sample configs into ${EXAMPLESDIR} @@ -342,6 +350,9 @@ SUB_LIST+= RADIUS_USER="${RADIUS_USER}" SUB_LIST+= REQUIRE="${_REQUIRE}" post-patch: +.if ${OSVERSION} < 1000015 + ${RM} -r ${WRKSRC}/src/modules/rlm_eap/types/rlm_eap_fast +.endif # never try to find execinfo.h (needed until we can enable/disable backtrace @${REINPLACE_CMD} -e '/#include /d' ${WRKSRC}/configure @${REINPLACE_CMD} -Ee "s:tests/all.mk ::" ${WRKSRC}/src/all.mk Modified: head/net/freeradius3/pkg-plist ============================================================================== --- head/net/freeradius3/pkg-plist Sat Oct 22 20:41:16 2016 (r424486) +++ head/net/freeradius3/pkg-plist Sat Oct 22 21:07:00 2016 (r424487) @@ -141,9 +141,9 @@ include/freeradius/vqp.h %%LIBDIR%%/rlm_eap_gtc.a %%LIBDIR%%/rlm_eap_gtc.la %%LIBDIR%%/rlm_eap_gtc.so -%%LIBDIR%%/rlm_eap_fast.a -%%LIBDIR%%/rlm_eap_fast.la -%%LIBDIR%%/rlm_eap_fast.so +%%EAPFAST%%%%LIBDIR%%/rlm_eap_fast.a +%%EAPFAST%%%%LIBDIR%%/rlm_eap_fast.la +%%EAPFAST%%%%LIBDIR%%/rlm_eap_fast.so %%LIBDIR%%/rlm_eap_leap.a %%LIBDIR%%/rlm_eap_leap.la %%LIBDIR%%/rlm_eap_leap.so From owner-svn-ports-all@freebsd.org Sat Oct 22 21:18:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE2A2C1D1AE; Sat, 22 Oct 2016 21:18:13 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0B0FFD5; Sat, 22 Oct 2016 21:18:13 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MLICOm022160; Sat, 22 Oct 2016 21:18:12 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MLIC6O022159; Sat, 22 Oct 2016 21:18:12 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610222118.u9MLIC6O022159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 22 Oct 2016 21:18:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424488 - head/deskutils/gnome-contacts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 21:18:14 -0000 Author: marino Date: Sat Oct 22 21:18:12 2016 New Revision: 424488 URL: https://svnweb.freebsd.org/changeset/ports/424488 Log: deskutils/gnome-contacts: restore CHEESE option Since version 3.18, the --without-cheese configuration argument didn't work out of the box. However, touching a couple of files causes c source files to be regenerated enabling the option to be honored. This commit restores the options as they were before r421349 but now disabling the default CHEESE option works. PR: 207426 Approved by: follow-on commit (r421349) Modified: head/deskutils/gnome-contacts/Makefile Modified: head/deskutils/gnome-contacts/Makefile ============================================================================== --- head/deskutils/gnome-contacts/Makefile Sat Oct 22 21:07:00 2016 (r424487) +++ head/deskutils/gnome-contacts/Makefile Sat Oct 22 21:18:12 2016 (r424488) @@ -13,7 +13,6 @@ COMMENT= Contacts manager for gnome BUILD_DEPENDS= vala>=0.14.0:lang/vala LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts \ libchamplain-0.12.so:graphics/libchamplain \ - libcheese-gtk.so:multimedia/cheese \ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libgee-0.8.so:devel/libgee \ libfolks.so:net-im/folks \ @@ -39,7 +38,6 @@ USE_GNOME= cairo evolutiondataserver3 gd USE_GL= egl USES= gettext gmake gnome pathfix perl5 pkgconfig sqlite tar:xz GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-cheese CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -52,6 +50,11 @@ OPTIONS_SUB= yes OPTIONS_DEFINE= MANPAGES NLS OPTIONS_DEFAULT=MANPAGES +OPTIONS_DEFINE_i386= CHEESE +OPTIONS_DEFINE_amd64= CHEESE +OPTIONS_DEFAULT_i386= CHEESE +OPTIONS_DEFAULT_amd64= CHEESE + MANPAGES_CONFIGURE_ENABLE= man-pages MANPAGES_USE= GNOME=libxslt:build MANPAGES_BUILD_DEPENDS= docbook-xml>=0:textproc/docbook-xml \ @@ -60,5 +63,13 @@ MANPAGES_BUILD_DEPENDS= docbook-xml>=0:t NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +CHEESE_DESC= Cheese webcam support +CHEESE_CONFIGURE_WITH= cheese +CHEESE_LIB_DEPENDS= libcheese-gtk.so:multimedia/cheese + +post-patch: + # touch vala sources to force regen c sources to honor cheese setting + ${TOUCH} ${WRKSRC}/src/main.vala \ + ${WRKSRC}/src/contacts-avatar-dialog.vala .include From owner-svn-ports-all@freebsd.org Sat Oct 22 21:20:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33F39C1D3E9; Sat, 22 Oct 2016 21:20:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 003FE2E6; Sat, 22 Oct 2016 21:20:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MLKtAw022382; Sat, 22 Oct 2016 21:20:55 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MLKtTD022381; Sat, 22 Oct 2016 21:20:55 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610222120.u9MLKtTD022381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 22 Oct 2016 21:20:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424489 - head/deskutils/gnome-contacts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 21:20:56 -0000 Author: marino Date: Sat Oct 22 21:20:54 2016 New Revision: 424489 URL: https://svnweb.freebsd.org/changeset/ports/424489 Log: deskutils/gnome-contacts: bump PORTREVISION Modified: head/deskutils/gnome-contacts/Makefile Modified: head/deskutils/gnome-contacts/Makefile ============================================================================== --- head/deskutils/gnome-contacts/Makefile Sat Oct 22 21:18:12 2016 (r424488) +++ head/deskutils/gnome-contacts/Makefile Sat Oct 22 21:20:54 2016 (r424489) @@ -3,7 +3,7 @@ PORTNAME= gnome-contacts PORTVERSION= 3.18.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= GNOME From owner-svn-ports-all@freebsd.org Sat Oct 22 21:47:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BBA4C1DB8F; Sat, 22 Oct 2016 21:47:30 +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 CE08814AB; Sat, 22 Oct 2016 21:47:29 +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 u9MLlSEY033704; Sat, 22 Oct 2016 21:47:28 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MLlSid033702; Sat, 22 Oct 2016 21:47:28 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610222147.u9MLlSid033702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 22 Oct 2016 21:47:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424490 - head/devel/py-django-rq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 21:47:30 -0000 Author: rene Date: Sat Oct 22 21:47:28 2016 New Revision: 424490 URL: https://svnweb.freebsd.org/changeset/ports/424490 Log: devel/py-django-rq: update to 0.9.3 Submitted by: portscout Modified: head/devel/py-django-rq/Makefile head/devel/py-django-rq/distinfo Modified: head/devel/py-django-rq/Makefile ============================================================================== --- head/devel/py-django-rq/Makefile Sat Oct 22 21:20:54 2016 (r424489) +++ head/devel/py-django-rq/Makefile Sat Oct 22 21:47:28 2016 (r424490) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-rq -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 DISTVERSIONPREFIX= v CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-django-rq/distinfo ============================================================================== --- head/devel/py-django-rq/distinfo Sat Oct 22 21:20:54 2016 (r424489) +++ head/devel/py-django-rq/distinfo Sat Oct 22 21:47:28 2016 (r424490) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470564920 -SHA256 (ui-django-rq-v0.9.2_GH0.tar.gz) = f39c85062c853a8854dcd65e64555f70a3c5dddc17d24ed3d46cdefb444ee83d -SIZE (ui-django-rq-v0.9.2_GH0.tar.gz) = 22152 +TIMESTAMP = 1477171169 +SHA256 (ui-django-rq-v0.9.3_GH0.tar.gz) = dc8812267d1c219f265b1e3ffde010c68902e69d6e0dda88d982609ec54dc4c9 +SIZE (ui-django-rq-v0.9.3_GH0.tar.gz) = 23137 From owner-svn-ports-all@freebsd.org Sat Oct 22 21:50:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8A71C1DCF8; Sat, 22 Oct 2016 21:50:37 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F25816DC; Sat, 22 Oct 2016 21:50:37 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 61cabd49 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 22 Oct 2016 15:50:30 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.0 \(3226\)) Subject: Re: svn commit: r424478 - head/editors/vim From: Adam Weinberger In-Reply-To: <201610222028.u9MKSFIh071819@slippy.cwsent.com> Date: Sat, 22 Oct 2016 15:50:28 -0600 Cc: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <77C418A9-F395-4F7B-97DE-439D147A077F@adamw.org> References: <201610222028.u9MKSFIh071819@slippy.cwsent.com> To: Cy Schubert X-Mailer: Apple Mail (2.3226) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 21:50:37 -0000 > On 22 Oct, 2016, at 14:28, Cy Schubert = wrote: >=20 > In message <201610221703.u9MH3QI6026518@repo.freebsd.org>, Adam = Weinberger=20 > writ > es: >> Author: adamw >> Date: Sat Oct 22 17:03:26 2016 >> New Revision: 424478 >> URL: https://svnweb.freebsd.org/changeset/ports/424478 >>=20 >> Log: >> Update to patchlevel 46. >>=20 >> Modified: >> head/editors/vim/Makefile >> head/editors/vim/distinfo >>=20 >> Modified: head/editors/vim/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D >> =3D >> --- head/editors/vim/Makefile Sat Oct 22 15:30:08 2016 = (r424477) >> +++ head/editors/vim/Makefile Sat Oct 22 17:03:26 2016 = (r424478) >> @@ -2,7 +2,7 @@ >> # $FreeBSD$ >>=20 >> PORTNAME=3D vim >> -PORTVERSION=3D 8.0.0035 >> +PORTVERSION=3D 8.0.0046 >> DISTVERSIONPREFIX=3D v >> CATEGORIES=3D editors >>=20 >>=20 >> Modified: head/editors/vim/distinfo >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D >> =3D >> --- head/editors/vim/distinfo Sat Oct 22 15:30:08 2016 = (r424477) >> +++ head/editors/vim/distinfo Sat Oct 22 17:03:26 2016 = (r424478) >> @@ -1,3 +1,3 @@ >> -TIMESTAMP =3D 1476303311 >> -SHA256 (vim-vim-v8.0.0035_GH0.tar.gz) =3D = 5b88509107cba8ca336450ec8f5b78bc53b3 >> f079c6788ec168c2d9f08591ced2 >> -SIZE (vim-vim-v8.0.0035_GH0.tar.gz) =3D 12919456 >> +TIMESTAMP =3D 1477153978 >> +SHA256 (vim-vim-v8.0.0046_GH0.tar.gz) =3D = a768d3b959c44c6084c1c745012766a53730 >> 3c687f8869d3e877c5a25cc812f4 >> +SIZE (vim-vim-v8.0.0046_GH0.tar.gz) =3D 12924328 >=20 > Hi Adam, >=20 > This fails to build on a -CURRENT as of r307727. Here's the tail of = the=20 > build. >=20 > checking linker --as-needed support... yes > configure: updating cache auto/config.cache > configure: creating auto/config.status > config.status: creating auto/config.mk > config.status: creating auto/config.h > =3D=3D=3D> Building for vim-8.0.0046 > cc -emit-llvm -pipe -pipe -DLIBICONV_PLUG -fstack-protector=20 > -fno-strict-aliasing -pipe -c -o .c.bco > cc: error: no input files > *** Error code 1 >=20 > Stop. > make[2]: stopped in = /export/wrkdir/amd64/usr/ports/editors/vim/work/vim-8.0. > 0046 > *** Error code 1 >=20 > Stop. > make[1]: stopped in /usr/ports/editors/vim > *** Error code 1 >=20 > Stop. > make: stopped in /usr/ports/editors/vim > slippy#=20 Oh my! Thank you for the log. I don't have a -CURRENT VM handy. This = definitely looks like a make-related problem. Do you have any thoughts = on what's wrong here? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Sat Oct 22 21:58:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC5CBC1DF78; Sat, 22 Oct 2016 21:58:24 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4p.cmail.yandex.net (forward4p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7522B1BEF; Sat, 22 Oct 2016 21:58:23 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::116]) by forward4p.cmail.yandex.net (Yandex) with ESMTP id 1FE2020B5F; Sun, 23 Oct 2016 00:58:21 +0300 (MSK) Received: from smtp2h.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 353227808A1; Sun, 23 Oct 2016 00:58:17 +0300 (MSK) Received: by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id T8gAywpMcX-wHcqNBNJ; Sun, 23 Oct 2016 00:58:17 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r424478 - head/editors/vim To: Adam Weinberger , Cy Schubert References: <201610222028.u9MKSFIh071819@slippy.cwsent.com> <77C418A9-F395-4F7B-97DE-439D147A077F@adamw.org> Cc: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Boris Samorodov Message-ID: <3146047c-78f5-9929-22ce-efd62770c4f6@passap.ru> Date: Sun, 23 Oct 2016 00:58:16 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <77C418A9-F395-4F7B-97DE-439D147A077F@adamw.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 21:58:25 -0000 23.10.2016 00:50, Adam Weinberger пишет: >> On 22 Oct, 2016, at 14:28, Cy Schubert wrote: >> >> In message <201610221703.u9MH3QI6026518@repo.freebsd.org>, Adam Weinberger >> writ >> es: >>> Author: adamw >>> Date: Sat Oct 22 17:03:26 2016 >>> New Revision: 424478 >>> URL: https://svnweb.freebsd.org/changeset/ports/424478 >>> >>> Log: >>> Update to patchlevel 46. >>> >>> Modified: >>> head/editors/vim/Makefile >>> head/editors/vim/distinfo >>> >>> Modified: head/editors/vim/Makefile >>> ============================================================================= >>> = >>> --- head/editors/vim/Makefile Sat Oct 22 15:30:08 2016 (r424477) >>> +++ head/editors/vim/Makefile Sat Oct 22 17:03:26 2016 (r424478) >>> @@ -2,7 +2,7 @@ >>> # $FreeBSD$ >>> >>> PORTNAME= vim >>> -PORTVERSION= 8.0.0035 >>> +PORTVERSION= 8.0.0046 >>> DISTVERSIONPREFIX= v >>> CATEGORIES= editors >>> >>> >>> Modified: head/editors/vim/distinfo >>> ============================================================================= >>> = >>> --- head/editors/vim/distinfo Sat Oct 22 15:30:08 2016 (r424477) >>> +++ head/editors/vim/distinfo Sat Oct 22 17:03:26 2016 (r424478) >>> @@ -1,3 +1,3 @@ >>> -TIMESTAMP = 1476303311 >>> -SHA256 (vim-vim-v8.0.0035_GH0.tar.gz) = 5b88509107cba8ca336450ec8f5b78bc53b3 >>> f079c6788ec168c2d9f08591ced2 >>> -SIZE (vim-vim-v8.0.0035_GH0.tar.gz) = 12919456 >>> +TIMESTAMP = 1477153978 >>> +SHA256 (vim-vim-v8.0.0046_GH0.tar.gz) = a768d3b959c44c6084c1c745012766a53730 >>> 3c687f8869d3e877c5a25cc812f4 >>> +SIZE (vim-vim-v8.0.0046_GH0.tar.gz) = 12924328 >> >> Hi Adam, >> >> This fails to build on a -CURRENT as of r307727. Here's the tail of the >> build. This may be fixed by base/r307754. >> >> checking linker --as-needed support... yes >> configure: updating cache auto/config.cache >> configure: creating auto/config.status >> config.status: creating auto/config.mk >> config.status: creating auto/config.h >> ===> Building for vim-8.0.0046 >> cc -emit-llvm -pipe -pipe -DLIBICONV_PLUG -fstack-protector >> -fno-strict-aliasing -pipe -c -o .c.bco >> cc: error: no input files >> *** Error code 1 >> >> Stop. >> make[2]: stopped in /export/wrkdir/amd64/usr/ports/editors/vim/work/vim-8.0. >> 0046 >> *** Error code 1 >> >> Stop. >> make[1]: stopped in /usr/ports/editors/vim >> *** Error code 1 >> >> Stop. >> make: stopped in /usr/ports/editors/vim >> slippy# > > Oh my! Thank you for the log. I don't have a -CURRENT VM handy. This definitely looks like a make-related problem. Do you have any thoughts on what's wrong here? -- WBR, bsam From owner-svn-ports-all@freebsd.org Sat Oct 22 22:34:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E5AAC1D9A5; Sat, 22 Oct 2016 22:34:52 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E5FE5405; Sat, 22 Oct 2016 22:34:51 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id y4sEbtHpGIjjwy4sFb0FcK; Sat, 22 Oct 2016 16:34:45 -0600 X-Authority-Analysis: v=2.2 cv=dtuZMBo4 c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=CH0kA5CcgfcA:10 a=21NAlnQ-AAAA:8 a=BWvPGDcYAAAA:8 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=eR79RraG7aQVeMGG8vsA:9 a=CjuIK1q_8ugA:10 a=y82nBF0NtXRWrrZL_lSQ:22 a=pxhY87DP9d2VeQe4joPk:22 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 53E621AF0; Sat, 22 Oct 2016 15:34:42 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u9MMYgPD073313; Sat, 22 Oct 2016 15:34:42 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201610222234.u9MMYgPD073313@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Boris Samorodov cc: Adam Weinberger , Cy Schubert , Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424478 - head/editors/vim In-Reply-To: Message from Boris Samorodov of "Sun, 23 Oct 2016 00:58:16 +0300." <3146047c-78f5-9929-22ce-efd62770c4f6@passap.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 22 Oct 2016 15:34:42 -0700 X-CMAE-Envelope: MS4wfJIlMLxFO/5CIWmq5hf0S3VBnZc9n4UIteZkVZh7rOMQHYnGpdnVjkBG2inRFCyugawR5JFfxn539YLgVNrdayzlz8USxLZIFhUEe1oLBDjogPVhSoIW W2amx2ks19QEldfQlxQWfUscU37wvfMvSGRNdN4kCh0zxKDgKwrJ8weczjvK+c18jS3o4eFhWKeLI76TG46ISv7z4xBggOheWnf7us/6hRFScjv4+naM7rBN 7z3zvGtcGA8uy1O9AHOa/idIltIdZxckGP/qCoeXMUsaG9e7mt7r7oDgjxAPYHmrqZG+ULOVL9UjRIAbOS8tUxsgIExJQHMT3hQKGVMvywc= X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 22:34:52 -0000 In message <3146047c-78f5-9929-22ce-efd62770c4f6@passap.ru>, Boris Samorodov wr ites: > 23.10.2016 00:50, Adam Weinberger P?P8QP5Q: > >> On 22 Oct, 2016, at 14:28, Cy Schubert wrote: > >> > >> In message <201610221703.u9MH3QI6026518@repo.freebsd.org>, Adam Weinberger > > >> writ > >> es: > >>> Author: adamw > >>> Date: Sat Oct 22 17:03:26 2016 > >>> New Revision: 424478 > >>> URL: https://svnweb.freebsd.org/changeset/ports/424478 > >>> > >>> Log: > >>> Update to patchlevel 46. > >>> > >>> Modified: > >>> head/editors/vim/Makefile > >>> head/editors/vim/distinfo > >>> > >>> Modified: head/editors/vim/Makefile > >>> ========================================================================= > ==== > >>> = > >>> --- head/editors/vim/Makefile Sat Oct 22 15:30:08 2016 (r42447 > 7) > >>> +++ head/editors/vim/Makefile Sat Oct 22 17:03:26 2016 (r42447 > 8) > >>> @@ -2,7 +2,7 @@ > >>> # $FreeBSD$ > >>> > >>> PORTNAME= vim > >>> -PORTVERSION= 8.0.0035 > >>> +PORTVERSION= 8.0.0046 > >>> DISTVERSIONPREFIX= v > >>> CATEGORIES= editors > >>> > >>> > >>> Modified: head/editors/vim/distinfo > >>> ========================================================================= > ==== > >>> = > >>> --- head/editors/vim/distinfo Sat Oct 22 15:30:08 2016 (r42447 > 7) > >>> +++ head/editors/vim/distinfo Sat Oct 22 17:03:26 2016 (r42447 > 8) > >>> @@ -1,3 +1,3 @@ > >>> -TIMESTAMP = 1476303311 > >>> -SHA256 (vim-vim-v8.0.0035_GH0.tar.gz) = 5b88509107cba8ca336450ec8f5b78bc > 53b3 > >>> f079c6788ec168c2d9f08591ced2 > >>> -SIZE (vim-vim-v8.0.0035_GH0.tar.gz) = 12919456 > >>> +TIMESTAMP = 1477153978 > >>> +SHA256 (vim-vim-v8.0.0046_GH0.tar.gz) = a768d3b959c44c6084c1c745012766a5 > 3730 > >>> 3c687f8869d3e877c5a25cc812f4 > >>> +SIZE (vim-vim-v8.0.0046_GH0.tar.gz) = 12924328 > >> > >> Hi Adam, > >> > >> This fails to build on a -CURRENT as of r307727. Here's the tail of the > >> build. > > This may be fixed by base/r307754. Thanks. I'm updating my sources anyway so I'll spin up another vim build after my systems are updated. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Sat Oct 22 23:20:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3A29C1D9C2; Sat, 22 Oct 2016 23:20:22 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 972481DA; Sat, 22 Oct 2016 23:20:22 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9MNKLnI067608; Sat, 22 Oct 2016 23:20:21 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MNKL6t067605; Sat, 22 Oct 2016 23:20:21 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610222320.u9MNKL6t067605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 22 Oct 2016 23:20:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424491 - in head/x11-themes: qtcurve qtcurve-gtk2 qtcurve/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 23:20:23 -0000 Author: jhale Date: Sat Oct 22 23:20:21 2016 New Revision: 424491 URL: https://svnweb.freebsd.org/changeset/ports/424491 Log: - Fix NULL pointer dereference in gtkDrawFlatBox() in x11-themes/qtcurve-gtk2 [1] - Set LICENSE - Take maintainership of the qtcurve ports PR: 211391 [1] Submitted by: [1] Added: head/x11-themes/qtcurve/files/patch-gtk2_style_qtcurve.c (contents, props changed) Modified: head/x11-themes/qtcurve-gtk2/Makefile head/x11-themes/qtcurve/Makefile Modified: head/x11-themes/qtcurve-gtk2/Makefile ============================================================================== --- head/x11-themes/qtcurve-gtk2/Makefile Sat Oct 22 21:47:28 2016 (r424490) +++ head/x11-themes/qtcurve-gtk2/Makefile Sat Oct 22 23:20:21 2016 (r424491) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qtcurve -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= QtCurve GTK+ 2.x engine and theme Modified: head/x11-themes/qtcurve/Makefile ============================================================================== --- head/x11-themes/qtcurve/Makefile Sat Oct 22 21:47:28 2016 (r424490) +++ head/x11-themes/qtcurve/Makefile Sat Oct 22 23:20:21 2016 (r424491) @@ -4,7 +4,7 @@ PORTNAME= qtcurve PORTVERSION= 1.8.18 CATEGORIES= x11-themes -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhale@FreeBSD.org COMMENT?= Widget styles for Qt and GTK+ toolkits .if !defined(QTCURVE_SLAVE) @@ -21,6 +21,9 @@ QT4_RUN_DEPENDS= qt4-style-qtcurve>=1.8. QT5_RUN_DEPENDS= qt5-style-qtcurve>=1.8.18:x11-themes/qtcurve-qt5 .else # !defined(QTCURVE_SLAVE) +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GITHUB= yes GH_ACCOUNT= QtCurve Added: head/x11-themes/qtcurve/files/patch-gtk2_style_qtcurve.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qtcurve/files/patch-gtk2_style_qtcurve.c Sat Oct 22 23:20:21 2016 (r424491) @@ -0,0 +1,11 @@ +--- gtk2/style/qtcurve.c.orig 2014-01-25 20:13:54 UTC ++++ gtk2/style/qtcurve.c +@@ -372,7 +372,7 @@ gtkDrawFlatBox(GtkStyle *style, GdkWindo + } else if (!(qtSettings.app == GTK_APP_JAVA && widget && + GTK_IS_LABEL(widget))) { + if (state != GTK_STATE_PRELIGHT || opts.crHighlight || +- strcmp(detail, "checkbutton") != 0) { ++ ( detail != NULL && strcmp(detail, "checkbutton") != 0 )) { + parent_class->draw_flat_box(style, window, state, shadow, area, + widget, detail, x, y, width, height); + }